.concept .concept-cnt-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* page common */
.wrap_breadcrumb {
  display: none;
}

.footer-codea {
  margin-top: 106px;
}

/* page common end */
.lower-cmn__ttl-en {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 12px;
  text-align: left;
}
.lower-cmn__sec {
  display: grid;
  grid-template-columns: 290px 877px;
  grid-template-rows: auto 1fr;
}
.lower-cmn__cnt-wrap {
  grid-row: span 2;
}

/*========================================
 concept
========================================*/
.concept {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #111;
  width: 1150px;
  margin: 105px auto 0;
}
.concept a {
  text-decoration: none;
  display: block;
}
.concept a:hover {
  color: #888;
  text-decoration: none;
  transition: 0.2s;
}
.concept img {
  width: 100%;
  height: auto;
}
.concept .pc_no {
  display: none;
}
.concept .concept-cnt-wrap .concept-cnt-col {
  width: 390px;
}
.concept .concept-cnt-wrap .concept-cnt-col .concept-headline {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 12px;
}
.concept .concept-cnt-wrap .concept-cnt-col .concept-txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */