@charset "utf-8";

/*----------------------------------------------------*/ 
/* common
------------------------------------------------------*/ 
#mv {
	background:#FFFFFF url(/lib/img/uniq/recruit/mv.jpg) center bottom no-repeat;
}

#contents p {
	font-size:108%;
	margin-top:10px;
}

#contents section {
	margin-top:20px;
}

.column2 {
	overflow:hidden;
	margin-top:20px;
}

.column2 > section {
	width:310px;
	float:right;
}

.column2 > section:first-child {
	float:left;
}

.mov {
	display: flex;
	justify-content: space-between;
}

.mov section {
	width: 48%;
}

.movie {
  width: 100%;
 max-width: 600px;
  aspect-ratio: 16 / 9;
 margin: 30px auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {

#mv {
	background:#FFFFFF url(/lib/img/uniq/recruit/mv.jpg) center bottom no-repeat;
	background-size:contain;
}

.column2 {
	overflow:hidden;
	margin-top:20px;
}

.column2 > section {
	width:100%;
	float:none;
}

.column2 > section:first-child {
	float:none;
}
	
	.mov {
		display: block;
	}
	
	.mov section {
		width: 100%;
	}

}


#contents .categoryLink {
 margin: 20px 0 30px 0;
 text-align: center;
}

#contents .categoryLink li {
 display: inline-block;
 margin: 0 1em;
}

#contents .categoryLink li a {
 padding: 1em 2em;
 background: #80c7cc;
 color: #FFF;
 font-weight: bold;
}

#contents .categoryLink li a:hover {
 text-decoration: none;
 background: #fff1a5;
 color: #937c66;
}

#contents table.tbl01 {
	width:100%;
	background:#FFFFFC;
	border-top:1px solid #CCC;
	margin-bottom:20px;
	opacity:0.7;
}

#contents table.tbl01 th,
#contents table.tbl01 td {
	border-bottom:1px solid #CCC;
	vertical-align:top;
	padding:8px 10px;
}

#contents table.tbl01 th {
	border-right:1px solid #CCC;
}

@media only screen and (max-width: 767px) {

	#contents table.tbl01 th { white-space: nowrap;}
}



#contents .btn {
	margin-top:40px;
}

#contents .btn a {
	background:#FFF url("/lib/img/cmn/side_menu_bg_04.png") repeat-x scroll left bottom;
	display:block;
	font-weight:bold;
	border:1px solid #DFDFDF;
 border-radius: 5px; 
 -webkit-border-radius: 5px;   
 -moz-border-radius: 5px; 
	text-align:center;
	padding:15px;
}

#contents .btn a:hover {
	border:1px solid #c4e0ee;
}
.s-1{
	font-size: 140%!important;
	font-weight: bold;
	margin-top: 40px!important;
	color: #0a94b2;
}
.s-4{
	font-weight: bold;
	margin-top: 30px!important;
	color: #0a94b2;
}
.bl{
	color: #0a94b2;
	text-decoration: underline;
	font-weight: bold;
}
.whs{
	white-space: nowrap!important;
}


/* 2019.11 more
------------------------------------------------------*/ 
article > section {
	margin-bottom:60px;
}


.message {
	overflow:hidden;
}

.message > div.photo {
	float:right;
	width:460px;
}

.message dl {
	float:left;
	padding-top:2em;
	width:560px;
}

.message dl dt,
.tm0 > dl dt {
	color:#008684;
	font-size:131%;
	font-weight:bold;
	margin-bottom:1em;
	letter-spacing:.05em;
	position:relative;
}

.message dl dt:after,
.tm0 > dl dt:after {
	background:#80c7cc;
	bottom:-.4em;
	content:"";
	height:2px;
	left:0;
	position:absolute;
	width:2em;
}

.tm0 > dl {
	clear:both;
	padding:0 1em 1em;
}

.tm0 > dl dt {
	padding-top:1em;
}

.tm0 > dl dd {
	margin-bottom:1em;
}

