@charset "UTF-8";

body {
  overflow: hidden;
}

#contents {
  padding-top: 1px;
}

#contents_page {
  background: url(/home/graduation2025fall/img/bg_footer.png) no-repeat bottom;
  background-size: 100% auto;
  padding-bottom: 38vw;
}

#contents_page .sec .mt12 {
  margin-top: 12px !important;
}

#contents_page .sec .mt5 {
  margin-top: 5px !important;
}



#contents_page .sec .card .in-head {
  text-align: center;
  color: #000;
  /* padding: 0 28px; */
  padding: 0;
}

#contents_page .sec .card .in-head {
  margin-bottom: 0.5em;
}

#contents_page .sec .card .in-head.in-head-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2em;
}

#contents_page .sec .card .in-head.in-head-line>p {
  position: relative;
  padding: 0.25em 0;
  text-align: center;
  display: grid;
}

@media only screen and (min-width: 769px) {
  #contents_page .sec .card .in-head.in-head-line>p {
    display: block;
  }
}

#contents_page .sec .card .in-head.in-head-line>p:before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  width: calc(100% + 2em);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#contents_page .sec .card .in-head p {
  font-size: 16px;
  color: #555;
}

#contents_page .sec .card .in-foot {
  color: #000;
  width: 100%;
  margin-top: 12px;
}

#contents_page .sec .card .in-foot p {
  font-size: 16px;
  color: #555;
}


/**************
* #sec-intro
**************/

#sec-intro {
  /* background: linear-gradient(135deg, rgba(250, 112, 154, 0.9) 10%, rgba(250, 112, 154, 0.8) 30%, rgba(254, 225, 64, 0.7) 100%); */
  background: linear-gradient(135deg, rgb(250 171 112 / 90%) 10%, rgb(250 164 112 / 80%) 30%, rgba(254, 225, 64, 0.7) 100%);
  margin: 15px 0 0;
  padding: 30px 0;

}

#sec-intro .ttl-box {
  color: #333333;
  text-align: center;
}

#sec-intro .ttl-box h3 {
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #sec-intro .ttl-box h3 {
    font-size: 5.5vw;
  }
}

#sec-intro .grad-notes {
  color: #333333;
  margin-top: 30px;
}

#sec-intro .grad-notes .notes-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

#sec-intro .grad-notes .notes-body .notes-item,
#sec-intro .grad-notes .notes-foot {
  background-color: #ffffff55;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}

#sec-intro .grad-notes .notes-body .notes-item.w-100 {
  width: 100%;
}

#sec-intro .grad-notes .notes-foot {
  margin-top: 20px;
  font-size: 18px;
}

#sec-intro .grad-notes .notes-foot p {
  margin: 0;
}


@media only screen and (min-width: 769px) {
  #sec-intro {
    margin: 45px 0 0;
    padding: 45px 0;
  }

  #sec-intro .grad-notes {
    color: #333333;
    margin-top: 45px;
  }

  #sec-intro .grad-notes .notes-body {
    flex-direction: row;
  }

  #sec-intro .grad-notes .notes-body .notes-item {
    padding: 30px;
    width: calc((100% - 20px) / 2);
  }

  #sec-intro .grad-notes .notes-foot {
    margin-top: 20px;
    font-size: 22px;
  }
}

#sec-intro .grad-notes dl {
  margin: 0;
  padding: 0;
}

#sec-intro .grad-notes dl+dl {
  margin-top: 1em;
}

#sec-intro .grad-notes dl dt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background-color: #aa003e82;
  padding: 0 .5em;
  color: #fff;
}

#sec-intro .grad-notes dl dd {
  font-size: 16px;
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  #sec-intro .grad-notes dl dt {
    font-size: 28px;
  }

  #sec-intro .grad-notes dl dd {
    font-size: 22px;
  }
}

/**************
* #sec-live
**************/

#sec-live {
  background-color: #dd0051;
  color: #ffffff;
  padding: 40px 0;
}

@media only screen and (min-width: 769px) {
  #sec-live {
    padding: 50px 0;
  }
}

#sec-live .sec-head {
  text-align: center;
  padding-bottom: 40px;
}

#sec-live .sec-head h4 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}

#sec-live .sec-head h4::before,
#sec-live .sec-head h4::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 1em;
  height: 3px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

#sec-live .sec-head h4::before {
  left: 0;
}

#sec-live .sec-head h4::after {
  right: 0;
}

