@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */

/* ------------------------------------------------------------------------------
100年の歩み
------------------------------------------------------------------------------ */


/* /TabL+PC */

.hisBrand {
	background-image: url("../history/img/history_brand.jpg");
}


.hisTabLi {
    display: flex;
    flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: solid 8px #75171C;
	font-size: 34px;
	margin-bottom: 5rem
}
.hisTabLiBox {
	width: 32%;
}
.hisTabLiBox a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #111;
	background-color: #E4E4E4;
	padding: 1rem 0.6rem;
	border-radius: 2px 2px 0 0;
	transition: all 0.2s;
}
.hisTabLiBox a:hover {
	background-color: #75171C;
	color: #fff;
	padding: 1.5rem 0.6rem;
}
.hisTabLiBox a.active {
	background-color: #75171C;
	color: #fff;
	padding: 1.8rem 0.6rem;
}

.hisCont {
	position: relative;
	width: 100%;
}
.border-line {
  position: absolute;
  left:24%;
  top:0;
  width:1px;
  height:0;
  background: #75171C;
}

.hisContLi li::after{
  content:'';
  position: absolute;
  left:23.3%;
  width:15px;
  height: 15px;
  background:#75171C;
  border-radius: 50%;
}

.hisContLi {
	list-style: none;
	width:100%;
	margin:0px auto;
}
.hisContLi li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	list-style: none;
	padding:0 0 3rem 0;
}
.hisContLiY {
	width: 22%;
	display: flex;
	justify-content: space-between;
	margin-top: -5px;
}
.hisContLiY.mOnly {
	justify-content: flex-end!important;
}
.hisContLiY .pc-only {
	display: none;
}
/*.hisContLiY span {
	width: 100%;
}*/
.hisContLiDtl {
	width: 73%;
	position: relative;
	margin-top: -5px;
}

.hisContLiPhR {
	display: flex;
	justify-content: space-between;
}
.hisContLiPhR p {
	width: 48%;
}
.hisContLiPhR div {
	max-width: 350px;
	width: 48%;
}
.hisContLiPh2 {
	margin-top: 1em;
	display: flex;
	justify-content: space-between;
}
.hisContLiPh2 div {
	max-width: 350px;
	width: 48%;
}



/* ------------------------------------------------------------------------------
建学の精神
------------------------------------------------------------------------------ */
.mindContBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.mindContimg01 {
	width: 30%;
}
.mindContTxtArea {
	width: 65%;
}
.hisContMtit {
	font-weight: 400;
	font-size: 24px;
	color: #75171C;
	border-left: 6px solid #75171C;
	padding-left: 10px;
	margin-bottom: 1.2em;
}
.mindContTxt {
	line-height: 1.8em;
}
.mindContTxt span {
	text-indent: -1em;
	margin-left: 1em;
}

/* ------------------------------------------------------------------------------
理事長・学院長
------------------------------------------------------------------------------ */
.rekiContBox {
	margin-bottom: 5rem;
}
.rekiUl {
	list-style: none;
}
.rekiUl li {
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	justify-content: flex-start;
	padding: 1rem;
}
.rekiUlTxt01 {
	width: 15%;
	min-width: 50px;
	font-size: 22px;
	font-weight: bold;
}
.rekiUlTxt02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}

.rekiUlTxt02 span.dtl {
	display: inline-block;
	padding-left: 20px;
	width: 75%;
	color: #808080;
}


