@charset "utf-8";


 .slider {
	overflow: hidden;
	position: relative;
}

slider li {
	float: left;
}


slider dl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	color: #fff;
	z-index: 10;
}

.slider dt {

    z-index: 10;
    text-align: center;
    background: rgba(255,255,255,0.1);
    font-size: 2.5em;
    letter-spacing: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1;
}

.slider dd {
	text-align: center;
	padding: 20px 0 0;
	font-size: 1.5em;
	letter-spacing: 4px;
}

/*オープニングスタッフ*/
.oph_head {
    display: flex;
    max-width: 1080px;
    margin: 160px auto 0;
}

.oph_head_i {
    position: relative;
    width: 50%;
}

.oph_head_t:before{
	content:"";
	position:absolute;
	background: hsl(0 0% 100% / 0.35);
	width: 98%;
	height: 92%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.oph_head_t {
    width: 90%;
    padding: 0px 50px;
    position: absolute;
    z-index: 4;
    max-width: 697px;
    left: 0;
    right: 0;
    margin: auto;
    top: 56%;
    transform: translateY(-50%);
}

.pht_top {
    display: flex;
    margin: 40px auto 0;
    align-items: center;
}

.pht_top p {
    border-radius: 0 5px 5px 5px;
    border: 2px solid #fff;
    padding: 0px 15px 1px;
    position: relative;
    margin: 0 4% 0 0;
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    letter-spacing: 4px;
    font-size: 1.2em;
}

.pht_top p:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 6px;
    background-color: #8d8d8d;
}

.pht_top_02 {
    font-size: 1.5em;
    letter-spacing: 10px;
    color: #fff;
}


.pht_bottom {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 1.1;
    margin: 20px auto 40px;
    color: #fff;
    text-align: center;
}

.oph_head_i:before {
    content: "";
    position: absolute;
    left: -120px;
    top: calc(47% - 40px);
    bottom: -60px;
    z-index: -1;
    width: 100vw;
    background-color: #d5e9e5;
}


/*看護部*/

section#kango li{
	float:left;
}

section#kango .title {
	text-align: center;
	margin: 0 0 50px;
}

section#kango .title p {
	font-size: 1.5em;
	letter-spacing: 15px;
	font-weight: 500;
	padding: 15px 0 0 0;
}


/*about*/
section#kango article#about {
	background: url(../imgs/kango/bg.jpg)no-repeat bottom;
	padding: 250px 100px 100px;
	margin: 0 0 60px;
}

section#kango article#about .text {
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
	margin: 50px 0 0 0;
}
section#kango article#about .text b {
    font-size: 1.5em;
}

section#kango article#about .rinen {
	border: 3px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	margin: 40px auto 0;
	max-width: 760px;
	text-align: center;
}

section#kango article#about .rinen dl {margin: 0 0 30px;}


section#kango article#about .rinen dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	color: #3ebdcb;
	letter-spacing: 1px;
	text-align: center;
}

.jobs_nav p {
    margin: 0 auto 20px !important;
}

.jobs_nav {
    padding: 40px 0 0 !important;
}

.jobinfobox {
    text-align: left;
}

h6 b {
    display: block;
    font-size: 1.6em;
    color: #e88585;
}

article table th {
    width: 201px;
}

.job_box {
    margin: 0 auto 100px;
}

@media screen and (max-width: 1499px) {
/*オープニングスタッフ*/
.pht_bottom {
    margin: 15px auto 20px;
    font-size: 2.5rem;
}

.pht_top {
    margin: 20px auto 0;
}

.oph_head_t {
    top: 60%;
}


/*看護部*/
section#kango .slider img.main {
	max-width: 400px;
}


/*about*/
section#kango article#about {
	padding: 50px;
}



}


@media screen and (max-width: 1023px) {

section#kango .slider img.main {
	max-width: 300px;
}

section#kango .title {
	max-width: 70%;
	margin: 0 auto 50px;
}

/*about*/
section#kango article#about {padding: 50px 0;}


section#kango article#about .text {font-size: 1.4em;}


section#kango article#about .rinen {margin: 30px 0 0;}

section#kango article#about .rinen dt {
	font-size: 2em;
}

section#kango article#about .rinen dd {
	font-size: 1em;
}

section#kango article#message .messagebox {
	padding: 0;
	position: relative;
	max-width: 100%;
	background:url(../imgs/kango/message_pc.jpg) no-repeat;
	background-size: 100%;
	height: auto;
	margin: auto;
}

section#kango article#message .messagebox dl {
	position: relative;
	width: auto;
	height: auto;
	padding: 40% 20px 0;
}

