@charset "utf-8";
#wrapper{
	padding: 0;
	background: #e7f1ec;
}
.second #wrapper{
	padding-top: 80px;
}
.link {
	cursor: pointer;
}

/* header */
.header {
	border-top: 2px solid #e70012;
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.header .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header .logo {
	z-index: 100;
	padding: 8px 0 8px 17px;
	display: inline-block;
}
.header .logo a {
	display: block;
}
.header .logo a:hover {
	opacity: 1;
}
.header .right-area {
	position: absolute;
	width: 32px;
	height: 42px;
	top: 50%;
	right: 15px;
	margin-top: -21px;
}
.header .head-nav,
.header .head-nav ul,
.header .head-nav ul li,
.header .head-nav ul li a {
	display: block;
	height: 100%;
}
.header .head-nav ul li a div {
	position: relative;
}
.header .head-nav ul li a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e70012;
}
.header .head-nav ul li a span.top {
    top: 0px;
}
.header .head-nav ul li a span.middle {
    top: 11px;
}
.header .head-nav ul li a span.bottom {
    top: 22px;
}
.header .head-nav ul li a span.bottom:after {
	content: "MENU";
	display: block;
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
	color: #e70012;
}

/* gnavi */
.header .head-nav.gnavi ul li .outer {
  display: none;
  width: 100%;
  background: rgba(248,231,119,0.81);
  padding: 80px 0 20px;
  position: fixed;
  z-index: 50;
  left: 0;
  margin: 18px 0 0 0;
  list-style: none;
  min-height: 248px;
}
.header .head-nav.gnavi ul li .outer .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.header .head-nav.gnavi ul li .outer .inner:before {
	content: "";
	background: rgba(255,255,255,0);
	width: 100%;
	height: 14px;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}
.header .head-nav.gnavi ul li .outer .inner ul {
	margin: 0 30px;
	letter-spacing: -.40em;
}
.header .head-nav.gnavi ul li .outer .inner ul li {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1.5px;
	width: 31.11111111111111%;
	margin-right: 3.3333333333333335%;
	margin-left: 0;
	margin-bottom: 10px;
	vertical-align: top;
}
.header .head-nav.gnavi ul li .outer .inner ul li:nth-child(3n) {
	margin-right: 0;
}
.header .head-nav.gnavi ul li .outer .inner .sub-nav li {
	border-bottom: 1px solid #7c664f;
	padding-bottom: 10px;
}
.header .head-nav.gnavi ul li .outer .inner .sub-nav li a {
	padding: 10px 0;
}
.header .head-nav.gnavi ul li .outer .inner .sub-nav li a:hover {
    background: #ede2c8;
    border-radius: 6px;
    opacity: 1;
}
/* footer */
.footer {
	padding-top: 90px;
	border-bottom: 6px solid #e21412;
}
.footer .foot-content .inner {
	max-width: 960px;
	margin: 0 auto;
}
.footer .foot-content .inner .tel {
	font-size: 38px;
	margin:25px 13px 0;
	float:left;
}
.footer .foot-content .inner .telTxt {
	margin-top:30px;
	float:left;
}

.footer .foot-content .inner .foot-tel {
	font-size: 18px;
	text-align: center;
	margin-bottom: 90px;
	width: 100%;
}
.footer .foot-content .inner .foot-tel span {
	font-size: 38px;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
}
.footer .foot-content .inner .foot-btn {
	letter-spacing: -.40em;
	text-align: center;
	margin-bottom: 100px;
}
.footer .foot-content .inner .foot-btn li {
	letter-spacing: normal;
	display: inline-block;
	width: 40%;
}
/*.footer .foot-content .inner .foot-btn li:first-child {
	margin-right: 40px;
}*/
.footer .foot-content .inner .foot-btn li a {
	display: block;
	border: 1px solid #e21412;
	font-size: 24px;
	color: #e21412;
	padding: 35px 0;
}

.bottom-link {
	text-align: center;
	padding-bottom: 20px;
}
.bottom-link li {
	font-size: 13px;
	display: inline-block;
}
.bottom-link li:after {
	content: "　｜　";
	display: inline-block;
}
.bottom-link li:last-child:after {
	display: none;
}

