@charset "UTF-8";
/*************************************************

header

*************************************************/
.header {
  background-color: transparent;
}

/*************************************************

container

*************************************************/
.container {
  padding-top: 0rem;
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
  z-index: 1;
}

.top-mv-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-mv-slide img {
  width: 100%;
}

.top-mv-deco {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-deco {
    top: 90%;
  }
}
.top-mv-deco img {
  width: 100%;
}

.top-mv-deco02 {
  position: absolute;
  top: 10rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-deco02 {
    display: none;
  }
}

.top-mv-title {
  position: absolute;
  top: 53%;
  left: 2.1428571429%;
  width: 84.4285714286%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv-title {
    top: 72%;
    left: 0.6666666667%;
    width: 98.6666666667%;
  }
}
.top-mv-title img {
  width: 100%;
}

.top-mv-title__el {
  display: block;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.top-mv-title__el.is-01 {
  -webkit-animation: title_aniem 0.8s 0.3s ease-in-out forwards;
          animation: title_aniem 0.8s 0.3s ease-in-out forwards;
}
.top-mv-title__el.is-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: title_aniem 0.8s 1.4s ease-in-out forwards;
          animation: title_aniem 0.8s 1.4s ease-in-out forwards;
}

.top-mv-slide__photo {
  width: 100%;
  max-height: 97vh;
}
.top-mv-slide__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes title_aniem {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes title_aniem {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-mv-news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36rem;
  padding: 0 6.5rem 0 2.5rem;
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  -webkit-box-shadow: 0px 0px 1.6rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1.6rem 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-mv-news {
    bottom: -12rem;
    right: auto;
    left: 0;
    width: 44rem;
    padding: 0 12rem 0 3rem;
    border-radius: 0 2rem 2rem 0;
  }
}

.top-mv-news__target {
  height: 10.5rem;
}
@media screen and (max-width: 767px) {
  .top-mv-news__target {
    height: 14rem;
  }
}

.top-mv-news__item {
  padding: 1.2rem 0;
}
.top-mv-news__item .in-date {
  margin-bottom: 0.5rem;
  color: #3399cc;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-mv-news__item .in-date {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.top-mv-news__item .in-text {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  color: #000;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-news__item .in-text {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.top-mv-news__button {
  position: absolute;
  right: 1.5rem;
  display: none;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-mv-news__button {
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
}
.is-slider-on .top-mv-news__button {
  display: block;
}
.top-mv-news__button.is-prev {
  top: 3.7rem;
  border-top: #3399cc solid 2px;
  border-left: #3399cc solid 2px;
}
@media screen and (max-width: 767px) {
  .top-mv-news__button.is-prev {
    border-width: 1px;
  }
}
.top-mv-news__button.is-next {
  bottom: 3.7rem;
  border-bottom: #3399cc solid 2px;
  border-right: #3399cc solid 2px;
}
@media screen and (max-width: 767px) {
  .top-mv-news__button.is-next {
    border-width: 1px;
  }
}

.top-mv-slide__pagination {
  overflow: hidden;
  position: absolute;
  top: 50% !important;
  right: 2rem;
  bottom: auto;
  left: auto !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 1rem;
  z-index: 10;
}
.top-mv-slide__pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 6rem;
  margin: 0 !important;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}
.top-mv-slide__pagination .swiper-pagination-bullet-active {
  background-color: #029aca;
}

/*************************************************

top-lead

*************************************************/
.top-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  margin-top: 8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-lead {
    display: block;
    margin-top: 20rem;
  }
}

.top-lead-img {
  position: relative;
  width: 55.5rem;
  line-height: 0;
}
.top-lead-img picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-lead-img {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-55%, 0%);
            transform: translate(-55%, 0%);
    opacity: 0.2;
    z-index: 1;
  }
}

