.mv {
  position: relative;
}
.mv .content {
  margin-top: 12rem;
}
@media only screen and (max-width: 1390px) {
  .mv .content {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv .content {
    margin-top: 15.625vw;
    margin-bottom: 0;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-b {
  margin-top: 6.5104166667vw;
}
@media only screen and (max-width: 640px) {
  .swiper-b {
    margin-top: 19.0625vw;
  }
}

.swiper-a .swiper-wrapper,
.swiper-b .swiper-wrapper {
  transition-timing-function: linear !important;
  height: 16.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .swiper-a .swiper-wrapper,
  .swiper-b .swiper-wrapper {
    height: 50vw;
  }
}

.swiper-slide {
  width: auto;
  height: 100%;
}
.swiper-slide img {
  border-radius: 1.2rem;
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.mv_title {
  position: absolute;
  display: flex;
  gap: 4.9479166667vw;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mv_title h1 {
  font-size: 2.0833333333vw;
  line-height: 1.4;
  letter-spacing: 0.3125vw;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .mv_title h1 {
    font-size: 5vw;
    letter-spacing: 0.75vw;
    line-height: 1.2;
  }
}

.mv__logo {
  width: 19.7916666667vw;
}
@media only screen and (max-width: 640px) {
  .mv__logo {
    width: 44.53125vw;
  }
}
.mv__logo img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .office .content {
    margin-top: 0;
    margin-bottom: 7.8125vw;
  }
}
.office_container {
  display: flex;
  justify-content: space-between;
  gap: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .office_container {
    flex-direction: column;
  }
}
.office_content {
  padding: 0 0 0 6.0126582278%;
  width: 36.0759493671%;
  position: relative;
}
@media only screen and (max-width: 1580px) {
  .office_content {
    width: 41.1392405063vw;
  }
}
@media only screen and (max-width: 1390px) {
  .office_content {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .office_content {
    width: 100%;
    padding: 0;
  }
}
.office .title-large {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .office .title-large {
    text-align: center !important;
    font-size: 8.125vw;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .office .title-small {
    text-align: center !important;
    font-size: 6.25vw;
    letter-spacing: 0.625vw;
  }
}
.office_image {
  width: 48.1012658228%;
}
@media only screen and (max-width: 640px) {
  .office_image {
    width: 100%;
  }
}
.office .deco01 {
  position: absolute;
  right: -9.5rem;
  bottom: -9.5rem;
  width: 17.4rem;
}
@media only screen and (max-width: 1390px) {
  .office .deco01 {
    right: -6.8345323741vw;
  }
}
@media only screen and (max-width: 640px) {
  .office .deco01 {
    right: auto;
    left: -2.5vw;
    width: 27.1875vw;
    bottom: -26.5625vw;
  }
}

.service {
  padding: 16rem 0 16.4rem;
  background: url(../img/index/bg_service.webp) no-repeat center top;
}
@media only screen and (max-width: 640px) {
  .service {
    padding: 7.8125vw 0 6.25vw;
    background: url(../img/index/bg_service-sp.webp) no-repeat center top;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 640px) {
  .service .title-large {
    font-size: 8.125vw;
  }
}
.service_text {
  color: #1e1e1e;
  font-kerning: none;
  font-feature-settings: "halt" on, "liga" off;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .service_text {
    font-size: 3.75vw;
    text-align: left !important;
  }
}
.service_list {
  margin: 8rem auto;
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .service_list {
    flex-direction: column;
    gap: 4.6875vw;
    margin: 9.375vw auto 0;
  }
}
.service_item {
  position: relative;
  width: 16.5413533835%;
}
@media only screen and (max-width: 640px) {
  .service_item {
    width: 100%;
    height: 34.53125vw;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(even) a {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(even)::after {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(1) img, .service_item:nth-child(2) img {
    width: 21.71875vw;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(3) img {
    width: 19.0625vw;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(4) img {
    width: 20.625vw;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .service_item:nth-child(5) img {
    width: 20.3125vw;
    margin: 0;
  }
}
.service_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .service_item::after {
    width: 34.375vw;
  }
}
.service_item a {
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .service_item a {
    display: flex;
    align-items: center;
    gap: 4.6875vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.service_image {
  margin: -2rem auto 2rem;
  width: 14rem;
}
@media only screen and (max-width: 640px) {
  .service_image {
    width: 34.375vw;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .service_content {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .service_content p {
    font-size: 3.75vw;
  }
}
.service_title {
  color: #5CB531;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  height: 4em;
}
@media only screen and (max-width: 640px) {
  .service_title {
    height: auto;
    text-align: left;
    margin-bottom: 1.71875vw;
    font-size: 4.375vw;
    letter-spacing: 0.21875vw;
  }
}
.service .deco01 {
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 17.6rem;
}
@media only screen and (max-width: 640px) {
  .service .deco01 {
    bottom: auto;
    top: -18.90625vw;
    left: auto;
    right: 5.78125vw;
    width: 27.65625vw;
  }
}

@media only screen and (max-width: 640px) {
  .news_title {
    font-size: 6.875vw;
    margin: 19.375vw auto 7.8125vw;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .news_list {
    width: 100%;
    gap: 6.25vw;
    font-size: 3.75vw;
  }
}
.news_item {
  padding: 4rem 0;
  display: flex;
  border-bottom: solid 1px #5CB531;
}
@media only screen and (max-width: 640px) {
  .news_item {
    padding: 0 0 6.25vw;
  }
}
.news_item:first-child {
  padding-top: 0;
}
.news_item:last-child {
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 640px) {
  .news_item {
    display: block;
  }
}
.news_item dt {
  width: 9em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  color: #5CB531;
}
@media only screen and (max-width: 640px) {
  .news_item dt {
    width: auto;
  }
}
.news_item dd {
  width: calc(100% - 9em);
}
@media only screen and (max-width: 640px) {
  .news_item dd {
    width: auto;
  }
}
.news .deco01 {
  position: absolute;
  right: 0;
  top: -8rem;
  width: 21rem;
}
@media only screen and (max-width: 640px) {
  .news .deco01 {
    width: 33.125vw;
    right: auto;
    left: 5vw;
    top: -37.5vw;
  }
}/*# sourceMappingURL=index.css.map */