/**/
/* ---------------------------------------------------------
home
----------------------------------------------------------*/
.home .main {
  text-align:center;
}
.home .main h2 {
  font-size:26px;
  color:#333;
  line-height:1.3;
  text-align: left;
  max-width: 900px;
  margin: auto;
  padding:40px 0;
  letter-spacing: 0;
  font-weight: bold;
}
.home .main h2 small {
  font-size:12px;
  padding:0 0 0 10px;
  color:#333;
  font-weight: normal;
}
.home .main a {
  text-decoration: none;
}
 /*サイドバー内の場合*/
.home .main .sidebar h2 {
  padding: 20px 0;
  margin: 0;
}
.home .main .sidebar h2 small {
  display: block;
  padding: 0;
}

/*MAIN VISUAL
-----------------------------*/
.home .main .section_main_visual {
  position: relative;
}
.home .main .section_main_visual > ul > li + li {
  display: none;
}
.home .main .section_main_visual {
  margin-bottom: 50px;
}
.home .main .section_main_visual li {
  position: relative;
}
.home .main .section_main_visual a {
  color: inherit;
}
.home .main .section_main_visual a:hover {
  text-decoration: none;
}
.home .main .section_main_visual img {
  width: 100%;
}
.home .main .section_main_visual .caption {
  position: absolute;
  left: 50px;
  right: 50px;
  text-align:center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .main .section_main_visual h3 {
  color: #fff;
  background: #004BA5;
  background: rgba(0,75,165,.8);
  display: inline-block;
  font-size: 32px;
  font-size: 3vw;
  font-weight: normal;
  padding: 7px 35px;
  margin-top: -10px;
}
.home .main .section_main_visual p {
  font-size: 14px;
  font-size: 1.5vw;
  color: #004BA5;
}
.home .main .section_main_visual p span {
  background: #fff;
  background: rgba(255,255,255,.8);
  color: #004BA5;
  font-weight: bold;
  padding: 8px 25px;
  display: inline-block;
}
.home .main .slick-dots {
  position: relative;
  margin-top: -43px;
}

.home .main .section_main_visual .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background: #fff;
  background: rgba(255,255,255,.8);
}

.home .main .section_main_visual .main_visual_widget {
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 200px;
  height: 200px;
}
.home .main .section_main_visual .main_visual_widget > .box {
  height: 100%;
}

/*BTN
-----------------------------*/
.section_btn {
  margin-top: 10px;
}
#main_content .section_btn {
  margin-left: -10px;
  margin-right: -10px;
}
.section_btn ul {
  margin: auto;
  display: table;
}
.section_btn li {
  display: table-cell;
  padding: 3px;
  vertical-align: middle;  
}
.section_btn a {
  display: table-cell;
  background: #27BADC;
  color: #fff;
  padding: 0 15px;
  min-width: 150px;
  font-weight: bold;
  border-radius: 50px;
  vertical-align: middle;
  height: 50px;
  text-align: center;
}
.section_btn a:hover {
  text-decoration: none;
}
.section_btn a small {
  display: block;
}

/*NEWS
-----------------------------*/
.home .main .section_news {
  padding-bottom: 43px;
}

.home .main .section_news h2 {
  float: left;
}

/*タブ*/
.home .main .section_news .tab {
  clear: both;
}

/*タブの中身全体*/
.home .main .section_news .tab_content > div {
  display:none;
}

/*一覧へのボタン*/
.home .main .section_news .btn,
.home .main .section_news .btn_set {
  float:right;
  margin-top: 40px;
}
.home .main .section_news .btn,
.home .main .section_news .btn_set a {
  border-radius: 50px;
}
.home .main .section_news .btn_set li {
  padding-left: 15px;
  display: table-cell;
  width: auto;
}
.home .main .section_news .btn_set li:first-child {
  padding-left: 0;
}
/*サイドバー内の場合*/
.home .main .sidebar .section_news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.home .main .sidebar .section_news .tab {
  margin-top: 0;
}
.home .main .sidebar .section_news .btn,
.home .main .sidebar .section_news .btn_set {
  width: 100%;
  float: none;
  margin-top: 0;
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  box-ordinal-group: 6;
  order: 6;/*IE 8-*/
  -webkit-order: 6;/*Safari,iOS*/
  order: 6;
}

