@charset "UTF-8";
/*
Theme Name: 桑名歯科
*/

.shippori {
	font-family: "Shippori Mincho", serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
}

.promo.shippori {
	font-size: 28px;
    font-weight: 500;
    color: #694F2C;
}
.contents_recruit h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 500;
}
.contents_recruit h2 span {
	font-family: "Playfair Display", serif;
	font-size: 12px;
	font-weight: 400;
	color: #BFA268;
}
.contents_recruit #message {
	position: relative;
	background: url(/img/recruit/bg.jpg) bottom right no-repeat;
    background-size: contain;
    margin: 110px 0 0;
    padding-bottom: 110px;
}
.contents_recruit #message .img01 {
	position: absolute;
    top: -55px;
    left: 5%;
    max-width: 20%;
    height: auto;
}
.contents_recruit #message .img02 {
	position: absolute;
    top: 35px;
    right: 5%;
    max-width: 18%;
    height: auto;
}
.contents_recruit #message .img03 {
	position: absolute;
    bottom: 65px;
    left: 6%;
    max-width: 16%;
    height: auto;
}
.contents_recruit #message h2 {
	margin-bottom: 50px;
    line-height: 1.0;
}
.contents_recruit #message p {
	font-size: 16px;
	line-height: 2.0;
    margin-bottom: 10px;
}
.contents_recruit #charm {
	padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 30px;
}
.contents_recruit #charm h2 {
	width: 100%;
}
.contents_recruit #charm .charm_txt {
	width: 460px;
    max-width: calc(50% - 15px);
	text-align: left;
}
.contents_recruit #charm .charm_txt h3 {
	font-family: "Shippori Mincho", serif;
	color: #BFA268;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
	line-height: 1.5;
}
.contents_recruit #charm .charm_txt p {
	font-size: 14px;
    margin-bottom: 18px;
	line-height: 1.8;
}
.contents_recruit #charm .charm_img {
	width: 50%;
}
.contents_recruit #charm .charm_img img {
	border-radius: 15px 0 0 15px;
}
.contents_recruit #voice {
	padding: 60px 0;
    margin: auto;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.contents_recruit #voice h2 {
	width: 100%;
}
.contents_recruit #voice .voice_img {
	border-radius: 15px;
}
.contents_recruit #voice .voice_txt {
	width: calc(100% - 390px);
	text-align: left;
}
.contents_recruit #voice .voice_txt h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
    font-weight: 500;
    color: #BFA268;
    border-bottom: 1px solid #BFA268;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.contents_recruit #voice .voice_txt p {
	font-size: 14px;
    line-height: 2.0;
}
.contents_recruit #recruitments {
	max-width: 950px;
	margin: 0 auto 60px;
}
.contents_recruit #recruitments h2 {
	margin-bottom: 60px;
}
.contents_recruit #recruitments dl {
	display: flex;
	border-bottom: 1px solid #ccc;
    flex-wrap: nowrap;
    align-items: center;
	padding: 10px 0;
}
.contents_recruit #recruitments dl:nth-of-type(1) {
	border-top: 1px solid #ccc;
}
.contents_recruit #recruitments dl dt {
	width: 240px;
	text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.contents_recruit #recruitments dl dd {
	width: calc(100% - 240px);
	font-size: 14px;
    text-align: left;
}
.contents_recruit #recruitments .btn {
	margin-top: 30px;
	text-align: center;
}
.contents_recruit #recruitments .btn a {
	font-size: 20px;
    font-weight: 700;
    color: #4E2801;
    text-decoration: none;
    background: #E7DECD;
    padding: 25px 60px;
    display: inline-block;
    border-radius: 8px;
    transition: all linear 0.3s;
}
.contents_recruit #recruitments .btn a:hover {
	background: #d1c1a5;
}
.contents_recruit #entry {
	max-width: 960px;
    margin: 0 auto 60px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	font-size: 16px;
}
.contents_recruit #entry dl {
	display: flex;
    gap: 16px 32px;
    align-items: center;
    font-size: 16px;
	margin-bottom: 24px;
}
.contents_recruit #entry dl dt {
	padding: 9px 16px 6px;
    border: 1px solid #BFA268;
}
.contents_recruit #entry dl dd {
}
.contents_recruit #entry > p {
	text-align: left;
	margin-bottom: 30px;
}
.contents_recruit #entry table {
	border-collapse: collapse;
}
.contents_recruit #entry table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contents_recruit #entry table th {
    font-size: 16px;
	text-align: left;
	font-weight: 500;
	padding: 16px 0;
	width: 280px;
}
.contents_recruit #entry table th span{
    font-size: 12px;
	padding: 2px 9px 0;
    background: #ccc;
    border-radius: 3px;
    margin-right: 16px;
}
.contents_recruit #entry table th span.req{
	background: #FF941F;
	color: #fff;
}
.contents_recruit #entry table th span.opt{
}
.contents_recruit #entry table td {
    font-size: 16px;
	text-align: left;
	padding: 16px 20px;
}
.contents_recruit #entry table td input[type="text"],
.contents_recruit #entry table td input[type="email"],
.contents_recruit #entry table td input[type="tel"],
.contents_recruit #entry table td textarea{
	width: 100%;
    font-size: 16px;
    padding: 3px 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contents_recruit #entry table td select{
    font-size: 16px;
    padding: 3px 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contents_recruit #entry table td input{
    margin-top: 16px;
}
.contents_recruit #entry table td input[type="radio"] {
	width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.contents_recruit #entry table td input[name="age"]{
	width: 78px;
	margin: 0 0 3px;
}
.contents_recruit #entry table td input#zip{
	width: 7em;
    margin: 0 16px 10px 0;
}
.contents_recruit #entry table td span{
	font-size: 12px;
}
.contents_recruit #entry .acceptance {
	margin: 60px 0;
}
.contents_recruit #entry .submit {
	margin-bottom: 30px;
}
.contents_recruit #entry .submit input {
	width: 240px;
    padding: 13px 0;
    background: #E7DECD;
    border: none;
    font-size: 16px;
    font-weight: 700;
	border-radius: 3px;
	transition: all linear 0.3s;
}
.contents_recruit #entry .submit input:hover {
	background: #d1c1a5;
}

@media screen and (max-width: 1194px) { /* iPad Pro */

}
@media screen and (max-width: 1024px) { /* タブレット横 */

}
@media screen and (max-width: 896px) { /* iPhone XS MAX 横表示 */
	.contents_recruit #message {
		margin-top: 20%;
	}
	.contents_recruit #message .img01{
		top: -21vw;
	}
	.contents_recruit #message .img02{
		top: -20vw;
	}
	.contents_recruit #message .img03{
		bottom: 0;
	}
	.contents_recruit #charm .charm_txt,
	.contents_recruit #voice .voice_txt{
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
	.contents_recruit #recruitments dl{
		margin: 0 30px;
	}
	.contents_recruit #charm .charm_img,
	.contents_recruit #voice .voice_img {
		width: 100%;
	}
	.contents_recruit #charm .charm_img img {
		border-radius: 0;
	}
	.contents_recruit #recruitments dl dt {
		width: 25%;
		margin-right: 24px;
	}
	.contents_recruit #recruitments dl dd {
		width: calc(75% - 24px);
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 320px) {
	
}