@import "./reset.css";
@import "./common.css";
.primg {
  transition-timing-function: ease-out !important;
}

#base_wrap {
  width: 100%;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 110px 0 0;
}
.inner h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
  color: #000;
  padding: 150px 0;
}
.inner h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 15px;
  color: #000;
}
.inner .r_pos {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.inner .bbx {
  background-color: #000;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.inner .bbx h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.inner .bbx h3 span {
  font-size: 60px;
  font-weight: 300;
  display: block;
  line-height: 1;
  border-top: 1px solid #fff;
  padding-left: 20px;
}
.inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin: 0;
  color: #000;
}
.inner .section {
  margin: 80px auto;
  background-image: url(../img/profile_section.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 88px;
  height: 54px;
}
.inner .caption {
  background-color: #E6E6E6;
  padding: 20px;
}
.inner .caption span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  display: block;
}
.inner .s1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.inner .s1 .summary {
  flex-basis: 630px;
}
.inner .s1 .summary .bbx {
  margin-top: -20px;
  margin-left: -15px;
}
.inner .s1 .photo {
  flex-basis: 300px;
  text-align: right;
}
.inner .s2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px auto 40px;
}
.inner .s2 .photo {
  flex-basis: 300px;
  text-align: left;
}
.inner .s2 .summary {
  flex-basis: 630px;
  text-align: right;
}
.inner .s2 .summary .bbx {
  margin-left: auto;
  margin-top: -20px;
  margin-right: -15px;
}
.inner .s3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px auto 40px;
}
.inner .s3 .photo {
  flex-basis: 410px;
  text-align: left;
}
.inner .s3 .photo .bbx {
  margin-left: -15px;
  margin-top: -15px;
}
.inner .s3 .summary {
  flex-basis: 500px;
  text-align: left;
  padding-top: 110px;
}
.inner .s4 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px auto 40px;
}
.inner .s4 .bbx {
  margin-left: auto;
  margin-right: -15px;
  margin-top: -15px;
}
.inner .s4 .summary {
  flex-basis: 500px;
  text-align: left;
  padding-top: 110px;
}
.inner .s5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.inner .s5 .summary {
  flex-basis: 420px;
}
.inner .s5 .summary .bbx {
  margin-top: -20px;
  margin-left: -15px;
}
.inner .s5 .photo {
  flex-basis: 480px;
}
.inner .s5_img {
  margin: 20px auto;
}
.inner .mt80 {
  margin-top: 80px;
}

@media (max-width: 780px) {
  #base_wrap {
    min-height: 100vh;
    position: relative;
  }
  .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 16vw 0 0;
  }
  .inner h1 {
    font-size: 6.9230769231vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
    color: #000;
    padding: 15vw 0;
  }
  .inner h2 {
    font-size: 5.641025641vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 0 2vw;
    color: #000;
  }
  .inner .bbx {
    background-color: #000;
    width: 15vw;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
  }
  .inner .bbx h3 {
    color: #fff;
    font-size: 3.8461538462vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .inner .bbx h3 span {
    font-size: 7.6923076923vw;
    font-weight: 300;
    display: block;
    line-height: 1;
    border-top: 1px solid #fff;
    padding-left: 3vw;
  }
  .inner p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    margin: 0;
    color: #000;
  }
  .inner .section {
    margin: 15vw auto;
    background-image: url(../img/profile_section.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10vw;
    height: 7vw;
  }
  .inner .caption {
    background-color: #E6E6E6;
    padding: 3vw;
  }
  .inner .caption span {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    display: block;
  }
  .inner .s1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
  .inner .s1 .summary {
    flex-basis: 90vw;
    text-align: center;
  }
  .inner .s1 .summary .bbx {
    margin: 0 auto 5vw;
  }
  .inner .s1 .photo {
    flex-basis: 90vw;
    text-align: center;
    margin-top: 5vw;
  }
  .inner .s1 .photo img {
    max-width: 100%;
  }
  .inner .s2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 15vw auto 5vw;
  }
  .inner .s2 .photo {
    flex-basis: auto;
    text-align: center;
  }
  .inner .s2 .photo img {
    max-width: 100%;
    margin: 5vw auto;
  }
  .inner .s2 .summary {
    flex-basis: 90vw;
    text-align: center;
  }
  .inner .s2 .summary .bbx {
    margin: 0 auto 5vw;
  }
  .inner .s3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15vw auto 5vw;
  }
  .inner .s3 .photo {
    flex-basis: 90vw;
    text-align: center;
  }
  .inner .s3 .photo img {
    max-width: 40vw;
    margin: 0 auto;
  }
  .inner .s3 .photo .bbx {
    margin: 0 auto 5vw;
  }
  .inner .s3 .summary {
    flex-basis: 90vw;
    text-align: left;
    padding-top: 5vw;
  }
  .inner .s4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15vw auto 5vw;
  }
  .inner .s4 .bbx {
    margin: 0 auto 5vw;
  }
  .inner .s4 .summary {
    flex-basis: 90vw;
    text-align: left;
    padding-top: 0;
  }
  .inner .s5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15vw auto 5vw;
  }
  .inner .s5 .summary {
    flex-basis: 90vw;
  }
  .inner .s5 .summary .bbx {
    margin: 0 auto 5vw;
  }
  .inner .s5 .photo {
    flex-basis: 90vw;
    text-align: center;
    margin: 5vw auto;
  }
  .inner .s5 .photo img {
    max-width: 70vw;
  }
  .inner .s5 .photo .caption {
    max-width: 70vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .inner .s5_img {
    margin: 3vw auto;
  }
  .inner .s5_img img {
    max-width: 90vw;
  }
  .inner .mt80 {
    margin-top: 10vw;
  }
}/*# sourceMappingURL=profile.css.map */