html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 400;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3936E6;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

pre {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
  color: #0fe;
  white-space: pre-wrap;
  line-height: 1.5;
}
pre.htmlcode {
  color: #0d7;
}

.js-sec {
  opacity: 0;
  transition: 1s;
}
.js-sec.active {
  opacity: 1;
}

.js-up-sec {
  position: relative;
  opacity: 0;
  top: 60px;
  transition: 1s;
}
.js-up-sec.active {
  opacity: 1;
  top: 0;
}

.js-down-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  transition: 1s;
}
.js-down-sec.active {
  opacity: 1;
  top: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  body {
    position: relative;
    width: 100%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  #container {
    background-color: #fff;
  }
  #contents {
    width: 100%;
    margin: 0 auto;
  }
  #main_visual {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 778px;
    margin: 0 auto 46px;
    background: url(../img/bg_main_visual.jpg) no-repeat center;
    background-size: cover;
    backface-visibility: hidden;
  }
  #main_visual h1 {
    width: 100%;
    max-width: 863px;
    height: 100%;
    max-height: 241px;
    margin: 0 auto;
    background: url(../img/img_shaperoom.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
  }
  #main_visual h1 span {
    display: none;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
  }
  a {
    transition: 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
  #topics {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 86px;
  }
  #topics p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
  }
  #about {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 103px;
  }
  #about p {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  #division {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 118px;
  }
  #division .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #division .flex_box .unit {
    width: 32%;
    max-width: 314px;
    margin-bottom: 25px;
  }
  #division .flex_box .unit .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 202px;
    margin-bottom: 25px;
    color: #646464;
    background: url(../img/bg_division.png) no-repeat center;
    background-size: 314px 202px;
    backface-visibility: hidden;
    font-size: 40px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    line-height: 1.4;
  }
  #division .flex_box .unit .img.white {
    color: #fff;
  }
  #division .flex_box .unit h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #division .flex_box .unit p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1.3px;
  }
  #division .flex_box .unit p.coming_soon {
    font-size: 22.5px;
    font-weight: normal;
    line-height: 1;
  }
  #division .flex_box:after {
    content: "";
    display: block;
    width: 33%;
    max-width: 314px;
    height: 0;
  }
  #member {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 72px;
  }
  #member h2 {
    margin-bottom: 32px;
  }
  #member h3 {
    margin: 0 0 34px;
    padding-top: 34px;
    border-top: 2px dotted #808080;
    font-size: 20px;
  }
  #member .unit {
    margin-bottom: 35px;
  }
  #member .unit + .unit {
    margin-top: 56px;
  }
  #member .unit .names {
    display: flex;
    margin-bottom: 20px;
  }
  #member .unit .names .img {
    width: 134px;
    height: 168px;
    font-size: 0;
  }
  #member .unit .names .img img {
    width: 100%;
  }
  #member .unit .names .position {
    margin-left: 20px;
    margin-bottom: 16px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
  #member .unit .names .position span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    line-height: 1;
  }
  #member .unit .career dl dt {
    float: left;
    font-size: 14px;
    line-height: 1.5;
  }
  #member .unit .career dl dd {
    margin-left: 4.3em;
    font-size: 14px;
    line-height: 1.5;
  }
  #member .unit .career dl + .ttl {
    margin-top: 10px;
  }
  #member .unit .career p + .ttl {
    margin-top: 10px;
  }
  #member .unit .career .attention {
    margin-bottom: 72px;
  }
  #member .unit a {
    color: #3936E6;
  }
  #company {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 122px;
  }
  #company h2 {
    margin-bottom: 20px;
  }
  #company table {
    width: 100%;
    border: 1px solid #000;
  }
  #company table th {
    box-sizing: border-box;
    width: 138px;
    padding: 12px 26px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  #company table td {
    padding: 12px 26px;
    border: 1px solid #000;
    font-size: 16px;
  }
  #contact {
    width: 286px;
    height: 65px;
    margin: 0 auto 236px;
  }
  #contact a {
    display: block;
    width: 286px;
    height: 65px;
    color: #fff;
    background-color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
  }
  #contact a:after {
    display: inline-block;
    content: "";
    width: 35px;
    height: 65px;
    margin-left: 14px;
    background: url(../img/icn_mail.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
    vertical-align: bottom;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
  }
  #pagetop a {
    display: block;
    width: 20px;
    height: 50px;
    background: url(../img/icn_pagetop.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
    text-indent: -9999px;
  }
  footer {
    width: 100%;
    max-height: 47px;
    background-color: #fff;
  }
  footer #copyright {
    padding: 18px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  body {
    position: relative;
    width: 100%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  #contents {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  #main_visual {
    display: flex;
    align-items: center;
    width: 100%;
    height: 435px;
    margin: 0 auto 28px;
    background: url(../img/sp/bg_main_visual.jpg) no-repeat center;
    background-size: cover;
    backface-visibility: hidden;
  }
  #main_visual h1 {
    width: 100%;
    max-width: 375px;
    height: 100%;
    max-height: 130px;
    margin: 0 auto;
    background: url(../img/sp/img_shaperoom.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
  }
  #main_visual h1 span {
    display: none;
  }
  h2 {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: normal;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  #topics {
    width: 84%;
    max-width: 1000px;
    margin: 0 auto 48px;
  }
  #topics p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.384;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #about {
    width: 84%;
    max-width: 1000px;
    margin: 0 auto 53px;
  }
  #about p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.785;
    letter-spacing: 0.9px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #about p + p {
    margin-top: 1em;
  }
  #division {
    width: 84%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #division .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #division .flex_box .unit {
    width: 100%;
    margin-bottom: 35px;
  }
  #division .flex_box .unit .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 203px;
    margin-bottom: 17px;
    color: #646464;
    background: url(../img/sp/bg_division.png) no-repeat center;
    background-size: cover;
    backface-visibility: hidden;
    font-size: 40px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
  }
  #division .flex_box .unit .img.white {
    color: #fff;
  }
  #division .flex_box .unit h3 {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.384;
  }
  #division .flex_box .unit p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.384;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #division .flex_box .unit p.coming_soon {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.9px;
  }
  #division .flex_box:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 315px;
    height: 0;
  }
  #member {
    width: 84%;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
  #member h2 {
    margin-bottom: 18px;
  }
  #member h3 {
    margin: 0 0 26px;
    padding-top: 34px;
    border-top: 1px dashed #808080;
    font-size: 13px;
  }
  #member .unit {
    margin-bottom: 35px;
  }
  #member .unit + .unit {
    margin-top: 56px;
  }
  #member .unit .names {
    margin-bottom: 14px;
  }
  #member .unit .names .img {
    width: 150px;
    height: 189px;
    margin-bottom: 17px;
    font-size: 0;
  }
  #member .unit .names .img img {
    width: 100%;
  }
  #member .unit .names .position {
    margin-bottom: 13px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
  #member .unit .names .position span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
  }
  #member .unit .career dl dt {
    float: left;
    font-size: 14px;
    line-height: 1.5;
  }
  #member .unit .career dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
  #member .unit .career dl + .ttl {
    margin-top: 10px;
  }
  #member .unit .career p + .ttl {
    margin-top: 10px;
  }
  #member .unit .career .attention {
    margin-top: 10px;
    margin-bottom: 72px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #member .unit a {
    color: #3936E6;
  }
  #company {
    width: 84%;
    max-width: 1000px;
    margin: 0 auto 62px;
  }
  #company table {
    width: 100%;
    border: 1px solid #000;
  }
  #company table th {
    box-sizing: border-box;
    min-width: 105px;
    padding: 10px 15px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
  }
  #company table td {
    padding: 10px 15px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1.428;
  }
  #contact {
    width: 240px;
    height: 54px;
    margin: 0 auto 109px;
  }
  #contact a {
    display: block;
    width: 240px;
    height: 54px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
  }
  #contact a:after {
    display: inline-block;
    content: "";
    width: 29px;
    height: 54px;
    margin-left: 12px;
    background: url(../img/sp/icn_mail.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
    vertical-align: bottom;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 0;
  }
  #pagetop a {
    display: block;
    width: 60px;
    height: 65px;
    background: url(../img/sp/icn_pagetop.png) no-repeat center;
    background-size: contain;
    backface-visibility: hidden;
    text-indent: -9999px;
  }
  footer {
    width: 100%;
    background-color: #fff;
  }
  footer #copyright {
    padding: 13px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */