@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* CSS Document */
  /* ================================================================================ */
  /*                                                                                  */
  /*      コーディネーター紹介(PC)                                                    */
  /*                                                                                  */
  /* ================================================================================ */
  /*////////////////////////////////////////////////


                  ■  span(共通)  ■
	  

////////////////////////////////////////////////*/
  /* コーディネーター
------------------------------------------------------------*/
  #staff {
    margin-bottom: 55px; }
    #staff article {
      display: flex;
      justify-content: space-between;
      margin-bottom: 35px; }
      #staff article .staff-img {
        margin-top: 15px;
        margin-right: 15px; }
      #staff article .staff-img img {
        width: 200px; }
      #staff article .staff-comment {
        width: 777px;
        height: auto;
        background-image: url(../images/staff/fukidashi_male.gif);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 22px 5px 22px 55px; }
      #staff article div.female {
        background-image: url(../images/staff/fukidashi_female.gif); }
      #staff article .staff-comment h3 {
        font-size: 22px;
        border-bottom: dashed 1px;
        margin: 0 15px 20px 0;
        padding-bottom: 5px; }
        #staff article .staff-comment h3.male {
          color: #00b5e7; }
        #staff article .staff-comment h3.female {
          color: #ff566a; }
      #staff article .staff-comment p {
        line-height: 2em;
        margin: 0 25px 0 0; }

  /* バナー 
------------------------------------------------------------*/
  #page_staff .banner-entry {
    position: relative;
    width: 675px;
    height: 157px;
    background-image: url(../images/common/banner_entry.png);
    background-repeat: no-repeat;
    margin: auto; }
    #page_staff .banner-entry a {
      position: absolute;
      left: 206px;
      bottom: 0px; } }
@media screen and (max-width: 768px) {
  /* CSS Document */
  /* ================================================================================ */
  /*                                                                                  */
  /*      コーディネーター紹介（SP）                                                  */
  /*                                                                                  */
  /* ================================================================================ */
  #page_staff {
    width: 100%;
    margin: auto;
    padding: 0 0 60px; }
    #page_staff h2.pagetit {
      letter-spacing: 0; }

  /*////////////////////////////////////////////////


                  ■  span(共通)  ■
	  

////////////////////////////////////////////////*/
  /* トップ
------------------------------------------------------------*/
  #top {
    width: 90%;
    margin: auto; }

  /* コーディネーター
------------------------------------------------------------*/
  #staff {
    width: 92%;
    margin: auto; }
    #staff article {
      margin-bottom: 2rem; }
      #staff article .staff-img {
        text-align: center;
        margin-bottom: 5px; }
        #staff article .staff-img img {
          width: 70%; }
      #staff article .staff-comment {
        width: 100%;
        background-image: url(../images/staff/sp/fukidashi_male.gif);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 50px 0 0 0; }
      #staff article div.female {
        background-image: url(../images/staff/sp/fukidashi_female.gif); }
      #staff article .staff-comment h3 {
        width: 90%;
        font-size: 5vw;
        text-align: center;
        margin: 0 auto 10px; }
        #staff article .staff-comment h3.male {
          color: #00b5e7; }
        #staff article .staff-comment h3.female {
          color: #ff566a; }
      #staff article .staff-comment p {
        width: 90%;
        font-size: 4vw;
        padding-bottom: 25px;
        margin: auto; } }
