@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

/* ////////////////////////////////////////////////////////////
	File Name	about.css
*/

/*============================================================
	 メイン
*/
.unit-main .kv {
	background-image: url('../img/about/kv.jpg');
}

/*============================================================
	 基本ブロック
*/
.article .detail .image01 {
	margin: 40px 0;
	max-width: 450px;
}
.article .detail .btn-wrap {
	margin: 50px 0 0 0;
}
.article .detail .btn-wrap .btn {
	margin: 0;
	max-width: 300px;
	height: 80px;
	font-size: 20px;
}
.article .detail .btn-wrap .btn i.icon-blank {
	top: 6px;
	right: 6px;
}

/* 図 */
.hds-figure01 {
	max-width: 728px;
}

/* SP */
@media screen and (max-width: 768px) {
	.article .detail .image01 {
		margin: 30px 0;
		max-width: 100%;
	}
	.article .detail .btn-wrap {
		margin: 30px 0 0 0;
	}
	.article .detail .btn-wrap .btn {
		margin: 0 auto;
		max-width: 240px;
		height: 64px;
		font-size: 16px;
	}
	/* 図 */
	.hds-figure01 {
		max-width: 100%;
	}
}

/*============================================================
	 枠内ブロック
*/
.section {
	margin: 0 0 110px 0;
	padding: 100px 0 40px 0;
	background-color: #e6e6e6;
	font-size: 15px;
	line-height: 2.4;
}
.section .container {
	position: relative;
	margin: 0 auto;
	padding: 0 100px;
	max-width: 1090px;
}
.section .subhead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0 0;
	height: 100px;
	border: 2px solid #00a09b;
	font-size: 28px;
	line-height: 1.5;
}
.section .subhead:first-child {
	margin: 0;
}
.body-ds .section .subhead {
	border-color: #0078b4;
}
.body-hds .section {
	background-color: #e6e6e6;
}
.body-hds .section .subhead {
	border-color: #00a09b;
}

/* カリキュラム構成 */
.block-curriculum {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
.block-curriculum .head {
	margin: 70px 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}
.block-curriculum .head .h {
	font-size: 20px;
}
.block-curriculum .head .labels {
	padding: 8px 15px;
	background-color: #fff;
	font-size: 12px;
	color: #000;
}
.block-curriculum .head .labels ul {
	display: flex;
}
.block-curriculum .head .labels ul li {
	position: relative;
	margin: 0 0 0 15px;
}
.block-curriculum .head .labels ul li:first-child {
	margin: 0;
}
.block-curriculum .head .labels ul li.must {
	padding-left: 1.5em;
}
.block-curriculum .head .labels ul li.must::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border: 1px solid #00285a;
	background-color: #00285a;
}
.block-curriculum .head .labels ul li.select {
	padding-left: 1.5em;
}
.block-curriculum .head .labels ul li.select::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border: 1px solid #00285a;
	background-color: #fff;
}
.block-curriculum .exp {
	margin: 10px 0;
	line-height: 1.7;
}
.block-curriculum .exp span {
	font-size: 11px;
}
.block-curriculum .equirements {
	margin: 30px 0 0 0;
	line-height: 1.5;
}
.block-curriculum .equirements .h {
	font-size: 20px;
}
.block-curriculum .equirements .list-primary {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.7;
}
.block-curriculum .equirements .list-note {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.7;
}
.block-curriculum .equirements .list-note li {
	padding-left: 1em;
	text-indent: -1em;
}

/* 科目一例 */
.section .block-subject {
	line-height: 2.1;
}
.section .block-subject ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding: 20px 0 0 0;
}
.section .block-subject ul li {
	flex-basis: 50%;
	max-width: 50%;
	margin: 50px 0 0 0;
	padding: 0 25px;
}
.section .block-subject ul li .h {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8c8c8c;
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
}
.section .block-subject ul li p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 取得学位 */
.section .block-degree .lead {
	padding: 60px 0;
	text-align: center;
	font-size: 19px;
}

