@charset "utf-8";

/*-----h2 span.ja追加css-----*/
@media print, screen and (max-width: 960px) {
  .page.faculty h2 .enOuter {
    width: auto !important;
    display: inline-block;
  }

  /*lecture*/
  .lecture .h2,
  .lecture .inlineB {
    padding: 0 20px;
  }
  .page .lecture {
    padding-bottom: 10px;
  }
}

.br-ipad {
  display: block;
}

@media print, screen and (max-width: 959px) {
  .br-ipad {
    display: none !important;
  }
}

@media print, screen and (max-width: 560px) {
  .br-sp {
    display: block !important;
  }
  .span .space {
    padding-left: 10px;
  }
  /*courses */
  .page .courses {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page .courses > div {
    width: calc(97% / 2);
  }
  .page.faculty .courseItem a {
    margin: 0 0;
  }

  .page h3,
  .page .h3 {
    font-size: 0.775em;
  }
  .page.faculty .courseItem a h3:after {
    width: 22px;
    height: 7px;
    top: calc(50% - 5px);
  }
}

.page .lecture .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (max-width: 959px) {
  .page .lecture .flex {
    display: inline;
  }
}

.facultyH1Area h1 > span.upper span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
  color: #ff7661;
  padding: 5px;
  line-height: 0.9em;
}

.courseText p {
  text-align: left !important;
  padding: 0.5px 25px !important;
  font-size: 0.95rem !important;
}

@media print, screen and (max-width: 560px) {
  .courseText p {
    display: none !important;
  }
}

.lessonBnr img.forPc {
  width: 100% !important;
}

.page.faculty .lattice {
  background-image: url(/img/page/examinee/faculty/img_faculty_bg.png) !important;
  background-size: 98px auto;
}

.bnrSpecial {
  color: #00929c;
  background: #ffffff;
  padding: 40px 0 30px;
  text-align: center;
  background: #ebfffc;
}

@media print, screen and (max-width: 560px) {
  .bnrSpecial {
    padding: 20px;
  }
}

.bnrSpecial samp {
  font-size: 1rem;
}
.courseH2Text {
  color: #fff;
  text-align: center;
}

@media print, screen and (max-width: 960px) {
  .courseH2Text {
    text-align: left;
  }
  .inlineB {
    display: block !important;
  }
}

.br-sp {
  display: none;
}

