@charset "UTF-8";

/* 学部・大学院 パンくず 上部 */
.l-container {
  padding-top: 0px;
}

@media only screen and (max-width: 767px) {
  .l-container {
    padding-top: 70px;
  }
}

.dep#index .p-mainVisual_category_hl {
  top: 100px;
}

.dep#index .p-mainVisual_category {
  background-color: #F5A21B;
}

.dep#index .p-mainVisual_fig {
  position: absolute;
  right: 110px;
  bottom: 50px;
  width: 156px;
  height: 156px;
}

@media only screen and (max-width: 767px) {
  .dep#index .p-mainVisual_fig {
    width: 120px;
    height: 120px;
    right: 30px;
    bottom: 140px;
  }
}

.dep#index .p-anchor_list_item {
  border-color: #F5A21B;
}

.dep#index .p-anchor_list_item a {
  color: #F5A21B;
}

.dep#index .u-split_hl span {
  color: #F5A21B;
}

.dep#index .movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .dep#index .movie {
    margin-bottom: 40px;
  }
}

.dep#index .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.dep#index .movie_note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

.dep#index .c-btn_type01 {
  color: #F5A21B;
  border-bottom-color: #F5A21B;
}

.dep#index .c-btn_type01:after {
  border-top-color: #F5A21B;
  border-right-color: #F5A21B;
}

.dep#index .c-btn_type01:hover {
  background-color: #F5A21B;
  color: #fff;
}

.dep#index .c-btn_type01[target="_blank"]::before {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 14px;
  display: inline-block;
  background-image: url(/assets/images/common/icon_blank_nutrition.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.dep#index .c-btn_type01[target="_blank"]:hover::before {
  background-image: url(/assets/images/common/icon_blank_nutrition_white.svg);
}

.dep#index .c-hl_type04 span::before,
.dep#index .c-hl_type04 span::after {
  background-color: #F5A21B;
}

.dep#index .c-btn_type01:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.dep#index .c-hl_type05::before {
  background-image: linear-gradient(to bottom, #FABF13 25%, #F5A21B 25%, #F5A21B);
}

.dep#index .c-features_hl::after {
  background-color: #F5A21B;
}

.dep#index .c-education_hl::before {
  background-image: linear-gradient(to bottom, #FABF13 25%, #F5A21B 25%, #F5A21B);
}

.dep#index .c-list_after li::before {
  background-color: #F5A21B;
}

.dep#index .curriculum_fig {
  width: 60vh;
  max-width: 504px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .dep#index .curriculum_fig {
    width: 100%;
  }
}

.dep#index .p-datas__list__item {
  margin-bottom: 50px;
}

.dep#index .u-split_rt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .dep#index .u-split_rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dep#index .sec04 .c-education[data-col="3"]>div {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .dep#index .sec04 .c-education[data-col="3"]>div {
    margin-bottom: 40px;
  }
}

.dep#index .firstChild {
  position: relative;
}

.dep#index .firstChild::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 64px;
  bottom: 0;
  left: 0;
  display: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.dep#index .firstChild.is-compact::after {
  display: block;
}

.dep#index .aco_contents {
  display: block;
}

.dep#index .aco_contents.is-compact {
  display: none;
}

.dep#index .aco_contents_btn {
  position: relative;
  display: block;
  width: 360px;
  padding: 2em 0;
  margin: 0 auto;
  text-align: center;
  color: #F5A21B;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border: solid 1px #E6E6E6;
  border-bottom: solid 2px #F5A21B;
}

@media only screen and (max-width: 767px) {
  .dep#index .aco_contents_btn {
    width: 100%;
    padding: 1em 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dep#index .aco_contents_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #F5A21B;
  border-right: solid 2px #F5A21B;
  transform: rotate(135deg);
}

.dep#index .aco_contents_btn:hover {
  color: #fff;
  border: solid 1px #F5A21B;
  border-bottom: solid 2px #F5A21B;
  background-color: #F5A21B;
}

.dep#index .aco_contents_btn:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.dep#index .aco_contents_btn.is-clicked {
  margin-top: 30px;
}

.dep#index .aco_contents_btn.is-clicked::after {
  transform: rotate(-45deg);
  margin-top: -2px;
}

