@charset "utf-8";

/*==========================================
 common
===========================================*/
.pagetitle_wrapp_dpm  {
	margin-bottom: 6.0rem;
}

/* ------------------------------------------
	pagetitle
------------------------------------------ */
/* pagetitle text */
.pagetitle_wrapp_dpm .name_dpm {
	font-weight: 700;
    margin-bottom: 0;
}
.pagetitle_wrapp_dpm .name_dpm-sub {
	font-weight: 700;
    margin-bottom: 1rem;
}
@media (max-width: 992px) {
	.pagetitle_wrapp_dpm h1 {
		font-size: 2.6rem;
	}
	.pagetitle_wrapp_dpm .name_dpm {
		font-size: 1.8rem;
	}
	.pagetitle_wrapp_dpm .name_dpm-sub {
		font-size: 2.6rem;
	}
}
@media (min-width: 993px) {
	.pagetitle_wrapp_dpm h1 {
		font-size: 4.0rem;
	}
	.pagetitle_wrapp_dpm .name_dpm {
		font-size: 2.2rem;
	}
	.pagetitle_wrapp_dpm .name_dpm-sub {
		font-size: 4.0rem;
	}
}

/* asterisk */
@media (max-width: 992px) {
  .asterisk_text {
    margin-top: -2.0rem;
  }
}
@media (min-width: 993px) {
  .asterisk_text {
    margin-top: -4.5rem;
  }
}

/* ------------------------------------------
	read_wrapp_dpm
------------------------------------------ */
.read_wrapp_dpm h2.noLine {
	padding-left: 0px;
	border-left: none!important;
	margin-bottom: 1.6rem;
}
@media (min-width: 993px){
	.read_wrapp_dpm h2 {
	  font-size: 2.6rem;
	}
}


/* ------------------------------------------
	main_img
------------------------------------------ */
.main_img img {
  border-radius: 10px;
  margin-bottom: 5.0rem;
}


/* ------------------------------------------
	btn_wrapp
------------------------------------------ */
.btn_wrapp {
	display: flex;
  list-style: none;
	justify-content: center;
  width: 100%;
	margin-bottom: 2rem;
}
.btn_wrapp li {
	margin-bottom: 1.6rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.btn_wrapp li a {
	border-radius: 10px;
	text-decoration: none!important;
	display: inline-block;
	text-align: center;
	padding: 22px 15px 22px 5px;
	position: relative;
	width: 100%;
}
.btn_wrapp li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
	position: absolute;
	right: 15px;
}
@media (max-width: 992px) {
	.btn_wrapp {
	  flex-wrap: wrap;
	}
	.btn_wrapp li {
		font-size:1.8rem;
	}
}
@media (min-width: 993px) {
	.btn_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
	}
	.btn_wrapp li {
		padding-left: 1%;
		padding-right: 1%;
		width: 50%;
		font-size:2.0rem;
	}
}


