@charset "UTF-8";

/* ====================================================

  Assorti Business Studio PC Style

==================================================== */

/* ------------------------------------------

  Page Header

------------------------------------------ */
.page-heading { width: 574px; }
.page-catch {
  right: -125px;
  width: 772px;
  opacity: 0.6;
}

@media screen and (max-width:1024px) {
  .page-heading { width: calc(574 / 1500 * 100vw); }
  .page-catch {
    right: calc(125 / 1500 * -100vw);
    width: calc(772 / 1500 * 100vw);
  }
}

/* ------------------------------------------

  Section

------------------------------------------ */
section > figure::after { content: none; }
.green-line { margin: calc(43 / 1500 * 100vw * -1) 0 0; }
.intro dl {
  width: calc(100% - calc(300 / 1200 * 100%));
  padding: 0 calc(150 / 1200 * 100%) 0 0;
}
.intro02 {
  align-items: center;
  margin: 40px 0 0;
}
.intro02 ul {
  width: 100%;
  padding: 0 0 0 100px;
}
.intro02 ul li:first-of-type { margin: 0 0 65px; }
.intro02 .link-btn02 { margin: 0; }
.intro02 .link-btn02 i { left: 25px; }
.intro02 .link-btn02 span { padding: 0 0 0 0.5em; }
.studio-list-unit { margin: 120px 0 0; }
.studio-list-unit h3 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 0 60px;
}
.studio-list-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.studio-list {
  width: 50%;
  padding: 0 75px;
  margin: 0 0 100px;
}
.studio-list figure img {
  width: 100%;
  height: auto;
}
.studio-list dl {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px 0 0;
}
.studio-list dl dt a {
  position: relative;
  color: var(--blk);
  text-decoration: none;
}
.studio-list dl dt a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 18px;
  height: 22px;
  background: url(../images/icon_link.png) no-repeat 50% 50%;
  background-size: cover;
}
.studio-list dl dd {
  font-size: calc(18 / 20 * 1em);
  margin: 20px 0 0;
}
.studio-list dl dd ul li::before { content: "・"; }

@media screen and (max-width:1024px) {
  .intro { margin: calc(90 / 1500 * 100%) 0 0; }
  .intro02 { align-items: flex-start; }
  .intro02 figure { width: 50%; }
  .intro02 ul {
    width: 50%;
    padding: 0 0 0 calc(100 / 1500 * 100%);
  }
  .intro02 ul li:first-of-type { margin: 0 0 calc(65 / 1500 * 100%); }
  .studio-list-unit { margin: calc(120 / 1500 * 100%) 0 0; }
  .studio-list-unit h3 {
    font-size: calc(40 / 1500 * 100vw);
    margin: 0 0 calc(60 / 1500 * 100%);
  }
  .studio-list {
    padding: 0 calc(75 / 1500 * 100%);
    margin: 0 0 calc(100 / 1500 * 100%);
  }
}