/* # =================================================================
   # フォント
   # ================================================================= */
.ebGaramond {
  font-family: 'EB Garamond', serif;
}


/* # =================================================================
   # 共通要素
   # ================================================================= */

html {
	font-size: 62.5%;
}
body {
	font-family: YuGothic,'Yu Gothic', sans-serif;
	font-size: 1.6rem;
	color: #333;
  line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
  transition: all 0.2s;
}
a {
	color: inherit;
	transition: all 0.2s;
	text-decoration: none;
}
path {
  transition: all 0.2s;
}
h1, h2, h3 {
    font-weight: 700;
}
p {
  line-height: 2;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
*::before, *::after {
    position: absolute;
    transition: all 0.25s;
}




header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 20;
}
.hdContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #FFF;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.hdContainer .logo {
  padding-left: 20px;
}
.hdContainer .logo a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}
.hdContainer .logo a:hover {
  opacity: 0.7;
}
.hdContainer .logo img {
  width: 64px;
}
.hdContainer .logo .logoWh {
  display: none;
}
.hdContainer .logo .univName {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: min(1.9vw,2.6rem);
  font-weight: 600;
  white-space: nowrap;
}
.hdContainer .logo .eng {
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: min(1vw,1.2rem);
}

.hdLinkGroup {
  height: 100%;
  display: flex;
  align-items: center;
}
.hdLinkGroup .toAccess {
  display: flex;
  align-items: center;
  column-gap: 8px;
  white-space: nowrap;
  font-weight: 500;
}
.hdLinkGroup .toAccess:hover {
  color: var(--p);
}
.hdLinkGroup .toAccess:hover svg path, .ftCntnt .addr a:hover svg path {
  fill: #0EABBF;
}
.hdLinkGroup .btnEng {
  color: var(--p);
  font-weight: 700;
  border: 1px solid var(--p);
  padding: 3px 10px;
  margin: 0 40px 0 30px;
}
.hdLinkGroup .btnEng:hover {
  color: #FFF;
  background: var(--p);
}
.btnHdToSiteA, .btnHdToSiteB {
  width: 100px;
  height: 100%;
  display: grid;
  place-content: center;
}
.btnHdToSiteA {
  background: linear-gradient(90deg,#007ABC 0%, #2D287F 100%);
  background: -webkit-linear-gradient(0deg,#007ABC 0%, #2D287F 100%);
}
.btnHdToSiteB {
  background: linear-gradient(90deg,#0EABBF 0%, #0E6A9E 100%);
  background: -webkit-linear-gradient(0deg,#0EABBF 0%, #0E6A9E 100%);
}
.btnHdToSiteA:hover, .btnHdToSiteB:hover {
  opacity: 0.7;
}
.navContainer {
  position: relative;
  color: #FFF;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.blend {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  background: var(--p);
  mix-blend-mode: multiply;
  transition: filter 0.3s;
  z-index: 19;
}

.navContainer nav {
  width: min(100%,1200px);
  margin: 0 auto;
}
.hdNav {
  display: flex;
}

.hdNav li {
  width: calc(100%/6);
  text-align: center;
  font-size: min(1.5vw,1.8rem);
  font-weight: 700;
}
.hdNav li a {
  color: #FFF;
}
.hdNav li a:hover {
  opacity: 0.7;
}
.drawerOnly {
  display: none;
}



.toggle {
  display: none;
  position: relative;
  top: 0;
  width: 24px;
  height: 24px;
  z-index: 25;
}
.toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background-color: #333;
  transition: all 0.15s;
}
.toggle span:nth-child(1) {
  top: calc(50% - 10px);
}
.toggle span:nth-child(2) {
  top: calc(50% - 1px);
}
.toggle span:nth-child(3) {
  top: calc(50% + 8px);
}
.open .toggle span {
  background: #FFF;
}
.open .toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(35deg);
}
.open .toggle span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.open .toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(145deg);
}
.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}

main {
    padding-top: 170px;
}




