@charset "utf-8";

@media only screen and (min-width: 751px) and (max-width: 1100px) {
html { font-size: 0.9090909090909091vw; }

}


@media only screen and (min-width: 0px) and (max-width: 750px) {
html { font-size: 1.3333333333333335vw; }

#title {
  height: 40.0rem;
  margin-bottom: 0;
}
/* プロフィール
-------------------------------------------*/
#ukai {
  padding: 9.0rem 0;
}
.profile {
  width: 68.0rem;
}
.profile p {
  font-size: 2.2rem;
}

.profile-in {
  display: block;
  width: 68.0rem;
}
.profile-in figure {
  width: 44.0rem;
  margin: 0 auto 8.0rem;
}
.profile-in div {
  width: 100%;
}
.profile-in div p {
  font-size: 2.2rem;
}

/* メッセージ
-------------------------------------------*/
.box-in {
  width: 68.0rem;
}
.box-in h2 {
  margin: 0 auto 7.0rem;
}
.box {
  display: block;
  margin-bottom: 6.0rem;
}
.box p {
  width: 68.0rem;
  font-size: 2.2rem;
  margin-bottom: 4.0rem;
}
.box figure {
  width: 44.0rem;
  margin: 0 auto 6.0rem;
}
.box figure:last-of-type {
  margin-bottom: 0;
}

/* 略歴
-------------------------------------------*/
.box-in table {
  border-collapse: collapse;
  border-top: 1px dashed #8d8d8d;
  width: 100%;
}
.box-in table th {
  font-size: 2.2rem;
  display: block;
  width: 100%;
  padding-bottom: 0;
  border: none;
}
.box-in table td {
  font-size: 2.2rem;
  display: block;
  padding-left: 0;
}
}
