@charset "utf-8";
/* ones-body-schedule.css — 1日の流れページ */

:root {
  --orange: #E95312;
  --beige: #F5EFE8;
  --beige-dark: #EDE4D8;
  --text-dark: #333333;
  --text-mid: #555555;
  --text-light: #888888;
  --timeline-line: #cccccc;
  --min-font: 16px;
}

/* =============================================
   コンテナ
   ============================================= */
.obs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding:0;
  width: 90%;
}

/* =============================================
   イントロセクション
   ============================================= */
.obs-intro {
  padding: 60px 0 40px 0;
  background: #fff;
  text-align: center;
	background-color:#F5F0EB;
}

.obs-intro-small {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
	font-weight:bold;
	background-color:#E95312;
	display:inline-block;
	padding:3px 15px 1px 15px;
}

.obs-intro-h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 24px 0;
  word-break: break-word;
}

.obs-intro-lead {
  font-size: 17px;
  margin: 0;
}

/* =============================================
   タイムラインセクション
   ============================================= */
.obs-timeline-section {
  padding: 0px 0 70px 0;
  background: #fff;
	background-color:#F5F0EB;
}

.obs-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
	max-width:1500px;
	margin:0px auto 0 auto;
	padding:40px 60px;
	background-color:#fff;
	border-radius:15px;
	box-sizing:border-box;
}
/* タイムラインアイテム */
.obs-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  min-height: 140px;
}
.obs-timeline-item-last {
  min-height: auto;
}

/* 左カラム（時刻サークル＋縦線） */
.obs-timeline-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

/* 時刻サークル */
.obs-time-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding: 8px;
}

.obs-time-main {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: block;
}

.obs-time-sub {
  font-size: 16px;
  display: block;
  margin-top: 4px;
}
/* 縦線 */
.obs-timeline-line {
  width: 3px;
  flex: 1;
  min-height: 110px;
  background-color: var(--timeline-line);
  margin-top: 0;
}
/* 右カラム（テキスト） */
.obs-timeline-right {
  padding-top: 28px;
  padding-bottom: 0;
  flex: 1;
  min-width: 0;
	display:flex;
	align-items:flex-start;
	width:100%;
}
.schedule-text{
	width:100%;
}
.schedule-img{
	width:50%;
	margin:10px;
}
.obs-timeline-right img{
  width:100%;
	height:auto;
	display:block;
}
@media(max-width:1200px){
.schedule-img{
	width:70%;
	margin:10px;
}	
}
@media(max-width:960px){
.obs-timeline-right {
  padding-top: 28px;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	width:100%;
}	
.schedule-img{
	width:100%;
	margin:10px;
	max-width:300px;
}
/* 縦線 */
.obs-timeline-line {
  min-height: 240px;
}
}
@media(max-width:768px){
/* 縦線 */
.obs-timeline-line {
  min-height: 270px;
}
}
.obs-event-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 12px 0;
  word-break: break-word;
}

.obs-event-desc {
  font-size: 16px;
  margin: 0;
  word-break: break-word;
}
@media(max-width:640px){
.obs-timeline {
	padding:30px 40px;
}	
/* 縦線 */
.obs-timeline-line {
  min-height: 260px;
}
}
@media(max-width:520px){
.obs-timeline {
	padding:20px 20px;
}	
.obs-time-circle {
  width: 140px;
  height: 140px;
}	
.obs-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 140px;
}
}
@media(max-width:480px){
.obs-timeline {
	padding:20px 15px;
}	
.obs-time-circle {
  width: 120px;
  height: 120px;
}	
.obs-event-desc {
  font-size: 15px;
  margin: 0;
  word-break: break-word;
}
.obs-time-main {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: block;
}
.obs-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 140px;
}
.obs-event-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px 0;
  word-break: break-word;
}
}
@media(max-width:400px){
/* 縦線 */
.obs-timeline-line {
  min-height: 210px;
}
}
/* =============================================
   ポイントカードセクション
   ============================================= */
.obs-point-section {
  padding: 60px 0;
  background: #fff;
	width:90%;
	max-width:900px;
	margin:auto;
}

.obs-point-cards {
  display: flex;
  gap: 35px 24px;
  flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
}

.obs-point-card {
  flex: 1 1 280px;
  min-width: 0;
  border: 2px solid var(--orange);
  border-radius: 8px;
  padding: 35px 24px 24px 024px;
  background: #fff;
	width:47%;
	position:relative;
}

