@charset "UTF-8";

/* ====================================================
   TOPページ
 ==================================================== */
#top header {
  height: 0;
}

#top header .logo,
#top header .top_nav {
  display: none;
}

@media screen and (max-width:810px) {
  #top header {
    height: 60px;
  }

  #top header .logo {
    display: block;
  }

}


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

#contents::before {
  position: absolute;
  display: block;
  top: 0;
  left: 14%;
  width: 1px;
  height: 100%;
  border-left: 1px #ccc dotted;
  content: "";
}

@media screen and (max-width: 1100px) {
  #contents {
    width: 100%;
  }
}
.sst_01::before {
  left: 15%;
}
.sst_01::after {
  left: 0;
}

/* バナー付NEWS
-------------------------------------------------- */
#list_news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 16px 100px 0 20%;
}

#list_news li {
  width: 365px;
  /* width: calc(100% / 3); */
  margin-bottom: 20px;
  padding: 5px;
  font-size: 16px;
  color: #545555;
}

#list_news li:first-of-type {
  padding-left: 0;
}

#list_news li:last-of-type {
  padding-right: 0;
}

#list_news li:first-of-type .txt_date {
  display: block;
  padding: 5px 5px;
  color: #545555;
  font-weight: normal;
  line-height: 18px;
}

#top_pickupnews {
  text-align: center;
  border-bottom: 1px #baa885 solid;
}

#top_pickupnews #list_news {
  padding: 20px 0 0;
}

#list_news li img {
  display: block;
}

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

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

#top_pickupnews #list_news li a {
  /* color: #FFF; */
  text-decoration: none;
}

#list_news .img_po {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 232px;
  overflow: hidden;
}

#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 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 .txt_note {
  display: none;
}

#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;
}



/*教員公募のボタン
-------------------------------------------------- */
p.LinkInfo,
p.LinkInfo.btn_box {
  display: none;
}

p.LinkInfo.is-hidden {
  position: absolute;
  display: block;
  text-align: right;
  top: 170px;
  right: 10%;
}

/* 教員公募 一覧へのリンク
-------------------------------------------------- */
p.LinkInfo.is-hidden a.entry_list {
  display: inline-block;
  width: 180px;
  margin: 0 5px;
  padding: 6px 0;
  color: #158f8f;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  border: 2px #158f8f solid;
  transform: .5s all;
}

p.LinkInfo.is-hidden a.entry_list:hover {
  color: #FFF;
  background: #158f8f;
}

/* お知らせ 一覧へのリンク
-------------------------------------------------- */
h2 p.LinkInfo.btn_box.is-hidden {
  position: relative;
  display: inline-block;
  width: auto;
  top: auto;
  left: 20px;
  margin-top: 0;
  right: auto;
}
h2 p.LinkInfo.btn_box.is-hidden a {
  font-weight: normal;
  transition: .5s all;
}

h2 p.LinkInfo.btn_box.is-hidden a:hover {
  color: #590606;
  border: 2px solid #590606;
}

/* 提出書類 一覧へのリンク
-------------------------------------------------- */
p.LinkInfo.btn_box.is-hidden {
  position: relative;
  display: inline-block;
  width: auto;
  top: auto;
  left: 50%;
  margin-top: 50px;
  right: auto;
}

p.LinkInfo.btn_box.is-hidden a {
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: .1rem;
  line-height: 18px;
  text-decoration: none;
  padding: 8px 23px 5px 26px;
  border: 2px solid #55595a;
  display: block;
}

p.LinkInfo.btn_box.is-hidden a svg {
  fill: #55595a;
  width: 15px;
  height: 13px;
}




/*---- nav - top_nav ----*/
nav {
  position: relative;
  display: block;
  height: 15vh;
  margin: 0;
}

nav .top_nav {
  position: absolute;
  width: 700px;
  height: 100%;
  bottom: 0;
  right: 1px;
  transition: .5s all;
}


nav .top_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  flex-direction: row;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
}

