@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
@media screen and (min-width: 768px) {
  /* clearfix */
  /* img */
  .post-content.post-content--kugayama img {
    border: 0px;
  }
  /* link */
  .post-content.post-content--kugayama a {
    color: #009;
    text-decoration: none;
  }
  .post-content.post-content--kugayama a:visited {
    color: #606;
  }
  .post-content.post-content--kugayama a:hover {
    color: #06c;
    text-decoration: underline;
  }
  /* list */
  .post-content.post-content--kugayama ul,
  .post-content.post-content--kugayama ol,
  .post-content.post-content--kugayama li {
    list-style: none;
  }
  /*----------------------
  			　layout
  -----------------------*/
  .post-content.post-content--kugayama .post-content__space-top--10 {
    margin-top: 10px;
  }
  .post-content.post-content--kugayama .post-content__space-top--20 {
    margin-top: 20px;
  }
  /* fontsize */
  /* list */
  /* wide */
  .post-content.post-content--kugayama {
    font-family: "Noto Sans", sans-serif;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    color: #333333;
  }
  .post-content.post-content--kugayama, .post-content.post-content--kugayama * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .post-content.post-content--kugayama {
    scroll-behavior: smooth;
  }
  .post-content.post-content--kugayama .school-name {
    background: #2295FF; /* 他プロダクト共通の水色に統一 */
    border-radius: 0 0 10px 0;
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
  }
  .post-content.post-content--kugayama .school-name p {
    flex: 1;
    display: inline;
    color: #fff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    font-size: 16px;
    margin-left: 3px;
  }
  .post-content.post-content--kugayama .day-block {
    font-size: 16px;
    text-align: right;
    padding: 0 5px;
    color: rgba(91, 80, 88, 0.5);
    margin: 0;
  }
  .post-content.post-content--kugayama .day-block time::after {
    content: "[PR]";
    display: inline-block;
    margin-left: 4px;
  }
  .post-content.post-content--kugayama .post-content__main-visual {
    margin-bottom: -10px;
  }
  .post-content.post-content--kugayama .post-content__main img {
    width: 100%;
  }
  /* lede post-content__section */
  .post-content.post-content--kugayama .post-content__intro {
    background: #003366;
    padding: 15px 0 16px;
  }
  .post-content.post-content--kugayama .post-content__intro p {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .post-content.post-content--kugayama .post-content__index {
    max-width: 768px;
    margin: 0 auto;
  }
  .post-content.post-content--kugayama .post-content__index-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #333;
  }
  .post-content.post-content--kugayama .post-content__index-link:hover {
    opacity: 0.8;
  }
  .post-content.post-content--kugayama .post-content__index-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .post-content.post-content--kugayama .post-content__index-list li {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 0;
  }
  .post-content.post-content--kugayama .post-content__index-list li div {
    min-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
  }
  .post-content.post-content--kugayama .post-content__index-list li svg {
    width: 18px;
    height: 18px;
  }
  .post-content.post-content--kugayama .post-content__eyebrow {
    color: #efa8b2;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 15px;
    font-style: italic;
    line-height: 25px;
  }
  .post-content.post-content--kugayama .post-content__intro .post-content__eyebrow {
    margin-bottom: 0;
  }
  .post-content.post-content--kugayama .post-content__index-list li p {
    font-size: 12px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 13px 0 10px;
    padding: 0;
    text-decoration: underline;
  }
  .post-content.post-content--kugayama .post-content__intro p {
    font-size: 14px;
    line-height: 1.75em;
  }
  /* sections */
  .post-content.post-content--kugayama .post-content__section {
    width: 100%;
    box-sizing: border-box;
  }
  /* header refine */
  .post-content.post-content--kugayama .post-content__section-header {
    position: relative;
    display: flex;
    align-items: center;
    background: #003366;
    padding: 25px 0;
    justify-content: space-between;
    margin: 22px 0 0;
    padding-left: 10px;
  }
  .post-content.post-content--kugayama .post-content__section-header::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #003366;
  }
  /* three dots on the left */
  .post-content.post-content--kugayama .post-content__section-header::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background: #dc4d71;
    border-radius: 50%;
    box-shadow: 0 -6px 0 #dc4d71, 0 6px 0 #dc4d71;
  }
  .post-content.post-content--kugayama .post-content__section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    margin: 0;
    text-align: center;
    color: #333333;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.02em;
    border-top: 1px solid #dc4d71;
    border-bottom: 1px solid #dc4d71;
    padding: 4px 0;
    padding-left: 15px;
    width: 95%;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .post-content.post-content--kugayama .post-content__section-title h2 {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .post-content.post-content--kugayama .post-content__section-title span {
    font-size: 18px;
  }
  .post-content.post-content--kugayama .post-content__section-header-icon {
    width: 26px;
    height: 26px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .post-content.post-content--kugayama .post-content__section-header-icon::before {
    display: none;
  }
  .post-content.post-content--kugayama .post-content__section-header-icon svg {
    width: 18px;
    filter: invert(1);
  }
  .post-content.post-content--kugayama .post-content__section-content {
    margin-top: 0;
    padding: 15px;
    background: #f9d9e2;
    font-size: 14px;
  }
  .post-content.post-content--kugayama .post-content__section-content > * + * {
    margin-top: 20px;
  }
  .post-content.post-content--kugayama .post-content__section-content p {
    margin: 0;
  }
  .post-content.post-content--kugayama .post-content__section-content p,
  .post-content.post-content--kugayama .post-content__answer-body,
  .post-content.post-content--kugayama .post-content__answer-text,
  .post-content.post-content--kugayama .post-content__question {
    font-size: 14px;
    line-height: 25px;
  }
  /* Normalize the two spacing modifiers used by this article. */
  .post-content.post-content--kugayama .post-content__section-content .post-content__space-top--10,
  .post-content.post-content--kugayama .post-content__section-content .post-content__space-top--20 { margin-top: 20px; }
  /* media placeholder */
  .post-content.post-content--kugayama .post-content__media {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .post-content.post-content--kugayama .post-content__media-caption {
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    min-height: 30px;
    height: auto;
    padding: 6px 8px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .post-content.post-content--kugayama .post-content__media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* QA */
  .post-content.post-content--kugayama .post-content__qa {
    padding: 0;
  }
  .post-content.post-content--kugayama .post-content__question {
    font-weight: 500;
    font-size: 14px;
  line-height: 25px;
    color: #333;
  position: relative;
  padding-left: 35px;
  }
  /* accent questions in post-content__section 03 */
  .post-content.post-content--kugayama #pc-kugayama-cnt03 .post-content__question {
    color: #003b77;
    font-weight: 700;
  }
.post-content.post-content--kugayama .post-content__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px; /* 1行目に揃える（中央揃えではなく上揃え） */
  transform: none;
  width: 30px;
  height: 1px;
  background: currentColor;
}
  .post-content.post-content--kugayama .post-content__answer {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    margin-top: 10px;
  }
  .post-content.post-content--kugayama .post-content__answer-avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 94px;
    object-fit: cover;
    object-position: center;
  }
  .post-content.post-content--kugayama .post-content__answer-body {
    font-size: 16px;
    line-height: 25px;
    color: #333;
  }
  .post-content.post-content--kugayama .post-content__answer-text {
    margin: 0 0 10px;
  }
  .post-content.post-content--kugayama .post-content__answer-text span {
    font-weight: 700;
    font-size: 11px;
  }
  /* lead */
  .post-content.post-content--kugayama .post-content__button-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  /* button */
  .post-content.post-content--kugayama .post-content__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #6aa682;
    border-radius: 10px;
    background: #a8d5ba;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    width: 230px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    text-decoration: none;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
    animation: none;
  }
  .post-content.post-content--kugayama .post-content__button:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .post-content.post-content--kugayama .post-content__button--wide {
    width: 246px;
  }
  .post-content.post-content--kugayama .post-content__button a {
    text-decoration: none;
  }
  .post-content.post-content--kugayama .post-content__button-text {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    width: 180px;
    text-align: center;
  }
  .post-content.post-content--kugayama .post-content__button-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0f5f0;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .post-content.post-content--kugayama .post-content__button-icon svg {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* events */
  .post-content.post-content--kugayama .post-content__events {
    background: #efa8b2;
    padding: 50px 15px 25px;
  }
  .post-content.post-content--kugayama .post-content__events-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 12px;
    text-align: left;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
  }
  .post-content.post-content--kugayama .post-content__events-group {
    display: grid;
    grid-template-columns: 1fr;
  }
  .post-content.post-content--kugayama .post-content__events-item-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
  }
  .post-content.post-content--kugayama .post-content__events-list {
    padding-left: 0;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
  }
  .post-content.post-content--kugayama .post-content__events-divider {
    height: 1px;
    background: #333;
    margin: 10px 0 14px;
  }
  /* footer */
  .post-content.post-content--kugayama footer {
    color: rgba(96, 85, 92, 0.5);
    padding: 15px;
    background: #f9d9e2;
  }
  .post-content.post-content--kugayama .post-content__footer-text {
    margin: 0;
    font-size: 12px;
    text-align: right;
    color: rgba(96, 85, 92, 0.5);
  }
  .post-content.post-content--kugayama .post-content__space-top--30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .post-content.post-content--kugayama .school-name {
    border-radius: 0 10px 10px 0;
  }
}

