@charset "UTF-8";

/* Open Campus Report PC 共通スタイル (≥706px / SP は nrw_ocreport.css) */
:root {
  --ocreport-bg-image: url(../img/ocreport_bg.png); /* .ocReport の縦リピート背景 */
  --screen-sm: 705;                                  /* SP 縮小基準幅 (calc 分母) */
  --font-family-zen: 'Zen Kaku Gothic New', sans-serif;
  --font-family-abhaya: 'Abhaya Libre ExtraBold', sans-serif; /* 英数 OC REPORT 等の装飾 */
  --font-family-biz-ud: 'BIZ UDGothic', 'Meiryo', sans-serif; /* タイムライン時刻バッジ */
  --font-family-maru: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  --font-family-noto: 'Noto Sans JP', sans-serif;
}

/* .ocReport / .ocReportInner: ページ全体の外枠と中央寄せコンテンツ幅 */
#contents .ocReport {
  position: relative;
  width: min(100%, 100vw);
  max-width: 1040px;
  margin: 0 auto;
  padding: 55px 0 90px;
  background-image: var(--ocreport-bg-image);
  background-attachment: fixed;
  background-size: 1040px auto;
  background-position: top center;
  background-repeat: repeat-y;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.1px;
}

#contents .ocReportInner {
  position: relative;
  z-index: 1;
  /* width: 710px; */
  width: 750px;
  margin: 0 auto;
}

/* .ocReportLead*: ページ冒頭のリード部 (キャラクター・コピー・矢印・見出し) */
#contents .ocReportLead {
  text-align: center;
}

#contents .ocReportLeadTitle {
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 24px;
}

#contents .ocReportLeadIntro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

#contents .ocReportLeadCharacter {
  flex: 0 0 calc((100% - 35px) / 2);
  width: calc((100% - 35px) / 2);
}

#contents .ocReportLeadCharacterImage {
  display: block;
  width: min(280px, calc(280 / var(--screen-sm) * 100vw));
  object-fit: contain;
  aspect-ratio: 12 / 11;
}

#contents .ocReportLeadCopy {
  flex: 0 0 calc((100% + 14px) / 2);
  width: calc((100% + 14px) / 2);
  text-align: left;
}

#contents .ocReportLeadCopy p {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

#contents .ocReportLeadCopy p span {
  background: linear-gradient(transparent 60%, #fff352 60%);
}

#contents .ocReportLeadArrow {
  margin-top: 28px;
  text-align: center;
}

#contents .ocReportLeadArrow span {
  display: block;
  margin: 0 auto;
  border-radius: 1px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: none;
}

#contents .ocReportLeadArrow span:first-child {
  width: 250px;
  height: 61px;
  margin: 10px auto 0;
  background: rgba(255, 243, 82, 0.4);
}

#contents .ocReportLeadArrow span + span {
  width: 364px;
  height: 88px;
  background: #fff352;
  margin-top: 10px;
}

#contents .ocReportLeadSub {
  margin: 40px 0 0;
  padding-bottom: 0;
  color: #9c73a8;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.4;
  font-family: var(--font-family-noto);
}

#contents .ocReportLeadSub .ocReportLeadSubSpan {
  vertical-align: sub;
}

#contents .ocReportLeadMain {
  margin: 0 auto;
  color: #9c73a8;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: var(--font-family-noto);
}

#contents .ocReportLeadLabel {
  position: relative;
  display: inline-block;
  margin: 34px 0 0;
  padding: 10px 34px;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-family-noto);
  background-image: url(../img/ocreport_lead_label_bg.png);
  width: 100%;
}

#contents .ocReportLeadLabel::before,
#contents .ocReportLeadLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #C4C4C4;
}

#contents .ocReportLeadLabel::before {
  left: 12px;
}