section#kango article#message .messagebox dt {
	padding: 0 0 30px;
	margin: auto;
}

section#kango article#message .messagebox dd {margin: 0;}

section#kango article#message .messagebox dd p {
	font-size: 1.5em;
}




}


@media screen and (max-width: 767px) {

/*オープニングスタッフ*/
.pht_bottom {
    font-size: 1.1em;
    margin: 10px auto 20px;
}

.pht_top_02 {
    font-size: 1em;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}

.oph_head_t {
    width: 80%;
    top: 55%;
    max-width: 400px;
    padding: 0 20px;
}

.pht_top {
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.pht_top p {
    margin: 0 auto 0;
    font-size: 0.8em;
}	

section#kango .slider img.main {max-width: 300px;}

/*about*/
section#kango article#about .text {font-size: 1.3em;}


section#kango article#about .rinen {
	border: 3px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	margin: 40px 0 0;
}


h6 b {
    font-size: 1.2em;
}

article h4 {
	clear: both;
}

.jobs_nav ul li,.jobs_nav ul li:nth-child(3n) {
    width: 48% !important;
    margin: 0 1% 2%;
}

.jobs_nav ul li:nth-child(2n) {
    width: 48% !important;
    margin: 0 0 2%;
}

.job_box{
	margin: 0 0 50px 0;
}

article table {
	margin: 30px 0;
	/* width: 90%; */
}

article table,tbody,tr,th,td {
	display:block;
}

article th {
	border-right:none;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	font-weight: 500;
	letter-spacing: inherit;
}

td{
	padding:12px;
}

}


@media screen and (max-width: 480px) {
.pht_top p {
    display:none;
}

.pht_top{
	margin:0 auto;
}

.oph_head_t {
    width: 89%;
    padding: 0 10px;
    top: 68%;
}

.pht_bottom {
    margin: 5px auto 10px;
}


/*看護部*/

section#kango .title img {
	width: 30px;
}

section#kango .title {
	max-width: 90%;
	margin: 0 auto 30px;
}

section#kango .title p {
	font-size: 1.2em;
	letter-spacing: 10px;
}


/*about*/

section#kango article#about .text {font-size: 1.2em;letter-spacing: 4px;}


section#kango article#about .rinen {padding: 30px 20px 0;}


section#kango article#about .rinen dt {font-size: 1.5em;margin: 0 10px 0 0;vertical-align: top;}



}@charset "utf-8";


 .slider {
	overflow: hidden;
	position: relative;
}

slider li {
	float: left;
}


slider dl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	color: #fff;
	z-index: 10;
}

.slider dt {

    z-index: 10;
    text-align: center;
    background: rgba(255,255,255,0.1);
    font-size: 2.5em;
    letter-spacing: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1;
}

.slider dd {
	text-align: center;
	padding: 20px 0 0;
	font-size: 1.5em;
	letter-spacing: 4px;
}

/*オープニングスタッフ*/
.oph_head {
    display: flex;
    max-width: 1080px;
    margin: 160px auto 0;
}

.oph_head_i {
    position: relative;
    width: 50%;
}

.oph_head_t:before{
	content:"";
	position:absolute;
	background: hsl(0 0% 100% / 0.35);
	width: 98%;
	height: 92%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.oph_head_t {
    width: 90%;
    padding: 0px 50px;
    position: absolute;
    z-index: 4;
    max-width: 697px;
    left: 0;
    right: 0;
    margin: auto;
    top: 56%;
    transform: translateY(-50%);
}

.pht_top {
    display: flex;
    margin: 40px auto 0;
    align-items: center;
}

.pht_top p {
    border-radius: 0 5px 5px 5px;
    border: 2px solid #fff;
    padding: 0px 15px 1px;
    position: relative;
    margin: 0 4% 0 0;
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    letter-spacing: 4px;
    font-size: 1.2em;
}

.pht_top p:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 6px;
    background-color: #8d8d8d;
}

.pht_top_02 {
    font-size: 1.5em;
    letter-spacing: 10px;
    color: #fff;
}


.pht_bottom {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 1.1;
    margin: 20px auto 40px;
    color: #fff;
    text-align: center;
}

.oph_head_i:before {
    content: "";
    position: absolute;
    left: -120px;
    top: calc(47% - 40px);
    bottom: -60px;
    z-index: -1;
    width: 100vw;
    background-color: #d5e9e5;
}


/*看護部*/

section#kango li{
	float:left;
}

section#kango .title {
	text-align: center;
	margin: 0 0 50px;
}

