@charset "utf";

/*---基礎情報---*/


a {
  font-size: 15px;
  display: block;
  position: relative;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

p,
li {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

.eng {
  font-size: 15px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

#profile>.container {
  margin: 0 20px;
}

/*------↓ スマホサイトサイズ ↓------*/
#profile {
  margin-top: 150px;
}

.profile_wrapper {
  text-align: center;
}

.profileImg_right {
  position: relative;
}

.pr_rightBox img {
  position: absolute;
  left: 10px;
  top: -64px;
  width: 84px;
}

.Publication {
  margin-top: 10px;
}

/*---日本語の文章---*/
.pr_rightBox>p {
  margin-top: 30px;
  font-size: 20px;
}

.profileImg_right>p {
  margin-top: 23px;
  text-align: left;
  line-height: 1.5;
}

.profileText_wrapper {
  margin-top: 33px;
  text-align: left;
  line-height: 1.5;
}

.ins {
  margin-top: 13px;
}


.pc_text {
  margin-top: 33px;
  display: none;
}

.pc_ins {
  margin-top: 15px;
  display: none;
}

.profileText_right {
  margin-top: 33px;
}

.sp_text {
  margin-top: 33px;
  font-size: 13px;
}

.sp_text {
  margin-top: 15px;
}

/*---英語の文章---*/
.name {
  font-size: 18px;
}

.profileEng_wrapper {
  margin-top: 70px;
  text-align: left;
  line-height: 1.3;
}

.hapu {
  margin-top: 20px;
}

.profTextEng_wrapper {
  margin-top: 33px;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}

/*------↓ タブレット ↓------*/
@media screen and (min-width: 600px) {

  p,
  .eng,
  li {
    font-size: 18px;
  }

  #profile>.container {
    margin: 0 70px;
  }

  .profileImg_left {
    margin: auto;
  }

  .pr_rightBox>p {
    font-size: 25px;
  }

  .pr_rightBox img {
    left: 21%;
    top: -76px;
    width: 112px;
  }

  .name {
    font-size: 23px;
  }
}


/*------↓ パソコンサイズ ↓------*/
@media screen and (min-width: 1024px) {

  p,
  .eng,
  li {
    font-size: 14px;
  }

  #profile {
    margin-top: 165px;
  }

  #profile>.container {
    margin: 0 170px;
  }

  .profileImg_wrapper {
    display: flex;
  }

  .pr_rightBox {
    display: flex;
  }

  .profileImg_left img {
    width: 200px;
  }

  .pr_rightBox {
    margin-left: 5px;
  }

  .pr_rightBox img {
    position: static;
    margin-top: -65px;
    margin-left: -15px;
    width: 142px;
  }

  .pr_rightBox>p {
    font-size: 22px;
    margin-top: auto;
    margin-left: 15px;
  }

  .profileImg_right>p {
    margin-top: 0;
    margin-left: 27px;
  }

  .profileText_wrapper {
    margin-top: 60px;
    display: flex;
  }

  .profileText_left {
    width: 50%;
  }

  .pc_text {
    display: block;
    margin-top: 60px;
    font-size: 12px;
  }

  .pc_ins {
    display: block;
    margin-top: 20px;
  }

  .sp_text {
    display: none;
    font-size: 12px;
  }

  .sp_ins {
    margin-top: 20px;
    display: none;
  }

  .profileText_right {
    width: 50%;
    margin-top: 0;
    padding-left: 50px;
  }

  .profileText_right li {
    font-size: 14px;
  }

  .profileEng_wrapper {
    margin-top: 90px;
  }

  .profTextEng_wrapper {
    margin-top: 70px;
    display: flex;
  }

}