@charset "utf-8";
/* CSS Document */
/* ------------------------------
  メイン画像
-------------------------------- */
#wrapper article section div.main-catch {
  position: relative;
  height: 100vh;
}
#wrapper article section div.main-catch div.catch {
  position: relative;
  top: 65%;
  left: 5px;
  transform: translateY(-40%);
  background-image: linear-gradient(90deg, rgba(247, 93, 139, 0.64), rgba(254, 220, 64, 0.64));
  color: #fff;
  font-size: 34px;
/*  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; */
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 95%;
	border-radius: 20px;
	padding: 10px;
}
.catch-en {
  position: relative;
  top: 65%;
  left: 10px;
  transform: translateY(-40%);
  color: #fff;
  font-size: 11px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.7;
  letter-spacing: 0.1em;
  width: 95%;
}
/*ヘッダーメニュー
-------------------------------------------- */
ul.gnavi {
  display: none;
}
/* ------------------------------
  共通パーツ
-------------------------------- */
/* ------------------------------
  リンク付き写真パーツ
-------------------------------- */
.link-box {
  width: 95%;
  margin: 0 0px 40px 0px;
  position: relative;
}
.link-box-s {
  width: 100%;
  margin: 0 0px 20px 0px;
  position: relative;
}
.link-box-l {
  width: 100%;
  margin: 0 0px 20px 0px;
  position: relative;
}
.en-deco {
  position: absolute;
  top: -70px;
  left: -20px;
}
.wh-box{
  width: 820;
	right: -20px;
	top: -40px;
  margin: 0 0px 20px 0px;
  position: relative;
	background: #fff;
	padding: 30px 30px 40px 30px;
}
.butt-link {
  position: absolute;
  bottom: -70px;
  left: 10px;
  width: 100%;
}

/* ------------------------------
  学部長メッセージ
-------------------------------- */
.message {
  margin: 0px 0 20px 0px;
  font-size: 26px;
}
.dean {
  margin: 5px 0 0px 0px;
  font-size: 12px;
  text-align: center;
}

/* ------------------------------
  courseパーツ
-------------------------------- */
.jinbun {
  width: 100%;
  margin-top: 43px;
}
.jinbun-text {
  position: relative;
  background: #fff;
  top: -50px;
  left: 40px;
  padding: 50px 40px 70px 40px;
  width: 285px;
  height: auto;
  box-sizing: border-box;
}
.jinbun-en {
  position: absolute;
  top: -55px;
  left: 20px;
  width: 100%;
}
.butt-jinbun {
  position: absolute;
  bottom: -50px;
  left: 20px;
  width: 100%;
}
.kokusai {
  width: 100%;
  margin-top: 43px;
  margin-bottom: 43px;
}
.kokusai-text {
  position: relative;
  background: #fff;
  padding: 50px 40px 70px 40px;
  top: -50px;
  left: 20px;
  width: 285px;
  height: auto;
  box-sizing: border-box;
}
.kokusai-en {
  position: absolute;
  top: -55px;
  left: -10px;
  width: 100%;
}
.butt-kokusai {
  position: absolute;
  bottom: -50px;
  left: -20px;
  width: 100%;
}
.course-name {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}
/* ------------------------------
  バナー
-------------------------------- */
.seko-box-sp {
  display: block;
  width: 90%;
  margin: 20px auto 40px auto;
}
.seko-box-pc {
  display: none;
}
@media print, screen and (min-width : 768px) {
  /* ------------------------------
  メイン画像
-------------------------------- */
  #wrapper article section div.main-catch {
    position: relative;
    max-width: 800px;
	height: min(500 / 600 * 100vw, 500px);
  }
  #wrapper article section div.main-catch div.catch {
    position: relative;
    top: 70%;
    left: 5%;
    font-size: 43px;
    letter-spacing: 0.2em;
	  padding: 20px 40px;
	  font-weight: bold;
  }
  .catch-en {
    position: relative;
    top: 70%;
    left: 5%;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  /*ヘッダーメニュー
-------------------------------------------- */
  ul.gnavi {
    display: block;
    -webkit-justify-content: flex-end; /*左右中央寄せ*/
    justify-content: flex-end; /*左右中央寄せ*/
    display: -webkit-box; /* Android4.3以前ブラウザ用 */
    display: -webkit-flex; /* iOS8以前Safari用 */
    display: flex;
    -webkit-align-items: center; /*上下中央寄せ*/
    align-items: center; /*上下中央寄せ*/
    -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
    flex-wrap: wrap; /*折り返し*/
    margin: 0;
    list-style: none;
  }
  ul.gnavi li {
    padding: 0px 15px;
    margin: 0 0 0 15px;
  }
  ul.gnavi li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
  }
  ul.gnavi li a::before, ul.gnavi li a::after {
    border-bottom: solid 1px #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }
  ul.gnavi li.button01 a::before, ul.gnavi li.button01 a::after {
    display: none;
  }
  ul.gnavi li a::before {
    left: 50%;
  }
  ul.gnavi li a::after {
    right: 50%;
  }
  ul.gnavi li a:hover::before, ul.gnavi li a:hover::after {
    width: 50%;
  }
  .button01 {
    border-radius: 25px;
    background: #297fb8;
  }
  ul.gnavi li.button02 {
    border-radius: 25px;
    background: #0f3366;
  }
  ul.gnavi li.button01 a, ul.gnavi li.button02 a {
    color: #fff;
  }
  .button01 a:hover, .button02 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  /*子階層以降共通*/
  ul.gnavi li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
  }
  ul.gnavi li li a {
    border-top: 1px solid #eee;
  }
  ul.gnavi li:hover > ul > li {
    height: 2rem;
    overflow: visible;
  }
  /* ------------------------------
  共通パーツ
-------------------------------- */
  /* ------------------------------
  リンク付き写真パーツ
-------------------------------- */
  .link-box {
    width: 47%;
    margin: 0 0px 0px 0px;
  }
  .link-box-s {
    width: 38%;
    margin: 0 0px 0px 0px;
  }
  .link-box-l {
    width: 54%;
    margin: 0 0px 0px 0px;
  }