.top-lead-text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-lead-text {
    padding: 0 5rem;
  }
}
.top-lead-text * {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .top-lead-text * {
    font-size: 2.9rem;
  }
}
.top-lead-text p {
  margin-bottom: 1.7em;
}
.top-lead-text p:last-child {
  margin-bottom: 0;
}

.top-lead-img__base {
  position: relative;
  z-index: 2;
}

.top-lead-img__el {
  position: absolute;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  line-height: 0;
  z-index: 3;
}
.top-lead-img__el.is-01 {
  top: 0;
  left: 22rem;
  width: 22.9035166817%;
}
.top-lead-img__el.is-02 {
  top: 6.3rem;
  right: 0;
  width: 34.5356176736%;
}
.top-lead-img__el.is-03 {
  top: 16.7rem;
  left: 2rem;
  width: 47.4301172227%;
  z-index: 1;
}
.top-lead-img__el.is-04 {
  top: 33.8rem;
  right: 10.2rem;
  width: 23.9855725879%;
  z-index: 4;
}
.top-lead-img__el.is-05 {
  top: 46rem;
  right: 4.8rem;
  width: 17.042380523%;
}
.top-lead-img__el.is-06 {
  bottom: 27rem;
  left: 9rem;
  width: 29.4860234445%;
}
.top-lead-img__el.is-07 {
  bottom: 17.7rem;
  right: 3rem;
  width: 25.5184851217%;
}
.top-lead-img__el.is-08 {
  bottom: 6rem;
  right: 20rem;
  width: 29.8467087466%;
}
.top-lead-img__el img {
  -webkit-animation: fluffy 5s ease-in-out infinite;
          animation: fluffy 5s ease-in-out infinite;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*************************************************

top-about

*************************************************/
.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(120rem, 100% - 10rem);
  margin: 6rem auto 7rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    margin: 20rem auto 6rem;
  }
}

.top-about__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-about__anchor {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .top-about__title {
    width: 43rem;
  }
}

.top-about__icon {
  position: relative;
  width: 12.1rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top-about__icon {
    width: 13rem;
    margin-right: 4rem;
  }
}

.top-about__icon-en {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: about_en 10s infinite linear both;
          animation: about_en 10s infinite linear both;
}

@-webkit-keyframes about_en {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes about_en {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-about__icon-arw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.6rem;
  -webkit-transform: translate(-2%, -50%);
          transform: translate(-2%, -50%);
  z-index: 2;
}

/*************************************************

top-about-btns

*************************************************/
.top-about-btns {
  position: relative;
  padding-bottom: 7rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-about-btns {
    margin-top: 10rem;
  }
}
.top-about-btns::before {
  position: absolute;
  bottom: 0;
  right: calc(50% - 66rem);
  display: block;
  content: "";
  width: calc(50% + 66rem);
  height: 20rem;
  background: linear-gradient(108deg, rgb(0, 153, 87) 35%, rgb(0, 158, 209) 65%);
  border-radius: 0 1.6rem 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .top-about-btns::before {
    right: 4rem;
    width: calc(100% - 4rem);
  }
}

.top-about-btns-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  max-width: 120rem;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about-btns-list {
    gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 3rem;
  }
}

.top-about-btns-list__item {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 767px) {
  .top-about-btns-list__item {
    width: calc(50% - 2rem);
  }
}

.top-about-btns-list__acnhor {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 700/524;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-about-btns-list__acnhor {
    font-size: 3.4rem;
  }
}

.top-about-btns-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-about-btns-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about-btns-list__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.6;
  z-index: 2;
}

/*************************************************

top-work-slide

*************************************************/
.top-work-wrap {
  overflow: hidden;
  padding: 12rem 0 17rem;
}

