@charset "UTF-8";

/* 就職用CSS */

/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
.support img {
    width: 100%;
}

/* ---------------------------------------------------------------------- */
/* 主婦の方・社会人の方からでも目指せます  */
/* ---------------------------------------------------------------------- */
#again{
	position:relative;
	background-color: #fcf0f3;
	display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
	margin-top:100px;
}
#again::before{
	content:'';
	position:absolute;
	top:-100px;
	left:50%;
	transform:translateX(-50%);
	width:80%;
	height:80%;
	/*clip-path: ellipse(50% 30% at 50% 50%);*/
	background:#fcf0f3;
	border-radius:50%;
	z-index:-1;
}
#again .content{
	margin:-40px auto 40px;
	padding:0;
}
#again h2{
	position:relative;
	background:none;
	color:#80aad8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:3.2em;
	font-weight:500;
	line-height:1.75;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#again h2::before, #again h2::after{
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
}
#again h2::before{
	margin-right: 30px;
	background:url('_images/icon_glitter-1.png') no-repeat top left/contain;
}
#again h2::after{
	margin-left: 30px;
	background:url('_images/icon_glitter-2.png') no-repeat bottom right/contain;
}
#again .sub{
	color:#e46d73;
	font-size:2.4rem;
	font-weight:700;
	text-align:center;
	margin:2rem auto;
}
#again p{
	color:#45555d;
}
.career-up
{
	width: 100%;
	margin-top: 80px;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 3rem;
	margin-bottom: 100px;
}
.career-up .detail{
	/*border-bottom:1px solid #c6c6c6;*/
	margin:0 auto 3rem;
	padding:0 ;
}
.career-up .detail:nth-child(2){
	border-bottom:none;
	padding:0 0 0;
}

.career-up .leftf {
	float: none;
	width: 259px;
	text-align: left;
	margin-left: -60px!important;
	margin-right: auto!important;
	max-width: 100%!important;
	padding-right: 0px!important;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: -20px;
}
.career-up .btn{width:325px;background:#e46d73;border-radius:10px; margin:1em 0; padding: 10px;}
.career-up .btn a {padding: 10px;color: #FFF;text-decoration:none;position: relative;display: block;font-size: 15px;font-weight: 700;text-align:center;}
.career-up .btn a::after {content: '';width: 8px; height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;transform: rotate(45deg) translateY(-50%);position: absolute;top: 50%;right: 5px;transition: 0.8s ease-in-out;}
.career-up .btn:hover {opacity:0.8;transition:0.8s;}
.career-up .btn a:hover {color:#fff;}
.career-up .btn a:hover::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}

#again .student{
	position: relative;
	background:#FFF;
    border: 1px solid #c6c6c6;
	margin:2rem auto;
	padding:2rem 2rem 0;
}
#again .student::before{
	content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 40px;
      height: 3px;
      background-color: #83afdd;
}
#again .student::after{
	content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 3px;
      height: 40px;
      background-color: #83afdd;
}
#again .student .corner-bottom::before {
      content: '';
      position: absolute;
      bottom: -1px;
      right: -1px;
      width: 40px;
      height: 3px;
      background-color: #83afdd;
    }

#again .student .corner-bottom::after {
      content: '';
      position: absolute;
      bottom: -1px;
      right: -1px;
      width: 3px;
      height: 40px;
      background-color: #83afdd;
    }
#again .student ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	margin:0;
	padding:0;
}
#again .student ul li:nth-child(1){
	width:6%;
	margin-top:-30px;
	padding:0;
}
#again .student ul li:nth-child(2){
	width:70%;
	margin:3rem 0 0;
}
#again .student ul li:nth-child(3){
	width:20%;
	margin:-70px 0 0;
	padding:0;
}
#again .student ul li:nth-child(1) img{
	width:100%;
}
#again .student ul li:nth-child(3) img{
	width:100%;
	display: block;
	margin:0;
	padding:0;
}
#again .student ul li h3{
	color:#83afdd;
	font-size:2rem;
	font-weight:700;
	margin:0 0 2rem;
}

@media only screen and ( max-width : 768px ) {
	#again{
		margin-top:30px;
	}
	#again::before{
		top:-30px;
		width:100%;
		height:100%;
		background:#fcf0f3;
		border-radius:60px;
}
	#again .content{
		margin:0 auto 40px;
		padding:3%;
}
	#again h2{
		font-size:2.4em;
}
	#again h2::before{
		margin-right: 15px;
}
	#again h2::after{
		margin-left: 15px;
}
	.career-up .btn{width:94%;margin:1em auto;}
	#again .student ul li:nth-child(1){
	width:100%;
	margin-top:-30px;
}
	#again .student ul li:nth-child(1) img{
	width:30%;
	margin:-7px auto 0;
}
#again .student ul li:nth-child(2){
	width:100%;
	margin:3rem 0 0;
}
#again .student ul li:nth-child(3){
	width:100%;
	margin:2rem auto 0;
}
	#again .student ul li:nth-child(3) img{
	width:75%;
	margin:0 auto;
}
}

/*
.career-up
{
	width: 100%;
	margin-top: 80px;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 20px;
	padding-left: 6%;
	padding-right: 6%;
	text-align: center;
	box-sizing: border-box;
}

#again h2 {
    position: relative;
}
.career-up h3
{
	margin-bottom: 1em;
}

.career-up h3 span
{
	font-size: 120%;
	margin-left: 1em;
	padding: 0.2em 0.5em;
	color: #EF858C;
}
.career-up a
{
	background-color: #717171;
	padding: 1em;
	text-decoration: none;
	color: #fff;
	margin-top: 2em;
	margin-bottom: 3em;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #717171;
}
.career-up a:before
{
	content:"";
	background: url("../_common/_images/icon_arrow1.svg") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 10px 3px 0;
}

.career-up a:hover
{
	background-color: #fff;
	color: #717171;
}

.career-up .top-border
{
	border-top: 1px solid #C8C8C8;
}

.student-voice
{
	padding-top: 30px;
	text-align: left;
	position: relative;
}

.career-up h4
{
	margin-top: 0px;
	display: inline-block;
	padding: 0 0.5em 0 0;
	color: #EF858C;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.career-up .name span
{
	font-size: 120%;
}*/



