/* Scss Document */
.philosophy__lead {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .philosophy__lead {
    text-align: left;
  }
}
.philosophy__list {
  margin-top: 6rem;
  display: flex;
  gap: 2%;
}
@media only screen and (max-width: 640px) {
  .philosophy__list {
    flex-direction: column;
    gap: 4.6875vw;
  }
}
.philosophy__item {
  padding: 4rem 3rem;
  background: linear-gradient(293deg, rgba(237, 133, 153, 0.1) 4.06%, rgba(246, 197, 206, 0.1) 97.2%);
  text-align: center;
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .philosophy__item {
    width: 100%;
  }
}
.philosophy__item::before, .philosophy__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
}
.philosophy__item::before {
  top: 0;
  left: 0;
  border-top: solid 1px #AD324A;
  border-left: solid 1px #AD324A;
}
.philosophy__item::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #AD324A;
  border-right: solid 1px #AD324A;
}
.philosophy__title {
  margin-bottom: 1.5em;
}
.philosophy__title .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  color: #AD324A;
  font-size: 4.8rem;
}
.philosophy__title .jp {
  font-size: 2rem;
}

.outline__table {
  margin: 0 auto;
  width: 83.3333333333%;
}
@media only screen and (max-width: 640px) {
  .outline__table {
    width: 100%;
  }
  .outline__table table,
  .outline__table tbody,
  .outline__table tr,
  .outline__table th,
  .outline__table td {
    display: block;
  }
}
.outline tr:nth-child(even) {
  background: rgba(237, 133, 153, 0.1);
}
.outline tr th,
.outline tr td {
  padding: 0.75em 1em;
}
.outline tr th {
  text-align: left;
  width: 25%;
  color: #AD324A;
}
@media only screen and (max-width: 640px) {
  .outline tr th {
    padding-bottom: 0;
    width: 100%;
  }
}
.outline tr td {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .outline tr td {
    padding-top: 0;
    width: 100%;
  }
}

.staff__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .staff__container {
    flex-direction: column;
  }
}
.staff__text {
  width: 55%;
}
@media only screen and (max-width: 640px) {
  .staff__text {
    width: 100%;
  }
}
.staff__text p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 640px) {
  .staff__text p br {
    display: none;
  }
}
.staff__name {
  margin-right: 0.5em;
  color: #AD324A;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .staff__name {
    font-size: 3.2rem;
  }
}
.staff__name-container {
  display: flex;
  align-items: flex-end;
}
.staff__name-kana {
  padding-bottom: 0.75em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .staff__name-kana {
    font-size: 3.125vw;
  }
}
.staff__license {
  padding: 3rem;
  background: rgba(237, 133, 153, 0.1);
}
.staff__license .license__title {
  margin-bottom: 1em;
  color: #AD324A;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.staff__license .license__text {
  font-weight: 500;
}
.staff__image {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .staff__image {
    margin: 2em 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .staff__image figure {
    margin: 0 auto;
    width: 80%;
  }
}/*# sourceMappingURL=company.css.map */