:root {
  --rate-vw: 0.0714285714vw;
  --rate-fz: 0.0714285714vw;
}
@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.1333333333vw;
    --rate-fz: 0.1333333333vw;
  }
}

.company {
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .page-header--company {
    padding-top: clamp(0px, 200 * var(--rate-vw), 200px);
  }
}

@media (max-width: 767px) {
  .page-title__en--company {
    letter-spacing: 0.05em;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: clamp(0px, 125 * var(--rate-vw), 125px) 0 clamp(0px, 110 * var(--rate-vw), 110px);
}
@media (max-width: 767px) {
  .message {
    padding-top: clamp(0px, 60 * var(--rate-vw), 60px);
    padding-bottom: clamp(0px, 100 * var(--rate-vw), 100px);
  }
}

.message__heading {
  font-size: clamp(0px, 63 * var(--rate-fz), 63px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (min-width: 768px) {
  .message__heading {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 110%;
  }
}
@media (max-width: 767px) {
  .message__heading {
    text-align: left;
    font-size: clamp(0px, 54 * var(--rate-fz), 54px);
    line-height: 1.5185185185;
  }
}

.message__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
    margin-top: 9%;
  }
}

.message__body {
  width: calc(500 / 1100 * 100%);
}
@media (max-width: 767px) {
  .message__body {
    width: 100%;
  }
}

.message__text {
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 600;
  line-height: 2.6111111111;
  letter-spacing: 0.12em;
  margin-top: calc((1lh - 1em) / -2);
}
@media (max-width: 767px) {
  .message__text {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    line-height: 1.8333333333;
  }
}

.message__signature {
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 2.4em;
}
.message__signature strong {
  display: inline-block;
  font-size: clamp(0px, 26 * var(--rate-fz), 26px);
  margin-left: 0.6em;
}
@media (max-width: 767px) {
  .message__signature {
    font-size: clamp(0px, 31 * var(--rate-fz), 31px);
    margin-top: 1.4em;
  }
  .message__signature strong {
    font-size: clamp(0px, 44 * var(--rate-fz), 44px);
    margin-left: 0.4em;
  }
}

.message__image {
  width: calc(546 / 1100 * 100%);
}
@media (max-width: 767px) {
  .message__image {
    margin-top: 9%;
    width: 100%;
  }
}

/*------------------------------
company-info
------------------------------*/
.company-info {
  background: #282828;
  padding: clamp(0px, 100 * var(--rate-vw), 100px) 0 clamp(0px, 110 * var(--rate-vw), 110px);
  color: #fff;
}
@media (max-width: 767px) {
  .company-info {
    padding-top: clamp(0px, 80 * var(--rate-vw), 80px);
  }
}

.company-info__title {
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .company-info__title {
    display: block;
    text-align: center;
  }
}

.company-info__title-en {
  font-size: clamp(0px, 52 * var(--rate-fz), 52px);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .company-info__title-en {
    display: block;
    font-size: clamp(0px, 85 * var(--rate-fz), 85px);
    line-height: 1;
  }
}

.company-info__title-ja {
  font-size: clamp(0px, 26 * var(--rate-fz), 26px);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.4em;
  margin-left: 0.1em;
}
.company-info__title-ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #02ba7b;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
  width: 1em;
  aspect-ratio: 31/29;
}
@media (max-width: 767px) {
  .company-info__title-ja {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(0px, 42 * var(--rate-fz), 42px);
    margin-left: auto;
    margin-top: 0.8em;
    padding-left: 0;
  }
  .company-info__title-ja::before {
    transform: translateX(-120%);
  }
}

.company-info__wraooer {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-info__wraooer {
    display: block;
    margin-top: 6%;
  }
}

@media (min-width: 768px) {
  .company-info__wraooer--2 {
    margin-top: 6%;
  }
}
@media (max-width: 767px) {
  .company-info__wraooer--2 {
    margin-top: 9%;
  }
}

.company-info__image {
  width: 47%;
}
@media (max-width: 767px) {
  .company-info__image {
    width: 100%;
    margin-bottom: 16%;
  }
}

.company-info__block {
  width: calc(520 / 1100 * 100%);
}
@media (max-width: 767px) {
  .company-info__block {
    width: 100%;
  }
}

