@charset "UTF-8";
/* CSS Document */

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	font-family: "Noto Sans JP", serif;
	-webkit-text-size-adjust: 100%;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	letter-spacing: calc( 120 / 1000 * 1em);
	font-feature-settings: "palt";
}

.only-sp {
	display: none;
}

.only-pc {
	display: block;
}

.marvel {
	font-family: "Marvel", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: calc( 120 / 1000 * 1em);
}

img {
	width: 100%;
}

.textWrap {
	line-height: 1.8;
	font-size: 16px;
}

header .menuWrapPC {
	display: block;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: auto;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0 16px;
	border-bottom: solid 1px #CCCCCC;
}

header .menuWrapPC > li {
	width: auto;
	text-align: center;
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	cursor: pointer;

}

header .menuWrapPC > li:hover::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #E88000;
	position: absolute;
	left: 0;
	bottom: -16px;
	transform: translateY(100%);
}


body .vegas-container {
  /* position: static; */
}


.inner{
	width:auto;
	max-width:1130px;
	margin: auto;
	padding: 0 50px;
	box-sizing: content-box;
}

main{
	position: relative;
}

#mainContents{
/*	background-image: url(../img/top/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	height: 976px !important;
	box-sizing: border-box;
	overflow-y: hidden;
}


/* new */
.contentsBlock .titleBlock {
	text-align: center;
}

.contentsBlock .titleBlock .inner {
	padding: 100px 0 50px;
	position: relative;
}

.contentsBlock .titleBlock h2 {
	width: 580px;
	margin: auto;
}

.contentsBlock .titleBlock h2 img {
	width: 100%;
}

.contentsBlock .titleBlock h2 .ruby {
	font-size: 20px;
	margin-top: 15px;
	display: block;
	font-weight: 300;
}

/**********************************************************
#sec01
**********************************************************/
/* newsList */
.newsList {
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	padding: 50px 0;
}

.newsList .newsItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.newsList .newsItem:last-child {
	margin-bottom: 0;
}

.newsList .newsItem .imgWrap {
	width: 14.16%;
}

.newsList .newsItem .imgWrap img {
	border-radius: 5px;
}

.newsList .newsItem .newsItem_detail {
	display: flex;
	width: 82.3%;
	align-items: center;
}

.newsList .newsItem .newsItem_detail .newsItem_info {
	width: 24.95%;
	display: flex;
}

.newsList .newsItem .date {
	width: 50.86%;
	white-space: nowrap;
	color: #363636;
}

.newsList .newsItem .category {
	width: 41.38%;
	white-space: nowrap;
	color: #B2B2B2;
}

.newsList .newsItem .category a {
	color: #B2B2B2;
}

.newsList .newsItem .title {
	flex: 1;
	margin-right: 3.66%;
}

.newsList .newsItem .moreBtn {
	width: 3.23%;
}




/* btnArea 後から共通化 */
/* btnはテキストのみのボタン */
/* bannerは四角のボーダーなどの装飾ありのボタン */
.btnArea {
	margin-top: 20px;
}

#sec01 .btnArea {
	text-align: center;
}

#sec01 .btnArea .more-topics {
	font-size: 17px;
}

#sec01 .btnArea::after {
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	background-color: #CCCCCC;
	margin: 15px auto 0;
}


/**********************************************************
#sec02
**********************************************************/
#sec02 .inner {
	display: flex;
	justify-content: space-between;
}

#sec02 > .inner {
	padding-bottom: 100px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 4px;
}

#sec02 .inner .infoWrap {
	/* width: 42.48%; */
	flex-grow: 1;
}

#sec02 .inner .infoWrap h3 {
	font-size: 18px;
	font-weight: 500;
}

#sec02 .inner .infoWrap .infoData_item {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	font-size: 15px;
}

#sec02 .inner .infoWrap .infoData_item .label {
	color: #000;
	white-space: nowrap;
	width: 145px;
}


/* banner common */
.banner_item p {
	line-height: 1;
	position: relative;
}

.banner_item a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* END banner common */

#sec02 .inner .infoWrap .banner_Group {
	width: 76.19%;
	margin-top: 50px;
}

#sec02 .inner .infoWrap .banner_Group .banner_item {
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	text-align: center;
}

