@charset "UTF-8";
/*
Author: Nakamura
Version: 2024.07.09
*/
/*! ==================================================

  ¤³¤ÎCSS¥Õ¥¡¥¤¥ë¤ÏSass¤«¤éÉú³É¤µ¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç
  ¾Ž¼¯¤·¤Ê¤¤¤è¤¦¤´×¢Òâ¤¯¤À¤µ¤¤¡£

================================================== */
:root {
  --color-economics: #00a7ea;
  --color-sociology: #e85298;
  --color-distribution: #009d85;
  --color-law: #ea5504;
  --color-sports: #f7ab00;
  --color-ryugasaki: #669b2c;
  --color-matsudo: #f19149;
  --color-red: #d00;
  --color-gray-ddd: #ddd;
  --color-gray-666: #666;
  --color-gray-555: #555;
  --link-blue: #346faf;
  --rku-red: #ac1c22;
  --rku-blue: #002b62;
  --tbl-line-blue: rgb(0 43 98 / 0.5);
  --tbl-line-gray: rgb(0 0 0 / 0.15);
  --thead-bg-blue: #9bcced;
  --thead-bg-gray: #f7f7f7;
  --tr-bg-blue: #eef8ff;
  --tr-bg-gray: #fff;
  --rku-blue-rgb: 0, 43, 98;
  --light-rku-blue: rgb(0 43 98 / 0.08);
}

/*
======================================================
  common
--------------------------------------------------- */
/* ---------- éL¤¤URL¤òÕÛ¤ê·µ¤¹ ---------- */
body {
  word-break: break-all;
}

/* ---------- ÉÏ¸¶¤­ÎÄ×Ö ---------- */
.super-txt {
  font-size: 70%;
  vertical-align: super;
}

/* ---------- éLÌå ---------- */
.thin-txt {
  display: inline-block;
  transform: scaleX(0.8);
}

/* FontColor
========================================================= */
.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 17px;
  }
}

/* FontSize
========================================================= */
.c-blue {
  color: var(--thead-bg-blue);
}

/* BgColor
========================================================= */
.bg-blue {
  background-color: var(--thead-bg-blue);
}
.bg-lightblue {
  background-color: var(--tr-bg-blue);
}
.bg-lightblue {
  background-color: var(--tr-bg-blue);
}
.bg-lightpink {
/*  background-color: rgba(232, 82, 152, 0.07);*/
  background-color:#fff3f9;
}

/* h3£¨×ó¥Ü©`¥À©`¸¶£©
========================================================= */
.head-leftbdr {
  margin-top: 1.5rem;
}
.head-leftbdr.eco::before {
  background: var(--color-economics);
}
.head-leftbdr.soc::before {
  background: var(--color-sociology);
}
.head-leftbdr.dis::before {
  background: var(--color-distribution);
}
.head-leftbdr.law::before {
  background: var(--color-law);
}
.head-leftbdr.spo::before {
  background: var(--color-sports);
}

/* ¥Ü©`¥À©`¥«¥é©`
========================================================= */
.bdr-c-eco {
  border-color: var(--color-economics);
}
.bdr-c-soc {
  border-color: var(--color-sociology);
}
.bdr-c-dis {
  border-color: var(--color-distribution);
}
.bdr-c-law {
  border-color: var(--color-law);
}
.bdr-c-spo {
  border-color: var(--color-sports);
}
.bdr-c-blue {
  border-color: var(--thead-bg-blue);
}
.bdr-c-gray {
  border-color: #d6d6d6;
}
.bdr-c-bluegray {
  border-color: var(--tbl-line-blue);
}


/* ¥Æ¥­¥¹¥È¥«¥é©`
========================================================= */
.fc-economics {
  color: var(--color-economics) !important;
}
.fc-sociology {
  color: var(--color-sociology) !important;
}
.fc-distribution {
  color: var(--color-distribution) !important;
}
.fc-law {
  color: var(--color-law) !important;
}
.fc-sports {
  color: var(--color-sports) !important;
}


/* ---------- ½ÇÍè£¨4 4 0 0£© ---------- */
.bdr-r-4-4-0-0 {
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
}

/* ÒŠ³ö¤·£¨Íè¸¶£©
========================================================= */
.head-circle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .head-circle {
    font-size: 4.8vw;
  }
}
.head-circle::before {
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 1em;
}
.head-circle.blue::before {
  border-color: var(--thead-bg-blue);
}

/* ÒŠ³ö¤·£¨Íè¸¶¤­Êý×Ö£©
========================================================= */
.counter-reset {
  counter-reset: number; /* ÓHÒªËØ¤Ç¥ê¥»¥Ã¥È */
}
.counter-reset > .head-circle-decimal {
  display: block;
  padding: 0.1em 0 0.6em 1.9em;
  position: relative;
}
.counter-reset > .head-circle-decimal::before {
  background-color: var(--rku-blue);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  font-size: 0.8em;
  font-weight: bold;
  height: 1.8em;
  justify-content: center;
  left: 0;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  top: 0.2em;
  width: 1.8em;
}
.counter-reset > .head-circle-decimal.head-link::before {
  top: 0.3em;
}

