@charset "UTF-8";

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */
.box-anime-border {
	position: relative;
	margin-bottom: 2rem;
}

.box-anime-border-other {
	position: relative;
}

.box-anime-border .is-border {
    position: absolute;
    width: 0;
	z-index: -1;
    background: url(../../../images/2018/department/common/img-bg.png) repeat-x top center;
}

.box-anime-border-other .is-border {
    position: absolute;
    width: 0;
	z-index: 0;
	bottom: 0;
    border-bottom: red solid 3px;
}

.box-img-ttl {
	line-height: 0;
	text-align: center;
}

.f-red{
	color: #BE3545;
}

h2.ttl-h2 {
	color: #2F2F2F;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

h3.ttl-h3 {
	color: #BE3545;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

h4.ttl-h4 {
	color: #BE3545;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.ttl-white-red {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BE3545;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}

/* top画像 */

.box-pankuzu {
	display: inline-block;
	color: #EA2222;
	line-height: 2;
	font-size: 1.2rem;
	text-align: right;
}

.box-pankuzu a {
	color: #EA2222;
	display: inline-block;
}

.box-ttl-h1 {
	background-color: rgba(214,23,23,0.7);
}

.box-ttl-h1 h1 {
	border-bottom: solid 1px #FFFFFF;
	line-height: 1;
}

.box-ttl-h1 p {
	font-weight: bold;
	color: #fff;
}

.ul-top-menu {
	font-size: 0;
}

.ul-top-menu li {
	display: inline-block;
	border: solid 2px #EA2222;
}

.ul-top-menu li a {
	text-align: center;
	font-weight: bold;
	color: #EA2222;
	line-height: 1;
	padding-top: 1em;
}

.ul-top-menu li a span {
	font-weight: bold;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* 概要 */
p.txt-small-ttl {
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1;
}

p.txt-red {
	color: #BE3545;
	line-height: 2;
	font-weight: bold;
}

.box-overvew {
	position: relative;
}

.box-bg-pink-left,
.box-bg-pink-right {
	position: absolute;
	background-color: #FFD4CC;
	z-index: -1;
}

.box-bg-pink-left {
	top: 0;
	left: 0;
}

.box-bg-pink-right {
	top: 0;
	right: 0;
}

.box-overvew-txt p {
	color: #000000;
	line-height: 1.9;
}

/* 学びの目的 */
.area-target {
	background-image: url(../../../images/2018/department/common/bg-g-cmn-01.png);
}

.box-target-list {
	background-color: #FFFFFF;
}

/* 学部TOPICS */
.box-chara h3{
	border-bottom: solid 1px #BE3545;
	text-align: center;
}

.box-chara h4{
	text-align: center;
}

/* 資格＆進路 */
.area-certi {
	background-color: #D9F0ED;
}

.box-certi-list {
	background-color: #FFFFFF;
}

span.txt-bold {
	font-weight: bold;
	display: block;
}

.box-certi-list h3 {
	line-height: 1.5;
}

/* info */
.box-info-dl dl dt {
	background-color: #FFD4CC;
}

.dl-info-schedule dd span {
	display: block;
	border-bottom: solid 1px #707070;
}

.dl-info-schedule dd span:last-of-type {
	border-bottom: none;
}

/* 紹介動画 */
.area-movie {
	background-image: url(../../../images/2018/department/common/bg-g-cmn-02.png);
}

.box-movie-ttl h2 {
	color: #FFFFFF;
}

/* 20220413 追加 */
.f-bold {
	font-weight: 700;
}
.box-reborn {
	margin: 0 auto;
}
.box-reborn .box-reborn-head {
	background: #BE3545;
	color: #fff;
	text-align: center;
}
.box-reborn .box-reborn-head h2 {
	line-height: 1.5;
}
.box-reborn .box-reborn-head p {
	line-height: 1.5;
}
.box-reborn .box-reborn-inner h3 {
	color: #BE3545;
}
.box-reborn .box-reborn-inner .list-new-department {
	font-size: 0;
	margin: 0 auto;
}
.box-reborn .box-reborn-inner .list-new-department li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	text-align: center;
}
.box-reborn .box-reborn-inner .list-new-department li:nth-of-type(2n) {
	margin-right: 0;
}
.box-reborn .box-reborn-inner .list-new-details {
	width: 100%;
	margin: 0 auto;
}
.box-reborn .box-reborn-inner .list-new-details li {
	background: #F8EDEC;
}
.box-reborn .box-reborn-inner .list-new-details li h4 {
	text-align: center;
	color: #BE3545;
	border-bottom: 1px solid #BE3545;
}
.box-sub-ttl-overvew {
	margin: 0 auto;
	border: 2px solid #000;
}
.box-sub-ttl-overvew p {
	text-align: center;
}


/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	body {
		overflow-x: hidden;
	}
	
	.box-anime-border .is-border {
		background-size: contain;
	}
	
	.box-anime-border .box-img-ttl img {
		width: 126px;
	}
	
	.box-anime-border-other .box-img-ttl img {
		position: relative;
    	top: 14px;
	}
	
	.area-target .box-anime-border-other, .area-certi .box-anime-border-other {
		left: -10px;
	}
	
	.area-target .box-anime-border-other .box-img-ttl, .area-certi .box-anime-border-other .box-img-ttl {
		left: 10px;
		position: relative;
	}
	
	img.img-target {
		width: 102px;
	}
	
	img.img-characteristic {
		width: 180px;
	}
	
	img.img-course {
		width: 233px;
	}
	
	img.img-face {
		width: 155px;
	}
	
	img.img-movie {
		width: 100px;
	}
	
	.box-anime-border .is-border {
	    left: 0;
		top: -12px;
	    height: 28px;
	}
	
	h2.ttl-h2 {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
	
	h3.ttl-h3 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	
	h4.ttl-h4 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	
	.is-pd-10 {
		padding: 0 10px;
	}
	
	.mb-3rem {
		margin-bottom: 3rem;
	}
	
	.pc-only {
		display: none;
	}
	
	/* top画像 */
	.box-bigimg {
		width: 100%;
		height: 0;
		min-height: 120px;
		padding-bottom: calc(240 / 750 * 100%);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.box-top {
		margin: -38px auto 0;
	}
	
	.box-ttl-h1 {
		width: 255px;
		padding: 0.5rem 1.5rem 1.25rem 1.5rem;
		margin-bottom: 1rem;
	}
	
	.box-ttl-h1 h1 {
		margin-bottom: 1rem;
	}
	
	.box-ttl-h1 h1 img {
		width: 85%;
		max-width: 258px;
	}
	
	.box-pankuzu {
		margin-bottom: 2rem;
		padding: 0 1.5rem;
	}
	
	.box-ttl-h1 p {
		font-size: 1.25rem;
		line-height: 1.6;
	}
	
	.ul-top-menu {
		padding-bottom: 2.7rem;
	}
	
	.ul-top-menu li {
		width: calc(50% - 37.5px);
		margin-bottom: 2rem;
	}
	
	.ul-top-menu li:nth-child(odd) {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	
	.ul-top-menu li:nth-child(even) {
		margin-right: 2.5rem;
	}
	
	.ul-top-menu li:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
	
	.ul-top-menu li a {
		font-size: 1.5rem;
	}
	
	.ul-top-menu li a span {
		font-size: 0.9rem;
	}
	
	/* 概要ここから */
	.area-overvew {
		margin: 3rem 0 6rem;
	}
	
	.box-ttl-overvew {
		padding: 0 10px;
		margin-bottom: 5rem;
	}
	
	p.txt-small-ttl {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	
	p.txt-red {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	
	.box-bg-pink-left,
	.box-bg-pink-right {
		width: 65%;
		height: 375px;
		display: none;
	}
	.box-bg-pink-left {
		top: 0;
		left: 0;
	}
	
	.box-bg-pink-left {
		top: 0;
		right: 0;
	}
	
	.box-overvew {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-bottom: -1px;
	}
	
	.box-overvew.is-open .box-bg-pink-left,
	.box-overvew.is-open .box-bg-pink-right {
		display: block;
	}
	
	.box-overvew h3.ttl-h3 {
		color: #000;
		position: relative;
		padding: 1.5rem 0;
	}
	
	.box-overvew h3.ttl-h3::before {
		content: "＋";
		color: #BE3545;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.5rem 1.5rem 1.5rem 0;
	}
	
	.box-overvew.is-open h3.ttl-h3::before {
		content: "ー";
	}
	
	.box-overvew h3.ttl-h3 + div {
		display: none;
		padding-bottom: 6rem;
	}
	
	.box-overvew-img {
		text-align: center;
		margin-bottom: 1rem;
	}
	
	.box-overvew-img img {
		max-width: 480px;
		width: 100%;
		vertical-align: bottom;
	}
	
	.box-overvew-txt p,
	.box-for-bottom-flex p{
		font-size: 1.4rem;
		line-height: 1.9;
	}
	
	/* 学びの目的 */
	.area-target {
		padding: 4.5rem 10px 0;
	}
	
	.box-target-ttl {
		margin-bottom: 3rem;
	}
	
	.box-target-list {
		width: calc(100% - 20px);
		padding: 3rem 1rem 2rem;
		margin-bottom: 3rem;
	}
	
	.box-target-list p {
		font-size: 1.4rem;
		line-height: 1.9;
		margin-top: 2rem;
	}
	
	/* 学部TOPICS */
	.area-chara {
		padding: 4.5rem 10px;
	}
	
	.box-chara h2 {
		margin-bottom: 3rem;
	}
	
	.box-chara h3 {
		padding-bottom: 1rem;
		margin-bottom: 3rem;
		text-align: left;
	}
	
	.box-chara h4 {
		padding-bottom: 1rem;
		margin-bottom: 3rem;
		margin-top: -2rem;
		text-align: left;
	}
	
	.box-chara p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	
	/* 資格＆進路 */
	.area-certi {
		padding: 4.5rem 10px 0 10px;
	}
	
	.box-certi {
		margin-bottom: 2.4rem;
	}
	
	.box-certi-ttl {
		margin-bottom: 3rem;
	}
	
	.box-certi-ttl h2 {
		line-height: 1.5;
	}
	
	.box-certi-list {
		padding: 3rem 1rem;
		margin-bottom: 3rem;
	}
	
	.box-certi-list:last-of-type {
		margin-bottom: 0;
	}
	
	.box-certi-list h3 {
		margin-bottom: 2.5rem;
	}
	
	.box-certi-list p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	
	/* info */
	.area-info {
		padding: 4.5rem 10px;
	}
	
	.box-info-ttl {
		margin-bottom: 3rem;
	}
	
	.box-info-ttl h2 {
		margin-bottom: 3rem;
	}
	
	.box-info-ttl h3 {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		padding: 1rem;
		text-align: left;
	}
	
	.box-info-ttl p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	
	.box-info-dl dl {
		border-top: solid 1px #707070;
		border-left: solid 1px #707070;
		border-right: solid 1px #707070;
	}
	
	.box-info-dl dl:last-of-type {
		border-bottom: solid 1px #707070;
	}
	
	.box-info-dl dl dt,
	.box-info-dl dl dd {
		font-size: 1.4rem;
	}
	
	.box-info-dl dl dt {
		border-bottom: solid 1px #707070;
		padding: 1rem;
		text-align: center;
	}
	
	.box-info-dl dl dd {
		padding: 1rem;
	}
	
	dl.dl-info-schedule dd {
		padding: 0;
	}
	
	dl.dl-info-schedule dd span {
		padding: 1rem;
	}
	
	/* 紹介動画 */
	.area-movie {
		padding: 4.5rem 10px 3.8rem;
	}
	
	.box-movie-ttl {
		margin-bottom: 3rem;
	}
	
	.box-movie {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 56.25%;
		height: 0;
	}
	
	.box-movie iframe {
		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	
	/* 20220413 追加 */
	.only-sp {
		display: block;
	}
	.only-pc {
		display: none;
	}
	.box-reborn {
		padding: 0 10px;
	}
	.box-reborn .box-reborn-head {
		padding: 2.6% 0;
	}
	.box-reborn .box-reborn-head h2 {
		font-size: 1.8rem;
	}
	.box-reborn .box-reborn-head p {
		font-size: 1.4rem;
		margin-top: .7rem;
	}
	.box-reborn .box-reborn-inner h3 {
		font-size: 1.6rem;
		margin-top: 3rem;
	}
	.box-reborn .box-reborn-inner .list-new-department {
		width: 100%;
		margin-top: 3rem;
	}
	.box-reborn .box-reborn-inner .list-new-department li {
		margin-right: 3%;
		width: 48.5%;
		margin-bottom: 2rem;
		padding: 3% 2%;
		border-radius: 5%;
	}
	.box-reborn .box-reborn-inner .list-new-department li h4 {
		font-size: 1.5rem;
	}
	.box-reborn .box-reborn-inner .list-new-department li p {
		font-size: 1.3rem;
		margin-top: 2%;
	}
	.box-reborn .box-reborn-inner .list-new-details {
		margin-top: 3rem;
	}
	.box-reborn .box-reborn-inner .list-new-details li {
		width: 100%;
		margin-bottom: 3rem;
		padding: 4%;
	}
	.box-reborn .box-reborn-inner .list-new-details li h4 {
		font-size: 2rem;
		padding-bottom: .6rem;
	}
	.box-reborn .box-reborn-inner .list-new-details li p {
		font-size: 1.4rem;
		margin-top: 1.8rem;
	}
	.box-sub-ttl-overvew {
		margin-top: 4rem;
		margin-bottom: 6rem;
		padding: 2% 0;
		margin-left: 10px;
		margin-right: 10px;
	}
	.box-sub-ttl-overvew p {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	main {
		min-width: 1000px;
	}
	
	.box-anime-border .box-img-ttl img {
		width: 210px;
	}
	
	.box-anime-border-other .box-img-ttl img {
		position: relative;
    	top: 24px;
	}
	
	img.img-target {
		width: 156px;
	}
	
	img.img-characteristic {
		width: 280px;
	}
	
	img.img-course {
		width: 380px;
	}
	
	img.img-face {
		width: 250px;
	}
	
	img.img-movie {
		width: 154px;
	}
	
	.box-anime-border .is-border {
	    left: 0;
		top: -12px;
	    height: 39px;
	}
	
	h2.ttl-h2 {
		font-size: 40px;
	}
	
	h3.ttl-h3 {
		font-size: 24px;
	}
	
	h4.ttl-h4 {
		font-size: 20px;
	}
	
	.ttl-white-red {
		font-size: 24px;
		padding: 8.5px 0;
	}
	
	.mb-45 {
		margin-bottom: 45px;
	}
	
	.pc-mb-1em {
		margin-bottom: 1em;
	}
	
	.pc-mb-2em {
		margin-bottom: 2em;
	}
	
	.is-width-1000 {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sp-only {
		display: none;
	}
	
	/* top画像 */
	.box-bigimg {
		width: 100%;
		height: 408px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.box-top {
		width: 1000px;
		margin: -280px auto 0;
	}
	
	.box-ttl-h1 {
		width: 300px;
		height: 300px;
		padding: 22px;
		margin-bottom: 20px;
		display: inline-block;
	}
	
	.box-ttl-h1 h1 {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	
	.box-pankuzu {
		width: 690px;
		vertical-align: bottom;
		margin-bottom: 10px;
	}
	
	.box-ttl-h1 p {
		font-size: 16px;
		line-height: 1.7;
	}
	
	.ul-top-menu {
		padding-bottom: 40px;
		text-align: center;
	}
	
	.ul-top-menu li {
		width: 155px;
		margin-right: 14px;
	}
	
	.ul-top-menu li:last-of-type {
		margin-right: 0;
	}
	
	.ul-top-menu li a {
		font-size: 16px;
	}
	
	.ul-top-menu li a span {
		font-size: 10px;
	}
	
	/* 概要 */
	.box-ttl-overvew {
		margin-bottom: 80px;
	}
	
	p.txt-small-ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	p.txt-red {
		font-size: 16px;
		width: 800px;
		margin: 0 auto;
	}
	
	.box-bg-pink-left,
	.box-bg-pink-right {
		width: 65%;
		height: 300px;
		display: block !important;
	}
	
	.box-bg-pink-left {
		top: 0;
		left: 0;
	}
	
	.box-bg-pink-left {
		top: 0;
		right: 0;
	}
	
	.box-overvew {
		margin-bottom: 100px;
	}
	
	.box-overvew h3.ttl-h3 {
		padding: 30px 0;
	}
	
	.box-overvew h3.ttl-h3 + div {
		display: block !important;
	}	
	
	.box-overvew-img {
		width: 480px;
	}
	
	.box-overvew-txt {
		width: 480px;
	}
	
	.box-overvew-txt p {
		font-size: 15px;
	}
	
	/* 学びの目的 */
	.area-target {
		padding: 50px 0 0;
	}
	
	.box-target-ttl {
		margin-bottom: 40px;
	}
	
	.box-target {
		width: 1000px;
		margin: 0 auto;
	}
	
	.box-target-list {
		width: 860px;
		padding: 30px;
		margin-bottom: 50px;
	}
	
	.box-target-list:last-of-type {
		margin-bottom: 9rem;
	}
	
	.box-target-list p {
		font-size: 15px;
		line-height: 1.9;
		margin-top: 20px;
	}
	
	/* 学部TOPICS */
	.area-chara {
		padding: 50px 0 60px;
	}
	
	.box-chara {
		width: 800px;
		margin: 0 auto;
	}
	
	.box-chara h2 {
		margin-bottom: 70px;
	}
	
	.box-chara h3 {
		padding-bottom: 15px;
		margin-bottom: 45px;
	}
	
	.box-chara h4 {
		padding-bottom: 15px;
		margin-bottom: 45px;
		margin-top: -30px;
	}
	
	.box-chara p {
		font-size: 15px;
		line-height: 1.9;
	}
	
	/* 資格＆進路 */
	.area-certi {
		padding: 50px 0 0;
	}
	
	.box-certi-ttl {
		margin-bottom: 35px;
	}
	
	.box-certi {
		width: 1000px;
		margin: 0 auto 2rem auto;
	}
	
	.box-certi-list {
		width: 490px;
		height: 1185px;
		padding: 30px;
	}
	
	.box-certi-list p {
		font-size: 15px;
		line-height: 1.9
	}
	
	/* info */
	.area-info {
		padding: 50px 0 60px;
	}
	
	.box-info-ttl {
		width: 1000px;
		margin: 0 auto;
	}
	
	.box-info-ttl h2 {
		margin-bottom: 55px;
	}
	
	.box-info-ttl h3 {
		margin-bottom: 40px;
	}
	
	.box-info-ttl p {
		font-size: 15px;
		line-height: 1.9;
		width: 800px;
		margin: 0 auto;
	}
	
	.box-info-dl {
		width: 1000px;
		margin: 0 auto;
		display: table;
		border-collapse: collapse;
	}
	
	.box-info-dl dl {
		display: table-row;
		border-top: solid 1px #707070;
		border-left: solid 1px #707070;
		border-right: solid 1px #707070;
	}
	
	.box-info-dl dl:last-of-type {
		border-bottom: solid 1px #707070;
	}
	
	.box-info-dl dl dt,
	.box-info-dl dl dd {
		display: table-cell;
		font-size: 15px;
	}
	
	.box-info-dl dl dt {
		border-right: solid 1px #707070;
		padding: 18px 25px 21px;
		width: 200px;
	}
	
	.box-info-dl dl dd {
		padding: 18px 35px 21px;
		width: 800px;
	}
	
	dl.dl-info-schedule dt {
		padding: 0 25px;
	}
	
	dl.dl-info-schedule dd {
		padding: 0;
	}
	
	dl.dl-info-schedule dd span {
		padding: 18px 35px 21px;
	}
	
	/* 紹介動画 */
	.area-movie {
		padding: 55px 0 75px;
	}
	
	.box-movie-ttl {
		margin-bottom: 40px;
	}
	
	.box-movie {
		width: 800px;
		margin: 0 auto;
	}
	
	/* 20220413 追加 */
	.only-pc {
		display: block;
	}
	.only-sp {
		display: none;
	}
	.box-reborn {
		width: 1000px;
	}
	.box-reborn .box-reborn-head {
		padding: 10px 0;
	}
	.box-reborn .box-reborn-head h2 {
		font-size: 24px;
	}
	.box-reborn .box-reborn-head p {
		font-size: 17px;
	}
	.box-reborn .box-reborn-inner h3 {
		margin-top: 35px;
		text-align: center;
		font-size: 21px;
	}
	.box-reborn .box-reborn-inner .list-new-department {
		width: 800px;
		margin-top: 37px;
	}
	.box-reborn .box-reborn-inner .list-new-department li {
		margin-right: 20px;
		width: 390px;
		margin-bottom: 20px;
		padding: 15px 0 15px 0;
		border-radius: 7px;
	}
	.box-reborn .box-reborn-inner .list-new-department li h4 {
		font-size: 20px;
	}
	.box-reborn .box-reborn-inner .list-new-department li p {
		font-size: 15px;
		margin-top: 5px;
	}
	.box-reborn .box-reborn-inner .list-new-details {
		font-size: 0;
		margin-top: 58px;
	}
	.box-reborn .box-reborn-inner .list-new-details li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		width: 320px;
		height: 440px;
		margin-bottom: 20px;
		padding: 18px;
	}
	.box-reborn .box-reborn-inner .list-new-details li:nth-of-type(3n) {
		margin-right: 0;
	}
	.box-reborn .box-reborn-inner .list-new-details li h4 {
		font-size: 18px;
		padding-bottom: 3px;
	}
	.box-reborn .box-reborn-inner .list-new-details li p {
		font-size: 15px;
		margin-top: 8px;
	}
	.box-sub-ttl-overvew {
		width: 870px;
		margin-top: 60px;
		margin-bottom: 100px;
		padding: 16px 0;
	}
	.box-sub-ttl-overvew p {
		font-size: 21px;
	}
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */