@charset "UTF-8";
#how #kinds .wrap > li {
  width: 46%;
}
@media screen and (max-width: 559px) {
  #how #kinds .wrap > li {
    width: 100%;
  }
  #how #kinds .wrap > li:nth-of-type(1) {
    margin-bottom: 3.5rem;
  }
}
#how #kinds .wrap > li section h2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 559px) {
  #how #kinds .wrap > li section h2 {
    margin: 0 0 1.5rem 0;
  }
}
#how #kinds .wrap > li section h2 span:nth-of-type(1) {
  order: 2;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 559px) {
  #how #kinds .wrap > li section h2 span:nth-of-type(1) {
    font-size: 3rem;
  }
}
#how #kinds .wrap > li section h2 span:nth-of-type(2) {
  order: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  color: #ff0;
  display: block;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 559px) {
  #how #kinds .wrap > li section h2 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
#how #kinds .wrap > li section p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 559px) {
  #how #kinds .wrap > li section p {
    font-size: 1.4rem;
  }
}

#how #workflow-out #orientation .flex-wrapper .description h3 {
  margin-top: -5rem;
  margin-bottom: 1rem;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 1040px) {
  #how #workflow-out #orientation .flex-wrapper .description h3 {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .flex-wrapper .description h3 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #orientation .flex-wrapper .description h3 {
    font-size: 3.3rem;
  }
}
#how #workflow-out #orientation .about > h3 {
  padding-top: 10px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about > h3 {
    font-size: 1.5rem;
  }
}
#how #workflow-out #orientation .about dl {
  padding-top: 15px;
  margin: 0;
  list-style: none;
}
#how #workflow-out #orientation .about dl > div {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #464646;
  padding: 21px 0;
  width: 640px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div {
    flex-direction: column;
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #orientation .about dl > div {
    padding: 17px 0;
  }
}
#how #workflow-out #orientation .about dl > div:first-child {
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:first-child {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:nth-child(2) {
  margin-left: 80px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:nth-child(2) {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:nth-child(3) {
  margin-left: 110px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:nth-child(3) {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:nth-child(4) {
  margin-left: 140px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:nth-child(4) {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:nth-child(5) {
  margin-left: 170px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:nth-child(5) {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:nth-child(6) {
  margin-left: 210px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:nth-child(6) {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div:last-child {
  border-bottom: none;
  margin-left: 240px;
}
@media screen and (max-width: 980px) {
  #how #workflow-out #orientation .about dl > div:last-child {
    margin-left: 0;
  }
}
#how #workflow-out #orientation .about dl > div dt {
  width: 228px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div dt {
    width: 100%;
    justify-content: center;
  }
}
#how #workflow-out #orientation .about dl > div dt em {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  margin-right: 1rem;
  font-style: normal;
}
#how #workflow-out #orientation .about dl > div dt em::before {
  content: "ー";
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  bottom: 0.7rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div dt em::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div dt em {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
  #how #workflow-out #orientation .about dl > div dt em br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #orientation .about dl > div dt em {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
#how #workflow-out #orientation .about dl > div dt em span {
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div dt em span {
    padding-left: 7px;
  }
}
#how #workflow-out #orientation .about dl > div dt small {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
#how #workflow-out #orientation .about dl > div dd {
  padding-left: 25px;
  font-size: 1.3rem;
  font-weight: bold;
  flex: 1;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #orientation .about dl > div dd {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #orientation .about dl > div dd br {
    display: none;
  }
}

#how #workflow-out #project-proposal .description h3 {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  line-height: 9.5rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #project-proposal .description h3 {
    font-size: 4.7rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #project-proposal .description h3 {
    font-size: 3.3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
#how #workflow-out #project-proposal .description > section > h4 {
  margin-left: -20px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #how #workflow-out #project-proposal .description > section > h4 {
    margin-left: 0;
  }
}
#how #workflow-out #project-proposal .description > section > h4::before {
  content: "ー";
  font-weight: normal;
  font-size: 1.6rem;
  position: relative;
  top: 0.1rem;
  padding-right: 0.4rem;
}
#how #workflow-out #project-proposal .description > section.planning-brief > h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
#how #workflow-out #project-proposal .description > section.planning-brief dl {
  margin: 0 0 0 -10px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 900px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl {
    margin-left: 0;
    width: 100%;
  }
}
#how #workflow-out #project-proposal .description > section.planning-brief dl > div {
  display: flex;
}
@media screen and (max-width: 414px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div {
    display: block;
  }
}
#how #workflow-out #project-proposal .description > section.planning-brief dl > div dt {
  padding: 5px 0 3px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 1px solid #464646;
  font-weight: normal;
  text-align: left;
  margin: 0;
  display: block;
  width: 170px;
}
@media screen and (max-width: 900px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div dt {
    padding-left: 1.2rem;
    margin-left: 1.2rem;
    text-indent: -1.2rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div dt {
    padding-left: 0;
    border-bottom: none;
    display: block;
  }
}
#how #workflow-out #project-proposal .description > section.planning-brief dl > div dt::before {
  content: "・";
  padding-right: 0.1rem;
}
#how #workflow-out #project-proposal .description > section.planning-brief dl > div dd {
  padding: 5px 40px 3px 20px;
  border-bottom: 1px solid #464646;
  font-weight: normal;
  margin: 0;
  display: block;
}
@media screen and (max-width: 900px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div dd {
    padding: 5px 0 3px 25px;
    text-align: left;
  }
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div dd br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #project-proposal .description > section.planning-brief dl > div dd {
    display: block;
    padding: 0 0 6px 14px;
    font-weight: normal;
  }
}
#how #workflow-out #project-proposal .description > section.works > h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
#how #workflow-out #project-proposal .description > section.works .description dl {
  padding: 1rem;
  margin: 0;
  list-style: none;
}
#how #workflow-out #project-proposal .description > section.works .description dl > div {
  display: flex;
  flex-direction: row;
  font-weight: normal;
  line-height: 1.7;
  padding-left: 1rem;
}
@media screen and (max-width: 1000px) {
  #how #workflow-out #project-proposal .description > section.works .description dl > div {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  #how #workflow-out #project-proposal .description > section.works .description dl > div {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #how #workflow-out #project-proposal .description > section.works .description dl > div {
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 580px) {
  #how #workflow-out #project-proposal .description > section.works .description dl > div {
    flex-direction: column;
  }
}
#how #workflow-out #project-proposal .description > section.works .description dl > div dt {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
  margin: 0;
}
#how #workflow-out #project-proposal .description > section.works .description dl > div dt::before {
  content: "・";
}
#how #workflow-out #project-proposal .description > section.works .description dl > div dd {
  padding-left: 5px;
  margin-left: 1.2rem;
  text-indent: -1.2rem;
  flex: 1;
  text-align: left;
  letter-spacing: -0.5px;
  margin: 0;
}
#how #workflow-out #project-proposal .description > section.works .description dl > div dd::before {
  content: "⇒";
}

