@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wdth,wght@75..125,100..800&display=swap');

img{
	/* max-width: 100%; */
	width: 100%;
}

#cont{
	padding: 0 100px 50px;
	margin-bottom: 0;
}
#pan{
	height: auto;
	padding-bottom: 8px;
}

.flex {
	display: flex;
}

/* INDEX
-------------------------------------------*/
.wrap {
	/* padding: 50px 0 50px 0; */
	margin: 0 0 50px 0;
	background: #fff;
}

section {
	max-width: calc(1220px + 4%);
	margin: auto;
	padding: 0;
	line-height: 2.2;
}

.wrap h3 {
	width: 100%;
	padding: 0 0 30px 0;
	font-size: 28px;
	line-height: calc(32 / 28);
	font-weight: bold;
	/* letter-spacing: -2px; */
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 21px;
}

.wrap h3 span {
	font-size: 14px;
	line-height: calc(32 / 14);
	letter-spacing: 1px;
	color: #141B4D;
	font-weight: 400;
	font-family: 'Anek Bangla', sans-serif;
}

/*-----------------------*/
.careerstep-wrapper:nth-of-type(1) div:nth-of-type(1) {
	width: 50%;
	/* margin: 0 2% 0 0; */
	padding-right: 5.645%;
	box-sizing: border-box;
}

.careerstep-wrapper:nth-of-type(1) div:nth-of-type(2) {
	margin-top: 5px;
	font-size: 14px;
	line-height: calc(32 / 14);
	width: 50%;
	box-sizing: border-box;
	padding-left: 5.645%;
	border-left: 1px solid #CCCCCC;
}

@media all and (min-width:960px) and (max-width:1440px) {
	/* .wrap h3 {
		font-size: 22px;
	} */

	/* section {
		padding: 0 4%;
	} */

}

@media screen and (max-width:959px) {
	
	#visual .fadein	{
		position: relative;
	}
	
	#visual .fadein:after	{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #141B4D;
	}

	.wrap {
		margin: 0 auto;
		padding: 5px 0 20px 0;
	}

	.wrap section {
		padding: 0;
	}

	.wrap h3 {
		height: auto;
		/* padding: 0 0 10px 0; */
		font-size: 28px;
		line-height: calc(32 / 28);
	}

	section {
		padding: 0;
	}

	/*-----------------------*/
	.careerstep-wrapper:nth-of-type(1) div:nth-of-type(1) {
		float: none;
		width: 100%;
		margin: 0;
	}

	.careerstep-wrapper:nth-of-type(1) div:nth-of-type(2) {
		float: none;
		width: 100%;
		margin-top: 30px;
		line-height: 26px;
		padding-left: 0;
		border-left: 0;
	}
}

.careerstep-wrapper{
	display: flex;
	margin-top: 50px;
}

.careerstep-wrapper:nth-of-type(2){
	/*border-bottom: 1px solid #CCCCCC;*/
	padding-bottom: 50px;
}

.careerstep-wrapper.bb0:nth-of-type(2)	{
	border-bottom: 0;
	padding-bottom: 0;
}
.careerstep__left{
	width: 50%;
	padding-right: 5.645%;
	box-sizing: border-box;
}


.careerstep__right{
	width: 50%;
	border-left: 1px solid #CCCCCC;
}

.careerstep__right p:not(:last-of-type),
.careerstep__text_wrap p:not(:last-of-type)	{
	margin-bottom: 20px;
}
.careerstep-img{
	width: 50%;
}

.careerstep__text{
	font-size: 14px;
}

.professional__title{
	font-size: 26px !important;
	line-height: calc(42 / 26);
	font-weight: normal !important;
	border: none !important;
}

.policy__btn{
	display:block;
	border: 1px solid #141B4D;
	padding:19px 0;
	border-radius: 35px;
	text-align: center;
	margin-top: 60px;
}
.policy__btn:hover{
	background-color: #141B4D;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.policy__left{
	border-right: 1px solid #CCCCCC;
	padding-right: 70px;
	margin-top: 0 !important;
}

.policy__right{
	margin-top: 0 !important;
}

.policy__text{
	margin-top: 14px;
}

.text{
	max-width:800px;
	margin:30px auto;
}
.wideVis{
	width:calc(100% + 200px);
	margin:50px 0 74px -100px;
}

.careerimage	{
	margin-bottom: 100px;
}

.careerimage_content {
  margin-top: 60px;
  background-color: transparent;
  padding: 0 0 40px;
  position: relative;
}

.careerimage_content:nth-of-type(n-1)	{
	margin-top: 40px;
}


.pic01_info	{
	width: calc(100% * 0.6452);
	margin: 15px auto 0;
	border-top: 1px dashed #333333;
	box-sizing: border-box;
	position: relative;
	left: -0.8%;
}