.head-circle-number {
  color: var(--rku-blue);
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0.6em 1.9em;
  position: relative;
}
.head-circle-number .number {
  align-items: center;
  background-color: var(--rku-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.8em;
  height: 1.8em;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.05em;
  width: 1.8em;
}

/* ¥ê¥¹¥È£¨¡ù¸¶¤­£©
========================================================= */
.list-kome > li {
  padding: 0.2em 0 0.2em 1em;
  position: relative;
}
.list-kome > li::before {
  content: "¡ù";
  left: 0;
  position: absolute;
  top: 0.2em;
}

/* ¥ê¥¹¥È£¨¥°¥ì©`¥É¥Ã¥È¸¶¤­£©
========================================================= */
.list-dot > li,
.list-dot-s > li {
  padding: 0.2em 0 0.2em 1.5em;
  position: relative;
}
.list-dot > li::before,
.list-dot-s > li::before {
  background-color: #bbb;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0.5em;
  position: absolute;
  top: 0.85em;
  width: 6px;
}

.list-dot-s > li {
  line-height: 1.5;
  padding: 0.1em 0 0.1em 1.5em;
}
.list-dot-s > li::before {
  top: 0.65em;
}

/* PDF¥¢¥¤¥³¥ó£¨¥Æ¥­¥¹¥È¥ê¥ó¥¯£©
========================================================= */
a.icon-pdf::after {
  background-image: url(/assets/img/ic_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: 0.1em;
  margin-left: 0.15em;
  vertical-align: middle;
  width: 1em;
}

/* PDF¥¢¥¤¥³¥ó£¨¥Ü¥¿¥óÄÚ£©
========================================================= */
span.icon {
  display: inline-block;
}
span.icon.pdf::after {
  background-image: url(/assets/img/ic_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: 0.1em;
  margin-left: 0.2em;
  vertical-align: middle;
  width: 1em;
}

/* ¥ê¥¹¥È£¨¥«¥Ã¥³¸¶¤­Êý×Ö£©
========================================================= */
.list-decimal > li > .list-decimal-kakko,
.list-decimal-kakko {
  counter-reset: number;
}
.list-decimal > li > .list-decimal-kakko > li,
.list-decimal-kakko > li {
  line-height: 1.7;
  padding-bottom: 0.1em;
  padding-left: 35px;
  padding-top: 0.1em;
  position: relative;
}
.list-decimal > li > .list-decimal-kakko > li::before,
.list-decimal-kakko > li::before {
  content: "£¨" counter(number) "£©";
  counter-increment: number;
  left: 0;
  position: absolute;
}

.list-decimal-alpha {
  margin-left: 1.5em;
}
.list-decimal-alpha > li {
  line-height: 1.7;
  list-style-type: lower-alpha;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  padding-top: 0.1em;
}

/* ¥ê¥¹¥È£¨³à¤¤¥é¥¤¥ó¸¶¤­£©
========================================================= */
.list-line-red > li {
  line-height: 1.6;
  padding: 0.2em 0 0.2em 20px;
  position: relative;
}
.list-line-red > li::before {
  background-color: var(--rku-red);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}

/*
======================================================
  about
--------------------------------------------------- */
/* Ñ§éL¥á¥Ã¥»©`¥¸
========================================================= */
.president-kv {
  margin-top: 30px;
  padding-top: 41.66%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .president-kv {
    padding-top: 78.78%;
  }
}
.president-kv::before {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.president-kv .president-kv__img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.president-kv .president-kv__img picture {
  display: block;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .president-kv .president-kv__img picture {
    padding-bottom: 2vw;
  }
}
.president-kv .president-kv__img picture::after {
  background-color: #ac1c22;
  bottom: 0;
  content: "";
  height: 35px;
  left: -25px;
  position: absolute;
  transform: skewX(-45deg);
  transform-origin: left bottom;
  width: 180px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .president-kv .president-kv__img picture::after {
    height: 6vw;
    left: -4vw;
    width: 20vw;
  }
}
.president-kv .president-kv__name {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 140px;
  justify-content: center;
  left: 85px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  width: 260px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .president-kv .president-kv__name {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .president-kv .president-kv__name {
    font-size: 14px;
    height: 80px;
    left: 0;
    top: 16.5%;
    width: 150px;
  }
}

/* Ð£¸è
========================================================= */
.song-box {
  border: 1px solid var(--tbl-line-blue);
  height: 100%;
  position: relative;
  width: 100%;
}
.song-box::before {
  background-color: var(--rku-blue);
  content: "";
  height: 55px;
  left: 70px;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .song-box::before {
    height: 45px;
    left: 50px;
    top: -10px;
    width: 25px;
  }
}

.song-box__ttl {
  color: var(--rku-blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .song-box__ttl {
    font-size: 20px;
    margin-top: 0.6em;
  }
}

.song-box__number {
  border-left: 2px solid var(--rku-blue);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.3em;
  padding: 0.1em 1em;
}
@media screen and (max-width: 767px) {
  .song-box__number {
    font-size: 18px;
    margin-bottom: 1em;
  }
}

/*
======================================================
  sdgs
--------------------------------------------------- */
.sdgs-card {
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  padding-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sdgs-card {
    margin-top: 2.4em;
    padding-bottom: 70px;
  }
}
.sdgs-card.long {
  padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sdgs-card.long {
    padding-bottom: 155px;
  }
}
.sdgs-card::before {
  background-color: var(--rku-red);
  content: "";
  height: 40px;
  left: 60px;
  position: absolute;
  top: -8px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 20px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sdgs-card::before {
    height: 35px;
    left: 50px;
    top: -8px;
    width: 15px;
  }
}

.sdgs-card__header {
  border-bottom: 1px solid var(--tbl-line-blue);
  margin: 0 auto;
  padding-top: 0.6em;
  position: relative;
  width: 89%;
}
.sdgs-card__header .sdgs-card__header-ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.75em 0 0.75em 1.8em;
}
@media screen and (max-width: 767px) {
  .sdgs-card__header .sdgs-card__header-ttl {
    font-size: 18px;
  }
}
.sdgs-card__header a {
  display: block;
  position: relative;
}
.sdgs-card__header a::after {
  background-image: url(/assets/img/about/efforts/sdgs/icon_circle_arrow.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
  width: 25px;
}
@media screen and (max-width: 767px) {
  .sdgs-card__header a::after {
    height: 23px;
    top: calc(50% - 12px);
    width: 23px;
  }
}

.sdgs-card__icon {
  bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 89%;
}
.sdgs-card__icon li {
  margin-right: 5px;
  margin-top: 5px;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .sdgs-card__icon li {
    width: 12.6%;
  }
}

/* ®b¹ÙÑ§ßBÐ¯£¨¥¹¥Ý©`¥Ä½¡¿µ¿ÆÑ§²¿¥Ü¥¿¥ó£©
========================================================= */
@media screen and (min-width: 768px) {
  a.btn-inlink.btn-thin {
    padding-left: 0.3em !important;
  }
  a.btn-inlink.btn-thin.btn-arw-down::after {
    right: 0.7em;
  }
}

/* ¥¢¥³©`¥Ç¥£¥ª¥ó
========================================================= */
.js-accordion dt {
  cursor: pointer;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .js-accordion dt {
    padding: 0.9em 1.2em;
  }
}
.js-accordion dt .arrow {
  display: block;
  height: 19px;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  width: 19px;
}
.js-accordion dt .arrow::before, .js-accordion dt .arrow::after {
  background-color: var(--link-blue);
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}
.js-accordion dt .arrow::before {
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
}
.js-accordion dt .arrow::after {
  height: 19px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}
.js-accordion dt.open .arrow::after {
  opacity: 0;
  transform: rotate(-90deg);
}
.js-accordion dd {
  border-top: 1px solid var(--color-gray-ddd);
  display: none;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .js-accordion dd {
    padding: 0.7em 1.2em;
  }
}

/*
======================================================
  faculty
--------------------------------------------------- */
/* Ñ§ÉúVOICE
========================================================= */
/* ---------- ÒŠ³ö¤·¤¬éL¤¤ˆöºÏ ---------- */
@media screen and (min-width: 768px) {
  .voice-setbox .voice-catch.long {
    transform: translateX(-200px);
  }
}

/* ×ä˜IÕJ¶¨?Ñ§Î»ÊÚÓë¤Î·½á˜£¨¥Ç¥£¥×¥í¥Þ?¥Ý¥ê¥·©`£©
========================================================= */
.dpcp-list li .dp-txt {
  line-height: 1.6;
  padding-left: 1em;
  width: 94%;
}

.dpcp-list li > ul.dp-list {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .dpcp-list li > ul.dp-list {
    margin-left: 6%;
  }
}
.dpcp-list li > ul.dp-list > li {
  line-height: 1.6;
  padding-left: 1em;
}
.dpcp-list li > ul.dp-list > li span:first-child {
  margin-right: 0.5em;
}

/* Ñ§¤Ó¤Î·ÖÒ°£¨Pickup ¥â©`¥À¥ë£©
========================================================= */
.pickup-modal-box .title-panel span {
  line-height: 1.4;
}
.pickup-modal-box h4 {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pickup-modal-box h4 {
    padding-top: 0.6em;
  }
}
.pickup-modal-box h4 + p {
  padding-top: 1em;
}

/* Ñ§²¿éL¥á¥Ã¥»©`¥¸
========================================================= */
/* ---------- Ñ§éL¤¬×ó¤òÏò¤¤¤Æ¤¤¤ëˆöºÏ ---------- */
@media screen and (min-width: 768px) {
  .message_area .dean_kv .stickynote.ph-right {
    left: 7%;
    right: auto;
  }
}
.message_area .dean_kv .stickynote p {
  line-height: 1.6;
}
.message_area .dean_kv .stickynote p:first-child {
  padding: 0.4em 0 0.6em;
}

/* 4Äêég¤ÎÑ§¤Ó¤ÎÁ÷¤ì
========================================================= */
/* ---------- ¤Õ¤­¤À¤·£¨2ÐÐ£© ---------- */
.thead-double {
  align-items: center;
  display: flex !important;
  height: 3em;
  justify-content: center;
  padding: 0 !important;
}

/* Ñ§²¿
========================================================= */
.point-block__qbox > dt {
  padding-left: 1.8em;
  padding-top: 0.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-block__qbox > dt {
    padding-left: 1.5em;
    padding-top: 0.1em;
  }
}
.point-block__qbox .qtitle {
  left: 0;
  position: absolute;
  top: 0;
}

/* ½UœgÑ§²¿
========================================================= */
.abox-economics {
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .abox-economics {
    padding: 40px 0 10px;
  }
}

@media screen and (min-width: 768px) {
  ul.abox-economics__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  ul.abox-economics__list li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  ul.abox-economics__list li:nth-of-type(2) {
    padding-top: 40px;
  }
}

.abox-economics__header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .abox-economics__header {
    display: block;
  }
}

.abox-economics__mds {
  align-items: center;
  color: var(--color-economics);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .abox-economics__mds {
    justify-content: center;
    width: 100%;
  }
}
.abox-economics__mds span {
  background-color: var(--color-economics);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  padding: 0.2em 0.6em;
}

.abox-economics__item {
  display: flex;
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .abox-economics__item {
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
    width: 80%;
  }
}
.abox-economics__item dt {
  color: var(--color-economics);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .abox-economics__item dt {
    padding-top: 0.23em;
  }
}
.abox-economics__item dd {
  flex: 1;
  margin-left: 10px;
}

.abox-economics__img {
  padding: 20px 0 0;
  text-align: center;
}
.abox-economics__img img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .abox-economics__img img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .abox-economics__img img {
    width: 60%;
  }
}

/* Á÷Í¨ÇéˆóÑ§²¿
========================================================= */
@media screen and (min-width: 768px) {
  .abox-distribution {
    height: 670px;
    margin-top: 60px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .abox-distribution__img {
    left: calc(50% - 310px);
    position: absolute;
    top: 30px;
    width: 704px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .abox-distribution__img {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .abox-distribution__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .abox-distribution__list li {
    position: absolute;
  }
  .abox-distribution__list li:nth-of-type(1) {
    left: 250px;
  }
  .abox-distribution__list li:nth-of-type(2) {
    left: 50px;
    top: 130px;
  }
  .abox-distribution__list li:nth-of-type(3) {
    left: 80px;
    top: 420px;
  }
  .abox-distribution__list li:nth-of-type(4) {
    bottom: 0;
    left: 370px;
  }
}
@media screen and (max-width: 767px) {
  .abox-distribution__list li {
    padding-top: 25px;
    width: 48%;
  }
}
.abox-distribution__list li h4 {
  background-color: var(--color-distribution);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.2em 0.6em;
}
.abox-distribution__list li p {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .abox-distribution__list li p {
    font-size: 14px;
  }
}

/* ·¨ÂÉÑ§²¿
========================================================= */
@media screen and (min-width: 768px) {
  .qbox-law {
    display: flex;
    justify-content: space-between;
  }
}

.qbox-law__det {
  color: var(--color-law);
}
@media screen and (min-width: 768px) {
  .qbox-law__det {
    width: 408px;
  }
}
@media screen and (max-width: 767px) {
  .qbox-law__det {
    padding-top: 20px;
  }
}

.qbox-law__world {
  align-items: center;
  display: flex;
}

.qbox-law__country {
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.qbox-law__country-count {
  margin-right: 6px;
  width: 70px;
}
.qbox-law__country-count span {
  display: block;
  text-align: center;
}
.qbox-law__country-count span:last-child {
  border-top: 1px solid var(--color-law);
}

.qbox-law__main {
  align-items: center;
  background-image: url(/assets/img/faculty/law/qa_img_01_pc.svg);
  background-size: contain;
  display: flex;
  height: 82px;
  justify-content: center;
  line-height: 1.3;
  margin-right: 10px;
  padding-left: 0.5em;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .qbox-law__main {
    background-image: url(/assets/img/faculty/law/qa_img_01_sp.svg);
    font-size: 12px;
    height: 82px;
    width: 58px;
  }
}

.qbox-law__hosoku {
  flex: 1;
}
.qbox-law__hosoku .list-kome {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .qbox-law__hosoku .list-kome {
    font-size: 9px;
  }
}

@media screen and (min-width: 768px) {
  .abox-law {
    margin-top: 40px;
    padding-top: 54%;
    position: relative;
  }
  .abox-law::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .abox-law__main {
    left: calc(50% - 273px);
    position: absolute;
    top: 28px;
    width: 546px;
  }
}
@media screen and (max-width: 767px) {
  .abox-law__main {
    margin: 0 auto;
    padding-top: 40px;
    width: 64%;
  }
}

.abox-law__item {
  height: 100%;
  position: relative;
  width: 100%;
}
.abox-law__item dt {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .abox-law__item dt {
    align-items: end;
    display: flex;
    height: 120px;
  }
}
.abox-law__item dt img {
  margin: 0 auto;
  width: 93px;
}
.abox-law__list li:nth-of-type(4) .abox-law__item dt img, .abox-law__list li:nth-of-type(5) .abox-law__item dt img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .abox-law__item dt img {
    width: 74px;
  }
  .abox-law__list li:nth-of-type(4) .abox-law__item dt img, .abox-law__list li:nth-of-type(5) .abox-law__item dt img {
    width: 67px;
  }
}
.abox-law__item dd {
  align-items: end;
  bottom: 0;
  display: flex;
  font-size: 15px;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding-bottom: 1.5em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .abox-law__item dd {
    font-size: 12px;
    padding-bottom: 1.3em;
  }
}
.abox-law__list li:nth-of-type(4) .abox-law__item dd, .abox-law__list li:nth-of-type(6) .abox-law__item dd, .abox-law__list li:nth-of-type(7) .abox-law__item dd {
  padding-bottom: 0.8em;
}
.abox-law__list li:nth-of-type(5) .abox-law__item dd {
  padding-bottom: 2.2em;
}

@media screen and (min-width: 768px) {
  .abox-law__list li {
    position: absolute;
    width: 160px;
  }
  .abox-law__list li:nth-child(1) {
    height: 137px;
    left: 58px;
    top: 0;
  }
  .abox-law__list li:nth-of-type(2) {
    height: 131px;
    right: 110px;
    top: 0;
  }
  .abox-law__list li:nth-of-type(3) {
    height: 122px;
    left: 15px;
    top: 160px;
  }
  .abox-law__list li:nth-of-type(4) {
    height: 130px;
    right: 15px;
    top: 150px;
  }
  .abox-law__list li:nth-of-type(5) {
    height: 102px;
    left: 50px;
    top: 340px;
  }
  .abox-law__list li:nth-of-type(6) {
    bottom: 30px;
    height: 132px;
    right: 100px;
  }
  .abox-law__list li:nth-of-type(7) {
    bottom: 0;
    height: 130px;
    left: 290px;
  }
}
@media screen and (max-width: 767px) {
  .abox-law__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .abox-law__list li {
    height: 120px;
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .abox-law__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 616px;
  }
}
@media screen and (max-width: 767px) {
  .abox-law__bottom {
    padding-top: 40px;
  }
}

.abox-law__bottom-txt {
  color: var(--color-law);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .abox-law__bottom-txt {
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .abox-law__bottom-img {
    width: 116px;
  }
}
@media screen and (max-width: 767px) {
  .abox-law__bottom-img {
    margin: 0 auto;
    padding-top: 15px;
    width: 30%;
  }
}

/* ---------- Ñ§¿Æ¤ÎÌØéL ---------- */
.program-law__mds {
  align-items: center;
  background-color: var(--color-law);
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .program-enterprise__box {
    height: 700px;
    margin-top: 20px;
    position: relative;
  }
}

.program-law__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .program-law__list {
    justify-content: space-around;
    width: 100%;
  }
  .program-law__list.enterprise {
    height: 360px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .program-law__list.enterprise li {
    width: 200px;
  }
  .program-law__list.admini {
    margin-top: 30px;
  }
  .program-law__list.admini li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .program-law__list.enterprise {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .program-law__list.enterprise li {
    padding-top: 35px;
    width: 48%;
  }
  .program-law__list.admini {
    flex-direction: column;
  }
  .program-law__list.admini li {
    padding-top: 35px;
  }
}

dl.program-law__item dt {
  text-align: center;
}
dl.program-law__item dt img {
  width: 130px;
}
.program-law__list.admini li dl.program-law__item dt img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  dl.program-law__item dt img {
    width: 110px;
  }
}
dl.program-law__item dd {
  padding-top: 15px;
}
dl.program-law__item dd h5 {
  color: var(--color-law);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.program-law__item dd h5 {
    font-size: 18px;
  }
}
dl.program-law__item dd p {
  line-height: 1.6;
  padding-top: 0.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.program-law__item dd p {
    font-size: 13px;
  }
}

.program-law__item-home {
  align-items: center;
  background-image: url(/assets/img/faculty/law/enterprise_dep/program_img_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 89px;
  justify-content: center;
  margin: 10px auto 0;
  text-align: center;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .program-law__item-home {
    height: 69px;
    margin: 6px auto 0;
    width: 132px;
  }
}
.program-law__item-home span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .program-law__item-home span {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .program-enterprise__flow {
    position: absolute;
    top: 345px;
    width: 100%;
    z-index: 1;
  }
}

.program-enterprise__study {
  align-items: center;
  background-color: rgba(234, 85, 4, 0.5);
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .program-enterprise__study {
    border-radius: 20px;
    font-size: 18px;
    height: 40px;
    margin-top: 30px;
  }
}

.program-enterprise__law {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
}
.program-enterprise__law span {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program-enterprise__law span {
    font-size: 14px;
  }
}
.program-enterprise__law span::before, .program-enterprise__law span::after {
  background-color: rgba(234, 85, 4, 0.5);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  height: 12.124355653px;
  position: absolute;
  top: calc(50% - 5px);
  width: 30px;
}
.program-enterprise__law span::before {
  left: -40px;
}
.program-enterprise__law span::after {
  right: -40px;
}

@media screen and (min-width: 768px) {
  .program-enterprise__kurashi {
    position: relative;
    width: 100%;
  }
}

.program-enterprise__kurashi-mds {
  align-items: center;
  background-color: rgba(234, 85, 4, 0.2);
  border-radius: 25px;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program-enterprise__kurashi-mds {
    border-radius: 30px;
    flex-direction: column;
    font-size: 18px;
    height: 60px;
  }
}
.program-enterprise__kurashi-mds span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .program-enterprise__kurashi-mds span {
    font-size: 12px;
    margin-top: 4px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  img.program-enterprise__kurashi-img {
    height: 107px;
    position: absolute;
    right: 60px;
    top: -30px;
    width: 87px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  img.program-enterprise__kurashi-img {
    display: none;
  }
}

.program-enterprise__det {
  padding-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .program-enterprise__det {
    display: flex;
  }
}
.program-enterprise__det ul li {
  padding-top: 1.2em;
}
.program-enterprise__det ul li h6 {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program-enterprise__det ul li h6 {
    font-size: 16px;
  }
}
.program-enterprise__det ul li h6::before {
  color: var(--color-law);
  content: "¡ñ";
  left: 0;
  position: absolute;
  top: 0;
}
.program-enterprise__det ul li p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0 20px;
}
@media screen and (max-width: 767px) {
  .program-enterprise__det ul li p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .program-enterprise__det.enterprise ul:first-child {
    margin-right: 5%;
    width: 38%;
  }
  .program-enterprise__det.enterprise ul:last-child {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .program-enterprise__det.admini ul:nth-of-type(1) {
    width: 44%;
  }
  .program-enterprise__det.admini ul:nth-of-type(2),
  .program-enterprise__det.admini ul:nth-of-type(3) {
    margin-left: 3%;
    width: 25%;
  }
}

/* ¥¹¥Ý©`¥Ä½¡¿µ¿ÆÑ§²¿
========================================================= */
.point-block__abox-sports {
  display: flex;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .point-block__abox-sports {
    margin-top: 1em;
  }
}
.point-block__abox-sports dt {
  margin-right: 10px;
}
.point-block__abox-sports dt span {
  align-items: center;
  background-color: var(--color-sports);
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 24px;
  padding: 0 0.5em;
}
.point-block__abox-sports dd {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .point-block__abox-sports dd {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .abox-sports {
    margin-top: 40px;
    padding-top: 72%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .abox-sports {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .abox-sports__main {
    left: calc(50% - 90px);
    position: absolute;
    top: 64px;
    width: 183px;
  }
}
@media screen and (max-width: 767px) {
  .abox-sports__main {
    margin: 0 auto;
    width: 47%;
  }
}

.abox-sports__item {
  height: 100%;
  position: relative;
  width: 100%;
}
.abox-sports__item dt {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.abox-sports__item dt img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .abox-sports__item dt img {
    width: 127px;
  }
  .abox-sports__list li:nth-of-type(2) .abox-sports__item dt img {
    margin: 0 4px 0 auto;
    width: 167px;
  }
  .abox-sports__list li:nth-of-type(3) .abox-sports__item dt img {
    width: 134px;
  }
  .abox-sports__list li:nth-of-type(5) .abox-sports__item dt img {
    width: 182px;
  }
}
@media screen and (max-width: 767px) {
  .abox-sports__item dt img {
    width: 100px;
  }
  .abox-sports__list li:nth-of-type(2) .abox-sports__item dt img {
    margin: 2px 0 0 auto;
    width: 128px;
  }
  .abox-sports__list li:nth-of-type(4) .abox-sports__item dt img {
    margin-top: 16px;
  }
  .abox-sports__list li:nth-of-type(5) .abox-sports__item dt img {
    margin: 12px auto 0 0;
    width: 140px;
  }
  .abox-sports__list li:nth-of-type(6) .abox-sports__item dt img {
    width: 102px;
  }
}
.abox-sports__item dd {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.abox-sports__item dd h4 {
  color: var(--color-sports);
  font-size: 18px;
  font-weight: 500;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .abox-sports__item dd h4 {
    font-size: 15px;
    padding-top: 100px;
  }
}
.abox-sports__list li:nth-of-type(3) .abox-sports__item dd h4 {
  padding-top: 174px;
}
@media screen and (max-width: 767px) {
  .abox-sports__list li:nth-of-type(3) .abox-sports__item dd h4 {
    padding-top: 128px;
  }
}
.abox-sports__list li:nth-of-type(4) .abox-sports__item dd h4 {
  padding-top: 144px;
}
@media screen and (max-width: 767px) {
  .abox-sports__list li:nth-of-type(4) .abox-sports__item dd h4 {
    padding-top: 128px;
  }
}
.abox-sports__list li:nth-of-type(5) .abox-sports__item dd h4 {
  padding-left: 52px;
  padding-top: 148px;
}
@media screen and (max-width: 767px) {
  .abox-sports__list li:nth-of-type(5) .abox-sports__item dd h4 {
    padding-left: 20px;
    padding-top: 124px;
  }
}
.abox-sports__list li:nth-of-type(6) .abox-sports__item dd h4 {
  padding-top: 154px;
}
@media screen and (max-width: 767px) {
  .abox-sports__list li:nth-of-type(6) .abox-sports__item dd h4 {
    padding-top: 124px;
  }
}
.abox-sports__item dd p {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .abox-sports__item dd p {
    font-size: 12px;
  }
}
.abox-sports__list li:nth-of-type(5) .abox-sports__item dd p {
  padding-left: 52px;
}
@media screen and (max-width: 767px) {
  .abox-sports__list li:nth-of-type(5) .abox-sports__item dd p {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .abox-sports__list li {
    position: absolute;
    width: 210px;
  }
  .abox-sports__list li:nth-of-type(1) {
    left: 140px;
    top: 0;
  }
  .abox-sports__list li:nth-of-type(2) {
    left: 510px;
    top: 0;
  }
  .abox-sports__list li:nth-of-type(3) {
    left: 0;
    top: 160px;
  }
  .abox-sports__list li:nth-of-type(4) {
    left: 670px;
    top: 160px;
  }
  .abox-sports__list li:nth-of-type(5) {
    left: 150px;
    top: 370px;
    width: 280px;
  }
  .abox-sports__list li:nth-of-type(6) {
    left: 490px;
    top: 365px;
  }
}
@media screen and (max-width: 767px) {
  .abox-sports__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .abox-sports__list li {
    height: 245px;
    width: 48%;
  }
  .abox-sports__list li:nth-of-type(1), .abox-sports__list li:nth-of-type(2) {
    height: 215px;
  }
}

/* Ñ§²¿¹²Í¨¥×¥í¥°¥é¥à
========================================================= */
.program-box {
  border: 1px solid #002b62;
  position: relative;
}
.program-box::before {
  border: 100px solid rgba(0, 43, 98, 0.05);
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: -1;
}

.program-box__label {
  align-items: center;
  background-color: var(--rku-blue);
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  left: 25px;
  position: absolute;
  top: -28px;
  width: 260px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program-box__label {
    font-size: 15px;
    height: 40px;
    width: 208px;
  }
}
.program-box__label::before {
  background-color: #ac1c22;
  content: "";
  height: 30px;
  left: 10px;
  position: absolute;
  top: -8px;
  transform: skewX(-45deg);
  transform-origin: left bottom;
  width: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .program-box__label::before {
    height: 6vw;
    left: 10px;
    width: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .program-box__inner {
    align-items: end;
    display: flex;
    justify-content: space-between;
    padding: 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  .program-box__inner {
    padding: 15px 15px 25px;
  }
}

@media screen and (min-width: 768px) {
  .program-box__txt {
    width: 650px;
  }
}
.program-box__txt > p {
  line-height: 1.8;
  margin-top: 1em;
}

.program-box__img {
  width: 198px;
}
@media screen and (max-width: 767px) {
  .program-box__img {
    margin: 1em auto 0;
  }
}

.program-box__lead {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 43, 98, 0.6);
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .program-box__lead {
    font-size: 14px;
  }
}
.program-box__lead::before {
  background-color: #fff; /* ±³¾°É«¤ÈÍ¬¤¸É«¤òÖ¸¶¨ */
  bottom: -5px;
  box-sizing: border-box;
  content: "";
  height: 15px;
  left: 50px;
  position: absolute;
  rotate: 135deg;
  width: 15px;
}
.program-box__lead::after {
  background-color: rgba(0, 43, 98, 0.6);
  box-shadow: 0 2px 0 #fff, 0 -2px 0 #fff; /* ±³¾°É«¤ÈÍ¬¤¸É«¤òÖ¸¶¨ */
  box-sizing: border-box;
  content: "";
  height: 1px;
  left: 48px;
  position: absolute;
  top: calc(100% + 4px);
  transform: rotate(-50deg);
  width: 28px;
  z-index: -1;
}

.program-box__ttl {
  color: var(--rku-blue);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .program-box__ttl {
    font-size: 22px;
    margin-top: 1.2em;
  }
}

ul.program-box__power {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  ul.program-box__power {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
ul.program-box__power li {
  background-image: linear-gradient(to right, #60a9eb 0%, #5374cb 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  padding: 0.5em 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.program-box__power li {
    font-size: 15px;
    margin: 8px 0 0;
    width: 48%;
  }
}

/*
======================================================
  support
--------------------------------------------------- */
/* ¥¹¥Ý©`¥Ä½¡¿µ¥»¥ó¥¿©`¹ÜÀíÊ©ÔO
========================================================= */
/* ---------- Ê©ÔO¥Þ¥Ã¥× ---------- */
.facility-map {
  background-image: url(/assets/img/support/sports_center/facility/map.png);
  background-size: contain;
  padding-top: 106.35%;
  position: relative;
}
.facility-map::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ---------- ¥¢¥¤¥³¥ó ---------- */
.facility-map__icon {
  position: absolute;
  width: 5.2%;
}

.map__icon-01 {
  left: 2.7%;
  top: 35.15%;
}

.map__icon-02 {
  left: 23.95%;
  top: 41.2%;
}

.map__icon-03 {
  left: 35.93%;
  top: 40.88%;
}

.map__icon-04 {
  left: 18.85%;
  top: 53.92%;
}

.map__icon-05 {
  left: 12.29%;
  top: 58.13%;
}

.map__icon-06 {
  left: 12.08%;
  top: 67.25%;
}

.map__icon-07 {
  left: 50.72%;
  top: 68.43%;
}

.map__icon-08 {
  left: 87.81%;
  top: 87.54%;
}

.map__icon-09 {
  left: 82.18%;
  top: 48.92%;
}

.map__icon-10 {
  left: 69.36%;
  top: 32.68%;
}

.map__icon-11 {
  left: 81.84%;
  top: 13.96%;
}

.map__icon-12 {
  left: 41.77%;
  top: 0%;
}

/* ---------- ¸÷Ê©ÔO½B½é ---------- */
.facility-box {
  margin-top: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .facility-box {
    margin-top: 30px;
    padding-bottom: 5px;
  }
}

.facility-box__name {
  background-color: rgba(0, 43, 98, 0.1);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.6em 0.6em 0.6em 4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .facility-box__name {
    font-size: 18px;
    padding: 0.6em 0.6em 0.6em 3.2em;
  }
}
.facility-box__name .facility-box__number {
  left: 20px;
  position: absolute;
  top: -0.65vw;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .facility-box__name .facility-box__number {
    left: 10px;
    width: 36px;
  }
}

.facility-box__img {
  margin: 1.2em auto 0;
}
@media screen and (min-width: 768px) {
  .facility-box__img {
    width: 854px;
  }
}

/* Ò½ÊÂ?¸‚¼¼Á¦ÏàÕ„†T
========================================================= */
@media screen and (min-width: 768px) {
  .counselor-card {
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .counselor-card {
    width: 100%;
  }
}
.counselor-card a {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
}
.counselor-card a::after {
  background-image: url(/assets/img/support/sports_center/counselor/ico_arrow.svg);
  background-size: contain;
  bottom: 15px;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  right: 15px;
  width: 29px;
}
.counselor-card figure {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding-top: 43.61%;
  position: relative;
  width: 100%;
}
.counselor-card figure::before {
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
}
.counselor-card figure::after {
  background-color: var(--rku-red);
  content: "";
  height: 15px;
  left: 30px;
  position: absolute;
  top: -5px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 30px;
  z-index: 3;
}
.counselor-card figure img {
  border-radius: 6px 0 0 6px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.counselor-card figure figcaption {
  position: absolute;
  right: 25px;
  top: 15%;
  width: 210px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .counselor-card figure figcaption {
    width: 46%;
  }
}

.counselor-card__label {
  align-items: center;
  background-color: var(--rku-blue);
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 28px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .counselor-card__label {
    font-size: 3.5vw;
    height: 26px;
  }
}

.counselor-card__name {
  font-size: 22px;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .counselor-card__name {
    font-size: 5vw;
  }
}
.counselor-card__name small {
  font-size: 16px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .counselor-card__name small {
    font-size: 3.5vw;
  }
}

.counselor-card__name-en {
  color: var(--link-blue);
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .counselor-card__name-en {
    font-size: 3.3vw;
  }
}

/* ½ÌÓýÑ§Á•Ö§Ô®¥»¥ó¥¿©`
========================================================= */
.lc-illust {
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.lc-illust::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.lc-illust__ttl {
  align-items: center;
  background-image: url(/assets/img/support/learning_center/illust-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--link-blue);
  display: flex;
  font-size: 21px;
  font-weight: 500;
  height: 223px;
  justify-content: center;
  left: calc(50% - 111px);
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: calc(50% - 111px);
  width: 223px;
}

.illust-01,
.illust-02,
.illust-03,
.illust-04,
.illust-05,
.illust-06,
.illust-07,
.illust-08,
.illust-09 {
  position: absolute;
  width: 23.42%;
}

.illust-01 {
  left: 38.24%;
  top: 0;
}

.illust-02 {
  left: 63.12%;
  top: 9.04%;
}

.illust-03 {
  right: 0;
  top: 32.57%;
}

.illust-04 {
  right: 4.29%;
  top: 58.82%;
}

.illust-05 {
  bottom: 0;
  left: 51.8%;
}

.illust-06 {
  bottom: 0;
  left: 24.67%;
}

.illust-07 {
  left: 4.29%;
  top: 58.82%;
}

.illust-08 {
  left: 0;
  top: 32.57%;
}

.illust-09 {
  left: 13.35%;
  top: 9.04%;
}

dl.lc-illust__item {
  background-color: var(--link-blue);
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
dl.lc-illust__item::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
dl.lc-illust__item dt {
  position: absolute;
  top: 8%;
  width: 100%;
}
dl.lc-illust__item dt img {
  height: 42px;
}
@media screen and (max-width: 767px) {
  dl.lc-illust__item dt img {
    height: 8.2vw;
  }
}
dl.lc-illust__item dd {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding-top: 0.5em;
  position: absolute;
  top: 55%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  dl.lc-illust__item dd {
    font-size: 2.7vw;
    padding-top: 0.7em;
    top: 52%;
  }
}
dl.lc-illust__item dd::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 20%;
  position: absolute;
  top: 0;
  width: 60%;
}

/*
======================================================
  campuslife
--------------------------------------------------- */
/* ¥­¥ã¥ó¥Ñ¥¹¤Î1ÈÕ
========================================================= */
/* ---------- ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë ---------- */
.a-day__mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .a-day__mv {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .a-day__mv {
    padding-top: 130vw;
  }
  .a-day__mv::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* ---------- »­Ïñ ---------- */
.a-day__mv-img {
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .a-day__mv-img {
    bottom: 0;
  }
  .a-day__mv-img img {
    height: 68vw;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

/* ---------- ¥¿¥¤¥È¥ë¤ÎÈë¤Ã¤¿¥Ü¥Ã¥¯¥¹ ---------- */
.a-day__mv-box {
  background-color: #fff;
  height: 290px;
  position: absolute;
  width: 290px;
  z-index: 2;
}
.a-day__mv-box.smc {
  border: 7px solid #e6f0fa;
}
.a-day__mv-box.ryu {
  border: 7px solid #c5e0b9;
}
@media screen and (min-width: 768px) {
  .a-day__mv-box {
    left: 15px;
    top: calc(50% - 145px);
  }
}
@media screen and (max-width: 767px) {
  .a-day__mv-box {
    height: 67vw;
    left: calc(50% - 125px);
    top: 0;
    width: 67vw;
  }
}

.a-day__mv-box__inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.a-day__mv-box__inner::before {
  background-color: var(--rku-red);
  content: "";
  height: 25px;
  left: 35px;
  position: absolute;
  top: -12px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 30px;
  z-index: 3;
}

.a-day__mv-box__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 234px;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__head {
    width: 86%;
  }
}

.a-day__mv-box__lead {
  color: var(--rku-blue);
  font-size: 16px;
  font-weight: 500;
  padding: 1em 0 0.5em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__lead {
    font-size: 4vw;
  }
}

.a-day__mv-box__ttl {
  border-bottom: 1px solid var(--rku-blue);
  border-top: 1px solid var(--rku-blue);
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__ttl {
    padding: 6vw 0;
  }
}
.a-day__mv-box__ttl img {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__ttl img {
    width: 88%;
  }
}

.a-day__mv-box__name {
  color: var(--rku-blue);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__name {
    font-size: 3.4vw;
  }
}
.a-day__mv-box__name strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__name strong {
    font-size: 4.8vw;
  }
}

/* ---------- ÒŠ³ö¤·£¨±³¾°¤¬¥Í¥¤¥Ó©`£© ---------- */
.a-day__mv-box__mds {
  position: absolute;
  text-align: right;
  width: 350px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .a-day__mv-box__mds {
    bottom: 25px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__mds {
    bottom: 15px;
    right: 15px;
  }
}
.a-day__mv-box__mds span {
  background-color: var(--rku-blue);
  color: #fff;
  display: inline-block;
  font-size: 23px;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__mds span {
    font-size: 20px;
  }
}

/* ---------- Ë½¤¬×÷¤ê¤Þ¤·¤¿ ---------- */
.a-day__mv-box__work {
  background-color: #e6f0fa;
  border-radius: 50%;
  height: 138px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 138px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__work {
    height: 32vw;
    right: -10px;
    top: 42%;
    width: 32vw;
  }
}
.a-day__mv-box__work img {
  display: block;
  margin: 12px auto 0;
  width: 58.69%;
}
.a-day__mv-box__work span {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0.3em;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .a-day__mv-box__work span {
    font-size: 11px;
  }
}

/* ¥¹¥±¥¸¥å©`¥ë
========================================================= */
ul.a-day__list {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.a-day__list {
    width: 736px;
  }
}
ul.a-day__list::after {
  background-color: rgba(0, 43, 98, 0.05);
  content: "";
  display: block;
  height: 100%;
  left: 95px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  ul.a-day__list::after {
    left: 25.4%;
    width: 6%;
  }
}
ul.a-day__list li {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  ul.a-day__list li {
    padding-top: 30px;
  }
}

/* ---------- •rég…gÎ»¤Î¥Ö¥í¥Ã¥¯ ---------- */
dl.a-day__item {
  display: flex;
}
dl.a-day__item dt {
  color: var(--rku-blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 17px;
  text-align: right;
  width: 64px;
}
@media screen and (max-width: 767px) {
  dl.a-day__item dt {
    font-size: 20px;
    padding-top: 3.8vw;
    width: 17%;
  }
}
dl.a-day__item dd.a-day__item-clock {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  dl.a-day__item dd.a-day__item-clock {
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  dl.a-day__item dd.a-day__item-clock {
    width: 24%;
  }
}
dl.a-day__item dd.a-day__item-clock img {
  width: 63px;
}
@media screen and (max-width: 767px) {
  dl.a-day__item dd.a-day__item-clock img {
    width: 70%;
  }
}
dl.a-day__item dd.a-day__item-content {
  flex: 1;
}

.a-day__item-content__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .a-day__item-content__body {
    flex-direction: column;
  }
}

.a-day__item-content__txt {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .a-day__item-content__txt {
    padding-top: 3.8vw;
  }
}
.a-day__item-content__txt h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .a-day__item-content__txt h4 {
    font-size: 20px;
  }
}
.a-day__item-content__txt p {
  line-height: 1.6;
  margin-top: 0.75em;
}

@media screen and (min-width: 768px) {
  .a-day__item-content__img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .a-day__item-content__img {
    margin-top: 1em;
  }
}

/* ---------- Ë¼¤¤³ö ---------- */
.a-day__memory {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .a-day__memory {
    width: 736px;
  }
}
@media screen and (max-width: 767px) {
  .a-day__memory {
    flex-direction: column;
    margin-top: 40px;
  }
}
.a-day__memory.smc {
  margin: -50px auto 0;
}
@media screen and (max-width: 767px) {
  .a-day__memory.smc {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .a-day__memory.ryu {
    margin: 50px auto 0;
  }
}

dl.a-day__memory-label {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  dl.a-day__memory-label {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  dl.a-day__memory-label {
    margin: 0 auto;
    width: 90%;
  }
}
dl.a-day__memory-label dt {
  align-items: center;
  background-color: var(--rku-blue);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  dl.a-day__memory-label dt {
    font-size: 26px;
    height: 142px;
    margin-left: 40px;
    margin-right: 30px;
    width: 142px;
  }
}
@media screen and (max-width: 767px) {
  dl.a-day__memory-label dt {
    font-size: 22px;
    height: 30vw;
    margin-right: 5%;
    width: 30vw;
  }
}
dl.a-day__memory-label dd {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .a-day__memory-img {
    width: 318px;
  }
}
@media screen and (max-width: 767px) {
  .a-day__memory-img {
    margin: 0 auto;
    width: 60vw;
  }
}
.a-day__memory-img img {
  border-radius: 50%;
}

/* ---------- ¥­¥ã¥ó¥Ñ¥¹½B½é ---------- */
dl.a-day__campus {
  align-items: center;
  background-color: #fff9e1;
  display: flex;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  dl.a-day__campus {
    flex-direction: column;
    padding: 2em;
  }
}
dl.a-day__campus dt {
  margin-right: 30px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  dl.a-day__campus dt {
    margin: 0 auto;
    width: 40vw;
  }
}
dl.a-day__campus dt img {
  border: 3px solid #fff;
  border-radius: 50%;
}
dl.a-day__campus dd {
  flex: 1;
}
dl.a-day__campus dd h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  dl.a-day__campus dd h4 {
    font-size: 20px;
    margin-top: 1em;
  }
}
dl.a-day__campus dd p {
  line-height: 1.6;
  margin-top: 1em;
}

/* ¥­¥ã¥ó¥Ñ¥¹
========================================================= */
.head-floor {
  background-color: var(--rku-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.8em;
  padding: 0.6em 0.6em 0.6em 3em;
  position: relative;
}
.head-floor::before {
  background-color: var(--rku-red);
  content: "";
  height: 25px;
  left: 35px;
  position: absolute;
  top: -0.5em;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 15px;
  z-index: 3;
}

/* ---------- Ê©ÔO‡í ---------- */
.campus-img {
  text-align: center;
}
.campus-img.smc-01 img {
  width: 743px;
}
.campus-img.smc-02 img {
  width: 897px;
}
.campus-img.ryu img {
  width: 861px;
}

/* ---------- ´ó¤­¤ÊÐ´ÕæÓÃ ---------- */
.campus-img__big {
  display: flex;
}
@media screen and (min-width: 768px) {
  .campus-img__big {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .campus-img__big {
    flex-direction: column;
  }
}
.campus-img__big .head-underbdr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campus-img__big img {
    margin-top: 0.5em;
    width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .campus-img__big p {
    width: 210px;
  }
}

/* ---------- Ð¡¤µ¤ÊÐ´ÕæÓÃ ---------- */
@media screen and (min-width: 768px) {
  .campus-img__small {
    width: 460px;
  }
}

/* ---------- h3£¨×·¼Ó£© ---------- */
.head-underbdr small {
  font-size: 16px;
  font-weight: 300;
}
.head-underbdr a {
  display: inline-block;
  position: relative;
}
.head-underbdr a::after {
  border-bottom: 1px solid var(--link-blue);
  border-right: 1px solid var(--link-blue);
  content: "";
  height: 0.5em;
  position: absolute;
  right: -1em;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5em;
}

/*
======================================================
  calender
--------------------------------------------------- */
.calender-head {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid var(--rku-blue);
  border-top: 1px solid var(--rku-blue);
  color: var(--rku-blue);
  font-size: 22px;
  font-weight: 500;
  padding: 0.5em 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calender-head {
    font-size: 20px;
  }
}
.calender-head::before {
  background-color: var(--rku-red);
  content: "";
  height: 14px;
  position: absolute;
  right: 20px;
  top: -6px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 35px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .calender-img {
    display: grid;
    gap: 10px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    grid-template-areas: "a c d" "b c e";
    grid-template-columns: 230px 480px 230px;
    grid-template-rows: 1fr 1fr;
    height: 330px;
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .calender-img {
    display: grid;
    gap: 10px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    grid-template-areas: "a b" "c c" "d e";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
  }
}

.a {
  grid-area: a;
}

.b {
  grid-area: b;
}

.c {
  grid-area: c;
}

.d {
  grid-area: d;
}

.e {
  grid-area: e;
}

/*
======================================================
  activities
--------------------------------------------------- */
.head-leftbdr.a::before {
  background: #df2d2f;
}
.head-leftbdr.b::before {
  background: #00489d;
}
.head-leftbdr.c::before {
  background: #93a8be;
}

a.btn-fill.fill-a {
  background-color: #df2d2f;
  border: 1px solid #df2d2f;
}
a.btn-fill.fill-b {
  background-color: #00489d;
  border: 1px solid #00489d;
}
a.btn-fill.fill-c {
  background-color: #93a8be;
  border: 1px solid #93a8be;
}

/* SNS¥Ü¥¿¥ó
========================================================= */
ul.btn-sns {
  display: flex;
}
ul.btn-sns li {
  margin-right: 20px;
  width: 36px;
}

table.club-data th,
table.club-data td {
  line-height: 1.5;
}
table.club-data th {
  font-weight: 300;
  width: 7em;
}

/*
======================================================
  admissions
--------------------------------------------------- */
.skewbdr-box {
  height: 100%;
  position: relative;
  width: 100%;
}
.skewbdr-box::before {
  content: "";
  height: 55px;
  left: 70px;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  transform: skewX(-45deg);
  transform-origin: right top;
  width: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .skewbdr-box::before {
    height: 45px;
    left: 50px;
    top: -10px;
    width: 25px;
  }
}
.skewbdr-box.eco {
  border: 1px solid var(--color-economics);
}
.skewbdr-box.eco::before {
  background-color: var(--color-economics);
}
.skewbdr-box.soc {
  border: 1px solid var(--color-sociology);
}
.skewbdr-box.soc::before {
  background-color: var(--color-sociology);
}
.skewbdr-box.dis {
  border: 1px solid var(--color-distribution);
}
.skewbdr-box.dis::before {
  background-color: var(--color-distribution);
}
.skewbdr-box.law {
  border: 1px solid var(--color-law);
}
.skewbdr-box.law::before {
  background-color: var(--color-law);
}
.skewbdr-box.spo {
  border: 1px solid var(--color-sports);
}
.skewbdr-box.spo::before {
  background-color: var(--color-sports);
}
.skewbdr-box.rkublue {
  border: 1px solid var(--tbl-line-blue);
}
.skewbdr-box.rkublue::before {
  background-color: var(--rku-blue);
  opacity: 0.1;
}

/*
======================================================
  donation
--------------------------------------------------- */
.step {
  border-top: 1px solid #d6d6d6;
  padding: 1em 0;
}

.step-header {
  align-items: center;
  display: flex;
}

.step-header__icon {
  align-items: center;
  background-color: var(--rku-blue);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  line-height: 1.1;
  margin-right: 0.6em;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .step-header__icon {
    height: 40px;
    width: 40px;
  }
}
.step-header__icon small {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .step-header__icon small {
    font-size: 2.4vw;
  }
}
.step-header__icon strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .step-header__icon strong {
    font-size: 4.4vw;
  }
}

.step-header__ttl {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .step-header__ttl {
    font-size: 4.1vw;
  }
}

/*
======================================================
  abroad
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .icp-img {
    display: grid;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas: "a b" "a c";
    grid-template-columns: 68% 1fr;
    grid-template-rows: 49% 1fr;
    height: 446px;
    margin: 2em 0 3em;
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .icp-img {
    display: grid;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas: "a a" "b c";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 64% 1fr;
    height: 90vw;
    margin: 2em 0;
    width: 100%;
  }
}
.icp-img .a,
.icp-img .b,
.icp-img .c {
  overflow: hidden;
}
.icp-img .a img,
.icp-img .b img,
.icp-img .c img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.icp-img .a {
  grid-area: a;
}
.icp-img .b {
  grid-area: b;
}
.icp-img .c {
  grid-area: c;
}

/* movie */
.icmovie {position: absolute; left: 50%; top: 50%; width: 25%;     transform: translate(-50%, -50%);}

.ankpoint {display: block;padding-top: 60px; margin-top: -60px; z-index: -1; position: relative;}
@media screen and (max-width: 768px) {.ankpoint {padding-top: 12vw; margin-top: -12vw; }}

hr.gray {background-color: #bbb;}

.table td.middle { vertical-align: middle;}

/* pagenation-events */
.pagenation-events { display: block; margin: 2rem auto; text-align: center;}

.pagenation-events {display: flex; flex-direction: row; align-items: center; justify-content: center;}
.pagenation-events a,.pagenation-events span {display: flex; align-items: center; justify-content: center;width: 1.75em; height: 2em; border: 1px #346fad solid; border-radius: 3px; background-color: #fff; color: #346fad; margin: 0 .25em;}
.pagenation-events  span.current { background-color: #346fad; color: #fff;}
.pagenation-events a.prev,.pagenation-events a.next { background-color: rgba(52,111,173,.2);}

.panel_menu_box .menu__box h3 {
  color: #002B62; }

/* SPŒŸÓÃ¥Ð¥Ê©` */
.sp-bnr {display: none;}
@media screen and (max-width: 768px) {
.sp-bnr {display: block; width: 90vw; margin: 6vw auto;}
.pc-only {display: none;}
}


.schdule_list {display: flex; align-items: flex-start; justify-content: flex-start; margin-bottom: .65em; line-height: 1.6;}
.schdule_list dt { width: 4.5em; font-weight: 500;}
.schdule_list dd { width: calc(100% - 4.5em);}


.page__head__mv__catch {
    position: absolute;
    top: 20%;
    line-height: 1;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 102; }
    .page__head__mv__catch p { color: #fff; font-weight: 500;
      background-color: rgba(0, 0, 0, 0.45);
      padding: 0 0.5rem;
      line-height: 1.6;
      }
  @media (max-width: 767px) {
 }