/* ------------------------------------------
	banner_wrapp
------------------------------------------ */
/* banner_List */
.banner_list {
	display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
.banner_list li {
	text-align: center;
	width: 100%;
}
@media (max-width: 992px) {
	.banner_list {
		flex-wrap: wrap;
		margin-bottom: 3rem;
	}
	.banner_list li {
		margin: 0 auto 10px;
	}
}
@media (min-width: 993px) {
	.banner_list {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.banner_list li {
		padding-left: 1%;
		padding-right: 1%;
	}
}


/* ------------------------------------------
	 curriculum_point
------------------------------------------ */
/* curriculum_point number
------------------------------------------ */
.curriculum_point {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
	margin-bottom: 2.5rem;
}
.curriculum_point > li {
  position: relative;
/*	padding-left: 5.8rem;*/
	display: flex;
	align-items: stretch!important;
}
.curriculum_point > li:before {
  /*position: absolute;*/
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 10rem;
  /*left: 0;*/
  color: #dbdcdc;
}
.curriculum_point > li .point_inner {
	margin-left: 1rem;
	margin-bottom: 1.0rem;
}
@media (max-width: 992px) {
	.curriculum_point li {
	  margin-bottom: 2.5rem;
	}
  .curriculum_point li:before {
		margin-top: -38px;
		margin-right: 0.5rem;
  /*  top: -40px;*/
  }
}
@media (min-width: 993px) {
  .curriculum_point {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .curriculum_point li {
    width: 49.0%;
		margin-bottom: 1.5rem;
  }
  .curriculum_point li:before {
		margin-top: -48px;
  /*  top: -50px;*/
  }
}


/* curriculum_point_full
------------------------------------------ */
.curriculum_point_full {
	list-style-type: none!important;
	padding:0;
	margin:0;
	margin-bottom: 3rem;
}

.curriculum_point_full > li {
	margin-bottom: 5.0rem;
}

/* annual */
.curriculum_point_full > li .annual {
	color: #fff;
	padding: 6px 15px 12px;
	margin-top: 0rem!important;
	margin-bottom: 2.0rem;
	font-weight: 500;
	/*font-size: 137.5%;*/
	line-height: 1;
	/*-webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);*/
	clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
}
.curriculum_point_full > li .annual::first-letter {
    padding: 0.2rem 0.25rem;
    font-size: 5rem;
	font-weight: 500;
}
.curriculum_point_full > li .annual::first-letter {
	font-family: 'Oswald', sans-serif;
}
@media (max-width: 992px) {
	.curriculum_point_full > li .annual::first-letter {
		font-size: 2.0rem;
	}
}
@media (min-width: 993px) {
	.curriculum_point_full > li .annual::first-letter {
		font-size: 3rem;
	}
}

.curriculum_point_full > li .point_inner {
	/*margin-left: 1rem;*/
	margin-bottom: 1.0rem;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

/* point_text */
.curriculum_point_full .point_text h3 {
	margin-top: 0rem!important;
	font-weight: 500;
	/*font-size: 137.5%;*/
}
@media (min-width: 993px) {
	.curriculum_point_full .point_text h3 {
		font-size: 2.0rem;
	}
}

/* point_box */
.curriculum_point_full .point_box figure img{
  border-radius: 10px;
}
.curriculum_point_full .point_box figure figcaption{
	font-size: 81.25%;
	text-align: right;
	margin-top: 0;
	line-height: 1;
}

/* subject_box */
.curriculum_point_full .subject_box {
	background-color: #eee;
	padding: 2.5% 4%;
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 10px;
}
.curriculum_point_full .subject_box h4 {
	margin: 0 0 4px;
	font-size: 100%;
	font-weight: 500;
}
.curriculum_point_full .subject_box ul {
	font-size: 81.25%;
}
.curriculum_point_full .subject_box ul li{
	display: inline-block;
	margin-right: 1em;
}
@media (max-width: 992px) {
	.curriculum_point_full > li:before {
		margin-top: -15px;
	}
	.curriculum_point_full .point_box ul {
		margin-bottom: 1.5rem;
	}
	.curriculum_point_full .point_box figure {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 993px) {
	.curriculum_point_full .point_text {
	  width: 55%;
		order: 1;
	}
	.curriculum_point_full .point_box {
	  width: 40%;
		order: 2;
	}
}


/* teater_message */
.teater_message {
	margin-top: 0.0rem;
	margin-bottom: 10.0rem;
	border-radius: 10px;
}
.teater_message dl dt {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
}
.teater_message dl dd {
	font-size: 1.4rem;
}
.teater_message dl dd.catch_text {
	font-weight: 500;
	font-size: 125%;
	margin-bottom: 1.0rem;
}
.teater_message dl dd.teater_name {
	margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
	.teater_message {
		padding: 20px;
		text-align: center;
	}
	.teater_message img {
		width: 100px;
	}
	.teater_message dl {
		text-align: left;
	}
}
@media (min-width: 993px) {
	.teater_message {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
		align-items: flex-end;
	}
	.teater_message img {
		/*width: 22%;*/
		max-height: 250px;		
		padding: 20px 0px 0 50px;
	}
	.teater_message dl {
		/*width: 72%;*/
		width: 75%;
		padding: 20px 30px 20px 0;
	}
}


/* h3 */
.curriculum_point h3 {
  margin-top: 0rem!important;
	line-height: 1.4;
}
@media (min-width: 993px) {
	.curriculum_point h3 {
		font-size: 1.8rem;
  }
}

/* label */
.curriculum_label {
  width: auto;
  min-height: 1em;
  padding:2px 8px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-right: 0.25rem;
}

/* dl */
.curriculum_point li dl dt {
  font-weight: 500;
}
.curriculum_point li dl dd {
  margin-left: 2rem;
}

/* curriculum_point */
.curriculum_point li .point_inner_list li:before {
	display: none;
}
.curriculum_point li .point_inner_list li {
	width: 100%;
	margin-bottom: 0;
}



/* ------------------------------------------
	table_license
------------------------------------------ */
.table_license{
    margin-top: 20px;
	margin-bottom: 30px;
}
.table_license th{
  text-align: left;
  width: 30%;
}
.table_license td .icon_check:before {
  content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 0.25rem;
	background: url("../images/icon_check.svg") no-repeat;
}


/* ------------------------------------------
	student_voice
------------------------------------------ */
.student_voice_wrapp {
	border-radius: 10px;
}
@media (max-width: 992px) {
	.student_voice_wrapp {
		padding:15px;
	  margin-top: 3.0rem;
	}
}
@media (min-width: 993px) {
	.student_voice_wrapp {
		padding:30px 30px 30px;
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
		align-items: center;
	  width: 100%;
	}
	.student_voice_wrapp > div,
  .student_voice_wrapp > figure {
    max-width: 49%;
    height: auto;
	}
}

/* student_text */
.student_text h3 {
  margin-top: 0px;
  margin-bottom: 2.0rem;
  font-weight: 500;
	/*line-height: 1.3;*/
}
.student_data {
	margin-bottom: 2.0rem;
}
.student_data > p{
	margin-bottom: 0;
	line-height: 1.6;
}
.student_text .student_name span {
	font-size: 150%;
}
@media (min-width: 993px) {
	.student_text h3 {
		font-size: 150%;
	}
}

/* photo */
.student_voice_wrapp .student_photo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
	.student_voice_wrapp .student_photo {
    margin-top: 1.6rem;
	}
}


/* ------------------------------------------
	work-info
------------------------------------------ */
.work-info_wrapp{
	margin-bottom: 3.0rem;
}
@media (min-width: 993px) {
	.work-info_inner{
		display: flex;
		justify-content: space-between;
	}
	.work-info_inner .work-info_text{
		width: 70%;
		padding-right: 1%;
	}
}


/* ------------------------------------------
	collaborating_list
------------------------------------------ */
.collaborating_list {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	list-style: none;
	background: #F4F4F5;
	padding: 15px 15px 8px;
}
.collaborating_list > li {
	width: 15%;

	margin-bottom: 10px;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	margin-left: 0.8%;
	margin-right: 0.8%;
	padding: 8px;
	background: #fff;

  width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.collaborating_list > div {
	width: 100%;
}
.collaborating_list li a{
	width: 100%;
/*	text-decoration: none!important;*/
	color: #333!important;
}
.collaborating_list li a:link {
	color: #005bac!important;
}
@media (max-width: 992px) {
	.collaborating_list li {
		width: 31.5%;
	}
}
@media (min-width: 993px) {
	.collaborating_list li {
		width: 15%;
	}
}

.collaborating_list li span {
	display: block;
	width: 100%;
	line-height: 1.3;
}
.collaborating_list li img {
	width: 80%;
	margin-bottom: 5px;
}

/* ------------------------------------------
	pickup
------------------------------------------ */

.pickup_attention{
	background-color: rgba(240, 147, 159, 0.1);
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.pickup_attention .title{
	font-size: 150%;
	font-weight: 700;
	border-bottom: dotted 2px;
    margin-bottom: 20px;
	padding-bottom: 10px;
}

.pickup_attention .title span{
	font-size: 80%;
    background: #fff;
    font-weight: 500;
    padding: 5px 20px;
    display: inline-block;
    margin-left: 1em;
	margin-bottom: 5px;
}

.pickup_attention .sub_title{
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.pickup_attention .flex{
	display: flex;
}

.pickup_attention .flex div{
	max-width: 50%;
	margin-bottom: 20px;
	margin-right: 20px;
}

.pickup_attention .flex img{
	border-radius: 10px;
}

@media (max-width: 992px) {
	.pickup_attention .flex{
		display: block;
	}

	.pickup_attention .flex div{
		max-width: 100%;
		margin-right: 0;
	}
}


/* ------------------------------------------
	job
------------------------------------------ */

.job_rate{
	display: flex;
	margin-bottom: 30px;
}

.job_rate .graph{
	max-width: 280px;
    margin-right: 40px;
}

@media (max-width: 767px) {
	.job_rate{
		display: block;
	}

	.job_rate .graph{
		margin: auto;
	}
}

ul.employment{
	display: flex;
}

ul.employment li{
	width: 33%;
}

ul.employment p{
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	ul.employment{
		display: block;
	}

	ul.employment li{
	width: 100%;
	}
}

.qualification{
	display: flex;
	justify-content: space-between;
}

.qualification .g-01{
	width: 40%;
	max-width: 500px;
	margin-bottom: 40px;
	padding: 0 10px;
}

.qualification .g-02{
	max-width: 280px;
	margin-bottom: 40px;
	padding: 0 10px;
}

.qualification .g-03{
	padding: 20px 40px;
	text-align: center;
	margin-bottom: 40px;
	max-width: 380px;
}

.qualification .g-03 .d-color{
	margin: 0 10px;
}

.g-03_main{
	font-size: 1.4em;
}

.g-03_main span{
	font-size: 3em;
}

@media (max-width: 767px) {
	.qualification{
		display: block;
	}

	.qualification .g-01{
		width: 100%;
	}

	.qualification .g-01,
	.qualification .g-02,
	.qualification .g-03{
		margin: auto auto 40px;
	}
}

/*
.collaborating_list > li > div{
	border: 1px #000 solid;
	text-decoration: none!important;
	color: #333!important;
}
*/
/*
.collaborating_list > li a{
	width: 100%;
	border: 2px #000 solid;
	text-decoration: none!important;
	color: #333!important;
}
@media (max-width: 992px) {
	.collaborating_list > li {
		width: 31.5%;
	}
}
@media (min-width: 993px) {
	.collaborating_list > li {
		width: 15%;
	}
}

.collaborating_list > li span {
	border: 1px red solid;
	display: block;
}
.collaborating_list > li img {
	max-width: 80%;
	margin:4%;
	border: 1px red solid;
}
*/



/* ------------------------------------------
	follow-up
------------------------------------------ */
.pagetitle_wrapp_dpm.follow-up .pagetitle_wrapp {
	background-image: url(../social/images/bg_pagetitle_follow-up.jpg);
}

/* ollowup_list */
.followup_list dt{
  float: left;
  font-size: 125%;
}
.followup_list dd{
  margin-left: 130px;
  font-size: 125%;
}

/* table */
.table_followup th {
    width: 20%;
}