.wh-box{
  width: 70%;
	position: absolute;
	left: 120px;
	top: -50px;
  margin: 0 0px 20px 0px;
  position: relative;
	background: #fff;
	padding: 40px 30px 50px 30px;
}
.butt-link {
  position: absolute;
  bottom: -60px;
  left: -20px;
  width: 100%;
}
	
  /* ------------------------------
  学部長メッセージ
-------------------------------- */
  .message {
    margin: 0px 0 0px 0px;
    font-size: 36px;
  }
  .dean {
    margin: 5px 0 0px 0px;
    font-size: 12px;
    text-align: center;
  }
	
  /* ------------------------------
  courseパーツ
-------------------------------- */
  .jinbun {
    margin-top: 0px;
  }
  .jinbun-text {
    position: relative;
    background: #fff;
    top: 80px;
    left: -40px;
    padding: 70px 40px 0px 40px;
    width: 415px;
    height: 345px;
    box-sizing: border-box;
  }
  .jinbun-en {
    position: absolute;
    top: -55px;
    left: 50px;
    width: 100%;
  }
  .butt-jinbun {
    position: absolute;
    bottom: -30px;
    left: 80px;
    width: 100%;
  }
  .kokusai {
    width: 100%;
    margin-top: -50px;
    max-height: 480px;
  }
  .kokusai-text {
    position: relative;
    top: -480px;
    left: -360px;
    background: #fff;
    padding: 70px 40px 0px 40px;
    width: 415px;
    height: 345px;
    box-sizing: border-box;
  }
  .kokusai-en {
    position: absolute;
    top: -55px;
    left: 40px;
    width: 100%;
  }
  .butt-kokusai {
    position: absolute;
    bottom: -30px;
    left: -80px;
    width: 100%;
  }
  .course-name {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
  }
	.jinbun-en img,.kokusai-en img{
		margin: 0;
	}
  /* ------------------------------
  ブログ　共通
-------------------------------- */
  .works-list {
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* ------------------------------
  ブロヅ
-------------------------------- */
  .works-list-title {
    margin: 0px 0 0px 0;
    font-size: 17px;
  }
  .works-item {
    margin: 0 0 20px 0;
    width: 21%;
    padding: 10px 10px 20px 10px;
  }
  /* ------------------------------
  お客様の声パーツ
-------------------------------- */
  /* ------------------------------
  バナー
-------------------------------- */
  .seko-box-sp {
    display: none;
  }
  .seko-box-pc {
    display: block;
    width: 100%;
    margin: 20px auto 40px auto;
  }
}






@media print, screen and (min-width : 1400px) {
  /* ------------------------------
  リンク付き写真パーツ
-------------------------------- */
  .link-box {
    width: 47%;
    margin: 0 0px 0px 0px;
  }
  .link-box-s {
    width: 38%;
    margin: 0 0px 0px 0px;
  }
  .link-box-l {
    width: 54%;
    margin: 0 0px 0px 0px;
  }
.wh-box{
  width: 410px;
	position: absolute;
	left: 120px;
	top: -50px;
  margin: 0 0px 20px 0px;
  position: relative;
	background: #fff;
	padding: 40px 30px 50px 30px;
}
	
	  ul.gnavi li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }

	
}