/* ===============================================================================
Module
=============================================================================== */
/* inner module 
========================= */
/* m-inner-1 */
.m-inner-1 {
  max-width: 880px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-inner-1 {
    padding: 0 10px;
  }
}

/* hedinag module 
========================= */
/* m-heading-1 */
.m-heading-1 {
  text-align: center;
}
.m-heading-1__main {
  display: inline-block;
  color: #cfc8a0;
  font-size: 4rem;
  line-height: 1;
  font-family: "CircularPro-Black";
  border-bottom: solid 2px #cfc8a0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .m-heading-1__main {
    font-size: 2rem;
    border-bottom: solid 1px #cfc8a0;
    padding-bottom: 5px;
  }
}

/* m-heading-2 */
.m-heading-2 {
  font-size: 2.8rem;
  line-height: 1.61;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m-heading-2 {
    font-size: 1.8rem;
    line-height: 1.59;
    letter-spacing: 0.1em;
  }
  .m-heading-2.m-heading-2_type-2 {
    font-size: 2rem;
    line-height: 1.58;
  }
}
@media screen and (max-width: 374px) {
  .m-heading-2.m-heading-2_type-2 {
    font-size: 1.8rem;
    line-height: 1.59;
  }
}

/* text module 
========================= */
/* m-txt-1 */
.m-txt-1 {
  font-size: 1.8rem;
  line-height: 1.95;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m-txt-1 {
    font-size: 1.15rem;
    line-height: 1.92;
  }
}