/*==================================================
section company
===================================*/
.company {
  padding-top: 4rem;
  position: relative;
}

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

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

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

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

.p-company1__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;
}

.p-company1__img::before {
  padding-top: 58.6288416076%;
}

.p-company1__body {
  width: 100%;
}

.p-company1__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.6rem 0.5rem;
  border-bottom: 1px solid #e5e3d9;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-company1__list:first-of-type {
  padding-top: 0.4rem;
}

.p-company1__term {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9.2rem;
  font-weight: 700;
  text-transform: capitalize;
}

.p-company1__description {
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-company1__description a {
  text-decoration: underline;
}

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

.p-company1__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-company1__area {
  border: solid 5px #7fd113;
  padding: 3.5rem;
  margin: 3rem auto 0;
  color: #3e3e3e;
  font-size: 1.4rem;
}

.p-company1__area_title {
  font-weight: 600;
  position: relative;
  line-height: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 1rem;
}

.p-company1__area_title::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-color: #7fd113;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  transform: translateY(-50%);
  border-radius: 3rem;
}

.p-company1__area_text {
  letter-spacing: 0.14rem;
  line-height: 3rem;
}

@media screen and (min-width: 768px) {
  .company {
    padding-top: 6.8rem;
  }

  .company::after {
    position: absolute;
    top: 5rem;
    right: 2rem;
    content: "COMPANY";
    color: #f8fcf2;
    font-weight: 500;
    font-size: 17rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

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

  .p-company1__enTitle {
    font-size: 5rem;
  }

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

  .p-company1__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: 3.8rem;
    gap: 0 7.5rem;
  }

  .p-company1__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 42.3rem;
  }

  .p-company1__body {
    max-width: 50.3rem;
  }

  .p-company1__map {
    height: 23.4rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .company__bottom {
    margin: 5rem 0;
  }
}

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