@charset "UTF-8";
/* -----------------------------------------------------
   任你博娱乐网站_任你博官网

   -author 広報連携室
   -since 2025.05.25_update
          2024.04.01_update
          2019.04.01_wws
----------------------------------------------------- */

* {
  box-sizing: border-box;
}


/* header
----------------------------------------- */
#top header {
  height: 60px;
}

#top header .logo {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  height: 60px;
  padding: 2px 0 2px 10px;
  text-align: left;
}

/* #contents
----------------------------------------- */
#contents {
  position: relative;
  border-top: 1px #ccc dashed;
}

#contents::before {
  display: none;
}


/*slid*/
#wrapper .top_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 280px;
  /* height: calc(60vh - 60px); */
  overflow: hidden;
}


.mainimg {
  position: relative;
  width: 100%;
  height: 400px;

}

.mainimg .slider {
  width: 100%;
  height: 400px;
}

.mainimg .slider>div {
  background-size: cover;
  background-position: center;
}

.mainimg .slide_txt::before,
.mainimg .slide_txt::after{
  display: none;
}

.slick-list {
  height: 400px;
}

.arrow_t01 .img {
  position: absolute;
  left: 10%;
  top: 0;
  width: 90%;
  height: 400px;
  background-image: url("/img/txt_no/kyoiku_img.jpg");
  background-size: cover;
  background-position: center right;
  border-radius: 0 0 0 50px;
}

.arrow_t02 .img {
  position: absolute;
  left: 10%;
  top: 0;
  width: 90%;
  height: 400px;
  background-image: url("/img/txt_no/kenkyu_img.jpg");
  background-size: cover;
  background-position: center right;
  border-radius: 0 0 0 50px;
}

.arrow_t03 .img {
  position: absolute;
  left: 10%;
  top: 0;
  width: 90%;
  height: 400px;
  background-image: url("/img/bg1.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 50px;
}




/*--- main_view logo
------------------------- */
.title_logo {
  position: absolute;
  display: none;
  top: calc(50vh - 60px);
  left: 50%;
  width: 70%;
  padding: 20px 20px 0;
  text-align: center;
  background: #fff;
  max-width: 400px;
  transform: translateX(-50%);
}


.title_logo img {
  width: 100%;
  max-width: 300px;
}


/*nav*/
nav {
  height: auto;
  min-height: 100px;
  margin-top: 0;
  padding-top: 0;
  background-color: #fff;
}


nav .top_nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  right: 0;
  top: 0;
}

nav .top_nav ul li.link {
  height: 50px;
}

nav ul.pc {
  display: none;
}

nav ul li {
  width: 33.3%;
  width: calc(100% / 3);
  color: #555;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border: 0;
  /* background: #555; */
}

nav ul li a {
  text-decoration: none;
}

nav .top_nav #hnavi_top {
  height: 30px;
}

nav .top_nav ul li.link {
  height: 100%;
}

/* CategoryLINK */
nav .top_nav .CategoryLINK {
  height: auto;
}

nav .top_nav .CategoryLINK ul li {
  height: auto;
}

nav .top_nav .CategoryLINK ul li a img {
  width: 100%;
  height: auto;
}

nav .top_nav {
  position: relative;
  width: 100%;
  bottom: auto;
  right: 0;
  transition: .5s all;
}

nav .top_nav div:nth-of-type(2) ul li a {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  transition: .5s all;
}





/* =================================
  学科紹介
============================= */
#content_01 {
  position: relative;
  height: auto;
}

#content_01 .medgra {
  width: 100%;
  height: 50%;
  margin: 0 0 0 auto;
  padding: 0 10px;
}

#content_01 .medgra>.med_link,
#content_01 .medgra>.graduate_link {
  width: 100%;
  padding: 10px 0 0;
}

#content_01 .medgra>.med_link {
  margin: 0;
}

#content_01 .medgra>.graduate_link {
  margin: 0;
}

#content_01 .medgra>div>a {
  position: relative;
  display: block;
  width: 98%;
  height: 80px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  transition: .5s all;
  border: 1px #8d8b8b solid;
}