/* 2026-07 client feedback: align the desktop scale with recent feature pages. */
@media screen and (min-width: 768px) {
  .post-content.post-content--kugayama .post-content__main {
    font-size: 16px;
    line-height: 1.8;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__hero {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__intro p,
  .post-content.post-content--kugayama .post-content__main .post-content__section-content,
  .post-content.post-content--kugayama .post-content__main .post-content__section-content p,
  .post-content.post-content--kugayama .post-content__main .post-content__answer-body,
  .post-content.post-content--kugayama .post-content__main .post-content__answer-text,
  .post-content.post-content--kugayama .post-content__main .post-content__question,
  .post-content.post-content--kugayama .post-content__main .post-content__profile-description,
  .post-content.post-content--kugayama .post-content__main .post-content__events-item-title,
  .post-content.post-content--kugayama .post-content__main .post-content__events-list,
  .post-content.post-content--kugayama .post-content__main .post-content__section-content--closing .post-content__closing-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__index-list li p {
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__index-link:hover,
  .post-content.post-content--kugayama .post-content__main .post-content__index-link:hover p {
    text-decoration: none;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__section-title h2,
  .post-content.post-content--kugayama .post-content__main .post-content__section-title span,
  .post-content.post-content--kugayama .post-content__main .post-content__events-title {
    font-size: 24px;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__profile-name,
  .post-content.post-content--kugayama .post-content__main .post-content__events-category-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__answer-text span {
    font-size: 14px;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__button,
  .post-content.post-content--kugayama .post-content__main .post-content__button--wide,
  .post-content.post-content--kugayama .post-content__main .post-content__events .post-content__button--wide {
    width: 320px;
    height: 61px;
    padding: 16px 10px;
    font-size: 16px;
  }

  .post-content.post-content--kugayama .post-content__main .post-content__button-text {
    font-size: 16px;
  }
}