.container {
  width: min(88vw, 1200px);
	margin-left: auto;
	margin-right: auto;
}
.containerS {
  width: min(88vw, 1000px);
	margin-left: auto;
	margin-right: auto;
}
.scPa {
  padding-top: min(17vw, 130px);
  padding-bottom: min(17vw, 130px);
}
.scPt {
  padding-top: min(17vw, 130px);
}
.scPb {
  padding-bottom: min(17vw, 130px);
}
.scMa {
    margin-top: min(17vw, 130px);
    margin-bottom: min(17vw, 130px);
}
.scMt {
    margin-top: min(17vw, 130px);
}
.scMb {
    margin-bottom: min(17vw, 130px);
}
.mt0 { margin-top: 0!important; }
.relative {
  position: relative;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spInline, .lgInline, .sp {
    display: none;
}
.bgWh {
    background-color: #FFF;
}
.txtCenter { text-align: center; }
.txtWh { color: #FFF; }
.txtPrm { color: var(--p); }
.bold { font-weight: 700; }
.underline { text-decoration: underline; color: #0060E2; }
a.underline:hover { opacity: 0.7; }

footer {
  background: #F3F5F6;
  position: relative;
  padding: 15px 0;
}
.btnToHead {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}
a.hover:hover, .hover a:hover {
  opacity: 0.8;
}
.ftLogo {
  padding: min(10vw,30px) 0;
  border-bottom: 1px solid #D5D5D5;
}
.ftLogo a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.ftLogo .univName {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: clamp(1.6rem,2vw,2.4rem);
  font-weight: 600;
}
.ftLogo .eng {
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: clamp(1rem,1.1vw,1.4rem);
}
.ftCntnt {
  display: flex;
  justify-content: space-between;
  padding: min(7vw,40px) 0 min(7vw,60px);
}
.ftCntnt .addrTel {
  width: 290px;
  font-size: 1.4rem;
}
.ftCntnt .addr {
  display: inline-flex;
  column-gap: min(6vw,2em);
  margin-bottom: min(8vw,20px);
}
.addrTel li:not(:last-child) {
  margin-bottom: 1.4em;
}

.ftCntnt .ftNav {
  width: max(60%,100% - 490px);
  display: flex;
  column-gap: min(6vw,80px);
}
.ftNav li {
  margin-bottom: min(8vw,40px);
}
.ftNav a {
  position: relative;
  padding-left: 1.1em;
  font-weight: 700;
}
.ftNav a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.mac .ftNav a::before {
  top: 0.2em;
}
.ftNav a:hover {
  color: var(--p);
}
.ftNav a:hover::before {
  border-color: var(--p);
}
.linkToUniversity {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.copyright {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  header.hide .hdContainer {
    height: 50px;
  }
  .hide .hdContainer .logo img {
    width: 32px;
  }
  .hide .hdContainer .logo .univName {
    font-size: min(2.1vw,1.8rem);
  }
  .hide .hdContainer .logo .eng {
    display: none;
  }
  .hide .btnHdToSiteA, .hide .btnHdToSiteB {
    width: 50px;
  }
  .hide .btnHdToSiteA img, .hide .btnHdToSiteB img {
    transform: scale(0.6,0.6);
  }
  .navContainer {
    transition: all 0.3s;
  }

  .hdNav li:not(:last-child) {
    border-right: 1px solid #61C9D6;
  }
  .blend {
    transition: all 0.3s;
  }
  header.hide + .blend {
    top: 50px;
    height: 50px;
  }
  header.hide .navContainer {
    height: 50px;
  }
  
  .blend.filter {
    filter: brightness(1.5) contrast(65%);
    -webkit-filter: brightness(1.5) contrast(65%);
  }
  
}
@media screen and (max-width: 1180px) {
  .linkToUniversity {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .hdContainer {
    height: 60px;
    padding: 0 15px;
  }
  .hdContainer .logo {
    padding: 0;
  }
  .hdContainer .logo img {
    width: 42px;
  }
  .hdContainer .logo .univName {
    font-size: 1.6rem;
  }
  .hdContainer .logo .eng {
    display: none;
  }
  .hdLinkGroup .toAccess, .btnHdToSiteA, .btnHdToSiteB {
    display: none;
  }
  .navContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 60px 0 0;
    overflow: hidden;
  }
  .navContainer nav {
    height: 100%;
    padding: 30px 15px 90px;
    overflow-y: auto;
  }
  .hdNav {
    display: block;
  }
  .hdNav li {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .hdNav li a {
    position: relative;
    padding-left: 1em;
  }
  .hdNav li a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    left: 0;
    transform: rotate(45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .safari .hdNav li a::before {
    top: 0.3em;
  }
  .drawerOnly {
    display: block;
  }
  .drawerOnly .toAccess {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .drawerOnly .rowLink {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin: 40px 0;
  }
  .drawerOnly .cpr {
    font-family: 'EB Garamond', serif;
    text-align: center;
    font-size: 1.2rem;
  }
  
  .hdLinkGroup .btnEng {
    font-size: 1.4rem;
    padding: 0 5px;
    margin: 0 15px 0 0;
  }
  .open .hdContainer {
    background: transparent;
  }
  .open .hdContainer::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.4);
    bottom: 0;
    left: 0;
  }
  .open .hdContainer .logo {
    color: #FFF;
  }
  .open .hdContainer .logo .logoWh {
    display: inline;
  }
  .open .hdContainer .logo img:not(.logoWh) {
    display: none;
  }
  .open .hdLinkGroup .btnEng {
    color: #FFF;
    border-color: #FFF;
  }
  .toggle {
    display: block;
  }
  .blend {
    display: none;
    top: 0;
    height: 100vh;
    background: #63C4CF;
  }
  main {
    padding-top: 60px;
  }
  .ftCntnt .ftNav {
    column-gap: 6%;
    justify-content: flex-end;
  }
  
}
@media screen and (max-width: 600px) {
  .sp { display: block; }
  .spNone { display: none!important; }
  .spInline { display: inline!important; }
  .spW100 { width: 100%; }
    
  main, footer {
    transition: all 0.3s;
  }
  header.open ~ main, header.open ~ footer {
    filter: blur(30px);
  }
  footer {
    padding: 0 0 30px;
  }
  .btnToHead {
    width: 70px;
  }
  .ftCntnt {
    display: block;
  }
  .ftCntnt .addrTel {
    margin-bottom: 50px;
  }
  .ftLogo {
    padding: 20px 0;
  }
  .ftCntnt .ftNav {
    display: block;
  }
  .iphone .ftNav a::before {
    top: 0.3em;
  }
}



/* # =================================================================
   # 変数
   # ================================================================= */
:root {
  --p: #0EABBF;
  --grd: linear-gradient(90deg,#0EABBF 0%, #0E6A9E 100%);
  --grdw: -webkit-linear-gradient(0deg,#0EABBF 0%, #0E6A9E 100%);
}

/* # =================================================================
   # トップページ
   # ================================================================= */
.topMv {
  position: relative;
  color: #FFF;
}
.topMv::before {
  content: "";
  position: static;
  display:block;
  padding-top:52.083%;
}
.topMv .grid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(auto-fill, 26% 26% 24% 24%);
  overflow-x: hidden;
}
.topMv .grid > div {
  position: relative;
}
.topMv .mvCol1 {
  grid-column: 1 / 3;
  grid-row: 1/3;
  
}
.slWrap {
  overflow: hidden;
  position: relative;
}
.topMv .slWrap {
  grid-column: 3 / 5;
  grid-row: 1/4;
}
.topMv .mvCol3 {
  grid-column: 1 / 2;
  grid-row: 3/5;
}
.topMv .mvCol4 {
  grid-column: 2 / 3;
  grid-row: 3/5;
}
.topMv .mvCol5 {
  grid-column: 3 / 4;
  grid-row: 4/5;
}
.topMv .mvCol6 {
  grid-column: 4 / 5;
  grid-row: 4/5;
}
.mvLinkTxt {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: clamp(3rem,3.15vw,6rem);
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
}
.mvCol1 .mvLinkTxt {
  top: 3vw;
  right: 2.5vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.mvCol3 .mvLinkTxt {
  bottom: 2vw;
  right: 2.5vw;
  text-align: right;
}
.mvCol5 .mvLinkTxt {
  top: 50%;
  right: 2.5vw;
  transform: translateY(-50%);
  text-align: right;
}
.mvCol6 .mvLinkTxt {
  top: 50%;
  left: 2.5vw;
  transform: translateY(-50%);
}
.topMv .grid a:hover img {
  opacity: 0.7;
}


#topSl .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topSl .swpagination {
  position: absolute;
  bottom: 35px;
  left: 50%;

  z-index: 1;
}
#topSl .swiper-pagination-bullet {
  border: 2px solid var(--p);
  background: #FFF;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  margin: 3px 0;
  opacity: 1;
}
#topSl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--p);
}
.topCr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  color: var(--p);
  font-size: clamp(1rem, 1vw, 1.3rem);
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.newsContainer {
  max-height: 480px;
  overflow-y: auto;
  border-top: 2px solid var(--p);
  border-bottom: 2px solid var(--p);
  width: min(100%,1000px);
  padding-right: 20px;
  margin: 0 auto;
}
.newsContainer::-webkit-scrollbar, .newsContainer::-webkit-scrollbar-track, .newsContainer::-webkit-scrollbar-thumb,
.molalContent::-webkit-scrollbar, .molalContent::-webkit-scrollbar-track, .molalContent::-webkit-scrollbar-thumb {
  display: none;
}
.simplebar-scrollbar {
  width: 20px;
}
.simplebar-scrollbar::before {
  background: #004986;
  background: linear-gradient(180deg,#0EABBF 0%, #0E6A9E 100%);
  background: -webkit-linear-gradient(270deg,#0EABBF 0%, #0E6A9E 100%);
  width: 100%;
  left: 0;
  border-radius: 0;
}
.simplebar-scrollbar::after {
  content: "";
  width: 10px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #F3F5F6;
  width: 20px!important;
  overflow: visible;
}
.simplebar-track.simplebar-vertical {
  top: -2px;
  bottom: -6px;
}



.topNewsList li {
  padding: 35px 30px;
}
.topNewsList li:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;  
}
.topNewsList a {
  display: flex;
  flex-wrap: wrap;
}
.topNewsList a:hover {
  opacity: 0.7;
}
.topNewsList .date {
  width: 8em;
}
.topNewsList .ttl {
  width: calc(100% - 8em);
}


.headSc {
  position: relative;
  font-family: 'EB Garamond', serif;
  color: var(--p);
  font-size: clamp(4rem, 4.1vw,5rem);
  line-height: 0.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin-bottom: min(10vw, 70px);
}
.headSc::after {
  content: "";
  width: 1.2em;
  height: 4px;
  background: linear-gradient(90deg,#0EABBF 0%, #0E6A9E 100%);
  background: -webkit-linear-gradient(0deg,#0EABBF 0%, #0E6A9E 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scrlLink {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 820px) {
  .scrlLink {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#scStudySbj > div {
  background: url("../img/top-mb-01.jpg") no-repeat center center / cover;
  padding: min(10vw,100px) 0;
}
.btnLGroup, .btnSGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-weight: 700;
}
.btnLGroup {
  margin-bottom: min(7vw,40px);
}
.btnLGroup a, .btnSGroup a {
  width: 23.6%;
}
.btnLGroup a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  text-align: center;
  color: #FFF;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
}
.btnLGroup a::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(4px,0.6vw,8px);
  z-index: -1;
}
.btnLGroup a:nth-child(1)::after {
  background: linear-gradient(90deg,#007ABC 0%, #2D287F 100%);
  background: -webkit-linear-gradient(0deg,#007ABC 0%, #2D287F 100%);
}
.btnLGroup a:nth-child(1) img {
  max-width: 37%;
}
.btnLGroup a:nth-child(2)::after {
  background: linear-gradient(90deg,#0EABBF 0%, #0E6A9E 100%);
  background: -webkit-linear-gradient(0deg,#0EABBF 0%, #0E6A9E 100%);
}
.btnLGroup a:nth-child(2) img {
  width: 46%;
}
.btnLGroup a:nth-child(2) span {
  display: block;
  font-size: clamp(1.4rem,2vw,2.4rem);
  margin-top: 0.7em;
}
.btnLGroup a:nth-child(3)::after {
  background: linear-gradient(90deg,#82BC00 0%, #067E14 100%);
  background: -webkit-linear-gradient(0deg,#82BC00 0%, #067E14 100%);
}
.btnLGroup a:nth-child(4)::after {
  background: linear-gradient(90deg,#F5B70E 0%, #DD7700 100%);
  background: -webkit-linear-gradient(0deg,#F5B70E 0%, #DD7700 100%);
}
.btnLGroup a:nth-child(3), .btnLGroup a:nth-child(4) {
  font-size: clamp(1.8rem,2.5vw,3rem);
  line-height: 1.4;
}
.btnLGroup a:nth-child(3) .small, .btnLGroup a:nth-child(4) .small {
  display: block;
  font-size: clamp(1.2rem,1.6vw,2rem);
  margin-bottom: 1em;
}
.btnLGroup a:hover::after {
  opacity: 0.7;
}
.btnSGroup {
  grid-row-gap: 20px;
}
.btnSGroup a {
  background: #FFF;
  font-size: min(1.5vw,2rem);
  display: grid;
  place-content: center;
  height: min(10vw,120px);
  border-radius: clamp(4px,0.6vw,8px);
}
.btnSGroup a:hover {
  color: var(--p);
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#scTopAccess div.accessRow:not(:last-of-type){
  margin-bottom: 80px;
}
.headBgLight {
  color: var(--p);
  font-size: clamp(2rem,2.1vw,2.6rem);
  text-align: center;
  background: linear-gradient(120deg,#E7F7F9 0%, #E6EFF5 100%);
  background: -webkit-linear-gradient(330deg,#E7F7F9 0%, #E6EFF5 100%);
  height: clamp(50px,5vw,60px);
  display: grid;
  place-content: center;
  width: min(88vw, 1200px);
  margin: 0 auto min(6vw,50px);
}
@media screen and (max-width: 600px) {
  .headBgLight {
    width: 100%;
  }
}
.accessRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accessRow .map {
  width: 58%;
}
.accessRow .map iframe {
  width: 100%;
  height: min(32vw,420px);
}
.accessRow .txt {
  width: 35%;
}
.accessRow .txt dl:not(:last-child) {
  margin-bottom: min(10vw,60px);
}
.accessRow .txt dl:not(:first-child) {
  margin-top: 40px;
}
.accessRow .txt dt {
  position: relative;
  color: var(--p);
  font-size: clamp(1.6rem,1.5vw,1.8rem);
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.accessRow .txt dt::before {
  content: "●";
  left: 0;
}
.accessRow .txt dd {
  font-size: clamp(1.4rem,1.3vw,1.6rem);
  line-height: 1.8;
}
.accessRow .txt dd:not(:last-child) {
  margin-bottom: min(6vw,30px);
}
.accessRow .txt h4 {
  font-size: clamp(1.8rem,1.6vw,2rem);
  font-weight: 700;
  margin-bottom: min(8vw,30px);
}
.btnMapOpen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  position: relative;
  color: var(--p);
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid var(--p);
  padding: 6px 12px;
  margin-top: min(10vw,60px);
}
.btnMapOpen::before {
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,#0EABBF 0%, #0E6A9E 100%);
  background: -webkit-linear-gradient(0deg,#0EABBF 0%, #0E6A9E 100%);
  z-index: -1;
  transition: all 0.2s;
}
.btnMapOpen:hover::before {
  width: 100%;
}
.btnMapOpe #btnSvg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.btnMapOpe svg path, .btnMapOpen svg line {
  transition: stroke 0.1s;
}
.btnMapOpen:hover {
  color: #FFF;
}
.btnMapOpen:hover svg path, .btnMapOpen:hover svg line {
  stroke: #FFF;
}

@media screen and (max-width: 600px) {
  .topMv .grid {
    position: static;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 79vw 54vw 50vw 25vw;
  }
  .topMv::before {
    content: none;
  }
  .topMv .mvCol1 {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }
  .topMv .slWrap {
    grid-column: 1 / 3;
    grid-row: 1/2;
  }
  .topMv .mvCol3 {
    grid-column: 1 / 2;
    grid-row: 3/4;
  }
  .topMv .mvCol4 {
    grid-column: 2 / 3;
    grid-row: 3/4;
  }
  .topMv .mvCol5 {
    grid-column: 1 / 2;
    grid-row: 4/5;
  }
  .topMv .mvCol6 {
    grid-column: 2 / 3;
    grid-row: 4/5;
  }
  .mvCol1 .mvLinkTxt {
    top: 6vw;
    right: 5vw;
    font-size: 3.4rem;
  }
  .mvCol3 .mvLinkTxt, .mvCol5 .mvLinkTxt {
    right: 3.5vw;
  }
  .mvCol6 .mvLinkTxt {
    left: 3.5vw;
  }
  .topNews {
  }
  .newsContainer {
    max-height: 420px;
  }
  .topNewsList li {
    padding: 20px 0;
  }
  .topNewsList .date {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 3px;
  }
  .topNewsList .ttl, .newsList .ttl {
    width: 100%;
  }
  #scStudySbj > div {
    background: url(../img/top-mb-01-sp.jpg) no-repeat center bottom / cover;
  }
  .btnLGroup {
    grid-row-gap: 3vw;
  }
  .btnLGroup a, .btnSGroup a {
    width: 48.5%;
  }
  .btnSGroup {
    grid-row-gap: 10px;
  }
  .btnSGroup a {
    font-size: 1.4rem;
    line-height: 1.4;
    height: 65px;
  }
  
  #scTopAccess .container {
    width: 100%;
  }
  .accessRow {
    width: 88vw;
    margin: 0 auto;
  }
  #scTopAccess div.accessRow:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .accessRow .map {
    width: 100%;
    margin-bottom: 30px;
  }
  .accessRow .txt {
    width: 100%;
  }

}

/* # =================================================================
   # 学科・専攻紹介
   # ================================================================= */
.pageMv {
  color: #FFF;
  position: relative;
}
.pageMv > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.pageMv .ebGaramond {
  font-size: clamp(2.2rem,2.6vw,3.2rem);
  letter-spacing: 0.05em;
}
.pageTtl {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: clamp(2.8rem,3.3vw,4rem);
  font-weight: 600;
}
.bgLightG {
  background: linear-gradient(90deg,rgba(14,171,191,0.1) 0%, rgba(14,106,158,0.1) 100%);
  background: -webkit-linear-gradient(0deg,rgba(14,171,191,0.1) 0%, rgba(14,106,158,0.1) 100%);
}
.videoArea {
  position: relative;
  margin-bottom: 15px; 
}
.videoArea img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.videoArea.clicked img {
  display: none;
}
video {
  width: 100%;
}
.videoArea:not(.clicked) video {
  opacity: 0;
}
.headSerif {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  text-align: center;
  font-size: clamp(2.4rem,2.5vw,3rem);
  font-weight: 600;
  line-height: 1.6;
  color: var(--p);
  margin-bottom: min(8vw,70px);
}
#scMajorPolicy .imgRow {
  margin-top: min(12vw,60px);
}
#scMajorPolicy .imgRow > div {
  width: 48%;
}
#scMajorLink a {
  display: flex;
  align-items: center;
  color: #FFF;
  height: clamp(240px,25vw,400px);
  padding: 0 calc(50% - 450px);
}
.link1 {
  justify-content: flex-end;
  background: url("../img/link-bg-mat.jpg") no-repeat center left / cover;
}
.link2 {
  background: url("../img/link-bg-mapse.jpg") no-repeat center right / cover;
}
#scMajorLink h2 {
  font-size: clamp(2.8rem,2.8vw,3.4rem);
  margin-bottom: 30px
}
#scMajorLink a p {
  font-size: 1.8rem;
}
#scMajorLink a .arw {
  position: relative;
}
#scMajorLink a .arw::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  top: 0.3em;
  right: -2em;
}
#scMajorPamph .bgLightG {
  padding: min(12vw,65px);
}
#scMajorPamph .bgLightG h2 {
  color: var(--p);
  text-align: center;
  font-size: clamp(2rem,2.1vw,2.6rem);
  margin: 0 auto min(6vw,50px);
}
#scMajorPamph .pmplRow {
  width: min(100%,830px);
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px calc(100%/2 - 630px/2);
  margin: 0 auto;
}
#scMajorPamph .pmplRow a {
  display: block;
  width: 210px;
  text-align: center;
}
#scMajorPamph .pmplRow .ttl {
  margin: 35px 0 25px;
}
@media screen and (max-width: 1180px) {
  #scMajorLink a {
    padding: 0 6%;
  }
  .link1 {
    background-image: url("../img/link-bg-mat-sp.jpg");
  }
  .link2 {
    background-image: url("../img/link-bg-mapse-sp.jpg");
  }
  #scMajorPamph .pmplRow {
    grid-gap: 50px 11%;
  }
  #scMajorPamph .pmplRow a {
    width: 26%;
  }
}
@media screen and (max-width: 820px) {
  
}
@media screen and (max-width: 600px) {
  #scMajorPolicy .imgRow {
    grid-row-gap: 30px;
  }
  #scMajorPolicy .imgRow > div {
    width: 100%;
  }
  #scMajorLink a {
    height: auto;
    padding: 50px 6%;
  }
  #scMajorPamph .pmplRow {
    justify-content: center;
  }
  #scMajorPamph .pmplRow a {
    width: 100%;
  }
  #scMajorPamph .pmplRow img:first-child {
    width: 210px;
  }
}