/* TB */
@media screen and (max-width: 1024px) {
	.section {
		padding-top: 50px;
	}
	.section .container {
		padding: 0 50px;
		max-width: 100%;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.section {
		margin: 0 0 70px 0;
		padding-top: 70px;
		font-size: 14px;
	}
	.section .container {
		padding: 0 25px;
	}
	.section .subhead {
		margin: 60px 0 0 0;
		height: 70px;
		border-width: 1px;
		font-size: 19px;
	}
	/* カリキュラム構成 */
	.block-curriculum .head {
		margin: 30px 0 10px 0;
		display: block;
	}
	.block-curriculum .head .h {
		font-size: 16px;
	}
	.block-curriculum .head .labels {
		margin: 20px 0 10px 0;
		padding: 0;
		font-size: 11px;
		line-height: 1.5;
		background-color: transparent;
	}
	.block-curriculum .head .labels ul {
		float: left;
		padding: 8px 10px;
		background-color: #fff;
	}
	.block-curriculum .head .labels::after {
		content: '';
		display: block;
		clear: both;
	}
	.block-curriculum .head .labels ul li {
		margin: 0 0 0 10px;
	}
	.block-curriculum .head .labels ul li.must::before {
		width: 10px;
		height: 10px;
		margin-top: -6px;
	}
	.block-curriculum .head .labels ul li.select::before {
		width: 10px;
		height: 10px;
		margin-top: -6px;
	}
	.block-curriculum .equirements {
		margin: 30px 0 0 0;
	}
	.block-curriculum .equirements .h {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	.block-curriculum .equirements .list-primary {
		margin: 5px 0 0 0;
	}
	.block-curriculum .equirements .list-note {
		margin: 5px 0 0 0;
		line-height: 1.7;
	}
	/* 科目一例 */
	.section .block-subject {
		line-height: 2.1;
	}
	.section .block-subject ul {
		display: block;
		margin: 0;
		padding: 5px 0 0 0;
	}
	.section .block-subject ul li {
		max-width: 100%;
		margin: 35px 0 0 0;
		padding: 0;
	}
	.section .block-subject ul li .h {
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		font-size: 17px;
	}
	/* 取得学位 */
	.section .block-degree .lead {
		padding: 30px 0;
		text-align: left;
		font-size: 15px;
		line-height: 2.1;
	}
}

/*============================================================
	 [詳細] カリキュラム表組
*/
.curriculum-table {
}
.curriculum-table .scroll {
}
.curriculum-table table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #0078b4;
	width: 100%;
	font-size: 13px;
	line-height: 1.7;
}
.curriculum-table table th {
	background: #0078b4;
	color: #fff;
	border-left: 1px solid #fff;
	width: 25%;
	padding: 0.8em 0;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.curriculum-table table th:first-child {
	border-left: none;
}
.curriculum-table table td {
	background: #fff;
	padding: 3px;
	border-left: 1px dashed #0078b4;
	border-bottom: 1px dashed #0078b4;
	width: 25%;
	vertical-align: top;
	color: #000;
}
.curriculum-table table td:first-child {
	border-left: none;
}
.curriculum-table table td.text-center {
	text-align: center;
}
.curriculum-table table div.labels {
	text-align: center;
}
.curriculum-table table div.labels p {
	padding: 0.8em 0.3em;
	letter-spacing: 0;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
}
.curriculum-table table div.labels.labels-2 {
	display: flex;
	justify-content: space-between;
}
.curriculum-table table div.labels.labels-2 p {
	display: block;
	flex: 0 0 48.5%;
	max-width: 48.5%;
}
.curriculum-table table div.labels.labels-w3 p {
	display: block;
}
.curriculum-table table .tbody-1 .labels p {
	border: 1px solid #00285a;
	background: #00285a;
	color: #fff;
}
.curriculum-table table .tbody-2 .labels p,
.curriculum-table table .tbody-3 .labels p,
.curriculum-table table .tbody-4 .labels p {
	border: 1px solid #00285a !important;
	background: #fff !important;
	color: #000 !important;
}
.curriculum-table table .tbody-2 .labels p,
.curriculum-table table .tbody-3 .labels p {
	padding: 0.4em 1em;
	font-size: 10px;
}

/* curriculum03 */
.curriculum03 table tr:last-child td {
	border-bottom: none;
}
.curriculum03 table,
.curriculum03 table td {
	border-color: #00a09b;
}
.curriculum03 thead th {
	background: #00a09b !important;
}
.curriculum03 .labels p {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #00285a !important;
}
.curriculum03 .labels p.blue {
	background: #00285a !important;
	color: #fff !important;
}
.curriculum03 .labels .desc {
	display: block;
	padding: 0 5px;
}
.curriculum03 .labels .desc span {
	display: block;
	margin: 5px 0 0 0;
	padding: 7px 0 0 0;
	border-top: 1px solid #8096ab;
	text-align: left;
	font-size: 10px;
	line-height: 1.7;
}

/* SP */
@media screen and (max-width: 768px) {
	.curriculum03 {
		overflow-x: scroll;
	}
	.curriculum03 .inner {
		width: 200%;
	}
}

/*============================================================
	 みなとみらいで学ぶ
*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -15px 0 -15px;
	padding: 0 0 50px 0;
}
.gallery::after {
	content: '';
	display: block;
	clear: both;
}
.gallery .image {
	width: 100%;
	height: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery .caption {
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}
.gallery .block01 {
	flex-basis: 100%;
	padding: 0 15px;
}
.gallery .block01 .image {
	padding: 500px 0 0 0;
	background-image: url(../img/about/photo01.jpg);
}
.gallery .block02 {
	margin: 25px 0 0 0;
	padding: 0 15px;
	flex-basis: 50%;
}
.gallery .block02 .image {
	padding: 220px 0 0 0;
	background-image: url(../img/about/photo02.jpg);
}
.gallery .block03 {
	margin: 25px 0 0 0;
	padding: 0 15px;
	flex-basis: 50%;
}
.gallery .block03 .image {
	padding: 220px 0 0 0;
	background-image: url(../img/about/photo03.jpg);
}

/* NANA Lv. */
.nana-lv {
	display: table;
	border: 1px solid #8c8c8c;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
.nana-lv .address {
	display: table-cell;
	vertical-align: top;
	padding: 60px 0 40px 0;
	width: 380px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0;
}
.nana-lv .address .logo {
	margin: 0 0 25px 0;
	width: 230px;
}
.nana-lv .info {
	display: table-cell;
	vertical-align: top;
	padding: 50px 0;
	font-size: 15px;
	line-height: 2.4;
}

/* SP */
@media screen and (max-width: 768px) {
	.gallery {
		display: block;
		margin: 0;
		padding: 15px 0 40px 0;
	}
	.gallery .image {
		padding-top: 66.46% !important;
	}
	.gallery p {
		margin: 15px 0 0 0;
		font-size: 13px;
		line-height: 1.5;
	}
	.gallery .block01,
	.gallery .block02,
	.gallery .block03 {
		margin: 30px 0 0 0;
		padding: 0;
	}
	.gallery .block01 {
		margin: 0;
	}

	/* NANA Lv. */
	.nana-lv {
		display: block;
		padding: 50px 0 45px 0;
	}
	.nana-lv .address {
		display: block;
		padding: 0 0 30px 0;
		width: 100%;
		font-size: 14px;
	}
	.nana-lv .info {
		display: block;
		padding: 0;
		font-size: 14px;
		line-height: 2.1;
	}

	.note p {
		margin: 30px 0 0 0;
		font-size: 13px;
		line-height: 2.1;
	}
}