nav .top_nav ul li {
  position: relative;
  padding: 5px 7px;
  color: #555;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

/*---- top_nav 下段 ----*/
nav .top_nav #hnavi_top {
  position: relative;
  display: block;
  padding: 0 5px;
  height: 40px;
}

nav .top_nav #hnavi_top ul li a {
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

/*--- header内ナビのマーク ----*/
nav .top_nav ul li a i {
  margin-right: 5px;
  color: #888;
  font-size: 16px;
}

nav .top_nav ul li.txt_lang img {
  width: 19px;
  margin-right: 5px;
}

/*---- top_nav 上段 ----*/
nav .top_nav .CategoryLINK {
  position: relative;
  display: block;
  height: calc(100% - 40px);
}

@media screen and (max-height:830px) {
  nav .top_nav .CategoryLINK {
    height: calc(100% - 30px);
  }

}

nav .top_nav .CategoryLINK ul li {
  position: relative;
  padding: 0;
}

nav .top_nav .CategoryLINK ul li a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  transition: .5s all;
  padding: 10px 2px 8px;
}

nav .top_nav .CategoryLINK ul li a img {
  width: 200px;
  height: 85px;
}



/* =================================
  任你博娱乐网站_任你博官网logo
============================= */
.title_logo {
  position: absolute;
  display: block;
  top: 45vh;
  left: 0;
  width: 450px;
  padding-left: 20px;
}

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

@media screen and (max-height:975px) {
  .title_logo {
    top: 36vh;
  }
}

@media screen and (max-height:810px) {
  .title_logo {
    display: none;
  }
}

/* =================================
  学科紹介
============================= */
#content_01 {
  position: relative;
  width: 100%;
  height: 20vh;
  margin: 0 auto;
  /* background-color: #f8f8f8; */
  transition: 1s all;
  animation: scrollUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

#content_01::before {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px #ccc dashed;
  content: "";
}


#content_01 .medgra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 60%;
  margin: 0 auto 0;
}



#content_01 .medgra>.med_link,
#content_01 .medgra>.graduate_link {
  position: relative;
  display: block;
  width: 36%;
  height: 100%;
  padding: 20px 0 0;
  text-align: center;
  overflow: hidden;
}



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

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

@media screen and (max-height:970px) {

  #content_01 {
    height: auto;
  }

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

  /* #content_01.scroll .medgra {
    width: 100%;
  } */

  #content_01 .medgra>.med_link,
  #content_01 .medgra>.graduate_link {
    width: 50%;
    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;
}

@media screen and (max-height: 970px) {
  #content_01 .medgra>div>a {
    height: 70px;
  }
}

#content_01 .medgra .med_link>a span,
#content_01 .medgra .graduate_link>a span {
  position: absolute;
  display: inline-block;
  top: 42%;
  left: 50px;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  transform: translateY(-50%);
}




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

#content_01 .medgra .med_link>a::before,
#content_01 .medgra .graduate_link>a::before {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  right: 16px;
  top: 23px;
  transform: rotateX(0deg);
  transition: 1s all;
  border: 1px #808080 solid;
  border-radius: 50%;
  overflow: hidden;
}


#content_01 .medgra .med_link>a::after,
#content_01 .medgra .graduate_link>a::after {
  position: absolute;
  width: 21px;
  height: 21px;
  color: #CCC;
  content: url(/img/icon/yajirushi.svg);
  right: 21px;
  top: 28.5px;
  transform: rotateX(0deg);
  transition: 1s all;
}

@media screen and (max-width:1400px) {

  #wrapper.narrow #content_01 .medgra .med_link>a span,
  #wrapper.narrow #content_01 .medgra .graduate_link>a span {
    left: 20px;
  }

}

@media screen and (max-height: 970px) {

  #content_01 .medgra .med_link>a::before,
  #content_01 .medgra .graduate_link>a::before {
    top: 19px;
  }

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


}

#content_01 .medgra .med_link>a:hover::before,
#content_01 .medgra .graduate_link>a:hover::before {
  background-color: #808080;
  transform: rotateX(180deg);
}