#content_01 .medgra .med_link>a span.en,
#content_01 .medgra .graduate_link>a span.en {
  position: absolute;
  display: inline-block;
  width: auto;
  bottom: 12px;
  top: auto;
  padding: 0;
  color: #937a48;
  font-size: .7em;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  transform: none;
}

#content_01 .medgra .med_link>a::after,
#content_01 .medgra .graduate_link>a::after {
  top: 23.5px;
}

#content_01 .medgra .med_link>a:hover::after,
#content_01 .medgra .graduate_link>a:hover::after {
  top: 23.5px;
}

#content_01 .medgra .med_link > a span, #content_01 .medgra .graduate_link > a span {
  font-size: 1.2rem;
  left: 24px;
}

/*---- .Related_Links ----*/
#content_01 .Related_Links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 5px;
}

.Related_Links .exlink01 {
  width: 50%;
  min-width: 33.3%;
  height: 100%;
  flex: 1;
  margin-bottom: 0 !important;
}

.Related_Links .exlink01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 19px 30px 16px 10px;
  color: #FFF;
  font-size: .9rem;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  background-color: #000;
  transition: .6s all;
  border: 1px #ccc solid;
}
@media screen and (min-width:699px) {
  .Related_Links .exlink01 {
    min-width: none;
  }
  
}

.Related_Links .exlink01 a .arrow::before,
.Related_Links .exlink01 a .arrow::after {
  top: 23px;
  content: url('/img/icon/arrow2.svg');
  opacity: .5;
}

.Related_Links .exlink01 a:hover {
  background-color: #000;
}

.Related_Links .exlink01 a .arrow {
  right: 9px;
}

.Related_Links .exlink01 a .arrow::before,
.Related_Links .exlink01 a .arrow::after {
  top: 34.5px;
}





/* #News_area */
#News_area {
  position: relative;
  display: block;
  padding-bottom: 0;
  border: 0;
  border-top: 1px #bbb18f dashed;
  border-bottom: 1px #76a5af solid;
}

.sst_01 {
  position: relative;
  margin: 30px 0 20px 0;
  padding: 0 0 0 0%;
  z-index: 0;
}

.sst_01 {
  position: relative;
  margin: 30px 0 20px 0;
  padding: 0;
  z-index: 0;
}
.sst_01 span.main {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding: 0 1em 0 16px;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: italic;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #c88b10, #b4c7d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  border-bottom: 0;
}
.sst_01::before,
.sst_01::after {
  display: none;
}

.sst_01 span.sub {
  padding-left: 17px;
}


h2 p.LinkInfo.btn_box.is-hidden {
  position: relative;
  display: block;
  width: 100%;
  top: auto;
  left: auto;
  margin-top: 0;
  right: 0;
  transform: none;
}

h2 p.LinkInfo.btn_box.is-hidden a {
  font-weight: normal;
  transition: .5s all;
  display: inline-block;
  margin-right: 10px;
}

#News_area .news_tab {
  padding: 10px 0 0;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.news_tab li {
  width: 20%;
  margin: 0;
  background: #efefef;
  border: 1px #ccc solid;
  border-bottom: 0;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 2px;
  z-index: 1;
  display: flex;
  cursor: pointer;
  position: relative;
  color: #555;
}

.news_tab li:last-of-type {
  border-right: 1px #ccc solid;
}

.news_tab li:first-of-type {
  margin-left: 0;
}

#News_area .news_list {
  width: calc(100% - 20px);
  margin: -1px 10px 50px;
  padding: 16px 5px 0;
  border-top: 1px #ccc solid;
}

.news_list dd {
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0 10px 15px;
  position: relative;
  border: 0;
}



.news_list dt:last-of-type {
  border-bottom: 0;
}


/* news */
.news_tab {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.news_tab::after {
  width: 100%;
  height: 2px;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #76a5af;
  content: "";
  position: absolute;
}



.news_tab li br {
  display: block !important;
}

.news_tab li.active {
  z-index: 3;
  background: #fff;
}

.news_tab li:hover {
  background: #fff;
}


#list_news li {
  font-size: 16px;
  color: #545555;
  margin-bottom: 20px;
}

