@charset "utf-8";
.subpages .common-page-head__hdg .sub {
	font-size: 20px;
	letter-spacing: .08em;
}
.subpages .common-page-head__hdg .main {
	margin: 3px 0 0;
	font-size: 30px;
	letter-spacing: .08em;
	line-height: normal;
}
.subpages .common-page-head__hdg .main.small{
	font-size: 22px	
}
.subpages .directory{
	position: relative;
	margin: 20px 0 0;
	padding: 20px 0 0;
	font-size: 13px;
	letter-spacing: .08em;
	line-height: 1.8;
}
.subpages .directory::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background: #222;
}
.subpages .page-section + .subpages .page-section{
  margin: 35px 0 0;
}
.subpages .page-section:last-child{
  margin-bottom: 65px;
}
.qualifications_list .l-container,
.curriculum_list .l-container,
.project_list .l-container,
.study .l-container{
	padding: 0;
}
.subpages .list-hd{
	display: inline-block;
	margin: 0 25px 20px;
	font-size: 28px;
	border-bottom: 4px solid #282828;
	line-height: 1.2;
}
.section-hd{
	margin: 0 25px 20px;	
}
.section-hd__sub{
	display: inline-block;
	padding-bottom: 6px;
	font-size: 14px;
}
.section-hd__main{
	display: inline-block;
	font-size: 28px;
	border-bottom: 4px solid #282828;
	line-height: 1.2;
}
.section-hd__main + .section-hd__sub{
	margin-top: 20px;
}
.content01-item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0;
}
.content01-item:first-child{
  margin-top: 0;
}
.content01-item + .content01-item{
  margin: 50px 0 0;
}
.content01-item__img{
  order: 1;
}
.content01-item__note{
  order: 2;
}
.content01-item .topics{
  order: 3;	
}
.content01-item__note{
  margin: 35px 0 0;
  padding: 0 25px;
}
.content01-item__title .hd,
.content03-item__title .hd{
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .08em;
  padding-left: 6px;
  border-left: 6px solid #282828;
}
.project_list .content01-item__title .hd{
  padding: 6px 10px 4px; 
  font-size: 18px;
  border: 1px solid  #282828;
}
.list_inner-hd{
 margin: 35px 0 15px;
 padding: 4px 10px 2px;
 border: 1px solid  #282828;
}
.content01-item__img{
  width: 100%;
}
.content01-item__img img{
  width: 100%;
  height: auto;
}
.interview .content01-item__img{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding: 10px 25px 0;
	order: 2;
}
.interview .content01-item__img img{
	height: 130px;
	width: auto;
	order: 2;
}
.interview .content01-item__note{
	order: 1;	
}
.interview .interview-name{
	order: 1;
	padding-right: 12px;
}
.interview .interview-name dt{
	font-size: 18px;
}
.interview .content01-item__img + .content01-item__note{
	margin-top: 20px;
}
.content03-item__text p,
.content01-item__text p{
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: .15em;
}
.content01-item__text img{
	margin: 10px 0;
	width: 100%;
}
.column_image01-list{
	width: 100%;
}
.column_image01-item{
	padding: 35px 25px 0;
}
.column_image01-item:first-child{
	padding-top: 0;
}
.column_image01-item__img img{
	width: 100%;
}
.content02-list{
	margin: 30px 0;
	padding:0 25px;
}
.content02-item__title{
	padding-bottom: 4px;
}
.content02-item__title .Project-num{
	display: inline-block;
	width: 100%;
	font-size: .8rem;
	padding-right: 10px;
}
.content02-item__text{
	padding: 0 4px;
}
.content02-item__text .topics{
	margin-top: 14px;
}
.content02-item__img{
	padding: 10px 4px 0;
}
.content02-item__img img{
	width: 100%;
	border-radius: 4px;
	box-shadow: 1px 1px 4px 0 rgb(143 143 143 / 50%);
}
.content03-list,
.content03-item__img{
	margin: 30px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content03-list{
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.content03-item__img img{
	 width: 100%;	
}
.content02-item + .content02-item{
	margin-top: 20px;
}
.content03-item + .content03-item{
	margin-top: 35px;	
}
.iframe-youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.controller-link{
	padding: 35px 25px 0;
	text-align: center;
}
.controller-link .link{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 17px 13px;
	text-decoration: none;
}
.controller-link .link__arw{
	margin: 0 13px 0 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.controller-link .link__arw svg {
  display: inline-block;
  width: 5px;
  height: 8px;
  line-height: 0
}
.controller-link .link__text{
	font-size: 13px;
}
.controller-link__list .controller-link{
	padding-top: 0;
}
.controller-link__list .link__text{
	text-align: left;
}
.link-underline {
	text-decoration: underline;
}
.transition-link .link{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
.transition-link .link__arw{
	margin: 0 0 0 13px;
}
.transition-link .link__arw svg {
	transform: scale(-1,1);
}
.content01-item .topics{
	margin: 12px 25px 0;
}
.topic-list{
	padding: 10px 14px 18px;
	background-color: #dedede;
	border-radius: 1px;
}
.topic-list::before {
	content: "";
	display: block;
	border-top: 10px dotted #fff;
}
.topic-item__title{
	margin: 14px 0 0;
	text-align: center;
}
.topic-item__title .hd{
	font-size: 18px;
}
.topic-item__title .hd-en{
	display: block;
	margin: 0 0 2px;
	font-size: 12px;
}
.topic-item__text{
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: .15em;
}
.topic-item__text em{
	font-style: unset;
	font-size: 16px;
	line-height: 1.2;
}
.topic-item__img img{
	width: 100%;
	border-radius: 1px;
}
.project-wrap{
	margin: 0 10px;
	padding: 20px 10px;
	border-radius: 2px;
}
.project-wrap .content01-item__note,
.project-wrap .content02-list{
	padding: 0 10px;
}
.note-block{
	margin: 0 25px;
	padding: 12px 15px 14px;
	border-radius: 4px;
	font-size: 14px;
}
.point-list li::before{
	content: "・";
	display: inline-block;
	padding-right: 4px;
	font-size: 16px;
}
@media (min-width:768px) {
	.pc-w_auto{
	    width: auto;
	    margin: 0 115px;
	}
	.pc-w_auto .controller-link__list{
		width: 1160px;
		margin: 0 auto;
	}
	.subpages .common-page-head__hdg .sub {
		font-size: 34px;
	}
	.subpages .common-page-head__hdg .main {
		margin: 5px 0 0;
		font-size: 70px;
	}
	.subpages .common-page-head__hdg .main.small{
		font-size: 58px;
	}
	.subpages .directory{
		margin: 40px 0 0;
		padding: 40px 0 0;
		font-size: 20px;
		letter-spacing: 1.6px;
		line-height: 1.8;
	}
	.subpages .directory::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 1px;
		background: #222;
	}
	.subpages .list-hd{
		margin: 0 0 60px;
		font-size: 50px;
		line-height: 1.3;
	}
	.section-hd{
		margin: 0 0 60px;
	}
	.section-hd__sub{
		display:block;
		padding-bottom: 8px;
		font-size: 24px;
	}
	.section-hd__main{
		font-size: 50px;
		line-height: 1.3;
	}
	.content01-item{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.content01-item + .content01-item{
		margin: 80px 0 0;
	}
	.content01-item__img{
		min-width: 40%;
		width: 40%;
		order: 2;
	}
	.content01-item__note{
		margin-top: 0;
		padding: 0 50px;
		order: 1;
		width: 100%;
	}
	.content01-item__img + .content01-item__note{
		width: 60%;
	}
	.content01-item__img img{
		border-radius: 2px;
	}
	.curriculum_list .content01-item__img img{
		border-radius: 10px;
	}
	.content01-item__title{
		padding: 10px 0;
	}
	.content01-item__title .hd,
	.content03-item__title .hd{
		font-size: 30px;
		padding-left: 14px;
		line-height: 1.2;
		border-left-width: 8px;
	}
	.project_list .content01-item__title .hd{
	  display: inline-block;
	  padding: 10px 20px 8px; 
	  font-size: 28px;	
	}
	.content01-item__text{
		margin: 20px 0 0;
		padding-right: 20px;
	}
	.topic-item__text em{
		font-size: 20px;
		line-height: 1.2;
	}
	.content01-item__text p,
	.content03-item__text p{
		font-size: 16px;
		line-height: 2.5;
	}
	.content01-item:nth-child(odd) .content01-item__note{
		padding-left: 0;
	}
	.content01-item:nth-child(even) .content01-item__note{
		order: 2;
		padding-right: 0;
	}
	.interview .content01-item__img{
		min-width: unset;
		width: 300px;
		padding: 10px 0 0;
		text-align:center;
	}
	.interview .content01-item__img img{
		margin: 0 auto;
		width: 150px;
		height: 200px;
		border-radius: 4px;
		object-fit:cover;
	}
	.interview .interview-name{
		width: 100%;
		padding-right: 0;
	}
	.interview .content01-item__note{
		margin-top: 0;
		padding: 0 10px 0 0;
		width: calc(100% - 300px);
	}
	.interview .content01-item:nth-child(even) .content01-item__note{
		order: unset;
		padding-right: 10px;
	}
	.interview .interview-name dt{
		padding: 6px 0 2px;
		font-size: 22px;
	}
	.interview .content01-item__img + .content01-item__note{
		margin-top: 0;
	}
	.controller-link{
		padding: 80px 0 0;
	}
	.controller-link .link{
			padding: 25px 20px;
	}
	.controller-link .link__text {
		font-size: 16px;
	}
	.controller-link__list .link__text {
		padding-left: 4px;
		font-size: 18px;
	}
	.page-section + .topics {
		margin: 56px 0 0
	}
	.content01-item .topics{
		margin: 20px 20px 0;
	}
	.topic-list{
		padding: 20px 40px 26px;
		background-color: #dedede;
		border-radius: 1px;
	}
	.topic-list::before {
		border-top-width: 12px;
	}
	.topic-item{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 30px 10px 0;
	}
	.topic-item__img{
		width: 340px;
		padding: 10px 10px 0;
	}
	.topic-item__note{
		width: calc(100% - 340px);
		padding-right: 40px;
	}
	.topic-item__title{
		margin: 0;
	}
	.topic-item__title .hd{
		font-size: 24px;
		text-align: left;
	}
	.topic-item__title .hd-en{
		margin: 0 0 4px;
		font-size: 14px;
	}
	.topic-item__text{
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 2.5;
	}
	.topic-item__img img{
		width: 100%;
		border-radius: 4px;
	}
	.column_image01-item + .column_image01-item{
		margin: 115px 0 0;
	}
	.column_image01-item{
		padding: 0;
	}
	.list_inner-hd{
		margin: 0 0 35px;
		font-size: 24px;
	}
	.pc_2column,
	.pc_4column{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pc_2column{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.pc_4column{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.pc_2column > *{
		width: 50%;
		padding: 0 30px;
	}
	.pc_4column > *{
		width: 25%;
		padding: 0 5px;
	}
	.pc_2column > *:nth-child(odd){
		padding: 0 30px 0 0;
	}
	.pc_2column > *:nth-child(even){
		padding: 0 0 0 30px;
	}
	.pc_4column .column_image01-item + .column_image01-item{
		margin: 0;
	}
	.project-wrap{
		margin: 0;
		padding: 40px 30px;
	}
	.project-wrap .content01-item__note{
		padding: 0;
	}
	.content02-list,
	.content03-list{
		margin: 30px 0;
		padding:0 25px;
	}
	.content02-item + .content02-item{
		margin-top: 35px;
	}
	.content02-item{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background-color: #fff;
		padding: 24px 18px;
		border-radius: 5px;
	}
	.project-wrap .content02-list{
		margin: 40px 0;
		padding: 0 10px;
	}
	.content02-item__title{
		padding-bottom: 4px;
	}
	.content02-item__title .Project-num{
		display: inline-block;
		width: 140px;
		font-size: 1.6rem;
		padding-right: 0;
	}
	.content02-item__note{
		padding-right: 20px;
	}
	.content02-item__text,
	.content03-item__text{
		padding: 4px 10px;
		font-size: 16px;
		line-height: 2.5;
	}
	.content02-item__text .topics{
		margin-top: 14px;
	}
	.content02-item__img{
		min-width: 400px;
		width:400px;
		padding: 0;
	}
	.note-block{
		margin: 0 0 65px;
		padding: 20px 40px;
		font-size: 22px;
		line-height: 2.5;
	}
	.content01-item__text-img{
		padding: 35px 0;
		width: 100%;
		text-align: center;
	}
	.content01-item__text-img img{
		max-width: 900px;
		width: auto;
	}
	.point-list li{
		font-size: 18px;
		line-height: 2.4;
	}
	.column_image01-item__img.pc_w50 img{
		width: 50%;
	}
	.content01-item__img.pc_w100{
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}
	.content01-item__img.pc_w100 img{
		width: auto;
	}
	.content03-item + .content03-item{
		margin-top: 115px;	
	}
}
/*-- color --*/
.yellow{
	background-color: #fdf3e0;	
}
.yellow .topic-list::before {
	border-color: #fdf3e0;
}
.blue{
	background-color: #e1f2f8;	
}
.blue .topic-list::before {
	border-color: #e1f2f8;
}
@media (min-width:768px) {
	.blue .topic-list::before{
		border-color: #fff;
	}
}
/**** PC ****/
@media print, screen and (min-width: 768px) {
	.sp_only_disp {
		display: none !important;
	}
}
/**** SP ****/
@media screen and (max-width: 767px) {
	.pc_only_disp {
		display: none !important;
	}
}