/* # =================================================================
   # 入学案内
   # ================================================================= */
.sctLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
.sctLink a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 100px;
  color: #FFF;
  font-size: clamp(2rem,2vw,2.4rem);
  font-weight: 700;
  background: var(--grd);
  background: var(--grdw);
  border-radius: 8px;
  position: relative;
}
.sctLink a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  bottom: 18px;
  left: calc(50% - 5px);
}
.sctLink a:hover {
  opacity: 0.7;
}
#scAdmission1 .bgLightG {
  width: min(88vw, 1200px);
  padding: min(6vw,80px);
  text-align: center;
  margin: min(10vw,60px) auto 0 ;
}
.linkBtnGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  margin-top: 80px;
}
.linkBtnGroup a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--p);
  border: 1px solid var(--p);
  position: relative;
}
.linkBtnGroup a::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
  top: calc(50% - 3px);
  right: 15px;
}
.linkBtnGroup a:hover {
  color: #FFF;
  background: var(--p);
}
.linkBtnGroup a:hover::after {
  border-color: #FFF;
}
@media screen and (max-width: 1180px) {
  .linkBtnGroup a {
    width: calc(100%/3 - 80px/3);
  }
}
@media screen and (max-width: 820px) {
  .linkBtnGroup {
    width: 300px;
    grid-row-gap: 20px;
    margin: 40px auto 0;
  }
  .linkBtnGroup a {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .sctLink {
    grid-gap: 20px 0;
  }
  .bgLightG.motion {
    position: relative;
  }
  .bgLightG.motion::after {
    content: "ピンチアウトで拡大できます";
    display: grid;
    place-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: rgba(50,50,50,0.5);
    opacity: 0;
  }
  .bgLightG.act::after {
    animation: pinchout 1.8s ease-out 0s forwards;
  }



}
@keyframes pinchout {
    0% { opacity: 0; }
   20% { opacity: 1; }
	 80% { opacity: 1; }
  100% { opacity: 0; }
}

/* # =================================================================
   # 教育プログラム
   # ================================================================= */
.lectureArea {
  border: 2px solid var(--p);
  padding: 80px 110px;
  margin-top: min(10vw,50px);
}
.lecture:not(:last-child) {
  margin-bottom: min(15vw,100px);
}
.lecture h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  padding: 0.4em;
  margin-bottom: min(8vw,45px);
}
.lecture.mat h3 {
  background: linear-gradient(90deg,#82BC00 0%, #067E14 100%);
  background: -webkit-linear-gradient(0deg,#82BC00 0%, #067E14 100%);
}
.lecture.mapse h3 {
  background: linear-gradient(90deg,#F5B70E 0%, #DD7700 100%);
  background: -webkit-linear-gradient(0deg,#F5B70E 0%, #DD7700 100%);
}
.lecture .txtCol {
  width: 61%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lecture .txtCol .professor {
  width: 30%;
}
.lecture .txtCol .txt {
  width: 64%;
}
.lecture .course {
  display: inline-block;
  color: #FFF;
  font-size: 1.6rem;
  padding: 0 10px;
  margin-bottom: 15px;
}
.lecture.mat .course {
  background: #6BAF0D;
}
.lecture.mapse .course {
  background: #E68515;
}
.lecture .txtCol .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.lecture .txtCol .name span {
  display: block;
  font-size: 2rem;
}
.lecture .txtCol .txt p {
  line-height: 2;
}
.lecture .movieCol {
  width: 33%;
}
.movie {
  position: relative;
}
.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup::before {
  content: "";
  background: #848484;
  width: 62px;
  height: 62px;
  mix-blend-mode: multiply;
  border-radius: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.popup::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/over-play.png") no-repeat center center/ 60px;
}
.movie video {
  display: none;
}
@media screen and (max-width: 600px) {
  .lectureArea {
    border: none;
    padding: 0;
  }
  .lecture .txtCol {
    width: 100%;
    margin-bottom: 20px;
  }
  .lecture .movieCol {
    width: 100%;
  }
  .lecture .txtCol .professor {
    width: 46%;
    margin-bottom: 20px;
  }
  .lecture .txtCol .txt {
    display: contents;
  }
  .lecture .txtCol .txt > div {
    width: 45%;
  }
}
.courseGroup {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px calc(5.2%/3);
  margin-bottom: min(10vw,60px);
}
.courseGroup > div {
  width: 23.7%;
  cursor: pointer;
}
.courseGroup .img {
  margin-bottom: 20px;
}
.courseGroup .txt {
  color: var(--p);
  font-weight: 700;
  font-size: 1.8rem;
  padding-right: 25px;
  position: relative;
}
.courseGroup > div:nth-child(2) .txt {
  letter-spacing: -0.03em;
}
.courseGroup .txt::after {
  content: "";
  background: url("../img/open.png") no-repeat top left / contain;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 0;
}

.mdlBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #848484;
  mix-blend-mode: multiply;
  z-index: 20;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.molalContent {
  width: min(88%,1200px);
  max-height: calc(94vh - 100px);
  overflow-y: auto;
  background: #FFF;
  padding: min(7vw,70px) min(7vw,80px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mdlRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(10vw,80px);
}
.mdlRow .img {
  width: 45%;
}
.mdlRow dl {
  width: 49%;
}
.mdlRow dt {
  font-size: 1.8rem;
  color: var(--p);
  border-bottom: 2px solid var(--p);
  padding-bottom: 8px;
  margin-bottom: min(5vw,30px); 
}
.mdlRow dd {
  line-height: 2;
}
.mdlBtnArea {
  text-align: center;
  color: var(--p);
  font-weight: 700;
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.mdlBtnArea .prev, .mdlBtnArea .next {
  position: absolute;
  width: 20px;
  height: 20px;
}
.mac .mdlBtnArea .prev, .mac .mdlBtnArea .next {
  top: 3px;
}
.mdlBtnArea .prev {
  left: 0;
}
.mdlBtnArea .next {
  right: 0;
}
.mdlBtnArea .prev::before, .mdlBtnArea .next::before {
  content: "";
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
  width: 15px;
  height: 15px;
  top: 3px;
}
.mdlBtnArea .prev::before {
  transform: rotate(225deg);
  left: 3px;
}
.mdlBtnArea .next::before {
  transform: rotate(45deg);
  right: 3px;
}
.modal:first-of-type .prev, .modal:last-of-type .next {
  display: none;
}
@media screen and (max-width: 820px) {
  .molalContent {
    top: calc(50% + 30px);
  }
}
@media screen and (max-width: 600px) {
  .courseGroup > div {
    width: 100%;
  }
  .modal {
    max-height: 100vh;
    top: 0;
    padding: 0;
    overflow-y: auto;
  }
  .molalContent {
    position: static;
    max-height: 3000px;
    transform: translate(0,0);
    padding: 0 0 40px;
    margin: 50px auto;
    overflow: visible;
  }
  .mdlRow .img {
    width: 100%;
    margin-bottom: 25px;
  }
  .mdlRow dl {
    width: 100%;
    padding: 0 20px;
  }
}
#scEdu2 .bgLightG, #scEdu3 .bgLightG {
  text-align: center;
  padding: min(6vw,80px);
}
#scEdu2 .bgLightG img:not(:last-of-type) {
  margin-bottom: min(1vw,15px); 
}


/* # =================================================================
   # 卒業生の進路
   # ================================================================= */
.employmentGraph {
  text-align: center;
  margin-bottom: min(12vw,100px);
}
.headBorder {
  font-size: clamp(1.8rem,1.8vw,2.2rem);
  color: var(--p);
  border-bottom: 2px solid var(--p);
  padding-bottom: 0.3em;
  margin-bottom: min(8vw,50px);
}
.employmentList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: min(7vw,45px) 5%;
}
.employmentList dl {
  width: 30%;
  line-height: 1.8;
}
.employmentList dt {
  font-size: 1.8rem;
  color: #FFF;
  background: var(--grd);
  background: var(--grdw);
  padding: 1px 8px;
  margin-bottom: 15px;
}
#scGraduate2 .mat .headBorder {
  color: #6BAF0D;
  border-color: #6BAF0D;
}
#scGraduate2 .mapse .headBorder {
  color: #E68515;
  border-color: #E68515;
}
.voiceList {
  grid-gap: 0 4%;
  column-count: 2;
  margin-bottom: min(10vw,100px);
}
.voiceList dl {
  font-weight: 700;
  line-height: 1.8;
  padding: min(6vw,30px);
  border-radius: 8px;
  break-inside: avoid;
  margin-bottom: min(8vw,50px);
}
.mat .voiceList dl {
  background: linear-gradient(90deg,#F2F8E5 0%, #E5F2E7 100%);
  background: -webkit-linear-gradient(0deg,#F2F8E5 0%, #E5F2E7 100%);
}
.mapse .voiceList dl {
  background: linear-gradient(90deg,#FEF8E6 0%, #FCF2E5 100%);
  background: -webkit-linear-gradient(0deg,#FEF8E6 0%, #FCF2E5 100%);
}
.voiceList dt {
  display: inline-block;
  color: #FFF;
  padding: 0 8px;
  margin-bottom: 18px;
}
.mat .voiceList dt {
  background: #6BAF0D;
}
.mapse .voiceList dt {
  background: #E68515;
}
.mat .voiceList dd {
  color: #6BAF0D;
}
.mapse .voiceList dd {
  color: #E68515;
}
@media screen and (max-width: 600px) {
  .employmentList dl {
    width: 100%;
  }
  .voiceList {
    display: flex;
    flex-wrap: wrap;
  }
  .voiceList dl:nth-of-type(2){
    order: 3;
  }
  .voiceList dl:nth-of-type(3){
    order: 5;
  }
  .voiceList dl:nth-of-type(5){
    order: 4;
  }
  .voiceList dl:nth-of-type(6){
    order: 6;
  }
}


/* # =================================================================
   # 研究・教員紹介
   # ================================================================= */
.memberRow {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 35px calc(50/950*100%);
}
.memberRow:not(:last-child) {
  margin-bottom: min(15vw,100px);
}
.memberRow li {
  width: calc(200/950*100%);
  text-align: center;
  line-height: 1.6;
}
.memberRow .img {
  margin-bottom: 25px;
}
.memberRow .name {
  font-weight: 700;
}
.memberRow .intr {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .memberRow {
    grid-gap: min(8vw,35px) calc(13%/2);
  }
  .memberRow li {
    width: 29%;
  }
}
@media screen and (max-width: 600px) {
  .memberRow li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .memberRow li .img {
    width: 34%;
    margin-bottom: 0;
  }
  .memberRow li .txt {
    width: 62%;
  }
}
