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

mv

*************************************************/
.mv {
  line-height: 0;
}
.mv img {
  width: 100%;
}

/* section
---------------------------------------*/
/*************************************************

top-leads

*************************************************/
.top-leads {
  margin: 15rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .top-leads {
    margin: 7rem 0 10rem;
  }
}

.top-leads-text01 {
  font-size: 2rem;
  text-align: center;
}

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

top-about

*************************************************/
.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 192rem;
  margin: 0 auto 20rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-bottom: 10rem;
  }
}

.top-about-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-about-img {
    width: auto;
  }
}

.top-about-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 7.8125%;
}
@media screen and (max-width: 767px) {
  .top-about-letters {
    width: auto;
    padding: 0 2rem;
  }
}

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

top-services

*************************************************/
.top-services {
  overflow: hidden;
}

.top-services-slide {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.top-services-slide-target {
  max-width: 144rem;
}

.top-services-slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-services-slide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-services-slide-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 61.1111111111%;
}
@media screen and (max-width: 767px) {
  .top-services-slide-img {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.top-services-slide-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38.8888888889%;
  padding: 0 5.5555555556%;
}
@media screen and (max-width: 767px) {
  .top-services-slide-letters {
    width: 100%;
    padding: 0 2rem;
  }
}
.top-services-slide-letters .parts-en-text {
  letter-spacing: 0;
}

.top-services-slide-title {
  margin-bottom: 4rem;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-services-slide-title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.top-services-slide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100%, 38rem);
  line-height: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-services-slide__controls {
    position: absolute;
    left: 97rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-services-slide__controls {
    width: min(20rem, 100% - 10rem);
    margin: 5rem auto 0;
  }
}

.top-services-slide__controls-arw {
  display: block;
  width: 4.7rem;
  line-height: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top-services-slide__controls-arw {
    width: 3.7rem;
  }
}
.top-services-slide__controls-arw.swiper-button-disabled {
  opacity: 0.3;
}
.top-services-slide__controls-arw img {
  display: block;
  width: 100%;
}
.top-services-slide__controls-arw.is-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

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

top-hometype

*************************************************/
.top-hometype {
  overflow: hidden;
  margin: 20rem 0;
}
@media screen and (max-width: 767px) {
  .top-hometype {
    margin: 12rem 0;
  }
}

.top-hometype-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: min(152rem, 100% - 4rem);
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  .top-hometype-head {
    display: block;
    margin-bottom: 4rem;
  }
  .top-hometype-head .parts-btn01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.top-hometype-slide {
  max-width: 141.5rem;
  margin: 0 auto;
}
.top-hometype-slide .swiper-slide {
  position: relative;
}
.top-hometype-slide .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% - 6rem);
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide .swiper-slide::before {
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  .top-hometype-slide .swiper-slide.swiper-slide-next::before, .top-hometype-slide .swiper-slide.swiper-slide-active::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .top-hometype-slide .swiper-slide.swiper-slide-active::before {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .top-hometype-slide-target {
    position: relative;
    left: -35.375rem;
  }
}

.top-hometype-slide-item {
  position: relative;
  display: block;
  margin: 0 3rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide-item {
    margin: 0 1rem;
  }
  .top-hometype-slide-item .parts-btn01__anchor {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-hometype-slide-item:hover .top-hometype-slide-img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }
}

.top-hometype-slide-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 650/760;
  z-index: 1;
}
.top-hometype-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  transition: transform 0.4s, filter 0.4s;
  transition: transform 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
}
.top-hometype-slide-img .in-logo {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 12rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide-img .in-logo {
    top: 1.5rem;
    right: 1.5rem;
    width: 5rem;
  }
}
.top-hometype-slide-img .in-logo img {
  -o-object-fit: auto;
     object-fit: auto;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.top-hometype-slide-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7rem 9rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide-letters {
    padding: 2.5rem 3rem;
  }
}
.top-hometype-slide-letters .parts-en-text {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide-letters .parts-en-text {
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
  }
}

.top-hometype-slide-title {
  margin-bottom: 1rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide-title {
    font-size: 1.8rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
  }
}

.top-hometype-slide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(40rem, 100% - 10rem);
  margin: 5rem auto 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide__controls {
    width: min(20rem, 100% - 10rem);
    margin-top: 4rem;
  }
}

.top-hometype-slide__controls-arw {
  display: block;
  width: 4.7rem;
  line-height: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top-hometype-slide__controls-arw {
    width: 3.7rem;
  }
}
.top-hometype-slide__controls-arw.swiper-button-disabled {
  opacity: 0.3;
}
.top-hometype-slide__controls-arw img {
  display: block;
  width: 100%;
}
.top-hometype-slide__controls-arw.is-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

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

top-overview

*************************************************/
.top-overview {
  width: min(152rem, 100% - 4rem);
  margin: 0 auto 20rem;
}
@media screen and (max-width: 767px) {
  .top-overview {
    margin-bottom: 10rem;
  }
}

.top-overview-flex {
  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;
}
@media screen and (max-width: 767px) {
  .top-overview-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-overview-flex-left {
  width: 60.5263157895%;
}
@media screen and (max-width: 767px) {
  .top-overview-flex-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.top-overview-flex-right {
  width: 32.8947368421%;
}
@media screen and (max-width: 767px) {
  .top-overview-flex-right {
    width: 100%;
  }
}

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

top-location

*************************************************/
.top-location {
  padding: 13rem 2rem;
  background-color: #f0f6f6;
}
@media screen and (max-width: 767px) {
  .top-location {
    padding: 7rem 2rem;
  }
}

.top-location-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 162rem;
  color: #002d52;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-location-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.top-location-map {
  width: 56.7901234568%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-location-map {
    width: 100%;
  }
}

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

footer

*************************************************/
.footer {
  margin-top: 0;
}