/**
 * filename: profile.css
 * version: 3.0
 **/
#main.profile {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (max-width: 1199px) {
  #main.profile {
    margin: 4.5rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile {
    margin: 3rem 0rem;
  }
}
#main.profile > .inner {
  height: auto;
  width: 100%;
}
#main.profile > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 {
    margin-bottom: 3rem;
  }
}
#main.profile > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner {
    padding: 0 1.5rem;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box1 {
  height: auto;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box1 {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box1 {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box2 {
  height: auto;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 {
    width: 100%;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 > .elm1 {
  display: inline-block;
  font-family: "RodinPro-M", sans-serif;
  font-weight: 500;
  font-size: 2em;
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 > .elm2 {
  color: #909090;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  margin-left: 1em;
}
#main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box1.ani > .box1 {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1.ani > .box1 {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1.ani > .box1 {
    transform: translateY(1.5rem);
  }
}
#main.profile > .inner > .sec1 > .inner > .box1.ani > .box2 {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transition-delay: 0.7s;
  transform: translateX(3rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box1.ani > .box2 {
    transform: translateX(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1.ani > .box2 {
    transform: translateX(0) translateY(1.5rem);
  }
}
#main.profile > .inner > .sec1 > .inner > .box1.view > .box1 {
  opacity: 1;
  transform: translateY(0);
}
#main.profile > .inner > .sec1 > .inner > .box1.view > .box2 {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box1.view > .box2 {
    transform: translateY(0);
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 {
  margin-bottom: 3rem;
  height: auto;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 {
    width: 100%;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.68rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "RodinPro-M", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > .hdr1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > .hdr1 {
    font-size: 1.56rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst], #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst], #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst], #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type), #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type), #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type), #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.375rem;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
  font-family: "TsukuGoPr5-R", sans-serif;
  height: auto;
  width: 3em;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "TsukuGoPr5-R", sans-serif;
  width: calc(100% - 4em);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 > .lnk1, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 > .lnk1 {
  border-bottom: 0.1rem dotted #909090;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 > .lnk1.hov, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 > .lnk1.hov:hover, #main.profile > .inner > .sec1 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box3 {
  height: auto;
  width: 100%;
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.68rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "RodinPro-M", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .hdr1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .hdr1 {
    font-size: 1.56rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .par1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2 > .box3 > .par1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec1 > .inner > .box2.ani {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec1 > .inner > .box2.ani {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec1 > .inner > .box2.ani {
    transform: translateY(1.5rem);
  }
}
#main.profile > .inner > .sec1 > .inner > .box2.view {
  opacity: 1;
  transform: translateY(0);
}
#main.profile > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 {
    margin-bottom: 3rem;
  }
}
#main.profile > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner {
    padding: 0 1.5rem;
  }
}
#main.profile > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem 0rem;
  border-bottom: 0.1rem solid #b0b0b0;
  border-top: 0.1rem solid #b0b0b0;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box1 {
    padding: 2.25rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box1 {
    padding: 1.5rem 0rem;
  }
}
#main.profile > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.24rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "RodinPro-M", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 2.08rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.5;
  }
}
#main.profile > .inner > .sec2 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "TsukuGoPr5-R", sans-serif;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#main.profile > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "TsukuGoPr5-R", sans-serif;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst] {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst] {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
#main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 6em;
}
#main.profile > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: calc(100% - 7em);
}
#main.profile > .inner > .sec2.ani > .inner > [class^=box] {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(3rem);
}
@media screen and (max-width: 1199px) {
  #main.profile > .inner > .sec2.ani > .inner > [class^=box] {
    transform: translateY(2.25rem);
  }
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2.ani > .inner > [class^=box] {
    transform: translateY(1.5rem);
  }
}
#main.profile > .inner > .sec2.ani > .inner > [class^=box].box2 {
  transition-delay: 0.35s;
}
@media screen and (max-width: 767px) {
  #main.profile > .inner > .sec2.ani > .inner > [class^=box].box2 {
    transition-delay: 0s;
  }
}
#main.profile > .inner > .sec2.ani.view > .inner > [class^=box] {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=profile.css.map */
