.mainArea {
  width: 100%;
  height: calc(100vh - 120px);
  background: url(../images/mainimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .mainArea {
    height: 700px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea {
    height: 500px;
  }
}

.mainArea > p {
  position: absolute;
  width: 35px;
  height: 100%;
  display: block;
  top: 0;
  left: 70%;
  background: url(../images/main_copy.svg) no-repeat center center;
}

@media screen and (max-width: 1200px) {
  .mainArea > p {
    left: auto;
    right: 15%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > p {
    width: 25px;
    right: 10%;
  }
}

.main {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main section.copyArea {
  padding: 0 10px;
  text-align: center;
}

.main section.copyArea > h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  margin: 0 0 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main section.copyArea > h2 {
    font-size: 1.8em;
  }
}

.main section.copyArea > p {
  letter-spacing: 1px;
  line-height: 180%;
  margin-bottom: 60px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main section.copyArea > p {
    margin-bottom: 30px;
    text-align: left;
  }
}

.main section.copyArea > p.name span {
  letter-spacing: 15px;
  font-size: 0.9em;
}

.main section.copyArea > p.name strong {
  font-weight: normal;
  font-size: 1.5em;
  margin-left: 30px;
  letter-spacing: 5px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main section.copyArea > p.name {
    margin-bottom: 60px;
    text-align: center;
  }
}

.main div.profileArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .main div.profileArea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main div.profileArea {
    display: block;
  }
}

.main div.profileArea > p {
  width: 300px;
}

@media screen and (max-width: 960px) {
  .main div.profileArea > p {
    width: 270px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main div.profileArea > p {
    width: 250px;
    margin: 0 auto 30px;
  }
}

.main div.profileArea > p img {
  border-radius: 50%;
}

.main div.profileArea > div {
  width: 380px;
  margin-left: 60px;
  display: table;
}

@media screen and (max-width: 960px) {
  .main div.profileArea > div {
    width: calc(100% - 320px);
    margin-left: 0;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main div.profileArea > div {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.main div.profileArea > div > dl {
  display: table-row-group;
}

.main div.profileArea > div > dl dt {
  display: table-cell;
  padding: 7px 20px 7px 0;
  letter-spacing: 5px;
}

.main div.profileArea > div > dl dd {
  display: table-cell;
  border-left: 2px solid #eee;
  padding: 7px 0 7px 20px;
}

.main div.shikakuArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main div.shikakuArea {
    display: block;
    text-align: center;
  }
}

.main div.shikakuArea > p {
  margin-left: 40px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .main div.shikakuArea > p {
    margin-left: 15px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main div.shikakuArea > p {
    margin: 10px 0 0;
  }
}
/*# sourceMappingURL=index.css.map */