.page-template-concept #content.l-content,
.page-template-concept #content.l-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-concept .-filter-glay>.c-filterLayer__img {
  object-position: right;
}
mark.under {
  background: linear-gradient(transparent 80%, #FFD66BE5 20%);
  font-weight: 700;
}
.concept-note.section-note { text-align: left; margin-bottom: 0;}
.concept-box { padding: 0 4%;}
.concept-item { display: flex; justify-content: space-between;}
.concept-box--reverse .concept-item { flex-direction: row-reverse;}
.concept-item-text { width: 55%; max-width: calc(95% - 400px);}
.concept-box--reverse .concept-item-text { max-width: calc(94% - 400px);}
.concept-item-title {
  color: var(--main);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}
.section-bg-main .concept-item-title { color: var(--white);}
.concept-item p { letter-spacing: 0.05em; font-size: 20px;}
.concept-item p + p{ margin-top: 1.5em;}
.concept-item-img { width: 45%; max-width: 400px;}
.concept-seitai { margin-top: 48px;}
.concept-seitai p { font-size: 24px; letter-spacing: 0;}
.concept-seitai-link { margin-top: 32px;}

@media (max-width: 959px) {
  .attend-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .concept-box { padding: 0;}
  .concept-item { display: block;}
  .concept-item-title { font-size: clamp(16px, 5vw, 20px);}
  .concept-item p { font-size: 16px; line-height: 1.8;}
  .concept-item-text, .concept-item-img,.concept-box--reverse .concept-item-text { width: 100%; max-width: 100%;}
  .concept-item-img { margin-top: 32px;}
  .concept-seitai p { font-size: 18px;}
  .plan-continue .small-text { font-size: 14px; text-align: center;}
}