@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../job/images/bg_pagetitle.jpg);
}


/* ------------------------------------------
job_wrapp
-------------------------------------------*/
.job_box {
	margin-bottom: 4.0rem;
	padding: 0 15px 15px;
	border-radius: 10px;
}
.job_wrapp h4 {
	color: #fff;
	margin: -2px -15px 1.0rem;
	padding:10px 15px;
	font-weight: 500;
	border-radius:7px 7px 0 0;
	margin-bottom: 20px;
}
.job_wrapp h4 span {
	font-size: 80%;
	line-height: 1.2;
	display: inline-block;
}


/* ------------------------------------------
job_inner
-------------------------------------------*/
/* number */
.job_inner .number_wapp {
	text-align: center;
}
.job_inner .number_wapp p {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}
.job_inner .number_wapp p span {
	letter-spacing: -0.5rem;
}

/* dscp */
.job_inner .dscp_wapp p {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.job_inner .dscp_wapp p span{
	font-size:190%;
}
.job_inner .dscp_wapp figure{
	margin-top: 1.6rem;
	padding-top: 10px;
	border-top: 1px #ccc dotted;
}

@media (max-width: 992px)  {
	/* number */
	.job_inner .number_wapp p {
		margin-bottom: 1.6rem;
		font-size:7.0rem;
	}
	.job_inner .number_wapp p span {
		font-size:14.0rem;
	}
	.job_inner .dscp_wapp p {
		font-size: 1.4rem;
	}

		/* dscp */
	.job_inner .dscp_wapp p.examinee {
		font-size:1.6rem;
	}
}
@media (min-width: 993px)  {
	.job_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* number */
	.job_inner .number_wapp {
		width: 55%;
	}
	.job_inner .number_wapp p {
		font-size:7.0rem;
	}
	.job_inner .number_wapp p span {
		font-size:20.0rem;
	}

	/* dscp */
	.job_inner .dscp_wapp {
		width: 45%;
	}
	.job_inner .dscp_wapp p {
		font-size: 1.4rem;
	}
	.job_inner .dscp_wapp figure {
		max-width: 400px;
	}
	.job_inner .dscp_wapp figure img {
		height: auto;
	}
	.job_inner .dscp_wapp p.examinee {
		font-size:1.8rem;
	}
}


/* ------------------------------------------
sdl_wrapp
-------------------------------------------*/
.sdl_box {
  border-radius: 10px;
}
.sdl_inner .sdl_list {
	background-color: #fff;
	padding: 0 20px 20px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.sdl_inner .sdl_list h4 {
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	padding: 10px;
	line-height: 1;
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 4px 4px 0 0;
}
.sdl_inner .sdl_list ul {
	list-style: disc;
	margin-left: 1em;
}
@media (max-width: 992px) {
	.sdl_box {
		padding: 20px 15px 15px;
	}
}
@media (min-width: 993px) {
	.sdl_box {
		padding: 24px 24px 24px;
	}
	.sdl_inner {
		display: flex;
		justify-content: space-between;
	}
	.sdl_inner .sdl_list {
		width: 49%;
    height: auto;
	}
}

/* sdl_plus */
.sdl_plus {
	text-align: center;
}
.sdl_plus .fa-plus {
	font-size: 3.0rem;
	margin-bottom: 16px;
}
.sdl_plus_text {
	padding: 20px 5px;
	border-radius: 10px;
	background-color: #fff;
}
.sdl_plus_text sub{
	font-size: 2.6rem;
}
.sdl_plus .asterisk {
	text-align: right;
	font-size: 1.2rem;
}
@media (max-width: 992px) {
	.sdl_plus_text .fa-pen {
		margin-right: 0.25rem;
		font-size: 1.5rem;
	}
}
@media (min-width: 993px) {
	.sdl_plus_text .fa-pen {
		margin-right: 0.5rem;
		font-size: 2.0rem;
	}
}


/* ------------------------------------------
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: 700;
	/*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;
	}
}




/*==========================================
 job / index.html
===========================================*/
/* comment
------------------------------------------ */
.job-top_wrapp .job-top_item {
	margin-bottom: 3.0rem;
 }
 .job-top_wrapp .job-top_item h2 {
 	margin-bottom: 2.0rem;
  }

.comment_text p {
  margin-bottom: 1.6rem;
}
.comment_photo {
  text-align: center;
  margin-bottom: 1.6rem;
}
.comment_photo img {
  max-width: 100%;
  border-radius: 10px;
}
.comment_photo .caption_text {
  font-size: 1.4rem;
}

@media (min-width: 993px)  {
  .comment_wrapp {
    display: flex;
    justify-content: space-between;
  }
  .comment_text {
    width: 49%;
  }
  .comment_photo {
    width: 49%;
    height: auto;
  }
}


/* ctg_list
-------------------------------------------*/
ul.ctg_list {
	margin-bottom: 0rem;
}
ul.ctg_list li a {
	text-decoration: none!important;
	position: relative;
	display: block;
	padding-right: 1.5rem;
}
ul.ctg_list li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
}


/* license-support_wrapp
-------------------------------------------*/
.license-support_wrapp {
	border-radius: 10px;
	border: 2px #005bac solid;
}
@media (max-width: 992px) {
	.license-support_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.license-support_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.license-support_wrapp .license-supporttext h2 {
	padding-left: 0px;
	margin-bottom: 1.6rem;
	border-left: none;
}
.license-support_wrapp .license-support_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
@media (max-width: 992px) {
	.license-support_wrapp .license-support_text {
		padding:15px;
	}
}
@media (min-width: 993px)  {
	.license-support_wrapp .license-support_text {
		padding:24px;
		width: 50%;
	}
}

/* photo */
.license-support_wrapp .license-support_photo {
	background-image: url(../job/images/top_license-support.jpg);
	background-size: cover;
}
@media (max-width: 992px) {
	.license-support_wrapp .license-support_photo {
		padding-top: 64%;
		border-radius:0;
		background-position: center bottom;
		margin: 0 15px 15px;
	}
}
@media (min-width: 993px)  {
	.license-support_wrapp .license-support_photo {
		width: 50%;
		background-position: center right;
		border-radius:0 7px 7px 0;
	}
}


/* job-support_wrapp
-------------------------------------------*/
.job-support_wrapp li a {
	background-color: rgba(0, 91, 172, 0.1);
	height: 100%;
	border-radius: 10px;
	text-decoration: none!important;
	display: block;
	overflow: hidden;
}
.job-support_wrapp li figure{
	display: block;
	overflow: hidden;
}
.job-support_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}

.job-support_wrapp li h3 {
	padding-left: 0px;
	margin-top: 0;
  margin-bottom: 0rem;
  border-left: none;
	padding: 16px 30px 16px 20px;
	line-height: 1.4;
	position: relative;
	font-weight: 500;
}
.job-support_wrapp li h3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	/*margin-left: 1em;*/
	position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
}

