@charset "utf-8";

/*adstaff*/

/*------------------------------------------------------------
	animation
------------------------------------------------------------*/

.comNavi li a:after {
	/*bottom:-30px;*/
  /*transition: bottom .1s linear;*/
}
.comNavi li a:hover:after {
  animation-name: iconMoveToBottom;
  animation-duration: .35s;
  animation-timing-function: easeInQuint;
  animation-iteration-count: 1;
  animation-delay: .0s;
  animation-fill-mode:forwards;
}

@keyframes iconMoveToBottom {
  0% {
    bottom:-30px;
  }
  35% {
  	bottom:-38px;
  }
  100% {
  	bottom:-30px;
  }
}

div.mainVisual {

}
div.mainVisual div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 71.2%;
	height: 100%;
	background-color: #E3E3E3;
	content: "";
}
#main .toggle_btn {
	cursor: pointer;
	transition:.2s;
}
#main .toggle_btn span {
	transition:.2s;
}
#main .toggle_btn:hover span {
	opacity: .7;
}

#main .belief .txtList.toggle_box {
	display: none;
	opacity: 0;
}
#main .belief .txtList.toggle_box.open {
	display: flex;
  animation-name: openWithFadeIn;
  animation-duration: .35s;
  animation-timing-function: easeInQuint;
  animation-iteration-count: 1;
  animation-delay: .0s;
  animation-fill-mode:forwards;
}

@keyframes openWithFadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}

#main  {
	z-index: 2;
}
body #main .belief .midTxt span:after,
body #main .belief .midTxt span:before {
    width: auto;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    background: none;

    	content: "＋";
	right: -11px;
    top: -1px;
}
body #main .belief .midTxt.open span:after,
body #main .belief .midTxt.open span:before {
	content: "－";
    top: -1px;
    right: -11px;
}

@media (min-width: 768px){
	#main .belief .headLine02 {
		letter-spacing: 4px;
		font-size: 5.8rem;
	}
	body #main .belief h4 {
    	font-size: 3.1rem;
    	letter-spacing: 6px;
	}
}
@media (max-width:767px){
	div.mainVisual div.shadow {
    	/*height: 210px;*/
	}
	body #main .belief .midTxt span:after,
	body #main .belief .midTxt span:before {
    	font-size: 15px;
    	right: -8px;
    	top: -3px;
	}
	body #main .belief .midTxt.open span:after,
	body #main .belief .midTxt.open span:before {
    	top: -3px;
    	right: -9px;
	}
}
/*sp*/

/*/adstaff*/



/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .profile {
	margin-bottom: 120px;
}
#main .profile .headLine02 {
	margin-bottom: 55px;
}
#main .profile .imgBox {
	margin-bottom: 70px;
	display: flex;
	align-items: flex-end;
}
#main .profile .imgBox .photoBox {
	width: 56.5%;
}
#main .profile .imgBox .txtBox {
	margin: 0 0 65px -12%;
	width: 56.8%;
}
#main .profile .imgBox .txtBox h4 {
/*	color: #000;
	font-size: 3.6rem;
	line-height: 1.9;
	letter-spacing: 5px;*/

	color: #000;
    font-size: 3.2rem;
    line-height: 1.9;
    letter-spacing: 4px;
}
#main .profile .comBox > p {
	margin: 0 6.5%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 5.4px;
}
#main .belief {
	margin-bottom: 180px;
}
#main .belief .comBox {
	max-width: 1090px;
}
#main .belief .headLine02 {
	margin-bottom: 85px;
}
#main .belief h4 {
	margin-bottom: 80px;
	color: #000;
	font-size: 3.6rem;
	line-height: 1.9;
	letter-spacing: 6.4px;
}
#main .belief h5 {
    margin-bottom: 14px;
    padding: 28px 0;
    color: #000;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.9;
    letter-spacing: 5.6px;
    border-top: 3px solid #333;
		border-bottom: 2px dashed #e6e6e6;
}
#main .belief h5.open {
	border-bottom: 3px solid #333;
}
#main .belief h5 .jp {
	position: relative;
	z-index: 1;
}
#main .belief h5 .en {
	margin-top: -77px;
	display: block;
	color: #F2F2F2;
	font-size: 8rem;
	letter-spacing: 8px;
	line-height: 1;
}
#main .belief .midTxt {
    margin-bottom: 50px;
    color: #8b8b8b;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}