#content_01 .medgra .med_link>a:hover::after,
#content_01 .medgra .graduate_link>a:hover::after {
  top: 28px;
  content: url(/img/icon/yajirushi_white.svg);
  transform: rotateX(180deg);
}




#content_01 .medgra .med_link div,
#content_01 .medgra .graduate_link div {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 60%;
  left: 0;
  z-index: 1;
}

#content_01 .medgra .med_link div p,
#content_01 .medgra .graduate_link div p {
  margin: 0 1px;
}


@media screen and (max-width:860px) {
  #content_01 .medgra {
    width: 100%;
  }

  #content_01 .medgra .med_link>a span,
  #content_01 .medgra .graduate_link>a span {
    left: 26px;
  }

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


/* .Related_Links */
.Related_Links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 40%;
  margin: 0 auto 0;
  padding: 17px 2.5px 0;
}



.Related_Links .exlink01 {
  height: 100%;
  padding: 1px;
  flex: 1;
}


.Related_Links .exlink01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 50px 10px 30px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-shadow: 0 0 10px rgb(235, 173, 167);
  background-color: #000;
  border: 1px #ccc solid;
  line-height: 1.1em;
  border-radius: 0;
  overflow: hidden;
  transition: .5s all;
  z-index: 0;
}

@media screen and (max-height:970px) {
  #content_01 .Related_Links {
    height: 50%;
    padding-top: 5px;
  }

  .Related_Links .exlink01 a {
    padding: 22px 50px 10px 20px;
  }
}

@media screen and (max-width:860px) {
  #content_01 .Related_Links {
    padding: 5px 5px 5px 5px;
  }

  .Related_Links .exlink01 a {
    padding: 16px 35px 10px 16px;
    font-size: .9rem;
  }

  .exlink01 a .arrow {
    right: 10px;
    height: 100%;
  }

  .Related_Links .exlink01 a .arrow::before,
  .Related_Links .exlink01 a .arrow::after {
    top: 44%;
  }


}



.Related_Links .exlink01 a .en {
  display: block;
  font-size: 11px;
  color: #c1b191;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
}

.exlink01 a .arrow {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: auto;
  width: 20px;
  height: 43px;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}

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

.Related_Links .exlink01 a:hover {
  background-color: #000;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

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




@media screen and (max-height: 860px) {
  .title_logo {
    display: block;
  }

  nav {
    min-height: 130px;
    margin-top: 40px;
  }

  #content_01 .medgra>div>a {
    height: 66px;
  }

  #content_01 .medgra .med_link>a span,
  #content_01 .medgra .graduate_link>a span {
    left: 30px;
  }

  #content_01 .medgra .med_link>a span.en,
  #content_01 .medgra .graduate_link>a span.en {
    width: auto;
    font-size: .8em;
  }
}


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

h2.title_h2 {
  position: absolute;
  width: 30%;
  color: #fff;
  line-height: 1;
  top: -66px;
  left: 100px;
}

h2.title_h2.title_h2 span:first-of-type {
  /* position: absolute; */
  display: block;
  /* top: 50%; */
  font-size: 5rem;
  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;
  /* transform: translateY(-50%); */
  font-style: italic;
}

h2.title_h2 span:nth-of-type(2) {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: 5px;
}

/*-- news_tab
------------------------- */
#News_area .news_tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-end;
  text-align: center;
  flex-wrap: wrap;
  width: 75%;
  max-width: 1300px;
  padding: 0;
  border-bottom: 1px #CCC solid;
  margin: 0 0 0 14%;
  z-index: 1;
}

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


/*-- news_list
------------------------- */
#News_area .news_list {
  width: 75%;
  max-width: 1300px;
  margin: -1px 0 50px 15%;
  padding: 30px 8px 0 8px;
}

#News_area .news_list.pd_t10 {
  padding-top: 50px !important;
}



