@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section.section_1 .inner.section_inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner.section_inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       qa
                    */
  /* -------------------------------------
                       step
                    */
}

#article .section.section_1 .inner.section_inner .content.content_1 .figure {
  width: 100%;
  height: 56.24297vw;
  overflow: hidden;
}

#article .section.section_1 .inner.section_inner .content.content_1 .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .float_r {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_1 {
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_1 span {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

#article .section.section_1 .inner.section_inner .content.content_2 p {
  font-size: 0.8rem;
  line-height: 1.5;
}

#article .section.section_1 .inner.section_inner .content.content_2 .figure {
  width: 50vw;
  height: 50vw;
  margin: 0;
  overflow: hidden;
}

#article .section.section_1 .inner.section_inner .content.content_2 .figure img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article .section.section_1 .inner.section_inner .content.content_2 .figure img.h {
  display: block;
  width: 100%;
  height: auto;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item {
  margin: 0;
  width: 50vw;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_r {
  padding: 1rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before, #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
  content: "";
  width: 1px;
  height: 2em;
  background: white;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before {
  margin: 0 1.8rem 0 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
  margin: 0 0 0 1.6rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 {
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 span {
  font-size: 1.4rem;
  line-height: 1.75;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 {
  padding: 1rem 1.5rem;
  margin: 3rem auto 0;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:before, #article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: 2rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:before {
  border: 1rem solid transparent;
  border-top: none;
  border-bottom: 2rem solid #cccccc;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:after {
  border: 1rem solid transparent;
  border-top: none;
  border-bottom: 2rem solid white;
  top: -1.8rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 span {
  font-size: 1.2rem;
  line-height: 1.5;
}

#article .section.section_1 .inner.section_inner .content.qa .figure {
  margin: 0;
}

#article .section.section_1 .inner.section_inner .content.qa .item .float_r {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.step .h2.h2_1 {
  margin: 0 auto 2rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 {
  width: 97.33333vw;
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span {
  line-height: 1.5;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num {
  font-size: 1rem;
  line-height: 1;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num.circle {
  width: 13.33333vw;
  height: 13.33333vw;
  padding: 0.8em 0 0 0;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num strong {
  display: block;
  font-size: 2.7rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.txt {
  font-size: 1.6rem;
}

#article .section.section_1 .inner.section_inner .content.step .figure {
  margin: 0;
}

#article .section.section_1 .inner.section_inner .content.step .item {
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.step .item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8vw;
}

#article .section.section_1 .inner.section_inner .content.step .item .float_l,
#article .section.section_1 .inner.section_inner .content.step .item .float_r {
  width: 84vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#article .section.section_1 .inner.section_inner .content.step .item .float_r {
  padding: 4vw 0 5.33333vw 5.33333vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner.section_inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner.section_inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       qa
                    */
    /* -------------------------------------
                       step
                    */
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .figure {
    height: 573.67829px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .float_r {
    width: 100%;
    padding: 10px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_1 {
    margin: 0 auto 1rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_1 span {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 p {
    font-size: 1.2rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .figure {
    width: 255px;
    height: 255px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item {
    width: 255px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item:nth-of-type(odd) {
    background: #f2f2f2;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before, #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
    height: 50px;
    background: #999999;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before {
    margin: 0 32px 0 0;
    -webkit-transform: translateY(6px) rotate(-40deg);
            transform: translateY(6px) rotate(-40deg);
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
    margin: 0 0 0 26px;
    -webkit-transform: translateY(6px) rotate(40deg);
            transform: translateY(6px) rotate(40deg);
  }
  #article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 {
    width: 630px;
    padding: 8px 14px;
    margin: 20px 0 0;
    background: white;
  }
  #article .section.section_1 .inner.section_inner .content.qa .figure {
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item {
    background: #f2f2f2;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item .float_r {
    width: 690px;
    padding: 20px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.step .h2.h2_1 {
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num {
    font-size: 1.2rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num.circle {
    width: 80px;
    height: 80px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num strong {
    font-size: 4.6rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .item {
    padding: 0 0 40px;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.step .item:before {
    left: 40px;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_l,
  #article .section.section_1 .inner.section_inner .content.step .item .float_r {
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_l {
    width: 300px;
    margin: 0 0 0 104px;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_r {
    width: 576px;
    padding: 0;
  }
}
/*# sourceMappingURL=studio.css.map */