#archive-making {
  background: #201e14;
}

.making-feature-ttl {
  margin-bottom: 40px;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #d9dad9;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .making-feature-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .making-feature-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .making-feature-ttl {
    font-size: 1.9rem;
    letter-spacing: 0.02em;
  }
}

.making-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .making-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.making-unit .making-vsl {
  max-width: 500px;
}

@media screen and (max-width: 1279px) {
  .making-unit .making-vsl {
    max-width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .making-unit .making-vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .making-unit .making-vsl {
    margin: 0 auto;
  }
}

.making-unit .making-dtl {
  width: calc(100% - 572px);
}

@media screen and (max-width: 1279px) {
  .making-unit .making-dtl {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 959px) {
  .making-unit .making-dtl {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 767px) {
  .making-unit .making-dtl {
    width: 100%;
  }
}

.making-unit .making-dtl .making-txt {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .making-unit .making-dtl .making-txt {
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 519px) {
  .making-unit .making-dtl .making-txt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.making-unit:not(:last-of-type) {
  margin-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .making-unit:not(:last-of-type) {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .making-unit:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.making-unit.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.intro {
  margin-bottom: 88px;
}

.intro .intro-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.intro .intro-wrap .intro-dtl {
  position: relative;
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .intro .intro-wrap .intro-dtl {
    padding-left: 56px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-wrap .intro-dtl {
    margin-bottom: 24px;
    padding-left: 35px;
  }
}

.intro .intro-wrap .intro-dtl .intro-catch {
  position: absolute;
  top: 50%;
  left: 220px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .intro .intro-wrap .intro-dtl .intro-catch {
    left: 136px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-wrap .intro-dtl .intro-catch {
    padding-right: 24px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.intro .intro-wrap .intro-dtl .intro-catch__ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #d9dad9;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .intro .intro-wrap .intro-dtl .intro-catch__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-wrap .intro-dtl .intro-catch__ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.intro .intro-wrap .intro-dtl .intro-catch__txt {
  color: #ffffff;
  line-height: 1.8;
}

.intro .intro-wrap .intro-dtl .intro-bg {
  position: relative;
  display: block;
}

@media screen and (max-width: 519px) {
  .intro .intro-wrap .intro-dtl .intro-bg {
    aspect-ratio: 17/19;
  }
}

.intro .intro-wrap .intro-dtl .intro-bg img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .intro .intro-wrap .intro-dtl .intro-bg img {
    height: 480px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-wrap .intro-dtl .intro-bg img {
    height: 100%;
  }
}

.intro .intro-wrap .view-xs {
  padding-left: 35px;
}

.intro .intro-wrap .view-xs p {
  margin: 0 auto 24px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
}

.feature {
  margin-bottom: calc(8px * 25);
}

@media screen and (max-width: 959px) {
  .feature {
    margin-bottom: calc((8px * 25) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature {
    margin-bottom: calc((8px * 25) * 0.5);
  }
}

.thought {
  margin-bottom: calc(8px * 25);
}

@media screen and (max-width: 959px) {
  .thought {
    margin-bottom: calc((8px * 25) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .thought {
    margin-bottom: calc((8px * 25) * 0.5);
  }
}

.development {
  margin-bottom: calc(8px * 25);
}

@media screen and (max-width: 959px) {
  .development {
    margin-bottom: calc((8px * 25) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .development {
    margin-bottom: calc((8px * 25) * 0.5);
  }
}

.development .development-headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 959px) {
  .development .development-headline {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .development .development-headline {
    margin-bottom: 44px;
  }
}

.development .development-headline__sub {
  width: 100%;
  font-size: 3.6rem;
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #89846f;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .development .development-headline__sub {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-headline__sub {
    font-size: 2.1rem;
  }
}

.development .development-headline__main {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .development .development-headline__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-headline__main {
    font-size: 1.5rem;
  }
}

.development .development-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 64px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .development .development-list {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 44px;
  }
}

@media screen and (max-width: 767px) {
  .development .development-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 18px;
  }
}

.development .development-list__item .development-list-inner {
  position: relative;
  margin: 0 auto;
  padding: 32px 40px 40px;
  height: 100%;
  background: #ececec;
}

@media screen and (max-width: 959px) {
  .development .development-list__item .development-list-inner {
    padding: 32px 32px 40px;
  }
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner {
    padding: 12px 24px 28px;
  }
}

.development .development-list__item .development-list-inner .development-vsl {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .development .development-list__item .development-list-inner .development-vsl {
    margin-bottom: 20px;
  }
}

.development .development-list__item .development-list-inner .development-vsl img {
  -o-object-fit: cover;
  object-fit: cover;
}

.development .development-list__item .development-list-inner .development-vsl .development-cate {
  width: 100%;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #414543;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .development .development-list__item .development-list-inner .development-vsl .development-cate {
    bottom: -12px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-vsl .development-cate {
    bottom: -8px;
    font-size: 1.8rem;
  }
}

.development .development-list__item .development-list-inner .development-dtl {
  color: #414543;
  width: 100%;
}

.development .development-list__item .development-list-inner .development-dtl .development-ttl {
  margin-bottom: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .development .development-list__item .development-list-inner .development-dtl .development-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-dtl .development-ttl {
    font-size: 1.4rem;
  }
}

.development .development-list__item .development-list-inner .development-dtl .development-date {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.development .development-list__item .development-list-inner .development-dtl .development-step {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-dtl .development-step {
    margin-bottom: 24px;
  }
}

.development .development-list__item .development-list-inner .development-dtl .concept-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 32px;
  color: #414543;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .development .development-list__item .development-list-inner .development-dtl .concept-ttl {
    padding: 6px 12px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-dtl .concept-ttl {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
}

.development .development-list__item .development-list-inner .development-dtl .concept-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #414543;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.development .development-list__item .development-list-inner .development-dtl .concept-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #414543;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.development .development-list__item .development-list-inner .development-dtl .concept-txt {
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .development .development-list__item .development-list-inner .development-dtl .concept-txt {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-dtl .concept-txt {
    font-size: 1.3rem;
  }
}

.development .development-list__item .development-list-inner .development-dtl .btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 519px) {
  .development .development-list__item .development-list-inner .development-dtl .btn {
    bottom: 16px;
  }
}

.development .development-list__item .development-list-inner .development-dtl .btn a:after {
  background: #7a7d7b;
}

.development .development-list__item .development-list-inner .development-dtl .btn a span {
  color: #7a7d7b;
}

/*# sourceMappingURL=../../maps/pages/making.css.map */