.voice {
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	overflow:hidden;
	padding:20px 1em;
}

.voice > div {
	border:1px solid #ccc;
	box-sizing:border-box;
	float:left;
	position:relative;
	width:300px;
}

.voice > div > .title {
	background:rgba(255,255,255,0.9);
	bottom:0;
	display:block;
	padding:1em 0;
	position:absolute;
	width:100%;
	z-index:2;
}

#contents .voice > div > .title p {
	font-size:98%;
	font-weight:normal;
	letter-spacing:.05em;
	line-height:1.2;
	margin:0 1em .2em 50px;
	position:relative;
}

.voice > div > .title p:before {
	background:url(/lib/img/uniq/recruit/icon_logo.png) no-repeat;
	content:"";
	left:-36px;
	height:36px;
	position:absolute;
	top:-5px;
	width:28px;
}


.voice > div > dl {
	background:rgba(255,255,255,0.9);
	bottom:0;
	display:block;
	padding:1em 0;
	position:absolute;
	width:100%;
	z-index:2;
}

.voice > dl {
	float:right;
	width:670px;
}

.voice > dl dt {
	font-size:116%;
	font-weight:bold;
	margin-bottom:.6em;
	letter-spacing:.05em;
}

.voice > dl dd {
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	margin:0 0 2em 1em;
	padding:1em 1.5em;
	position:relative;
}

.voice > dl dd:before {
	border-color:transparent #fff;
	border-style:solid;
	border-width:10px 10px 10px 0;
	content:"";
	left:-10px;
	margin-top:-10px;
	position:absolute;
	display:block;
	top:50%;
	z-index:1;
}

.pointblk .ovh {
	overflow:hidden;
	padding:0 1em 20px;
}

.point1 .fig {
	float:left;
	width:240px;
}

.point2 .fig,
.point3 .fig {
	float:left;
	width:340px;
}

.pointblk .point_txt {
	float:right;
	width:640px;
}

.pointblk .point1 .point_txt {
	float:right;
	width:740px;
}

.pointblk .point_txt ul {
	padding-top:1em;
}

.pointblk .point_txt ul li {
	font-size:1.6rem;
	margin-bottom:.3em;
	text-decoration:underline;
}

.pointblk .point_txt ul li:before {
	background:url(/lib/img/uniq/recruit/icon_check.png) no-repeat;
	background-size:16px 16px;
	content:"";
	display:inline-block;
	height:16px;
	margin:-2px 6px 0 0;
	vertical-align:middle;
	width:16px;
}

.point4 .fig {
	margin:0 15% 20px;
}

.point4 .ig iframe {
	height:165px;
}

.message > div img,
.voice > div img,
.point1 .fig img,
.point2 .fig img,
.point3 .fig img,
.point4 .fig img {
	height:auto;
	width:100%;
}

/* dr.html */

#contents .dr_message {
	overflow:hidden;
}

#contents .dr_message > div.photo {
	float:right;
	width:460px;
}

#contents .dr_message div.text {
	float:left;
	width:560px;
}

#contents .dr_message div.text p {
 margin-bottom: 2em;
}

#contents .merit7 h3 {
 color: #008684;
 font-size: 2em;
 margin-bottom: 15px;
 padding-bottom: 10px;
 border-bottom: 1px dashed #80c7cc;
}

#contents .merit7 section {
 margin:0 0 40px 80px;
 width: 870px;
 position: relative;
 padding: 1em 20px 1em 70px;
 border:1px solid #008684;
}

#contents .merit7 section.num01 {
 margin-top: 50px;
}

#contents .merit7 section .number {
 background: #008684;
 padding: .1em .4em .2em;
 font-size: 5.0rem;
 font-weight: bold;
 border: 5px solid #FFF;
 position: absolute;
 top: -20px;
 left: -20px;
 color: #FFF;
 outline: 1px solid #008684;
 text-shadow: 1px 1px #80c7cc;
}

#contents .merit7 section dl.jihi {
 margin: 20px 0;
}

