/* setting import */
section {
  position: relative;
  width: 100%; }
  section .section_inner {
    position: relative;
    width: 100%;
    padding: 130px 0 0; }
    section .section_inner p.bold {
      font-weight: bold;
      margin-bottom: 1em; }
    section .section_inner h2, section .section_inner h3, section .section_inner h4 {
      display: block; }
    section .section_inner h3, section .section_inner .line_title {
      font-size: 24px;
      margin: 0 auto 50px;
      text-align: center;
      color: #a01e32;
      line-height: 1.6em;
      letter-spacing: 10px; }
    section .section_inner h4 {
      font-size: 17px;
      color: #fff;
      padding: .8em 0;
      background-color: #e09890;
      border-radius: 6px;
      text-align: center;
      margin: 0 auto 50px; }
    section .section_inner .line_title {
      padding: 35px 0;
      border-top: #e09890 1px solid;
      border-bottom: #e09890 1px solid; }
    section .section_inner figure.inner_image {
      display: block;
      margin: 50px auto 0; }
      section .section_inner figure.inner_image figcaption.title {
        font-size: 24px;
        text-align: center;
        margin-top: 1em; }
      section .section_inner figure.inner_image figcaption.caption {
        font-size: 12px;
        text-align: center;
        margin-top: 1em; }
      section .section_inner figure.inner_image figcaption.desc_caption {
        font-size: 12px;
        text-align: left;
        margin-top: 3em; }
    section .section_inner .supervisor_box {
      padding: 20px;
      border: 1px #000 solid; }
      section .section_inner .supervisor_box .profile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; }
        section .section_inner .supervisor_box .profile figure {
          margin: 20px 0;
          width: 160px;
          display: block; }
        section .section_inner .supervisor_box .profile .profile_txt {
          padding-left: 20px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          section .section_inner .supervisor_box .profile .profile_txt .name {
            font-size: 19px; }
          section .section_inner .supervisor_box .profile .profile_txt .job {
            font-size: 12px; }
      section .section_inner .supervisor_box .career dl dt {
        font-weight: normal;
        display: inline-block;
        padding-right: 1.5em;
        width: 88px;
        vertical-align: top; }
      section .section_inner .supervisor_box .career dl dd {
        display: inline-block;
        width: 560px;
        letter-spacing: .2em; }
      section .section_inner .supervisor_box .more {
        text-align: right;
        padding-top: 20px; }
        section .section_inner .supervisor_box .more a {
          font-size: 12px; }
    section .section_inner .movie_container {
      margin-bottom: 50px; }
      section .section_inner .movie_container:last-of-type {
        margin-bottom: 0; }
      section .section_inner .movie_container p.movie_caption {
        font-size: 14px;
        text-align: center;
        margin-bottom: 1em; }
      section .section_inner .movie_container .embed_movie {
        width: 100%;
        padding-top: 56.25%;
        position: relative; }
        section .section_inner .movie_container .embed_movie iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section .section_inner dl.desc_list {
      margin-bottom: 30px; }
      section .section_inner dl.desc_list:last-of-type {
        margin-bottom: 0; }
      section .section_inner dl.desc_list dt {
        color: #a01e32;
        font-size: 16px;
        margin-bottom: 1.5em; }
        section .section_inner dl.desc_list dt.deco {
          padding: 40px 0 40px 1em;
          background: url(../images/br_title_deco.png) no-repeat;
          background-size: contain;
          background-position: left center; }
    section .section_inner ul.banner_container {
      display: block;
      width: 100%;
      padding-top: 90px; }
      section .section_inner ul.banner_container li {
        display: inline-block;
        width: 334px;
        margin: 10px 20px 10px 0; }
        section .section_inner ul.banner_container li:nth-of-type(even) {
          margin-right: 0; }
        section .section_inner ul.banner_container li a {
          display: block;
          width: 100%;
          transition: opacity .2s linear; }
          section .section_inner ul.banner_container li a.hover {
            opacity: .7; }

#kv .section_inner {
  padding-top: 82px;
  position: relative; }
  #kv .section_inner .page_title {
    position: relative;
    width: 100%;
    height: 256px;
    margin: 0 auto;
    max-width: calc((100vh - 82px) * 1.875);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #kv .section_inner .page_title p, #kv .section_inner .page_title h2 {
      color: #a01e32;
      margin: 10px auto;
      line-height: 1.6em;
      letter-spacing: 10px; }
    #kv .section_inner .page_title p.title_sholder {
      font-size: 21px; }
      #kv .section_inner .page_title p.title_sholder.indent_mid {
        text-indent: 1.5em; }
    #kv .section_inner .page_title h2 {
      font-size: 34px;
      font-weight: bold; }
  #kv .section_inner .kv_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: calc((100vh - 82px) * 1.875); }
    #kv .section_inner .kv_image figure {
      display: block;
      width: 100%; }
  #kv .section_inner .read_copy {
    margin-top: 52px; }

