@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/specialty/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: 133px; }

  #introduction {
    width: 910px;
    margin: 0 auto;
    padding: 100px 0; }
    #introduction div {
      width: 500px;
      display: inline-block;
      vertical-align: top; }
      #introduction div h2 {
        font-size: 25px;
        font-weight: normal;
        color: #333333;
        margin-bottom: 20px; }
      #introduction div .english {
        color: #F3A8BB;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #333333; }
    #introduction img {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      height: auto;
      margin-left: 100px; }

  #title {
    padding: 100px 0;
    position: relative; }
    #title img {
      width: 500px;
      height: auto;
      margin: 0 auto;
      display: block; }

  #section01 {
    position: relative;
    padding-bottom: 250px; }
    #section01 .people .bgPink {
      width: calc(50% + 200px);
      height: 220px;
      background-size: auto auto;
      background-color: #a5c834;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      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: 380px;
        width: 350px;
        height: auto; }
    #section01 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #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: #A5C834;
        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 {
      margin: 50px auto 0 auto;
      display: table; }
      #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: #A5C834;
          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 {
      margin: 50px auto 0 auto;
      display: table; }
      #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: #A5C834;
          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; }

  #section02 {
    position: relative;
    padding-bottom: 250px; }
    #section02 .people .bgPink {
      width: calc(50% + 200px);
      height: 220px;
      background-size: auto auto;
      background-color: #f19369;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section02 .people .bgPink .face {
        position: absolute;
        bottom: 0px;
        left: 455px;
        width: 250px;
        height: auto; }
    #section02 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #section02 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section02 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section02 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section02 .people .profile .name span {
          font-size: 16px; }
      #section02 .people .profile .number {
        position: absolute;
        top: 7px;
        left: -200px;
        height: 20px; }
    #section02 .part01 {
      width: 1000px;
      margin: 0 auto;
      padding-top: 250px; }
      #section02 .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; }
      #section02 .part01 dl dd {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section02 .part02 {
      margin: 50px auto 0 auto;
      display: table; }
      #section02 .part02 img {
        width: 300px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #section02 .part02 dl {
        display: inline-block;
        vertical-align: top;
        width: 665px;
        margin-left: 30px; }
        #section02 .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 10px 10px 10px;
          margin-bottom: 15px; }
        #section02 .part02 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px;
          color: #333333; }
    #section02 .part03 {
      margin: 50px auto 0 auto;
      display: table; }
      #section02 .part03 img {
        width: 500px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #section02 .part03 dl {
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-right: 30px; }
        #section02 .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; }
        #section02 .part03 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px;
          color: #333333; }

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

  #section04 {
    position: relative;
    padding-bottom: 150px; }
    #section04 .people .bgPink {
      width: calc(50% + 200px);
      height: 220px;
      background-size: auto auto;
      background-color: #9d7eb8;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section04 .people .bgPink .face {
        position: absolute;
        bottom: -20px;
        left: 390px;
        width: 300px;
        height: auto; }
    #section04 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #section04 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section04 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section04 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section04 .people .profile .name span {
          font-size: 16px; }
      #section04 .people .profile .number {
        position: absolute;
        top: 7px;
        left: -200px;
        height: 20px; }
      #section04 .people .profile .career span {
        color: white; }
    #section04 .part01 {
      width: 1000px;
      margin: 0 auto;
      padding-top: 250px; }
      #section04 .part01 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #9D7EB8;
        display: inline-block;
        line-height: 1;
        padding: 10px 20px;
        margin-bottom: 15px; }
      #section04 .part01 dl dd {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section04 .part02 {
      margin: 50px auto 0 auto;
      display: table; }
      #section04 .part02 img {
        width: 500px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #section04 .part02 dl {
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-left: 30px; }
        #section04 .part02 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #9D7EB8;
          display: inline-block;
          line-height: 1.5;
          padding: 10px 10px 10px 10px;
          margin-bottom: 15px; }
        #section04 .part02 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px;
          color: #333333; }
    #section04 .part03 {
      margin: 50px auto 0 auto;
      display: table; }
      #section04 .part03 div {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        #section04 .part03 div img {
          width: 500px;
          height: auto; }
        #section04 .part03 div p {
          position: absolute;
          right: 0;
          bottom: -50px;
          font-size: 14px;
          color: #333333; }
      #section04 .part03 dl {
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-right: 30px; }
        #section04 .part03 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #9D7EB8;
          display: inline-block;
          line-height: 1.5;
          padding: 10px 20px 10px 20px;
          margin-bottom: 15px; }
        #section04 .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%); }

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

  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    height: 300px;
    width: 100%;
    background-image: url("../img/specialty/hero.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 100%;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 25px;
        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.5;
        display: block;
        white-space: nowrap; }
        #hero div h1 span {
          font-size: 25px; }

  #introduction {
    display: table;
    margin: 0 auto;
    padding: 70px 0; }
    #introduction div {
      width: 85%;
      display: block;
      margin: 0 auto; }
      #introduction div h2 {
        font-size: 25px;
        font-weight: normal;
        color: #333333;
        margin-bottom: 20px; }
      #introduction div .english {
        color: #F3A8BB;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #333333;
        text-align: justify;
        font-size: 16px; }
      #introduction div .attention {
        font-size: 13px;
        margin-top: 20px; }
    #introduction img {
      display: none; }

  #title {
    padding: 70px 0;
    position: relative; }
    #title img {
      width: 90%;
      height: auto;
      margin: 0 auto;
      display: block; }

  #section01 {
    position: relative;
    padding-bottom: 100px; }
    #section01 .people .bgPink {
      width: 95%;
      height: 240px;
      background-size: auto auto;
      background-color: #a5c834;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      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;
        right: -80px;
        width: 300px;
        height: auto; }
    #section01 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #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: -50px;
        right: calc(90% -100px);
        height: 20px; }
      #section01 .people .profile .career {
        font-size: 14px; }
    #section01 .part01 {
      width: 90%;
      margin: 0 auto;
      padding-top: 290px; }
      #section01 .part01 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #A5C834;
        display: block;
        line-height: 1;
        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/specialty/people01Img01.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }
    #section01 .part02 {
      margin: 50px auto 0 auto;
      width: 100%; }
      #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: #A5C834;
          display: block;
          line-height: 1.5;
          padding: 10px 15px 10px 20px;
          margin-bottom: 15px;
          text-align: center;
          width: 100%; }
        #section01 .part02 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 15px;
          color: #333333; }
    #section01 #spBgSection02 {
      background-image: url("../img/specialty/people01Img02.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }
    #section01 .part03 {
      margin: 50px auto 0 auto; }
      #section01 .part03 img {
        display: none; }
      #section01 .part03 dl {
        display: block;
        width: 90%;
        margin: 0 auto; }
        #section01 .part03 dl dt {
          color: white;
          font-size: 20px;
          font-weight: bold;
          border-radius: 5px;
          background: #A5C834;
          display: block;
          line-height: 1.5;
          padding: 10px 20px 10px 20px;
          margin-bottom: 15px;
          width: 100%;
          text-align: center; }
        #section01 .part03 dl dd {
          text-align: justify;
          line-height: 1.6;
          font-size: 15px;
          color: #333333; }

  #section02 {
    position: relative;
    padding-bottom: 100px; }
    #section02 .people .bgPink {
      width: 95%;
      height: 240px;
      background-size: auto auto;
      background-color: #f19369;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section02 .people .bgPink .face {
        position: absolute;
        bottom: 0px;
        right: -30px;
        width: 220px;
        height: auto; }
    #section02 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #section02 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section02 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section02 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section02 .people .profile .name span {
          font-size: 16px; }
      #section02 .people .profile .number {
        position: absolute;
        top: -50px;
        right: calc(90% -100px);
        height: 20px; }
      #section02 .people .profile .career {
        font-size: 14px; }
    #section02 .part01, #section02 .part02, #section02 .part03 {
      width: 90%;
      margin: 0 auto;
      padding-top: 290px; }
      #section02 .part01 dl dt, #section02 .part02 dl dt, #section02 .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;
        margin-bottom: 15px;
        width: 100%;
        text-align: center; }
      #section02 .part01 dl dd, #section02 .part02 dl dd, #section02 .part03 dl dd {
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section02 .part02, #section02 .part03 {
      padding-top: 0px;
      margin-top: 50px; }
      #section02 .part02 img, #section02 .part03 img {
        display: none; }
    #section02 #spBgSection03 {
      background-image: url("../img/specialty/people02Img01_2.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }
    #section02 #spBgSection04 {
      background-image: url("../img/specialty/people02Img02.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }

  #section03 {
    position: relative;
    padding-bottom: 100px; }
    #section03 .people .bgPink {
      width: 95%;
      height: 240px;
      background-size: auto auto;
      background-color: #f3a8bb;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section03 .people .bgPink .face {
        position: absolute;
        bottom: 0px;
        right: -30px;
        width: 220px;
        height: auto; }
    #section03 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #section03 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section03 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section03 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section03 .people .profile .name span {
          font-size: 16px; }
      #section03 .people .profile .number {
        position: absolute;
        top: -50px;
        right: calc(90% -100px);
        height: 20px; }
      #section03 .people .profile .career {
        font-size: 14px; }
    #section03 .part01, #section03 .part02, #section03 .part03 {
      width: 90%;
      margin: 0 auto;
      padding-top: 290px; }
      #section03 .part01 dl dt, #section03 .part02 dl dt, #section03 .part03 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #F3A8BB;
        display: block;
        line-height: 1.5;
        padding: 10px 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center; }
      #section03 .part01 dl dd, #section03 .part02 dl dd, #section03 .part03 dl dd {
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section03 .part02, #section03 .part03 {
      padding-top: 0px;
      margin-top: 50px; }
      #section03 .part02 img, #section03 .part03 img {
        display: none; }
    #section03 #spBgSection05 {
      background-image: url("../img/specialty/people03Img01.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }
    #section03 #spBgSection06 {
      background-image: url("../img/specialty/people03Img02.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }

  #section04 {
    position: relative;
    padding-bottom: 100px; }
    #section04 .people .bgPink {
      width: 95%;
      height: 320px;
      background-size: auto auto;
      background-color: #9d7eb8;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.1) 14px, rgba(255, 255, 255, 0.1) 22px);
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      #section04 .people .bgPink .face {
        position: absolute;
        bottom: 0px;
        right: -60px;
        width: 270px;
        height: auto; }
    #section04 .people .profile {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      left: 20px; }
      #section04 .people .profile .workplace {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      #section04 .people .profile .position {
        font-size: 20px;
        color: #FDF599;
        font-weight: bold; }
      #section04 .people .profile .name {
        font-size: 25px;
        color: white;
        font-weight: bold;
        margin-bottom: 10px; }
        #section04 .people .profile .name span {
          font-size: 16px; }
      #section04 .people .profile .number {
        position: absolute;
        top: -50px;
        right: calc(90% -100px);
        height: 20px; }
      #section04 .people .profile .career {
        font-size: 14px; }
    #section04 .part01, #section04 .part02, #section04 .part03 {
      width: 90%;
      margin: 0 auto;
      padding-top: 370px; }
      #section04 .part01 dl dt, #section04 .part02 dl dt, #section04 .part03 dl dt {
        color: white;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        background: #9D7EB8;
        display: block;
        line-height: 1.5;
        padding: 10px 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center; }
      #section04 .part01 dl dd, #section04 .part02 dl dd, #section04 .part03 dl dd {
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    #section04 .part02, #section04 .part03 {
      padding-top: 0px;
      margin-top: 50px; }
      #section04 .part02 img, #section04 .part03 img {
        display: none; }
    #section04 #spBgSection07 {
      background-image: url("../img/specialty/people04Img01.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px; }
    #section04 #spBgSection08 {
      background-image: url("../img/specialty/people04Img02.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      width: 100%;
      margin-top: 70px;
      margin-bottom: 60px;
      position: relative; }
      #section04 #spBgSection08 p {
        font-size: 13px;
        position: absolute;
        bottom: -45px;
        width: 90%;
        display: block;
        left: 20px;
        color: #333333; }

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

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