/* _setting CSS */
body {
  height: 100%;
  margin: 0;
}

#wrapper:before {
  content: 'Profile';
}

#contents {
  width: 100%;
  margin: 0.71429vw auto 3.57143vw;
  padding: 4.28571vw 0 0;
  background: #222222 url(../images/biography/profile/bg_img1.jpg) no-repeat center top/100%;
}

/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #wrapper:before {
    top: 20.2vw;
  }

  #contents .sec {
    display: flex;
    align-items: center;
    margin: 0 0 4.28571vw;
  }
  #contents .sec .text_wrap {
    width: 50.71429vw;
    padding: 6.07143vw 19.28571vw 4.28571vw 7.5vw;
    background: #fff;
  }
  /* 追加 */
  #contents .sec .text_wrap .full-name {
    margin-bottom: 1.8vw;
    font-size: 1.5vw;
  }
  #contents .sec .text_wrap h3 {
    position: relative;
    margin: 0 0 0.35714vw;
    padding: 0 0 0 1.78571vw;
    font-size: 1.42857vw;
    font-weight: 500;
  }
  #contents .sec .text_wrap h3:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 1.07143vw;
    height: 1px;
    background: #3c3c3c;
    transition: 0.7s cubic-bezier(0, 1, 0.975, 1) !important;
    transition-delay: 0.2s !important;
  }
  #contents .sec .text_wrap p {
    line-height: 1.7;
    margin: 0 0 1.42857vw;
    font-size: 1vw;
    font-weight: 600;
  }
  #contents .sec .img {
    width: 49.28571vw;
    transition-delay: 0.3s;
  }
  #contents .sec .img video,
  #contents .sec .img img {
    width: 100%;
  }
  #contents #sec1 .text_wrap {
    order: 2;
  }
  #contents #sec2 .text_wrap {
    padding: 6.07143vw 18.57143vw 4.28571vw 7.5vw;
  }
  #contents #sec3 {
    width: 100%;
    padding: 4.28571vw 0 0;
    background: #fff;
  }
  #contents #sec3 h3 {
    margin: 0 0 1.42857vw;
    font-size: 1.71429vw;
    font-weight: 500;
    text-align: center;
  }
  #contents #sec3 ul {
    display: flex;
    justify-content: space-between;
    width: 71.42857vw;
    margin: 0 auto;
  }
  #contents #sec3 ul li {
    width: 12.42857vw;
  }
  #contents #sec3 ul li a {
    transition: 0.4s;
  }
  #contents #sec3 ul li a:hover {
    opacity: 0.7;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents {
    margin: 4vw auto 0;
    background-size: auto 272vw;
  }
  #contents .sec {
    display: flex;
    flex-wrap: wrap;
    width: 94.66667vw;
    margin: 0 0 42.66667vw;
    padding: 16vw 14.66667vw 10.66667vw 0;
    background: #fff;
  }
  #contents .sec .img {
    width: 100%;
    transition-delay: 0.3s;
  }
  #contents .sec .img video,
  #contents .sec .img img {
    width: 100%;
  }
  #contents .sec .text_wrap {
    order: 2;
    width: 100%;
    padding: 9.33333vw 0 0 8vw;
  }
  /* 追加 */
  #contents .sec .text_wrap .full-name {
    margin-bottom: 4.2vw;
    font-size: 5vw;
  }
  #contents .sec .text_wrap h3 {
    position: relative;
    margin: 0 0 1.33333vw;
    padding: 0 0 0 6.66667vw;
    font-size: 5.33333vw;
    font-weight: 500;
  }
  #contents .sec .text_wrap h3:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 4vw;
    height: 1px;
    background: #3c3c3c;
    transition: 0.7s cubic-bezier(0, 1, 0.975, 1) !important;
    transition-delay: 0.2s !important;
  }
  #contents .sec .text_wrap p {
    line-height: 1.7;
    margin: 0 0 5.33333vw;
    font-size: 3.73333vw;
    font-weight: 600;
  }
  #contents #sec2 {
    width: 100%;
    margin: 0 0 26.66667vw;
    padding: 0;
    background: none;
  }
  #contents #sec2 .img {
    width: 92vw;
    margin: 0 auto 8vw;
  }
  #contents #sec2 .text_wrap {
    width: 94.66667vw;
    margin: 0;
    padding: 16vw 14.66667vw 10.66667vw 8vw;
    background: #fff;
  }
  #contents #sec2 .text_wrap h3 {
    position: relative;
    margin: 0 0 1.33333vw;
    padding: 0 0 0 6.66667vw;
    font-size: 5.33333vw;
    font-weight: 500;
  }
  #contents #sec2 .text_wrap h3:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 4vw;
    height: 1px;
    background: #3c3c3c;
    transition: 0.7s cubic-bezier(0, 1, 0.975, 1) !important;
    transition-delay: 0.2s !important;
  }
  #contents #sec2 .text_wrap p {
    line-height: 1.7;
    margin: 0 0 5.33333vw;
    font-size: 3.73333vw;
    font-weight: 600;
  }
  #contents #sec3 {
    position: relative;
    padding: 16vw 4vw 13.33333vw;
    background: #fff;
  }
  #contents #sec3:after {
    content: '';
    position: absolute;
    top: 99.9%;
    left: 0;
    width: 100%;
    height: 1vw;
    background: #fff;
  }
  #contents #sec3 h3 {
    margin: 0 0 5.33333vw;
    font-size: 6.4vw;
    font-weight: 500;
    text-align: center;
  }
  #contents #sec3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  #contents #sec3 ul li {
    width: 44.53333vw;
    margin: 0 0 2.66667vw;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
