@charset "utf-8";
/* CSS Document */




/*****************************************************************************
 catTopMainVA
 *****************************************************************************/
#catTopMainVA {
	margin-top: -90px;
	height: auto;
}
#catTopMainVA .nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 90px;
}
#catTopMainVA .nav nav {
	width: 100%;
	height: 100%;
	display: table;
}
#catTopMainVA .nav nav > .inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
#catTopMainVA nav ul {
	text-align: center;
	padding: 46px 0 0;
	position: relative;
}
#catTopMainVA nav ul:before {
	content: "";
	display: block;
	background: #ffffff;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: absolute;
	top: 11.5px;
	left: 50%;
	margin-left: -9px;
	box-shadow: 0 0 6px rgba(0,0,0,2);
}
#catTopMainVA nav ul:first-child {
	padding: 0 0 0;
}
#catTopMainVA nav ul:first-child:before {
	display: none;
}
#catTopMainVA nav li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 46px;
	font-size: 18px;
	text-shadow: 0 0 6px rgba(0,0,0,1);
	position: relative;
	opacity:1;
}
#catTopMainVA nav li a .fa {
	font-size: 14px;
	position: absolute;
	top: 4px;
	right: -1em;
	opacity: 0;
	transition: all 0.3s ease;
}
#catTopMainVA nav li a:hover .fa {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
#catTopMainVA {
	height: 630px;
}
#catTopMainVA .img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
}
#catTopMainVA .img img {
	height: 100%;
	width: auto;
}
}

/* 2023.12.25 追記 */
.about-main-visual {
	position: relative;
}

.about-main-visual img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.about-main-visual {
		height: 630px;
	}

	.about-main-visual img {
		object-fit: cover;
    width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 600px) {
	.about-main-visual {
		height: 280px;
	}
}

/* 建学の精神～姉妹校・提携校 */
.about-anchor-menu-wrapper {
	max-width: 1198px;
	margin: 0 auto 10px auto;
	padding: 0 16px;
}

.about-anchor-menu {
	font-size: 18px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: end;
	gap: 20px;
}

@media screen and (max-width: 1200px) {
	.about-anchor-menu {
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
	}
}

@media screen and (max-width: 600px) {
	.about-anchor-menu {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

.about-anchor-menu li {
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
	max-width: 183px;
}


.about-anchor-menu__link {
	display: block;
	color: #646464;
	text-decoration: none;
	position: relative;
	padding: 0 18px 0 18px;
}

.about-anchor-menu__link::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 11px;
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid #46D2E6;
  border-bottom: 0;
}


/* 教育情報の公表～機関要件 */
.about-link-menu-wrapper {
	background-color: #EFFCFC;
	padding: 27px 16px 27px 16px;
}

.about-link-menu-box {
	max-width: 1198px;
	margin: 0 auto 10px auto;
}

.about-link-menu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: end;
	gap: 30px;
}

@media screen and (max-width: 1200px) {
	.about-link-menu {
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
		gap: 16px;
	}
}

@media screen and (max-width: 600px) {
	.about-link-menu {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}

.about-link-menu li {
	display: block;
	color: #646464;
	text-decoration: none;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	.about-link-menu li {
		font-size: 13px;
	}
}

.about-link-menu__link {
	display: block;
	color: #646464;
	text-decoration: none;
	position: relative;
	padding: 10px 18px 10px 18px;
	border: 1px solid #B3EAF2;
	background-color: #ffffff;
	border-radius: 30px;
}

.about-link-menu__link::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 11px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8.8px solid #46D2E6;
	border-right: 0;
}


/*****************************************************************************
 tableHistory	沿革
 *****************************************************************************/
.tableHistory {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2;
	font-size: 18px;
	margin-top: -10px;
}
.tableHistory th, .tableHistory td {
	padding: 20px 0;
	vertical-align: top;
}
.tableHistory th {
	white-space: nowrap;
	padding-right: 80px;
}
.tableHistory td p {
	margin-top: 1em;
}
.tableHistory td p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 600px) {
.tableHistory {
	font-size: 16px;
}
.tableHistory th {
	padding-right: 40px;
}
}

@media screen and (max-width: 500px) {
.tableHistory, .tableHistory tbody, .tableHistory tr, .tableHistory th, .tableHistory td {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.tableHistory {
	padding-top: 10px;
}
.tableHistory tr {
	border-top: 1px dotted #dcdcdc;
}
.tableHistory th {
	display: block;
	margin-top: -10px;
}
.tableHistory th span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.tableHistory td {
	padding: 30px 0 50px;
}
}
/*****************************************************************************
 colType1	法人及び姉妹校
 *****************************************************************************/
.colType1 {
	display: table;
	width: 100%;
}
.colType1 > * {
	display: table-cell;
	vertical-align: top;
}
.colType1 .hd {
	width: 226px;
	font-size: 24px;
	padding-right: 30px;
	line-height: 1.2;
}
.colType1 .box {
	line-height: 2.4;
}
.colType1 .box .boxHd {
	line-height: 1.2;
	margin: 0 0 14px;
}
.colType1 .box .boxHd.boxHd1 {
	font-size: 40px;
	text-indent: -0.5em;
}
.colType1 .box .boxHd.boxHd2 {
	font-size: 23px;
}
.colType1 .box .boxHd.boxHd2 {
}
.colType1 .box .personel {
	line-height: 1.4;
	font-size: 13px;
}
.colType1 .box .personel.right {
	float: right;
	width: 157px;
	margin: 0 0 10px 30px;
}
.colType1 .box .personel.left {
	float: left;
	width: 157px;
	margin: 0 30px 10px 0;
}
.colType1 .box .personel img {
	margin-bottom: 18px;
}
.colType1 .box .personel span {
	display: block;
	font-size: 18px;
}
.colType1 .box .text {
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
.colType1 .box br.pc {
	display: none;
}
.colType1 .box .text {
	overflow: inherit;
}
}

@media screen and (max-width: 600px) {
.colType1, .colType1 > * {
	display: block;
}
.colType1 .hd {
	width: auto;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
.colType1 .box .boxHd {
	text-align: center;
}
.colType1 .box .boxHd.boxHd1 {
	text-indent: 0;
}
.colType1 .box .personel.right, .colType1 .box .personel.left {
	float: none;
	margin: 0 auto 25px;
	text-align: center;
}
}

/*flexWrap
----------------------------------------------------------*/
.flexWrap {
	display:flex;
}
.flexWrap > div {
	width:calc((100% - 50px)/2);
}
.flexWrap > div:nth-child(1) {
	margin-right:50px;
}

.flexWrapBoxHd {
	font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	border-bottom:1px solid #646464;
	padding:0 0 10px;
	margin:0 0 10px;
	font-size:16px;
	line-height:1.4;
}
.flexWrapBoxHd.woBorder {
	border-bottom:none;
	padding:0;
}
@media screen and (max-width: 600px) {
.flexWrap {
	display:inherit;
}
.flexWrap > div {
	width:auto;
}
.flexWrap > div:nth-child(1) {
	margin-right:0;
	margin-bottom:20px;
}
}


/*****************************************************************************
	情報公開
 *****************************************************************************/
.subSection-info {
	padding-top: 40px;
}


 .about-info-list {
	margin-left: 13px;
}

.about-info-list li {
	position: relative;
	width: fit-content;
	padding-left: 18px;
	padding-right: 30px;
	margin-bottom: 24px;
}

.about-info-list li::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #707070;
  border-right: 0;
}

.about-info-list li::after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(../images/icon-pdf-g.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;

}

.about-info-list__link {
	color: #707070;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: 1.7;
}