@media (max-width: 992px) {
	.job-support_wrapp {
		margin-bottom: 3rem;
	}
	.job-support_wrapp li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
	.job-support_wrapp li h3 {
		font-size: 1.4rem;
	}
}
@media (min-width: 993px) {
	.job-support_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.job-support_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.job-support_wrapp li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
	.job-support_wrapp li h3 {
		font-size: 1.8rem;
	}
}

/* hover */
.job-support_wrapp a {
	display: block;
	overflow: hidden;
}
.job-support_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}
.job-support_wrapp a img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
  opacity: 0.8;
}


/*==========================================
 job / license01.html
===========================================*/
/* job_box */
.job_wrapp .Social-welfare_wrapp {
	border: 2px solid #2f77bd!important;
}
.job_wrapp .Social-welfare_wrapp h4 {
	background-color: #2f77bd!important;
}
.Social-welfare_wrapp .job_inner .number_wapp p {
	color: #2f77bd!important;
}

/* sdl_box */
.Social-welfare_wrapp.sdl_box {
	background-color: rgba(47,119,189, 0.1)!important;
}
.Social-welfare_wrapp .sdl_inner .sdl_list {
	border: 2px solid #2f77bd!important;
}
.Social-welfare_wrapp .sdl_inner .sdl_list h4 {
	background-color: #2f77bd;
}
.Social-welfare_wrapp .sdl_plus_text {
	border: 2px #2f77bd solid;
}
.Social-welfare_wrapp .sdl_plus .fa-plus {
	color: #2f77bd!important;
}
.Social-welfare_wrapp .sdl_plus_text .fa-pen {
	color: #2f77bd!important;
}


/*==========================================
 job / license02.html
===========================================*/
.job_wrapp .Social-life_wrapp {
	border: 2px solid #2f77bd!important;
}
.job_wrapp .Social-life_wrapp h4 {
	background-color: #2f77bd!important;
}
.job_wrapp .Social-life_wrapp .job_inner .number_wapp p {
	color: #2f77bd!important;
}

/* sdl_box */
.Social-life_wrapp.sdl_box {
	background-color: rgba(47,119,189, 0.1)!important;
}
.Social-life_wrapp .sdl_inner .sdl_list {
	border: 2px solid #2f77bd!important;
}
.Social-life_wrapp .sdl_inner .sdl_list h4 {
	background-color: #2f77bd;
}
.Social-life_wrapp .sdl_plus_text {
	border: 2px #2f77bd solid;
}
.Social-life_wrapp .sdl_plus .fa-plus {
	color: #2f77bd!important;
}
.Social-life_wrapp .sdl_plus_text .fa-pen {
	color: #2f77bd!important;
}


/*==========================================
 job / license03.html
===========================================*/



/*==========================================
 job / license04.html
===========================================*/
.job_wrapp .Medical-physical_wrapp {
	border: 2px solid #7774b5!important;
}
.job_wrapp .Medical-physical_wrapp h4 {
	background-color: #7774b5!important;
}
.job_wrapp .Medical-physical_wrapp .job_inner .number_wapp p {
	color: #7774b5!important;
}

/* sdl_box */
.Medical-physical_wrapp.sdl_box {
	background-color: rgb(119, 116, 181, 0.1)!important;
}
.Medical-physical_wrapp .sdl_inner .sdl_list {
	border: 2px solid #7774b5!important;
}
.Medical-physical_wrapp .sdl_inner .sdl_list h4 {
	background-color: #7774b5;
}
.Medical-physical_wrapp .sdl_plus_text {
	border: 2px #7774b5 solid;
}
.Medical-physical_wrapp .sdl_plus .fa-plus {
	color: #7774b5!important;
}
.Medical-physical_wrapp .sdl_plus_text .fa-pen {
	color: #7774b5!important;
}