#how #workflow-out #presentation .description h3 {
  line-height: 7rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #presentation .description h3 {
    font-size: 4.7rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #presentation .description h3 {
    font-size: 3.3rem;
    line-height: 3rem;
  }
}

#how #workflow-out #pre-announcement .description h3 {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #pre-announcement .description h3 {
    font-size: 4.7rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #pre-announcement .description h3 {
    font-size: 3.3rem;
    line-height: 3rem;
  }
}

#how #workflow-out #show-time .description h3 {
  position: relative;
  right: 0;
  line-height: 7rem;
  margin-bottom: 2.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #show-time .description h3 {
    font-size: 4.7rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #show-time .description h3 {
    font-size: 3.3rem;
    line-height: 3rem;
  }
}

#how #workflow-out #production .description h3 {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #how #workflow-out #production .description h3 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 414px) {
  #how #workflow-out #production .description h3 {
    font-size: 3.3rem;
  }
}
#how #workflow-out #production .flow > h3 {
  position: absolute;
  left: -60px;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  #how #workflow-out #production .flow > h3 {
    position: static;
    font-size: 1.7rem;
    writing-mode: horizontal-tb;
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  #how #workflow-out #production .flow > h3::before {
    content: "●";
  }
}
#how #workflow-out #production .flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#how #workflow-out #production .flow ol li {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 10px;
}
#how #workflow-out #production .flow ol li span.title {
  display: block;
}
#how #workflow-out #production .flow ol li p {
  margin-left: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  #how #workflow-out #production .flow ol li p {
    text-align: left;
  }
}/*# sourceMappingURL=how202601.css.map */