@charset "UTF-8";
/* PC用 */
@media screen and (min-width: 769px) {
  .profile {
    margin-bottom: 65px;
    position: relative;
  }
  .profile--boardmember {
    margin: 0 auto !important;
  }
  .profile__mainTitle {
    text-indent: -99999px;
    width: 62.18%;
    margin-bottom: 35px;
    display: block;
    height: 0;
    padding-top: 12%;
    background-image: url("../img/profile/title.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .profile__privacyMark {
    text-indent: -99999px;
    position: absolute;
    width: 9.91%;
    height: 0;
    padding-top: 9.455%;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .profile__boardmemberTitle {
    color: #fff;
    font-size: 25px;
    padding-bottom: 50px;
  }
  .profileEach {
    width: 100%;
    margin-bottom: 20px;
  }
  .profileEach--map {
    width: 100%;
    height: 0;
    padding-top: 54.55%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .profileEach--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .profileEach--board {
    margin-bottom: 35px;
  }
  .profileEach__title {
    width: 30%;
    float: left;
    font-size: 14px;
  }
  .profileEach__title--board {
    width: 32%;
    color: #fff;
  }
  .profileEach__content {
    width: 70%;
    float: left;
    font-size: 14px;
  }
  .profileEach__content--board {
    width: 68%;
    color: #fff;
  }
  .boardMember {
    width: 100%;
    background-color: #000;
    padding: 75px 0;
  }
}

/* SP用 */
@media screen and (max-width: 768px) {
  .profile {
    padding-bottom: 10vw;
    margin-bottom: 1.33vw;
    position: relative;
  }
  .profile--boardmember {
    width: 56%;
    /* 420px; */
    margin: 0 auto !important;
  }
  .profile__mainTitle {
    text-indent: -99999px;
    width: 44.33%;
    margin: 9.6vw auto 11.73vw;
    display: block;
    height: 0;
    padding-top: 8.5%;
    background-image: url("../img/profile/title.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .profile__privacyMark {
    width: 13.73vw;
    height: 0;
    padding-top: 13.07vw;
    right: 0;
    bottom: 2.4vw;
    text-indent: -99999px;
    position: absolute;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .profile__boardmemberTitle {
    text-align: center;
    color: #fff;
    font-size: 4vw;
    padding-bottom: 19.33vw;
  }
  .profileEach {
    width: 100%;
    margin-bottom: 4vw;
  }
  .profileEach--map {
    width: 100vw;
    height: 0;
    padding-top: 67.05vw;
    position: relative;
    margin-left: 50%;
    margin-top: 5.33vw;
    margin-bottom: 5.33vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profileEach--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .profileEach--board {
    margin-bottom: 9.33vw;
  }
  .profileEach__title {
    width: 32%;
    float: left;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .profileEach__title--board {
    width: 65%;
    font-size: 2.93vw;
    color: #fff;
  }
  .profileEach__content {
    width: 68%;
    float: left;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .profileEach__content--board {
    width: 35%;
    font-size: 2.93vw;
    color: #fff;
  }
  .boardMember {
    width: 100%;
    background-color: #000;
    padding: 11.1vw 0;
  }
}