#contents .ocReportLeadLabel::after {
  right: 12px;
}
#contents .ocReportLeadLabelSpan {
  position: relative;
}
#contents .ocReportLeadLabelSpan::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ocreport_lead_label_before.png);
  width: min(19px, calc(19 / var(--screen-sm) * 100vw));
  height: min(25px, calc(25 / var(--screen-sm) * 100vw));
  margin-top: min(4px, calc(4 / var(--screen-sm) * 100vw));
  margin-right: min(8px, calc(8 / var(--screen-sm) * 100vw));
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#contents .ocReportLeadLabelSpan::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ocreport_lead_label_after.png);
  width: min(19px, calc(19 / var(--screen-sm) * 100vw));
  height: min(25px, calc(25 / var(--screen-sm) * 100vw));
  margin-top: min(4px, calc(4 / var(--screen-sm) * 100vw));
  margin-left: min(8px, calc(8 / var(--screen-sm) * 100vw));
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* .ocReportCard*: 4校分のカード (even/odd で紫/緑。.article-title を上書き) */
#contents .ocReportCards {
  margin-top: 52px;
}

#contents.col1 .ocReportCards article.ocReportCard {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  border-top: 0;
}

#contents .ocReportCard + .ocReportCard {
  margin-top: 42px;
}

#contents .ocReportCardHeader {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #caaecf;
}

#contents .ocReportCard:nth-child(even) .ocReportCardHeader {
  border-bottom-color: #acc48d;
}

#contents .ocReportCardTitle {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #9c73a8;
  font-family: var(--font-family-noto);
}

#contents .ocReportCard:nth-child(even) .ocReportCardTitle {
  color: #7aac54;
}

#contents .ocReportCardMeta {
  margin: 4px 0 0;
  font-size: min(30px, calc(30 / var(--screen-sm) * 100vw));
  font-weight: 900;
  line-height: 1.25;
  color: #9c73a8;
  padding-bottom: 0;
  font-family: var(--font-family-noto);
}

#contents .ocReportCard:nth-child(even) .ocReportCardMeta {
  color: #7aac54;
}

#contents .ocReportCardBody {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

#contents .ocReportCardPhotoWrap {
  flex: 0 0 275px;
}

#contents .ocReportCardPhoto {
  display: block;
  width: 100%;
  height: 275px;
  object-fit: cover;
}

#contents .ocReportCardTextWrap {
  flex: 1 1 auto;
  margin-top: auto;
}

#contents .ocReportCardText {
  margin: 14px 0 28px;
  font-size: min(28px, calc(28 / var(--screen-sm) * 100vw));
  font-weight: 900;
  line-height: 1.45;
  font-family: var(--font-family-noto);
}

#contents .ocReportCardToggle.article-title {
  position: relative;
  width: 380px;
  margin: 0;
  padding: 28px 72px 28px 30px;
  font-family: var(--font-family-noto);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 100px;
  background: #9c73a8;
  cursor: pointer;
}

#contents .ocReportCardTextSpan {
  color: #09D6FF;
}
#contents .ocReportCardToggleLabel {
  font-family: var(--font-family-noto);
  font-weight: 900;
  font-size: min(32px, calc(32 / var(--screen-sm) * 100vw));
}
#contents .ocReportCard:nth-child(even) .ocReportCardToggle.article-title {
  background: #7aac54;
}

#contents .ocReportCardToggle.article-title:hover {
  opacity: 0.85;
}

#contents .ocReportCardToggle.article-title::after {
  content: none;
}

#contents .ocReportCardToggleArrow {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

#contents .ocReportCardToggleArrow::before {
  content: "\25BC";
  display: block;
  font-size: 28px;
  line-height: 1;
}

#contents .ocReportCardToggle.open .ocReportCardToggleArrow::before {
  content: "\25B2";
}

/* .ocReportAccordion: 開閉コンテナ (JS制御。城西・玉川は上余白を拡張) */
#contents .ocReportAccordion {
  margin-top: 15px;
  padding: 0;
}
#contents .ocReportCard[data-school="josai"]  .ocReportAccordion,
#contents .ocReportCard[data-school="tamagawa"]  .ocReportAccordion {
  margin-top: 45px;
}