#main .belief .midTxt span {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
#main .belief .midTxt span:after, #main .belief .midTxt span:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 13px;
	height: 3px;
	background-color: #000;
	content: "";
}
#main .belief .midTxt span:after {
	display: none;
	margin-top: -5px;
	right: 5px;
	width: 3px;
	height: 13px;
}
#main .belief .txtList {
	margin-bottom: 50px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dashed #e6e6e6;
}
#main .belief .txtList li {
	width: 46.5%;
}
#main .belief .txtList p {
	letter-spacing: .1em;
	line-height: 2;
	text-align: justify;
  word-break: break-all;
}
#main .belief .txtList p .small {
	font-size: 1.6rem;
}
#main .belief .txtList .ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 2.4px;
}
#main .education .comBox {
	margin-bottom: 154px;
	max-width: 1362px;
}
#main .education .comBox .headLine02 {
	margin-bottom: 70px;
}
#main .education .comBox h4 {
	/* max-width: 1130px; */
	font-size: 2.1rem;
	text-align: center;
	letter-spacing: .26em;
	margin: 0 auto 80px;
}
#main .education .comBox .txtList{
	display: flex;
	flex-wrap: wrap;
	gap: 46px 94px;
	text-align: justify;
}
#main .education .comBox .txtList > li{
	display: block;
	width: calc((100% - 96px) / 2);
}
#main .education .comBox .txtList > li {
	line-height: 2.03125;
}
#main .education .comBox .txtList .item-ttl {
	color: #0070C4;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 30px;
}
#main .education .comBox .txtList h5 {
	color: #0070C4;
	font-size: 3.6rem;
	line-height: 1.22222222;
	margin-bottom: 40px;
}
#main .education .comBox .txtList h5 .edu_04{
	margin-bottom: -4px;
}
#main .education .comBox .txtList h5 .small {
	font-size: 1.6rem;
}
#main .rotation .headLine02 {
	margin-bottom: 55px;
}
#main .rotation .comBox {
	max-width: 1130px;
}
#main .rotation .comBox > p {
	margin-bottom: 45px;
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: 5.4px;
}
#main .rotation .inner {
	margin: 0 2%;
}
#main .rotation h4 {
	margin-bottom: 65px;
	position: relative;
	z-index: 1;
	letter-spacing: 2.1px;
	font-size: 2.1rem;
}
#main .rotation h4 > span {
	padding: 0 50px 0 60px;
	display: inline-block;
	background: url("../img/common/ttl_bg.png") no-repeat left center, url("../img/common/ttl_bg.png") no-repeat right center;
	background-size: 43px auto;
}
#main .rotation h4 > span > span {
	font-size: 4.8rem;
	line-height: 0.5;
}
#main .rotation .imgBox {
	margin-bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .rotation .imgBox .photoBox {
	width: 50%;
	padding: 0 20px;
	text-align: right;
	box-sizing: border-box;
}
#main .rotation .imgBox .txtBox {
	width: 45.7%;
}
#main .rotation .imgBox .txtBox h4 {
	margin-bottom: 40px;
}
#main .rotation .imgBox .txtBox p {
	line-height: 2;
	letter-spacing: 4.8px;
	text-align: justify;
	text-justify: inter-ideograph;
	/* margin-bottom: 40px; */
	margin-bottom: 80px;
}
#main .rotation .stepList {
	margin: 0 -25px 130px;
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}
#main .rotation .stepList li {
	padding: 0 25px;
	/* 4アイテムと6アイテム以上 */
	width: 24.7%;
	position: relative;
	box-sizing: border-box;
}

/* 6アイテムある場合 */
.item6-over {
	flex-wrap: wrap !important;
}

/* PC版 6アイテムある場合 改行される5アイテム目から8アイテム目（2行目）のmargin-top設定。 */
#main .rotation .item6-over li:nth-child(n +5):nth-child(-n + 8) {
	margin-top: 50px;
}


#main .rotation .stepList li > div {
	padding: 50px 2% 25px;
	text-align: center;
	border: 1px solid #000;
}
#main .rotation .stepList li:after {
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 25px;
	height: 15px;
	background: url("../img/common/arrow02.png") no-repeat left top;
	background-size: 25px auto;
	content: "";
}