#contents .merit7 section dl.jihi dt {
 font-weight: bold;
 margin-bottom: 5px;
 color: #008684;
}

#contents .merit7 section dl.jihi dd {
 margin: 0 0 20px 20px;
 clear: both;
 overflow: hidden;
}

#contents .merit7 img {
 max-width: 100%;
}

#contents .photo1 {
 width: 23%;
 padding-right: 2%;
}

#contents .photo3,
#contents .photo4 {
 display: flex;
 justify-content: flex-start;
 margin: 15px 0;
}

#contents .photo4 li,
#contents .photo3 li {
 width: 23%;
 padding-right: 2%;
}

#contents .goalLead {
 text-align: center;
 font-weight: bold;
}

#contents .goalLead strong {
 color: #008684;
 font-size: 1.2em;
}



@media only screen and (max-width: 767px) {

article > section {
	margin-bottom:20px;
}


 
.message > div.photo {
	float:none;
	width:auto;
}

.message dl{
	float:none;
	width:auto;
}

.message dl dt,
.tm0 > dl dt {
	font-size:123.1%;
}

.tm0 > dl {
	clear:both;
	padding:0 0 1em;
}

.tm0 > dl dt {
	font-size:123.1%;
	padding-top:1em;
}

.tm0 > dl dd {
	margin-bottom:1em;
}

.staffvoice .htype01 {
	margin-bottom:0;
}

.voice {
	padding:20px 0;
}

.voice > div {
	float:none;
	margin:0 auto 1.5em;
	width:70%;
}

.voice > div > dl dt {
	font-size:108%;
}

.voice > dl {
	float:none;
	width:auto;
}

.voice > dl dt {
	font-size:108%;
}

.voice > dl dd {
	margin:0 0 2em 0;
}

.voice > dl dd:before {
	display:none;
}

.htype02 {
	font-size:1.6rem;
	line-height:1.6;
}

.pointblk .ovh {
	padding:0 0 20px;
}

.point1 .fig,
.point2 .fig,
.point3 .fig,
.pointblk .point_txt,
.pointblk .point1 .point_txt {
	float:none;
	width:auto;
}

.point1 .fig {
	margin:0 auto 1.5em;
	width:50vw;
}

.point4 .fig {
	margin:0 0 20px;
}

.point4 .ig iframe {
	height:90px;
}

#contents .btn.sp {
	margin:20px 0;
	padding:0;
}

#contents .btn.sp a {
	background:#00b7c3;
	border:none;
 border-radius:5px;
	color:#fff;
	padding:15px;
}

/* dr.html */
 
 
 
#contents .dr_message {
  clear: both;
 }
#contents .dr_message > div.photo,
#contents .dr_message > div.text{
  float: none;
 width:100%;
}

#contents  .dr_message .photo {
  text-align: center;
 }

#contents .merit7 h3 {
font-size: 1.4em;
 }
 
#contents .merit7 section {
 margin:0 0 40px 20px;
 width: calc(100% - 60px) ;
 position: relative;
 padding: 70px 20px 1em 20px;
 border:1px solid #008684;
}

#contents .merit7 img {
 max-width: 100%;
}

#contents .merit7 .photo1 {
 width: 48%;
 padding-right: 2%;
}

#contents .merit7 .photo3,
#contents .merit7 .photo4 {
 display: flex;
 justify-content: space-between;
 margin: 15px 0;
 flex-wrap: wrap;
 
}

#contents .merit7 .photo4 li,
#contents .merit7 .photo3 li {
 width: 48%;
 padding-right: 2%;
 margin-bottom: 5px;
}

#contents .merit7 .photo3 li {
 width: 31%;
 }

#contents .merit7 .floRp {
 float: none;
 text-align: center;
 margin: 5px 0;
 }
 
 
#contents .goalLead {
 text-align: center;
 font-weight: bold;
}

#contents .goalLead strong {
 color: #008684;
 font-size: 1.2em;
}
 
 
 

}