/* Scss Document */
/* faculty 学部・大学院 */
section.bg.image {
  background-color: transparent;
}

section.bg.image.opinion:after {
  content: "";
  display: block;
  background-image: url(../images/bg_opinion.jpg);
  background-size: cover;
  background-position: center center;
  filter: brightness(0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

section.common_article {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.common_article p {
  font-weight: 500;
}

section.common_article.fv {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0;
  position: relative;
}

section.common_article.fv:after {
  /* content: ""; */
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #eef3f6;
  width: 100%;
  display: block;
  height: 70px;
  z-index: -1;
}

@media (max-width: 1023px) {
  ul.sub_link {
    flex-direction: column !important;
  }

  ul.sub_link li {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  section.common_article.fv:after {
    display: none;
  }
}

section.common_article.fv .fv_image_sp {
  display: none;
}

@media (max-width: 768px) {
  section.common_article.fv .fv_image_sp {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
  }

  section.common_article.fv .fv_image_sp .movie {
    min-height: unset;
    height: 100%;
  }

  section.common_article.fv .fv_image_sp .bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }

  section.common_article.fv .fv_image_sp .cap {
    position: absolute;
    z-index: 2;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}

section.common_article.fv .fv_image {
  width: 100%;
  max-width: 300px;
  position: relative;
}

@media (max-width: 768px) {
  section.common_article.fv .fv_image {
    position: absolute;
    right: 0;
    z-index: -1;
    height: calc(50% + 100px);
    width: 30%;
  }
}

section.common_article.fv .fv_image img.bg {
  height: 100%;
  object-fit: cover;
}

section.common_article.fv .fv_image img.cap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  section.common_article.fv .fv_image img.cap {
    display: none;
  }
}

section.common_article.fv .fv_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  section.common_article.fv .fv_cont {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

section.common_article.alt {
  padding-top: 0;
}

@media (max-width: 768px) {
  section.common_article.alt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

section.common_article .inr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.common_article .inr h3 {
  font-size: 32px;
}

@media (max-width: 768px) {
  section.common_article .sp_expand {
    padding-right: 20px;
  }

  section.common_article .sp_expand .btn_expand {
    margin-right: 20px;
  }
}

section.common_article h2 {
  font-size: 48px;
  color: #D60000;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.2;
  gap: 15px;
}

@media (max-width: 768px) {
  section.common_article h2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 10vw;
    align-items: baseline;
  }

  section.common_article h2 .title {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }

  section.common_article h2 .title span {
    background-color: white;
    padding: 5px 5px 5px 0px;
  }
}

section.common_article h2 .date {
  font-size: 18px;
  font-family: "Helvetica";
  color: black;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  line-height: 1;
}

section.common_article h2 .date span.num {
  font-size: 48px;
  line-height: 0.7;
}

section.common_article h2 .note {
  font-size: 18px;
  font-weight: 800;
  color: black;
}

section.common_article.image h3 {
  color: white;
  font-size: 32px;
}

@media (max-width: 768px) {
  section.common_article.image h3 {
    font-size: 25px;
  }
}

section.common_article.image h3 span {
  color: white;
}

section.common_article.image p {
  color: white;
}

section.common_article h4.quote {
  color: black;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.7;
  position: relative;
  width: 50%;
  min-width: 600px;
}

@media (max-width: 768px) {
  section.common_article h4.quote {
    min-width: unset;
    width: 100%;
    font-size: 25px;
  }
}

section.common_article h4.quote span {
  color: #D60000;
}

section.common_article h4.quote img {
  width: 20px;
  height: 17px;
  vertical-align: super;
}

section.common_article div.opinion {
  width: 100%;
  display: flex;
}

section.common_article div.opinion .inr {
  width: 80%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-left: 20%;
}

@media (max-width: 768px) {
  section.common_article div.opinion .inr {
    width: 100%;
    margin-left: 0;
  }
}

section.common_article figure {
  display: flex;
  gap: 50px;
  width: 100%;
}

section.common_article figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
}

section.common_article figure figcaption p {
  font-size: 14px;
  line-height: 2;
}

section.common_article figure img {
  position: relative;
  margin-right: -30px;
  width: 30%;
  height: auto;
  max-width: 500px;
  object-fit: cover;
}

section.common_article p.point {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.4;
}

section.common_article p.point span {
  color: #D60000;
}

section.common_article .mo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  section.common_article .mo_list.alt {
    flex-wrap: wrap;
    gap: 10px 2%;
  }

  section.common_article .mo_list.alt li {
    width: calc(51% - 2%);
    margin-right: unset;
  }
}

@media (max-width: 768px) and (max-width: 650px) {
  section.common_article .mo_list.alt li dl.exp dt div p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  section.common_article .mo_list.alt li dl.exp dd span.teacher {
    font-size: 14px;
  }
}

@media (max-width: 768px) and (max-width: 650px) {
  section.common_article .mo_list.alt li dl dt div {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 650px) and (max-width: 360px) {
  section.common_article .mo_list.alt li dl dt div {
    font-size: 16px;
  }
}

@media (max-width: 768px) and (max-width: 650px) {
  section.common_article .mo_list.alt li dl dd span {
    font-size: 16px;
  }
}

@media (max-width: 768px) and (max-width: 650px) {
  section.common_article .mo_list.alt li .mark {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 768px) {
  section.common_article .mo_list.alt li dl {
    padding: 2vw;
  }

  section.common_article .mo_list.alt li dl.exp dt {
    padding: 2vw;
  }
}

section.common_article .mo_list li {
  width: calc(20.4% - 2%);
  overflow: hidden;
  margin-right: 0;
  aspect-ratio: 284 / 284;
}

@media screen and (max-width: 1600px) {
  section.common_article .mo_list li {
    width: calc(25.5% - 2%);
  }
}

@media (max-width: 1200px) {
  section.common_article .mo_list li {
    width: calc(34% - 2%);
  }
}

@media (max-width: 1023px) {
  section.common_article .mo_list li {
    width: calc(50% - 2%);
  }
}

@media (max-width: 768px) {
  section.common_article .mo_list li {
    width: 280px;
    margin-right: 10px;
    aspect-ratio: 280 / 280;
  }
}

section.common_article .mo_list li dl {
  background-color: #e6ebef;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  transition: .3s;
  cursor: pointer;
  min-height: unset;
}

@media (max-width: 1200px) {
  section.common_article .mo_list li dl {
    padding: 15px;
  }
}

section.common_article .mo_list li dl.exp {
  padding: 0;
  justify-content: flex-start;
}

section.common_article .mo_list li dl.exp.active {
  transform: translateY(-100%);
}

section.common_article .mo_list li dl.exp dt {
  padding: 1vw;
  height: auto;
}

@media (max-width: 1200px) {
  section.common_article .mo_list li dl.exp dt {
    padding: 15px;
  }
}

section.common_article .mo_list li dl.exp dt div p {
  font-size: 0.85vw;
  font-weight: 500;
  color: black;
}

@media (max-width: 1200px) {
  section.common_article .mo_list li dl.exp dt div p {
    font-size: 14px;
  }
}

section.common_article .mo_list li dl.exp a {
  width: 100%;
  cursor: pointer;
  padding: 0px 1vw;
}

section.common_article .mo_list li dl.exp a:hover {
  color: #D60000;
  opacity: 1;
}

section.common_article .mo_list li dl.exp a:hover span {
  color: #D60000;
}

@media (max-width: 768px) {
  section.common_article .mo_list li dl.exp a {
    padding: 15px;
  }
}

section.common_article .mo_list li dl.exp dd span.teacher {
  font-size: 0.95vw;
  font-weight: 900;
  font-family: noto sans jp;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1.7;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  section.common_article .mo_list li dl.exp dd span.teacher {
    font-size: 16px;
  }
}

section.common_article .mo_list li dl.exp dd span.teacher .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  background-color: transparent;
}

section.common_article .mo_list li dl dt {
  display: flex;
  flex-direction: column;
  background-color: #e6ebef;
}

section.common_article .mo_list li dl dt div {
  font-size: 1.75vw;
  font-weight: 400;
}

@media (max-width: 1200px) {
  section.common_article .mo_list li dl dt div {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  section.common_article .mo_list li dl dt div br {
    display: none;
  }
}

section.common_article .mo_list li dl dt div span {
  font-weight: 800;
  color: #D60000;
}

section.common_article .mo_list li dl dd {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0;
  align-items: center;
}

section.common_article .mo_list li dl dd span {
  font-family: "Helvetica";
  font-size: 20px;
  color: #D60000;
  opacity: 1;
  transition: .3s;
  line-height: 1;
}

section.common_article .mo_list li dl dd span.symb {
  font-family: "noto sans jp";
  font-size: 40px;
  line-height: 1;
  background-color: transparent;
  font-weight: 400;
}

section.common_article .mo_list li dl dd span.symb.active {
  opacity: 0;
}

section.common_article .mo_list li dl dd span.teacher {
  color: black;
}

.en_cap {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  color: #D60000;
  font-family: "Helvetica", "noto sans jp";
  width: fit-content;
}

.en_cap span {
  color: black;
  font-weight: 800;
  font-size: 32px;
}

h3 {
  font-size: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h3 span {
  color: #D60000;
  font-family: "Helvetica";
  font-size: 20px;
}

.voice {
  display: flex;
  gap: 60px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .voice {
    flex-direction: column;
  }
}

.voice.alt {
  gap: 17px;
  padding: 30px;
  background-color: #ecf1f3;
  flex-direction: column;
  display: flex;
}

@media (max-width: 768px) {
  .voice.alt {
    padding-left: 0;
    padding-right: 0;
  }
}

.voice.alt:after {
  display: none;
}

@media (max-width: 768px) {
  .voice.alt:after {
    display: block;
    content: "";
    width: calc(100% + 40px);
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.voice.alt:before {
  content: "";
  position: absolute;
  background-color: white;
  height: 50px;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .voice.alt:before {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.voice.alt figure {
  padding-bottom: 0;
}

.voice.alt h3 {
  position: relative;
}

@media (max-width: 768px) {
  .voice.alt .flex.alt {
    flex-direction: column;
  }
}

.voice:after {
  content: "";
  position: absolute;
  background-color: #ecf1f3;
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -2;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .voice:after {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.voice:before {
  content: "";
  position: absolute;
  background-color: white;
  height: 77px;
  width: calc(100% + 20px);
  z-index: -1;
}

@media (max-width: 768px) {
  .voice:before {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 73px;
  }
}

.voice figure {
  width: 50%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  min-width: unset;
}

@media (max-width: 768px) {
  .voice figure {
    max-width: unset;
    width: 100%;
  }
}

.voice .flex.gap15 {
  width: 100%;
}

@media (max-width: 768px) {
  figure img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

figure {
  width: 100%;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
}

figure span {
  font-size: 20px;
  font-weight: 800;
}

figure span i {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}

figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

figure figcaption p {
  font-weight: 500;
}

.sliders .wrap {
  margin-top: 45px;
}

.sliders .wrap:first-child {
  margin-top: 0;
}

.sliders ul.slider li {
  width: 284px;
  height: 284px;
}

.sliders ul.slider li p {
  font-weight: 800;
}

.sliders .slider {
  padding-bottom: 50px;
}

.sliders ul.slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 5px;
  width: 100%;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.sliders ul.slider ul.slick-dots li {
  height: unset;
  min-height: unset;
  margin: 0;
  width: auto;
}

@media (max-width: 768px) {
  .sliders ul.slider .slick-next {
    right: 12px;
  }
}

.sliders ul.slider.txt_slide a {
  display: flex;
  height: 100%;
}

.sliders ul.slider.txt_slide dl {
  display: flex;
  height: 100%;
  position: relative;
}

.sliders ul.slider.txt_slide dl dt {
  height: 100%;
}

.sliders ul.slider.txt_slide dl dd {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.sliders ul.slider.txt_slide dl dd .material-symbols-outlined {
  font-weight: normal;
}

.sliders ul.slider.txt_slide dl dd .material-symbols-outlined.red {
  color: #D60000;
}

.sliders ul.slider.txt_slide dl dd .material-symbols-outlined.white {
  color: white;
  -moz-text-shadow: 0px 0px 18px black;
  -webkit-text-shadow: 0px 0px 18px black;
  -ms-text-shadow: 0px 0px 18px black;
  text-shadow: 0px 0px 18px black;
}

.sliders ul.slider.txt_slide li.txt dl dt {
  background-color: #cbd5dc;
  padding: 20px;
  padding-right: 30px;
  color: #D60000;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sliders ul.slider.txt_slide li.txt dl dt h4 {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

@media (max-width: 500px) {
  .sliders ul.slider.txt_slide li.txt dl dt h4 br {
    display: none;
  }
}

.sliders ul.slider.thumb_slide li {
  width: 440px;
  min-height: 320px;
}

@media (max-width: 768px) {
  .sliders ul.slider.thumb_slide li {
    width: 280px;
  }
}

.sliders ul.slider.thumb_slide li dl {
  height: 100%;
}

.sliders ul.slider.thumb_slide li dl dt {
  min-height: 180px;
}

.sliders ul.slider.thumb_slide li dl dt img {
  max-height: unset;
}

.sliders ul.slider.thumb_slide li dl dd {
  height: 100%;
  background-color: white;
}

.sliders ul.slider.thumb_slide li dl dd span.material-symbols-outlined {
  color: #D60000;
  text-align: right;
}

a.anchor {
  margin-top: -60px;
  padding-top: 60px;
  display: block;
}

@media (max-width: 768px) {
  a.anchor {
    margin-top: -40px;
    padding-top: 40px;
  }
}

ul.oneline_link {
  display: flex;
  flex-direction: column;
  width: calc(100% - 33.3%);
  gap: 10px;
  margin-left: 33.3%;
}

ul.oneline_link.alt {
  gap: 0;
}

ul.oneline_link.alt a {
  align-items: center;
}

@media (max-width: 768px) {
  ul.oneline_link.alt {
    /* transform: translateX(-10px); */
    margin-left: 0;
    width: 100%;
  }
}

ul.oneline_link.alt li {}

@media (max-width: 768px) {
  ul.oneline_link.alt li {

    display: flex;

    justify-content: flex-end;

    border-bottom: none;
  }
}

ul.oneline_link.alt li a:hover {
  background-color: rgba(255, 255, 255, 0.80);
}

ul.oneline_link.alt li a h4 {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(19px, 1.667vw, 32px);
  font-weight: 600;
  transition: .3s;
}

@media (max-width: 768px) {
  ul.oneline_link.alt li a h4 {
    flex-direction: column;
  }
}

ul.oneline_link.alt li a h4 span.en {
  font-size: 16px;
  font-family: "Helvetica";
  color: #D60000;
}

ul.oneline_link.alt li a h4 span.tit {
  font-size: 16px;
  font-weight: bold;
}

ul.oneline_link.alt li a span.material-symbols-outlined {
  /* transform: rotate(90deg); */
}

ul.oneline_link li {
  width: 100%;
}

ul.oneline_link li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 75px;
  padding: 20px;
}

ul.oneline_link li a:hover {
  background-color: #cbd5dc;
  opacity: 1;
}

@media (max-width: 768px) {
  ul.oneline_link li a {
    gap: 20px;
    /* padding-right: 0; */
    width: 280px;
    /* padding-bottom: 10px; */
  }
}

ul.oneline_link li a h4 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
}

ul.oneline_link li a h4 span {
  font-size: 14px;
  color: #4e7c88;
  transition: .3s;
}

ul.oneline_link li a span.material-symbols-outlined {
  color: #f50000;
}

.more_issue {
  padding-top: 125px;
}

.more_issue .wrap.row {
  flex-direction: row;
  overflow: hidden;
}

@media (max-width: 768px) {
  .more_issue {
    padding-top: 16.276041666666664vw;
  }

  .more_issue .wrap.row {
    flex-direction: column;
    overflow: unset;
  }
}

.more_issue div.caption {
  min-width: 284px;
}

@media (max-width: 768px) {
  .more_issue div.caption {
    min-width: unset;
  }
}

.more_issue div.caption a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.more_issue div.caption h2 {
  font-weight: bolder;
  font-family: "Helvetica";
  color: #f50000;
  font-size: 55px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}

.more_issue div.caption h2 span.txt {
  font-size: 18px;
  font-weight: 800;
  font-family: "noto sans jp";
}

.more_issue div.caption h2 span {
  font-size: 64px;
}

@media (max-width: 768px) {
  .more_issue div.caption h2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.more_issue ul.slider li {
  width: 284px;
  height: 284px;
  position: relative;
}

.more_issue ul.slider .slick-next {
  /* right: 322px; */
  z-index: 2;
}

@media (max-width: 768px) {
  .more_issue ul.slider .slick-next {
    right: 12px;
    top: 28.408333vw;
  }
}

.more_issue ul.slider {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.more_issue ul.slider a {
  display: flex;
  height: 100%;
}

.more_issue ul.slider a:hover {
  opacity: 1;
}

.more_issue ul.slider .slick-list {
  z-index: 1;
}

.more_issue ul.slider dl {
  display: flex;
  height: 100%;
  position: relative;
}

.more_issue ul.slider dl.exp {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(284px);
  transition: .3s;
  z-index: 2;
}

.more_issue ul.slider dl.exp.active {
  transform: translateY(0);
}

.more_issue ul.slider dl.exp dt:after {
  display: none;
}

.more_issue ul.slider dl.exp dt span.num {
  color: #f50000;
}

.more_issue ul.slider dl.exp dd span.m_y {
  color: #f50000;
}

.more_issue ul.slider dl dt {
  height: 100%;
}

.more_issue ul.slider dl dd {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.more_issue ul.slider dl dd .material-symbols-outlined {
  font-weight: normal;
  position: relative;
  bottom: 5px;
}

.more_issue ul.slider dl dd .material-symbols-outlined.red {
  color: #f50000;
}

.more_issue ul.slider dl dd .material-symbols-outlined.white {
  color: white;
  -moz-text-shadow: 0px 0px 18px black;
  -webkit-text-shadow: 0px 0px 18px black;
  -ms-text-shadow: 0px 0px 18px black;
  text-shadow: 0px 0px 18px black;
}

.more_issue ul.slider dl.exp dt {
  background-color: #e5ebee;
  padding: 20px;
  padding-right: 30px;
  color: #D60000;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.more_issue ul.slider dl.exp dt h3 {
  font-size: 22px;
  font-weight: bolder;
  color: #f50000;
}

@media (max-width: 500px) {
  .more_issue ul.slider dl.exp dt h3 br {
    display: none;
  }
}

.more_issue ul.slider dl.exp dt p span {
  color: #f50000;
}

.more_issue ul.slider li dl dt {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-right: 30px;
  justify-content: space-between;
  position: relative;
}

.more_issue ul.slider li dl dt:after {
  content: "";
  position: absolute;
  display: block;
  background: #cbd5dc;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.more_issue ul.slider li dl dt span.cg {
  font-size: 35px;
  font-family: "Helvetica";
  position: relative;
  z-index: 1;
  color: #D60000;
}

.more_issue ul.slider li dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: unset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.more_issue ul.slider li dl dt h3 {
  font-size: 24px;
  color: black;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 900;
  -moz-text-shadow: 0px 0px 18px black;
  -webkit-text-shadow: 0px 0px 18px black;
  -ms-text-shadow: 0px 0px 18px black;
  /* text-shadow: 0px 0px 18px black; */
}

.more_issue ul.slider li dl dt span.num {
  font-size: 40px;
  font-weight: 800;
  color: white;
  position: relative;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.more_issue ul.slider li dl dt span.num span {
  font-size: 14px;
  line-height: 1;
  position: relative;
  bottom: 4px;
}

.more_issue ul.slider li dl dd {
  background-color: transparent;
}

.more_issue ul.slider li dl dd span.m_y {
  color: white;
}

.more_issue ul.slider li dl dd span.symb {
  font-family: "noto sans jp";
  font-size: 40px;
  line-height: 1;
  background-color: transparent;
  color: white;
  font-weight: 400;
}

.more_issue ul.slider span.m_y {
  position: absolute;
  bottom: 20px;
  right: 20;
}

.more_issue ul.slider span.num {
  position: relative;
  z-index: 1;
}

.more_issue ul.slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 5px;
  width: calc(100% - 284px);
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .more_issue ul.slider ul.slick-dots {
    width: 100%;
  }

  .more_issue ul.slider li dl dt h3 {
    font-size: clamp(20px, 6.510416666666667vw, 50px);
    font-weight: 700;
  }
}

.more_issue ul.slider ul.slick-dots li {
  height: unset;
  min-height: unset;
  margin: 0;
  width: auto;
}

@media (max-width: 768px) {
  .sp_expand {
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: .3s;
  }

  .sp_expand:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
    transition: .3s;
  }

  .sp_expand.gray:after {
    background: linear-gradient(-180deg, rgba(238, 243, 246, 0) 0%, #eef3f6 70%, #eef3f6 100%);
  }

  .sp_expand.active {
    height: auto;
  }

  .sp_expand.active:after {
    opacity: 0;
  }

  .sp_expand.active .btn_expand {
    opacity: 0;
  }
}

.sp_expand .btn_expand {
  display: none;
}

@media (max-width: 768px) {
  .sp_expand .btn_expand {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    color: #D60000;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    transition: .3s;
    cursor: pointer;
  }
}

.mark {
  display: flex;
  width: 21px;
  height: 21px;
  justify-content: center;
  align-items: center;
}

.mark span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #D60000;
  position: absolute;
}

.mark span:last-child {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .pdl30 {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  img.sp {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.common_cont p {
  font-weight: 500;
}

@media (max-width: 768px) {
  #sub section.bg.image .slick-slider {
    width: calc(100% + 20px);
  }
}

@media (max-width: 768px) {
  #sub section.common_cont.bg_gray.sliders .slick-slider {
    width: calc(100% + 20px);
  }
}

@media (max-width: 768px) {
  #sub .more_issue .slick-slider {
    width: calc(100% + 20px);
  }
}

.arrow_being img {
  width: 45px;
}

.movie {
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  min-height: 40vw;
  overflow: hidden;
}

.movie video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px #000);
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .movie {
    max-height: 450px;
  }
}

.movie img.play {
  display: none;
}

@media (max-width: 768px) {
  .movie img.play {
    position: absolute;
    z-index: 1;
    top: 15vw;
    left: 0;
    right: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 15vw;
  }
}

.movie img.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.sp.you {
  width: 45.6vw;
}

section#news-event {
  padding-top: 0;
}

section .side_txt {
  top: 15px;
  transition: .3s;
}

section.bg-image {
  background-color: transparent;
  padding-right: 0;
}

section.bg-image:after {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  transition: .3s;
  opacity: 1;
}

section.bg-image.gray:after {
  content: "";
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  transition: .3s;
  opacity: 1;
}

section.bg-image[data-color-inversion="false"]:before {
  content: "";
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
  opacity: 0;
}

section.bg-image[data-color-inversion="true"]:before {
  content: "";
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
  opacity: 0.6;
}

section.bg-image.F_Letters:after {
  content: "";
  background: url(../images/bg_F_Letters.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Letters:after {
  content: "";
  background: url(../images/bg_G_Letters.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Psychology:after {
  content: "";
  background: url(../images/bg_F_Psychology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Psychology:after {
  content: "";
  background: url(../images/bg_G_Psychology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}


section.bg-image.F_Economics:after {
  content: "";
  background: url(../images/bg_F_Economics.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Economics:after {
  content: "";
  background: url(../images/bg_G_Economics.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Business-Administration:after {
  content: "";
  background: url(../images/bg_F_Business-Administration.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Business-Administration:after {
  content: "";
  background: url(../images/bg_G_Business-Administration.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Law:after {
  content: "";
  background: url(../images/bg_F_Law.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Law:after {
  content: "";
  background: url(../images/bg_G_Law.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Policy-Science:after {
  content: "";
  background: url(../images/bg_F_Policy-Science.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Policy-Science:after {
  content: "";
  background: url(../images/bg_G_Policy-Science.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_International-Studies:after {
  content: "";
  background: url(../images/bg_F_International-Studies.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_International-Studies:after {
  content: "";
  background: url(../images/bg_G_International-Studies.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Advanced-Science-and-Technology:after {
  content: "";
  background: url(../images/bg_F_Advanced-Science-and-Technology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Science-and-Technology:after {
  content: "";
  background: url(../images/bg_G_Science-and-Technology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sociology:after {
  content: "";
  background: url(../images/bg_F_Sociology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Sociology:after {
  content: "";
  background: url(../images/bg_G_Sociology.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Agriculture:after {
  content: "";
  background: url(../images/bg_F_Agriculture.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Agriculture:after {
  content: "";
  background: url(../images/bg_G_Agriculture.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Environment:after {
  content: "";
/*  background: url(../images/bg_F_Environment.jpg);*/
  background-color: #f50000;
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Information:after {
  content: "";
/*  background: url(../images/bg_F_Information.jpg);*/
  background-color: #E5EBEE;
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_College:after {
  content: "";
  background: url(../images/bg_F_College.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Practical-Shin-Buddhist-Studies:after {
  content: "";
  background: url(../images/bg_G_Practical-Shin-Buddhist-Studies.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Practical-Shin-Buddhist-Studies:after {
  content: "";
  background: url(../images/bg_G_Practical-Shin-Buddhist-Studies.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Practical-Shin-Buddhist-Studies:after {
  content: "";
  background: url(../images/bg_G_Practical-Shin-Buddhist-Studies.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub1:after {
  content: "";
  background: url(../images/bg_F_sub1.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub2:after {
  content: "";
  background: url(../images/bg_F_sub2.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub3:after {
  content: "";
  background: url(../images/bg_F_sub3.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub4:after {
  content: "";
  background: url(../images/bg_F_sub4.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub5:after {
  content: "";
  background: url(../images/bg_F_sub5.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.F_Sub6:after {
  content: "";
  background: url(../images/bg_F_sub6.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Sub1:after {
  content: "";
  background: url(../images/bg_G_sub1.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.G_Sub2:after {
  content: "";
  background: url(../images/bg_G_sub2.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}

section.bg-image.S_Other-courses:after {
  content: "";
  background: url(../images/bg_S_Other-courses.jpg);
  background-position: center center;
  background-size: cover;
  transition: .3s;
  opacity: 1;
}



section.bg-image[data-color-inversion="true"] .catch {
  color: white;
}

section.bg-image[data-color-inversion="true"] .catch span.red {
  color: white;
}

section.bg-image[data-color-inversion="true"] .side_txt {
  color: white;
}

section.bg-image[data-color-inversion="true"] ul.oneline_link.alt a {}

section.bg-image[data-color-inversion="true"] ul.oneline_link.alt a h4,
section.bg-image[data-color-inversion="true"] ul.oneline_link.alt a span {
  color: white;
}

section.bg-image[data-color-inversion="true"] ul.oneline_link.alt li.active a h4,
section.bg-image[data-color-inversion="true"] ul.oneline_link.alt li.active a span {
  color: #f50000;
}

ul.sub_link {
  display: flex;
  flex-direction: row;
  width: calc(100% - 33.3%);
  gap: 0px;
  margin-left: 33.3%;
  flex-wrap: wrap;
  margin-top: 50px;
}

ul.sub_link li {
  width: 50%;
}

ul.sub_link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
  padding: 20px 20px;
}

ul.sub_link li a:hover {
  background-color: rgba(255, 255, 255, 0.80);
  opacity: 1;
}

section.gray ul.sub_link li a:hover {
  background-color: rgba(255, 255, 255, 0.80);
  opacity: 1;
}

ul.sub_link li a h4 {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-size: clamp(16px, 1.367vw, 26px);
  font-weight: 600;
  transition: .3s;
}

section.bg-image[data-color-inversion="true"] ul.sub_link li.active a h4,
section.bg-image[data-color-inversion="true"] ul.sub_link li.active a span {
  color: #f50000;
}

section.bg-image[data-color-inversion="true"] ul.sub_link li a h4,
section.bg-image[data-color-inversion="true"] ul.sub_link li a span {
  color: white;
}

section {
  padding-right: 0;
}

@media (max-width: 768px) {
  ul.sub_link {
    width: calc(100% - 33%);
    margin-top: 0;
    flex-direction: column;
    /* margin-left: 0; */
    align-content: end;
    /* transform: translateX(-10px); */
  }

  ul.sub_link li {
    width: fit-content;
    width: 280px !important;
  }

  ul.sub_link li a {
    /* padding-right:0; */
    width: 280px;
  }

  .cont_anchor_link.alt li a:hover::before {
    display: none;
  }
}