@charset "UTF-8";
/* CSS Document */


#recruit a:hover {
    text-decoration: none;
}

/*recruit*/
#recruit .top-title {
    background-image: url("../../common/img/title_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 150px;
}
#recruit .recruit-cont {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 110px;
}
#recruit .top-title h1 {
    font-family: "ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    font-size: 3.0rem;
}
#recruit .recruit-title {
    display: flex;
    justify-content: space-between;
    width: 446px;
    padding-top: 40px;
    padding-bottom: 30px;
}
#recruit .recruit-title h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    color: #f29600;
}
#recruit .recruit-link-nurs h2::before {
    content: "";
    display:block;
    position:absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%); 
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #f29600;
    border-bottom: 0; 
}
#recruit .recruit-link-nurs{
    position: relative;
    padding: 12px 0 12px 20px;
}
#recruit .recruit-link-caer{
    position: relative;
    padding: 12px 38px 12px 58px;
    border:1px solid;
    color: #f29600;
}
#recruit .recruit-link-caer h2::before {
    content: "";
    display:block;
    position:absolute;
    top: 50%; 
    left: 40px;
    transform: translateY(-50%); 
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #f29600;
    border-right: 0;
}
#recruit .small {
    font-size: 16px;
}

#recruit .nurs-cont {
    padding-bottom: 100px;
}
#recruit .info-title {
    width: 100%;
    padding: 10px;
    background-color: #f29600;
}
#recruit .info-title h3{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
#recruit .recruit-info {
    padding-bottom: 46px;
}
#recruit .recruit-info-title {
    padding-top: 24px;
}
#recruit .recruit-info-title h4{
    font-size: 20px;
    font-size: 2rem;
    line-height: 44px;
    line-height: 4.4rem;
    font-weight: 300;
}
#recruit .recruit-info p {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    line-height: 4.8rem;
    color: #f29600;
}
#recruit .main-info th {
	text-align: center;
	vertical-align:top;
	width:140px;
	font-size:14px;
	font-size:1.4rem;/* =14px */
    line-height: 2;
	font-weight:normal;
	padding:14px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;;
	border-right:1px solid #bbb;;
	background-color:#f0f0f0;
}
#recruit .main-info td {
	width:860px;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	font-weight:normal;
    line-height: 2;
	padding:14px;
	border-top:1px solid #bbb;;
	border-right:1px solid #bbb;;
	background-color:#fff;
}
#recruit .main-info tr:last-child {
	border-bottom:1px solid #bbb;;
}
#recruit .recruit-contact {
    width: 100%;
    padding: 24px;
    border:1px solid;
    text-align:center;
}
#recruit .recruit-contact p{
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
}
#recruit .tell{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
}
#recruit .day{
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 770px) {
}
@media screen and (max-width: 600px) {
    #recruit .top-title {
        background-position: left top;
        background-size: cover;
        padding-top: 96px;
        padding-bottom: 40px;
        width: 100%;
    }
    #recruit .recruit-cont {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    #recruit .top-title h1 {
        font-size: 20px;
        font-size: 2rem;
    }
    #recruit .about-title{
        padding: 20px 0 24px 0;
    }
    #recruit .recruit-title {
        display: flex;
        justify-content: space-between;
        width: 300px;
        padding-top: 32px;
        padding-bottom: 16px;
    }
    #recruit .recruit-title h2 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #recruit .recruit-link-nurs{
        padding: 12px 0 12px 20px;
    }
    #recruit .recruit-link-caer{
        padding: 12px 12px 12px 36px;
    }
    #recruit .recruit-link-caer h2::before {
        left: 16px;
    }
    #recruit .nurs-cont {
        padding-bottom: 40px;
    }
    #recruit .info-title {
        padding: 8px;
    }
    #recruit .info-title h3 {
        font-size: 14px;
        font-size: 1.6rem;
    }
    #recruit .recruit-info {
        padding-bottom: 16px;
    }
    #recruit .recruit-info-title {
        padding-top: 6px;
    }
    #recruit .recruit-info-title h4{
        font-size: 16px;
        font-size: 1.6rem;
    }
    #recruit .recruit-info p {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 32px;
        line-height: 3.2rem;
    }
    #recruit .main-info th,  #recruit .main-info td {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
	#recruit .main-info th {
		width: 24%;
		padding: 8px;
	}
	#recruit .main-info td {
		width: 71%;
		padding: 8px;
	}
    #recruit .recruit-contact {
		padding: 8px;
	}
    #recruit .recruit-contact p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
    #recruit .tell{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
	}
	#recruit .day{
		font-size: 12px;
		font-size: 1.2rem;
	}
}