/* .ocReportAttention: 青枠の注目ポイントブロック (城西・玉川でアイコン突出) */
#contents .ocReportAttention {
  margin-top: 15px;
}

/* .ocReportDetailWrap: 詳細エリア外枠 (タイムライン/日程/CTA を内包、背景画像) */
#contents .ocReportDetailWrap {
  margin-top: 15px;
  padding: 36px 28px 42px;
  background: #fffceb;
  background-image: url(../img/ocreport_detail_bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;

}

#contents .ocReportAttention .ocReportAttentionHead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 5px 24px 0 0;
  background: #10a2ff;
}

#contents .ocReportAttention .ocReportAttentionIcon  {
  display: inline-block;
  vertical-align: top;
  flex-basis: 71px;
  width: 71px;
  height: 71px;
  margin: -33px 0 0 10px;
}

#contents .ocReportCard:nth-child(even) .ocReportAttentionTitle {
  color: #7aac54;
}

#contents .ocreportAttentionTxtSmall {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

#contents .ocReportAttentionNote::before,
#contents .ocReportAttentionNote::after {
  content: "\25BC";
  display: inline-block;
}

#contents .ocReportAttentionNote::before {
  margin-right: 0.35em;
}

#contents .ocReportAttentionNote::after {
  margin-left: 0.35em;
}

#contents .ocReportAttentionTitleImage {
  display: block;
  width: 100%;
  height: auto;
}

#contents .ocReportCard[data-school="josai"] .ocReportAttention,
#contents .ocReportCard[data-school="tamagawa"] .ocReportAttention {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#contents .ocReportCard[data-school="josai"] .ocReportAttention .ocReportAttentionHead {
  width: 381px;
  height: 49px;
}
#contents .ocReportCard[data-school="tamagawa"] .ocReportAttention .ocReportAttentionHead {
  width: 325px;
  height: 49px;
}

#contents .ocReportAttention .ocReportAttentionTitle {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 1px;
  width: auto;
  height: 38px;
}

#contents .ocReportAttentionText {
  margin: 0;
  padding: 29px 24px 18px;
  border: 2px solid #10a2ff;
  background: #ffffff;
  font-feature-settings: "halt" on;
}

#contents .ocReportAttentionText .ocReportAttentionTextSpan {
	background: linear-gradient(transparent 60%, #fff352 60%);
	font-family: var(--font-family-noto);
	font-weight: 700;
}

#contents .ocReportAttentionText .ocReportAttentionTxtBig {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

#contents .ocReportAttention .ocReportAttentionNote {
  margin: 0;
  padding: 8px 16px;
  background: #10a2ff;
  color: #ffffff;
  font-size: min(22px, calc(22 / var(--screen-sm) * 100vw));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "halt" on;
}

/* .ocReportNote: 麗澤の「ここも注目」ブロック (紫枠+写真+本文、上端バッジ重ね) */
#contents .ocReportNote {
  width: min(600px, calc(600 / var(--screen-sm) * 100vw));
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  padding-top: 35px; /* バッジ上部が突き出すぶんの余白 */
}

#contents .ocReportNoteBadge {
  position: absolute;
  top: 3%;
  left: 5%;
  width: min(265px, calc(265 / var(--screen-sm) * 100vw));
  height: auto;
  z-index: 2;
}

#contents .ocReportNoteBody {
  display: flex;
  align-items: flex-start;
  gap: min(25px, calc(25 / var(--screen-sm) * 100vw));
  padding: min(60px, calc(60 / var(--screen-sm) * 100vw)) min(30px, calc(30 / var(--screen-sm) * 100vw)) min(25px, calc(25 / var(--screen-sm) * 100vw));
  background: #EEECF4;
  border: 1px solid #5F478C;
  border-radius: min(20px, calc(20 / var(--screen-sm) * 100vw));
}

#contents .ocReportNoteMedia {
  flex: 0 0 min(220px, calc(220 / var(--screen-sm) * 100vw));
}