.labo_list li {
  display: block;
  width: 100%;
  margin-bottom: 130px; }
  .labo_list li:last-of-type {
    margin-bottom: 0; }
  .labo_list li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    transition: opacity .2s linear; }
    .labo_list li a:hover {
      text-decoration: none; }
    .labo_list li a.hover {
      opacity: .7; }
    .labo_list li a figure {
      display: block;
      width: 350px; }
    .labo_list li a .list_txt {
      width: 350px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 10px 0 38px; }
      .labo_list li a .list_txt .ttl {
        font-size: 20px;
        color: #a01e32;
        margin-bottom: 20px; }
      .labo_list li a .list_txt .txt {
        font-size: 14px; }

#collagenlabo_effect .fig_1 {
  max-width: 390px; }
#collagenlabo_effect .fig_2 {
  max-width: 548px; }
#collagenlabo_effect .fig_3 {
  max-width: 565px; }

#collagenlabo_pure .fig_1 {
  max-width: 370px; }
#collagenlabo_pure .fig_2 {
  max-width: 490px; }
#collagenlabo_pure .fig_3 {
  max-width: 328px; }
#collagenlabo_pure .fig_5 {
  max-width: 540px; }

@media only screen and (max-width: 750px) {
  .pc, .pc-in {
    display: none !important; }

  .sp {
    display: block !important; }

  .sp-in {
    display: inline-block !important; }

  section {
    position: relative;
    width: 100%; }
    section .section_inner {
      position: relative;
      width: 100%;
      padding: 25.5vw 0 0; }
      section .section_inner h2, section .section_inner h3 {
        display: block; }
      section .section_inner p {
        font-size: 3vw;
        letter-spacing: .85vw;
        line-height: 5.4vw; }
        section .section_inner p.default_width {
          width: 85%; }
      section .section_inner h3, section .section_inner .line_title {
        font-size: 4.5vw;
        color: #a01e32;
        margin-bottom: 7.5vw;
        text-align: center; }
        section .section_inner h3.ls_sml, section .section_inner .line_title.ls_sml {
          letter-spacing: 1vw; }
      section .section_inner h4 {
        width: 85%;
        font-size: 3.4vw;
        padding: 2.7vw 0;
        margin: 0 auto 10vw; }
      section .section_inner .line_title {
        width: 85%;
        padding: 7.4vw 0; }
      section .section_inner figure.inner_image {
        display: block;
        margin: 12vw auto 0; }
        section .section_inner figure.inner_image.thin {
          width: 85%; }
        section .section_inner figure.inner_image figcaption.title {
          font-size: 3.4vw;
          text-align: center;
          margin-top: 3.4vw; }
        section .section_inner figure.inner_image figcaption.caption {
          font-size: 12px;
          text-align: center;
          margin-top: 1em; }
      section .section_inner .supervisor_box {
        padding: 5.6vw;
        border: 1px #000 solid;
        width: 85%; }
        section .section_inner .supervisor_box .profile {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap; }
          section .section_inner .supervisor_box .profile figure {
            margin: 5.6vw 0;
            width: 42%;
            display: block; }
          section .section_inner .supervisor_box .profile .profile_txt {
            width: 58%;
            padding-left: 5.6vw;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            section .section_inner .supervisor_box .profile .profile_txt .sholder {
              font-size: 2.4vw;
              line-height: 3.8vw;
              letter-spacing: .4vw; }
            section .section_inner .supervisor_box .profile .profile_txt .name {
              font-size: 3.6vw;
              margin: 1.8vw 0; }
            section .section_inner .supervisor_box .profile .profile_txt .job {
              font-size: 1.6vw;
              line-height: 2.56vw; }
        section .section_inner .supervisor_box .career p, section .section_inner .supervisor_box .career dl.dt, section .section_inner .supervisor_box .career dl, section .section_inner .supervisor_box .career dd {
          font-size: 2.6vw;
          line-height: 4.16vw; }
        section .section_inner .supervisor_box .career dl dt {
          padding-right: 2vw;
          width: 20%;
          letter-spacing: 0.6vw; }
        section .section_inner .supervisor_box .career dl dd {
          width: 80%;
          letter-spacing: 0.4vw; }
        section .section_inner .supervisor_box .more {
          text-align: right;
          padding-top: 2.6vw; }
          section .section_inner .supervisor_box .more a {
            font-size: 12px; }
      section .section_inner .movie_container {
        margin-bottom: 7vw; }
        section .section_inner .movie_container:last-of-type {
          margin-bottom: 0; }
        section .section_inner .movie_container p.movie_caption {
          font-size: 2.5vw;
          text-align: center;
          margin-bottom: 2.5vw; }
      section .section_inner dl.desc_list {
        margin-bottom: 4vw; }
        section .section_inner dl.desc_list:last-of-type {
          margin-bottom: 0; }
        section .section_inner dl.desc_list dt {
          color: #a01e32;
          font-size: 3vw;
          margin: 0 auto 4.5vw;
          width: 90vw; }
          section .section_inner dl.desc_list dt.deco {
            padding: 5.3vw 0 5.3vw 2.5vw;
            background: url(../images/br_title_deco.png) no-repeat;
            background-size: contain;
            background-position: left center; }
        section .section_inner dl.desc_list dd {
          margin: 0 auto;
          width: 85vw; }
          section .section_inner dl.desc_list dd p.bold {
            font-weight: bold;
            margin-bottom: 2vw; }
      section .section_inner ul.banner_container {
        display: block;
        width: 85%;
        margin: 0 auto;
        padding-top: 12vw; }
        section .section_inner ul.banner_container li {
          display: block;
          width: 100%;
          margin: 0 0 7vw 0; }
          section .section_inner ul.banner_container li:nth-of-type(even) {
            margin-bottom: 0; }
          section .section_inner ul.banner_container li a {
            display: block;
            width: 100%;
            transition: opacity .2s linear; }
            section .section_inner ul.banner_container li a.hover {
              opacity: .7; }

  #kv .section_inner {
    padding-top: 0;
    position: relative; }
    #kv .section_inner .page_title {
      position: relative;
      width: 100%;
      height: 53vw;
      margin: 0 auto; }
      #kv .section_inner .page_title p, #kv .section_inner .page_title h2 {
        color: #a01e32;
        margin: 1vw auto;
        letter-spacing: 2vw; }
      #kv .section_inner .page_title p.title_sholder {
        font-size: 3vw; }
        #kv .section_inner .page_title p.title_sholder.indent_mid {
          text-indent: 4.5vw; }
      #kv .section_inner .page_title h2 {
        font-size: 5.5vw;
        line-height: 8.5vw;
        font-weight: normal; }
    #kv .section_inner .kv_image {
      position: relative;
      width: 100%;
      margin: 0 auto;
      max-width: calc((100vh - 82px) * 1.875); }
      #kv .section_inner .kv_image figure {
        display: block;
        width: 100%; }
    #kv .section_inner .read_copy {
      display: block;
      margin: 10vw auto 0;
      width: 85%; }

  .labo_list li {
    display: block;
    width: 100%;
    margin-bottom: 20vw; }
    .labo_list li:last-of-type {
      margin-bottom: 0; }
    .labo_list li a {
      display: block;
      width: 100%; }
      .labo_list li a figure {
        display: block;
        width: 100%; }
      .labo_list li a .list_txt {
        width: 85%;
        display: block;
        text-align: center;
        padding: 0;
        margin: 9.6vw auto 0; }
        .labo_list li a .list_txt .ttl {
          font-size: 4.5vw;
          color: #a01e32;
          margin-bottom: 7.5vw;
          text-align: center; }
        .labo_list li a .list_txt .txt {
          font-size: 3vw;
          letter-spacing: .5vw;
          line-height: 5.4vw; }

  #collagenlabo_effect .fig_1, #collagenlabo_effect .fig_2, #collagenlabo_effect .fig_3 {
    max-width: 100%; }

  #collagenlabo_pure .fig_1, #collagenlabo_pure .fig_2, #collagenlabo_pure .fig_3, #collagenlabo_pure .fig_5 {
    max-width: 100%; } }

/*# sourceMappingURL=story.css.map */