.news_tab li {
  position: relative;
  width: 15%;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 2px;
  padding: 10px 0;
  z-index: 1;
  background: #FFF;
  cursor: pointer;
  color: #555;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #f5f5f5;
  border: 1px #ccc solid;
  border-bottom: 0;
}

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

/*--- active
------------------------- */
.news_tab li.active {
  font-weight: bold;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px #FFF solid;
}

.news_tab li.active::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  content: "";
}

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

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

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

.news_tab li.bg_ctg01.active,
.news_tab li.bg_ctg01:hover {
  color: #629fd5;
}

.news_tab li.bg_ctg02.active,
.news_tab li.bg_ctg02:hover {
  color: #ed3d79;
}

.news_tab li.bg_ctg03.active,
.news_tab li.bg_ctg03:hover {
  color: #996699;
}

.news_tab li.bg_ctg04.active,
.news_tab li.bg_ctg04:hover {
  color: #158f8f;
}

.news_tab li.bg_ctg05.active,
.news_tab li.bg_ctg05:hover {
  color: #44c5c7;
}

.news_tab li.bg_ctg06.active,
.news_tab li.bg_ctg06:hover {
  color: #48ca98;
}

/*---- 記事エリア
------------------------- */
.news_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.news_list dt {
  width: 20%;
  font-size: 14px;
  font-family: 'Roboto';
  font-family: "Noto Sans Japanese", Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #aeaeae;
  margin-bottom: 0;
  padding: 10px 10px 9px 10px;
  border: 0;
  border-bottom: 1px #CCC dashed;
}

.news_list dt:first-of-type,
.news_list dd:first-of-type {
  padding-top: 20px;
}

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

.news_list dt:last-of-type,
.news_list dd:last-of-type {
  border-bottom: 1px #ccc solid;
}

/*---- ラベルの色分け -----*/
.bg_ctg01,
.news_list dt span.bg_ctg01 {
  /* color: #555;; */
  background: #c1a055;
}

.bg_ctg02 {
  background: #ba4f74;
}

.bg_ctg03 {
  background: #996699;
}

.bg_ctg04 {
  background: #158f8f;
}

.bg_ctg05 {
  background: #588cb9;
}

.bg_ctg06 {
  background: #48ca98;
}

/*---- リード文 -----*/
.news_list dd {
  width: 79%;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 30px 9px 10px;
  position: relative;
  border: 0;
  border-bottom: 1px #76a5af dashed;
  border-top: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Noto Sans Japanese", Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.news_list dd::after {
  display: none;
}

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

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


/*-- 公開されている情報はありません --*/
.news_list dt.no_list {
  border-bottom: 0;
  width: 100%;
  text-align: center;
}


/* お知らせ一覧 */
#bak_newslist {
  display: inline-block;
}

/* =================================
  #LinkArea
============================= */
#content_03 {
  background-color: #fbfbfb;
  border-top: 1px #bbb18f dotted;
}

#LinkArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 20px 0 100px 14%;
  margin: 0 auto;
}

#LinkArea div {
  width: 33.3%;
  width: calc(100% / 3);
  min-width: 380px;
  height: 100px;
  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: 115px;
  height: auto;
  margin: 0 auto;
  transition: .5s all;
  float: left;
}

#LinkArea div p {
  position: relative;
  width: calc(100% - 115px);
  padding: 28px 8px 28px 41px;
  text-align: left;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  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: 0;
  left: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  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: 2.5px;
  left: 2px;
  color: #fff;
  font-size: 11px;
  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 .summer {
  display: inline-block;
  margin: 0 auto;
}


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

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

/* OPENCAMPUS */
#pickup .opencampus {
  display: inline-block;
  margin: 0 auto;
}


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

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

/* 入試相談会 */
#pickup .soudan {
  display: inline-block;
  margin: 0 auto;
}


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

#pickup .soudan:hover img {
  opacity: .8;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 20px 0 100px 14%;
  margin: 0 auto;
}

.link_list div {
  width: 33.3%;
  width: calc(100% / 3);
  min-width: 380px;
  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);
}