#contents .ocReportNoteMedia img {
  display: block;
  width: calc((220 / var(--screen-sm) * 100vw));
  height: auto;
}

#contents .ocReportNoteText {
  flex: 1 1 auto;
  margin: 0;
  color: #000;
  font-family: var(--font-family-maru);
  font-size: min(18px, calc(18 / var(--screen-sm) * 100vw));
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  font-feature-settings: "halt" on;
}

/* .ocReportDetailHeader / .ocReportDetailTitle: 背景画像+中央配置の大学名ヘッダ */
#contents .ocReportDetailHeader {
  position: relative;
  min-height: min(118px, calc(118 / var(--screen-sm) * 100vw));
  padding: min(12px, calc(12 / var(--screen-sm) * 100vw)) min(20px, calc(20 / var(--screen-sm) * 100vw)) 0;
  text-align: center;
  border: 0;
  background: url(../img/ocreport_detail_header.png) no-repeat center top;
  background-size: 100% auto;
}

#contents .ocReportDetailTitle {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  font-size: min(42px, calc(42 / var(--screen-sm) * 100vw));
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  transform: translate(-50%, -50%);
  font-family: var(--font-family-noto);
}

/* .ocReportTimeline: 当日行動ログの2カラム (row-reverse で視覚並び、::before で中央線) */
/* .ocReportTimelineItem: 1枚PNG+--timeline-text-*変数で位置制御の説明テキスト */
#contents .ocReportTimeline {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}

#contents .ocReportTimeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  margin-left: 0;
  background: #5f478c;
}
#contents .ocReportTimelineItem {
  position: relative;
  margin-top: min(25px, calc(25 / var(--screen-sm) * 100vw));
}
#contents .ocReportTimelineItemListRight,
#contents .ocReportTimelineItemListLeft {
  width: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* .ocReportTimelineItemList*: PNGドットを中央縦線に揃える左右非対称 translateX 調整 */
#contents .ocReportTimelineItemListRight {
  transform: translateX(-7px);
}
#contents .ocReportTimelineItemListLeft {
  transform: translateX(9px);
}

#contents .ocReportTimelineText,
#contents .ocReportTimelineAttention {
  margin: 0;
  color: #000;
  font-family: var(--font-family-noto);
  font-size: min(11.5px, calc(11.5 / var(--screen-sm) * 100vw));
  font-weight: 400;
  line-height: 1.15;
  text-align: justify;
  font-feature-settings: "halt" on;
}

#contents .ocReportTimelineImage {
  display: block;
  width: 100%;
  height: auto;
}

/* .ocReportTimelineItem .ocReportTimelineText: PNG 上の余白に絶対配置 */
#contents .ocReportTimelineItem .ocReportTimelineText {
  position: absolute;
  top: var(--timeline-text-top, 0);
  width: var(--timeline-text-width, auto);
  left: var(--timeline-text-left, 0);
}

/* 城西国際大学 */
/* 1 アイテム目: 9:10 受付 */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem01 .ocReportTimelineText {
  --timeline-text-top: 25%;
  --timeline-text-left: 20%;
  --timeline-text-width: 39%;
}
/* 2 アイテム目: 10:00 オープンキャンパススタート! */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem02 .ocReportTimelineText {
  --timeline-text-top: 49%;
  --timeline-text-left: 6%;
  --timeline-text-width: 43%;
}
/* 3 アイテム目: 12:00 無料学食ランチで大学生気分を先取り! */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem03 .ocReportTimelineText {
  --timeline-text-top: 44%;
  --timeline-text-left: 20%;
  --timeline-text-width: 32%;
}
/* 4 アイテム目: 13:00 模擬授業で本物の大学授業を体験! */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem04 .ocReportTimelineText {
  --timeline-text-top: 32%;
  --timeline-text-left: 7%;
  --timeline-text-width: 70%;
}
/* 5 アイテム目: 14:00 個別相談会で先生＆先輩に直接相談! */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem05 .ocReportTimelineText {
  --timeline-text-top: 32%;
  --timeline-text-left: 24%;
  --timeline-text-width: 70%;
}
/* 6 アイテム目: 15:00 入試説明会で入試のポイントが丸わかり! */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem06 .ocReportTimelineText {
  --timeline-text-top: 46%;
  --timeline-text-left: 7%;
  --timeline-text-width: 42%;
}
/* 7 アイテム目: 16:00 OC終了！ 振り返りメモをまとめる */
#contents .ocReportCard[data-school="josai"] .ocReportTimelineItem.ocReportTimelineItem07 .ocReportTimelineText {
  --timeline-text-top: 59%;
  --timeline-text-left: 6%;
  --timeline-text-width: 71%;
}

