@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*************************
変数設定
*************************/
.emalock-about {
  margin-top: 145px;
}
@media screen and (max-width: 1024px) {
  .emalock-about {
    margin-top: 60px;
  }
}
.emalock-about__heading {
  margin-top: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.16em;
  line-height: 1.34;
}
@media screen and (max-width: 1024px) {
  .emalock-about__heading {
    margin-top: 64px;
  }
}
.emalock-about__heading--ja {
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .emalock-about__heading--ja {
    font-size: 2.8rem;
  }
}
.emalock-about__heading--number {
  margin-top: 8px;
  color: #0764CD;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .emalock-about__heading--number {
    font-size: 1.6rem;
  }
}
.emalock-about__lead {
  margin-top: 77px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .emalock-about__lead {
    margin-top: 35px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
}
.emalock-about__lead::after {
  content: "";
  margin-top: 40px;
  display: block;
  width: 400px;
  height: 2px;
  background: #0764CD;
}
@media screen and (max-width: 1024px) {
  .emalock-about__lead::after {
    margin-top: 30px;
    width: 189px;
  }
}
.emalock-about__para {
  margin-top: 40px;
  padding: 0 100px;
  font-size: 1.9rem;
  line-height: 1.58;
  letter-spacing: 0.14em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .emalock-about__para {
    font-size: 1.6rem;
    padding: 0 4%;
  }
}
.emalock-about__row {
  margin-top: 75px;
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .emalock-about__row {
    margin-top: 60px;
    padding: 0;
    flex-direction: column-reverse;
  }
}
.emalock-about__row-txt {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .emalock-about__row-txt {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.emalock-about__row-ttl {
  width: 64%;
  padding-bottom: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  border-bottom: 2px solid #0764CD;
}
@media screen and (max-width: 1024px) {
  .emalock-about__row-ttl {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }
}
.emalock-about__row-para {
  margin-top: 40px;
  font-size: 1.9rem;
  line-height: 1.58;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  .emalock-about__row-para {
    margin-top: 45px;
    letter-spacing: 0.1em;
    line-height: 1.58;
    font-size: 1.6rem;
    padding: 0 4%;
  }
}
.emalock-about__row-photo {
  margin: 6% auto 0 auto;
  width: 80%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .emalock-about__row-photo {
    margin: 12% auto 0 auto;
    width: 82vw;
    height: auto;
    max-width: none;
  }
}
.emalock-about__recommend {
  margin-top: 75px;
  padding: 41px 100px 46px;
  border: 2px solid #0764CD;
  border-radius: 1px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .emalock-about__recommend {
    margin-top: 55px;
    padding: 40px 25px 50px;
    flex-direction: column;
  }
}
.emalock-about__recommend > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .emalock-about__recommend > * {
    width: 100%;
  }
}
.emalock-about__recommend-txt {
  margin-right: 60px;
}
.emalock-about__recommend-ttl {
  padding-bottom: 25px;
  border-bottom: 2px solid #0764CD;
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  line-height: 1.76;
  font-weight: bold;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  .emalock-about__recommend-ttl .only-smpc {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .emalock-about__recommend-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .emalock-about__recommend-ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .emalock-about__recommend-ttl .only-smpc {
    display: none;
  }
}
.emalock-about__recommend-para {
  margin-top: 25px;
  font-size: 1.9rem;
  line-height: 1.58;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .emalock-about__recommend-para {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .emalock-about__recommend-img {
    margin-top: 50px;
  }
}
.emalock-about__recommend-img img {
  object-fit: contain;
}

.emalock-plan {
  margin-top: 127px;
  padding: 145px 0 95px 0;
  background: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .emalock-plan {
    margin-top: 60px;
    padding: 40px 25px 90px;
  }
}
.emalock-plan > .cmn__inner {
  padding: 0 16%;
}
@media screen and (min-width: 1700px) {
  .emalock-plan > .cmn__inner {
    padding: 0 20%;
  }
}
@media screen and (max-width: 1024px) {
  .emalock-plan > .cmn__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .emalock-plan .lower-ttl--ja {
    font-size: 4rem;
  }
}
.emalock-plan__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__list {
    margin-top: 53px;
    gap: 70px;
  }
}
.emalock-plan__item {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__item {
    flex-direction: column;
    gap: 30px;
  }
}
.emalock-plan__item:nth-of-type(even) {
  flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__item:nth-of-type(even) {
    flex-direction: column;
    gap: 30px;
  }
}
.emalock-plan__item-txt {
  margin-top: 25px;
}
.emalock-plan__item-ttl {
  padding-bottom: 20px;
  border-bottom: 2px solid #0764CD;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  word-break: keep-all;
  font-weight: 600;
}
@media screen and (max-width: 599.98px) {
  .emalock-plan__item-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.emalock-plan__item-ttl span {
  margin-left: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__item-ttl span {
    margin-top: 10px;
    margin-left: 0;
    letter-spacing: 0.08em;
    font-size: 1.5rem;
  }
}
.emalock-plan__item-img {
  width: 555px;
  max-width: 100%;
}
.emalock-plan__item-img img {
  object-fit: contain;
}
.emalock-plan__item-para {
  margin-top: 35px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__item-para {
    margin-top: 40px;
  }
}
.emalock-plan__lower-list {
  margin-top: 20px;
}
.emalock-plan__lower-item {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.895;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .emalock-plan__lower-item {
    line-height: 1.895;
  }
}
.emalock-plan__lower-item span {
  color: #0764CD;
}

.emalock-material {
  margin-top: 163px;
}
@media screen and (max-width: 1024px) {
  .emalock-material {
    margin-top: 60px;
  }
}
.emalock-material > .cmn__inner {
  padding: 0 16%;
}
@media screen and (min-width: 1700px) {
  .emalock-material > .cmn__inner {
    padding: 0 20%;
  }
}
@media screen and (max-width: 1024px) {
  .emalock-material > .cmn__inner {
    padding: 0;
  }
}
.emalock-material__ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1024px) {
  .emalock-material__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.emalock-material__ttl::after {
  content: "";
  margin-top: 40px;
  display: block;
  width: 400px;
  height: 2px;
  background: #0764CD;
}
@media screen and (max-width: 1024px) {
  .emalock-material__ttl::after {
    width: 189px;
  }
}
.emalock-material__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .emalock-material__list {
    margin-top: 80px;
    padding: 0 25px;
    gap: 70px;
  }
}
.emalock-material__item {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .emalock-material__item {
    flex-direction: column;
    gap: 30px;
  }
}
.emalock-material__item:nth-of-type(even) {
  margin-right: 35px;
  flex-direction: row-reverse;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .emalock-material__item:nth-of-type(even) {
    margin-right: 0;
    flex-direction: column;
  }
}
.emalock-material__item-txt {
  margin-top: 25px;
  width: 545px;
}
@media screen and (max-width: 1024px) {
  .emalock-material__item-txt {
    margin-top: 0;
    width: 100%;
  }
}
.emalock-material__item-ttl {
  padding-bottom: 20px;
  border-bottom: 2px solid #0764CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .emalock-material__item-ttl {
    text-align: center;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 479px) {
  .emalock-material__item-ttl {
    white-space: initial;
  }
}
.emalock-material__item-ttl span {
  margin-top: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .emalock-material__item-ttl span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.emalock-material__item-img {
  width: 555px;
  max-width: 100%;
}
.emalock-material__item-img img {
  object-fit: contain;
}
.emalock-material__item-para {
  margin-top: 35px;
  font-size: 1.9rem;
  letter-spacing: 0.14em;
}
.emalock-material__item-point {
  margin-top: 20px;
  color: #0764CD;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.emalock-material__lower-list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .emalock-material__lower-list {
    margin-top: 40px;
  }
}
.emalock-material__lower-item {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.895;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .emalock-material__lower-item {
    line-height: 1.895;
  }
}
.emalock-material__lower-item span {
  color: #0764CD;
}

.emalock-architect {
  margin-top: 80px;
  background: #e8e8e8;
}
.emalock-architect__row {
  padding: 40px 100px;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .emalock-architect__row {
    padding: 60px 0;
    flex-direction: column;
    gap: 35px;
  }
}
.emalock-architect__txt {
  flex: 1;
}
.emalock-architect__ttl {
  padding-bottom: 8px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #0764CD;
}
@media screen and (max-width: 1024px) {
  .emalock-architect__ttl {
    font-style: 2.5rem;
    line-height: 1.16;
  }
}
.emalock-architect__para {
  margin-top: 16px;
  line-height: 1.25;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .emalock-architect__para {
    font-size: 1.7rem;
    letter-spacing: 0.005em;
  }
}
.emalock-architect__photo {
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .emalock-architect__photo {
    margin: 0 auto;
    width: 188px;
  }
}
.emalock-architect__photo img {
  object-fit: contain;
}

.emalock-committed {
  margin-bottom: 165px;
}
@media screen and (max-width: 1024px) {
  .emalock-committed {
    margin-bottom: 75px;
  }
}
.emalock-committed__bg {
  width: 100%;
  height: 815px;
  background: url(../img/emalock/commited-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__bg {
    height: 625px;
    background-image: url(../img/emalock/commited-bg_sp.jpg);
  }
}
.emalock-committed__row {
  margin-top: -280px;
  padding: 100px 100px 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__row {
    margin-top: -140px;
    padding: 16% 6%;
    flex-direction: column;
  }
}
.emalock-committed__btn {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__btn {
    margin-top: 45px;
  }
}
.emalock-committed__list {
  padding: 90px 100px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__list {
    padding: 25px 25px 0;
  }
}
.emalock-committed__item {
  padding: 70px 84px 76px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__item {
    padding: 40px 25px 63px;
  }
}
.emalock-committed__item:first-of-type {
  background: #0764CD;
}
.emalock-committed__item:last-of-type {
  background: #073972;
}
.emalock-committed__item-ttl {
  padding-bottom: 28px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.emalock-committed__item-ttl span {
  margin-right: 25px;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__item-ttl {
    font-size: 2.2rem;
  }
  .emalock-committed__item-ttl span {
    margin-right: 13px;
  }
}
.emalock-committed__item-para {
  margin-top: 28px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__item-para {
    letter-spacing: 0.075em;
    line-height: 1.37;
    font-size: 1.6rem;
  }
}
.emalock-committed__item-para span {
  font-size: 2.5rem;
  color: #f8de02;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__item-para span {
    font-size: 1.8rem;
  }
}
.emalock-committed__heading {
  margin: 60px 100px 0;
  padding: 0 60px 20px 0;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  border-bottom: 2px solid #0764CD;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__heading {
    font-size: 2rem;
    margin: 60px 0 0;
    padding: 0 0 35px 0;
    width: 100%;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.emalock-committed__heading span {
  margin-left: 30px;
  font-size: 1.9rem;
  letter-spacing: 0.24em;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__heading span {
    font-size: 1.6rem;
    display: block;
    margin-top: 6px;
    text-align: center;
    margin-left: 0;
  }
}
.emalock-committed__para {
  margin-top: 35px;
  padding: 0 100px;
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .emalock-committed__para {
    padding: 0;
    letter-spacing: 0.14em;
    line-height: 1.58;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=page-emalock.css.map */