/* ========================================
   GRADUATES SECTION
   ======================================== */
.dep#index .graduates-section {
  padding: 80px 0 0;
  position: relative;
  /*overflow: hidden;*/
}


.dep#index .graduates-wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.dep#index .graduates-wrap::before,
.dep#index .graduates-wrap::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}

.dep#index .graduates-wrap::before {
  top: -20px;
  left: -60px;
  background:
    linear-gradient(#F5A21B, #F5A21B) 0 12px / 100% 3px no-repeat,
    linear-gradient(#F5A21B, #F5A21B) 12px 0 / 3px 100% no-repeat;
}

.dep#index .graduates-wrap::after {
  bottom: -20px;
  right: -60px;
  background:
    linear-gradient(#F5A21B, #F5A21B) 0 calc(100% - 12px) / 100% 3px no-repeat,
    linear-gradient(#F5A21B, #F5A21B) calc(100% - 12px) 0 / 3px 100% no-repeat;
}

.dep#index .graduates-photo {
  flex: 0 0 48%;
  /*max-width: 38%;*/
}

.dep#index .graduates-photo-img {
  position: relative;
}

.dep#index .graduates-photo-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.dep#index .graduates-photo-img::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #FABF13;
  opacity: 0.6;
}

.dep#index .graduates-body {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .dep#index .graduates-body {
    margin-top: 10px;
  }
}

.dep#index .graduates-title {
  font-family: 'NotoSerifCJKjp';
  font-size: 22px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #F5A21B;
  line-height: 1.7;
  display: inline;
  background-image: linear-gradient(transparent 50%, rgba(250, 191, 19, 0.3) 50%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  animation: bg-underline linear both;
  animation-timeline: view();
  animation-range: entry 10% cover 40%;
}

@supports not (animation-timeline: view()) {
  .dep#index .graduates-title {
    background-size: 100% 100%;
    animation: none;
  }
}

@keyframes bg-underline {
  to {
    background-size: 100% 100%;
  }
}

.dep#index .graduates-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #404040;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dep#index .graduates-text p {
  margin-bottom: 0;
}

.dep#index .graduates-profile {
  margin-top: 0;
}

.dep#index .graduates-profile-dept {
  font-size: 13px;
  font-size: 1.5rem;
  color: #404040;
  margin-bottom: 4px;
}

.dep#index .graduates-profile-name {
  font-size: 14px;
  font-size: 1.5rem;
  color: #404040;
  line-height: 1.6;
  text-align: right;
}

.dep#index .graduates-name-large {
  font-size: 2.2rem;
  font-weight: normal;
  color: #404040;
}

.dep#index .graduates-profile-work {
  font-size: 14px;
  font-size: 1.5rem;
  color: #404040;
  margin-top: 5px;
  text-align: right;
}

/* GRADUATES SECTION - Mobile */
@media only screen and (max-width: 767px) {
  .dep#index .graduates-section {
    padding: 50px 0 40px;
  }


  .dep#index .graduates-wrap {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px 20px;
  }

  .dep#index .graduates-wrap::before,
  .dep#index .graduates-wrap::after {
    width: 25px;
    height: 25px;
  }

  .dep#index .graduates-wrap::before {
    left: -10px;
    background:
      linear-gradient(#F5A21B, #F5A21B) 0 8px / 100% 3px no-repeat,
      linear-gradient(#F5A21B, #F5A21B) 8px 0 / 3px 100% no-repeat;
  }

  .dep#index .graduates-wrap::after {
    right: -10px;
    background:
      linear-gradient(#F5A21B, #F5A21B) 0 calc(100% - 8px) / 100% 3px no-repeat,
      linear-gradient(#F5A21B, #F5A21B) calc(100% - 8px) 0 / 3px 100% no-repeat;
  }

  .dep#index .graduates-photo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dep#index .graduates-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .dep#index .graduates-profile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dep#index .graduates-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .dep#index .graduates-profile-name,
  .dep#index .graduates-profile-dept,
  .dep#index .graduates-profile-work {
    font-size: 1.4rem;
  }

  .dep#index .graduates-name-large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}