#top main {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #top main {
    padding-bottom: 3.3em;
  }
}

#mainvisual {
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  position: relative;
}
#mainvisual #video-area {
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
}
#mainvisual #video-area #video {
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1661px) {
  #mainvisual #video-area #video {
    width: 100%;
    height: auto;
  }
}
#mainvisual .area_catchcopy {
  width: 100%;
  height: calc(100% - 170px);
  padding-left: 4%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  #mainvisual .area_catchcopy {
    height: calc(100% - min(4.5454545455vw, 60px));
  }
}
#mainvisual .catchcopy {
  font-size: 64px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mainvisual {
    max-height: 160vw;
  }
  #mainvisual .catchcopy {
    font-size: min(9.6vw, 64px);
    top: 50%;
  }
}

.area_intro {
  padding: 80px 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(186, 0, 109, 0)), color-stop(62.76%, rgba(186, 0, 109, 0)), color-stop(62.76%, rgb(186, 0, 109)), to(rgb(186, 0, 109)));
  background: linear-gradient(to right, rgba(186, 0, 109, 0) 0%, rgba(186, 0, 109, 0) 62.76%, rgb(186, 0, 109) 62.76%, rgb(186, 0, 109) 100%);
}
.area_intro .bg_mark {
  background-position: left top 200px;
}
@media screen and (max-width: 768px) {
  .area_intro {
    padding: 2em 0 4em;
    position: relative;
    background: none;
  }
  .area_intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 156.5vw;
    max-height: 560px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(186, 0, 109, 0)), color-stop(19.07%, rgba(186, 0, 109, 0)), color-stop(19.07%, rgb(186, 0, 109)), to(rgb(186, 0, 109)));
    background: linear-gradient(to right, rgba(186, 0, 109, 0) 0%, rgba(186, 0, 109, 0) 19.07%, rgb(186, 0, 109) 19.07%, rgb(186, 0, 109) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .area_intro .bg_mark {
    padding: 0;
  }
  .area_intro .inner {
    padding: 0;
  }
}
.area_intro #news {
  padding: 54px 50px 54px 36px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.area_intro #news .box_title {
  width: 130px;
}
.area_intro #news .tit_content span {
  text-align: left;
}
.area_intro #news .tit_content span.en {
  font-size: 50px;
}
.area_intro #news .tit_content span.jp {
  margin-top: 10px;
}
.area_intro #news .golist {
  margin-top: 42px;
}
.area_intro #news .golist span {
  display: inline;
}
.area_intro #news .ul_news {
  width: 850px;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .area_intro #news .box_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area_intro #news .tit_content span.en {
    font-size: min(4.8875855327vw, 50px);
  }
  .area_intro #news .ul_news {
    width: 100%;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .area_intro #news {
    width: 92%;
    margin-inline: auto;
    padding: 1.1em 5% 1.3em;
  }
  .area_intro #news .tit_content span {
    display: inline-block;
  }
  .area_intro #news .tit_content span.en {
    font-size: min(8vw, 50px);
  }
  .area_intro #news .tit_content span.jp {
    margin: 0 0 0 0.7em;
  }
  .area_intro #news .golist {
    margin: 0.2em 0 0;
    font-size: min(4vw, 16px);
  }
  .area_intro #news .golist span {
    display: none;
  }
  .area_intro #news .ul_news {
    margin-top: 0.7em;
  }
}
.area_intro .bg_mark {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .area_intro .bg_mark {
    background: none;
  }
}

#concept {
  margin-top: 65px;
  position: relative;
}
#concept .tit_concept {
  font-size: 48px;
  color: #ba006d;
}
#concept .text {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 3.35;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#concept .box_btn {
  width: 280px;
  margin-top: 40px;
}
#concept .image {
  width: calc(100% - 100px);
  max-width: 908px;
  position: absolute;
  top: 40px;
  left: calc(50% + 50px);
}
@media screen and (max-width: 1023px) {
  #concept {
    margin-top: 1em;
  }
  #concept .tit_concept {
    font-size: min(4.6920821114vw, 48px);
  }
  #concept .text {
    font-size: min(1.7595307918vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #concept {
    margin-top: 3.4em;
    background: url(../img/common/bg_logo.png) no-repeat right top 41vw;
    background-size: 54vw;
  }
  #concept .tit_concept {
    margin-top: 0.9em;
    font-size: min(8vw, 30px);
    text-align: center;
    line-height: 1.7;
  }
  #concept .text {
    margin-top: 0.4em;
    font-size: min(4.2666666667vw, 16px);
    text-align: center;
    line-height: 2.5;
  }
  #concept .box_btn {
    width: 84%;
    margin: 2em auto 0;
  }
  #concept .box_btn::after {
    right: 2.7vw;
  }
  #concept .image {
    width: 100%;
    max-width: 100%;
    position: static;
    padding-right: 4%;
  }
}