/* 麗澤大学 */
/* 1 アイテム目: 9:45 到着 */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem01 .ocReportTimelineText {
  --timeline-text-top: 22%;
  --timeline-text-left: 22%;
  --timeline-text-width: 29%;
}
/* 2 アイテム目: 10:00 聞いて納得!大学＆入試の話 */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem02 .ocReportTimelineText {
  --timeline-text-top: 52%;
  --timeline-text-left: 5%;
  --timeline-text-width: 41%;
}
/* 2 アイテム目: ※開催日によって時間が異なります。 */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem02 .ocReportTimelineAttention {
  position: absolute;
  top: var(--timeline-text-top, -2%);
  width: var(--timeline-text-width, auto);
  left: var(--timeline-text-left, 27%);
}
/* 3 アイテム目: 10:50 先輩とぐるっとキャンパス巡り */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem03 .ocReportTimelineText {
  --timeline-text-top: 34%;
  --timeline-text-left: 5%;
  --timeline-text-width: 33%;
}
/* 4 アイテム目: 11:40 学びを知る!学部紹介 */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem04 .ocReportTimelineText {
  --timeline-text-top: 64%;
  --timeline-text-left: 22%;
  --timeline-text-width: 70%;
}
/* 5 アイテム目: 12:30 話してわかる!学部ブース */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem05 .ocReportTimelineText {
  --timeline-text-top: 54%;
  --timeline-text-left: 22%;
  --timeline-text-width: 70%;
}
/* 6 アイテム目: 13:00 お楽しみ!学食タイム */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem06 .ocReportTimelineText {
  --timeline-text-top: 15%;
  --timeline-text-left: 5%;
  --timeline-text-width: 70%;
}
/* 7 アイテム目: 14:00 終了! */
#contents .ocReportCard[data-school="reitaku"] .ocReportTimelineItem.ocReportTimelineItem07 .ocReportTimelineText {
  --timeline-text-top: 44%;
  --timeline-text-left: 23%;
  --timeline-text-width: 41%;
}

/* 大正大学 */
/* 1 アイテム目: 9:45 到着&受付 */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem01 .ocReportTimelineText {
  --timeline-text-top: 40%;
  --timeline-text-left: 23%;
  --timeline-text-width: 60%;
}
/* 2 アイテム目: 10:00 まずはガイダンスへ */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem02 .ocReportTimelineText {
  --timeline-text-top: 16%;
  --timeline-text-left: 6%;
  --timeline-text-width: 60%;
}
/* 3 アイテム目: 11:00 入試の疑問点が解決！ */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem03 .ocReportTimelineText {
  --timeline-text-top: 51%;
  --timeline-text-left: 23%;
  --timeline-text-width: 45%;
}
/* 4 アイテム目: 12:00 カフェでランチ */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem04 .ocReportTimelineText {
  --timeline-text-top: 21%;
  --timeline-text-left: 8%;
  --timeline-text-width: 38%;
}
/* 5 アイテム目: 13:00 ぐるっとキャンパスツアー */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem05 .ocReportTimelineText {
  --timeline-text-top: 26%;
  --timeline-text-left: 23%;
  --timeline-text-width: 70%;
}
/* 6 アイテム目: 13:40 学科別プログラムを体験 */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem06 .ocReportTimelineText {
  --timeline-text-top: 23%;
  --timeline-text-left: 7%;
  --timeline-text-width: 67%;
}
/* 7 アイテム目: 14:30 終了! */
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem07 {
  margin-top: min(50px, calc(50 / var(--screen-sm) * 100vw));
}
#contents .ocReportCard[data-school="taisho"] .ocReportTimelineItem.ocReportTimelineItem07 .ocReportTimelineText {
  --timeline-text-top: 34%;
  --timeline-text-left: 23%;
  --timeline-text-width: 34%;
}