.profile__info {
  display: flex;
  flex-wrap: wrap;
}
.profile__info dt, .profile__info dd {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 500;
  line-height: 3.6;
  letter-spacing: 0.1em;
}
.profile__info dt:nth-of-type(n + 2), .profile__info dd:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}
.profile__info dt {
  position: relative;
  width: clamp(0px, 128 * var(--rate-vw), 128px);
  padding-right: 1.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile__info dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  width: 1px;
  height: 1em;
}
.profile__info dd {
  width: calc(100% - clamp(0px, 128 * var(--rate-vw), 128px));
  padding-left: 1.8em;
}
@media (max-width: 767px) {
  .profile__info:nth-child(2) {
    border-top: 1px solid #fff;
  }
  .profile__info dt, .profile__info dd {
    font-size: clamp(0px, 34 * var(--rate-fz), 34px);
    line-height: 1.4;
    padding: 0.4em 0;
  }
  .profile__info dt {
    width: clamp(0px, 240 * var(--rate-vw), 240px);
    padding-right: 0.9em;
    align-items: flex-start;
  }
  .profile__info dt::after {
    height: calc(100% - 1em);
  }
  .profile__info dd {
    padding-left: 1.1em;
    width: calc(100% - clamp(0px, 240 * var(--rate-vw), 240px));
  }
}

.history__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}
.history__list dt, .history__list dd {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 500;
  line-height: 3.6;
  letter-spacing: 0.1em;
}
.history__list dt:nth-of-type(n + 2), .history__list dd:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}
.history__list dt {
  width: clamp(0px, 100 * var(--rate-vw), 100px);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.25em;
}
.history__list dd {
  width: calc(100% - clamp(0px, 100 * var(--rate-vw), 100px));
}
@media (max-width: 767px) {
  .history__list {
    margin-top: 8%;
  }
  .history__list dt, .history__list dd {
    font-size: clamp(0px, 34 * var(--rate-fz), 34px);
    line-height: 1.3235294118;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .history__list dt:nth-of-type(1), .history__list dd:nth-of-type(1) {
    padding-top: 0;
  }
  .history__list dt:nth-last-of-type(1), .history__list dd:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .history__list dt {
    width: clamp(0px, 180 * var(--rate-vw), 180px);
    letter-spacing: 0.1em;
  }
  .history__list dd {
    width: calc(100% - clamp(0px, 180 * var(--rate-vw), 180px));
    border-left: 1px solid #fff;
    padding-left: 1em;
  }
}

/*------------------------------
recruit
------------------------------*/
.recruit {
  padding: clamp(0px, 120 * var(--rate-vw), 120px) 0 clamp(0px, 100 * var(--rate-vw), 100px);
}

.recruit__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .recruit__wrapper {
    display: block;
  }
}

.recruit__body {
  width: calc(512 / 1100 * 100%);
}
@media (max-width: 767px) {
  .recruit__body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .recruit__title {
    text-align: center;
  }
}

.recruit__title-en {
  display: block;
  letter-spacing: 0.05em;
  font-size: clamp(0px, 93 * var(--rate-fz), 93px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .recruit__title-en {
    font-size: clamp(0px, 143 * var(--rate-fz), 143px);
    letter-spacing: 0.01em;
  }
}

.recruit__title-ja {
  display: inline-block;
  font-size: clamp(0px, 27 * var(--rate-fz), 27px);
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1em;
}
.recruit__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #02ba7b;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
  width: 1em;
  aspect-ratio: 31/29;
}
@media (max-width: 767px) {
  .recruit__title-ja {
    font-size: clamp(0px, 42 * var(--rate-fz), 42px);
    margin-top: 0.4em;
    padding-left: 0;
  }
  .recruit__title-ja::before {
    transform: translate(-120%, -50%);
  }
}

