@charset "UTF-8";

/*---------------------------------------------------*/
/*--------------------profile------------------------*/
/*----------------------------------------------------*/
.profile-inner {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 965px) {
  .profile-inner {
    padding: 0 20px;
  }
}

/*---------------------------------------------------*/
/*----------------------profile-info----------------------*/
/*----------------------------------------------------*/
.profile-info {
  display: flex;
}
@media screen and (max-width: 767px) {
  .profile-info {
    display: block;
  }
}

.profile-info-left {
  margin-right: 10.7%;
  flex: 1 0 30%;
}
@media screen and (max-width: 767px) {
  .profile-info-left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.profile-info-left img {
  max-width: 100%;
  height: auto;
}

.profile-info-right-name {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.profile-info-right-name2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .profile-info-right-name {
    padding-top: 5px;
  }
}

/*.profile-info-right-Occupation {
  font-size: 2rem;
  font-weight: bold;
}*/

.profile-info-right-title {
  font-size: 2rem;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .profile-info-right-title {
    margin-bottom: 24px;
  }
}

/*.profile-info-right-explain1 {
  font-size: 1.6rem;
  line-height: 1.6875;
}*/
/*@media screen and (max-width: 767px) {
  .profile-info-right-explain1 {
    margin-bottom: 35px;
  }
}*/

/*.profile-info-left-explain2 {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.6875;
}*/
/*@media screen and (max-width: 767px) {
  .profile-info-left-explain2 {
    margin-top: 0;
    font-size: 1.6rem;
  }
}*/

/*---------------------------------------------------*/
/*--------------------profile-exhibitions------------------------*/
/*----------------------------------------------------*/
.profile-exhibitions {
  margin: 0 auto;
  margin-top: 43px;
  max-width: 948px;
}
@media screen and (max-width: 767px) {
  .profile-exhibitions {
    margin-top: 57px;
  }
}

.profile-exhibitions-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 27px;
}

.profile-exhibitions-photos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .profile-exhibitions-photo {
    width: calc(24% - 39.75px);
  }
  .profile-exhibitions-photo:not(:nth-child(5n)) {
    margin-left: 5.6%;
  }
  .profile-exhibitions-photo:first-child {
    margin-left: 0px;
  }
  .profile-exhibitions-photo:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-exhibitions-photo {
    width: calc(48% - 9.5px);
  }
  .profile-exhibitions-photo:nth-child(2n) {
    margin-left: 5.6%;
  }
  .profile-exhibitions-photo:first-child {
    margin-left: 0px;
  }
  .profile-exhibitions-photo:nth-child(n+3) {
    margin-top: 40px;
  }
}
.profile-exhibitions-photo img {
  max-width: 100%;
  height: auto;
}

.profile-exhibitions-explain1 {
  line-height: 1.6875;
  margin-bottom: 27px;
}