.top-work {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-work {
    padding-top: 12rem;
  }
}
.top-work::before {
  position: absolute;
  top: 5rem;
  left: calc(50% - 60rem);
  display: block;
  content: "";
  width: calc(50% + 60rem);
  height: calc(100% - 5rem);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e1e1e1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e1e1e1 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f4f4f4;
  background-position: center center;
  border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-work::before {
    top: 2rem;
    left: 5rem;
    width: 100%;
    width: 100%;
  }
}
.top-work .parts-button01 {
  position: absolute;
  bottom: -4rem;
  left: calc(50% + 33rem);
  width: 32rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .top-work .parts-button01 {
    left: auto;
    right: 5rem;
    bottom: -6rem;
    width: 42rem;
  }
}

.top-work-title {
  position: absolute;
  top: 3rem;
  left: calc(50% - 60rem);
  width: 10rem;
  line-height: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-work-title {
    top: 0;
    left: 5rem;
    width: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top-work-slide {
    position: relative;
    max-width: 100rem;
    margin: 0 auto;
    z-index: 2;
  }
  .top-work-slide .swiper-container {
    width: 155rem;
    margin-left: 5rem;
  }
  .top-work-slide .swiper-container img {
    width: 100%;
  }
  .top-work-slide .swiper-container .swiper-slide-active {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-work-slide {
    margin: 0 0 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .top-work-slide .swiper-slide {
    overflow: visible;
  }
}

.top-work-slide-wrap {
  padding-bottom: 10.5rem;
}
@media screen and (min-width: 768px) {
  .top-work-slide-wrap {
    position: relative;
    margin-left: -8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-work-slide-wrap {
    width: 150rem;
    margin-left: auto;
    padding-bottom: 0;
  }
}

.top-work-slide-wrap__text {
  position: absolute;
  top: 2rem;
  left: 68rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top-work-slide-wrap__text {
    top: 0;
    left: 30rem;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .parts-project-card__acnhor {
    display: block;
    margin: 0 1.5rem 0;
    -webkit-transition: opacity 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, margin 0.5s, transform 0.5s;
    transition: opacity 0.5s, margin 0.5s, transform 0.5s, -webkit-transform 0.5s;
    opacity: 0.4;
    width: 50rem;
    -webkit-transform: translateY(10.5rem);
            transform: translateY(10.5rem);
  }
  .swiper-slide-prev .parts-project-card__acnhor {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper-slide-next .parts-project-card__acnhor {
    opacity: 0.7;
  }
  .swiper-slide-active .parts-project-card__acnhor {
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
    z-index: 2;
  }
  .swiper-slide-active .parts-project-card__acnhor img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .swiper-slide-active .parts-project-card__acnhor:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .parts-project-card__acnhor {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
  }
  .swiper-slide-prev .parts-project-card__acnhor {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .swiper-slide-active .parts-project-card__acnhor, .swiper-slide-next .parts-project-card__acnhor {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  .swiper-slide-next + .swiper-slide .parts-project-card__acnhor {
    -webkit-transform: translate(15%, 25%);
            transform: translate(15%, 25%);
    -webkit-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
    opacity: 1;
  }
}

.top-work-slide__controls {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-work-slide__controls {
    margin: 25rem 0 0;
  }
}

.top-work-slide__controls-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.3rem;
  width: 30rem;
  padding-left: 10rem;
  height: 9.5rem;
  background-color: #fff;
  border-radius: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .top-work-slide__controls-inner {
    gap: 3.5rem;
    width: 32.5rem;
    height: auto;
    padding: 3rem 0 8rem;
  }
}

.top-work-slide__button {
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: url(../images/common/arw05.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-work-slide__button {
    width: 5.5rem;
  }
}
.top-work-slide__button.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-work-slide__button.swiper-button-disabled {
  opacity: 0.2;
}

.top-work-slide__pagination {
  overflow: hidden;
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-work-slide__pagination {
    width: 6rem;
    height: 7rem;
    font-size: 3.4rem;
  }
}
.top-work-slide__pagination::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.top-work-slide__pagination::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #979797;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
.top-work-slide__pagination .swiper-pagination-current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: left;
  z-index: 2;
}
.top-work-slide__pagination .swiper-pagination-total {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: right;
  z-index: 2;
}

/*************************************************

top-bg1

*************************************************/
.top-bg1 {
  position: relative;
}
.top-bg1 > * {
  position: relative;
  z-index: 10;
}
.top-bg1::before {
  position: absolute;
  bottom: 25rem;
  right: calc(50% - 47rem);
  height: calc(100% - 30rem);
  display: block;
  content: "";
  width: calc(50% + 47rem);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e1e1e1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e1e1e1 calc(100% - 1px));
  background-size: 7px 7px;
  background-repeat: repeat;
  background-color: #f4f4f4;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-bg1::before {
    height: calc(100% - 50rem);
    bottom: 46rem;
    right: 5rem;
  }
}

/*************************************************

top-member

*************************************************/
.top-member {
  overflow: hidden;
}
.top-member .parts-button01 {
  max-width: 132rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-member .parts-button01 {
    max-width: none;
    margin: 3rem 5rem 0;
  }
  .top-member .parts-button01 .parts-button01__anchor {
    width: 42rem;
  }
}
.top-member .parts-button01__anchor {
  margin-left: auto;
}

.top-member-inner {
  position: relative;
  z-index: 3;
}
.top-member-inner > * {
  position: relative;
  z-index: 5;
}
.top-member-inner::before {
  position: absolute;
  top: 4rem;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 7rem);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
          box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
}

.top-member-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .top-member-head {
    display: block;
    margin: 0 5rem 3rem;
  }
}

.top-member-head__title {
  width: 41rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-member-head__title {
    width: 52rem;
    margin-bottom: 3rem;
  }
}

.top-member-head__lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top-member-head__lead {
    padding-left: 7.5rem;
    font-size: 2.4rem;
  }
}

.top-member-slide {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-member-slide {
    margin: 0;
    padding: 0 3rem;
  }
}
.top-member-slide .parts-member-card__acnhor {
  display: block;
  margin: 0 1.5rem;
}

.top-member-slide__controls {
  position: absolute;
  top: 3rem;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .top-member-slide__controls {
    position: static;
  }
}

.top-member-slide__controls-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-member-slide__controls-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top-member-slide__button {
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: url(../images/common/arw05.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-member-slide__button {
    width: 5.5rem;
  }
}
.top-member-slide__button.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.top-member-slide__pagination {
  overflow: hidden;
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-member-slide__pagination {
    width: 6rem;
    height: 7rem;
    font-size: 3.4rem;
  }
}
.top-member-slide__pagination::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.top-member-slide__pagination::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #979797;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
.top-member-slide__pagination .swiper-pagination-current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: left;
  z-index: 2;
}
.top-member-slide__pagination .swiper-pagination-total {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: right;
  z-index: 2;
}

/*************************************************

top-wrok

*************************************************/
.top-wrok {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .top-wrok {
    margin-top: 10rem;
    padding-top: 5rem;
  }
}
.top-wrok::before {
  position: absolute;
  top: 0;
  left: calc(50% - 60rem);
  display: block;
  content: "";
  width: calc(50% + 60rem);
  height: calc(100% - 4rem);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
          box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
  border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-wrok::before {
    height: calc(100% - 6rem);
    left: 5rem;
  }
}
.top-wrok .parts-button01 {
  max-width: 132rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .top-wrok .parts-button01 {
    max-width: none;
    margin: 5rem 5rem 0;
  }
  .top-wrok .parts-button01 .parts-button01__anchor {
    width: 42rem;
  }
}
.top-wrok .parts-button01__anchor {
  margin-left: auto;
}

.top-wrok-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  padding: 3rem 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-wrok-inner {
    margin: 0 0 0 5rem;
    padding: 0 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-wrok-img {
  width: 44rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-wrok-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.top-wrok-letters {
  width: calc(100% - 50rem);
}
@media screen and (max-width: 767px) {
  .top-wrok-letters {
    margin-bottom: 4rem;
    width: 100%;
  }
}

.top-wrok-title {
  width: 32.3rem;
  margin-bottom: 3rem;
  line-height: 0;
}

.top-wrok-lead {
  position: relative;
}
/*************************************************

top-workstyle

*************************************************/
.top-workstyle {
  margin-bottom: 20rem;
}
.top-workstyle .parts-bgtitle01 {
  position: relative;
  padding-bottom: 22rem;
  z-index: 1;
}

.top-workstyle-title {
  max-width: 54.5rem;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-workstyle-title {
    max-width: 59rem;
  }
}

.top-workstyle-slide {
  position: relative;
  margin-top: -16rem;
  z-index: 2;
}

.top-workstyle-slide__inner {
  margin: 0 auto;
}
.top-workstyle-slide__inner .swiper-slide {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 54rem; /* 各スライドの基本サイズ */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (max-width: 767px) {
  .top-workstyle-slide__inner .swiper-slide {
    width: 44rem;
  }
}
.top-workstyle-slide__inner .swiper-slide-active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); /* センターのスライドを大きく */
}
.top-workstyle-slide__inner .swiper-slide-prev, .top-workstyle-slide__inner .swiper-slide-next {
  -webkit-transform: scale(0.75);
          transform: scale(0.75); /* 左右のスライドを小さく */
}

.top-workstyle-slide__anchor {
  display: block;
  color: #333;
  text-decoration: none;
}

.top-workstyle-slide__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-workstyle-slide__text {
    font-size: 2rem;
  }
}

.top-workstyle-slide__img {
  overflow: hidden;
  border-radius: 1.6rem;
}

/*************************************************

top-movie

*************************************************/
.top-movie {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .top-movie {
    margin-top: 10rem;
    padding-top: 5rem;
  }
}
.top-movie::before {
  position: absolute;
  top: 0;
  left: calc(50% - 60rem);
  display: block;
  content: "";
  width: calc(50% + 60rem);
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
          box-shadow: 0px 4px 18px 0px rgba(54, 54, 54, 0.1);
  border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-movie::before {
    height: 100%;
    left: 5rem;
  }
}
.top-movie .parts-button01 {
  max-width: 132rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .top-movie .parts-button01 {
    max-width: none;
    margin: 5rem 5rem 0;
  }
  .top-movie .parts-button01 .parts-button01__anchor {
    width: 42rem;
  }
}
.top-movie .parts-button01__anchor {
  margin-left: auto;
}

.top-movie-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-movie-inner {
    margin: 0 0 0 5rem;
    padding: 0 5rem 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-movie-img {
  width: 44rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-movie-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.top-movie-letters {
  width: calc(100% - 50rem);
}
@media screen and (max-width: 767px) {
  .top-movie-letters {
    margin-bottom: 4rem;
    width: 100%;
  }
}

.top-movie-title {
  width: 60rem;
  margin-bottom: 3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-movie-title {
    width: 42rem;
  }
}
.top-movie-title img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-movie-lead {
    margin-left: 5.6rem;
  }
}

.top-movie-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3rem;
}

.top-movie-btn01__anchor {
  position: relative;
  display: block;
  padding-right: 9rem;
  color: #0090be;
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-movie-btn01__anchor {
    font-size: 3.8rem;
  }
}
.top-movie-btn01__anchor::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../images/common/arw04.png) no-repeat center center/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-movie-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: #e6e6e6 solid 2px;
}

.top-movie-btnlist-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.top-movie-btnlist__anchor {
  position: relative;
  display: block;
  padding-right: 3.4rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-movie-btnlist__anchor {
    font-size: 2.8rem;
  }
}
.top-movie-btnlist__anchor::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-right: 2px solid #009dbf;
  border-top: 2px solid #009dbf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}