#sec02 .inner .infoWrap .banner_Group .banner_item.tel {
	border: solid 1px #808080;
	color: #808080;
}

#sec02 .inner .infoWrap .banner_Group .banner_item.tel p {
	padding-left: 25px;
	font-size: 22px;
	color: #808080;
}

#sec02 .inner .infoWrap .banner_Group .banner_item.tel p::before {
	content: '';
	display: inline-block;
	background-image: url(../img/top/icon-tel.svg);
	width: 25px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#sec02 .inner .infoWrap .banner_Group .banner_item.webreserve {
	background-color: #E88000;
	margin-top: 20px;
}

#sec02 .inner .infoWrap .banner_Group .banner_item.webreserve p {
	color: #FFF;
	padding-left: 41px;
	font-size: 17px;
}

#sec02 .inner .infoWrap .banner_Group .banner_item.webreserve p::before {
	content: '';
	display: inline-block;
	background-image: url(../img/top/icon-reserve.svg);
	width: 41px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/* Google Map */
.gmapWrap {
	width: 44.25%;
}

.gmapWrap .gmapWrap_item{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66%;
}

.gmapWrap .gmapWrap_item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**********************************************************
#sec03
**********************************************************/
#sec03 .inner {
	padding-top: 50px;
	border-top: solid 1px #CCCCCC;
}

#sec03 .inner .banner_Group {
	display: flex;
	justify-content: center;
	gap: 20px;
}

#sec03 .inner .banner_Group .banner_item {
	width: 21.24%;
	height: 80px;
	text-align: center;
	border: solid 2px #A39D8F;
}

#sec03 .inner .banner_Group .banner_item.recruit {
	background-color: #868369;
}

#sec03 .inner .banner_Group .banner_item.implant {
	background-color: #9DA59E;
}

#sec03 .inner .banner_Group .banner_item p {
	color: #FFF;
}

#sec03 .inner .banner_Group .banner_item p .small-text {
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
}


.mvMenu{
	position: absolute;
	color: #FFF;
	width: 100%;
	text-align: center;
	transform: translateY(-100%);
	top: 976px;
}

.mvMenu .contentsWrap{
	background-color: rgba(0,0,0,0.3);
	padding: 50px 0 100px;
	position: relative;
	width: 100%;
}

