@charset "utf-8";
/*
	Last Update:2026/02/12
	Auther: yt
*/
:root {
  --asahi-red: 186, 22, 55;
}


.font-serif { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }

.text-sm { font-size:.975rem; }
.text-xs { font-size:.95rem; }
@media (max-width: 767px) {
  .text-sm { font-size:.9rem; }
  .text-xs { font-size:.8rem; }
}

.c_ared {
  color: rgb(var(--asahi-red));
}
.bg_ared {
  background-color: rgb(var(--asahi-red));
}

.object-contain { object-fit: contain; }

#a_select .appeals .appeal_card:hover {
  border: 1px solid rgba(var(--asahi-red), 0.3);
}
#a_select .appeals .appeal_card:hover svg,
#a_select .appeals .appeal_card:hover h4 {
  color: rgb(var(--asahi-red));
}

#english_education .open_school {
  background-color: rgb(var(--asahi-red));
}

#english_education .open_school .description {
  color: white;
}

#english_education .open_school .link {
  color: rgb(var(--asahi-red));
}

#english_education .underline {
  text-decoration-line: underline;
}
#english_education .decoration-orange-300 {
  text-decoration-color: var(--color-orange-300, #fdba74);
}
#english_education .decoration-4 {
  text-decoration-thickness: 4px;
}
#english_education .underline-offset-4 {
  text-underline-offset: 4px;
}

#exam_preparation .main_visual {
  background-color: oklch(0% 0 0);
}

#exam_preparation .main_visual .bg_gradient {
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.485) 0%, rgba(0, 0, 0, 0) 100%);
}

#inquiry_based_learning .last_section {
  background-color: rgb(var(--asahi-red));
}
#inquiry_based_learning .last_section .description {
  color: white;
}