@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

body.layout-lower #main {
  padding-top: 0;
  padding-bottom: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  height: auto;
  padding: 0;
  background-image: url(../../../_images/department/index/visual-bg.png);
}

/* * ブレイクポイント ･････････････････ */

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

body.layout-lower #visual {
  max-height: none;
  padding: 0;
}

body.layout-lower #visual .content img {
  height: 190px;
}

}

/* ****************************************************************************************************
   * 学科案内
**************************************************************************************************** */

#department {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#department .department {
  width: 50%;
  color: #fff;
  vertical-align: top;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
}

#department .department a {
  color: inherit;
}

#department .department div.body {
  width: 500px;
  padding: 40px;
}

/* * ブレイクポイント ･････････････････ */

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

#department .department div.body {
  padding: 10px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department div.visual {
  margin-bottom: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department .department .section-title {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
/* * ブレイクポイント ･････････････････ */

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

#department .department .section-title img {
  width: 100%;
  height: auto;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャッチコピー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department .department .catchcopy {
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: center;
}

/* * ブレイクポイント ･････････････････ */

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

#department .department .catchcopy {
  font-size: 13px;
  text-align: left;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳しく見る
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department .department .button {
  margin: 20px auto;
  display: table;
}

#department .department .button img {
  width: 100%;
  height: auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department .department ul.nav {
  padding-left: 0;
  letter-spacing: -0.4em;
  font-size: 14px;
}

#department .department ul.nav li {
  width: 50%;
  letter-spacing: normal;
  list-style: none;
  vertical-align: top;
  display: inline-block;
}

#department .department ul.nav li a {
  padding: 4px 1em 2px 14px;
  display: block;
  position: relative;
}

#department .department ul.nav li a:before {
  content: '';
  width: 0;
  display: block;
  border-radius: 100px;
  border: 4px solid #fff;
  position: absolute;
  top: 9px;
  left: 0;
}

/* * ブレイクポイント ･････････････････ */

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

#department .department ul.nav {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 13px;
}

#department .department ul.nav li {
  width: auto;
  display: block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャリアデザイン学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#career-design {
  background-color: #1aa083;
  background-image: url(../../../_images/department/index/department-1-bg.png);
  background-position: right top;
}

#career-design div.body {
  margin-left: auto;
  margin-right: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コミュニティ子ども学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#community-children {
  background-color: #f39d00;
  background-image: url(../../../_images/department/index/department-2-bg.png);
  background-position: left top;
}

#community-children div.body {
  margin-left: 0;
  margin-right: auto;
}