/* TABP+SPL */
@media screen and (max-width: 999px) {
	
	.hisTabLi {
		border-bottom: solid 6px #75171C;
		font-size: 3.2vw;
		margin-bottom: 4rem;
	}
	.hisTabLiBox a {
		padding: 2vw 1.5vw;
	}
	.hisTabLiBox a.active {
		padding: 3vw 1.5vw;
	}
	
	.border-line {
	  left:24.3%;
	}

	.hisContLi {
		font-size: 2.2vw;
	}
	.hisContLi li {
		padding:0 0 3rem 0;
	}
	.hisContLiY {
		width: 22%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	
	
	/* ------------------------------------------------------------------------------
	建学の精神
	------------------------------------------------------------------------------ */
	.hisContMtit {
		font-weight: 400;
		font-size: 20px;
		padding-left: 10px;
		margin-bottom: 1.2em;
	}
	.mindContTxt {
		line-height: 1.8em;
		font-size: 16px;
	}
	
	/* ------------------------------------------------------------------------------
	理事長・学院長
	------------------------------------------------------------------------------ */
	.rekiUl li {
		padding: 1rem;
		font-size: 16px;
	}
	.rekiUlTxt01 {
		width: 15%;
		min-width: 40px;
		font-size: 20px;
	}
	
	.rekiUlTxt02 {
		width: 100%;
	}
	.rekiUlTxt02 span.dtl {
		display: inline-block;
		padding-left: 2%;
	}
	.rekiUlTxt02 span.name {
		min-width: 180px;
	}
	
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {

	.hisBrand {
		background-image: url("../history/img/history_brand_sp.jpg");
	}
	.hisTabLi {
		border-bottom: solid 4px #75171C;
		font-size: 14px;
		margin-bottom: 3rem;
	}
	.hisTabLiBox a {
		padding: 1vw 1vw;
		line-height: 1.3em;
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hisTabLiBox a.active {
		padding: 2vw 1vw;
		min-height: 60px;
	}
	
	.border-line {
	  left:24%;
	}

	.hisContLi li::after{
	    left: 22.8%;
		width: 2.4vw;
		height: 2.4vw;
	}
	.hisContLi {
		font-size: 3.2vw;
	}
	.hisContLiY {
		margin-top: -3px;
	}
	.hisContLiY.mOnly {
	justify-content: flex-start!important;
}
	.hisContLiDtl {
		width: 70%;
		margin-top: -3px;
	}
	.hisContLiPhR {
		flex-wrap: wrap;
	}
	.hisContLiPhR p {
		width: 100%;
	}
	.hisContLiPhR div {
		max-width: 100%;;
		width: 100%;
		margin-top: 1em;
	}
	.hisContLiPh2 {
		margin-top: 0;
		flex-wrap: wrap;
	}
	.hisContLiPh2 div {
		margin-top: 1em;
		max-width: 100%;;
		width: 100%;;
	}
	
	
	
	/* ------------------------------------------------------------------------------
	建学の精神
	------------------------------------------------------------------------------ */
	.mindContBox {
		margin-bottom: 3.5rem;
		flex-wrap: wrap;
	}
	.mindContBox.last {
	margin-bottom: 0rem;
}
	.mindContimg01 {
		width: 85%;
		order: 2;
		margin-left: auto;
		margin-right: auto;
	}
	.mindContTxtArea {
		width: 100%;
		order: 1;
	}
	.hisContMtit {
		font-weight: 400;
		font-size: 4.8vw;
		color: #75171C;
		border-left: 3px solid #75171C;
		padding-left: 6px;
		margin-bottom: 1.2em;
	}
	.mindContTxt {
		line-height: 1.8em;
		font-size: 3.4vw;
		margin-bottom: 2rem;
	}
	
	/* ------------------------------------------------------------------------------
	理事長・学院長
	------------------------------------------------------------------------------ */
	.rekiContBox {
		margin-bottom: 5rem;
	}
	.rekiUl {
		list-style: none;
	}
	.rekiUl li {
		justify-content: flex-start;
		padding: 3vw;
	}
	.rekiUlTxt01 {
		width: 20%;
		margin-bottom: 0.4rem;
		font-size: 3.6vw
	}
	.rekiUlTxt02 {
		flex-wrap: wrap;
		font-size: 3.2vw;
	}
	.rekiUlTxt02 span.dtl {
		padding-left: 0%;
		width: 100%;
	}
	.rekiUlTxt02 span.name {
		min-width: 180px;
		width: 100%;
	}
	
}/* /SPP */




.movieembed,
.movieembed2{
	max-width: 924px;
	width:100%;
	margin: 0 auto 60px;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width:599px){
.movieembed,
.movieembed2{
	margin: 0 auto 40px;
}
}
.movieembed2{
	margin: -60px auto 60px;
}
@media screen and (max-width:599px){
.movieembed2{
	margin: -10px auto 40px;
}
}

.movieembed iframe,
.movieembed2 iframe{
	width: 100%;
	height: 100%;
}
	