.obs-point-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 14px;
  border-radius: 3px;
  margin-bottom: 16px;
	position:absolute;
	top:-17px;
	left:-10px;
}

.obs-point-label i {
  font-size: 14px;
}

.obs-point-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--orange);
  margin: 0 0 12px 0;
  line-height: 1.4;
  word-break: break-word;
}

.obs-point-text {
  font-size: var(--min-font);
  line-height: 1.8;
  color: var(--text-mid);
  margin: 0;
  word-break: break-word;
}

/* =============================================
   フォトギャラリー
   ============================================= */
.obs-photo-section {
  padding: 0 0 60px 0;
  background: #fff;
}

.obs-photo-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
	padding:40px 0 0 0;
	width:90%;
	margin:auto;
	max-width:900px;
}

.obs-photo-item {
  flex: 1 1 180px;
  min-width: 0;
}

.obs-photo-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.obs-photo-caption {
  font-size: 16px;
  color: #E95312;
  margin: 8px 0 0 0;
  text-align: center;
	font-weight:bold;
}
@media(max-width:960px){
	.obs-photo-item {
    flex: 0 0 calc(50% - 10px);
  }
.obs-photo-item img{
    height:270px;
  }
  .obs-photo-item:last-child {
    flex: 0 0 60%;
	  margin:auto;
  }
.obs-photo-item:last-child img {
  object-fit: cover;
  object-position: center 20%; 
	height:270px;
}
}
/* =============================================
   レスポンシブ（〜768px）
   ============================================= */
@media (max-width: 768px) {
 

  .obs-intro-h2 {
    font-size: 30px;
  }
}

/* =============================================
   レスポンシブ（〜640px）
   ============================================= */
@media (max-width: 640px) {


  .obs-intro {
    padding: 40px 0 30px 0;
  }

  .obs-intro-h2 {
    font-size: 26px;
  }

  .obs-point-section {
    padding: 40px 0;
  }

  .obs-point-card {
    flex: 0 0 100%;
  }

  .obs-point-title {
    font-size: 18px;
  }

  .obs-photo-section {
    padding: 0 0 40px 0;
  }
		.obs-photo-item {
    flex: 0 0 calc(50% - 10px);
  }
.obs-photo-item img{
    height:270px;
  }
  .obs-photo-item:last-child {
    flex: 0 0 80%;
	  margin:auto;
  }
.obs-photo-item:last-child img {
  object-fit: cover;
  object-position: bottom bottom; 
	height:270px;
}
}
@media(max-width:480px){
		.obs-photo-item {
    flex: 0 0 100%;
  }
.obs-photo-item img{
    height:270px;
  }
  .obs-photo-item:last-child {
    flex: 0 0 100%;
	  margin:auto;
  }
.obs-photo-item:last-child img {
  object-fit: cover;
  object-position: center top; 
	height:270px;
}
}
/* =============================================
   極小画面（〜375px）
   ============================================= */
@media (max-width: 375px) {
  .obs-intro-h2 {
    font-size: 22px;
  }


}

.schedule-profile {
	padding:30px;
	border-radius:15px;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
	margin:20px auto auto auto;
	background-color:#fff;
}

.schedule-profile-img {
	width:30%;
	min-width:210px;
	margin-right:25px;
}
.schedule-profile-img img{
	width:100%;
	display:block;
}

.schedule-profile-text {
	color:#E95312;
	font-weight:bold;
	font-size:16px;
}

.schedule-profile-interview {
	width:68%;
}
.schedule-profile-interview .title{
	font-weight:bold;
	font-size:17px;
	margin:10px 0;
}
.schedule-profile-interview .title::before{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#E95312;
	margin-right:7px;
}
.schedule-profile-interview .text{
	margin:0 0 20px 0;
}
@media(max-width:640px){
.schedule-profile {
	padding:30px;
	border-radius:15px;
	display:flex;
	justify-content:center;
	margin-bottom:20px;
	margin:20px auto auto auto;
	background-color:#fff;
	flex-direction:column;
}	
.schedule-profile-img {
	width:100%;
	min-width:210px;
	margin:auto;
	max-width:350px;
}
.schedule-profile-text {
	font-size:16px;
}
.schedule-profile-interview {
	width:100%;
}
}