.mvMenu .contentsWrap .menuGroup{
	width:auto;
	margin: 0 auto;
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.mvMenu .contentsWrap h2{
	width: 31.77%;
	margin: 0 auto 30px;
}

.mvMenu .contentsWrap h2 img{
	width:100%;
}

.mvMenu .contentsWrap .menuGroup li{
	color: #FFF;
	white-space: nowrap;
}

.mvMenu .copy{
	font-size: 10px;
}

.mvMenu .webbanner_Grup {
	width: 750px;
	height: 80px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.mvMenu .webbanner_Grup .banner_yoyaku,
.mvMenu .webbanner_Grup .banner_inpura {
	width: 240px;
	height: 100%;
	text-align: center;
	border: solid 2px #A39D8F;
	background: rgba(0,0,0,0.2);
	position: relative;
}

.mvMenu .webbanner_Grup .banner_recruit {
	width: 240px;
	height: 100%;
	text-align: center;
	border: solid 2px #eab700;
	background: rgba(0,0,0,0.2);
	position: relative;
}

.mvMenu .webbanner_Grup .banner_yoyaku p,
.mvMenu .webbanner_Grup .banner_inpura p,
.mvMenu .webbanner_Grup .banner_recruit p{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.mvMenu .webbanner_Grup .banner_yoyaku p {
	font-size: 14px;
}

.mvMenu .webbanner_Grup .banner_inpura p {
	font-size: 15px;
	line-height: 1.5;
}

.webbanner_txt {
	font-size: 13.7px;
}

.mvMenu .webbanner_Grup a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	color: #FFF;
}

.mvMenu .webbanner_Grup .banner_recruit p{
	font-size: 15px;
	line-height: 1.5;
	color: #ffcb00;
}




/**********************************************************
footer
***********************************************************/
footer{
	width: 100%;
	text-align: center;
}

footer .contentsWrap {
	background-color: #fff;
	padding: 50px 0 50px;
	width: 100%;
}

footer .contentsWrap .copyright {
	width: 309px;
	margin: 0 auto;
}



.webbanner_txt {
	font-size: 13.7px;
}



/*改行切り替えクラス*/
/*改行クラス（PC）*/
.breakLinePc{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSp{
	display:inline;
}

/*PCのみ表示コンテンツ*/
.onlyPc{
	display:block;
}

/*スマホのみ表示コンテンツ*/
.onlySp{
	display:none;
}

/*リンク要素にカーソル乗せた時の変化*/
a:hover{
	opacity:0.9;
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 980px) {
	.inner{
		width:auto;
		padding: 0 20px;
	}
	
	/* #mainContents{
		height: 700px !important;
	} */
}

/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {
	/* #mainContents{
		height: 600px !important;
	} */
}


/* new */
@media screen and (max-width: 768px) {
	.only-sp {
		display: block;
	}

	.only-pc {
		display: none;
	}

	.btnArea {
		margin-top: 10px;
	}

	#mainContents {
		height: 345px !important;
	}

	.mvMenu {
		position: relative;
		transform: translateY(0);
		top: auto;
	}

	.mvMenu .contentsWrap {
		background-color:#B2B2B2;
		padding: 25px 0;
		position: relative;
		width: 100%;
	}

	.mvMenu .contentsWrap .menuGroup {
		gap: 12px 14px;
	}

	.mvMenu .contentsWrap h2 {
		width: 88.96%;
		margin: 0 auto 20px;
	}

	.contentsBlock .titleBlock .inner {
		padding: 50px 0 25px;
	}

	.contentsBlock .titleBlock h2 {
		width: 100%;
	}

	.contentsBlock .titleBlock h2 .ruby {
		font-size: 15px;
	}

	.newsList {
		padding: 20px 0;
	}

	.newsList .newsItem {
		padding-bottom: 20px;
		border-bottom: solid 1px #CCCCCC;
	}

	.newsList .newsItem:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.newsList .newsItem .imgWrap {
		width: 29.85%;
	}

	.newsList .newsItem .newsItem_detail {
		flex-direction: column;
		align-items: flex-start;
		width: 64.18%;
	}

	.newsList .newsItem .newsItem_detail .newsItem_info {
		width: 100%;
		order: 2;
		margin-top: 8px;
	}

	.newsList .newsItem .date {
		width: 36.28%;
		font-size: 14px;
	}

	.newsList .newsItem .category {
		width: 60%;
		font-size: 14px;
	}

	.newsList .newsItem .title {
		margin: 0;
	}

	.newsList .newsItem .moreBtn {
		display: none;
	}

	#sec01 .btnArea .more-topics {
		font-size: 13px;
	}

	#sec01 .btnArea::after {
		content: "";
		display: block;
		width: 94px;
		height: 1px;
		background-color: #CCCCCC;
		margin: 10px auto 0;
	}

	#sec02 .inner {
		display: block;
	}

	#sec02 > .inner {
		padding-bottom: 50px;
	}

	#sec02 .inner .infoWrap .infoData_item {
		font-size: 14px;
		line-height: 1.8;
	}

	#sec02 .inner .infoWrap .infoData_item .label {
		width: 24.78%;
	}

	#sec02 .inner .infoWrap .banner_Group {
		width: auto;
		margin-top: 25px;
	}

	#sec02 .inner .infoWrap .banner_Group .banner_item.webreserve {
		margin-top: 10px;
	}

	.gmapWrap {
		width: auto;
		margin-top: 25px;
	}

	#sec03 .inner {
		padding-top: 25px;
	}

	#sec03 .inner .banner_Group {
		display: block;
	}

	#sec03 .inner .banner_Group .banner_item {
		width: 71.64%;
		margin: 0 auto;
	}

	#sec03 .inner .banner_Group .banner_item.implant {
		margin-top: 10px;
	}

	footer .contentsWrap {
		padding: 25px 0;
	}

	footer .contentsWrap .copyright {
		width: 89.85%;
	}


}



/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {

	


	

	
	/*改行クラス（SP）*/
	.breakLineSp{
		display:block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePc{
		display:inline;
	}
	
	/*PCのみ表示コンテンツ*/
	.onlyPc{
		display:none;
	}
	
	.onlySp{
		display:block;
	}
	
}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 600px) {	
	
	footer .copy{
		font-size:13px;
		letter-spacing: 0;
	}
}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}