@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
/* font-family: 'Pathway Gothic One', sans-serif; */

/*----------------------------------------------------*/ 
/* common
------------------------------------------------------*/ 

#contents p {
	font-size:108%;
	margin-top:10px;
}

.column2 {
	overflow:hidden;
	margin-top:50px;
}

.column2 > section {
	float:left;
	margin-right:54px;
	width:310px;
}

.column2 > section:last-child {
	margin-right:0;
}

.column2 > section > div {
	text-align:center;
}

#mv {
	background:#FFFFFF url(/lib/img/uniq/about/mv.jpg) center bottom no-repeat;
}


@media only screen and (max-width: 767px) {

#mv {
	background:#FFFFFF url(/lib/img/uniq/about/mv.jpg) center bottom no-repeat;
	background-size:contain;
}

.column2 > section {
	width:100%;
	float:none;
	margin:20px 0 0;
}

.column2 > section:first-child {
	float:none;
	margin-top:0;
}

.column2 > section > div {
	text-align:center;
}
.fr{
	float:none!important;
}
.fr2{
	float:none!important;
	width:100%;
}
.fr3{
	float:none!important;
	width:100%;
}

}
.mta{
	margin-top:20px!important;
}
.mtb{
	margin-top:10px!important;
}
.cb{
	clear:both!important;
}
.fl{
	float:left!important;
	line-height:1.8em;
}
.fr{
	float:right!important;	
	line-height:1.8em;
}
.fr2{
	float:right!important;
	width:690px;
	line-height:1.8em;
}
.fr3{
	float:right!important;
	width:370px;
	line-height:1.8em;
}
.f08{
	font-size:0.8em;
}
@media only screen and (max-width: 767px) {


.fr{
	float:none!important;
}
.fr2{
	float:none!important;
	width:100%;
}
.fr3{
	float:none!important;
	width:100%;
}

}

/* 2021.8 renew */
#about #container {
	margin: 0;
	width: auto;
}

#about article > div,
#about article > section {
	padding: 60px 0;
}

#about .inner {
	margin: 0 auto;
	max-width: 1040px;
}

#about h2 {
	font-size: 182%;
	font-weight: normal;
	margin-bottom: 40px;
}

#about h2 span {
	color: #0c8884;
	display: block;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 91.6%;
	letter-spacing: .05em;
	line-height: 1;
	margin-top: -.3em;
	padding-left: 6.5em;
	position: relative;
}

#about h2 span:before {
	background: url("/lib/img/uniq/about/bg_tit_line.gif") center top no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 6em;
}

#about #contents p {
	line-height: 1.75;
	margin-bottom: 1.5em;
}

#about .careroom h2 {
	margin-left: 20px;
}

#about .careroom .inner div,
#about .careroom .inner p {
	text-align: center;
}

#about .careroom .inner p {
	margin-top: 1.5em;
}

#about .reception {
	background: #dbedee;
}

#about .reception .inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#about .reception .inner section {
	width: 49%;
}

#about .reception h2 {
	margin-left: 20px;
}

#about .counseling .inner {
	align-items: center;
	display: flex;
	flex-flow: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

#about .counseling h2 span {	padding-left: 12.5em;}
#about .counseling h2 span:before {	width: 12em;}

#about .counseling .img {
	margin-right: 3.8%;
	width: 43%;
}

#about .counseling .txt {
	width: 50%;
}

#about .ope {
	background: #dbedee;
}

#about .ope .inner {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#about .ope .inner div {
	width: 49%;
}

#about .ope .inner div.txt {
	padding-left: 20px;
	width: 42%;
}

#about .kids h2 span {	padding-left: 13.5em;}
#about .kids h2 span:before {	width: 13em;}

#about .kids .txt {
	padding: 0 20px;
}

#about .kids ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 10px;
}

#about .kids ul li:first-child {
	width: 60%;
}

#about .kids ul li:last-child {
	width: 36%;
}

#about .kids ul li:last-child img {
	margin-bottom: 5%;
}

#about .cerec {
	background: #dbedee;
}

#about .cerec h2 {
	margin-left: 20px;
}

#about .cerec dl {
	align-items: center;
	display: flex;
	font-size: 108%;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 30px 20px;
}

#about .cerec dl dt {
	width: 70%;
}

#about .cerec dl dd {
	text-align: right;
}

#about .cerec dl dd a {
	background: #29b5b2;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 15px 18px 17px 40px;
	position: relative;
}

#about .cerec dl dd a:before {
	background: url("/lib/img/uniq/about/icon_arrow.png") no-repeat;
	content: "";
	height: 14px;
	left: 15px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}

#about .cerec ul {
	display: flex;
	justify-content: space-between;
}

#about .cerec ul li {
	line-height: 1;
	width: 48%;
}

#about .cerec p {
	padding: 1em 20px 0;
}

#about .ct h2 {padding-left: 20px;}
#about .ct h2 span {	padding-left: 7.5em;}
#about .ct h2 span:before {	width: 7em;}

#about .ct .inner > div {
	margin: 0 auto;
	max-width: 845px;
}

#about #contents .ct p {
	margin-bottom: 2.5em;
}

#about .yag {
	background: #dbedee;
}

#about .yag h2 span {	padding-left: 13.5em;}
#about .yag h2 span:before {	width: 13em;}

