@charset "UTF-8";
/* media query */
.readArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media all and (max-width: 1400px) {
  .readArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .readArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .readArea {
    width: calc(100% - 40px);
  }
}
.readArea p {
  font-size: 2.34375vw;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .readArea p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .readArea p {
    font-size: 2.5rem;
  }
}

.mainArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media all and (max-width: 1400px) {
  .mainArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea {
    width: calc(100% - 40px);
  }
}
.mainArea > p.photo {
  width: 100%;
  height: 0;
  padding-top: 30%;
  background: url(../images/profile/photo_profile.jpg) no-repeat center/cover;
  border-radius: 50px 50px 50px 0;
  position: relative;
  z-index: -1;
}
@media all and (max-width: 1400px) {
  .mainArea > p.photo {
    padding-top: 40%;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > p.photo {
    padding-top: 50%;
    border-radius: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > p.photo {
    padding-top: 60%;
  }
}
.mainArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainArea > div > section.about {
  width: 50%;
  background-color: #fff;
  margin-top: -170px;
  padding: 30px 50px 0 0;
}
@media all and (max-width: 1400px) {
  .mainArea > div > section.about {
    margin-top: -100px;
  }
}
@media all and (max-width: 1200px) {
  .mainArea > div > section.about {
    padding: 40px 20px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > div > section.about {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: -70px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > div > section.about {
    margin-top: -20px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > div > section.about h3 {
    background-color: #fff;
    margin-right: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > div > section.about h3 {
    padding-top: 10px;
  }
}
.mainArea > div > section.about table {
  border-collapse: collapse;
  width: 100%;
}
.mainArea > div > section.about table tr th,
.mainArea > div > section.about table tr td {
  vertical-align: top;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #333;
  font-size: 1.7rem;
}
.mainArea > div > section.about table tr th *,
.mainArea > div > section.about table tr td * {
  font-size: 1.7rem;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.about table tr th,
  .mainArea > div > section.about table tr td {
    padding: 15px 0;
    display: block;
  }
}
.mainArea > div > section.about table tr th {
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.about table tr th {
    border-bottom: 0;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.about table tr td {
    padding: 5px 10px 15px;
  }
}
.mainArea > div > section.about table tr td small {
  font-size: 1.5rem;
  padding-left: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.about table tr td small {
    padding-left: 10px;
    line-height: 120%;
  }
}
.mainArea > div > section.about table tr td ol {
  margin-left: 20px;
}
.mainArea > div > section.about table tr td ol li {
  list-style: decimal;
}
.mainArea > div > section.history {
  width: calc(50% - 40px);
  margin-top: 30px;
}
@media all and (max-width: 1200px) {
  .mainArea > div > section.history {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 960px) {
  .mainArea > div > section.history {
    width: 100%;
  }
}
.mainArea > div > section.history > section h4 {
  font-size: 2.5rem;
  padding-bottom: 5px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #3071B9;
  border-bottom: 1px solid #3071B9;
}
.mainArea > div > section.history > section:not(:first-of-type) h4 {
  padding-top: 10px;
}
.mainArea > div > section.history > section .main > div {
  display: flex;
}
.mainArea > div > section.history > section .main > div * {
  font-size: 1.7rem;
}
.mainArea > div > section.history > section .main > div > p {
  padding-bottom: 15px;
}
.mainArea > div > section.history > section .main > div .icon {
  width: 10px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
  position: relative;
}
.mainArea > div > section.history > section .main > div .icon::before {
  content: "●";
  color: #3071B9;
  font-size: 10px;
  margin-left: -5px;
  display: block;
}
.mainArea > div > section.history > section .main > div .year {
  color: #3071B9;
  width: 60px;
  text-align: right;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.history > section .main > div .year {
    width: 50px;
  }
}
.mainArea > div > section.history > section .main > div .text {
  width: calc(100% - 90px);
  padding-left: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > div > section.history > section .main > div .text {
    width: calc(100% - 80px);
  }
}
.mainArea > div > section.history > section .main > div .text strong {
  font-weight: 700;
  display: block;
}
.mainArea > div > section.history > section .main > div .text strong:not(:first-child) {
  margin-top: 7px;
}
.mainArea > div > section.history > section .main > div:first-child .icon::before,
.mainArea > div > section.history > section .main > div:first-child .year,
.mainArea > div > section.history > section .main > div:first-child .text {
  padding-top: 15px;
}
.mainArea > div > section.history > section .main > div:last-child .icon::after {
  content: "▼";
  font-size: 8px;
  position: absolute;
  bottom: -13px;
  left: -4px;
  display: block;
  color: #ccc;
}
.mainArea > div > section h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .mainArea > div > section h3 {
    font-size: 3rem;
  }
}
.mainArea > div > section h3::first-letter {
  color: #3071B9;
}

.groupArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  margin-top: 50px;
}
@media all and (max-width: 1400px) {
  .groupArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .groupArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .groupArea {
    width: calc(100% - 40px);
  }
}
.groupArea > section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.groupArea > section > p.photo {
  width: 30%;
}
@media all and (max-width: 1200px) {
  .groupArea > section > p.photo {
    width: 45%;
  }
}
@media screen and (max-width: 668px) {
  .groupArea > section > p.photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
.groupArea > section > div {
  width: calc(70% - 40px);
}
@media all and (max-width: 1200px) {
  .groupArea > section > div {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 668px) {
  .groupArea > section > div {
    width: 100%;
  }
}
.groupArea > section > div h3 {
  font-size: 4rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .groupArea > section > div h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .groupArea > section > div h3 {
    font-size: 2.7rem;
  }
}
.groupArea > section > div h3 small {
  display: block;
  font-size: 1.5rem;
}
.groupArea > section > div > p.cate {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  display: inline-block;
  margin-bottom: 10px;
}
.groupArea > section > div > p.read {
  font-size: 2.3rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .groupArea > section > div > p.read {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .groupArea > section > div > p.read {
    font-size: 1.9rem;
  }
}
.groupArea > section > div > p.text {
  font-size: 1.7rem;
  line-height: 150%;
}
.groupArea > section > div > p.site {
  font-size: 1.7rem;
  line-height: 150%;
  margin-top: 15px;
}
.groupArea > section > div > p.site a {
  font-size: 1.7rem;
  line-height: 150%;
  text-decoration: underline;
}
.groupArea > section > div > p.site a:hover {
  color: #3071B9;
}/*# sourceMappingURL=profile.css.map */