/*==========================================
 job / license05.html
===========================================*/
.job_wrapp .Medical-occupational_wrapp {
	border: 2px solid #a26eac!important;
}
.job_wrapp .Medical-occupational_wrapp h4 {
	background-color: #a26eac!important;
}
.job_wrapp .Medical-occupational_wrapp .job_inner .number_wapp p {
	color: #a26eac!important;
}

/* sdl_box */
.Medical-occupational_wrapp.sdl_box {
	background-color: rgb(162, 110, 172, 0.1)!important;
}
.Medical-occupational_wrapp .sdl_inner .sdl_list {
	border: 2px solid #a26eac!important;
}
.Medical-occupational_wrapp .sdl_inner .sdl_list h4 {
	background-color: #a26eac;
}
.Medical-occupational_wrapp .sdl_plus_text {
	border: 2px #a26eac solid;
}
.Medical-occupational_wrapp .sdl_plus .fa-plus {
	color: #a26eac!important;
}
.Medical-occupational_wrapp .sdl_plus_text .fa-pen {
	color: #a26eac!important;
}



/*==========================================
 job / license06.html
===========================================*/
.job_wrapp .Nursing-nursing_wrapp {
	border: 2px solid #f0939f!important;
}
.job_wrapp .Nursing-nursing_wrapp h4 {
	background-color: #f0939f!important;
}
.job_wrapp .Nursing-nursing_wrapp .job_inner .number_wapp p {
	color: #f0939f!important;
}

/* sdl_box */
.Nursing-nursing_wrapp.sdl_box {
	background-color: rgb(234, 84, 73, 0.1)!important;
}
.Nursing-nursing_wrapp .sdl_inner .sdl_list {
	border: 2px solid #f0939f!important;
}
.Nursing-nursing_wrapp .sdl_inner .sdl_list h4 {
	background-color: #f0939f;
}
.Nursing-nursing_wrapp .sdl_plus_text {
	border: 2px #f0939f solid;
}
.Nursing-nursing_wrapp .sdl_plus .fa-plus {
	color: #f0939f!important;
}
.Nursing-nursing_wrapp .sdl_plus_text .fa-pen {
	color: #f0939f!important;
}



/*==========================================
 job / pubhealth_nurse.html
===========================================*/
.job_wrapp .Advanced-publicHealth_wrapp {
	border: 2px solid #f08846!important;
}
.job_wrapp .Advanced-publicHealth_wrapp h4 {
	background-color: #f08846!important;
}
.job_wrapp .Advanced-publicHealth_wrapp .job_inner .number_wapp p {
	color: #f08846!important;
}

/* sdl_box */
.Advanced-publicHealth_wrapp.sdl_box {
	background-color: rgb(240, 136, 70, 0.1)!important;
}
.Advanced-publicHealth_wrapp .sdl_inner .sdl_list {
	border: 2px solid #f08846!important;
	width: 100%;
	padding-top: 2rem;
}
.Advanced-publicHealth_wrapp .sdl_inner .sdl_list h4 {
	background-color: #f08846;
}
.Advanced-publicHealth_wrapp .sdl_plus_text {
	border: 2px #f08846 solid;
}
.Advanced-publicHealth_wrapp .sdl_plus .fa-plus {
	color: #f08846!important;
}
.Advanced-publicHealth_wrapp .sdl_plus_text .fa-pen {
	color: #f08846!important;
}



/*==========================================
 job / license07.html
===========================================*/
/* ps-recruitment_wrapp */
.ps-recruitment_wrapp > li {
	margin-bottom: 3.0rem;
	border: 2px solid #005bac;
	padding: 0 15px 15px;
	border-radius: 10px;
}
.ps-recruitment_wrapp > li h4 {
	background-color: #005bac;
	color: #fff;
	text-align: center;
	margin: 0 -17px 1.5rem;
	padding: 5px;
	border-radius: 7px 7px 0 0;
}
@media (min-width: 993px)  {
	.ps-recruitment_wrapp {
		display: flex;
		justify-content: space-between;
	}
	.ps-recruitment_wrapp > li {
		width: 49%;
	}
}