ol {
  counter-reset: count 0;
}
ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

#technology {
  padding: 64px 0 153px;
  position: relative;
  z-index: 1;
}
#technology .box_technology {
  margin-top: 52px;
  counter-reset: count 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
#technology .box_technology .box {
  width: 33.3333333333%;
}
#technology .box_technology .box a {
  display: block;
  padding-bottom: 45px;
}
@media (hover: hover) {
  #technology .box_technology .box a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#technology .box_technology .box .img {
  overflow: hidden;
}
#technology .box_technology .box .img img {
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#technology .box_technology .box dl {
  padding: 18px 28px 0;
}
#technology .box_technology .box dl dt {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
#technology .box_technology .box dl dt::after {
  content: "0" counter(count);
  counter-increment: count 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80px;
  font-family: "RobotoCondensed", sans-serif;
  line-height: 1;
  letter-spacing: -0.015em;
}
#technology .box_technology .box dl dd {
  margin-top: 1px;
  color: #222;
}
#technology .box_technology .box:first-of-type dl dt:after {
  right: -10px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #technology .box_technology .box dl {
    padding: 18px min(2.1212121212vw, 28px) 0;
  }
  #technology .box_technology .box dl dt::after {
    bottom: 0.35em;
  }
}
@media screen and (max-width: 1023px) {
  #technology .box_technology .box dl {
    padding: 18px min(2.7370478983vw, 28px) 0;
  }
  #technology .box_technology .box dl dt {
    font-size: min(1.9550342131vw, 20px);
  }
  #technology .box_technology .box dl dt::after {
    font-size: min(7.8201368524vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  #technology {
    padding: 3.05em 0 4.85em;
  }
  #technology .box_technology {
    margin-top: 1.9em;
  }
  #technology .box_technology .box {
    width: 100%;
  }
  #technology .box_technology .box a {
    padding-bottom: 2.7em;
  }
  #technology .box_technology .box dl {
    padding: 0.7em 6% 0;
  }
  #technology .box_technology .box dl dt {
    font-size: min(4.5333333333vw, 17px);
  }
  #technology .box_technology .box dl dt::after {
    font-size: min(17.8666666667vw, 57px);
    right: 1.4vw;
    bottom: -0.1em;
  }
  #technology .box_technology .box dl dd {
    line-height: 1.9;
  }
  #technology .box_technology .box:first-of-type dl dt:after {
    right: -1.2vw;
  }
}

.bg_gray {
  position: relative;
}

.box_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -14px;
}
@media screen and (max-width: 768px) {
  .box_bg {
    bottom: -5vw;
  }
}

.ul_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 100s infinite linear 1s both;
          animation: loop-slide 100s infinite linear 1s both;
}
.ul_bg + ul {
  margin-left: 10px;
}
.ul_bg li {
  font-size: 220px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .ul_bg li {
    font-size: min(21.5053763441vw, 220px);
  }
}
@media screen and (max-width: 768px) {
  .ul_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide 100s infinite linear 1s both;
            animation: loop-slide 100s infinite linear 1s both;
  }
  .ul_bg + ul {
    margin-left: 1em;
  }
  .ul_bg li {
    font-size: min(29.3333333333vw, 110px);
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .inner.bnr {
    padding: 0 6.6%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(77%, #f7f8f9), color-stop(77%, transparent), to(transparent));
    background: linear-gradient(to bottom, #f7f8f9 0%, #f7f8f9 77%, transparent 77%, transparent 100%);
  }
}
#bnrlink {
  margin-top: -73px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bnrlink .bnr {
  width: 48.75%;
}
#bnrlink .bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#bnrlink .bnr a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ba006d;
  font-size: 14px;
  padding-left: 0.2em;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bnrlink .bnr a:hover::after {
  background: #a70463;
}
#bnrlink .bnr a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
#bnrlink .bnr a .text {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 5;
}
#bnrlink .bnr a .img {
  position: relative;
  position: relative;
  overflow: hidden;
}
#bnrlink .bnr a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (hover: hover) {
  #bnrlink .bnr a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 1023px) {
  #bnrlink .bnr a .text {
    font-size: min(2.3460410557vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #bnrlink {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em 0;
  }
  #bnrlink .bnr {
    width: 100%;
  }
  #bnrlink .bnr a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    width: 4.444vw;
    height: 4.444vw;
    display: inline-block;
    background: #ba006d;
    font-size: 2.2vw;
    padding-left: 0.2em;
    text-align: center;
    line-height: 4.444vw;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #bnrlink .bnr a:hover::after {
    background: #a70463;
  }
  #bnrlink .bnr a::after {
    right: 4%;
  }
  #bnrlink .bnr a .text {
    font-size: min(3.6vw, 14px);
  }
}

