/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 85px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.sec01 .wrap {
  position: relative;
  z-index: 1;
}
.sec01 .ttl {
  font-family: "shippori-mincho", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .ttl {
    font-size: 18px;
  }
}
.sec01 .ttl span {
  font-size: 36px;
}
@media screen and (max-width: 1080px) {
  .sec01 .ttl span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .ttl span {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .ttl span {
    font-size: 22px;
  }
}
.sec01 .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 35px;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txt {
    font-size: 12px;
  }
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.sec02 .wrap {
  border-top: 1px solid #3e3e3e;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 850px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap {
    margin-top: 25px;
  }
}
.sec02 .wrap .item {
  align-items: baseline;
  border-bottom: 1px solid #3e3e3e;
  display: flex;
  padding-bottom: 13px;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .item {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
.sec02 .wrap .item p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .item p {
    font-size: 14px;
    line-height: 1.96;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .wrap .item p {
    font-size: 12px;
  }
}
.sec02 .wrap .item p:nth-of-type(1) {
  flex-shrink: 0;
  padding-left: 10px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap .item p:nth-of-type(1) {
    padding-left: 5px;
    width: 85px;
  }
}
.sec02 .wrap .item p:nth-of-type(2) {
  width: 100%;
}

body:not(.on) .sec01 > .bg {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
body:not(.on) .sec02 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec02 > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .sec01 {
  position: relative;
}
body.on .sec01 > .bg {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 {
  position: relative;
}
body.on .sec02 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/profile.css.map */