@charset "utf-8";

/* ****************************************************************************************************
   * 最上部に表示する NEWS＆TOPICS
**************************************************************************************************** */

#topnews {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

#topnews img {
  width: 100%;
  height: auto;
}

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

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

#topnews {
  width: auto !important;
  height: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  position: static;
}

}

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

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

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

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

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

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

#department .department div.body {
  width: 100%;
  padding: 0;
}

}

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

#department .department .section-title {
  background-repeat: no-repeat;
  background-size: cover;
}

#department .department .section-title img {
  display: table;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#department .department div.content {
  color: #fff;
}

#department .department div.content div.body {
  padding: 20px 30px;
}

#department .department div.content a {
  color: inherit;
}

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

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

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

}

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

#department .department div.content div.catchcopy {
  text-align: center;
}

#department .department div.content div.catchcopy img {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

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

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

#department .department div.content div.catchcopy {
  font-size: 14px;
  text-align: left;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 詳しく見る
/* ------------------------------------------------------------------------------------------------- */

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

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

/* ----------------------------------------------------------------------------------------------------
   * ページナビ
/* ------------------------------------------------------------------------------------------------- */

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

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

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

#department .department div.content 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 div.content ul.nav {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 13px;
}

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

}

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

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

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

#career-design .section-title {
  background-image: url(../../_images/index/department-1-visual.jpg?20200715);
  background-position: right top;
}

#career-design .section-title img {
  margin-left: auto;
  margin-right: 0;
}

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

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

#career-design {
  background-position: right bottom;
}

#career-design div.section-title {
  background-position: left top;
}

}

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

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

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

#community-children .section-title {
  background-image: url(../../_images/index/department-2-visual.jpg?20200715);
  background-position: left top;
}

#community-children .section-title img {
  margin-left: 0;
  margin-right: auto;
}

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

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

#community-children {
  background-position: left bottom;
}

}

/* ****************************************************************************************************
   * NEWS＆TOPICS ビジュアル下
**************************************************************************************************** */

#headline {
  padding: 30px 80px;
  background-color: #9e77ba;
}

#headline div.body {
  width: auto;
  max-width: 1020px;
  padding: 20px 10px;
  background-color: #fff;
}

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

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

  #headline {
    padding: 10px;
  }

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

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#headline ul.list,
#headline ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#headline ul.list {
  margin: auto;
  display: table;
}

#headline ul.list li {
  padding: 0 1em;
  vertical-align: middle;
  display: table-cell;
}

#headline ul.list li a {
  padding-left: 16px;
  color: inherit;
  display: block;
  background: url("../../_images/_common/icon-arrow-1-right.png") left 0.25em no-repeat;
  background-size: 8px auto;
}

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

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

  #headline ul.list li {
    padding: 0.5em 0;
    display: block;
  }

}

/* ****************************************************************************************************
   * PICK UP
**************************************************************************************************** */

#pickup {
  padding: 50px 0 60px;
  background: url(../../_images/index/pickup-bg.jpg) no-repeat;
  background-size: cover;
}

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

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

#pickup {
  padding: 20px 0 30px;
}

}

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

#pickup .section-title {
  margin: 0 auto 20px;
  display: table;
}

#pickup .section-title img {
  width: auto;
  height: 40px;
}

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

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

#pickup .section-title img {
  height: 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pickup div.list {
  position: relative;
}

#pickup div.item {
  width: 300px;
  margin-right: 50px;
}

/* ----------------------------------------------------------------------------------------------------
   * 前へ／次へ
/* ------------------------------------------------------------------------------------------------- */

#pickup div.btn {
  width: 100px;
  height: 120px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
}

#pickup div.btn.prev {
  left: -100px;
}

#pickup div.btn.next {
  right: -100px;
}

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

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

#pickup div.btn {
  display: none;
}

}

/* ****************************************************************************************************
   * NEWS＆TOPICS
**************************************************************************************************** */

#news {
  padding: 50px 0 60px;
}

#news .column ~ .column {
  margin-top: 40px;
}

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

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

#news {
  padding: 20px 0 30px;
}

#news .column ~ .column {
  margin-top: 20px;
}

}

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

#news .section-title {
  margin: 0 auto 20px;
  display: table;
}

#news .section-title img {
  width: auto;
  height: 40px;
}

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

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

#news .section-title img {
  height: 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトルの下に表示する投稿
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news div.headline {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em 1em 1em;
  border: 1px solid #9e77ba;
  background: #f4ecf9;
}

#news div.headline .item {
  margin-left: 1.5em;
  display: list-item;
  list-style: disc outside;
}

#news div.headline .item ~ .item {
  margin-top: 0.5em;
}

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

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

#news div.headline {
  padding: 1em;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#news div.list {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#news div.list dl,
#news div.list dl dt,
#news div.list dl dd {
  margin: 0;
  padding: 0;
}

#news div.list dl {
  width: 100%;
  padding: 1em 0;
  display: table;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

#news div.list dl ~ dl {
  border-top: none;
}

#news div.list dl dt {
  width: 6em;
  vertical-align: top;
  display: table-cell;
}

#news div.list dl dd {
  vertical-align: top;
  display: table-cell;
}

#news div.list dl dd.icon {
  width: 140px;
  text-align: center;
}

#news div.list dl dd.icon img {
  width: 90px;
  height: auto;
  vertical-align: top;
}

#news div.list dl a {
  color: inherit;
  display: block;
}

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

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

#news div.list dl dt {
  width: 6em;
  display: inline-block;
}

#news div.list dl dd {
  width: 100%;
  margin-top: 0.25em;
  display: inline-block;
}

#news div.list dl dd.icon {
  width: auto;
  margin: 0 0.5em;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 詳しく見る
/* ------------------------------------------------------------------------------------------------- */

#news div.list .btn {
  margin: 40px auto 0;
  display: table;
}

#news div.list .btn img {
  width: auto;
  height: 50px;
}

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

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

#news div.list .btn {
  margin: 30px auto 0;
}

}
