@charset "utf-8";
/*
 * recruit.css
 * Last modify 2025/05/20 15:21
 */

/* -----------------------------------------------------
Base Style
----------------------------------------------------- */
#main{
}

#mainimg:after {
	clear: both;
	content:"";
	display: block;
}

#content .secActionR.action h2,
#content .secActionL.action h2 {
	-webkit-transition: all 0.5s 0.5s;
	transition: all 0.5s 0.5s;
	opacity: 1 !important;
	top: 0;
}
#content .secActionR.action .eng,
#content .secActionL.action .eng {
	-webkit-transition: all 0.5s 1s;
	transition: all 0.5s 1s;
	opacity: 1 !important;
	top: 0;
}
#window01 {
	display: none;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {


}

/* !header
------------------------------------------------------ */
#header {
}
	#header #headerimg {
		background: url(../img/recruit/bg_main01_sp.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
		#header #hdwrap {
			background: url(../img/recruit/hd_txt01_sp.png) no-repeat left 90%;
			-webkit-background-size: 29.2%;
			background-size: 29.2%;
		}
	#header h1 {
		margin: 10.66vw 0 18vw;
		text-shadow:0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6),0 0 5px rgba(255, 255, 255, 0.6);
	}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#header h1 {
		margin: 10.66vw 0 18vw;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#header {
}
	#header #headerimg {
		background: url(../img/recruit/bg_main01.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
		#header #hdwrap {
			background: url(../img/recruit/hd_txt01.png) no-repeat left 95%;
			-webkit-background-size: 272px;
			background-size: 272px;
		}
	#header h1 {
		margin: 48px 0 130px;
	}

}

/* firstActtion
------------------------------------------------------ */
.firstActtion {
	opacity: 0;
	padding: 8.66% 0 0;
}
.firstActtion.action {
	-webkit-animation: slideR 1s ease 0s forwards;
	animation: slideR 1s ease 0s forwards;
}

.firstActtion:before {
	content: '';
	position: absolute;
	left:0;

	/*四角形を傾け*/
	transform: skewY(-2deg);
	transform-origin: bottom left;

	z-index: -1;
	width:100%;
	height:50%;
	background:#ffffff;
}
.firstActtion .sectionWrap {
	position: relative;
	opacity: 0;
	padding: 6.66% 10px 6.66%;
	background: #f8f8f8;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	.firstActtion:before {
		top: 0;
	}
	.firstActtion .sectionWrap {
		
	}
	.firstActtion .picWrap {
		margin-bottom: 1.5em;
		padding-top: calc(52vw + 1.5em);
		background: url("../img/recruit/pic_message01_sp.jpg") no-repeat center top;
		background-size: 100%;
	}
	.firstActtion .picWrap p {
		text-align: right !important;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
.firstActtion {
	padding: 80px 0 0;
}
	.firstActtion:before {
		transform: skewY(-2deg);
		top: 0;
	}
	#content .firstActtion h2 {
		margin: 0 0 40px;
		padding: 15px 0 0;
		position: relative;
	}
	#content .firstActtion .sectionWrap {
		display: flex;
		width: 960px;
		margin: 0 auto;
		padding: 45px;
	}
		.firstActtion .picWrap {
			width: 400px;
			margin: 0 45px 0 0;
			padding-top: 265px;
			background: url("../img/recruit/pic_message01.jpg") no-repeat center top;
			background-size: 400px;
			font-size: 16px;
		}
		.firstActtion .txtWrap {
				width: 470px;
				font-size: 16px;
		}
}


/* section共通
------------------------------------------------------ */
#content .secActionL,
#content .secActionR {
	padding-right: 10px;
	padding-left: 10px;
}

#content .sectionWrap:after {
	clear: both;
	content:"";
	display: block;
}
	#content h3 {
		position: relative;
		opacity: 0;
		margin-bottom: 1em;
		color: #4182d3;
		font-size: 4.8vw;
		text-align: center;
		line-height: 1.4;
	}
	#content .action h3 {
		-webkit-animation: show01 1s ease 0s forwards;
		animation: show01 1s ease 0s forwards;
	}
	#content #sec04.action h3,
	#content #sec06.action h3 {
		-webkit-animation: show01 1s ease 0.5s forwards;
		animation: show01 1s ease 0.5s forwards;
	}
	#content .actionParts.action {
		-webkit-animation: show01 0.5s ease 0s forwards !important;
		animation: show01 0.5s ease 0s forwards !important;
	}
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#sec08,
#sec09,
#sec10 {
	position: relative;
	opacity: 0;
	padding: 6.66% 0;
	background: #ffffff;
	z-index: 2;
}
#sec03,
#sec05,
#sec07,
#sec09 {
	background: #4183d4;
	color: #fff;
}
#sec04,
#sec06,
#sec08,
#sec10 {
	padding: 8.66% 10px 25.66vw;
}