/* 玉川大学 */
/* 1 アイテム目: 9:30 キャンパス到着 */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem01 .ocReportTimelineText {
  --timeline-text-top: 47%;
  --timeline-text-left: 23%;
  --timeline-text-width: 43%;
}
/* 2 アイテム目: 10:00 学長の話で大学の魅力を知る */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem02 .ocReportTimelineText {
  --timeline-text-top: 37%;
  --timeline-text-left: 49%;
  --timeline-text-width: 31%;
}
/* 3 アイテム目: 11:00 リベラルアーツの学びを深掘り! */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem03 .ocReportTimelineText {
  --timeline-text-top: 57%;
  --timeline-text-left: 23%;
  --timeline-text-width: 68%;
}
/* 4 アイテム目: 12:00 個別進学相談・入試相談で不安を解消! */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem04 .ocReportTimelineText {
  --timeline-text-top: 36%;
  --timeline-text-left: 8%;
  --timeline-text-width: 64%;
}
/* 5 アイテム目: 12:30 ランチ体験 */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem05 .ocReportTimelineText {
  --timeline-text-top: 24%;
  --timeline-text-left: 23%;
  --timeline-text-width: 67%;
}
/* 6 アイテム目: 13:00 最新の入試情報をチェック! */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem06 .ocReportTimelineText {
  --timeline-text-top: 27%;
  --timeline-text-left: 7%;
  --timeline-text-width: 71%;
}
/* 7 アイテム目: 14:00 特別講義で玉川大学ならではの研究に触れる! */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem07 .ocReportTimelineText {
  --timeline-text-top: 54%;
  --timeline-text-left: 25%;
  --timeline-text-width: 65%;
}
/* 8 アイテム目: 15:00 終了！ 振り返りを整理して次へ */
#contents .ocReportCard[data-school="tamagawa"] .ocReportTimelineItem.ocReportTimelineItem08 .ocReportTimelineText {
  --timeline-text-top: 64%;
  --timeline-text-left: 7%;
  --timeline-text-width: 66%;
}

/* .ocReportSchedule: 開催日程ブロック (背景画像 Body に Badge/Columns/Note を absolute 配置) */
#contents .ocReportSchedule {
  position: relative;
  width: min(325px, calc(325 / var(--screen-sm) * 100vw));
  margin: min(25px, calc(25 / var(--screen-sm) * 100vw)) auto 0 min(35px, calc(35 / var(--screen-sm) * 100vw));
  background: transparent;
}
#contents .ocReportCard[data-school="josai"] .ocReportSchedule {
  margin-top: min(80px, calc(80 / var(--screen-sm) * 100vw));
}

/* .ocReportScheduleBadge: Body 右上に重ねる円バッジ (背景画像、--badge-offset-*で位置調整) */
#contents .ocReportSchedule .ocReportScheduleBadge {
  position: absolute;
  top: var(--badge-offset-top, -4%);
  right: var(--badge-offset-right, -3%);
  z-index: 1;
  width: min(100px, calc(100 / var(--screen-sm) * 100vw));
  aspect-ratio: 1 / 1;
  background-image: url(../img/ocreport_schedule_badge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#contents .ocReportCard[data-school="josai"] .ocReportSchedule .ocReportScheduleBadge {
  top: var(--badge-offset-top, -26%);
  right: var(--badge-offset-right, -2%);
}