#sec-live .live-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 769px) {
  #sec-live .live-wrap {
    flex-direction: row;
    gap: 20px;
  }

  #sec-live .live-wrap .mv-live {
    width: 50%;
  }

  #sec-live .live-wrap .schedule {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  #sec-live .live-wrap {
    gap: 30px;
  }

  #sec-live .live-wrap .mv-live {
    width: 60%;
  }

  #sec-live .live-wrap .schedule {
    width: 40%;
  }
}


#sec-live .live-wrap .mv-live .tmb {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  border-radius: 5px;
}

#sec-live .live-wrap .mv-live .tmb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-live .live-wrap .mv-live .tmb:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

/* .mv-live.coming-soon */
#sec-live .live-wrap .mv-live.coming-soon .tmb:hover img {
  transform: translate(-50%, -50%) scale(1.0);
}

#sec-live .live-wrap .mv-live.coming-soon .tmb a {
  background-image: none;
  background-color: #000000aa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

#sec-live .live-wrap .mv-live.coming-soon .tmb a:after {
  content: "Coming soon";
  display: block;
  text-align: center;
  font-size: 9vw;
  color: #fff;
  font-weight: bold;
  font-family: serif;
}

@media only screen and (min-width: 769px) {
  #sec-live .live-wrap .mv-live.coming-soon .tmb a:after {
    font-size: clamp(40px, 5vw, 70px);
  }
}

#sec-live .live-wrap .schedule {
  background-color: #33333333;
  padding: 1em;
}

#sec-live .live-wrap .schedule .in-head {
  text-align: center;
  padding-bottom: 10px;
}

#sec-live .live-wrap .schedule .in-head h5 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}

#sec-live .live-wrap .schedule ul {
  display: flex;
  flex-direction: column;
  gap: .2em;
}

#sec-live .live-wrap .schedule ul li {
  padding: 0.8em 0.5em;
  background-color: #33333333;
  text-align: center;
}


#contents_page .sec .card .in.list {
  color: #000;
  margin-top: 12px;
  padding: 30px 20px;
}

#contents_page .sec .card .in.list table {
  width: 100%;
}

#contents_page .sec .card .in.list table tr:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}

#contents_page .sec .card .in.list table tr td {
  padding: 5px;
  font-size: 16px;
}

#contents_page .sec .card .in.list.en table tr td {
  font-size: 15px;
}

#contents_page .sec .card .in.list table tr:first-child td {
  padding-top: 0;
}

#contents_page .sec .card .in.list table tr:last-child td {
  padding-bottom: 0;
}

#contents_page .sec .card .in.list table td>h6 {
  padding: 4.5px 2em 0 0;
}


#contents_page .sec .card .in.list table td a:hover {
  background-color: #fffacd;
}

#sec-page-links {
  color: #fff;
  padding: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  #sec-page-links {
    margin-top: 40px;
  }
}

#contents_page .sec>.wrap {
  background-color: #dd0051;
  padding-top: 35px;
  padding-bottom: 35px;
}

#contents_page .sec .card-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
}


#sec-page-links .msg-link .in {
  background: center/cover no-repeat url(/home/graduation2025fall/img/bg_msg.jpg);
}

#sec-page-links .recognition-link .in {
  background: center/cover no-repeat url(/home/graduation2025fall/img/bg_recognition.jpg);
}

#sec-notice {
  padding: 0;
}

#sec-notice h4 {
  margin-bottom: 1em;
  padding-left: .5em;
  position: relative;
}

#sec-notice h4::before {
  content: "";
  display: block;
  width: .2em;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sec-notice .card.notice .in {
  min-height: auto;
  color: #333333;
}

#sec-notice .card.notice .in h6 small {
  margin-top: .5em;
  display: block;
}

#sec-notice .card.notice .in table tr td {
  padding: 12px 0px;
}

#sec-notice .card.notice .in table tr:first-of-type td {
  padding-top: 0px;
}

#sec-notice .card.notice .in table tr:last-of-type td {
  padding-bottom: 0px;
}

#sec-notice .card.notice .in table tr td h6 {
  font-size: 1.1em !important;
  font-weight: 600;
}

#sec-notice .card.notice .in table tr td h6 {
  font-size: 1.1em !important;
  font-weight: 600;
}

#sec-notice small {
  color: inherit !important;
}


/*****************
* #sec-faq
*****************/
#sec-faq {}

#sec-faq .sec-head {
  text-align: center;
  padding-bottom: 40px;
}

#sec-faq .sec-head h4 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  color: #aa003e;
}

#sec-faq .sec-head h4::before,
#sec-faq .sec-head h4::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 1em;
  height: 3px;
  background-color: #aa003e;
  transform: translateY(-50%);
}