#sec03:before,
#sec04:before,
#sec05:before,
#sec06:before,
#sec07:before,
#sec08:before,
#sec09:before,
#sec10:before {
	content: '';
	position: absolute;
	left:0;
	z-index: -1;
	width:100%;
	height:50%;
	transform-origin: bottom left;
	background: #ffffff;
}
#sec03:before,
#sec05:before,
#sec07:before,
#sec09:before {
	background: #4183d4;
	/*四角形を傾け*/
	transform: skewY(2deg);
}
#sec04:before,
#sec06:before,
#sec08:before,
#sec10:before {
	top: -5.33vw;
	transform: skewY(-2deg);
}
	#sec03 h3,
	#sec05 h3,
	#sec07 h3,
	#sec09 h3 {
		color: #ffffff;
		text-shadow:0 0 10px rgba(0, 0, 0, 0.75);
	}
	#content #sec03.action h3,
	#content #sec05.action h3,
	#content #sec07.action h3,
	#content #sec09.action h3 {
		-webkit-animation: show01 1s ease 0.5s forwards;
		animation: show01 1s ease 0.5s forwards;
	}
	#sec06 h4,
	#content .h4 {
		margin: 2em 0 0.5em;
		padding-left: 0.5em;
		border-left: 2px solid #156ab2;
		font-size: 4.26vw;
		text-align: left;
		line-height: 1;
	}

	#content .actionFree,
	#content .parts01,
	#content .parts02,
	#content .parts03,
	#content .parts04 {
		position: relative;
		opacity: 0;
	}
	#content .action .parts01 {
		-webkit-animation: show01 1s ease 0.5s forwards;
		animation: show01 1s ease 0.5s forwards;
	}
	#content .action .parts02 {
		-webkit-animation: show01 1s ease 0.8s forwards;
		animation: show01 1s ease 0.8s forwards;
	}
	#content .action .parts03 {
		-webkit-animation: show01 1s ease 1.1s forwards;
		animation: show01 1s ease 1.1s forwards;
	}
	#content .action .parts04 {
		-webkit-animation: show01 1s ease 1.4s forwards;
		animation: show01 1s ease 1.4s forwards;
	}
			#content .pic01 img,
			#content .sectionWrap img {
				max-width: 100%;
			}

#sec01 b,
#sec02 b,
#sec03 b {
	font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#sec01,
#sec02 {
	padding: 18.66% 10px 0;
}
#sec03,
#sec05,
#sec07,
#sec09 {
	padding: 6.66% 0 25.66vw;
}
#sec03:before,
#sec05:before,
#sec07:before,
#sec09:before {
	top: -5.33vw;
}
#sec04,
#sec06,
#sec08,
#sec10 {
	padding: 45px 0 13vw;
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec01,
#sec02 {
	min-width: 960px;
	padding: 150px 0 0;
}
#sec03,
#sec05,
#sec07,
#sec09 {
	padding-bottom: 13vw;
}
#sec03:before,
#sec05:before,
#sec07:before,
#sec09:before {
	transform: skewY(2deg);
	top: -5vw;
}
#sec04,
#sec06,
#sec08,
#sec10 {
	padding: 45px 0 13vw;
}
#content .sectionWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
	#content h3 {
		margin-bottom: 1em;
		font-size: 36px;
	}
	#sec06 h4,
	#content .h4 {
		margin-bottom: 20px;
		border-left: 4px solid #1f53b1;
		font-size: 24px;
		margin: 55px 0 1em;
	}

}

/* sec01
------------------------------------------------------ */
#sec01 {
	position: relative;
	opacity: 0;
}
#sec01.action {
	-webkit-animation: show01 0.5s ease 0s forwards;
	animation: show01 0.5s ease 0s forwards;
}
	#content #sec01 .slide01 {
		position: relative;
		opacity: 0;
	}
	#content #sec01.action .slide01 {
		margin-top: 4.8vw;
		-webkit-animation: show01 1s ease 1s forwards;
		animation: show01 1s ease 1s forwards;
	}
		.slide01 .slick-list img {
			width: 100%;
		}

		/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