/* ps-recruitment_inner */
.ps-recruitment_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ps-recruitment_inner > p.number {
	font-size: 2.6rem;
	width: 48%;
	line-height: 1;
}
.ps-recruitment_inner > p.number span {
	font-size: 8.0rem;
	font-family: 'Oswald', sans-serif;
}
.ps-recruitment_inner > ul.work {
	width: 50%;
}
.ps-recruitment_inner > ul.work li {
	display: inline-block;
}
.ps-recruitment_inner > ul.work li:after {
	content:"/";
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.ps-recruitment_inner > ul.work li:last-child:after {
	display: none;
}
@media (min-width: 993px)  {
	.ps-recruitment_inner {
		padding: 10px 20px 10px;
	}
}


/* ps-schedule */
.ps-schedule_wrapp > li {
	margin-bottom: 3.0rem;
}



/*==========================================
 job / support.html
===========================================*/
/* ------------------------------------------
Support point
------------------------------------------ */
.support-point_wrapp h3 em {
	font-style: normal;
	margin-right: 1.0rem;
}


/* ------------------------------------------
Support schedule
------------------------------------------ */
.support-sdl_wrapp .item_year {
	background-color: #005bac;
	border: 1px #005bac solid;
}

.support-sdl_wrapp .item_year h4 {
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.support-sdl_wrapp h5 {
	font-size: 1.4rem;
}
ul.support-sdl_list {
	list-style-type: disc;
  padding-left: 1.75rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	margin-left: 1em;
}
ul.support-sdl_list li {
	line-height: 1.4;
}

@media (max-width: 992px)  {
	.support-sdl_wrapp .item_year h4 {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.support-sdl_wrapp h5 {
		text-align: left;
		padding: 5px 5px 0;
	}

	.support-sdl_wrapp .item_first,
	.support-sdl_wrapp .item_second {
		border-right: 1px #005bac solid;
		border-left: 1px #005bac solid;
	}
	.support-sdl_wrapp:last-child .item_second {
		border-bottom: 1px #005bac solid;
	}
}
@media (min-width: 993px)  {
	.support-sdl_wrapp {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.support-sdl_wrapp .item_year {
		width: 10%;
		display: flex;
		justify-content: center;
		border-bottom: 1px #fff solid;
	}
	.support-sdl_wrapp:first-of-type .item_year {
		border-radius: 10px 0 0 0;
	}
	.support-sdl_wrapp:last-child .item_year {
		border-bottom: none;
		border-radius: 0 0 0 10px;
	}
	.support-sdl_wrapp .item_year h4 {
		align-self: center;
	}
	.support-sdl_wrapp .item_first {
		width: 45%;
		border-top: 1px #005bac solid;
		border-right: #ccc 1px dotted;
	}
	.support-sdl_wrapp .item_second {
		width: 45%;
		border-top: 1px #005bac solid;
		border-right: 1px #005bac solid;
	}
	.support-sdl_wrapp:last-child .item_first,
	.support-sdl_wrapp:last-child .item_second {
		border-bottom: 1px #005bac solid;
	}
	.support-sdl_wrapp h5 {
		text-align: center;
		padding: 5px;
		border-bottom: #ccc 1px dotted;
	}
}


/* ------------------------------------------
Support Department
------------------------------------------ */
/* photo */
.support-dpm_photo_wrapp .support-dpm_text p{
	margin-bottom: 1.6rem;
}

/* photo */
.support-dpm_photo_wrapp .support-dpm_photo img{
  max-width: 100%;
  height: auto;
	border-radius: 10px;
}

@media (min-width: 993px) {
	.support-dpm_photo_wrapp {
		display: flex;
		justify-content: space-between;
    margin-top: 1.6rem;
	}
	.support-dpm_photo_wrapp .support-dpm_text{
		width:70%;
		padding-right: 2%;
	}
	.support-dpm_photo_wrapp .support-dpm_photo{
		margin-bottom: 1.6rem;
	}
}

/* support-dpm_list
-------------------------------------------*/
ul.support-dpm_list {
	list-style-type: disc;
  padding-left: 1.75rem;
	margin-bottom: 1.6rem;
}
@media (min-width: 993px) {
	ul.support-dpm_list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.support-dpm_list li {
		width:calc(100% / 2)
	}
}



/*==========================================
 job / employment_status.html
===========================================*/
/* status_wrapp
-------------------------------------------*/
.status_box {
/*	padding: 0 15px 0px;*/
	padding: 15px 15px;
	border-radius: 10px;
	margin-bottom: 4.0rem;
}
.status_box h4 {
	color: #fff;
	margin: -2px -15px 1.0rem;
	padding:10px 15px;
	font-weight: 500;
	border-radius: 7px 7px 0 0;
}

.status_item {
	margin-bottom: 3.0rem;
}
.status_item:last-child {
	margin-bottom: 0.0rem;
}
.status_item .year_text {
	font-weight: 500;
	text-align: left;
/*	text-align: center;*/
}
@media (max-width: 992px)  {
	.status_item {
		margin-bottom: 2.0rem;
	}
	.status_item .year_text {
		font-size: 1.6rem;
	}
}
@media (min-width: 993px)  {
	.status_box {
		padding: 20px 20px 30px;
	}
	.status_item {
		margin-bottom: 6.0rem;
	}
	.status_item .year_text {
		font-size: 2.0rem;
		margin-bottom: 0.6rem;
	}
}


/* status_inner
-------------------------------------------*/
.status_inner {
	border-radius: 10px;
}

/* number */
.status_inner .number_wapp {
	text-align: center;
}
.status_inner .number_wapp p {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-size: 7.0rem;
}
.status_inner .number_wapp p span {
	letter-spacing: -0.5rem;
}

@media (max-width: 992px)  {
	.status_inner {
		padding: 0 0px 15px;
	}
	/* number */
	.status_inner .number_wapp p {
		margin-bottom: 1.6rem;
		font-size: 7.0rem;
	}
	.status_inner .number_wapp p span {
		font-size:14.0rem;
	}
	/* dscp */
	.job_inner .dscp_wapp{
		margin-top: 1.6rem;
	}
	.status_inner .dscp_wapp figure {
		text-align: center;
	}
	.status_inner .dscp_wapp img {
		max-width: 400px;
	}
}

@media (min-width: 993px)  {
	.status_inner {
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	/* number */
	.status_inner .number_wapp {
	/*	width: 38%;*/
		width: 50%;
	}
	.status_inner .number_wapp p {
		font-size:7.0rem;
	}
	.status_inner .number_wapp p span {
		font-size:19.0rem;
	}
	/* dscp */
	.status_inner .dscp_wapp {
	/*	width: 55%;*/
		width: 50%;
		text-align: center;
		align-self: flex-end;
	}
	.status_inner .dscp_wapp figure {
		display: flex;
	}
	.status_inner .dscp_wapp img {
		width: 82.5%;
		align-self: flex-end;
	}
}


/*　color
-------------------------------------------*/
.status_wrapp .Social-welfare_wrapp {
	border: 2px solid #2f77bd!important;
}
.status_wrapp .Social-welfare_wrapp h4 {
	background-color: #2f77bd!important;
}
.status_wrapp .Social-welfare_wrapp .number_wapp p {
	color: #2f77bd!important;
}

.status_wrapp .Social-life_wrapp {
	border: 2px solid #2f77bd!important;
}
.status_wrapp .Social-life_wrapp h4 {
	background-color: #2f77bd!important;
}
.status_wrapp .Social-life_wrapp .number_wapp p {
	color: #2f77bd!important;
}

.status_wrapp .Social-childhood_wrapp {
	border: 2px solid #6bc7dd!important;
}
.status_wrapp .Social-childhood_wrapp h4 {
	background-color: #6bc7dd!important;
}
.status_wrapp .Social-childhood_wrapp .number_wapp p {
	color: #6bc7dd!important;
}

.status_wrapp .Medical-physical_wrapp {
	border: 2px solid #7774b5!important;
}
.status_wrapp .Medical-physical_wrapp h4 {
	background-color: #7774b5!important;
}
.status_wrapp .Medical-physical_wrapp .number_wapp p {
	color: #7774b5!important;
}

.status_wrapp .Medical-occupational_wrapp {
	border: 2px solid #a26eac!important;
}
.status_wrapp .Medical-occupational_wrapp h4 {
	background-color: #a26eac!important;
}
.status_wrapp .Medical-occupational_wrapp .number_wapp p {
	color: #a26eac!important;
}

.status_wrapp .Nursing-nursing_wrapp {
	border: 2px solid #f0939f!important;
}
.status_wrapp .Nursing-nursing_wrapp h4 {
	background-color: #f0939f!important;
}
.status_wrapp .Nursing-nursing_wrapp .number_wapp p {
	color: #f0939f!important;
}

.status_wrapp .advanced_wrapp {
	border: 2px solid #f08846!important;
}
.status_wrapp .advanced_wrapp h4 {
	background-color: #f08846!important;
}
.status_wrapp .advanced_wrapp .number_wapp p {
	color: #f08846!important;
}

/*==========================================
 job / employment.html
===========================================*/
/* employment_list
-------------------------------------------*/
ul.employment_list {
	list-style-type: disc;
  padding-left: 1.75rem;
}
@media (min-width: 993px) {
	ul.employment_list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.employment_list li {
		width:calc(100% / 2)
	}
}


/*==========================================
 job / voice.html
===========================================*/
/* youtubeTV_wrapp --------------- */
.youtubeTV_wrapp h2 {
	text-align: center;
	padding-left:0;
	margin-bottom: 1.6rem;
	font-weight: 700;
	color: #000;
	border-left: none;
}
@media (max-width: 992px) {
	.youtubeTV_wrapp {
		margin-top: 2.5rem;
		margin-bottom: 4.0rem;
	}
}
@media (min-width: 993px) {
	.youtubeTV_wrapp {
		margin-top: 5.0rem;
		margin-bottom: 8.0rem;
	}
	.youtubeTV_wrapp h2 {
		font-size: 3.0rem;
	}
}

/* youtubeTV_btn */
.youtubeTV_btn {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.6rem;
}
.youtubeTV_btn li {
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px #ff0000 solid;
}
.youtubeTV_btn li a{
	padding: 0px 50px;
	line-height: 1;
	text-align: center;
	width: 100%;
}


/* read_wrapp --------------- */
.read_wrapp .read_voice {
	text-align: center;
  font-weight: 700;
}
@media (max-width: 992px) {
	.read_wrapp .read_voice{
		font-size: 120%;
	}
}
@media (min-width: 993px) {
	.read_wrapp .read_voice{
		font-size: 150%;
	}
}


/* ------------------------------------------
btn_wrapp
------------------------------------------ */
.btn_wrapp {
	display: flex;
  list-style: none;
	justify-content: center;
  width: 100%;
	margin-bottom: 6rem;
}
.btn_wrapp li {
	margin-bottom: 1.6rem;
	font-weight: 500;
	width: 100%;
	text-align: center;
}
.btn_wrapp li a {
	border-radius: 10px;
	text-decoration: none!important;
	display: inline-block;
	text-align: center;
	padding: 10px 15px 10px 5px;
	position: relative;
	width: 100%;
	line-height: 1.6;
}
.btn_wrapp li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
	position: absolute;
	/*top:50%;*/
	top:35%;
	right: 15px;
}
@media (max-width: 992px) {
	.btn_wrapp {
	  flex-wrap: wrap;
	}
}
@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%;
	}
}

/*　color
-------------------------------------------*/
/* 	welfarecase */
.btn_welfarecase li a {
	color: #fff!important;
	background-color: #2f77bd;
  border: 2px #2f77bd solid;
}
/* 	life */
.btn_life li a {
	color: #fff!important;
	background-color: #2f77bd;
  border: 2px #2f77bd solid;
}
/* childhood */
.btn_childhood li a {
	color: #fff!important;
	background-color: #6bc7dd;
  border: 2px #6bc7dd solid;
}
/* 	physical */
.btn_physical li a {
	color: #fff!important;
	background-color: #7774b5;
  border: 2px #7774b5 solid;
}
/* 	occupational */
.btn_occupational li a {
	color: #fff!important;
	background-color: #a26eac;
  border: 2px #a26eac solid;
}
/* 	nursing */
.btn_nursing li a {
	color: #fff!important;
	background-color: #f0939f;
  border: 2px #f0939f solid;
}


/*　-------------------------------------------
voice_wrapp
-------------------------------------------*/
/* voice_all_wrapp */
.voice_all_wrapp {
	border-radius: 10px;
	margin-bottom: 8.0rem;
}
@media (max-width: 992px) {
	.voice_all_wrapp {
		padding:15px;
	  margin-top: 3.0rem;
	}
}
@media (min-width: 993px) {
	.voice_all_wrapp {
		padding:30px 30px 30px;
	  width: 100%;
	}
}

.voice_all_wrapp .btn_wrapp {
  margin-bottom: 0rem;
}


/* voice_wrapp
-------------------------------------------*/
.voice_wrapp {
	margin-bottom: 3.0rem;
}
@media (min-width: 993px) {
	.voice_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.voice_wrapp .voice_text {
		order: 2;
		width: 62%;
	}
	.voice_wrapp .voice_day {
		order: 2;
		width: 35%;
	}
}


/* voice_read */
.voice_read {
	width: 100%;
	padding-bottom: 1.5rem;
}
.voice_read .voice_data {
/*	margin-top: 1.0rem;*/
}
.voice_read .voice_data .voice_name span {
	font-size: 150%;
}
@media (min-width: 993px) {
	.voice_read .voice_data .voice_name {
		display: inline-block;
	}
	.voice_read .voice_data .voice_office {
		display: inline-block;
	}
	.voice_read .voice_data .voice_dpm br {
		display: none;
	}
}

/* voice_text */
.voice_text {
	margin-bottom: 2.0rem;
}
.voice_text h2 {
	margin-top: 1.0rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
	padding-left: 0px;
	border-left: none!important;
}
.voice_data {
/*	margin-bottom: 1.5rem;*/
/*	border-bottom: 1px #333 dashed;*/
	padding-bottom: 1.5rem;
	width: 100%;
}
.voice_data > p{
	margin-bottom: 0;
	line-height: 1.6;
}

/* voice_photo */
.voice_wrapp .voice_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice_wrapp .voice_photo img {
	width: 49%;
  height: auto;
}
@media (max-width: 992px) {
	.voice_wrapp .voice_photo {
    margin-top: 1.6rem;
		text-align: center;
	}
}
@media (min-width: 993px) {
	.voice_wrapp .voice_photo {
    margin-top: 1.6rem;
		text-align: center;
	}
}

/* voice_message */
.voice_wrapp .voice_message {
	margin-top: 3.0rem;
}
.voice_wrapp .voice_message dl dt {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
}
.voice_wrapp .voice_message dl dd {
	font-size: 1.4rem;
}
@media (max-width: 992px) {
	.voice_wrapp .voice_message {
		padding: 20px;
		text-align: center;
	}
	.voice_wrapp .voice_message img {
		width: 100px;
	}
	.voice_wrapp .voice_message dl {
		text-align: left;
	}
}
@media (min-width: 993px) {
	.voice_wrapp .voice_message {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
		align-items: flex-end;
	}
	.voice_wrapp .voice_message img {
		width: 30%;
		padding: 20px 0 0 20px;
	}
	.voice_wrapp .voice_message dl {
		width: 66%;
		padding: 20px 20px 20px 0;
	}
}


/* voice_day
-------------------------------------------*/
.voice_wrapp .voice_day {
	margin-top: 2.5rem;
	padding-bottom: 3.0rem;
}
@media (min-width: 993px) {
	.voice_wrapp .voice_day {
		margin-top: 5.5rem;
	}
}
.voice_wrapp .voice_day h2 {
	text-align: left;
	font-weight: 500;
	color: #333;
	font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-left: 3.0rem;
  border-left: none!important;
}

/* time-schedule */
.voice_day .time-schedule {
/*  min-width: 400px;
  max-width: 400px;*/
  list-style: none;
/*  margin: 0 auto 0 6em;*/
	margin: 0 auto 0 6rem;
  /*padding-left: 20px;*/
  /*border-left: 6px solid #ccc;*/
  box-sizing: border-box;
	margin-top: 30px;
}

.voice_day .time-schedule li {
  width: 100%;
  margin: 0 0;
  /*padding: 5px 0;*/
  position: relative;
}

.voice_day .time-schedule span.time {
	width: 5rem;
  display: inline-block;
/*  margin-left: -8em;*/
	margin-left: -6.65rem;
/*  padding: 0 1em 5px;*/
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
/*  box-sizing: border-box;*/
	font-weight: 500;
}

.voice_day .time-schedule span.time::after {
  content: "";
  position: absolute;
	right: -25px;
  top: 0;
  /*background: #ccc;*/
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.voice_day .time-schedule .sch_box {
  display: inline-block;
  width: 100%;
/*  margin-left: 30px;*/
  /*padding: 15px 10px 15px 10px;*/
/*  vertical-align: middle;*/
/*  box-sizing: border-box;*/
	padding: 15px 0px 10px 30px;
}

.voice_day .time-schedule .sch_title {
	font-weight: 500;
}

.voice_day .time-schedule .sch_tx {
	font-weight:400;
	font-size: 1.2rem;
}


/* time_point */
.voice_day .time-schedule li.time_point_strat {
	line-height: 1;
	margin-bottom: 0px;
	padding: 0!important;
	margin-top: 0!important;
}
.voice_day .time-schedule li.time_point_strat span.time_point::after {
  top: -34px;
}
.voice_day .time-schedule span.time_point::after {
	background: #fff!important;
}


/* voice_half
-------------------------------------------*/
@media (max-width: 992px) {
	.voice_wrapp .voice_half > li:first-child {
		margin-bottom: 6.0rem;
	}
}
@media (min-width: 993px) {
	.voice_wrapp .voice_half {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice_wrapp .voice_half > li {
		width: 48.5%;
	}

	.voice_wrapp .voice_half .voice_text {
		width: 100%;
	}
	.voice_wrapp .voice_half .voice_day {
		width: 100%;
	}
}



/*　color
-------------------------------------------*/
/* 	welfarecase */
.voice_welfarecase {
  border: 2px #2f77bd solid;
}
.voice_welfarecase .voice_text h2 {
	color: #2f77bd;
}
.voice_welfarecase .voice_message {
	background-color: rgba(106, 161, 215, 0.1);
}
.voice_welfarecase .voice_message dl dt {
	color: #2f77bd;
}

.voice_welfarecase .time-schedule span.time,
.voice_welfarecase .time-schedule .sch_title {
	color: #2f77bd;
}
.voice_welfarecase .time-schedule {
  border-left: 4px solid #2f77bd;
}
.voice_welfarecase .time-schedule span.time::after {
  background: #2f77bd;
}
.voice_welfarecase .time-schedule span.time_point::after {
	border: #2f77bd 3px solid!important;
}

/* 	life */
@media (min-width: 993px) {
	.voice_life .voice_read .voice_data .voice_name {
		display: block;
	}
	.voice_life .voice_read .voice_data .voice_office {
		display: block;
	}
	.voice_life .voice_wrapp .voice_message img {
		padding: 0px 0 0 0px;
	}
}
.voice_life {
  border: 2px #2f77bd solid;
}
.voice_life .voice_text h2 {
	color: #2f77bd;
}
.voice_life .voice_message {
	background-color: rgba(106, 161, 215, 0.1);
}
.voice_life .voice_message dl dt {
	color: #2f77bd;
}

.voice_life .time-schedule span.time,
.voice_life .time-schedule .sch_title {
	color: #2f77bd;
}
.voice_life .time-schedule {
  border-left: 4px solid #2f77bd;
}
.voice_life .time-schedule span.time::after {
  background: #2f77bd;
}
.voice_life .time-schedule span.time_point::after {
	border: #2f77bd 3px solid!important;
}

/* childhood */
.voice_childhood {
  border: 2px #6bc7dd solid;
}
.voice_childhood .voice_text h2 {
	color: #6bc7dd;
}
.voice_childhood .voice_message {
	background-color: rgba(107, 199, 221, 0.1);
}
.voice_childhood .voice_message dl dt {
	color: #6bc7dd;
}

.voice_childhood .time-schedule span.time,
.voice_childhood .time-schedule .sch_title {
	color: #6bc7dd;
}
.voice_childhood .time-schedule {
  border-left: 4px solid #6bc7dd;
}
.voice_childhood .time-schedule span.time::after {
  background: #6bc7dd;
}
.voice_childhood .time-schedule span.time_point::after {
	border: #6bc7dd 3px solid!important;
}

/* physical */
.voice_physical {
  border: 2px #7774b5 solid;
}
.voice_physical .voice_text h2 {
	color: #7774b5;
}
.voice_physical .voice_message {
	background-color: rgba(119, 116, 181, 0.1);
}
.voice_physical .voice_message dl dt {
	color: #7774b5;
}

.voice_physical .time-schedule span.time,
.voice_physical .time-schedule .sch_title {
	color: #7774b5;
}
.voice_physical .time-schedule {
  border-left: 4px solid #7774b5;
}
.voice_physical .time-schedule span.time::after {
  background: #7774b5;
}
.voice_physical .time-schedule span.time_point::after {
	border: #7774b5 3px solid!important;
}

/* occupational */
.voice_occupational {
  border: 2px #a26eac solid;
}
.voice_occupational .voice_text h2 {
	color: #a26eac;
}
.voice_occupational .voice_message {
	background-color: rgba(162, 110, 172, 0.1);
}
.voice_occupational .voice_message dl dt {
	color: #a26eac;
}

.voice_occupational .time-schedule span.time,
.voice_occupational .time-schedule .sch_title {
	color: #a26eac;
}
.voice_occupational .time-schedule {
  border-left: 4px solid #a26eac;
}
.voice_occupational .time-schedule span.time::after {
  background: #a26eac;
}
.voice_occupational .time-schedule span.time_point::after {
	border: #a26eac 3px solid!important;
}

/* nursing */
.voice_nursing {
  border: 2px #f0939f solid;
}
.voice_nursing .voice_text h2 {
	color: #f0939f;
}
.voice_nursing .voice_message {
	background-color: rgba(240, 147, 159, 0.1);
}
.voice_nursing .voice_message dl dt {
	color: #f0939f;
}

.voice_nursing .time-schedule span.time,
.voice_nursing .time-schedule .sch_title {
	color: #f0939f;
}
.voice_nursing .time-schedule {
  border-left: 4px solid #f0939f;
}
.voice_nursing .time-schedule span.time::after {
  background: #f0939f;
}
.voice_nursing .time-schedule span.time_point::after {
	border: #f0939f 3px solid!important;
}



/*==========================================
 job / voice-plus.html
===========================================*/
.voice-plus_wrapp {
	border-radius: 10px;
	margin-bottom: 2rem;
}
.voice-plus_wrapp h2 {
	margin-top: 0px;
  margin-bottom: 0rem;
  font-weight: 500;
  padding-left: 0px;
  border-left: none!important;
	padding: 10px 15px;
	color: #fff;
	line-height: 1;
  font-size: 1.8rem;
	border-radius: 7px 7px 0 0;
}

@media (max-width: 992px) {
	.voice-plus_inner {
		padding:15px;
	}
}
@media (min-width: 993px) {
	.voice-plus_inner {
		padding:30px 30px 30px;
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  width: 100%;
	}
	.voice-plus_inner > div {
		order: 2;
		width: 76%;
	}
	.voice-plus_inner > figure {
		order: 1;
		width: 22%;
	}
}

/* voice-plus_text */
.voice-plus_text h3 {
  margin-top: 0px;
  margin-bottom: 1.0rem;
  font-weight: 700;
	padding-left: 0px;
	border-left: none!important;
}
.voice-plus_data {
	margin-bottom: 1.0rem;
	border-bottom: 1px #333 dashed;
	padding-bottom: 1.0rem;
}
.voice-plus_data > p{
	margin-bottom: 0;
	line-height: 1.6;
}
.voice-plus_text .voice_data .voice_name {
	margin-bottom: 1.0rem;
}
.voice-plus_text .voice_data .voice_name span {
	font-size: 150%;
}
@media (min-width: 993px) {
	.voice-plus_text .voice_data .voice_name {
		display: inline-block;
	}
	.voice-plus_text .voice_data .voice_from {
		display: inline-block;
		margin-left: 1em;
	}
	.voice-plus_text .voice_data .voice_dpm br {
		display: none;
	}
}

/* photo */
.voice-plus_wrapp .voice-plus_photo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
	.voice-plus_wrapp .voice-plus_photo {
    margin-top: 1.6rem;
		text-align: center;
	}
	.voice-plus_wrapp .voice-plus_photo img {
		width: 200px;
	}
}


/*　color
-------------------------------------------*/
/* 	welfarecase */
.voice-plus_welfarecase {
  border: 2px #2f77bd solid;
}
.voice-plus_welfarecase h2 {
	background-color: #2f77bd;
}
.voice-plus_welfarecase h3 {
	color: #2f77bd;
}
/* 	life */
.voice-plus_life {
  border: 2px #2f77bd solid;
}
.voice-plus_life h2 {
	background-color:  #2f77bd;
}
.voice-plus_life h3 {
	color: #2f77bd;
}
/* 	childhood */
.voice-plus_childhood {
	border: 2px #6bc7dd solid;
}
.voice-plus_childhood h2 {
	background-color: #6bc7dd;
}
.voice-plus_childhood h3 {
	color: #6bc7dd;
}
/* physical */
.voice-plus_physical {
	border: 2px #7774b5 solid;
}
.voice-plus_physical h2 {
	background-color: #7774b5;
}
.voice-plus_physical h3 {
	color: #7774b5;
}
/* occupational */
.voice-plus_occupational {
	border: 2px #a26eac solid;
}
.voice-plus_occupational h2 {
	background-color: #a26eac;
}
.voice-plus_occupational h3 {
	color: #a26eac;
}
/* nursing */
.voice-plus_nursing {
	border: 2px #f0939f solid;
}
.voice-plus_nursing h2 {
	background-color: #f0939f;
}
.voice-plus_nursing h3 {
	color: #f0939f;
}