.page.faculty h2 .ja {
  font-size: 0.9rem;
  padding-left: 0.5em;
  white-space: nowrap;
}
.page.faculty .course h2 .ja {
  font-size: 1.2rem;
}
.page.faculty h2 .en {
  text-align: right;
  white-space: nowrap;
  line-height: 1 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page.faculty h2 .en::after {
  content: '';
  display: block;
  border: 1em solid transparent;
  position: absolute;
  right: calc(-3em);
  top: 0;
  z-index: 1;
}
.page.faculty .course h2 .enOuter {
  display: flex;
  align-items: center;
}
.page.faculty .course h2 .enOuter .ja {
  color: #fff !important;
}

/*科目seminarcss*/
.seminarPickup {
  width: 100%;
}

.seminarPickup h3 {
  background: none;
  color: #000;
  padding: 12px 0 20px 0;
  margin: 24px 16px 18px 16px;
  font-size: 1.5em;
  line-height: 1.6;
  min-height: 3.5em;
  text-align: center;
  position: relative;
}

.decoration {
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
}

.decoration .decoration1 {
  font-size: 0.8rem;
}

.decoration .decoration2 {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  border-bottom: 1px solid #3cc6ce;
}

.seminarPickup p {
  text-align: center;
}

@media print, screen and (max-width: 560px) {
  .seminarPickup p {
    text-align: left;
  }
}

.seminarPickupFullContent {
  width: 100%;
  margin-bottom: 20px;
}
.seminarPickupContent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.seminarPickup .column {
  /*   flex: 1;*/
  border-radius: 8px;
  width: calc((100% - 5px * 4) / 2);
}

/* 画像のフレキシブルなサイズ */
.seminarPickup img {
  width: 100%;
  height: auto;
}
.seminarPickup figure {
  position: relative;
  margin: 0;
  background-color: #f0f0f0;
}
.seminarPickup figcaption {
  position: absolute;
  background-color: #3cc6ce;
  bottom: -10px;
  left: 20px;
  padding: 15px;
  color: #fff;
}
.seminarPickup .txt {
  padding: 20px;
  background-color: #fff;
  text-align: left;
}

@media print, screen and (max-width: 560px) {
  .seminarPickup .column {
    width: calc(100% / 1);
  }
  .seminarPickup figcaption {
    position: initial;
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .seminarPickup .txt {
    padding: 5px;
    margin: 0;
  }
}

.feature1 {
  margin: 0 auto;
}

.feature1 .featureText {
  padding: 20px 10px 12px;
  border-radius: 5px;
  border: 2px dashed #3bc5ce;
}

@media print, screen and (max-width: 560px) {
  .feature1 .featureText {
    padding: 0 10px 0;
    margin: 10px;
  }
}

.focus .focusItem .focusItemText {
  display: inline-block;
  vertical-align: top;
  color: #181919;
  font-size: 1rem;
  line-height: 1.5em;
}

.imgWrap ul.images {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 1220px;
  margin: 0 auto;
}

/* Feature */
.featureContent .text {
  padding: 2em 0;
}

.featureContent h3 {
  position: relative;
  text-align: left !important;
  font-size: 2.7rem;
}

.featureContent .text span {
  padding-left: 35px;
}

.featureContent h3::before {
  position: absolute;
  font-family: Oswald, sans-serif;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #bdf9f7;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-size: 3.8em;
  top: -80px;
}
.featureContent .text p {
  text-align: center;
  font-size: 1.2em;
}

.featureContent .imgWrap {
  padding: 30px 0;
  background: #ebfffc;
}

@media print, screen and (max-width: 960px) {
  .featureContent .text p {
    text-align: left;
  }

  .featureContent .imgWrap {
    padding: 10px 0;
  }
}

.featureContent .imgWrap:nth-of-type(4) {
  padding-bottom: 50px;
}

.featureContent .featureImeg3 {
  background: #ebfffc;
  padding-bottom: 50px;
  margin-bottom: -3.2%;
}

.featureContent .featureImeg3 ul {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 1220px;
  margin: 0 auto;
}

.featureContentText {
  max-width: 1220px;
  margin: 0 auto;
}

.featureContentText p {
  padding: 10px 10px 0;
}

@media print, screen and (max-width: 560px) {
  .featureContentText p {
    padding: 0 10px 0;
  }
}

@media print, screen and (max-width: 560px) {
  .featureContent .text {
    padding: 0;
  }

  .featureContent h3 {
    font-size: 1.2rem;
  }

  .featureContent .text span {
    padding-left: 10px;
    font-size: 1.4rem;
  }

  .featureContent h3::before {
    font-size: 4em;
    top: -30px;
  }
  .featureContent .text p {
    text-align: left;
    font-size: 0.959em;
  }
}

/* featureList */
.featureList {
  margin: 0;
  padding: 0;
}

.featureList li {
  margin: 0 auto;
  padding: 0 0 2%;
  display: flex;
}

.featureList li dl {
  width: 55%;
  display: flex;
  margin: 0 auto;
}

.featureList li dl dt {
  width: 50%;
  margin-right: 20px;
}
.featureList li dl dd {
  width: 50%;
  margin: 0;
}

.featureList P {
  width: 45%;
}

@media print, screen and (max-width: 560px) {
  .featureList li {
    display: inline;
    margin: 10px;
    width: 100%;
  }

  .featureList li dl {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .featureList li dl dt {
    width: 50%;
    margin-right: 10px;
  }
  .featureList li dl dd {
    width: 50%;
    margin: 0;
  }

  .featureList p {
    width: 100%;
  }
}

.featureContentText .SubTitle {
  background-color: #fff;
  color: #00929c;
  padding: 20px;
}

.featureContent .images li {
  padding: 0 10px;
}

@media print, screen and (max-width: 560px) {
  .featureContent .images li {
    padding: 0 5px;
  }
}

.manabi {
  display: flex;
}

.manabi > div:nth-child(1) {
  width: 38%;
  padding: 0 10px;
}
.manabi > div:nth-child(2) {
  width: 72%;
}

@media print, screen and (max-width: 560px) {
  .manabi {
    display: inline;
  }
  .manabi > div:nth-child(1) {
    width: 100%;
  }
  .manabi > div:nth-child(2) {
    width: 100%;
  }
}

.manabiText {
  padding: 0.5em;
}

.manabiText p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}
.manabiText p span {
  color: #00929c;
  font-weight: 700;
  font-size: 0.95em;
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.manabiText p span:after,
.manabiText p span:before {
  content: '';
  display: block;
  height: 1.8em;
  width: 0.5em;
  border: 1px solid #26c5cf;
  position: absolute;
  top: calc(50% - 0.8em);
}
.manabiText p span:after {
  border-left: none;
  right: 0;
}
.manabiText p span:before {
  border-right: none;
  left: 0;
}

/* Focus */
.focus .focusItem .text h3 {
  display: inline-block;
  vertical-align: top;
  color: #00929c;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.focus .focusItem .text span {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 1.5em;
}

/*focus*/
@media print, screen and (max-width: 560px) {
  .page.faculty .focus h3 > span {
    margin: 10px 0 0 -30px;
  }
}

/* facility  */
.facility {
  background: #ebfffc;
  padding: 2em 0;
}

.facility h2 {
  font-size: 2rem;
  padding: 0.2rem 2rem;
  text-align: center;
}

.facility ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 1em 0 0;
  gap: 0 20px;
  margin: 0 auto;
}

.facility li:first-child {
  width: 100%;
}

.facility li:nth-child(n + 2) {
  width: calc((100% - 5px * 8) / 3);
}

@media print, screen and (max-width: 960px) {
  .facility li:nth-child(n + 1) {
    width: calc(100% / 1);
  }
}

.facility li .art a {
  background: #ff7661;
}

.facility li a {
  width: 100%;
}

.facility .greenBtn {
  text-align: left;
  border-bottom: none;
}

/*facility */
.greenBtn a {
  background: #26c5cf;
  color: #fff;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 1em 8em 1em 2em;
  position: relative;
  transition: 0.4s allease;
}
.greenBtn {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
  border-bottom: 1px solid #26c5cf;
}

@media print, screen and (max-width: 960px) {
  .greenBtn {
    text-align: center;
  }
}

.greenBtn a {
  background: #26c5cf;
  color: #fff;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 1em 8em 1em 2em;
  position: relative;
  transition: 0.4s all ease;
}
.greenBtn a:before,
.greenBtn a:after {
  content: '';
  position: absolute;
}
.greenBtn a:before {
  display: inline-block;
  width: 4em;
  border-bottom: 1px solid #fff;
  right: 1em;
  top: 50%;
}
.greenBtn a:after {
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 6px);
  right: 1em;
}
.greenBtn a:hover {
  opacity: 0.7;
}

.page.faculty .lecture h2.noArrow {
  text-align: center;
  display: table;
  margin: 2em auto 0.8em;
  position: relative;
  padding-top: 1.5em;
}
.page.faculty .lecture h2.noArrow:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
}