.slide01 {
	height: 60vw;
	overflow: hidden;
}
	.slide01 .slick-list {
		width: 100%;
		height: 60vw;
	}


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#content #sec01 .sectionWrap {
		width: 100%;
	}
	#sec01 .parts01 {
		width: 960px;
		margin: 0 auto;
	}
	.slide01 {
		height: 250px;
		overflow: hidden;
	}
		#content #sec01.action .slide01 {
			margin-top: 110px;
			overflow: hidden;
		}

		.slide01 .slick-list {

		}


}

/* sec02
------------------------------------------------------ */
#sec02 {
	position: relative;
	opacity: 0;
}
#sec02.action {
	-webkit-animation: show01 0.5s ease 0s forwards;
	animation: show01 0.5s ease 0s forwards;
}
	#content #sec01 h3 {
		position: relative;
		opacity: 0;
		margin-bottom: 1em;
		text-align: center;
	}
	#content #sec02.action h3 {
		-webkit-animation: show01 1s ease 0s forwards;
		animation: show01 1s ease 0s forwards;
	}


/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#sec02 {
	padding-bottom: 18.66%;
}
}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec02 {
	padding-bottom: 13vw;
}
#sec02:before {
	transform: skewY(2deg);
	top: -5vw;
}
}


/* sec03
------------------------------------------------------ */
#sec03 {

}
	#sec03 p {
		margin-bottom: 1em;
	}
		#sec03 h4 {
			font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
			margin-top: 1em;
			margin-bottom: 0.4em !important;
			color: #ffffff !important;
			border: none !important;
		}
	#sec03 .actionFree.action {
		-webkit-animation: show01 1s ease 0s forwards;
		animation: show01 1s ease 0s forwards;
	}
	#sec03 dl {
		margin-top: 1em;
		text-align: left;
	}


/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {

		#sec03 h4 {
			font-size: 4.4vw !important;
		}
}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec03 .sectionWrap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 45px;
}
	#content #sec03 h3 {
		font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
		margin-bottom: 0.5em;
	}
	#sec03 h4 {
		margin-top: 60px;
		font-size: 24px !important;
		text-align: left;
	}
	#sec03 .h4 {
		font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	}
	#sec03 dd {
		font-size: 16px;
	}
	#sec03 img {
		width: 960px;
		height: 295px;
	}

}

/* sec04
------------------------------------------------------ */
	#sec04 h4 {
		font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
		color: #4182d3;
		font-size: 4.26vw;
		text-align: left;
	}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#sec04 h3 {
		margin-bottom: 1em;
	}
	#sec04 .actionParts {
		margin-bottom: 8.52vw;
	}
	#sec04 .actionParts h4 {
		margin-bottom: 1em;
		padding-bottom: calc(53.33vw + 0.5em);
	}
	#sec04 #sec04_01.actionParts h4 {
		background: url("../img/recruit/pic_schedule01_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
	#sec04 #sec04_02.actionParts h4 {
		background: url("../img/recruit/pic_schedule02_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
	#sec04 #sec04_03.actionParts h4 {
		background: url("../img/recruit/pic_schedule03_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
	#sec04 #sec04_04.actionParts h4 {
		background: url("../img/recruit/pic_schedule04_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
	#sec04 #sec04_05.actionParts h4 {
		background: url("../img/recruit/pic_schedule05_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
	#sec04 #sec04_06.actionParts h4 {
		background: url("../img/recruit/pic_schedule06_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}
}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec04 .sectionWrap {
	width: 960px;
	margin: 0 auto;
}
	#sec04 h3 {
		margin-top: 0;
		margin-bottom: 1em;
		text-align: center;
	}
	#sec04 .actionParts {
		min-height: 250px;
		margin-bottom: 50px;
		padding-left: 490px;
	}
	#sec04 h4 {
		font-size: 22px;
	}
	#sec04 p {
		font-size: 16px;
	}

	#sec04 #sec04_01 {
		background: url("../img/recruit/pic_schedule01.jpg") no-repeat left top;
		background-size: 450px;
	}
	#sec04 #sec04_02 {
		background: url("../img/recruit/pic_schedule02.jpg") no-repeat left top;
		background-size: 450px;
	}
	#sec04 #sec04_03 {
		background: url("../img/recruit/pic_schedule03.jpg") no-repeat left top;
		background-size: 450px;
	}
	#sec04 #sec04_04 {
		background: url("../img/recruit/pic_schedule04.jpg") no-repeat left top;
		background-size: 450px;
	}
	#sec04 #sec04_05 {
		background: url("../img/recruit/pic_schedule05.jpg") no-repeat left top;
		background-size: 450px;
	}
	#sec04 #sec04_06 {
		background: url("../img/recruit/pic_schedule06.jpg") no-repeat left top;
		background-size: 450px;
	}
}