.pic01_info .inner	{
	border: 3px solid #eee;
	box-sizing: border-box;
	margin-top: 15px;
}

.pic01_info .inner .pic01_info__title	{
	background-color: #eee;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}
.pic01_info .inner dl	{
	display: flex;
	padding: 15px 40px;
	gap: 15px;
}

.pic01_info .inner dl > div.col	{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pic01_info .inner dl dt,
.pic01_info .inner dl dd	{
	display: inline-block;
}

.pic01_info .inner dl dt	{
	width: 30px;
}

.pic01_info .inner dl dd	{
	position: relative;
	width: calc(100% - 35px);
	padding-left: 43px;
	box-sizing: border-box;
}

.pic01_info .inner dl dd:before	{
	position: absolute;
	top: 0;
	left: 0;
	content:"・・・ ";
}

.interview	{
	padding: 0;
	margin-bottom:50px;
	width:60%;
}

.careerstep-wrapper.block	{
	margin-top: 40px;
	padding-bottom: 50px;
	display: block;
}
.careerstep-wrapper .careerstep__info	{
	display: flex;
}

.careerstep-wrapper .careerstep__info .careerstep__img	{
	padding: 0 82px;
}

.careerstep-wrapper .careerstep__info .careerstep__img img	{
	max-width: 225px;
	width: 100%;
}

.careerstep__text_wrap	{
	flex: 1;
}

.system_content {
  margin-top: 60px;
  background-color: transparent;
  padding: 90px 20px 40px;
  position: relative;
}
.system_content--red {
  background-color: rgba(175,39,47,0.1);
}

.system__title {
  background-color: #141b4d;
  color: #fff;
  text-align: left;
  width: 50%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom:50px;
  display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
}

.system__title--red {
  background-color: #af272f;
}

.system__flex {
  display: flex;
  justify-content: flex-start;
  gap: 40px 80px;
}

.system__flex--wrap	{
	flex-wrap: wrap;
}

.system__flex__col	{
	position: relative;
	width: calc((100% - 160px) /3);
}

.system__flex__col:after	{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.system__flex__col:nth-of-type(3n):after	{
	display: none;
}
.system__col__title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 10px;
	border-left: 5px solid #141B4D;
}

.system__col__title--red	{
	border-left-color: #af272f;
}
.system__col__text{
	font-size: 14px;
	line-height: 2;
	margin-top: 18px;
}

.system__text {
  font-size: 14px;
  line-height: calc(32 / 14);
  width: 52.63%;
}

.system__text--red {
  letter-spacing: -0.05em;
}

.system_btn_wrapper {
  /* width: ; */
  width: 43.859%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.system_btn {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 40.32%; */
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  line-height: calc(20 / 16);
	box-sizing: border-box;
}
.system_btn:hover{
	color: #fff;
	background-color: #141b4d;
}
.system_btn--red:hover{
	background-color: #af272f;
}
.system_btn--2 {
  width: 83.33%;
  margin: 37px auto 0;
}

.cert_content {
  margin-top: 60px;
  background-color: rgba(20,27,77,0.05);
  padding: 30px 20px 40px;
  position: relative;
}
.cert_content--red {
  background-color: rgba(175,39,47,0.1);
}

.cert__title {
  background-color: #141b4d;
  color: #fff;
  text-align: left;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 20px;
  display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
}

.cert__title--red {
  background-color: #af272f;
}

.cert__flex {
  display: flex;
  justify-content: flex-start;
  gap: 40px 80px;
}

.cert__flex--wrap	{
	flex-wrap: wrap;
}

.cert__flex__col	{
	position: relative;
	width: calc((100% - 160px) /3);
}

.cert__flex__col:after	{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cert__flex__col:nth-of-type(3n):after	{
	display: none;
}
.cert__col__title	{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 15px;
	position: relative;
}
.cert__col__title:before	{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 5px;
	background-color: #141B4D;
	height: 40px;
}

.cert__col__title--red	{
	border-left-color: #af272f;
}
.cert__col__text{
	font-size: 14px;
	line-height: 2;
	margin-top: 18px;
}

.cert__text {
  font-size: 14px;
  line-height: calc(32 / 14);
  width: 52.63%;
}
.cert__text--red {
  letter-spacing: -0.05em;
}


@media screen and (max-width:959px) {
	#cont{
		padding: 0 20px 50px;
	}
	.careerstep-wrapper {
		display: block;
		margin-top: 0;
	}
	
	.careerstep__left{
		padding-right: 0;
		width: 100%;
	}
	.careerstep__right{
		border-left: none;
	
	}
	
	.way div div:nth-of-type(2) {
		border: none;
		padding-left: 0;
	}
	.careerstep__right,
	.careerstep__info	{
		margin-top: 30px;
	}
	.careerstep__text{
		line-height: 26px;
		line-break: strict;
	}
	.careerstep__right p.careerstep__text:not(:last-of-type)	{
		margin-bottom: 40px;
	}
	.policy_img	{
		padding: 20px 0;
	}
	.step{
		margin-top: 20px;
	}
	
	.careerstep-img{
		margin-top: 50px;
	}
	
	.policy{
		margin-top: 20px;
		border-bottom: none;
	}
	
	.professional__title{
		line-height: 42px !important;
	}
	
	.measure{
		grid-template-columns: 1fr;
		row-gap: 26px;
	}
	
	.measure-wrapper{
		padding-bottom: 26px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.measure-wrapper:not(:last-of-type){
	}
	
	.measure-wrapper:last-of-type{
		padding-bottom: 50px;
	}
	
	.measure-wrapper:nth-of-type(3n+1){
		padding-right: 0;
	}
	.measure-wrapper:nth-of-type(3n+2){
		padding-right: 0;
		padding-left: 0;
		border-left: none;
		border-right: none;
	}
	.measure-wrapper:nth-of-type(3n){
		padding-left: 0;
	}
	.measure__text{
		line-height: 26px;
	}
	.movie-wrapper{
		margin-top: 50px !important;
	}
	.policy__btn{
		margin-top: 26px;
	}
	.policy__left{
		padding-right: 0;
		border-right: none;
		border-top: 1px solid #CCCCCC;
		padding-top: 50px;
		margin-top: 10px !important;
	}
	.policy__right{
		padding-top: 50px;
		margin-top: 50px !important;
		border-top: 1px solid #CCCCCC;
	}
	.policy__text{
		margin-top: 0;
	}
	
	.wideVis{
		width:calc(100% + 40px);
		margin:50px 0 74px -20px;
	}
	
	.system	{
		margin-bottom: 0;
	}
	
	.system .careerstep-wrapper	{
		margin-bottom: 0;
	}

	.system_content {
		margin-top: 30px;
		padding: 70px 10px 37px;
	}
	
	.system__title	{
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		margin-bottom: 5px;
		position: relative;
	}
	
	.system__title + p.spOnly	{
		margin-bottom: 25px;
		font-size: 12px;
	}

	.system__flex {
		flex-direction: column;
		gap: 30px;
	}

	.system__flex__col	{
		width: 100%;
	}
	
	.system__flex__col:after,
	.system__flex__col:nth-of-type(3n):after {
			content: "";
			width: 100%;
			height: 1px;
			background-color: #CCCCCC;
			position: absolute;
			left: 0;
			top: auto;
			right: 0;
			bottom: -15px;
			transform: translateY(50%);
	}

	.system__flex__col:last-of-type:after	{
		display: none;
	}
	.system__text {
		width: 100%;
	}
	.system_btn_wrapper {
		width: 100%;
	}
	.system_btn {
		font-size: 16px;
	}
	.system_btn--2{
		width:100%;
	}
	
	.pic01_info	{
		width: 100%;
		left: auto;
	}
	
	.pic01_info .inner dl	{
		flex-direction: column;
		padding: 10px;
	}
	
	.pic01_info .inner dl > div.col	{
		width: 100%;
	}
	
	.pic01_info .inner dl > div.col dt,
	.pic01_info .inner dl > div.col dd	{
		font-size: 3.05vw;
	}
	
	.careerstep-wrapper .careerstep__info	{
		flex-direction: column;
	}
	
	.careerstep-wrapper .careerstep__info > *	{
		width: 100%;
	}
	.careerstep-wrapper .careerstep__info .careerstep__img	{
		padding: 0;
		text-align: center;
		margin-top: 35px;
	}
	.careerstep-wrapper .careerstep__info .careerstep__img img	{
		width: 43vw;
	}
	
	.cert_content	{
		width: 100vw;
		margin-left: -20px;
		box-sizing: border-box;
	}
	.cert__flex{
		grid-template-columns: 1fr;
		row-gap: 26px;
		flex-direction: column;
	}
	
	.cert__flex__col{
		width: 100%;
		padding-bottom: 26px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.cert__flex__col:not(:last-of-type){
		
	}
	
	.cert__flex__col:last-of-type{
		padding-bottom: 10px;
		border-bottom: 0;
	}
	
	.cert__flex__col:nth-of-type(3n+1){
		padding-right: 0;
	}
	.cert__flex__col:nth-of-type(3n+2){
		padding-right: 0;
		padding-left: 0;
		border-left: none;
		border-right: none;
	}
	.cert__flex__col:nth-of-type(3n){
		padding-left: 0;
	}
	.cert__col__text{
		line-height: 26px;
	}
	.careerstep-wrapper:nth-of-type(2)	{
		border-bottom: 0;
	}
	
	.interview	{
		margin-bottom: 30px;
		width:100%;
	}
	.careerimage_img	{
		width: 100vw;
		box-sizing: border-box;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.careerimage_img img	{
		width: 238vw;
	}
}
