@charset "UTF-8";
/* 
==================================================
セクションタイトル
==================================================
*/
.m_sectiontitle {
  position: relative;
}
.m_sectiontitle .outer {
  width: 1300px;
  position: relative;
  width: 100%;
}
.m_sectiontitle .outer .inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.m_sectiontitle .outer .inner .txt {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}
.m_sectiontitle .col {
  display: flex;
  align-items: center;
  gap: 40px;
}
.m_sectiontitle .col .box {
  position: relative;
  display: block;
  width: calc(50% - 100px);
  height: 94px;
  z-index: 0;
}
.m_sectiontitle .col .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 256px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
.m_sectiontitle .col .jpn {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  /* 
  ==================================================
  セクションタイトル
  ==================================================
  */
  .m_sectiontitle .outer {
    width: 100%;
  }
  .m_sectiontitle .outer .inner {
    position: absolute;
    z-index: 2;
    top: -23px;
    left: 0;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .m_sectiontitle .outer .inner .txt {
    font-size: 2.4rem;
  }
  .m_sectiontitle .col {
    display: block;
    align-items: center;
    gap: 40px;
  }
  .m_sectiontitle .col .box {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    height: 48px;
  }
  .m_sectiontitle .col .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 256px;
    height: 1px;
    transform: translateY(-50%);
  }
  .m_sectiontitle .col .jpn {
    padding-left: 24px;
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=module.css.map */