/* sec05
------------------------------------------------------ */
#content #sec05 .actionParts {
	position: relative;
	opacity: 0;
}
#content #sec05 .actionParts.action {
	-webkit-animation: show01 1s ease 0.5s forwards;
	animation: show01 1s ease 0.5s forwards;
}
	#sec05 .txtWrap {
		text-align: left;
	}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#sec05 .picWrap p {
		text-align: right;
	}
	#sec05 .picWrap {
		margin-bottom: 1.5em;
		padding-top: calc(53.33vw + 0.5em);
		background: url("../img/recruit/pic_voice01_sp.jpg") no-repeat center top;
		background-size: 100%;
		text-align: right;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#sec05 .sectionWrap {
		display: flex;
		width: 960px;
		margin: 0 auto;
		padding: 45px;
	}
		#sec05 .picWrap {
			width: 400px;
			margin: 0 45px 0 0;
			padding-top: 265px;
			background: url("../img/recruit/pic_voice01.jpg") no-repeat center top;
			background-size: 400px;
			font-size: 16px;
		}
		#sec05 .txtWrap {
				width: 470px;
				font-size: 16px;
		}
		#sec05 .txtWrap dl:first-child dt {
			margin-top: 0;
		}

}

/* sec06
------------------------------------------------------ */
#sec06 h3 {
	margin-bottom: 1em;
	text-align: center;
}
	#sec06 th,
	#sec06 td {
		padding: 0.5em 0.5em;
		border: 1px solid #333333;
		text-align: left;
	}
	#sec06 th {
		background: #4182d3;
		color: #fff;
		vertical-align: top;
	}
		#sec06 td strong {
			color: #4182d3;
		}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#sec06 th,
	#sec06 td {
		display: block;
	}
	#sec06 th {
		border-top: none;
		text-align: center;
	}
	#sec06 tbody tr:first-child th {
		border-top: 1px solid #333333;
	}
	#sec06 td {
		border-top: none;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#sec06 th {
		width: 14em;
	}
	#sec06 td {
		font-size: 16px;
	}
}


/* sec07
------------------------------------------------------ */
#sec07 dd {
	text-align: left;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec07 dd {
	font-size: 16px;
}
}

/* sec08
------------------------------------------------------ */
#sec08 .sectionWrap {
	position: relative;
	opacity: 0;
	padding: 6.66% 10px 6.66%;
	background: #f8f8f8;
}
#sec08 .cat {
	margin-bottom: 2em;
}

#sec08 section {
	background: url("../img/service/preventive_dentistry/pic_sec07_00.png") no-repeat center bottom;
	text-align: left;
}
#sec08 section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
	#content #sec08 h4 {
		margin-bottom: 0.5em;
		padding: 0;
		border-left: none;
		color: #4182d3;
		font-size: 4.8vw;
		font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
		line-height: 1.2;
	}
	#content #sec08 h4 span {
		color: #333333;
		font-weight: normal;
	}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#sec08 section {
	margin-bottom: 5vw;
	padding-bottom: 15vw;
	background-size: 20vw;
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#sec08  .sectionWrap {
	width: 960px;
	margin: 0 auto;
	padding: 45px;
}
#sec08 section {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 90px;
	background-size: 110px;
	font-size: 16px;
}
#content #sec08 h4 {
	font-size: 26px;
}
	#content #sec08 h4 span {
		font-size: 18px;
	}
}


/* sec09
------------------------------------------------------ */
#sec09 dl {
	margin-top: 1em;
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	color: #333333;
	text-align: left;
}
#sec09 dt,
#sec09 dd {
	margin-left: 2em;
	text-indent: -2em;
}
#sec09 dt strong {
	font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	margin-right: 0.25em;
	color: #064fb2;
	font-size: 1.5em;
}
#sec09 dd strong {
	font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	margin-right: 0.25em;
	color: #fe6d6d;
	font-size: 1.5em;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {


}


/* sec10
------------------------------------------------------ */
#sec10 dt,
#sec10 dd {
	text-align: left;
}
#sec10 dd strong {
	font-family: "Jun 501", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #4182d3;
	font-size: 1.5em;
}
/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {
}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#sec10 {
	margin-bottom: 16.66vw;
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {


}
