@charset "UTF-8";
/* CSS Document */
/* 高山病院採用サイト　*/
/* 制作：合同会社FEO */
/*共通CSS*/
	/*WordPress対策・全ページ余白なし*/
	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		margin: 0;
		padding: 0;
		color: #000000;
		background: #FFFFFF;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	
	img {
		vertical-align: bottom; /*下に余白を作らない*/
		max-width: 100%;
	}
	
	p,h1,h2,h3,h4,span {
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	
	a {
		text-decoration: none;
	}
	
	.wrap {
		overflow: visible;
	}
	
	/*余白を作る*/
	.yohaku {
		width: auto;
		height: auto;
		padding-bottom: 50px;
	}
	
	/*floatを解除する*/
	.clear {
		clear: both;
		margin-bottom: 30px;
	}

.all-page {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
	}
	
	@media only screen and (min-width: 769px) {
		/*各ページトップ*/
		.top-head {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding-top: 100px;
		}
	}
	
	@media only screen and (max-width: 768px) {
		/*各ページトップ*/
		.top-head {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding-top: 65px;
		}
	}

/*PC*/
	@media only screen and (min-width: 769px) {
		
		.pc { display: block !important; }
		.sp { display: none !important; }
		
		/*グローバルメニュー*/
		header {
			position: fixed;
			z-index: 100;
			width: 100%;
			height: 100px;
			background: #FFFFFF;
		}
		
		#logo {
			position: absolute;
			z-index: 101;
			top: 20px;
			left: 5%;
			width: 350px;
			height: auto;
		}
		
		nav {
			position: absolute;
			z-index: 102;
			top: 40px;
			right: 10%;
			width: 800px;
			height: auto;
		}
		
		nav ul {
			position: relative;
			z-index: 103;
			width: 800px;
			height: auto;
			margin: auto;
			padding: 0;
		}
		
		nav ul li {
			position: relative;
			z-index: 104;
			width: auto;
			height: auto;
			padding: 0 10px;
			list-style: none;
			display: block;
			text-align: center;
			color: #555555;
			font-size: 18px;
			float: left;
		}
		
		nav ul li:hover {
			padding-bottom: 10px;
			border-bottom: solid 4px #9e8d42;
			transition: .2s ease-in-out;
		}
		
		nav ul li a {
			color: #555555;
		}
		
		#entry {
			position: absolute;
			z-index: 103;
			top: 20px;
			right: 5%;
			width: 200px;
			height: auto;
		}
		
		/*トップページ*/
		/*キービジュアル*/
		#top-keyvisual {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding-top: 100px;
		}
		
		/*メッセージ*/
		#top-message {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 80px 0;
		}
		
		#top-message h2 {
			position: relative;
			text-align: center;
			width: 200px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-message-content {
			position: relative;
			z-index: 2;
			width: 1260px;
			height: auto;
			margin: 50px auto;
		}
		
		.top-message-content01 {
			position: relative;
			z-index: 3;
			width: 600px;
			height: auto;
			float: left;
		}
		
		.top-message-content02 {
			position: relative;
			z-index: 3;
			width: 620px;
			height: auto;
			padding: 130px 0 130px 40px;
			float: left;
		}
		
		.top-message-content02 p {
			font-size: 22px;
			line-height: 30px;
			color: #494949;
			text-align: left;
		}
		
		/*仕事を知る*/
		#top-work {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 80px 0;
			clear: both;
		}
		
		#top-work h2 {
			position: relative;
			text-align: center;
			width: 180px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-content a img:hover {
			opacity: 0.7;
		}
		
		.top-content {
			position: relative;
			z-index: 2;
			width: 1100px;
			height: auto;
			margin: 50px auto;
		}
		
		.top-work-content01 {
			position: relative;
			z-index: 2;
			width: 530px;
			height: auto;
			margin-right: 40px;
			float: left;
		}
		
		.top-work-content02 {
			position: relative;
			z-index: 2;
			width: 530px;
			height: auto;
			float: left;
		}
		
		.top-work-link {
			display: block;
			position: relative;
			text-align: center;
			width: 220px;
			height: auto;
			margin: 0 auto;
			padding: 20px 30px;
			font-size: 22px;
			color: #FFF;
			background: #e3abdd;
			border: solid 2px #e3abdd;
		}
		
		.top-work-link:hover {
			color: #e3abdd;
			background: #FFF;
			border: solid 2px #e3abdd;
			transition: .2s ease-in-out;
		}
		
		/*人を知る*/
		#top-person {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 80px 0;
		}
		
		#top-person h2 {
			position: relative;
			text-align: center;
			width: 150px;
			height: auto;
			margin: 0 auto;
		}
		
		.clear-person {
			clear: both;
			margin-bottom: 50px;
		}
		
		.top-person-content01 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 33px;
			float: left;
		}
		
		.top-person-content02 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 33px;
			float: left;
		}
		
		.top-person-content03 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 33px;
			float: left;
		}
		
		.top-person-content04 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			float: left;
		}
		
		.top-person-content05 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 33px;
			margin-left: 142px;
			float: left;
		}
		
		.top-person-content06 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 33px;
			float: left;
		}
		
		.top-person-content07 {
			position: relative;
			z-index: 2;
			width: 250px;
			height: auto;
			margin-right: 142px;
			float: left;
		}
		
		.top-person-link {
			display: block;
			position: relative;
			text-align: center;
			width: 220px;
			height: auto;
			margin: 0 auto;
			padding: 20px 30px;
			font-size: 22px;
			color: #FFF;
			background: #e3abdd;
			border: solid 2px #e3abdd;
		}
		
		.top-person-link:hover {
			color: #e3abdd;
			background: #FFF;
			border: solid 2px #e3abdd;
			transition: .2s ease-in-out;
		}
		
		/*1分でわかる高山病院*/
		#top-takayama {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 80px 0;
		}
		
		#top-takayama h2 {
			position: relative;
			text-align: center;
			width: 320px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-takayama-content {
			position: relative;
			z-index: 2;
			width: 1200px;
			height: auto;
			margin: 50px auto;
		}
		
		.top-takayama-button01 {
			display: block;
			position: absolute;
			top: 230px;
			left: 340px;
			width: 160px;
			height: auto;
			color: #FFF;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			padding: 10px 20px;
			background: #d2dbfa;
			border: solid 2px #d2dbfa;
		}
		
		.top-takayama-button02 {
			display: block;
			position: absolute;
			top: 230px;
			right: 30px;
			width: 160px;
			height: auto;
			color: #d2dbfa;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			padding: 10px 20px;
			background: #FFF;
			border: solid 2px #fff;
		}
		
		.top-takayama-button03 {
			display: block;
			position: absolute;
			bottom: 50px;
			left: 80px;
			width: 160px;
			height: auto;
			color: #faced6;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			padding: 10px 20px;
			background: #FFF;
			border: solid 2px #fff;
		}
		
		.top-takayama-button04 {
			display: block;
			position: absolute;
			bottom: 50px;
			right: 350px;
			width: 160px;
			height: auto;
			color: #FFF;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			padding: 10px 20px;
			background: #faced6;
			border: solid 2px #faced6;
		}
		
		.top-takayama-button01:hover {
			color: #d2dbfa;
			background: #fff;
			border: solid 2px #d2dbfa;
			transition: .2s ease-in-out;
		}
		
		.top-takayama-button02:hover {
			color: #fff;
			background: #d2dbfa;
			border: solid 2px #fff;
			transition: .2s ease-in-out;
		}
		
		.top-takayama-button03:hover {
			color: #fff;
			background: #faced6;
			border: solid 2px #fff;
			transition: .2s ease-in-out;
		}
		
		.top-takayama-button04:hover {
			color: #faced6;
			background: #fff;
			border: solid 2px #faced6;
			transition: .2s ease-in-out;
		}
		
		
		/*採用情報*/
		#top-recruit {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 40px 0;
		}
		
		#top-recruit h2 {
			position: relative;
			text-align: center;
			width: 150px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-recruit-content01 {
			position: relative;
			z-index: 2;
			width: 530px;
			height: auto;
			margin-right: 40px;
			float: left;
		}
		
		.top-recruit-content02 {
			position: relative;
			z-index: 2;
			width: 530px;
			height: auto;
			float: left;
		}
		
		/*フッター*/
		footer {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
		}
		
		#footer-entry {
			position: relative;
			z-index: 2;
			width: 100%;
			height: 300px;
			padding: 110px 0 90px 0;
		}
		
		#footer-entry p {
			position: relative;
			z-index: 4;
			color: #FFFFFF;
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			line-height: 34px;
		}
		
		.footer-haikei {
			position: absolute;
			z-index: 3;
			top: 0;
			width: 100%;
			height: 500px;
		}
		
		.footer-entry-button {
			display: block;
			position: relative;
			z-index: 4;
			top: 80px;
			text-align: center;
			width: 380px;
			height: auto;
			margin: 0 auto;
			padding: 20px 30px;
			font-size: 26px;
			font-weight: bold;
			color: #FFF;
			border: solid 2px #FFF;
		}
		
		.footer-entry-button:hover {
			color: #e3abdd;
			background: #FFF;
			border: solid 2px #FFF;
			transition: .2s ease-in-out;
		}
		
		#footer-content {
			position: relative;
			z-index: 2;
			width: 100%;
			height: 390px;
			background: #efefef;
		}
		
		#footer-content a:hover {
			text-decoration: underline;
		}
		
		.footer-content00 {
			position: relative;
			z-index: 3;
			top: 30px;
			width: 1360px;
			height: auto;
			margin: 0 auto;
		}
		
		.footer-content01 {
			position: absolute;
			z-index: 4;
			left: 0px;
			width: 250px;
			height: auto;
		}
		
		.footer-content02 {
			position: absolute;
			z-index: 5;
			left: 280px;
			width: 200px;
			height: auto;
		}
		
		.footer-content03 {
			position: absolute;
			z-index: 6;
			left: 500px;
			width: 260px;
			height: auto;
		}
		
		.footer-content04 {
			position: absolute;
			z-index: 7;
			left: 770px;
			width: 150px;
			height: auto;
		}
		
		.footer-content05 {
			position: absolute;
			z-index: 8;
			right: 200px;
			width: 220px;
			height: auto;
		}
		
		.footer-content06 {
			position: absolute;
			z-index: 9;
			right: 0;
			width: 200px;
			height: auto;
		}
		
		.footer-credit {
			position: relative;
			width: 100%;
			height: auto;
			background: #FFFFFF;
			color: #494949;
			text-align: center;
			font-size: 18px;
			padding: 3px 0;
		}
		
		.footer-main-page {
			display: inline;
			position: relative;
			color: #555555;
			font-size: 18px;
		}
		
		.footer-main01-page {
			display: inline;
			position: relative;
			top: 20px;
			color: #555555;
			font-size: 18px;
		}
		
		.footer-sub-page {
			display: inline;
			position: relative;
			top: 5px;
			color: #555555;
			font-size: 16px;
		}
		
		#footer-fix {
			display: none;
		}
		
		.footer-img01 {
			position: relative;
			z-index: 2;
			width: 100%;
			height: auto;
		}
		
		.footer-img02 {
			position: relative;
			z-index: 2;
			top: 50px;
			width: 100%;
			height: auto;
		}
	}

