@charset "UTF-8";
@media (max-width: 767px) {
  .content-header img {
    width: 214px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .content-header::after {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 38.888888888%;
    margin-top: 40px;
    content: "";
    background-image: url("../img/profile/mainvisual.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .content-header::after {
    background-image: url("../img/profile/mainvisual@2x.jpg");
    background-size: 100% 100%;
  }
}
.content-description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content-description {
    margin-right: 24px;
    margin-left: 24px;
  }
  .content-description::after {
    display: block;
    clear: both;
    content: "";
  }
}
.content-description-inner {
  font-size: 12px;
}
@media (max-width: 767px) {
  .content-description-inner {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .content-description-inner {
    float: right;
    width: calc(100% - 240px);
    margin-top: -8px;
  }
}
.content-description-inner p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 29px;
}
.content-description-inner .signature {
  line-height: 21px;
  text-align: right;
}
.content-description::before {
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .content-description::before {
    height: 0;
    padding-top: 38.75%;
    margin-bottom: 24px;
    background-image: url("../img/profile/image-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {
  .content-description::before {
    background-image: url("../img/profile/image-m@2x.jpg");
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .content-description::before {
    float: left;
    width: 220px;
    height: 260px;
    background-image: url("../img/profile/image.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .content-description::before {
    background-image: url("../img/profile/image@2x.jpg");
    background-size: 100% 100%;
  }
}
.content-profile {
  background-color: #fff;
}
@media (max-width: 767px) {
  .content-profile {
    padding: 32px 16px;
    margin-right: 8px;
    margin-bottom: 40px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .content-profile {
    padding: 64px;
    margin-right: 24px;
    margin-bottom: 80px;
    margin-left: 24px;
  }
}
.content-profile a {
  color: inherit;
  text-decoration: none;
}
.content-profile a:hover {
  text-decoration: underline;
}
.content-profile-header {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0.5em;
}
.content-profile .horizontalColumn {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content-profile .horizontalColumn::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (min-width: 768px) {
  .content-profile .horizontalColumn dl {
    float: left;
    width: 50%;
  }
}
.content-profile .horizontalColumn dl dd img {
  border: 1px solid #ccc;
}
.content-profile .bottomColumn .authNumber {
  margin-bottom: 13px;
  line-height: 40px;
}
.content-profile .bottomColumn .text {
  line-height: 29px;
}
.content-profile .bottomColumn .text p {
  margin-top: 0;
  margin-bottom: 0;
}
.content-profile dl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.content-profile dl dt {
  line-height: 41px;
}
.content-profile dl dt::before {
  margin-right: 1em;
  content: "－";
}
.content-profile dl dd {
  margin-left: 0;
  line-height: 33px;
}
.content-profile dl dd + dt {
  margin-top: 24px;
}
.content-profile .mailform p {
  margin-top: 40px;
  margin-bottom: 24px;
}
.content-profile .mailform a {
  display: block;
  width: 224px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #252525;
}