#list_news .img_po {
  overflow: hidden;
  position: relative;
}

#list_news li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#list_news .img_po img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  width: 100%;
  height: auto;
}

#list_news .txt_note {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 130px;
  height: 30px;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

#list_news .txt_note:before {
  border-left: 0 solid transparent !important;
  border-right: 10px solid transparent !important;
  width: 140px;
  height: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
}


#list_news li .txt_date {
  font-weight: normal;
  color: #545555;
  line-height: 18px;
  padding: 15px 20px;
}

#list_news li .txt_date span {
  font-family: 'Roboto';
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 7px;
  display: block;
}

#list_news li {
  position: relative;
}

#list_news li .txt_01 {
  font-family: 'Roboto';
  font-size: 30px;
  font-style: italic;
  color: #323333;
  text-align: center;
  z-index: 10;
  top: -25px;
  right: 0;
  left: 0;
  position: absolute;
}

.news_list {
  font-size: 16px;
}

.news_list dt {
  width: 100%;
  font-family: 'Roboto';
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 7px;
  padding: 0 5px;
  border: 0;
}

.news_list dt span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  width: 80px;
  display: inline-block;
}



.news_list dt:first-of-type,
.news_list dd:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.news_list dd {
  width: 100%;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 5px 15px;
  position: relative;
  font-size: 14px;
}

.news_list dd::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  display: block;
  /* background-image: linear-gradient(to right, #1c4f4f, #1c4f4f 1px, transparent 1px, transparent 2px); */
  background-position: top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  clear: both;
  content: " ";
  position: absolute;
  border-bottom: 1px #6aad9d dashed;
}

.news_list dd:last-of-type::after {
  border-bottom: 0;
}

.news_list dd a {
  color: #4f4e4f;
  text-decoration: none;
}

.news_list dd a:hover {
  color: #c0881d;
}


#content_01 {
  width: 100%;
}

#content_01 .news_list {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

/* 教員公募リンクボタン */
p.LinkInfo.is-hidden {
  top: 200px;
  right: 10px;
}
p.LinkInfo.is-hidden a.entry_list{
  padding: 2px 0;
  border-radius: 16px;
}

p.LinkInfo.btn_box.is-hidden {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}




#content_02 {
  margin: 50px auto;
  width: 100%;
  padding: 0;
}

#content_02 div.contentsBox {
  position: relative;
  overflow: hidden;
  height: 380px;
}

#content_02 div.contentsBox img {
  width: 100%;
}

#content_02 div.contentsimage {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 80%;
  height: 380px;
  -webkit-transform: translateX(9rem) skewX(-23deg);
  transform: translateX(9rem) skewX(-23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  content: "";
  background-color: #158f8f;
  margin-left: 10%;
}

#content_02 div.contentsBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  max-width: initial;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) skewX(23deg);
  transform: translate(-50%, -50%) skewX(23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-object-fit: cover;
  object-fit: cover;
}

#content_02 div.contentsBox:first-of-type .contentsimage {
  background-color: #c6f8f9;
}

#content_02 div.contentsBox:first-of-type img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  -webkit-transform: translate(-50%, -50%) skewX(23deg);
  transform: translate(-50%, -50%) skewX(23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-object-fit: cover;
  object-fit: cover;
}

#content_02 div.contentsBox .txt_area {
  position: absolute;
  top: 38px;
  right: 0;
  width: 100%;
  padding: 50px 0 0 24px;
  font-weight: bold;
  color: #333;
  z-index: 4;
}

#content_02 div.contentsBox .txt_area p {
  width: 44%;
  font-size: 13px;
}

#content_02 div.contentsBox h4 {
  position: absolute;
  left: 18px;
  font-size: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 20px 0 0 0;

}

#content_02 div.contentsBox .txt_area ul {
  position: relative;
  margin-top: 30px;

}

#content_02 div.contentsBox .txt_area ul {
  margin-top: 20%;
  display: flex;
  flex-wrap: wrap;
}


