@charset "UTF-8";

html {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000;
}
body {
	font-size: 13px;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto; /*IE8用ハック*/
}
#wrapper {
	width: 100%;
}

/** トップページ **/
.top {
	background: url(../images/top/bg.gif) repeat;
	padding-top: 55px;
}
.top .container {
	background: url(../images/top/top_bg.jpg) repeat;
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 8px gray;
}
.top h1 {
	text-align: right;
	padding: 10px 15px 0 0;
}
.top h1 + div {
	text-align: center;
	padding: 35px 0 70px;
}
.top .contents {
	margin: 0 20px 30px 30px;
}
.top .innerLeft {
	float: left;
	width: 538px;
	font-size: 0;
}
.top .innerLeft div {
	display: inline-block;
}

.top .innerLeft .mainMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

/*
.top .innerLeft .mainMenu div + div {
	margin-left: 20px;
}
.top .innerLeft .mainMenu div + div + div {
	margin: 26px 0 0 7px;
}
.top .innerLeft .mainMenu div:last {
	margin: 32px 0 6px;
}
*/
.top .innerLeft .mainMenu img:hover {
	-webkit-transform: translate(0,-12px);
	-moz-transform: translate(0,-12px);
	-ms-transform: translate(0,-12px);
	-o-transform: translate(0,-12px);
	transform: translate(0,-12px);
}

.top .innerLeft .subMenu04 {
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}
.top .innerLeft .subMenu04 img {
	width: 164px;
}
/*
.top .innerLeft .subMenu04 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	width: 400px;
	margin: 0 auto;
	padding: 30px 0;
}
*/

.top .innerLeft .subMenu {
	margin: 30px 0;
}
.top .innerLeft .subMenu img {
	width: 164px;
}
.top .innerLeft .subMenu .qa {
	vertical-align: top;
	/*height: 128px;
	margin: 35px 0 0 9px;*/
}
.top .innerLeft .subMenu div + div {
	margin-left: 15px;
}
/*
.top .innerLeft .link {
	margin-left: 10px;
}
*/
/*
.top .innerLeft .link ul {
	display: -webkit-box;
	display: -webkit-flex;
  	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top .innerLeft .link ul li {
	margin-top: 15px;
}
.top .innerLeft .link ul li:nth-child(even) {
	margin-left: 10px;
}
*/
.top .innerLeft .link {
	padding-left: 10px;
}
.top .innerLeft .link li {
	float: left;
	margin-top: 15px;
}
.top .innerLeft .link li:nth-child(even) {
	margin-left: 10px;
}
/*
.top .innerLeft ul li:first-child {
	display: block;
	margin-top: 20px;
}
.top .innerLeft ul li:nth-child(3) {
	margin-left: 10px;
}
*/
.top .innerRight {
	float: right;
	width: 362px;
	font-size: 0;
}
.top .innerRight .news {
	background: url(../images/top/top_bg_news.png) no-repeat center top;
	height: 563px;
	padding: 115px 40px 0 36px;
	font-size: 1.3rem;
	line-height: 2.0;
}
.top .innerRight .subMenu {
	margin-top: 49px;
	font-size: 0;
}
.top .innerRight .subMenu div {
	display: inline-block;
}
.top .innerRight .about {
	vertical-align: top;
	margin: 4px 20px 0 0;
}
.top .innerRight .about + div img {
	display: block;
}
.top .innerRight .about + div + div {
	margin: 12px 0;
}
.top .copyright {
	clear: both;
	background: url(../images/footer.png) no-repeat center top;
	width: 783px;
	margin: 0 auto;
	padding: 80px 0 70px;
	text-align: center;
}