/*SP*/
	@media only screen and (max-width: 768px) {
		
		.pc { display: none !important; }
		.sp { display: block !important; }
		
		/*グローバルメニュー*/
		header {
			display: none;
		}
		
		header-sp {
			position: fixed;
			z-index: 100;
			width: 100%;
			height: 65px;
			background: #FFFFFF;
		}
		
		#logo-sp {
			position: relative;
			z-index: 101;
			top: 15px;
			left: 8px;
			width: 200px;
			height: auto;
		}
		
		.menu-sp {
			position: absolute;
			z-index: 104;
			top: 0;
			right: 0;
			width: 50px;
			height: 65px;
			background: #9e8d42;
		}
		
		nav.globalMenuSp {
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    background: #fff;
    color: #ffffff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #9e8d42;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ffffff;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 8px 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
	
	.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    left: 17%;
    top: 0px;
    width: 40px;
    height: 51px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3.5px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 2px;
}
 
.navToggle span:nth-child(1) {
    top: 12px;
}
 
.navToggle span:nth-child(2) {
    top: 24px;
}
 
.navToggle span:nth-child(3) {
    top: 36px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    top: 45px;
}
	
	/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	width: 30px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	width: 30px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
		/*トップページ*/
		/*キービジュアル*/
		#top-keyvisual {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding-top: 65px;
		}
		
		/*メッセージ*/
		#top-message {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 20px 0;
		}
		
		#top-message h2 {
			position: relative;
			text-align: center;
			width: 140px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-message-content {
			position: relative;
			z-index: 2;
			width: 90%;
			height: auto;
			margin: 0 5%;
		}
		
		.top-message-content01 {
			display: none;
		}
		
		.top-message-content02 {
			position: relative;
			z-index: 3;
			width: 100%;
			height: auto;
		}
		
		.top-message-content02 p {
			font-size: 14px;
			line-height: 20px;
			color: #494949;
			text-align: left;
			margin: 20px 10px;
		}
		
		/*仕事を知る*/
		#top-work {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 20px 0;
			clear: both;
		}
		
		#top-work h2 {
			position: relative;
			text-align: center;
			width: 150px;
			height: auto;
			margin: 0 auto;
		}
		
		#top-work .clear {
			clear: both;
			margin-bottom: 10px;
		}
		
		.top-content {
			position: relative;
			z-index: 2;
			width: 98%;
			height: auto;
			margin: 20px auto;
			padding: 0 1%;
		}
		
		.top-work-content01 {
			position: relative;
			z-index: 2;
			width: 49%;
			height: auto;
			margin-right: 2%;
			float: left;
		}
		
		.top-work-content02 {
			position: relative;
			z-index: 2;
			width: 49%;
			height: auto;
			float: left;
		}
		
		.top-work-link {
			display: block;
			position: relative;
			text-align: center;
			width: 180px;
			height: auto;
			margin: 0 auto;
			padding: 15px 10px;
			font-size: 14px;
			color: #FFF;
			background: #e3abdd;
			border: solid 2px #e3abdd;
		}
		
		
		/*人を知る*/
		#top-person {
			position: relative;
			z-index: 1;
			width: 90%;
			height: auto;
			padding: 40px 5%;
		}
		
		#top-person h2 {
			position: relative;
			text-align: center;
			width: 120px;
			height: auto;
			margin: 0 auto;
		}
		
		.clear-person {
			clear: both;
			margin-bottom: 10px;
		}
		
		.top-person-content01 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			margin-right: 4%;
			margin-bottom: 10px;
			float: left;
		}
		
		.top-person-content02 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			margin-bottom: 10px;
			float: left;
		}
		
		.top-person-content03 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			margin-right: 4%;
			float: left;
		}
		
		.top-person-content04 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			float: left;
		}
		
		.top-person-content05 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			margin-right: 4%;
			float: left;
		}
		
		.top-person-content06 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			float: left;
		}
		
		.top-person-content07 {
			position: relative;
			z-index: 2;
			width: 48%;
			height: auto;
			margin-right: 4%;
			float: left;
		}
		
		.top-person-link {
			display: block;
			position: relative;
			text-align: center;
			width: 180px;
			height: auto;
			margin: 0 auto;
			padding: 15px 10px;
			font-size: 14px;
			color: #FFF;
			background: #e3abdd;
			border: solid 2px #e3abdd;
		}
		
		
		/*1分でわかる高山病院*/
		#top-takayama {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding: 40px 0;
		}
		
		#top-takayama h2 {
			position: relative;
			text-align: center;
			width: 200px;
			height: auto;
			margin: 0 auto;
		}
		
		.top-takayama-content {
			position: relative;
			z-index: 2;
			width: 350px;
			height: auto;
			margin: 20px auto;
		}
		
		.top-takayama-button01 {
			display: block;
			position: absolute;
			top: 125px;
			right: 40px;
			width: 90px;
			height: auto;
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			padding: 6px 10px;
			background: #d2dbfa;
			border: solid 2px #d2dbfa;
		}
		
		.top-takayama-button04 {
			display: block;
			position: absolute;
			bottom: 25px;
			left: 40px;
			width: 90px;
			height: auto;
			color: #faced6;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			padding: 6px 10px;
			background: #fff;
			border: solid 2px #fff;
		}
		
		/*採用情報*/
		#top-recruit {
			position: relative;
			z-index: 1;
			width: 80%;
			height: auto;
			padding: 40px 10%;
		}
		
		#top-recruit h2 {
			position: relative;
			text-align: center;
			width: 120px;
			height: auto;
			margin: 0 auto;
		}
		
		#top-recruit .clear {
			display: none;
		}
		
		.top-recruit-content01 {
			position: relative;
			z-index: 2;
			width: 100%;
			height: auto;
			margin-bottom: 10px;
		}
		
		.top-recruit-content02 {
			position: relative;
			z-index: 2;
			width: 100%;
			height: auto;
			margin-bottom: 10px;
		}
		
		/*フッター*/
		footer {
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
			padding-bottom: 65px;
		}
		
		#footer-entry {
			display: none;
		}
		
		
		#footer-content {
			position: relative;
			z-index: 2;
			width: 100%;
			height: auto;
		}
		
		.footer-content00 {
			position: relative;
			z-index: 3;
			width: 100%;
			height: auto;
			margin: 0 auto;
		}
		
		.footer-content01 {
			position: relative;
			z-index: 4;
			width: 80%;
			height: auto;
			margin: 20px 18% 20px 2%;
		}
		
		.footer-credit {
			position: relative;
			width: 100%;
			height: auto;
			background: #efefef;
			color: #494949;
			text-align: center;
			font-size: 10px;
			padding: 3px 0;
		}
		
		.footer-img01 {
			position: relative;
			z-index: 2;
			width: 58%;
			height: auto;
		}
		
		.footer-img02 {
			position: absolute;
			z-index: 2;
			top: -5px;
			right: 0;
			width: 40%;
			height: auto;
		}
		
		/*固定フッター*/
		#footer-fix {
			position: fixed;
			z-index: 101;
			bottom: 0;
			width: 100%;
			height: 65px;
			background-image: url(/wp-content/uploads/2019/07/footer-fix-haikei.jpg);
			background-size: cover;
		}
		
		.footer-fix-content {
			position: absolute;
			z-index: 102;
			top: 7px;
			left: 15px;
			width: 340px;
			height: auto;
		}
		
		.footer-fix-content01 {
			position: absolute;
			z-index: 103;
			top: 0;
			left: 0;
			width: 54px;
			height: auto;
		}
		
		.footer-fix-content02 {
			position: absolute;
			z-index: 103;
			top: 0;
			left: 70px;
			width: 50px;
			height: auto;
		}
		
		.footer-fix-content03 {
			position: absolute;
			z-index: 103;
			top: 0;
			left: 138px;
			width: 40px;
			height: auto;
		}
		
		.footer-fix-content04 {
			display: block;
			position: absolute;
			z-index: 103;
			top: 0;
			right: 0;
			width: 100px;
			height: auto;
			color: #FFF;
			font-size: 14px;
			padding: 14px 20px;
			border: solid 2px #FFF;
			text-align: center;
		}
		
	}