#about .yag .inner {
	align-items: center;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

#about .yag .inner .txt {
	width: 67%;
}

#about .yag .inner .img {
	width: 28%;
}

#about .piezo .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#about .piezo h2 span {	padding-left: 11.5em;}
#about .piezo h2 span:before {	width: 11em;}

#about .piezo .inner .txt {
	padding-left: 20px;
	width: 67%;
}

#about .piezo .inner .img {
	width: 28%;
}

#about .t70 {
	background: #dbedee;
}

#about .t70 h2 span {	padding-left: 17.5em;}
#about .t70 h2 span:before {	width: 17em;}

#about .t70 .inner {
	align-items: center;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

#about .t70 .inner .txt {
	width: 67%;
}

#about .t70 .inner .img {
	width: 28%;
}

#about .poic .inner {
	display: flex;
	justify-content: space-between;
}

#about .poic h2 span {
	margin-top: .5em;
	padding: .5em 0 0;
	text-align: right;
}
#about .poic h2 span:before {
	bottom: auto;
	top: 0;
	width: 17em;
}

#about .poic .inner section {
	width: 48%;
}

#about .poic .inner section p {
	padding: 10px 20px 0;
}

#about .whitening {
	background: #dbedee;
}

#about .whitening h2 span {	padding-left: 14.5em;}
#about .whitening h2 span:before {	width: 14em;}

#about .whitening .inner > div {
	padding: 0 20px 20px;
}

#about .whitening ul {
	display: flex;
	justify-content: space-between;
}

#about .whitening ul li:first-child {
	width: 57%;
}

#about .whitening ul li:last-child {
	width: 38%;
}



/* SP */
@media only screen and (max-width: 767px) {
	#about article > div,
	#about article > section {
		padding: 30px 15px;
	}
	
	#about article img {
		height: auto;
		width: 100%;
	}
	
	#about h2 {
		font-size: 153.9%;
		margin-bottom: 20px;
	}
	
	#about h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
}

	#about h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}
	
	#about .careroom .inner div,
	#about .careroom .inner p {
		text-align: left;
	}
	
	#about .careroom h2 {
		margin-left: 0;
	}
	
	#about .reception .inner {
	display: block;
	}

	#about .reception .inner section {
		width: auto;
	}
	
	#about .reception .inner section:first-child {
		margin-bottom: 30px;
	}

	#about .reception h2 {
		margin-left: 0;
	}

	#about .counseling h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}

	#about .counseling h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .counseling .inner {
		display: block;
	}

	#about .counseling .img {
		margin: 0 auto;
		width: 70%;
	}

	#about .counseling .txt {
		width: auto;
	}

	#about .ope .inner {
		display: block;
	}

	#about .ope .inner div {
		width: auto;
	}

	#about .ope .inner div.txt {
		padding-left: 0;
		width: auto;
	}
	
	#about .kids h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}

	#about .kids h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .kids .txt {
		padding: 0;
	}

	#about .kids ul {
		display: block;
		padding-top: 0;
	}

	#about .kids ul li:first-child {
		margin-bottom: 15px;
		width: auto;
	}

	#about .kids ul li:last-child {
		display: flex;
		justify-content: space-between;
		width: auto;
	}
	
	#about .kids ul li:last-child span {
		width: 48.5%;
	}

	#about .kids ul li:last-child img {
		margin-bottom: 0;
	}

	#about .cerec h2 {
		margin-left: 0;
	}

	#about .cerec dl {
		display: block;
		padding: 15px 0;
	}

	#about .cerec dl dt {
		margin-bottom: 1em;
		width: auto;
	}

	#about .cerec p {
		padding: .5em 0 0;
	}

	#about .ct h2 {padding-left: 0;}
	
	#about .ct h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}

	#about .ct h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about #contents .ct p {
		margin-bottom: 1.5em;
	}

	#about .yag h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}
	#about .yag h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .yag .inner {
		display: block;
	}

	#about .yag .inner .txt {
		width: auto;
	}

	#about .yag .inner .img {
		margin: 0 auto;
		width: 70%;
	}

	#about .piezo .inner {
		display: block;
	}

	#about .piezo h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}
	
	#about .piezo h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .piezo .inner .txt {
		padding-left: 0;
		width: auto;
	}

	#about .piezo .inner .img {
		margin: 0 auto;
		width: 70%;
	}

	#about .t70 h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}
	
	#about .t70 h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .t70 .inner {
		display: block;
	}

	#about .t70 .inner .txt {
		width: auto;
	}

	#about .t70 .inner .img {
		margin: 0 auto;
		width: 70%;
	}
	
	#about .poic h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}
	#about .poic h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .poic .inner {
		display: block;
	}

	#about .poic .inner section {
		width: auto;
	}
	
	#about .poic .inner div {
		margin: 0 auto;
		width: 70%;
	}

	#about .poic .inner section p {
		padding: 10px 0 1.5em;
	}

	#about .whitening h2 span {
		margin-top: .5em;
		padding: .5em 0 0;
		text-align: right;
	}
	
	#about .whitening h2 span:before {
		bottom: auto;
		top: 0;
		width: 100%;
	}

	#about .whitening .inner > div {
		padding: 0;
	}	

}