/** common **/
header {
	width: 910px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	margin: 40px 0 3px 10px;
}
header .hNav {
	display: inline;
	position: absolute;
	top: 105px;
	right: 25px;
}
header .hNav img {
	margin-left: 40px;
}
header .menu {
	background: url(../images/headl.png) no-repeat;
	padding: 27px 0 0;
}
header ul {
	width: 820px;
	margin: 0 auto;
	font-size: 0;
}
header li {
	display: inline;
}
header li:nth-child(2) {
	margin: 0 29px 0 47px;
}
header li:nth-child(4) {
	margin: 0 63px 0 44px;
}
header li:nth-child(6) {
	margin: 0 32px 0 47px;
}
.inner {
	width: 922px;
	margin: 0 auto;
}
.inner .copyright {
	clear: both;
	background: url(../images/footer.png) no-repeat center top;
	width: 843px;
	margin: 0 auto;
	padding: 70px 0 150px;
	text-align: center;
}

/** 新卒採用 **/
.entry h2 {
	margin: 35px 0 70px 35px;
}
.entry .tit {
	background: url(../images/entry/cast_01.png) no-repeat;
	height: 167px;
	padding-left: 200px;
	margin-left: 85px;
}
.entry .tit h3 {
	margin: 0 0 15px 30px;
}
.entry .tit p {
	line-height: 2.2;
}
.entry .cast01 {
	margin: 140px 0 0 65px;
}
.entry .cast01 p {
	float: left;
	line-height: 2.2;
}
.entry .cast01 img {
	float: left;
	margin-left: 70px;
}
.entry .pho02 {
	clear: both;
	text-align: center;
	padding: 85px 0;
}
.entry .cast02 {
	background: url(../images/pattern.png) no-repeat top center;
	padding-top: 90px;
}
.entry .cast02 img {
	float: left;
	margin: 0 30px 0 10px;
}
.entry .cast02 p {
	float: left;
	line-height: 2.2;
}
.entry .pho03 {
	clear: both;
	text-align: center;
	padding: 120px 0 65px;
}
.entry .cast .guideline {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}
.entry .cast .guideline > div {
	text-align: center;
	margin-bottom: 70px;
}
.entry .cast .guideline .bt01 {
	position: absolute;
	top: 0;
	right: 0;
}
.entry .style01 {
	width: 670px;
	margin: 0 auto;
}
.entry .style01 th {
	width: 80px;
	padding: 5px;
}
.entry .style01 td {
	padding: 5px;
}
.entry .style01 th span,
.entry .style01 td span{
	line-height: 2.2;
}
.entry .style01 th img {
	margin-right: 20px;
}
.entry .assist {
	background: url(../images/pattern.png) no-repeat top center;
	padding-top: 60px;
}
.entry .assist > div {
	text-align: center;
	margin-bottom: 20px;
}
.entry .assist ul {
	padding-top: 120px;
	width: 866px;
	margin: 0 auto;
}
.entry .assist li {
	float: left;
	position: relative;
}
.entry .assist li p {
	margin: 0 80px 0 60px;
	line-height: 2.3;
	width: 300px;
	position: absolute;
	top: 50%;
	transform: translateY(40%);
}
.entry .assist li:last-child {
	float: right;
}
.entry .pho04 {
	clear: both;
	text-align: center;
	padding: 40px 0 80px;
}

/** 経験者採用 **/
.career .contents {
	max-width: 850px;
	margin: 0 auto;
	padding-top: 100px;
}
.career h2 {
	margin: 55px 0 0 25px;
}
/*
.career h2 + ul {
	text-align: center;
	font-size: 0;
}
.career h2 + ul li {
	display: inline-block;
	padding: 0 33px;
}
.career h2 + ul li:first-child {
	padding-left: 0;
}
.career h2 + ul li:last-child {
	padding-right: 0;
}
*/

.career h3 {
	text-align: center;
	margin: 40px 0 30px;
}
.career h3 img.small {
	width: 500px;
}

.career-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 50px;
}
.career-nav a:hover {
	opacity: 0.7;
}