/*HEAD LINE
-----------------------------*/
.home .main .section_headline {
  background-color: #004BA5;
  border-bottom: 2px solid #fff;
}
.home .main .section_headline:after {
  content: "";
  display: block;
  clear: both;
}
.home .main .section_headline h2 {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
}
.home .main .section_headline h2 small {
  color: #fff;
}
.home .main .section_headline section {
  border-top: 2px solid #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home .main .section_headline section a {
  display: block;
  padding: 70px 0;
  /*height: 240px;*/
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: relative;
}
.home .main .section_headline section a:hover {
  text-decoration: none;
}
.home .main .section_headline section a h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 0;
  /*text-shadow: 0px 0px 8px rgba(0,0,0,0.8);*/
  text-shadow: 0px 0px 8px #000;
}
.home .main .section_headline section a h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  background: #004BA5;
  background: rgba(0,75,165,.8);
  padding: 10px 20px;
  line-height: 1.2;
  display: inline-block;
}
.home .main .section_headline section a ul {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0,0,0,.5);
  margin-top: 10px;
}
.home .main .section_headline section a li {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}
.home .main .section_headline section a li:before {
  content:"●";
  display: inline-block;
  margin-right: 5px;
  color: #004BA5;
}

/*FACULTY
-----------------------------*/
.home .main .section_faculty {
  background-size:cover;
  background-repeat:repeat-y;
  padding-bottom: 40px;
}
.home .main .section_faculty h2 {
  padding-top:60px;
  padding-bottom:60px;
  color: #fff;
}
.home .main .section_faculty h2 small {
  color: #fff;
}
/*CSS：サイト固有のデザイン（custom.css）に記載*/

/*COURSE
-----------------------------*/
.home .main .section_course {
  background-color: #004BA5;
  background-size:cover;
  background-repeat:repeat-y;
  padding-bottom: 40px;
}
.home .main .section_course h2,
.home .main .section_course h2 small {
  color: #fff;
}
/*CSS：サイト固有のデザイン（custom.css）に記載*/

/*PICK UP
-----------------------------*/
.section_pickup ul {
  margin-left: -2px;
}
.section_pickup ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.section_pickup li {
  float:left;
  width:33.33%;
  text-align:left;
  padding-left: 2px;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  font-size:13px;
}
.section_pickup a {
  display:block;
  text-decoration:none;
  color:inherit;
  position: relative;
}
.section_pickup a.sp {
  display: none;
}
.section_pickup a img {
  width: 100%;
}
.section_pickup a div {
  position: absolute;
  height: 108px;
  bottom: -65px;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.section_pickup a:hover div {
  bottom: 0;  
}
.section_pickup a h3 {
  position: relative;
  color:#fff;
  font-size:16px;
  margin-bottom:0;
  background: #004BA5;
  background: rgba(0,75,165,.8);
  padding: 10px;
  height: 45px;
}
.section_pickup a p {
  color:#fff;
  padding: 10px;
  background: #333;
  background: rgba(0,0,0,.8);
  height: 100px;
}
.section_pickup a[target="_blank"] h3:after {
  content:"";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 16px;
  height: 16px;
  background-image: url(../images/shared/icon_popup_02_white.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: .6;
}

/*サイドバー内の場合*/
.sidebar .section_pickup li {
  float:none;
  width:100%;
}
.sidebar .section_pickup li,
.main_content:not(.fullwidth) .section_pickup li {
  font-size: 11px;
}
.sidebar .section_pickup a h3,
.main_content:not(.fullwidth) .section_pickup a h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
