@charset "UTF-8";
/* CSS Document */
/* companyArea */
/* h2Area */
.companyArea .h2Area {
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #feecea 70%, #feecea 100%);
  .sub_inner {
    padding: 100px 40px 70px;
    h2 {
      font-size: var(--font-lg-minus);
      font-family: var(--font-family-mincho);
      letter-spacing: var(--letter-spacing-wider);
      font-weight: var(--font-weight-semi-mid);
      }
    .img {
      margin-top: 70px;
      background-image: url("../img/company/company_img.webp");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      aspect-ratio: 1200 / 600;
    }
  }
}

/* itemArea */
.companyArea .itemArea {
  background-color: #feecea;
  .sub_inner {
    padding: 0 40px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.companyArea .itemArea .sub_inner .item {
  padding-bottom: 70px;
  width: calc(50% - 50px);
  h3 {
    text-align: center;
    position: relative;
    span {
      color: var(--color-secondary);
      font-size: var(--font-md-plus);
      font-weight: var(--font-weight-semi-mid);
      padding: 0 2.25rem;
      background-color: #feecea;
      position: relative;
      z-index: 2;
    }
    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      transform: translateX(-50%);
      background-color: #db4798;
    }
  }
}
.companyArea .itemArea .sub_inner .item ul {
  padding-top: 26px;
  width: 98%;
  margin: 0 auto;
  li {
    font-weight: var(--font-weight-semi-mid);
    font-size: var(--font-md-minus);
    color: var(--color-quinary);
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 16px 30px 16px 100px;
    border-radius: 999px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      font-family: var(--font-family-mincho);
      font-size: var(--font-xl);
      color: var(--color-quinary);
    }
    &:nth-child(1)::before {
      content: "01";
    }
    &:nth-child(2)::before {
      content: "02";
    }
    &:nth-child(3)::before {
      content: "03";
    }
  }
}
.companyArea .itemArea .sub_inner .item01 {
  padding-bottom: 70px;
}

/* itemArea02 */
.itemArea02 .sub_inner {
  padding: 40px 40px 60px;
    dl div {
      display: flex;
      justify-content: flex-start;
      padding: 20px 16px;
      margin: 30px 0;
      border-bottom: 1px solid #d8d8d8;
    dt {
      font-size: var(--font-md);
      width: 170px;
      font-weight: var(--font-weight-semi-mid);
      text-transform: uppercase;
    }
    dd {
      font-size: var(--font-md);
      width: calc(100% - 170px);
      a {
        color: var(--color-text);
        &:hover {
          color: var(--color-secondary);
        }
      }
    }
  }
}
/* itemArea03 */
.itemArea03 {
  padding-bottom: 120px;
  .map {
    height: 360px;
  }
}

@media screen and (max-width: 1000px) {
/* companyArea */
/* h2Area */
  .companyArea .h2Area .sub_inner {
    padding: 56px 6vw 46px;
    h2 {
      font-size: clamp(1.313rem, 1.107rem + 1.03vw, 1.75rem);
    }
    .img {
      margin-top: 56px;
    }
  }

/* itemArea */
  .companyArea .itemArea .sub_inner {
    padding: 0 6vw 8px;
    .item {
      padding-bottom: 50px;
      width: calc(50% - 30px);
      h3 span {
        font-size: clamp(1.125rem, 1.066rem + 0.29vw, 1.25rem);
      }
    }
  }
  .companyArea .itemArea .sub_inner .item ul {
    padding-top: 18px;
    li {
      font-size: clamp(0.875rem, 0.787rem + 0.44vw, 1.063rem);
      padding-left: 70px;
      padding-right: 20px;
      &::before {
        left: 20px;
        font-size: clamp(1.625rem, 1.449rem + 0.88vw, 2rem);
      }
    }
  }
  .companyArea .itemArea .sub_inner .item01 {
    padding-bottom: 46px;
  }

/* itemArea02 */
  .itemArea02 .sub_inner {
    padding: 20px 6vw 40px;
    dl div {
      dt {
        font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
      }
      dd {
        font-size: clamp(0.875rem, 0.846rem + 0.15vw, 0.938rem);
      }
    }
  }

/* itemArea03 */
  .itemArea03 {
    padding-bottom: 100px;
    .map {
      height: 280px;
    }
  }
}

@media screen and (max-width: 768px) {
/* companyArea */
/* itemArea */
.companyArea .itemArea .sub_inner .item {
  width: calc(50% - 6px);
  ul {
    width: 100%;
  }
}

/* itemArea02 */
  .itemArea02 .sub_inner {
    padding-top: 34px;
    padding-bottom: 50px;
    dl div {
      padding: 16px 0;
      margin: 20px 0;
    }
  }
}

@media screen and (max-width: 600px) {
/* companyArea */
/* h2Area */
  .companyArea .h2Area .sub_inner {
    padding-top: 42px;
    .img {
      margin-top: 40px;
      aspect-ratio: 980 / 600;
    }
  }

/* itemArea */
  .companyArea .itemArea .sub_inner {
    padding-bottom: 0;
    flex-direction: column;
      .item {
        width: 100%;
      h3 {
        margin-bottom: 0;
      }
      ul {
        padding-top: 10px;
        width: 98%;
        margin: 0 auto;
      li {
          font-weight: var(--font-weight-mid);
          font-size: clamp(0.938rem, 0.795rem + 0.71vw, 1.063rem);
        }
      }
    }
  }

/* itemArea02 */
  .itemArea02 .sub_inner {
    padding-top: 22px;
    padding-bottom: 40px;
    dl div {
      flex-direction: column;
      dt {
        width: 100%;
        padding-bottom: 6px;
      }
      dd {
        width: 100%;
      }
    }
  }

/* itemArea03 */
  .itemArea03 {
    padding-bottom: 70px;
    .map {
      height: 200px;
    }
  }
}