#scholarship-wrap {
	background-image: none!important;
}

#scholarship {
	width: 100%;
	margin: 60px auto;
	padding: 10px 30px 30px;
	border-radius: 10px;
	border: 2px solid #EF858C;
	box-sizing:border-box;
}

#scholarship h2 {
	font-size: 2.6rem;
	color: #565656;
	margin-bottom: 0;
}

#scholarship h3 {
	color: #565656;
}

#scholarship hr
{
	border: 1px solid #c8c8c8;
	margin: 60px 0 30px;
}


#scholarship h2:before, #scholarship h2:after {
  content: "";
  border-style: none;
  border-width: none;
}

@media only screen and ( min-width : 769px )
{
	.student-voice img
	{
	width: 20%!important;
	height: auto;
	}
	
	.student-voice:after
	{
		content:"";
		background: url("_images/icon_career2.svg") no-repeat;
		position: absolute;
		width: 134px;
		height: 134px;
		right: -10px;
		top: -50px;
	}
	.student-voice.top-border:after
	{
		background: url("_images/icon_career1.svg") no-repeat;
	}
}



/* ---------------------------------------------------------------------- */
/* 多彩な分野で活躍できる歯科衛生士の仕事。 */
/* ---------------------------------------------------------------------- */
ul.flow-field-list
{
	width:100%;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

ul.flow-field-list li
{
	width:calc(100% / 4);
	margin: 1%;
	padding: 20px 20px 10px;
	background-color: #fff;
}

ul.flow-field-list li h4
{
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}

/*ul.flow-field-list li h4:after
{
  content: "";
  position: absolute;
  border-style: solid;
  border-color: rgba(239, 133, 140, .5);
  border-width: 2px 5.5em;
	left: calc(50% - 5.5em);
	top: 1.5em;
}*/

ul.flow-field-list li.career p
{
}

@media only screen and ( max-width : 768px ) {
	ul.flow-field-list
	{
	overflow: hidden;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	}

	ul.flow-field-list li
	{
		width: auto;
	}


	.car_img img{
		width: 200px!important;
		height: auto!important;
	}
	div.content ul.flow-field-list{
		margin: 0 auto!important;
	}
}


/* ---------------------------------------------------------------------- */
/* 幅広い年代の方が活躍しています。 */
/* ---------------------------------------------------------------------- */
.age .graph-box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:stretch;
}
.age .graph-box li:nth-child(1){
	width:60%;
}
.age .graph-box li:nth-child(2){
	width:38%;
	text-align:center;
}
.age .graph-box li:nth-child(2) img{
	width:100%;
}
.age .graph-box li:nth-child(2) .activities{
	font-size:1.6rem;
	text-align:center;
	margin:0 auto;
}
.age .graph-box li:nth-child(2) .activities span{
	font-size:1.3rem;
}
div.content .graph-box p
{
	color:#45555d;
    text-align: left;
}
/*.graph-box img
{
	width: 33%;
	margin: 20px auto 60px;
	display: block;
	height: auto;
	
}*/

@media only screen and ( max-width : 768px ) {
	.age .graph-box li:nth-child(1){
	width:100%;
}
.age .graph-box li:nth-child(2){
	width:100%;
}
	.graph-box img
	{
		width: 80%;
	}

}

/* ---------------------------------------------------------------------- */
/* 歯科衛生士の需要はさらに増加！ */
/* ---------------------------------------------------------------------- */
.offer-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
}

.offer-wrap img {
	width: 98%;
	margin-left: 1%;
}

#offer .note{
	font-size:1.3rem;
	text-align:right;
}

@media only screen and ( min-width : 769px ) {
	.offer-wrap img {
	  width: 90%;
		margin-left: 5%;
	
	}
}

/* ---------------------------------------------------------------------- */
/* 多彩な分野で活躍できる歯科衛生士の仕事。 */
/* ---------------------------------------------------------------------- */
.various .content-body{
	margin:0 auto;
}
.various-bg{
	background:#ddeff2;
	margin:0 auto;
	padding:3rem;
}
ul.flow-field-list
{
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

ul.flow-field-list li
{
	flex: 2;
	margin: 2% 2% 1%;
	padding: 20px 30px;
	background-color: #FFF;
	border-left: 7px solid #86afbe;
}

ul.flow-field-list li h4
{
	font-size: 2rem;
	position: relative;
	text-align: left;
	color: #86afbe;
	margin-bottom: 10px;
}
ul.flow-field-list li p
{
	color: #45555d;
}


ul.flow-field-list li.career p
{
}

@media only screen and ( max-width : 768px ) {
	ul.flow-field-list
	{
	overflow: hidden;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	}

	ul.flow-field-list li
	{
	width: auto;
	margin-bottom: 2%;
	}
}

/* ---------------------------------------------------------------------- */
/* 過去の就職先一覧 */
/* ---------------------------------------------------------------------- */
.employment-list {
	width: 96%;
	margin-left: 2%;
}


.employment-list li {
/*	display: inline;  */
/*	margin-right: 1em; */
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 1%;	
	}

@media only screen and ( min-width : 769px ) {
.employment-list li {
	display: inline flow-root list-item; 
	width: 32%;
}

}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