#contents .ocReportSchedule .ocReportScheduleBadgeText {
  position: absolute;
  top: var(--badge-text-top, 6%);
  right: var(--badge-text-right, 15%);
  bottom: var(--badge-text-bottom, 6%);
  left: var(--badge-text-left, 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-noto);
  font-size: min(14px, calc(14 / var(--screen-sm) * 100vw));
  font-weight: 900;
  line-height: 1.33; /* Figma: 16px / 12px = 133% */
  text-align: center;
  color: #5f478c;
}

/* .ocReportScheduleBody: 校別の背景PNG + aspect-ratio 固定枠 (内側に Columns/Note を絶対配置) */
#contents .ocReportCard[data-school="josai"] .ocReportSchedule .ocReportScheduleBody {
  position: relative;
  aspect-ratio: 640 / 460;
  background-image: url(../img/ocreport_schedule_josai_body.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contents .ocReportCard[data-school="reitaku"] .ocReportSchedule .ocReportScheduleBody {
  position: relative;
  aspect-ratio: 640 / 400;
  background-image: url(../img/ocreport_schedule_reitaku_body.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contents .ocReportCard[data-school="taisho"] .ocReportSchedule .ocReportScheduleBody {
  position: relative;
  aspect-ratio: 640 / 360;
  background-image: url(../img/ocreport_schedule_taisho_body.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contents .ocReportCard[data-school="tamagawa"] .ocReportSchedule .ocReportScheduleBody {
  position: relative;
  aspect-ratio: 640 / 420;
  background-image: url(../img/ocreport_schedule_tamagawa_body.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .ocReportScheduleColumns: 基本2カラム・仕切りなし (城西国際) */
#contents .ocReportSchedule .ocReportScheduleColumns {
  position: absolute;
  top: var(--sched-body-inset-top, 16%);
  left: var(--sched-body-inset-left, 5%);
  right: var(--sched-body-inset-right, 5%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(12px, calc(12 / var(--screen-sm) * 100vw));
}

/* .ocReportScheduleColumnsSingle: 日付+時間の 1fr 2fr バリアント (麗澤・大正) */
#contents .ocReportSchedule .ocReportScheduleColumnsSingle {
  position: absolute;
  top: var(--sched-body-inset-top, 18%);
  left: var(--sched-body-inset-left, 5%);
  right: var(--sched-body-inset-right, 5%);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
}

/* .ocReportScheduleColumnsDivided: 2カラム+中央 border バリアント (玉川) */
#contents .ocReportSchedule .ocReportScheduleColumnsDivided {
  position: absolute;
  top: var(--sched-body-inset-top, 18%);
  left: var(--sched-body-inset-left, 5%);
  right: var(--sched-body-inset-right, 5%);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: min(12px, calc(12 / var(--screen-sm) * 100vw));
}
#contents .ocReportCard[data-school="josai"] .ocReportSchedule .ocReportScheduleColumnsDivided {
  display: grid;
	grid-template-columns: 0.7fr 1fr;
}

#contents .ocReportSchedule .ocReportScheduleColumnsDivided .ocReportScheduleColumnInner {
  padding: 0;
}

#contents .ocReportSchedule .ocReportScheduleColumnsDivided .ocReportScheduleColumnInner + .ocReportScheduleColumnInner {
  padding-left: min(12px, calc(12 / var(--screen-sm) * 100vw));
  border-left: 1px solid #5f478c;
}

#contents .ocReportSchedule .ocReportScheduleColumnInner {
  min-width: 0;
}

#contents .ocReportSchedule .ocReportScheduleCampus {
  margin: 0 0 8px;
  font-family: var(--font-family-noto);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4; /* Figma: 140% */
  font-feature-settings: "palt" on;
  color: #251e1c;
}

#contents .ocReportSchedule .ocReportScheduleList li {
  padding: 0;
  border: 0;
  font-family: var(--font-family-noto);
  font-size: min(13px, calc(13 / var(--screen-sm) * 100vw));
  font-weight: 700;
  line-height: 1.15; /* Figma: 115% (≈17px at 15px) */
  font-feature-settings: "palt" on;
  color: #251e1c;
  margin-bottom: min(10px, calc(10 / var(--screen-sm) * 100vw));
}
#contents .ocReportSchedule .ocReportScheduleList li:last-child {
  margin-bottom: 0;
}

