article img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article img.bg {
    width: auto;
  }
}
article header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}
article header h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 4px;
  }
}

h3 {
  width: auto;
}
@media screen and (max-width: 768px) {
  h3 {
    width: 100%;
  }
}

p {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  p {
    width: 100%;
  }
}

ul {
  width: auto;
}
@media screen and (max-width: 768px) {
  ul {
    width: 100%;
  }
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    margin-top: 72px;
  }
}
article#titleTop section {
  display: flex;
  min-height: 400px;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#titleTop section {
    min-height: 300px;
    padding: 40px 20px;
  }
}
article#titleTop section div.wrap {
  color: #fff;
  width: 100%;
  padding-top: 40px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#titleTop section div.wrap {
    padding: 0;
    width: 100%;
  }
}
article#titleTop section div.wrap h1.masthead {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#titleTop section div.wrap h1.masthead {
    width: auto;
    font-size: 4.2rem;
  }
}
article#titleTop section div.wrap p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#titleTop section div.wrap p {
    width: auto;
  }
}
article#titleTop section img {
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
}/*# sourceMappingURL=common.css.map */