@media screen and (min-width: 1080px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

.article-inner {
  max-width: 1000px;
  font-size: 14px;
  padding-bottom: 100px;
}

.page-company {
  margin: 70px 0;
}
.page-company .page-company-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 0.0227272727rem + 6.303030303vw, 4.75rem);
  color: #f6eff1;
  text-align: center;
  white-space: nowrap;
}
.page-company .page-company-title {
  text-align: center;
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .page-company .page-company-title {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1080px) {
  .page-company .page-company-greeting {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .page-company .page-company-greeting {
    margin-top: 40px;
  }
}
.page-company .page-company-greeting-text {
  line-height: 1.8;
}
@media screen and (min-width: 1080px) {
  .page-company .page-company-greeting-text {
    width: 50%;
  }
}
.page-company .page-company-greeting-text p {
  margin: 20px 0;
}
.page-company .name {
  margin-top: 50px !important;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .page-company .name {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .page-company .greeting-img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .page-company .greeting-img {
    margin-top: 30px;
  }
}

.page-company-profile {
  background-image: url(../img/profile-bk.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-company-profile .inner {
  padding: 100px 15px;
}
.page-company-profile .page-company-title-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 1.3863636364rem + 4.4848484848vw, 4.75rem);
  color: #f6eff1;
  text-align: center;
  white-space: nowrap;
}
.page-company-profile .page-company-title {
  text-align: center;
  font-size: clamp(2.25rem, 1.8522727273rem + 1.696969697vw, 3.125rem);
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .page-company-profile .page-company-title {
    margin-top: -20px;
  }
}
.page-company-profile .company-info {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}
.page-company-profile .info-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .page-company-profile .info-item {
    padding: 20px 20px;
    display: flex;
  }
}
.page-company-profile .info-label {
  flex-basis: 30%;
}
@media screen and (max-width: 960px) {
  .page-company-profile .info-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.page-company-profile .info-content {
  flex-basis: 70%;
  margin-right: 15px;
}
.page-company-profile .profile-img-area {
  margin-top: 50px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1080px) {
  .page-company-profile .profile-img-area {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .page-company-profile .profile-img-area img {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .page-company-profile .profile-img-area iframe {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .page-company-profile .profile-img-area iframe {
    height: 220px;
    width: 100%;
  }
}/*# sourceMappingURL=page-company.css.map */