@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

@media (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none; }

  #hero {
    height: 500px;
    width: 100%;
    background-image: url("../img/works/hero.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 1000px;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 40px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 220px; }
        #hero div h1 span {
          color: white;
          text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          letter-spacing: 0.1em;
          padding-left: 88px; }

  #title {
    padding: 100px 0;
    position: relative; }
    #title img {
      width: 500px;
      height: auto;
      margin: 0 auto;
      display: block; }
    #title h2 {
      font-size: 25px;
      color: #666666;
      font-weight: normal;
      text-align: center;
      position: absolute;
      top: 165px;
      left: calc(50% - 65px);
      line-height: 1.5;
      transform: rotate(5deg);
      letter-spacing: 0.3em; }
    #title p {
      text-align: center;
      color: #DC7184;
      position: absolute;
      top: 220px;
      left: calc(50% - 68px);
      transform: rotate(5deg); }

  #section01 {
    position: relative;
    padding-bottom: 250px; }
    #section01 .people .bgPink {
      width: calc(50% + 200px);
      height: 220px;
      background-color: #f19369;
      background-image: radial-gradient(rgba(255, 255, 255, 0.1) 18%, transparent 21%), radial-gradient(rgba(255, 255, 255, 0.1) 18%, transparent 21%);
      background-position: 0 0, 28px 28px;
      background-size: 56px 56px;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section01 .people .bgPink .face {
        position: absolute;
        bottom: 0px;
        left: 500px;
        width: 200px;
        height: auto; }
    #section01 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 25px; }
      #section01 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section01 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section01 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section01 .people .profile .name span {
          font-size: 16px; }
      #section01 .people .profile .number {
        position: absolute;
        top: 7px;
        left: -200px;
        height: 20px; }
    #section01 .part01 {
      width: 1000px;
      margin: 0 auto;
      padding-top: 250px; }
      #section01 .part01 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #f19369;
        display: inline-block;
        line-height: 1;
        padding: 10px 20px;
        margin-bottom: 15px; }
      #section01 .part01 dl dd {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section01 .part02 {
      width: 1000px;
      margin: 50px auto 0 auto; }
      #section01 .part02 img {
        width: 500px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #section01 .part02 dl {
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-left: 30px; }
        #section01 .part02 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #f19369;
          display: inline-block;
          line-height: 1.5;
          padding: 10px 15px 10px 20px;
          margin-bottom: 15px; }
        #section01 .part02 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px;
          color: #333333; }
    #section01 .part03 {
      width: 1000px;
      margin: 50px auto 0 auto; }
      #section01 .part03 img {
        width: 500px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #section01 .part03 dl {
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-right: 30px; }
        #section01 .part03 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #f19369;
          display: inline-block;
          line-height: 1.5;
          padding: 10px 20px 10px 20px;
          margin-bottom: 15px; }
        #section01 .part03 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px;
          color: #333333; }

  .border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%); }

  #section02 {
    padding: 100px 0;
    position: relative;
    height: 750px; }
    #section02 .people .bg {
      width: calc(50% + 200px);
      height: 240px;
      background-color: #9D7EB8;
      position: absolute;
      top: 120px;
      left: 0;
      z-index: 0;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
    #section02 .people .titleWrapper {
      margin: 0 auto;
      position: absolute;
      top: 200px;
      left: calc(50% - 500px); }
      #section02 .people .titleWrapper .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section02 .people .titleWrapper .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section02 .people .titleWrapper .title {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section02 .people .titleWrapper .title span {
          font-size: 16px; }
      #section02 .people .titleWrapper .english {
        font-size: 14px;
        color: #f8f5ac; }
    #section02 .video {
      width: 600px;
      height: 338px;
      position: absolute;
      top: 300px;
      left: calc(50% - 100px); } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  body > div {
    overflow: hidden; }

  #hero {
    height: 300px;
    width: 100%;
    background-image: url("../img/works/hero.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 100%;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 30px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 200px;
        text-align: center;
        line-height: 1.2; }

  #title {
    padding: 70px 0 100px 0;
    position: relative; }
    #title img {
      width: 300px;
      height: auto;
      margin: 0 auto;
      display: block; }
    #title h2 {
      font-size: 25px;
      color: #666666;
      font-weight: normal;
      text-align: center;
      position: absolute;
      top: 101px;
      left: calc(50% - 65px);
      line-height: 1.5;
      transform: rotate(5deg);
      letter-spacing: 0.3em; }
    #title p {
      text-align: center;
      color: #DC7184;
      position: absolute;
      top: 142px;
      left: calc(50% - 68px);
      transform: rotate(5deg); }

  #section01 {
    position: relative;
    padding-bottom: 70px; }
    #section01 .people .bgPink {
      width: 95%;
      height: 250px;
      background-color: #f19369;
      background-image: radial-gradient(rgba(255, 255, 255, 0.1) 18%, transparent 21%), radial-gradient(rgba(255, 255, 255, 0.1) 18%, transparent 21%);
      background-position: 0 0, 28px 28px;
      background-size: 56px 56px;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section01 .people .bgPink .face {
        position: absolute;
        bottom: 0;
        right: -30px;
        width: 200px;
        height: auto; }
    #section01 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 25px; }
      #section01 .people .profile .workplace {
        font-size: 16px;
        color: white;
        font-weight: bold; }
      #section01 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section01 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section01 .people .profile .name span {
          font-size: 16px; }
      #section01 .people .profile .career {
        font-size: 13px; }
      #section01 .people .profile .number {
        position: absolute;
        top: -50px;
        right: calc(90% -100px);
        height: 20px; }
    #section01 .part01 {
      width: 90%;
      margin: 0 auto;
      padding-top: 300px;
      padding-bottom: 70px; }
      #section01 .part01 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #f19369;
        display: block;
        line-height: 1.5;
        padding: 10px 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center; }
      #section01 .part01 dl dd {
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section01 #spBgSection01 {
      background-image: url("../img/works/people01Img01.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%; }
    #section01 .part02 {
      width: 100%;
      margin: 50px auto 0 auto; }
      #section01 .part02 img {
        display: none; }
      #section01 .part02 dl {
        display: block;
        width: 90%;
        margin: 0 auto; }
        #section01 .part02 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #f19369;
          display: inline-block;
          line-height: 1.5;
          padding: 10px 15px 10px 20px;
          margin-bottom: 15px; }
        #section01 .part02 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 15px;
          color: #333333; }
    #section01 .part03 {
      width: 90%;
      margin: 50px auto 0 auto; }
      #section01 .part03 img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 20px; }
      #section01 .part03 dl {
        display: block;
        width: 100%;
        margin: 0 auto; }
        #section01 .part03 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #f19369;
          display: block;
          line-height: 1.5;
          padding: 10px 20px 10px 20px;
          margin-bottom: 15px;
          text-align: center;
          width: 100%; }
        #section01 .part03 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 15px;
          color: #333333; }

  .border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%); }

  #section02 {
    padding: 70px 0;
    position: relative; }
    #section02 .people .bg {
      width: 90%;
      height: 150px;
      background-color: #9D7EB8;
      position: relative;
      z-index: 0;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
    #section02 .people .titleWrapper {
      margin: 0 auto;
      position: absolute;
      top: 110px;
      left: 50px; }
      #section02 .people .titleWrapper .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section02 .people .titleWrapper .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section02 .people .titleWrapper .title {
        font-size: 20px;
        color: white;
        font-weight: bold;
        margin-bottom: 0px; }
        #section02 .people .titleWrapper .title span {
          font-size: 16px; }
      #section02 .people .titleWrapper .english {
        font-size: 14px;
        color: #f8f5ac; }
    #section02 .video {
      width: 90%;
      padding-top: 56.25%;
      height: auto;
      position: relative;
      left: 5%;
      margin-top: -50px; }
      #section02 .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; } }
