@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : intro.css
Description : イントロダクション
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro::before {
    width: calc(50% + 540px);
  }
}
.intro_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.intro_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_column::before {
    height: calc(100% - 7.5rem);
  }
}
.intro_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.intro_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.intro_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.intro_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 2.1rem;
  }
}
.intro_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.intro_subttl {
  position: relative;
  width: 100%;
}
.intro_text {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .intro_text {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=intro.css.map */