#content_02 div.contentsBox .txt_area ul li {
  padding: 5px 8px;
}



#content_02 div.contentsBox:nth-of-type(2) .contentsimage {
  background-color: #c6f8f9;
}

#content_02 div.contentsBox:nth-of-type(2) img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  max-width: initial;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) skewX(23deg);
  transform: translate(-50%, -50%) skewX(23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-object-fit: cover;
  object-fit: cover;
}

#content_02 div.contentsBox:nth-of-type(3) .contentsimage {
  background-color: #c6f8f9;
}

#content_02 div.contentsBox:nth-of-type(3) img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  max-width: initial;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) skewX(23deg);
  transform: translate(-50%, -50%) skewX(23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-object-fit: cover;
  object-fit: cover;
}



h2.title_h2 {
  position: absolute;
  width: 90%;
  color: #fff;
  line-height: 1;
  top: -40px;
  left: 50px;
}

h2.title_h2.title_h2 span:first-of-type {
  display: block;
  top: 50%;
  font-size: 3rem;
  text-shadow: 1px 1px 0 #76a5af, -1px -1px 0 #76a5af, -1px 1px 0 #76a5af, 1px -1px 0 #76a5af, 0px 1px 0 #76a5af, 0-1px 0 #76a5af, -1px 0 0 #76a5af, 1px 0 0 #76a5af;
  font-style: italic;
}


/* #LinkArea
------------------------------------------- */
#LinkArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  padding: 16px 19px 50px;
  margin: 0 auto;
}

#LinkArea div {
  width: 100%;
  min-width: auto;
  height: 80px;
  padding: 8px;
  text-align: center;
}

#LinkArea div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: .5s all;
}

#LinkArea div a:hover {
  box-shadow: none;
}

#LinkArea div img {
  position: relative;
  width: 90px;
  height: auto;
  margin: 0 auto;
  transition: .5s all;
  float: left;
}

#LinkArea div p {
  position: relative;
  width: calc(100% - 90px);
  padding: 21px 8px 28px 41px;
  text-align: left;
  font-size: 16px;
  letter-spacing: .01em;
  font-weight: bold;
  color: #555;
  transition: .5s all;
  float: left;
}

#LinkArea div:hover p {
  color: #996699;
}

#LinkArea div a:after {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: "";
  clear: both;
}


/* 矢印が右へはけて左から現れる */
#LinkArea div p .arrow {
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin: auto 0;
  line-height: 1;
  transition: .5s all;
  background-color: #555;
  border-radius: 3px;
}

#LinkArea div a:hover p .arrow {
  background-color: #996699;
}

#LinkArea div p .arrow:before,
#LinkArea div p .arrow:after {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 3px;
  color: #fff;
  font-size: 13px;
  content: "?";
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}


#LinkArea div p .arrow:after {
  transform: translateX(-100%);
}

#LinkArea div a:hover .arrow:before {
  animation-name: arrowRightLeft;
  animation-delay: 0s;
}

#LinkArea div a:hover .arrow:after {
  animation-name: arrowLeftRight;
  animation-delay: 0.2s;
}

@keyframes arrowLeftRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowRightLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}


/* 夏の子ども体験 */
#pickup {
  margin-bottom: 50px;
}

#pickup .summer,
#pickup .opencampus,
#pickup .soudan{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}


#pickup .summer img {
  width: 100%;
  border: 2px #227389 solid;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  transition: .5s all;
}

#pickup .summer:hover img {
  border-radius: 10px;
}

#pickup .opencampus img {
  width: 100%;
  border: 2px #ff7216 solid;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  transition: .5s all;
}

#pickup .soudan img {
  width: 100%;
  border: 1px #ccc solid;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  transition: .5s all;
}


.link_list {
  display: block;
  width: 100%;
  max-width: none;
  padding: 5px;
  margin: 0 auto;
}

.link_list div {
  width: 100%;
  min-width: auto;
  height: auto;
  padding: 8px;
  text-align: center;
}

.link_list div a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  transition: .5s all;
}

.link_list div a img {
  width: 100%;
}

.link_list div a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}