/* pagetop */
.fix_pagetop,
.footer .foot-content .inner .pagetop {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fd001d;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	font-size: 35px;
	width: 55px;
	height: 50px;
}
.fix_pagetop a,
.footer .foot-content .inner .pagetop a {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 3px;
}
.fix_pagetop a:hover,
.footer .foot-content .inner .pagetop a:hover {
	text-decoration: none;
}
.fix_pagetop {display: none; position: fixed; bottom: 36px; right: 2%;}


/* ttl */
.menu-ttl {
	text-align: center;
	font-size: 24px;
	color: #5a3d20;
	margin-bottom: 30px;
}
.menu-ttl:before,
.menu-ttl:after {
	content: "";
	width: 35%;
	height: 1px;
	background: #7c664f;
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: -1;
}
.menu-ttl:after {
	left: auto;
	right: 0;
}

.page-ttl {
	/* background: url(../images/common/page_ttl_bg.jpg) no-repeat center center; */
	background: url(../images/greeting/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
}
.greeting .page-ttl,
.pamphlet .page-ttl,
.jobs .page-ttl{
	background: url(../images/greeting/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
}

.recruit-outside .page-ttl {
	background: url(../images/outside/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
}

/* .nurse .page-ttl, */
/* .manager-message .page-ttl, */
/* .rookie-nurse .page-ttl, */
/* .education .page-ttl, */
/* .nurse-policy .page-ttl, */
/* .certified-nurse .page-ttl, */
.nurses-no01 .page-ttl,
.nurses-no02 .page-ttl,
.nurses-no03 .page-ttl,
.nurses-no04 .page-ttl,
.ward .page-ttl,
.okiseki-activities .page-ttl {
	background: url(../images/nurse/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
}

/* .okiseki-activities .page-ttl {
	background: url(../images/okiseki-activities/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
} */

/* .oneday-intern .page-ttl, */
.reason .page-ttl,
.training-program .page-ttl,
.acceptance .page-ttl,
/* .leaders-message .page-ttl, */
/* .medical-intern .page-ttl, */
/* .initial-clinical .page-ttl, */
/* .late-clinical .page-ttl, */
.voice01 .page-ttl,
.voice02 .page-ttl,
.voice03 .page-ttl,
.voice04 .page-ttl,
.voice05 .page-ttl,
.voice06 .page-ttl,
.voice07 .page-ttl {
	background: url(../images/oneday-intern/catImg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 237px;
	display: flex;
	align-items: center;
}

.page-ttl h1 {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 30px;
}
.page-ttl h1 span {
	color: #e21412;
	font-size: 16px;
	display: block;
}

.recruit-outside .page-ttl h1,
.recruit-outside .page-ttl h1 span {
	color:#fff;/*180821*/
}	

.info .page-ttl {
	background: url(../images/common/page_ttl_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.ttl01 {
	font-size: 26px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 50px;
}
.ttl01 span {
	font-size: 15px;
	color: #e63f3d;
	display: block;
}

.ttl02 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 60px;
}

.ttl03 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 60px;
}
.ttl03:after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	background: #e21412;
	margin: 10px auto 0;
}

.ttl04 {
	font-size: 22px;
	border-bottom: 1px solid #7c7c7c;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.ttl04:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #e21412;
	margin: 0 18px 0 5px;
	position: relative;
	top: -5px;
}
.ttl04-02 {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.ttl04-02:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #e21412;
	margin: 0 18px 0 5px;
	position: relative;
	top: -5px;
}

.ttl05 {
	color: #3ead76;
	font-size: 16px;
}
.ttl06 {
	font-size:28px;
	border-bottom:1px solid #9c9c9c;
	/*padding-bottom:15px;
	margin-bottom:10px;*/
}

.ttl07 {
	font-size:24px;
	border-bottom:1px solid #9c9c9c;
	/*padding:0 0 5px 8px;*/
}

.ttl07 span {
	font-size:18px;
}
.ttl08 {
	color: #3ead76;
	font-size: 18px;
}
.ttl09 {
	color: #e21412;
	font-size: 20px;
}
.ttl10 {
	font-size: 16px;
}


/* bread */
.bread {
	max-width: 1000px;
	margin: 20px auto 60px;
	padding: 0 15px 15px;
	border-bottom: 1px solid #acacac;
}
.bread ul li {
	display: inline-block;
	padding-right: 8px;
	font-size: 13px;
}
.bread ul li:after {
	content: ">";
	display: inline-block;
	padding-left: 12px;
}
.bread ul li:last-child:after {
	display: none;
}

/* table */
.tb01 {
    width: 100%;
    margin-bottom: 15px;
}
.tb01 th,
.tb01 td {
    font-weight: normal;
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d3c3b4;
    text-align: left;
}
.tb01 tr.pt0 th,
.tb01 tr.pt0 td {
    padding-top: 0;
    padding-bottom: 8px;
}
.tb01 td {
    font-size: 18px;
    text-align: center;
}

.tb02 {
    width: 100%;
    margin-bottom: 15px;
}
.tb02 th {
	background:#d9e7e0;
	font-size:18px;
	text-align:center;
	width:210px;
}
.tb02 th,
.tb02 td {
    font-weight: normal;
    vertical-align: middle;
    padding: 40px;
    border: 1px solid #b9b9b9;
}
.tb02 td {
	font-size:16px;
}
.tb03 {
    width: 100%;
    margin:0 20px 15px 0;
}
.tb03 th,
.tb03 td {
    font-weight: normal;
    vertical-align: middle;
	padding:0 13px 13px 0;
}
.tb03 th {
	font-size:18px;
	text-align:left;
	padding-left:13px;
}
.tb04 {
	width:100%;
	/*border-collapse:separate;
	border-spacing:8px;*/
	line-height:1.2;
	/*border-collapse:collapse;*/
}
.tb04 tr {
	border-bottom:1px solid #646464;
}
.tb04 tr:last-child {
	border-bottom:none;
}
.tb04 th {
	font-weight:normal;
	font-size:14px;
}
.tb04 th,
.tb04 td {
	text-align:center;
	vertical-align:middle;
}
.tb04 td {
	padding:10px 2px;
	font-size:13px;
	white-space:nowrap;
}
.tb04 .item {
	color:#3dae76;
	font-size:14px;
}
.tb04 .item02 {
	color:#3d6dae;
	font-size:14px;
}
.tb04 .bg {
	background:#3dae76;
	color:#fff;
	height:55px;
	padding:0 15px;
	box-shadow: 0 0 0 5px #e7f1ec inset;
}
.tb04 .bg02 {
	background:#3d6dae;
	color:#fff;
	height:55px;
	box-shadow: 0 0 0 5px #e7f1ec inset;
}
.tb05 th {
	padding-right:15px;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	vertical-align:middle;
}
.tb05 th,
.tb05 td {
	padding-bottom:10px;
}

.tb06 {
    width: 100%;
    margin-bottom: 15px;
}
.tb06 th,
.tb06 td {
    font-weight: normal;
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d3c3b4;
    text-align: left;
	font-size:15px;
}
.tb06 tr.pt0 th,
.tb06 tr.pt0 td {
    padding-top: 0;
    padding-bottom: 8px;
}
.tb-fixlayout {
	table-layout: fixed;
}



/* button */
.btn {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    background: #7dc49b;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 15px 0;
}
.btn:before {
    content: "\e903";
    font-family: 'icomoon';
    display: inline-block;
    padding-right: 8px;
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 4px;
}
.btn:hover {
	background: #f8e777;
	opacity: 1;
	color: #5a3d20;
}

.btn_dark {
    background: #837567;
}

.disabled,
.disabled:hover {
    background: #837567;
    cursor: default;
    color: #fff;
}


/* topでのみ使用 */
.btn-normal {
	display: block;
	width: 100%;
	text-align: center;
	background: #94ddb5;
	border-radius: 4px;
	color: #fff;
	padding: 0 10px;
}
.btn-primary {
	display: block;
	width: 100%;
	text-align: center;
	background: #fffd90;
	border-radius: 4px;
	color: #5a3d20;
	padding: 10px 10px;
}
.btn-primary:hover {
	background: #94ddb5;
	color: #fff;
}



/* list */
.num-list,
.disc-list {
    padding-left: 1.2em;
}
.disc-list li {
    list-style: disc;
}
.disc-list li {
    list-style: disc;
}
.disc-list li {
    list-style: disc;
}

.inline-list li {
	display: inline-block;
}


/* text */
.underline {
	text-decoration: underline;
}
.imgA {
	width: 100%;
	height: auto;
}
.hide {
	display: none;
}