/* Single の2カラム目 (時間側) li だけ垂直位置を微調整 */
/* #contents .ocReportSchedule .ocReportScheduleColumnsSingle .ocReportScheduleColumnInner:nth-child(2) .ocReportScheduleList li {
	padding-top: min(1px, calc(1 / var(--screen-sm) * 100vw));
} */

#contents .ocReportSchedule .ocReportScheduleList li .ocReportScheduleListDate {
  font-size: min(9px, calc(9 / var(--screen-sm) * 100vw));
  font-weight: 700;
}

#contents .ocReportSchedule .ocReportScheduleList li .ocReportScheduleListTime {
  font-size: min(12px, calc(12 / var(--screen-sm) * 100vw));
  font-weight: 700;
}

#contents .ocReportSchedule .ocReportScheduleNote {
  position: absolute;
  left: var(--sched-body-inset-left, 5%);
  right: var(--sched-body-inset-right, 5%);
  /* bottom: var(--sched-body-inset-bottom, 2%); */
	top: var(--sched-note-top, 79%);
  margin: 0;
  font-family: var(--font-family-noto);
  font-size: min(11px, calc(11 / var(--screen-sm) * 100vw));
  font-weight: 400;
  line-height: 1.25;
  font-feature-settings: "halt" on;
  color: #251e1c;
}
#contents .ocReportSchedule .ocReportScheduleNote.ocReportScheduleNoteUpper {
  top: var(--sched-note-bottom, 65%);
}
#contents .ocReportSchedule .ocReportScheduleNote.ocReportScheduleNoteLower {
  top: var(--sched-note-bottom, 77%);
}


#contents .ocReportScheduleList {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .ocReportCta*: 角丸ピル型CTAボタン (Pamphlet=オレンジ / Detail=ブルー) */
#contents .ocReportCtaArea {
  margin-top: min(28px, calc(28 / var(--screen-sm) * 100vw));
}

#contents .ocReportCta {
  position: relative;
  width: min(650px,calc(650 / var(--screen-sm) * 100vw));
  margin: 0 auto;
}

#contents .ocReportCta + .ocReportCta {
  margin-top: min(20px, calc(20 / var(--screen-sm) * 100vw));
}

#contents .ocReportCtaLink {
  position: relative;
  display: block;
  padding: min(29px, calc(29 / var(--screen-sm) * 100vw)) min(70px, calc(70 / var(--screen-sm) * 100vw)) min(29px, calc(29 / var(--screen-sm) * 100vw)) min(36px, calc(36 / var(--screen-sm) * 100vw));
  color: #fff;
  font-size: min(32px, calc(32 / var(--screen-sm) * 100vw));
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: min(15px, calc(15 / var(--screen-sm) * 100vw));
}

#contents .ocReportCtaLink:hover {
  color: #fff;
  opacity: 0.88;
}

#contents .ocReportCta::after {
  content: "";
  position: absolute;
  top: min(48px, calc(48 / var(--screen-sm) * 100vw));
  right: min(40px, calc(40 / var(--screen-sm) * 100vw));
  width: min(20px, calc(20 / var(--screen-sm) * 100vw));
  height: min(20px, calc(20 / var(--screen-sm) * 100vw));
  background-image: url(../img/ocreport_ctalink_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

#contents .ocReportCtaLinkPamphlet {
  background: #ff971d;
}
#contents .ocReportCtaLink.ocReportCtaLinkPamphlet:hover {
  background: #ff9e2f;
  opacity: 0.88;
}

#contents .ocReportCtaLinkDetail {
  background: #009dff;
}
#contents .ocReportCtaLink.ocReportCtaLinkDetail:hover {
  background: #10a2ff;
  opacity: 0.88;
}

#contents .ocReportScheduleCampus,
#contents .ocReportScheduleBadgeText {
  color: #5f478c;
}