#sec-faq .sec-head h4::before {
  left: 0;
}

#sec-faq .sec-head h4::after {
  right: 0;
}

#sec-faq .faq-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 769px) {
  #sec-faq .faq-container {
    gap: 40px;
  }
}

#sec-faq .faq-container .sub-sec-head {
  /* color: #aa003e; */
}

#sec-faq .accordion-list .accordion-item {
  background-color: #eee;
  margin: 20px 0 0;
  color: #333333;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger {
  color: #333333;
  background-color: transparent;
  padding: 20px 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .accordion-item__trigger-inner {
  display: flex;
  align-items: flex-start;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .accordion-item__trigger-inner img {
  position: relative;
  top: 1px;
  width: 30px;
  margin: 0 10px 0 0;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon {
  margin: 0 0 0 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-left: 0.5em;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger:hover .toggle-icon {
  transform: rotate(180deg);
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:before,
#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:before {
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:after {
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:before,
#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:after {
  background-color: #333333;
}

#sec-faq .accordion-list .accordion-item .accordion-item__trigger .toggle-icon:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#sec-faq .accordion-list .accordion-item .accordion-item__content {
  display: none;
  padding: 0 30px 25px;
}

#sec-faq .accordion-list .accordion-item .accordion-item__content .accordion-item__content-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 0;
}

#sec-faq .accordion-list .accordion-item .accordion-item__content .accordion-item__content-inner img {
  width: 30px;
  margin: 0 10px 0 0;
}



@media only screen and (min-width: 769px) {

  #contents_page .sec .card .in-head.mt6 {
    margin-top: 6px;
  }

  #contents_page .sec .card .in-foot {
    /* padding: 0 28px; */
  }

  #contents_page .sec .card .in.list {
    padding: 30px 28px;
  }

  #sec-notice .card.notice {
    flex-basis: auto;
  }
}

@media only screen and (min-width: 1025px) {
  #contents {
    padding-top: 10px;
  }

  #contents_page {
    padding-bottom: 20vw;
  }

  #contents_page .sec .card .in {
    /* height: 22.355vw; */
    height: 300px;
  }

  #contents_page .sec>.wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/**************
* アニメーション
**************/
/* スライドアップ */
.slide-up {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: opacity 1s, top 1s !important;
}

.slide-up.on {
  opacity: 1;
  top: 0;
}

/* フェードイン */
.fade-in {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}

.fade-in.on {
  opacity: 1;
}

/* duration */
.duration-2s {
  transition-duration: 2s;
}

.duration-3s {
  transition-duration: 3s;
}



/**************
* #sec-main-view
**************/

#sec-main-view {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0;
  height: 100%;
  margin-bottom: 10px;
}

#sec-main-view .sec-body.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec-main-view .main-img {
  margin: 1.5rem 2rem 0 2rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#sec-main-view .main-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset 0 0 9vw 2vw rgba(0, 0, 0, 0.15);
}

#sec-main-view .main-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: cover;

  /* 画像調整 */
  transform: scale(1.03);
  transform-origin: left top;
}


:root {
  --pc-header-h: 116px;
}

@media only screen and (min-width: 900px) {
  #sec-main-view .main-img {
    height: calc(100vh - var(--pc-header-h) - 4.5rem);
    min-height: 400px;
    max-height: 43vw;
    background-color: #ffffff00;
    width: 80%;
    margin: 15px auto 0;
  }

  #sec-main-view .main-img>picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec-main-view .main-img img {
    object-fit: contain;
  }

}

@media only screen and (min-width: 769px) {
  #sec-main-view .sec-body.overlay .wrap h2 {
    text-align: left;
    padding: 0;
    margin-left: 70px;
    line-height: 1.4em;
  }

  #sec-main-view .sec-body.overlay .wrap h2.size-lg strong {
    font-size: 48px;
  }

  #sec-main-view .sec-body.overlay .wrap h2 .sm-txt {
    display: block;
    font-size: .75em;
  }
}

@media only screen and (min-width: 1025px) {
  #sec-main-view {
    margin: 0 20px 12.5px;
  }
}

#sec-main-view .sec-body.overlay .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

#sec-main-view .sec-body.overlay .wrap h2 {
  padding: 0px 20px;
}


#contents {
  margin-top: 0;
  padding-top: 0;
}

#sec-main-view {
  margin: 0;
  padding: 0 !important;
}

#sec-main-view .main-img {
  width: 100%;
  border-radius: 0;
  margin: 0;
}

#sec-intro {
  margin-top: 0;
}