.career section + section {
	background: url(../images/pattern02.png) no-repeat center top;
	margin-top: 70px;
	padding-top: 80px;
}
.career section > div {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
.career .style01 {
	margin: 40px 0 0 5px;
}
.career .style01 th {
	width: 70px;
	padding: 0 5px;
	line-height: 2.2;
}
.career .style01 td {
	padding: 0 5px;
	line-height: 2.2;
}
.career td.indent01 p {
	padding-left: 5em;
	text-indent: -5em;
}
.career td.indent02 p {
	padding-left: 4em;
	text-indent: -4em;
}
.career .doctor .bt01 {
	position: absolute;
	top: 0;
	left: 270px;
}
.career .doctor,
.career .cast {
	position: relative;
}
.career .doctor .bt01,
.career .cast .bt01 {
	position: absolute;
	top: 0;
	right: 0;
}
.career .nurse.illust {
	background: url(../images/career/pho_05.png) no-repeat;
	background-position: 90% 5%;
}
.career .pharmacist .illust {
	background: url(../images/career/img_02.png) no-repeat 500px top;
	height: 133px;
}
.career .therapist p {
	margin: 35px 0 0 10px;
}
.career .therapist.illust {
	background: url(../images/career/pho_04.png) no-repeat;
	background-position: 100% 30%;
}
.career .socialworker {
	position: relative;
}
.career .socialworker .bt01 {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.career .socialworker .bt01 img {
	margin-left: 20px;
}
.career .socialworker.illust {
	background: url(../images/career/pho_03.png) no-repeat;
	background-position: 100% 72%;
}
.career .point {
	margin-top: 100px;
}
.career .point-celebration {
	background: url(../images/career/img_celeb.png) no-repeat;
	width: 862px;
	height: 336px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.career .pointInner {
	background: url(../images/career/img_01.png) no-repeat;
	width: 862px;
	height: 336px;
	margin: 0 auto;
	position: relative;
}
.career .pointInner ul {
	position: absolute;
	top: 35px;
	left: 374px;
}
.career .pointInner li {
	padding: 3px 0 3px 2em;
	text-indent: -2em;
}
.career .pointInner li:before {
	content: '★　';
}
.career .pointInner + p {
	margin-top: 15px;
	text-align: center;
}
.career .pointInner + p + div {
	text-align: center;
	margin-top: 65px;
}
.career .pointInner + p + div + div {
	text-align: center;
	margin: 65px 0 140px;
}

.career-bnrLINE {
	margin-top: 40px;
	text-align: center;
}

/** スペシャリスト **/
.specialist .inner {
	width: 952px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 2.0;
	overflow: hidden;
}
.specialist .content01 {
	background: url(../images/specialist/bg_01.jpg) no-repeat center top;
	width: 952px;
	height: 660px;
	margin-top: 40px;
	position: relative;
}
.specialist .content01 .doc {
	position: absolute;
	top: 137px;
	left: 84px;
}
.specialist .content01 .nur {
	position: absolute;
	top: 122px;
	left: 318px;
}
.specialist .content01 .cast {
	position: absolute;
	top: 85px;
	right: 48px;
}
.specialist .content01 .pha {
	position: absolute;
	bottom: 43px;
	left: 96px;
}
.specialist .content01 .the {
	position: absolute;
	bottom: 56px;
	left: 355px;
}
.specialist .content01 .diet {
	position: absolute;
	bottom: 56px;
	right: 38px;
}
.specialist .content02 p:first-child,
.specialist .content03 p:first-child,
.specialist .content04 p:first-child,
.specialist .content05 p:first-child,
.specialist .content06 p:first-child,
.specialist .content07 p:first-child,
.specialist .content08 p:first-child {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
.specialist .content02 {
	background: url(../images/specialist/bg_02.jpg) no-repeat center top;
	width: 952px;
	height: 1080px;
}
.specialist .content02 .mainTxt {
	position: relative;
}
.specialist .content02 .mainTxt p {
	position: absolute;
	top: 185px;
	left: 255px;
	font-size: 13px;
	font-weight: normal;
}
.specialist .content02 .doc01 {
	position: relative;
	top: 495px;
	left: 180px;
}
.specialist .content02 .doc01 p:first-child {
	position: absolute;
	left: 420px;
}
.specialist .content02 .doc01 p:last-child {
	position: absolute;
	top: 70px;
	width: 610px;
}
.specialist .content02 .doc02 {
	position: relative;
	top: 1060px;
	left: 180px;
}
.specialist .content02 .doc02 p:first-child {
	position: absolute;
	left: 95px;
}
.specialist .content02 .doc02 p:last-child {
	position: absolute;
	top: 48px;
	width: 600px;
}
.specialist .content02 .doctorLink {
	position: relative;
	top: 380px;
	display: block;
}
.specialist .content03 {
	background: url(../images/specialist/bg_03.jpg) no-repeat center top;
	width: 952px;
	height: 1324px;
}
.specialist .content03 .nur01 {
	position: relative;
	top: 163px;
	left: 190px;
}
.specialist .content03 .nur01 p:first-child {
	position: absolute;
	left: 395px;
}
.specialist .content03 .nur01 p:last-child {
	position: absolute;
	top: 45px;
	width: 570px;
}
.specialist .content03 .nur02 {
	position: relative;
	top: 550px;
	left: 500px;
}
.specialist .content03 .nur02 p:first-child {
	position: absolute;
	left: 95px;
}
.specialist .content03 .nur02 p:last-child {
	position: absolute;
	top: 40px;
	width: 380px;
}
.specialist .content03 .nur03 {
	position: relative;
	top: 710px;
	left: 80px;
}
.specialist .content03 .nur03 p:first-child {
	position: absolute;
	left: 70px;
}
.specialist .content03 .nur03 p:last-child {
	position: absolute;
	top: 40px;
	width: 290px;
}
.specialist .content03 .nur04 {
	position: relative;
	top: 910px;
	left: 543px;
}
.specialist .content03 .nur04 p:first-child {
	position: absolute;
	left: 90px;
}
.specialist .content03 .nur04 p:last-child {
	position: absolute;
	top: 40px;
	width: 330px;
}
.specialist .content04 {
	background: url(../images/specialist/bg_04.jpg) no-repeat center top;
	width: 952px;
	height: 1052px;
}
.specialist .content04 .cast01 {
	position: relative;
	top: 70px;
	left: 70px;
}
.specialist .content04 .cast01 p:first-child {
	position: absolute;
	left: 50px;
}
.specialist .content04 .cast01 p:last-child {
	position: absolute;
	top: 45px;
	width: 270px;
}
.specialist .content04 .cast02 {
	position: relative;
	top: 300px;
	left: 560px;
}
.specialist .content04 .cast02 p:first-child {
	position: absolute;
	left: 60px;
}
.specialist .content04 .cast02 p:last-child {
	position: absolute;
	top: 70px;
	width: 310px;
}
.specialist .content04 .cast03 {
	position: relative;
	top: 530px;
	left: 65px;
}
.specialist .content04 .cast03 p:first-child {
	position: absolute;
	left: 60px;
}
.specialist .content04 .cast03 p:last-child {
	position: absolute;
	top: 40px;
	width: 300px;
}
.specialist .content04 .castLink {
	position: relative;
	top: -170px;
	display: block;
}
.specialist .content05 {
	background: url(../images/specialist/bg_05.jpg) no-repeat center top;
	width: 952px;
	height: 1134px;
}
.specialist .content05 .heal01 {
	position: relative;
	top: 150px;
	left: 190px;
}
.specialist .content05 .heal01 p:first-child {
	position: absolute;
	left: 200px;
}
.specialist .content05 .heal01 p:last-child {
	position: absolute;
	top: 45px;
	width: 590px;
}
.specialist .content05 .phar01 {
	position: relative;
	top: 740px;
	left: 300px;
}
.specialist .content05 .phar01 p:first-child {
	position: absolute;
	left: 105px;
}
.specialist .content05 .phar01 p:last-child {
	position: absolute;
	top: 45px;
	width: 420px;
}
.specialist .content05 .pharmacistLink {
	position: relative;
	top: 530px;
	display: block;
}
.specialist .content06 {
	background: url(../images/specialist/bg_06.jpg) no-repeat center top;
	width: 952px;
	height: 1654px;
}
.specialist .content06 .thera01 {
	position: relative;
	top: 70px;
	left: 115px;
}
.specialist .content06 .thera01 p:first-child {
	position: absolute;
	left: 50px;
}
.specialist .content06 .thera01 p:last-child {
	position: absolute;
	top: 70px;
	width: 320px;
}
.specialist .content06 .thera02 {
	position: relative;
	top: 325px;
	left: 555px;
}
.specialist .content06 .thera02 p:first-child {
	position: absolute;
	left: 60px;
}
.specialist .content06 .thera02 p:last-child {
	position: absolute;
	top: 40px;
	width: 310px;
}
.specialist .content06 .thera03 {
	position: relative;
	top: 630px;
	left: 160px;
}
.specialist .content06 .thera03 p:first-child {
	position: absolute;
	left: 50px;
}
.specialist .content06 .thera03 p:last-child {
	position: absolute;
	top: 40px;
	width: 310px;
}
.specialist .content06 .thera04 {
	position: relative;
	top: 930px;
	left: 560px;
}
.specialist .content06 .thera04 p:first-child {
	position: absolute;
	left: 40px;
}
.specialist .content06 .thera04 p:last-child {
	position: absolute;
	top: 50px;
	width: 320px;
}
.specialist .content06 .thera05 {
	position: relative;
	top: 1140px;
	left: 140px;
}
.specialist .content06 .thera05 p:first-child {
	position: absolute;
	left: 100px;
}
.specialist .content06 .thera05 p:last-child {
	position: absolute;
	top: 45px;
	width: 310px;
}
.specialist .content07 {
	background: url(../images/specialist/bg_07.jpg) no-repeat center top;
	width: 952px;
	height: 1252px;
}
.specialist .content07 .diet01 {
	position: relative;
	top: 85px;
	left: 545px;
}
.specialist .content07 .diet01 p:first-child {
	position: absolute;
	left: 60px;
}
.specialist .content07 .diet01 p:last-child {
	position: absolute;
	top: 40px;
	width: 290px;
}
.specialist .content07 .diet02 {
	position: relative;
	top: 150px;
	left: 105px;
}
.specialist .content07 .diet02 p:first-child {
	position: absolute;
	left: 50px;
}
.specialist .content07 .diet02 p:last-child {
	position: absolute;
	top: 40px;
	width: 280px;
}
.specialist .content07 .diet03 {
	position: relative;
	top: 650px;
	left: 540px;
}
.specialist .content07 .diet03 p:first-child {
	position: absolute;
	left: 85px;
}
.specialist .content07 .diet03 p:last-child {
	position: absolute;
	top: 50px;
	width: 320px;
}
.specialist .content07 .diet04 {
	position: relative;
	top: 790px;
	left: 100px;
}
.specialist .content07 .diet04 p:first-child {
	position: absolute;
	left: 75px;
}
.specialist .content07 .diet04 p:last-child {
	position: absolute;
	top: 40px;
	width: 320px;
}
.specialist .content07 .dietitianLink {
	position: relative;
	top: -220px;
	display: block;
}
.specialist .content08 {
	background: url(../images/specialist/bg_08.jpg) no-repeat center top;
	width: 952px;
	height: 872px;
	margin-bottom: 200px;
}
.specialist .content08 .radio01 {
	position: relative;
	top: 110px;
	left: 480px;
}
.specialist .content08 .radio01 p:first-child {
	position: absolute;
	left: 60px;
}
.specialist .content08 .radio01 p:last-child {
	position: absolute;
	top: 80px;
	width: 320px;
}

/** 病院概要 **/
.company {
	font-size: 13px;
}
.company .intro {
	margin: 100px 0 0 155px;
}
.company .intro figure {
	float: left;
	margin-right: 85px;
}
.company .intro figure + p {
	float: left;
	background: url(../images/company/tit_01.jpg) no-repeat;
	width: 308px;
	margin-top: 55px;
	padding-top: 140px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.company .intro figure + p + p {
	clear: both;
	padding-top: 100px;
	line-height: 2.2;
}
.company dl {
	width: 776px;
	margin: 200px 0 0 85px;
	line-height: 2.3;
}
.company dt {
	width: 663px;
	margin: 0 auto;
}
.company dt + dd {
	background: url(../images/company/tit_03.jpg) no-repeat;
	width: 662px;
	height: 180px;
	padding: 115px 55px 0;
	margin: 70px 0 150px;
}
.company dt + dd + dd {
	background: url(../images/company/tit_04.jpg) no-repeat;
	width: 662px;
	height: 279px;
	padding: 85px 55px 0;
	margin-bottom: 150px;
}
.company dt + dd + dd + dd {
	background: url(../images/company/tit_05.jpg) no-repeat;
	width: 666px;
	height: 277px;
	padding: 120px 55px 0;
	margin-bottom: 250px;
}

/** 介護研修 **/
.training .inner {
	/*width: 904px;*/
	padding-top: 20px;
	line-height: 2.2;
}
.training h2 {
	background: url(../images/training/tit_01.jpg) no-repeat;
	width: 904px;
	height: 434px;
	margin: 0 auto;
}
.training h2 p {
	padding: 280px 0 0 85px;
}
.training .content01 {
	margin-top: 70px;
	text-align: center;
}
.training .content01 ul {
	display: flex;
	justify-content: center; 
	align-items: center;
	margin-top: 20px;
}
.training .content01 li {
	height: 834px;
	text-align: left;
}
.training .content01 li:first-child {
	background: url(../images/training/prog_01.png) no-repeat top left;
	width: 266px;
	text-align: center;
	position: relative;
}
.training .content01 li:first-child p {
	position: absolute;
	bottom: 10px;
}
.training .content01 li:nth-child(2) {
	background: url(../images/training/line.png) no-repeat top left;
	width: 30px;
	margin-top: 103px;
}
.training .content01 li:nth-child(3) {
	background: url(../images/training/prog_02.png) no-repeat top;
	width: 267px;
}
.training .content01 li:nth-child(3) dl {
	margin: 185px 0 0 10px;
}
.training .content01 li:nth-child(3) dt.style01 {
	margin-top: 100px;
	padding-left: 55px;
}
.training .content01 li:nth-child(3) dt.style01 + dt {
	margin-top: 110px;
	padding-left: 55px;
}
.training .content01 li:nth-child(4) {
	background: url(../images/training/line.png) no-repeat top center;
	width: 34px;
	margin-top: 103px;
}
.training .content01 li:nth-child(5) {
	background: url(../images/training/prog_03.png) no-repeat top;
	width: 245px;
}
.training .content01 li:nth-child(5) p {
	margin: 185px 0 0 5px;
	line-height: 2.3;
}
.training .content02 {
	text-align: center;
	margin-top: 70px;
}
.training .content02 h3 {
	margin: 30px 0 60px;
}
.training .content02 ul {
	display: flex;
	justify-content: center; 
	align-items: center;
}
.training .content02 li {
	padding: 125px 15px 0;
	text-align: left;
}
.training .content02 li:first-child {
	background: url(../images/training/bg_01.png) no-repeat top;
	width: 311px;
	height: 302px;
}
.training .content02 li:nth-child(2) {
	background: url(../images/training/bg_02.png) no-repeat top;
	width: 311px;
	height: 306px;
	margin: 0 15px 0 12px;
}
.training .content02 li:nth-child(3) {
	background: url(../images/training/bg_03.png) no-repeat top;
	width: 305px;
	height: 300px;
}
.training .content02 ul + p {
	margin-top: 40px;
}
.training .content03 {
	text-align: center;
	margin-top: 80px;
}
.training .content03 h3 {
	margin: 50px 0 80px;
}
.training .content03 .tori01 {
	background: url(../images/training/pho_01.jpg) no-repeat;
	width: 881px;
	height: 276px;
	float: right;
	position: relative;
	text-align: left;
}
.training .content03 .tori01 p {
	position: absolute;
	top: 130px;
	right: 40px;
}
.training .content03 ul {
	clear: both;
	display: flex;
	padding-top: 45px;
}
.training .content03 ul li:first-child img {
	margin: 40px 20px 0 0;
}
.training .content03 ul li:nth-child(2) {
	background: url(../images/training/pho_02.jpg) no-repeat;
	width: 702px;
	height: 347px;
	position: relative;
	text-align: left;
}
.training .content03 ul li:nth-child(2) p {
	position: absolute;
	top: 75px;
	right: 38px;
}
.training .content03 ul li:nth-child(2) p + p {
	position: absolute;
	top: 190px;
	right: 25px;
}
.training .content03 .style02 {
	clear: both;
	position: relative;
	height: 1090px;
}
.training .content03 .tori02 {
	position: absolute;
	top: 340px;
	left: 60px;
	z-index: -1;
}
.training .content03 .tori02 div {
	background: url(../images/training/pho_03.jpg) no-repeat;
	width: 394px;
	height: 748px;
	position: relative;
	text-align: left;
}
.training .content03 .tori02 div p {
	position: absolute;
	top: 360px;
	left: 43px;
}
.training .content03 .tori03 {
	position: absolute;
	top: 340px;
	right: 30px;
	z-index: 1;
}
.training .content03 .tori03 div {
	background: url(../images/training/pho_04.jpg) no-repeat;
	width: 407px;
	height: 678px;
	margin-top: 30px;
	z-index: 1;
	position: relative;
	text-align: left;
}
.training .content03 .tori03 div p:first-child {
	position: absolute;
	top: 330px;
	right: 25px;
}
.training .content03 .tori03 div p + p {
	position: absolute;
	top: 470px;
	right: 25px;
}
.training .inner .copyright {
	clear: both;
	margin-top: 80px;
}

/** Q&A **/
.qanda .inner {
	text-align: center;
}
.qanda .inner img {
	margin: 160px 0 100px;
}

/** お問い合わせ **/
.contact .inner {
	width: 851px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.2;
}
.contact section {
	background: url(../images/pattern02.png) no-repeat center top;
	clear: both;
}
.contact section:first-child {
	background: none;
}
.contact .fresh {
	background: url(../images/contact/ico_01.png) no-repeat;
	margin: 70px 0 0 50px;
	padding-left: 240px;
}
.contact .fresh dt {
	padding: 30px 0 35px;
}
.contact .fresh dd {
	margin-bottom: 40px;
}
.contact .fresh dd img {
	margin: 0 20px 20px 0;
}
.contact ul.career {
	padding-top: 65px;
}
.contact ul.career li {
	float: left;
	display: block;
}
.contact ul.career li:nth-child(odd) {
	width: 290px;
}
.contact ul.career li:nth-child(odd) p {
	width: 140px;
	margin-left: 50px;
	text-align: center;
}
.contact ul.career li:nth-child(even) {
	width: 540px;
}
.contact ul.career li:nth-child(3) {
	margin-top: 40px;
}
.contact ul.career li:nth-child(4) img {
	margin: 50px 0 60px;
}
.contact ul.career li:nth-child(5) img {
	margin-top: 6px;
}
.contact ul.career li a + p {
	margin: 45px 0 95px;
}
.contact .seminar {
	padding-top: 65px;
}
.contact .seminar p {
	background: url(../images/contact/tit_03.png) no-repeat;
	margin-left: 50px;
	padding-left: 240px;
}
.contact .seminar div {
	padding: 40px 0 76px 290px;
}
.contact .line {
	text-align: center;
	padding: 70px 0 60px;
}


/*------------------------------------------------------------*/
/* form */
/*------------------------------------------------------------*/
.form {
	font-size: 16px;
	line-height: 2.2;
}
.form-style {
	width:910px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 1px;
}
.form-style table {
	width:910px;
	border-top:#CCC solid 1px;
	border-right:#CCC solid 1px;
	margin:10px 0 20px;
}
.form-style th {
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	background:#EEE;
	padding:15px;
	font-weight:bold;
	max-width: 240px;
}
.form-style th span {
	background:#F66;
	padding:0 3px;
	margin-left:5px;
	color:#FFF;
	font-size:11px;
}
.form-style td {
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:15px;
}
.form-style td span {
	color:#666;
}
.form-style td.side {
	display: flex;
	list-style:none;
}
.form-style td.side p+p {
	margin-left:20px;
}
.form-style input,
.form-style textarea,
.form-style select {
	padding: 5px;
	border: 1px solid #999;
}
.form-style .sizeA {
	width: 150px;
}
.form-style .sizeB {
	width: 50px;
}
.form-style .sizeC {
	width: 350px;
}
.form-style .sizeD {
	width: 70px;
}
.form-style .sizeE {
	width: 550px;
	height: 150px;
}
.form-style .btn-style {
	padding: 10px 20px;
	border: 1px solid #999;
	cursor: pointer;
}

.form-item {
	width: 100%;
	height: 100px;
}


/*------------------------------------------------------------*/
/* f_pagetop */
/*------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 26%;
	right: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.pagetop a {
	display: block;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* End Hides from IE-mac */


/* margin padding
------------------------------------------------------------*/
.m0 {margin:0!important;}

.mT0 {margin-top:0!important;}
.mT05 {margin-top:5px!important;}
.mT10 {margin-top:10px!important;}
.mT15 {margin-top:15px!important;}
.mT20 {margin-top:20px!important;}
.mT25 {margin-top:25px!important;}
.mT30 {margin-top:30px!important;}
.mT40 {margin-top:40px!important;}
.mT50 {margin-top:50px!important;}
.mT60 {margin-top:60px!important;}

.mR0 {margin-right:0px!important;}
.mR05 {margin-right:5px!important;}
.mR10 {margin-right:10px!important;}
.mR15 {margin-right:15px!important;}
.mR20 {margin-right:20px!important;}
.mR25 {margin-right:25px!important;}
.mR30 {margin-right:30px!important;}

.mB0 {margin-bottom:0!important;}
.mB05 {margin-bottom:5px!important;}
.mB10 {margin-bottom:10px!important;}
.mB15 {margin-bottom:15px!important;}
.mB20 {margin-bottom:20px!important;}
.mB25 {margin-bottom:25px!important;}
.mB30 {margin-bottom:30px!important;}
.mB35 {margin-bottom:35px!important;}
.mB40 {margin-bottom:40px!important;}
.mB45 {margin-bottom:45px!important;}
.mB50 {margin-bottom:50px!important;}

.mL0 {margin-left:0px!important;}
.mL05 {margin-left:5px!important;}
.mL10 {margin-left:10px!important;}
.mL15 {margin-left:15px!important;}
.mL20 {margin-left:20px!important;}
.mL25 {margin-left:25px!important;}
.mL30 {margin-left:30px!important;}

.p0 {padding:0!important;}

.pT0 {padding-top:0px!important;}
.pT05 {padding-top:5px!important;}
.pT10 {padding-top:10px!important;}
.pT15 {padding-top:15px!important;}
.pT20 {padding-top:20px!important;}
.pT25 {padding-top:25px!important;}
.pT30 {padding-top:30px!important;}

.pR0 {padding-right:0px!important;}
.pR05 {padding-right:5px!important;}
.pR10 {padding-right:10px!important;}
.pR15 {padding-right:15px!important;}
.pR20 {padding-right:20px!important;}
.pR25 {padding-right:25px!important;}
.pR30 {padding-right:30px!important;}

.pB0 {padding-bottom:0px!important;}
.pB05 {padding-bottom:5px!important;}
.pB10 {padding-bottom:10px!important;}
.pB15 {padding-bottom:15px!important;}
.pB20 {padding-bottom:20px!important;}
.pB25 {padding-bottom:25px!important;}
.pB30 {padding-bottom:30px!important;}
.pB40 {padding-bottom:40px!important;}

.pL0 {padding-left:0px!important;}
.pL05 {padding-left:5px!important;}
.pL10 {padding-left:10px!important;}
.pL15 {padding-left:15px!important;}
.pL20 {padding-left:20px!important;}
.pL25 {padding-left:25px!important;}
.pL30 {padding-left:30px!important;}


/* align
------------------------------------------------------------*/
.txtAL {text-align:left;}
.txtAC {text-align:center;}
.txtAR {text-align:right;}

.vAT {vertical-align:top;}
.vAM {vertical-align:middle;}
.vAB {vertical-align:bottom;}