.page.faculty .lecture2 h3 span,
.page.faculty .lecture h2.noArrow:before {
  background: #00929c;
  background: -webkit-linear-gradient(
    180deg,
    rgba(38, 197, 207, 1) 0%,
    rgba(45, 200, 203, 1) 13.66%,
    rgba(64, 209, 191, 1) 33.57%,
    rgba(96, 222, 172, 1) 57.29%,
    rgba(140, 242, 146, 1) 83.72%,
    rgba(171, 255, 128, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    59.42% 50%,
    1.34% 50%,
    color-stop(0, rgba(38, 197, 207, 1)),
    color-stop(0.1366, rgba(45, 200, 203, 1)),
    color-stop(0.3357, rgba(64, 209, 191, 1)),
    color-stop(0.5729, rgba(96, 222, 172, 1)),
    color-stop(0.8372, rgba(140, 242, 146, 1)),
    color-stop(1, rgba(171, 255, 128, 1))
  );
  background: linear-gradient(
    -90deg,
    rgba(38, 197, 207, 1) 0%,
    rgba(45, 200, 203, 1) 13.66%,
    rgba(64, 209, 191, 1) 33.57%,
    rgba(96, 222, 172, 1) 57.29%,
    rgba(140, 242, 146, 1) 83.72%,
    rgba(171, 255, 128, 1) 100%
  );
}

@media screen and (min-width: 960px) {
  .page.faculty .point h2 .en,
  .page.faculty .lecture h2 .en,
  .page.faculty .course h2 .en {
    font-size: 2.3rem;
  }

  .seminarH2 {
    font-size: 1.69rem;
  }

  .lecture h2 .h2,
  .feature h2 .h2,
  .seminar h2 .h2 {
    font-size: 1.9rem !important;
  }

  .page.faculty .point h2 {
    height: 90px;
  }
  .page.faculty h2 .en {
    display: flex !important;
    flex-direction: column;
    /* line-height: 1 !important;*/
  }
  .page.faculty h2 .ja {
    font-size: 1.2rem;
    padding-left: 0;
  }
  /*各項目別に中央寄せcss*/
  .page.faculty .point h2 .ja {
    padding-right: 1em;
  }
  .page.faculty .lecture h2 .ja {
    padding-right: 2em;
  }
  .page.faculty .course h2 .ja {
    font-size: 1.5rem;
    position: absolute;
    left: calc(50vw - 3em);
  }
  .page.faculty .course h2 .enOuter::after {
    content: none;
  }
  .page.faculty .point h2 .enOuter,
  .page.faculty .course h2 .en {
    min-width: 300px;
  }
  .page.faculty .course h2 .en::after {
    right: calc(-2em + 2px);
  }
  .page.faculty .lecture h2 .en {
    padding: 0.5em;
    padding-right: 1em;
    height: unset;
  }
  .facultymusic.page.faculty .lecture h2 .h2 {
    top: -5%;
  }

  .page .lecture .unlockl .text {
    padding: 1em;
    border-top: 1px solid #26c5cf;
    border-bottom: 1px solid #26c5cf;
  }

  .h2Wrap P {
    text-align: center;
  }
}
/*----------*/
@media screen and (min-width: 960px) {
  .page.faculty .course h2 .ja {
    font-size: 2.2rem;
    position: absolute;
    left: calc(45vw - 5.1em);
    border-bottom: 1px solid;
    padding: 0.2rem 5rem;
  }
}
