/*==================================================
section company
===================================*/
.top_company {
  position: relative;
  background-color: #fff;
  padding: 0 0 4rem;
}

.top_company::after {
  content: "";
  background: url(../img/company_bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 60vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.top_company.common::after {
  content: "";
  background: url(../img/company_common_bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 60vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.top_company__inner {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.top_company__enTitle {
  color: #72b583;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.top_company__enTitle::after {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #83b387;
  content: "";
}

.top_company__title {
  margin-top: 0.8rem;
  color: #72b583;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
}

.top_company__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
}

.top_company__body {
  width: 100%;
}

.top_company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e3d9;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.top_company__term {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.13rem;
  text-transform: capitalize;
}

.top_company__description {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.top_company__description a {
  text-decoration: underline;
}

.company1__description_tel {
  margin-right: 1.5rem;
}

.top_company__gallery {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_company__gallery_image {
  width: 50%;
  max-width: 230px;
  padding: 0.5rem;
}

.top_company__gallery_image:nth-of-type(odd) {
  padding-left: 0;
}

.top_company__gallery_image:nth-of-type(even) {
  padding-right: 0;
}

.top_company__map {
  display: block;
  position: relative;
  width: 100%;
  height: 30rem;
  margin-top: 4rem;
}

.top_company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company__bottom {
  width: 100%;
  margin: 3rem 0;
}

.top_company__service_list {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 1rem;
}

.video {
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top_company {
    padding: 0 0 8rem;
  }

  .top_company__inner {
    max-width: 105rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .top_company__enTitle {
    font-size: 5rem;
  }

  .top_company__title {
    margin-top: 1.4rem;
    font-size: 2.4rem;
  }

  .top_company__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    gap: 0 7.5rem;
  }

  .top_company__body {
    max-width: 50.3rem;
  }

  .top_company__term {
    width: 13.2rem;
  }

  .top_company__map {
    height: 32.4rem;
    margin-top: 5rem;
  }

  .company__bottom {
    margin: 5rem 0;
  }

  .top_company__service_list {
    grid-template-columns: repeat(6, auto);
    gap: 1rem 2rem;
  }
}

/*==================================================
section company END
===================================*/