section#kango .title p {
	font-size: 1.5em;
	letter-spacing: 15px;
	font-weight: 500;
	padding: 15px 0 0 0;
}


/*about*/
section#kango article#about {
	background: url(../imgs/kango/bg.jpg)no-repeat bottom;
	padding: 250px 100px 100px;
	margin: 0 0 60px;
}

section#kango article#about .text {
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
	margin: 50px 0 0 0;
}


section#kango article#about .rinen {
	border: 3px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	margin: 40px auto 0;
	max-width: 760px;
	text-align: center;
}

section#kango article#about .rinen dl {margin: 0 0 30px;}


section#kango article#about .rinen dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	color: #3ebdcb;
	letter-spacing: 1px;
	text-align: center;
}

.jobinfobox {
    text-align: left;
}

h6 b {
    display: block;
    font-size: 1.4em;
    color: #e88585;
}

/* 応募フォーム */
.during {
    font-size: 14px;
}

@media screen and (max-width: 1499px) {
/*オープニングスタッフ*/
.pht_bottom {
    margin: 15px auto 20px;
    font-size: 2.5rem;
}

.pht_top {
    margin: 20px auto 0;
}

.oph_head_t {
    top: 60%;
}


/*看護部*/
section#kango .slider img.main {
	max-width: 400px;
}


/*about*/
section#kango article#about {
	padding: 50px;
}



}


@media screen and (max-width: 1023px) {

section#kango .slider img.main {
	max-width: 300px;
}

section#kango .title {
	max-width: 70%;
	margin: 0 auto 50px;
}

/*about*/
section#kango article#about {padding: 50px 0;}

section#kango article#about .text {font-size: 1.4em;}


section#kango article#about .rinen {margin: 30px 0 0;}

section#kango article#about .rinen dt {
	font-size: 2em;
}

section#kango article#about .rinen dd {
	font-size: 1em;
}

section#kango article#message .messagebox {
	padding: 0;
	position: relative;
	max-width: 100%;
	background:url(../imgs/kango/message_pc.jpg) no-repeat;
	background-size: 100%;
	height: auto;
	margin: auto;
}

section#kango article#message .messagebox dl {
	position: relative;
	width: auto;
	height: auto;
	padding: 40% 20px 0;
}

section#kango article#message .messagebox dt {
	padding: 0 0 30px;
	margin: auto;
}

section#kango article#message .messagebox dd {margin: 0;}

section#kango article#message .messagebox dd p {
	font-size: 1.5em;
}




}


@media screen and (max-width: 767px) {

/*オープニングスタッフ*/
.pht_bottom {
    font-size: 1.1em;
    margin: 10px auto 20px;
}

.pht_top_02 {
    font-size: 1em;
    letter-spacing: 4px;
    display: block;
    width: 100%;

    margin: 10px auto 0;
    text-align: center;
}

.oph_head_t {
    width: 80%;
    top: 55%;
    max-width: 400px;
    padding: 0 20px;
}

.pht_top {
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.pht_top p {
    margin: 0 auto 0;
    font-size: 0.8em;
}	

section#kango .slider img.main {max-width: 300px;}

/*about*/
section#kango article#about .text {font-size: 1.3em;}

section#kango article#about .text b{
	font-size:1.1em;
}

section#kango article#about .rinen {
	border: 3px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	margin: 40px 0 0;
}


h6 b {
    font-size: 1.1em;
}

article h4 {
	clear: both;
}


article table {
	margin: 30px 0;
	/* width: 90%; */
}

article table,tbody,tr,th,td {
	display:block;
}

article th {
	border-right:none;
	width: 100% !important;
	box-sizing: border-box;
	padding: 12px;
}

td{
	padding:12px;
}

}


@media screen and (max-width: 480px) {
.pht_top p {
    display:none;
}

.pht_top{
	margin:0 auto;
}

.oph_head_t {
    width: 89%;
    padding: 0 10px;
    top: 68%;
}

.pht_bottom {
    margin: 5px auto 10px;
}


/*看護部*/

section#kango .title img {
	width: 30px;
}

section#kango .title {
	max-width: 90%;
	margin: 0 auto 30px;
}

section#kango .title p {
	font-size: 1.2em;
	letter-spacing: 10px;
}


/*about*/

section#kango article#about .text {font-size: 1.2em;letter-spacing: 4px;}


section#kango article#about .rinen {padding: 30px 20px 0;}


section#kango article#about .rinen dt {font-size: 1.5em;margin: 0 10px 0 0;vertical-align: top;}

/*応募フォーム*/
.during {
    margin: 0 auto 20px;
}

.during:last-child {
    margin: 0 auto;
}

}