.xsbr {
  display: none;
}
@media screen and (max-width: 1023px) {
  .xsbr {
    display: block;
  }
}

/*mv*/
.mv {
  width: 100%;
  max-width: calc(100vw - 4rem);
  margin: auto;
}

.fv {
  height: 100vh;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .fv {
    aspect-ratio: 2.05/1;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .slick-slide {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .slick-slide img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  .fv {
    aspect-ratio: auto;
    height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .slick-slide img {
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  picture {
    height: 100%;
  }
}

.fv:before {
  background-color: var(--c_white);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.fv:before,
.fv__inner {
  height: 100%;
  width: 100%;
}

.fv__inner {
  position: relative;
}

.fv__inner .fv__image {
  border-radius: 2rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 0.3s, transform 0.3s;
  width: 100%;
}

.fv__inner .fv__image.is-on {
  opacity: 1;
  transform: translateY(0);
}

.fv__inner .fv__image .slick-slider,
.fv__inner .fv__image .slick-slider .slick-list,
.fv__inner .fv__image .slick-slider .slick-list .slick-track,
.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  max-width: none;
}

.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide.add-animation {
  animation: zoom-up 10s linear 0s normal both;
}

.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide.add-animation picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide.add-animation picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
  width: 100%;
  max-width: none;
}

.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide div li {
  height: 100%;
  width: 100%;
  max-width: none;
}
.fv__inner .fv__image .slick-slider .slick-list .slick-track .slick-slide div li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.mv-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 2rem;
  position: relative;
}
.mv-inner h1 {
  color: var(--c_white);
  font-weight: 600;
  display: inline-block;
  border-top: 0.1rem solid var(--c_white);
  border-bottom: 0.1rem solid var(--c_white);
  padding: 1.3rem 1.8rem;
  margin-bottom: 2.3rem;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .mv-inner h1 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.mv-inner h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 1023px) {
  .mv-inner h2 {
    margin-bottom: 3rem;
  }
}
.mv-inner h2 span:first-child {
  color: var(--c_white);
  font-size: 5.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .mv-inner h2 span:first-child {
    font-size: 2rem;
  }
}
.mv-inner h2 span:last-child {
  color: var(--c_white);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .mv-inner h2 span:last-child {
    font-size: 1.6rem;
  }
}
/*
.container {
	max-width: $w_min_content;
	margin: 0 auto;

	@include OTHER(1024px) {
		padding-right: 2.0rem;
		padding-left: 2.0rem;
	}
}
*/
/*news*/
.top-news {
  padding: 6rem 2rem;
}
.top-news .top-news-inner {
  max-width: 108rem;
  display: flex;
  gap: 5.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .top-news .top-news-inner {
    flex-flow: column;
  }
}
.top-news .top-news-inner .top-news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
}
.top-news .top-news-inner .top-news-title h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-news .top-news-inner .top-news-title h2 .en {
  font-family: var(--f_dosis);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.9rem;
}
.top-news .top-news-inner .top-news-title h2 .ja {
  font-size: 1.4rem;
  font-weight: 500;
}
.top-news .top-news-inner .top-news-title a {
  font-size: 1.2rem;
  font-weight: 500;
  width: 10.3rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--bdr_gray);
  border-radius: 100vh;
  position: relative;
  margin-top: 1.9rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .top-news .top-news-inner .top-news-title a {
    transition: all 0.3s;
  }
}
.top-news .top-news-inner .top-news-title a::after {
  content: "";
  -webkit-mask: url(../img/front/top-news-arrow.svg) no-repeat center/contain;
          mask: url(../img/front/top-news-arrow.svg) no-repeat center/contain;
  background: var(--c_txt);
  position: absolute;
  right: 0.9rem;
  width: 0.6rem;
  height: 1rem;
}
@media screen and (min-width: 1024px) {
  .top-news .top-news-inner .top-news-title a::after {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .top-news .top-news-inner .top-news-title a:hover {
    background-color: var(--bdr_gray);
    color: var(--c_white);
  }
  .top-news .top-news-inner .top-news-title a:hover::after {
    background: var(--c_white);
  }
}
.top-news .top-news-inner .news-list-wrap .news-list-item .item-inner .ttl-date-wrap .ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .top-news .top-news-inner .news-list-wrap .news-list-item .item-inner .ttl-date-wrap .ttl {
    font-size: 1.4rem;
  }
}
/*solution*/
.top-solution {
  width: 128rem;
  max-width: calc(100vw - 4rem);
  background-image: url(../img/front/top-soluton-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 3rem;
  background-repeat: no-repeat;
  margin: auto;
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-solution {
    padding: 6rem 2rem;
  }
}
.top-solution .top-solution-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-solution .top-solution-inner .txt-wrap {
  margin-top: 1em;
}
.top-solution .top-solution-inner .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .top-solution .top-solution-inner .txt-wrap p {
    font-size: 1.6rem;
  }
}
.top-solution .top-solution-inner .txt-wrap + .top-solution-items {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-solution .top-solution-inner .txt-wrap + .top-solution-items {
    margin-top: 4rem;
  }
}
.top-solution .top-solution-inner .top-solution-items {
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item {
  width: 100%;
  max-width: 33rem;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a {
  display: flex;
  flex-direction: column;
  position: relative;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .num {
  color: var(--c_white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0rem 4rem 4rem 4rem;
  background-color: var(--c_primary);
  font-size: 3rem;
  font-family: var(--f_dosis);
  font-weight: 900;
  position: absolute;
  left: 2rem;
  top: 0.8rem;
  z-index: 1;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .img {
  max-width: 32.9rem;
  margin-bottom: 4.5rem;
  border: 0.3rem solid var(--c_white);
  border-radius: 100vh;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.08);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a .img {
    transition: all 0.3s;
  }
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a .img img {
    transition: all 0.3s;
  }
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .img:not(:has(img)) {
  background: var(--bg_base);
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a h4 {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a h4::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.8rem;
  background-color: var(--c_primary);
  position: relative;
  top: calc(0.5em + 0.4rem);
  line-height: 1;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-bottom: 3.5rem;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .btn-arrow {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: auto;
}
.top-solution .top-solution-inner .top-solution-items .top-solution-item a .btn-arrow::before {
  content: "";
  background: url(../img/front/top-btn-arrow.svg) no-repeat center/1.9rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background-color: var(--bg_btn_arrow);
  border: 0.1rem solid var(--bg_btn_arrow);
  border-radius: 100vh;
  font-size: 0rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a .btn-arrow::before {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a:hover .img {
    box-shadow: 0.5rem 0.5rem 6rem rgba(0, 0, 0, 0.2);
  }
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a:hover .img:not(:has(img))::before {
    scale: 1.1;
  }
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .top-solution-items .top-solution-item a:hover .btn-arrow::before {
    content: "";
    background: url(../img/front/top-btn-arrow-on.svg) no-repeat center/1.9rem auto;
    background-color: var(--c_white);
  }
}
.top-solution .top-solution-inner .btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-solution .top-solution-inner .btn-img img {
  position: absolute;
  top: -2.14rem;
  right: 0.38rem;
  bottom: auto;
  left: auto;
  width: 10.4rem;
}
@media screen and (max-width: 1023px) {
  .top-solution .top-solution-inner .btn-img img {
    width: 8.32rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-solution .top-solution-inner .btn-img:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
@media screen and (max-width: 1023px) {
  .top-solution .top-solution-inner .btn-img img {
    top: -4rem;
    right: -2rem;
  }
}

/*lineup*/
.top-lineup {
  width: 128rem;
  max-width: calc(100vw - 4rem);
  background-image: url(../img/front/top-lineup-bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 3rem;
  background-repeat: no-repeat;
  margin: 4rem auto 0;
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-lineup {
    padding: 6rem 2rem;
  }
}
.top-lineup .top-lineup-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-lineup .top-lineup-inner .txt-wrap {
  margin-top: 1em;
}
.top-lineup .top-lineup-inner .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .top-lineup .top-lineup-inner .txt-wrap p {
    font-size: 1.6rem;
  }
}
.top-lineup .top-lineup-inner .txt-wrap + .top-cards {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-lineup .top-lineup-inner .txt-wrap + .top-cards {
    margin-top: 4rem;
  }
}
.top-lineup .top-lineup-inner .top-cards {
  display: flex;
  flex-flow: wrap;
  gap: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .top-lineup .top-lineup-inner .top-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item {
  width: 100%;
  max-width: 33rem;
}
@media screen and (max-width: 1023px) {
  .top-lineup .top-lineup-inner .top-cards .top-cards-item {
    width: 100%;
    max-width: 33rem;
  }
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .img {
  width: 100%;
  height: 21.9rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}
@media screen and (min-width: 1024px) {
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a .img img {
    transition: all 0.3s;
  }
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .img:not(:has(img)) {
  background: var(--bg_base);
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a h3, .top-lineup .top-lineup-inner .top-cards .top-cards-item a h4 {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a h3::before, .top-lineup .top-lineup-inner .top-cards .top-cards-item a h4::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.8rem;
  background-color: var(--c_primary);
  position: relative;
  top: calc(0.5em + 0.4rem);
  line-height: 1;
  flex: none;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-bottom: 4rem;
  margin-top: auto;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .btn-arrow {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: auto;
}
.top-lineup .top-lineup-inner .top-cards .top-cards-item a .btn-arrow::before {
  content: "";
  background: url(../img/front/top-btn-arrow.svg) no-repeat center/1.9rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background-color: var(--bg_btn_arrow);
  border: 0.1rem solid var(--bg_btn_arrow);
  border-radius: 100vh;
  font-size: 0rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a .btn-arrow::before {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a:hover .img img {
    scale: 1.1;
  }
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a:hover .img:not(:has(img))::before {
    scale: 1.1;
  }
  .top-lineup .top-lineup-inner .top-cards .top-cards-item a:hover .btn-arrow::before {
    content: "";
    background: url(../img/front/top-btn-arrow-on.svg) no-repeat center/1.9rem auto;
    background-color: var(--c_white);
  }
}
.top-lineup .top-lineup-inner .btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-lineup .top-lineup-inner .btn-img img {
  position: absolute;
  top: -6.7rem;
  right: auto;
  bottom: auto;
  left: 4rem;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .top-lineup .top-lineup-inner .btn-img img {
    width: 8.8rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-lineup .top-lineup-inner .btn-img:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
@media screen and (max-width: 1023px) {
  .top-lineup .top-lineup-inner .btn-img img {
    left: 0;
    bottom: 4rem;
  }
}

/*evidence*/
.top-evidence {
  width: 100%;
  max-width: calc(100vw - 4rem);
  background-color: var(--bg_base);
  border-radius: 3rem;
  margin: 12rem auto 0;
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-evidence {
    margin: 6rem auto 0;
    padding: 6rem 2rem;
  }
}
.top-evidence .top-evidence-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-evidence .txt-wrap {
  margin-top: 1em;
}
.top-evidence .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .top-evidence .txt-wrap p {
    font-size: 1.6rem;
  }
}
.top-evidence .txt-wrap + .top-cards-white {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-evidence .txt-wrap + .top-cards-white {
    margin-top: 4rem;
  }
}
.top-evidence .top-cards-white {
  display: flex;
  flex-flow: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .top-evidence .top-cards-white {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-evidence .top-cards-white .top-cards-item {
  width: 100%;
  max-width: 33rem;
}
@media screen and (max-width: 1023px) {
  .top-evidence .top-cards-white .top-cards-item {
    width: 100%;
    max-width: 33rem;
  }
}
.top-evidence .top-cards-white .top-cards-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-evidence .top-cards-white .top-cards-item a .img {
  width: 100%;
  height: 21.9rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.top-evidence .top-cards-white .top-cards-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}
@media screen and (min-width: 1024px) {
  .top-evidence .top-cards-white .top-cards-item a .img img {
    transition: all 0.3s;
  }
}
.top-evidence .top-cards-white .top-cards-item a .img:not(:has(img)) {
  background: var(--bg_base);
}
.top-evidence .top-cards-white .top-cards-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-evidence .top-cards-white .top-cards-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-evidence .top-cards-white .top-cards-item a h3, .top-evidence .top-cards-white .top-cards-item a h4 {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.top-evidence .top-cards-white .top-cards-item a h3::before, .top-evidence .top-cards-white .top-cards-item a h4::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.8rem;
  background-color: var(--c_primary);
  position: relative;
  top: calc(0.5em + 0.4rem);
  line-height: 1;
  flex: none;
}
.top-evidence .top-cards-white .top-cards-item a p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-bottom: 4rem;
  margin-top: auto;
}
.top-evidence .top-cards-white .top-cards-item a .btn-arrow {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: auto;
}
.top-evidence .top-cards-white .top-cards-item a .btn-arrow::before {
  content: "";
  background: url(../img/front/top-btn-arrow.svg) no-repeat center/1.9rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background-color: var(--bg_btn_arrow);
  border: 0.1rem solid var(--bg_btn_arrow);
  border-radius: 100vh;
  font-size: 0rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .top-evidence .top-cards-white .top-cards-item a .btn-arrow::before {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .top-evidence .top-cards-white .top-cards-item a:hover .img img {
    scale: 1.1;
  }
  .top-evidence .top-cards-white .top-cards-item a:hover .img:not(:has(img))::before {
    scale: 1.1;
  }
  .top-evidence .top-cards-white .top-cards-item a:hover .btn-arrow::before {
    content: "";
    background: url(../img/front/top-btn-arrow-on.svg) no-repeat center/1.9rem auto;
    background-color: var(--c_white);
  }
}
.top-evidence .top-cards-white .top-cards-item {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 34.5rem;
}
.top-evidence .top-cards-white .top-cards-item a .img {
  width: 100%;
  max-width: calc(100% - 3rem);
  height: auto;
  filter: drop-shadow(0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.08));
  margin-bottom: 0;
  aspect-ratio: 310/203;
}
.top-evidence .top-cards-white .top-cards-item a .img img {
  width: 100%;
}
.top-evidence .top-cards-white .top-cards-item a .img:not(:has(img)) {
  background: var(--c_white);
}
.top-evidence .top-cards-white .top-cards-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-evidence .top-cards-white .top-cards-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-evidence .top-cards-white .top-cards-item a .text {
  padding: 3rem 3rem 4rem;
}
.top-evidence .top-cards-white .top-cards-item a .text .tag {
  width: auto;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25em;
  margin-bottom: 1.9rem;
}
.top-evidence .top-cards-white .top-cards-item a .text .tag span {
  font-size: 1.2rem;
  color: var(--c_txt);
  border: 0.1rem solid var(--c_txt);
  border-radius: 100vh;
  padding: 0.8rem 1.3rem;
  line-height: 1;
}
.top-evidence .top-cards-white .top-cards-item a .text h4 {
  font-size: 2rem;
  margin-bottom: 2.2rem;
}
.top-evidence .top-cards-white .top-cards-item a .text h4::before {
  display: none;
}
.top-evidence .top-cards-white .top-cards-item::before {
  content: "";
  width: 100%;
  height: calc(100% - 7rem);
  background-color: var(--c_white);
  border-radius: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.08);
  z-index: -1;
  display: block;
}
@media screen and (max-width: 1023px) {
  .top-evidence .top-cards-white .top-cards-item::before {
    width: 100%;
  }
}
.top-evidence .btn-wrap {
  margin: 8.5rem auto 0;
}
.top-evidence .btn-wrap .btn-img {
  width: 100%;
  max-width: 39rem;
  height: 7.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_white);
  background-color: var(--c_primary);
  border: 0.2rem solid;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-evidence .btn-wrap .btn-img img {
  position: absolute;
  top: -4.7rem;
  right: 0;
  bottom: auto;
  left: auto;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .top-evidence .btn-wrap .btn-img img {
    width: 8.8rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-evidence .btn-wrap .btn-img:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
@media screen and (min-width: 1024px) {
  .top-evidence .btn-wrap .btn-img {
    transition: all 0.3s;
  }
  .top-evidence .btn-wrap .btn-img:hover {
    color: var(--c_primary);
    background: var(--c_white);
  }
}
@media screen and (max-width: 1023px) {
  .top-evidence .btn-wrap .btn-img img {
    bottom: 1rem;
  }
}

/*stregth*/
.top-stregth {
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-stregth {
    padding: 6rem 2rem;
  }
}
.top-stregth .top-stregth-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-stregth .top-strength-img {
  text-align: center;
  margin-bottom: 6.5rem;
}
.top-stregth .top-strength-img img {
  width: 100%;
  max-width: 86.2rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-stregth .top-strength-img img {
    max-width: 100%;
  }
}
.top-stregth p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
}
.top-stregth .btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-stregth .btn-img img {
  position: absolute;
  top: -2rem;
  right: auto;
  bottom: auto;
  left: -6rem;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .top-stregth .btn-img img {
    width: 8.8rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-stregth .btn-img:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
.top-stregth .btn-img img {
  transform: rotateY(180deg);
}
@media screen and (max-width: 1023px) {
  .top-stregth .btn-img img {
    top: -7rem;
    left: 0;
  }
}

/*column*/
.top-column {
  width: 100%;
  max-width: calc(100vw - 4rem);
  background-color: var(--bg_base);
  border-radius: 3rem;
  margin: 0 auto;
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-column {
    padding: 6rem 2rem;
  }
}
.top-column .top-column-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-column .top-column-inner .txt-wrap {
  margin-top: 1em;
}
.top-column .top-column-inner .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .top-column .top-column-inner .txt-wrap p {
    font-size: 1.6rem;
  }
}
.top-column .top-column-inner .txt-wrap + .archive-card-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-column .top-column-inner .txt-wrap + .archive-card-wrap {
    margin-top: 4rem;
  }
}
.top-column .top-column-inner .archive-card-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-column .top-column-inner .archive-card-wrap {
    margin-top: 4rem;
  }
}
.top-column .top-column-inner .btn-wrap {
  margin: 8.5rem auto 0;
}
.top-column .top-column-inner .btn-wrap .btn {
  width: 100%;
  max-width: 39rem;
  height: 7.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_white);
  background-color: var(--c_primary);
  border: 0.2rem solid;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-column .top-column-inner .btn-wrap .btn img {
  position: absolute;
  top: -4rem;
  right: 0;
  bottom: auto;
  left: auto;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .top-column .top-column-inner .btn-wrap .btn img {
    width: 8.8rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-column .top-column-inner .btn-wrap .btn:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
@media screen and (min-width: 1024px) {
  .top-column .top-column-inner .btn-wrap .btn {
    transition: all 0.3s;
  }
  .top-column .top-column-inner .btn-wrap .btn:hover {
    color: var(--c_primary);
    background: var(--c_white);
  }
}
@media screen and (max-width: 1023px) {
  .top-column .top-column-inner .btn-wrap .btn img {
    top: -5rem;
  }
}
.top-column + .top-case {
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .top-column + .top-case {
    margin-top: 6rem;
  }
}

/*case*/
.top-case {
  width: 100%;
  max-width: calc(100vw - 4rem);
  background-color: var(--bg_base);
  border-radius: 3rem;
  margin: 0 auto;
  padding: 12rem 2rem;
}
@media screen and (max-width: 1023px) {
  .top-case {
    padding: 6rem 2rem;
  }
}
.top-case .top-case-inner {
  max-width: 108rem;
  margin: 0 auto;
}
.top-case .txt-wrap {
  margin-top: 1em;
}
.top-case .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .top-case .txt-wrap p {
    font-size: 1.6rem;
  }
}
.top-case .txt-wrap + .top-cards-white {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .top-case .txt-wrap + .top-cards-white {
    margin-top: 4rem;
  }
}
.top-case .top-cards-white {
  display: flex;
  flex-flow: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .top-case .top-cards-white {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-case .top-cards-white .top-cards-item {
  width: 100%;
  max-width: 33rem;
}
@media screen and (max-width: 1023px) {
  .top-case .top-cards-white .top-cards-item {
    width: 100%;
    max-width: 33rem;
  }
}
.top-case .top-cards-white .top-cards-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-case .top-cards-white .top-cards-item a .img {
  width: 100%;
  height: 21.9rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.top-case .top-cards-white .top-cards-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
}
@media screen and (min-width: 1024px) {
  .top-case .top-cards-white .top-cards-item a .img img {
    transition: all 0.3s;
  }
}
.top-case .top-cards-white .top-cards-item a .img:not(:has(img)) {
  background: var(--bg_base);
}
.top-case .top-cards-white .top-cards-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-case .top-cards-white .top-cards-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-case .top-cards-white .top-cards-item a h3, .top-case .top-cards-white .top-cards-item a h4 {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.top-case .top-cards-white .top-cards-item a h3::before, .top-case .top-cards-white .top-cards-item a h4::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.8rem;
  background-color: var(--c_primary);
  position: relative;
  top: calc(0.5em + 0.4rem);
  line-height: 1;
  flex: none;
}
.top-case .top-cards-white .top-cards-item a p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-bottom: 4rem;
  margin-top: auto;
}
.top-case .top-cards-white .top-cards-item a .btn-arrow {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: auto;
}
.top-case .top-cards-white .top-cards-item a .btn-arrow::before {
  content: "";
  background: url(../img/front/top-btn-arrow.svg) no-repeat center/1.9rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background-color: var(--bg_btn_arrow);
  border: 0.1rem solid var(--bg_btn_arrow);
  border-radius: 100vh;
  font-size: 0rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .top-case .top-cards-white .top-cards-item a .btn-arrow::before {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .top-case .top-cards-white .top-cards-item a:hover .img img {
    scale: 1.1;
  }
  .top-case .top-cards-white .top-cards-item a:hover .img:not(:has(img))::before {
    scale: 1.1;
  }
  .top-case .top-cards-white .top-cards-item a:hover .btn-arrow::before {
    content: "";
    background: url(../img/front/top-btn-arrow-on.svg) no-repeat center/1.9rem auto;
    background-color: var(--c_white);
  }
}
.top-case .top-cards-white .top-cards-item {
  width: 100%;
  max-width: 34.5rem;
  position: relative;
  z-index: 0;
}
.top-case .top-cards-white .top-cards-item a .img {
  width: 100%;
  max-width: calc(100% - 3rem);
  box-shadow: 0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.08);
  height: auto;
  margin-bottom: 0;
  aspect-ratio: 310/203;
}
.top-case .top-cards-white .top-cards-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-case .top-cards-white .top-cards-item a .img:not(:has(img)) {
  background: var(--c_white);
}
.top-case .top-cards-white .top-cards-item a .img:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/footer-logo.png) no-repeat center/50% auto;
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .top-case .top-cards-white .top-cards-item a .img:not(:has(img))::before {
    scale: 1;
    transition: all 0.3s;
  }
}
.top-case .top-cards-white .top-cards-item a .text {
  padding: 3rem 3rem 4rem;
}
.top-case .top-cards-white .top-cards-item a .text .tag {
  width: auto;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25em;
  margin-bottom: 1.9rem;
}
.top-case .top-cards-white .top-cards-item a .text .tag span {
  font-size: 1.2rem;
  color: var(--c_txt);
  border: 0.1rem solid var(--c_txt);
  border-radius: 100vh;
  padding: 0.8rem 1.3rem;
  line-height: 1;
}
.top-case .top-cards-white .top-cards-item a .text h4 {
  font-size: 2rem;
  margin-bottom: 2.2rem;
}
.top-case .top-cards-white .top-cards-item a .text h4::before {
  display: none;
}
.top-case .top-cards-white .top-cards-item::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 7rem);
  background-color: var(--c_white);
  border-radius: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.top-case .btn-wrap {
  margin: 8.5rem auto 0;
}
.top-case .btn-wrap .btn {
  width: 100%;
  max-width: 39rem;
  height: 7.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_white);
  background-color: var(--c_primary);
  border: 0.2rem solid;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c_primary);
  color: var(--c_white);
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 39rem;
  margin: 8.5rem auto 0;
  border: 0.2rem solid var(--c_white);
  height: 7.7rem;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.top-case .btn-wrap .btn img {
  position: absolute;
  top: -4rem;
  right: auto;
  bottom: auto;
  left: 0;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .top-case .btn-wrap .btn img {
    width: 8.8rem;
    top: auto;
    bottom: 100%;
    translate: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .top-case .btn-wrap .btn:hover {
    background: var(--c_white);
    color: var(--c_primary);
    border-color: var(--c_primary);
  }
}
@media screen and (min-width: 1024px) {
  .top-case .btn-wrap .btn {
    transition: all 0.3s;
  }
  .top-case .btn-wrap .btn:hover {
    color: var(--c_primary);
    background: var(--c_white);
  }
}
@media screen and (max-width: 1023px) {
  .top-case .btn-wrap .btn img {
    top: -4rem;
  }
}
/*# sourceMappingURL=maps/front.css.map */