.recruit__message {
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 500;
  line-height: 2.3888888889;
  letter-spacing: 0.1em;
  margin-top: 1.8em;
}
@media (max-width: 767px) {
  .recruit__message {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    margin-top: 7%;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.recruit__image {
  width: 46%;
}
@media (max-width: 767px) {
  .recruit__image {
    width: 100%;
    margin-top: 7%;
  }
}

.recruit__cta {
  margin-top: clamp(0px, 50 * var(--rate-vw), 50px);
}

/*------------------------------
studio
------------------------------*/
.studio__hero {
  background: lightgray;
  aspect-ratio: 1400/425;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .studio__hero {
    aspect-ratio: 759/455;
  }
}

.studio__content {
  padding: clamp(0px, 100 * var(--rate-vw), 100px) 0 0;
}

.studio__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .studio__wrapper {
    display: block;
  }
}

.studio__title {
  width: clamp(0px, 400 * var(--rate-vw), 400px);
}
@media (max-width: 767px) {
  .studio__title {
    width: 100%;
    text-align: center;
  }
}

.studio__title-en {
  display: block;
  font-size: clamp(0px, 93 * var(--rate-fz), 93px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .studio__title-en {
    font-size: clamp(0px, 143 * var(--rate-fz), 143px);
    letter-spacing: 0.01em;
  }
}

.studio__title-ja {
  display: inline-block;
  font-size: clamp(0px, 27 * var(--rate-fz), 27px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.2em;
  margin-left: 0.4em;
}
.studio__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #02ba7b;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
  width: 1em;
  aspect-ratio: 31/29;
}
@media (max-width: 767px) {
  .studio__title-ja {
    font-size: clamp(0px, 42 * var(--rate-fz), 42px);
  }
}

.studio__descriotion {
  width: calc(634 / 1100 * 100%);
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .studio__descriotion {
    width: 100%;
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    line-height: 1.7222222222;
    margin-top: clamp(0px, 75 * var(--rate-vw), 75px);
  }
}

.studio__cta {
  margin-top: clamp(0px, 50 * var(--rate-vw), 50px);
}

.studio__gallery {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0px, 100 * var(--rate-vw), 100px);
}
.studio__gallery li {
  width: 50%;
  background: lightgray;
  aspect-ratio: 700/425;
}
@media (max-width: 767px) {
  .studio__gallery {
    display: block;
  }
  .studio__gallery li {
    width: 100%;
    aspect-ratio: 759/455;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding: clamp(0px, 110 * var(--rate-vw), 110px) 0 clamp(0px, 90 * var(--rate-vw), 90px);
}
@media (max-width: 767px) {
  .access {
    padding-top: clamp(0px, 100 * var(--rate-vw), 100px);
  }
}

.access__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .access__wrapper {
    display: block;
  }
}

.access__body {
  width: calc(500 / 1100 * 100%);
}
@media (max-width: 767px) {
  .access__body {
    width: 100%;
  }
}

.access__title {
  font-size: clamp(0px, 47 * var(--rate-fz), 47px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .access__title {
    font-size: clamp(0px, 79 * var(--rate-fz), 79px);
    text-align: center;
  }
}

.access__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
}
.access__info dt, .access__info dd {
  font-size: clamp(0px, 18 * var(--rate-fz), 18px);
  font-weight: 500;
  line-height: 3.6;
  letter-spacing: 0.1em;
  height: clamp(0px, 60 * var(--rate-vw), 60px);
  display: flex;
  align-items: center;
}
.access__info dt:nth-of-type(n + 2), .access__info dd:nth-of-type(n + 2) {
  border-top: 1px solid #757473;
}
.access__info dt {
  width: clamp(0px, 70 * var(--rate-vw), 70px);
  letter-spacing: 0.2em;
}
.access__info dd {
  width: calc(100% - clamp(0px, 70 * var(--rate-vw), 70px));
  padding-left: 0.9em;
}
@media (max-width: 767px) {
  .access__info {
    margin-top: 9%;
  }
  .access__info dt, .access__info dd {
    font-size: clamp(0px, 32 * var(--rate-fz), 32px);
    line-height: 1.40625;
    height: auto;
    align-items: flex-start;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  .access__info dt {
    width: clamp(0px, 158 * var(--rate-vw), 158px);
    position: relative;
  }
  .access__info dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #282828;
    width: 1px;
    height: 75%;
  }
  .access__info dd {
    width: calc(100% - clamp(0px, 158 * var(--rate-vw), 158px));
  }
}

.access__map {
  width: calc(500 / 1100 * 100%);
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .access__map {
    width: 100%;
    margin-top: clamp(0px, 35 * var(--rate-vw), 35px);
    aspect-ratio: 742/377;
  }
}
/*# sourceMappingURL=company.css.map */