#achievements {
  margin-top: 95px;
}
#achievements .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#achievements .box_title .tit_content {
  text-align: left;
}
#achievements .box_title .tit_content span.jp {
  margin-top: 10px;
}
#achievements .box_title .viewmore {
  padding-bottom: 20px;
}
#achievements .txt_lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #achievements {
    margin-top: 3.8em;
  }
  #achievements .box_title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #achievements .box_title .tit_content {
    text-align: left;
  }
  #achievements .box_title .tit_content span.jp {
    margin-top: 1em;
  }
  #achievements .box_title .viewmore {
    padding-bottom: 0;
  }
  #achievements .box_title .viewmore span {
    display: none;
  }
  #achievements .txt_lead {
    margin-top: 1.4em;
    letter-spacing: -0.002em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.swiper {
  margin-top: 30px;
  position: relative;
  overflow: visible;
}
.swiper .swiper-slide {
  width: auto;
  margin-right: 16px;
}
.swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper .swiper-slide .img img {
  height: auto;
}
.swiper .swiper-slide .name {
  margin-top: 1em;
  text-align: center;
  color: #222;
}
@media (hover: hover) {
  .swiper .swiper-slide a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 1.5em;
  }
  .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.4em 0;
  }
  .swiper .swiper-slide {
    width: 48%;
    margin-right: 0;
  }
  .swiper .swiper-slide .name {
    margin-top: 0.5em;
  }
  .swiper .my-button-prev,
  .swiper .my-button-next {
    display: none;
  }
}

.area_contentlink {
  margin-top: 95px;
}
.area_contentlink .box {
  width: 33.3333333333%;
  height: 340px;
}
.area_contentlink .title {
  padding-top: 24px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-weight: 700;
}
.area_contentlink .title span {
  line-height: 1;
}
.area_contentlink .title span.en {
  font-size: min(3.6363636364vw, 48px);
}
.area_contentlink .title span.jp {
  margin-top: 25px;
  font-size: min(1.2121212121vw, 16px);
}
.area_contentlink .title::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  width: min(4.5454545455vw, 60px);
  height: min(4.5454545455vw, 60px);
  border: 1px solid #fff;
  font-size: min(1.3636363636vw, 18px);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.area_contentlink a {
  height: 100%;
  display: block;
  position: relative;
}
.area_contentlink a .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.area_contentlink a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (hover: hover) {
  .area_contentlink a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .area_contentlink a:hover .title::after {
    border: 1px solid #ba006d;
    background: #ba006d;
  }
}
@media screen and (max-width: 768px) {
  .area_contentlink {
    margin-top: 3.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_contentlink .box {
    width: 100%;
    height: 53vw;
  }
  .area_contentlink .title {
    padding-top: 1em;
  }
  .area_contentlink .title span {
    line-height: 1;
  }
  .area_contentlink .title span.en {
    font-size: min(8vw, 48px);
  }
  .area_contentlink .title span.jp {
    margin-top: 10px;
    font-size: min(4vw, 16px);
  }
  .area_contentlink .title::after {
    width: min(9.3333333333vw, 60px);
    height: min(9.3333333333vw, 60px);
    margin-top: 1.8em;
    font-size: min(2.6666666667vw, 18px);
  }
}