/* PC版　高さそろえるのためにafterをdisplay:noneから変更 */
#main .rotation .stepList li:last-child:after {
	/* background: none; */
	display:  none;
}
#main .rotation .stepList li p {
	margin-bottom: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
}
#main .rotation .stepList li .en {
	margin-bottom: 0;
	position: absolute;
	width: 94px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -15px;
	top: -35px;
	color: #000;
	font-size: 6rem;
	font-weight: bold;
	font-style: oblique;
	line-height: 1;
	background-color: #fff;
}
#main .rotation .stepList li .ttl {
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    /* min-height: 46px; */
		min-height: 56px;
    font-size: 1.8rem;
    letter-spacing: 1.1px;
    line-height: 1.1;
}
#main .rotation .stepList li .txt {
	margin-bottom: 0;
	font-size: 1.8rem;
}
#main .rotation .imgBox02 {
	margin-bottom: 45px;
}
#main .rotation .imgBox02 .photoBox {
	text-align: left;
}
#main .belief .att{
	max-width: 1090px;
	font-size: 1.4rem;
	text-align: center;
	margin: 3% auto 0;
}
@media all and (-ms-high-contrast:none){
	#main .profile .imgBox .txtBox h4 {
		letter-spacing: 2px;
	}
	#main .belief .headLine02 {
		letter-spacing: 6px;
	}
	#main .belief h4 {
		letter-spacing: 5px;
	}
	#main .rotation .stepList li p {
		font-weight: 500;
		letter-spacing: 0 !important;
	}
}
@media all and (max-width: 1420px) {
	#main .profile .imgBox .txtBox h4 {
		font-size: 2.3vw;
	}
	#main .belief h4 {
		font-size: 3.3rem;
	}
}
@media all and (max-width: 1200px) {
	#main .rotation .stepList li p,
	#main .rotation .stepList li .ttl {
		letter-spacing: 0;
	}
}
@media all and (max-width: 767px) {
	#main .profile {
		margin-bottom: 47px;
	}
	#main .profile .headLine02 {
		margin-bottom: 25px;
	}
	#main .profile .imgBox {
		margin: 0 -16px 15px;
		flex-wrap: wrap;
	}
	#main .profile .imgBox .photoBox {
		width: 100%;
	}
	#main .profile .imgBox .txtBox {
		margin: 0;
		width: 100%;
		padding: 25px 18px 0;
		box-sizing: border-box;
	}
	#main .profile .imgBox .txtBox h4 br {
		display: none;
	}
	#main .profile .imgBox .txtBox h4 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1.5px;
	}
	#main .profile .comBox > p {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.65;
		letter-spacing: 2.2px;
		text-align: justify;
	}
	#main .belief {
		margin-bottom: 60px;
	}
	#main .belief .comBox {
		max-width: inherit;
	}
	#main .belief .headLine02 {
		margin-bottom: 17px;
	}
	#main .belief h4 {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 3px;
	}
	#main .belief h5 {
		margin: 0 -16px 8px;
		padding: 17px 0;
		font-size: 1.8rem;
		letter-spacing: 1.8px;
		border-width: 2px;
	}
	#main .belief h5 .en {
		margin-top: -35px;
		font-size: 3rem;
		letter-spacing: 3px;
	}
	#main .belief .midTxt {
		margin-bottom: 22px;
		font-size: 1.05rem;
		letter-spacing: 2px;
	}
	#main .belief .midTxt span {
		padding: 0 10px;
	}
	#main .belief .midTxt span:after, #main .belief .midTxt span:before {
		margin-top: -1px;
		width: 6px;
		height: 2px;
	}
	#main .belief .txtList {
		margin: 0 -16px 25px;
		padding: 0 16px 10px;
		flex-wrap: wrap;
		background-size: 8px 1px;
	}
	#main .belief .txtList li {
		margin-bottom: 12px;
		width: 100%;
	}
	#main .belief .txtList li:last-child {
		margin-bottom: 28px;
	}
	#main .belief .txtList p {
		letter-spacing: 2.3px;
		font-size: 1.2rem;
		line-height: 1.66071429;
		letter-spacing: .16em;
	}
	#main .belief .txtList .ttl {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.14;
		letter-spacing: 0.6px;
	}
	#main .belief .att{
		font-size: 1.2rem;
		margin: 10% auto 0;
		padding: 0 16px;
	}

	/* 人材育成 */
	#main .education .comBox {
		margin-bottom: 66px;
	}
	#main .education .comBox h4 {
		text-align: justify;
		margin-bottom: 52px;
	}
	#main .education .comBox .txtList{
		display: flex;
		flex-wrap: wrap;
		gap: 38px 0;
	}
	#main .education .comBox .txtList > li {
		width: 100%;
		line-height: 1.66071429;
		text-align: justify;
	}
	#main .education .comBox .txtList .item-ttl {
		font-size: 1rem;
		margin-bottom: 14px;
	}
	#main .education .comBox .txtList h5 {
		font-size: 2rem;
		margin-bottom: 16px;
	}
	#main .education .comBox .txtList .inner-txtList li {
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}


	#main .rotation .headLine02 {
		margin-bottom: 25px;
			line-height: 1.6;
			font-size: 2.6rem;
			letter-spacing: 2px;
	}
	@media (min-width:460px) and (max-width:767px){
		#main .rotation .headLine02 {
				line-height: 1.2;
				font-size: 3rem;
				letter-spacing: 6px;
		}
	}
	#main .rotation .headLine02 .en {
		margin-bottom: 3px;
	}
	#main .rotation .comBox {
		max-width: inherit;
	}
	#main .rotation .comBox > p {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.28;
		letter-spacing: 3px;
	}
	#main .rotation .inner {
		margin: 0;
	}
	#main .rotation h4 {
		margin-bottom: 35px;
		letter-spacing: 2.1px;
		font-size: 1.4rem;
		text-align: center;
	}
	#main .rotation h4 > span {
		padding: 0 30px;
		background-size: 20px auto;
	}
	#main .rotation h4 > span > span {
		font-size: 3rem;
		line-height: 0.5;
	}
	#main .rotation .imgBox {
		margin-bottom: 55px;
		flex-wrap: wrap;
	}
	#main .rotation .imgBox .photoBox {
		margin: 37px auto 0;
		width: 61%;
		padding: 0 20px;
		text-align: center;
	}
	#main .rotation .imgBox .photoBox01 {
		width: 55%;
	}
	#main .rotation .imgBox .txtBox {
		width: 100%;
	}
	#main .rotation .imgBox .txtBox h4 {
		margin-bottom: 20px;
	}
	#main .rotation .imgBox .txtBox p {
		line-height: 1.3;
		letter-spacing: 4.1px;
	}
	#main .rotation .stepList {
		margin: -50px auto 70px;
		max-width: 170px;
		flex-wrap: wrap;
	}
	#main .rotation .stepList li {
		margin-top: 50px;
		padding: 0;
		width: 100%;
	}


	#main .rotation .stepList li > div {
		padding: 35px 2% 33px;
		text-align: center;
		border: 1px solid #000;
	}
	#main .rotation .stepList li:after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -35px;
		transform: translate(-50%, 0);
		width: 13px;
		height: 22px;
		background: url("../img/common/sp_arrow02.png");
		background-size: 13px auto;
	}

	#main .rotation .stepList li p {
		margin-bottom: 10px;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
	}
	#main .rotation .stepList li .en {
		width: 55px;
		height: 55px;
		left: -20px;
		top: -20px;
		font-size: 4rem;
	}
	#main .rotation .stepList li .ttl {
		margin-bottom: 0;
		min-height: 30px;
		font-size: 1.4rem;
		letter-spacing: 1.4px;
		line-height: 1.25;
	}
	#main .rotation .stepList li .txt {
		font-size: 1.3rem;
	}
	#main .rotation .imgBox02 {
		margin-bottom: 45px;
	}
	#main .rotation .imgBox02 .txtBox {
		order: 0;
	}
	#main .rotation .imgBox02 .photoBox {
		margin-top: 60px;
		text-align: center;
		order: 2;
	}
}
@media all and (max-width: 359px) {
	#main .belief .headLine02 {
		letter-spacing: 4px;
	}
}