@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	common.css

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. 共通

------------------------------------------------------------------------------*/


/*	. IR
------------------------------------------------------------------------------*/

#site_logo,
#job .category .what_job .figure,
#site_content .pattern1 li a {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	*text-indent: -9999px;
	white-space: nowrap;
}

/*	. clearfix
------------------------------------------------------------------------------*/

#site_content #gnav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#site_content #gnav ul {
	*zoom: 1;
}


/*
------------------------------------------------------------------------------*/

body {
	color: #333;
}

.site_column {
	position: relative;
	width: 980px;
	margin: 0px auto;
}

#wrapper {
	max-width: 980px;
	margin: 0 auto;
	/*background: url(../img/bg_img.png) no-repeat;*/
	background-position: top right;
	z-index: 0;
}


@media screen and (min-width: 768px) { .sp-only { display: none !important; } }
@media screen and (max-width: 767px) { .pc-only { display: none !important; } }


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

	.site_column {
		width: 90%;
	}


/* 960px */}


/*
------------------------------------------------------------------------------*/

li {
	list-style: none;
}

p,li,dt,dd,
ul,ol,dl,
.composing .col,
.composing .row {
	background: none;
}

p {
	font-size: 16px;
}

nav ul {
	margin: 0;
	padding: 0;
}


/*
------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:hover,
a img:hover {
	opacity: 0.8;
}

a,
a:visited {
	color: #333;
}

a,
a:focus {
	outline: none;
}


/*
------------------------------------------------------------------------------*/

.bullet_arrow {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.bullet_arrow:before {
	display: inline;
	position: absolute;
	top: 0.5em;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: #7B59A3;
}

#footer_nav .bullet_arrow:before {
	top: 5px;
}


/*
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	margin: 0;
}

h2 {
	padding: 0.7em 1em;
	border: 4px solid #7959A3;
	border-left-width: 15px;
	font-size: 20px;
	color: #333;	
}

h3 {
	position: relative;
	/*width: 30%;*/
	margin: 0 auto;
	font-size: 263%;
	padding-left: 100px;
}

h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 84px;
	height:83px;
}

#job .category .box span {
	display: block;
	/*width: 30%;*/
	margin: -5px auto 0;
	padding-left: 100px;
}

#job .category .box {
	margin-bottom: 40px;
	padding: 15px 10px;
	border: 4px double #333;
	text-align: center;
}

#job .category .box-wrap {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
}

/*#job .hi h3,
#job .hi .box span {
	width: 35%;
}*/

h4 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #FFE900;
	line-height: 1.3;
	font-size: 163%;
}

.text {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}

.mt80 {
	margin-top:80px;
}


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

	h3 {
		font-size: 190%;
	}

	h3:before {
		left: 20px;
		width: 70px;
		height:69px;
	}

/* 960px */}



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

	h3,
	#job .category .box span {
		/*width: 35%;*/
	}

/* 900px */}


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

	p,
	#job .category .box span {
		font-size: 90%;
	}

	h4 {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 110%;
	}


/* 768px */}


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


/* 516px */}


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

	h2 {
		margin-bottom: 20px;
	}

	#job .category .box {
		margin-bottom: 30px;
	}

	h3 {
		/*width: 50%;*/
		padding-left: 60px;
		font-size: 150%;
	}

	h3:before {
		left: 0;
		width: 50px;
		height:49px;
	}

	#job .pet .box h3 {
		line-height: 120%;
		margin-bottom: 3px;
	}
	
	#job .category .box span {
		/*width: 50%;*/
		font-size: 60%;
		padding-left: 60px;
	}

	#job .hi h3,
	#job .hi .box span {
		/*width: 65%;*/
	}


/* 480px */}


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

	h3,
	#job .category .box span {
		/*width: 60%;*/
	}

	#job .hi h3,
	#job .hi .box span {
		/*width: 70%;*/
	}


/* 480px */}



/*------------------------------------------------------------------------------

	3. ヘッダー

------------------------------------------------------------------------------*/

#site_header {
    position: fixed;  
    top: 0;  
    left: 0;
	z-index: 10;
	padding: 20px 0 0;
	height: 70px;
	width: 100%;
	background-color: #FFF;
}


/*	-1. メニュー
------------------------------------------------------------------------------*/
#site_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px 0 0;
    height: 70px;
    width: 100%;
    background-color: #FFF;
}
@media screen and (max-width: 768px){

#site_header {
    height: 70px;
}
	

/* 768px */}
#site_content {
	padding-top: 80px;
}
#site_header nav {
	position: absolute;
	top: 10px;
	right: 0;
}

#site_header nav ul {
	float: right;
	margin: 0;
}

#site_header nav li {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	font-size: 14px;
}

#site_header nav a {
	padding-left: 20px;
}

#site_header nav a:before {
	display: block;
	position: absolute;
	top: 3px;
	content: "";
	width: 14px;
	height: 16px;
	background: url(../img/mene_icon.png) no-repeat;
	background-size: cover;
	background: none\9;
}

#site_header nav .nav2 a:before {
	background-position: -16px 0;
}

#site_header nav .nav3 a:before {
	background-position: -32px 0;
}

#site_header nav .nav4 a:before {
	background-position: -48px 0;
}


@media screen and (min-width: 961px){
	
	#site_header .js_folding_container {
		display: block !important;
	}

/* 769px */}


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

	#site_header nav {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 12px;
	}

	#site_header .js_folding_container {
		display: none;
	}
	
	#site_header nav ul {
		float: none;
		border: 4px solid #E34A5F;
		border-radius: 10px;
		background-color: #FFF;
	}
	
	#site_header nav ul:before {
		position: absolute;
		top: -13px;
		right: 41px;
		display: block;
		content: "";
		height: 0;
		border-bottom-color: #E34A5F;
		border-style: solid;
		border-width: 0 10px 13px 10px;
		color: #FFF;
	}

	#site_header nav li {
		float: none;
		width: 100%;
		margin: 0;
		text-align: left;
		font-size: 16px;
	}	

	#site_header nav a {
		display: block;
		padding: 0.5em 2.5em;
		border-top: 1px solid #DDD;
	}

	#site_header nav li:first-child a {
		border-top: none;		
	}
	
	#site_header nav a:before {
		display: block;
		top: 16px;
		left: 1em;
	}	

	#site_header .nav1 a:before {
		top: 14px;
	}	
	
	#site_header .js_folding_button {
		position: absolute;
		top: 0px;
		right: 0;
		padding: 5px 1em 5px 42px;
		background: #E34A5F;
		border-radius: 5px;
		font-weight: bold;
		color: #FFF;
	}
	
	#site_header .js_folding_button:before {
		display: inline;
		position: absolute;
		top: 10px;
		left: 1em; 
		content: "";
		width: 21px;
		height: 17px;
		background: url(../img/header_nav_menu.png) no-repeat;
		background-size: contain;
	}

	#site_header .js_folding_opened:before {
		background: url(../img/header_nav_menu_closed.png) no-repeat;
		background-size: contain;
	}

/* 960px */}
	
#site_header .js_folding_button {
	display: none;
}


@media screen and (max-width: 960px){
	
	#site_header .js_folding_button {
		display: inherit;
	}

/* 960px */}


/*	-1. ロゴ
------------------------------------------------------------------------------*/

#site_logo {
	width: 320px;
	height: 45px;
	background: url(../img/logo.svg) no-repeat;
	background-position: left center;
	background-size: contain;
}


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

	#site_logo {
		width: 250px;
		height: 35px;
		margin: 0;
		background-size: 100%;
	}
	

/* 768px */}


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

	#site_logo {
		top: 0px;
		width: 162px;
		margin: 0;
	}
	

/* 480px */}


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

	#site_logo {
		width: 170px;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	. フッター

------------------------------------------------------------------------------*/

#site_footer {
	margin-top: 70px;
	font-size: 12px;
}

.bg {
	padding: 20px 0;
}

.copyright {
	margin: 10px 0 0;
	text-align: center;
	font-size: 14px;
}

address span {
	font-weight: bold;
}

address p {
	font-size: 14px;
}

#top_button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

#site_footer nav {
	background: #FFE500;
}

#footer_nav {
	padding: 13px 0;
	text-align: right;
}

#footer_nav a {
	text-align: left;
}

#footer_nav a:hover {
	text-decoration: underline;
}

.bullet_home {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.bullet_home:before {
    display: inline;
    position: absolute;
    left: 0;
    top: 2px;
	height: 16px;
	width: 16px;
    content: "";
	background: url(../img/mene_icon.png) no-repeat;
	background-size: cover;
}

#footer_nav .bullet_arrow:before {
    top: 5px;
}


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

	#site_footer {
		margin-top: 5%;
	}

/* 960px */}


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

	#footer_nav {
		text-align: center;
	}

	#top_button a img {
		width: 50px;
	}

	.copyright,address p {
	font-size: 90%;
	}

	.copyright {
		text-align: left;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	. タイトル

------------------------------------------------------------------------------*/

#title h2 {
	margin: 0 0 10px;
	border: none;
	text-align: center;
}
#title h2 .sp {
	display:none;
}

#title img {
	max-width: 100%;
	height: auto;
}

#title  p {
	margin-bottom: 40px;
	text-align: center;
}

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

	#title h2 {
		padding: 0.7em 0;
	}
	#title h2 .pc {
		display:none;
	}
	#title h2 .sp {
		display:inline;
	}

/* 768px */}

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

	#title h2 {
		padding: 0.7em 0;
		position: relative;
		margin-left: -5.55%;
		margin-right: -5.55%;
	}
	#title  p {
		text-align: left;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	. グローバルナビ

------------------------------------------------------------------------------*/

#gnav2 {
	display: none;
}

/*	-1. 大
------------------------------------------------------------------------------*/

#site_content .pattern1 {
	margin-top: -90px;
	padding-top: 90px;
	margin-bottom: 50px;
}

#site_content .pattern1 li {
	margin: 0;
	padding: 0;
}

#site_content .pattern1 li {
	position: relative;
	float: left;
	width: 24%;
	height: 0;
	padding-top: 21.2%;
	margin: 0 0.5% 0.5% 0;
}

#site_content .pattern1 li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 88%;
}

#site_content .pattern1 li.nav1 a {
	background: url(../img/2021/gnav_01_pt.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav2 a {
	background: url(../img/2021/gnav_02_ot.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav3 a {
	background: url(../img/2022/gnav_03_st.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav4 a {
	background: url(../img/2021/gnav_04_at.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav5 a {
	background: url(../img/2021/gnav_05_mt.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav6 a {
	background: url(../img/2021/gnav_06_ce.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav7 a {
	background: url(../img/2022/gnav_07_ort.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav8 a {
	background: url(../img/2022/gnav_08_em.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav9 a {
	background: url(../img/2022/gnav_09_rt.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav10 a {
	background: url(../img/2022/gnav_10_nrd.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav11 a {
	background: url(../img/2022/gnav_11_pet.jpg?2208) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav12 a {
	background: url(../img/2022/gnav_12_nur.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav13 a {
	background: url(../img/2022/gnav_13_sw.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav14 a {
	background: url(../img/2021/gnav_14_hi.jpg) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav15 a {
	background: url(../img/gnav_hme.jpg?3) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav16 a {
	background: url(../img/gnav_ntc.jpg?3) no-repeat;
	background-size: contain;
}
#site_content .pattern1 li.nav17 a {
	background: url(../img/20170711.jpg?3) no-repeat;
	background-size: contain;
}


#site_content .pattern1 li.nav4,
#site_content .pattern1 li.nav8,
#site_content .pattern1 li.nav12 {
	margin-right: 0;
}

#site_content .job_guide hr {
	border-bottom: 4px double #333;
	margin-bottom:60px;
}

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

/* 960px */}


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

	#site_content .pattern1 li {
		width: 49.8%;
		height: 0;
		padding-top: 44.6%;
		margin: 0 0.4% 0.4% 0;
	}
	
	#site_content .pattern1 li.nav3 {
		margin: 0 0.4% 0.4% 0;
	}
/*	
	#site_content .pattern1 li.nav2,
	#site_content .pattern1 li.nav4,
	#site_content .pattern1 li.nav6,
	#site_content .pattern1 li.nav8,
	#site_content .pattern1 li.nav10,
	#site_content .pattern1 li.nav12,
	#site_content .pattern1 li.nav14,
	#site_content .pattern1 li.nav16 {
		margin-right: 0;
	}
*/

/*確認前用*/
	/*#site_content .pattern1 li.nav2,
	#site_content .pattern1 li.nav4,
	#site_content .pattern1 li.nav6,
	#site_content .pattern1 li.nav8,
	#site_content .pattern1 li.nav10,
	#site_content .pattern1 li.nav12,
	#site_content .pattern1 li.nav14,
	#site_content .pattern1 li.nav16 {
		margin-right: 0;
	}*/
	#site_content .pattern1 li:nth-child(2n) {
		margin-right: 0;
	}





/* 768px */}


/*	-1. 小
------------------------------------------------------------------------------*/

#site_content .pattern2 {
	display: block;
	position: fixed;
	width: 100%;
	top: 90px;
	left: 0;
	z-index: 1;
	padding-top: 7px;
	height: 66px;
	background-color: #FFE900;  
}

#site_content .pattern2 .group {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#site_content .pattern2 ul {
	position: relative;
	left: 50%;
	float: left;
}

#site_content .pattern2 li {
	position: relative;
	float: left;
	left: -50%;
	border-right: 1px solid #333;
}

#site_content .pattern2 li a {
	padding: 0 1em;
}


#site_content .pattern2 li:first-child {
	float: left;
	border-left: 1px solid #333;
}

#site_content .pattern2 .select {
	display: none;
}

#site_content .pattern1 .select {
	display: none;
}

@media screen and (max-width: 960px){
	
	#site_content .pattern2 .group {
		width: 90%;
	}

/* 960px */}

@media screen and (max-width: 830px){
	
	#site_content .pattern2 {
		height: 33px;
	}
	#site_content .pattern2 ul {
		display: none;
	}
	
	#site_content .pattern2 .select {
		display: block;
	}
	
	#site_content .pattern2 .select a {
		text-align: center;
		display: block;
	}
	
/* 830px */}



/*------------------------------------------------------------------------------

	. コンテンツ

------------------------------------------------------------------------------*/

#job .category {
	margin-top: -90px;
	padding-top: 90px;
	margin-bottom: 70px;
}

#job .category .report {
	/* margin-bottom: 20px; */
}

#job .category figure img {
	width: 100%;
	margin-bottom: 30px;
}

#job .category .name {
	text-align: right;
	position:relative;
}

#job .category .name p {
	font-size: 12px;
}

#job .category .name p span {
	font-size: 14px;
}

#job .category .profile{
}
#job .category .profile__image{
	flex: none;
	width: 150px;
	height: 150px;
	/* border: 2px solid #333; */
	margin: 0 auto 15px;
	border-radius: 50%;
}
#job .category .profile__image img{
	max-width: 100%;
	border-radius: 50%;
}
#job .category .profile__text{
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
}
#job .category .profile__text p{
	margin-bottom: 0;
	
}
#job .category .profile__title{
	margin-bottom: 5px !important;
	font-size: 18px !important;
	font-weight: bold;
}

#job .category .report-video{
	margin-bottom:45px;
	padding-bottom: 20px;
	text-align: center;
}
#job .category .report-video img{
	max-width: 100%;
}

@media screen and (max-width: 768px){
#job .category .profile{
	display: flex;
	align-items: center;
	
}
#job .category .profile__image{
	width: 90px;
	height: 90px;
	margin: 0;
}
#job .category .profile__title{
	margin-bottom: 0 !important;
	font-size: 15px !important;
}
#job .category .profile__text{
	width: 100%;
	margin-left: 15px;
	font-size: 78%;
	text-align: left;
}
/* 768px */}


/*	-1. what job？
------------------------------------------------------------------------------*/

#job .category .what_job {
	position: relative;
	padding: 40px;
	background-color: #F0F0E1;
}

#job .category .what_job .figure {
	position: absolute;
	left: 40px;
	top: -45px;
	width: 120px;
	height: 120px;
	background-image: url(../img/whatjob_figure01.png);
	background-size: contain;
}

#job .category .what_job h4 {
	position: relative;
	margin: 36px 10% 0;
	padding: 4px 0 0 116px;
	border-bottom: 0;
}

#job .category .what_job h4:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100px;
	height: 71px;
}

#job .ot .what_job h4:before {
	background: url(../img/whatjob_figure_ot.png) top right no-repeat;
	background-size: contain;
}

#job .st .what_job h4:before {
	background: url(../img/whatjob_figure_st.png) top right no-repeat;
	background-size: contain;
}

#job .at .what_job h4:before {
	background: url(../img/whatjob_figure_at.png) top right no-repeat;
	background-size: contain;
}

#job .mt .what_job h4:before {
	background: url(../img/whatjob_figure_mt.png) top right no-repeat;
	background-size: contain;
}

#job .ce .what_job h4:before {
	background: url(../img/whatjob_figure_ce.png) top right no-repeat;
	background-size: contain;
}

#job .ort .what_job h4:before {
	background: url(../img/whatjob_figure_ort.png) top right no-repeat;
	background-size: contain;
}

#job .sw .what_job h4:before {
	background: url(../img/whatjob_figure_sw.png) top right no-repeat;
	background-size: contain;
}

#job .hi .what_job h4:before {
	background: url(../img/whatjob_figure_hi.png) top right no-repeat;
	background-size: contain;
}

#job .pt .what_job h4:before {
	background: url(../img/whatjob_figure_pt.png) top right no-repeat;
	background-size: contain;
}

#job .ce .what_job h4:before {
	background: url(../img/whatjob_figure_ce.png) top right no-repeat;
	background-size: contain;
}

#job .er .what_job h4:before {
	background: url(../img/whatjob_figure_er.png) top right no-repeat;
	background-size: contain;
}

#job .rt .what_job h4:before {
	background: url(../img/whatjob_figure_rt.png) top right no-repeat;
	background-size: contain;
}

#job .nrd .what_job h4:before {
	background: url(../img/whatjob_figure_nrd.png) top right no-repeat;
	background-size: contain;
}

#job .hme .what_job h4:before {
	background: url(../img/whatjob_figure_hme.png) top right no-repeat;
	background-size: contain;
}

#job .pet .what_job h4:before {
	background: url(../img/whatjob_figure_pet.png?2208) top right no-repeat;
	background-size: contain;
}

#job .nur .what_job h4:before {
	background: url(../img/whatjob_figure_nur.png) top right no-repeat;
	background-size: contain;
}

#job .ort .what_job h4:before,
#job .rt .what_job h4:before,
#job .nrd .what_job h4:before,
#job .sw .what_job h4:before {
	top: -10px;
}

#job .category .what_job .composing {
	margin-top: 40px;
}
#job .category .what_job .composing2 .col {
	width:80%;

}

#job .category .what_job h5 {
	padding: 0.2em 0;
	font-weight: normal;
}

#job .category .what_job h5 span {
	padding: 0.2em 1.4em;
	background: #FFF;
	border: 1px solid #333;
	border-radius: 3px;
}
#job .category .movieBtn {
	width: 60%;
	position:absolute;
	left:0px;
	top:0px;
}
#job .category .movieBtn a {
	position: relative;
	display: block;
	padding: 12px;
	background:#e34a5f;
	border-radius:3px;
	color:#fff;
	padding-left: 30%;
	font-size: 100%;
	line-height: 1.4;
	text-align:left;
}
#job .category .movieBtn a span {
	font-size:120%;
}
#job .category .movieBtn a:before {
	display: block;
	position: absolute;
	left: 6%;
	top: 13px;
	content: "";
	width: 60px;
	height: 36px;
	background: url(../img/movie_icon01.png) top right no-repeat;
	background-size: contain;
}
#job .category .movieBtn a:after {
	display: block;
	position: absolute;
	right: 3%;
	top: 22px;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid #e34a5f;
	border-left-color: #fff;
}

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

	#job .category .what_job .figure {
		width: 100px;
		height: 100px;
	}

	#job .category .what_job h4 {
		margin: 51px 5% 0;
		
	}

	#job .category .what_job h4:before {
		left: 30px;
		width: 80px;
		height: 68px;
	}

	#job .ort .what_job h4:before,
	#job .sw .what_job h4:before {
		top: 0;
	}

	#job .category .movieBtn {
		width: 100%;
		position:relative;
		top:0;
		left:0;
		margin-top:10px;
		margin-bottom:20px;
	}

/* 960px */}


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

	#job .category .what_job h4 {
		margin: 51px 5% 0;
		padding: 0 0 0 80px;
	}

	#job .category .what_job h4:before {
		left: 10px;
		width: 58px;
		height: 42px;
	}


/* 768px */}

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

	#job .category .movieBtn a {
		padding-right: 10%;
		padding-left: 30%;
		font-size: 90%;
	}
	#job .category .movieBtn a br {
		display:none;
	}
	#job .category .movieBtn a:before {
		width: 20%;
	}

/* 560px */}


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

	#job .category .what_job .figure {
		left: 50%;
		margin-left: -50px;
	}

	
	#job .category .what_job h4 {
		margin: 51px 0 20px;
	}

	#job .category .what_job h4 {
		padding-left: 70px;
		font-size: 110%;
	}
	
	#job .category .what_job h4:before {
		left: 0;
		width: 58px;
		height: 50px;
	}

	#job .category .what_job .composing {
		margin-top: 20px;
	}

	#job .category .what_job h5 {
		margin-bottom: 10px;
		font-size: 90%;
	}

	#job .category .what_job .col {
		margin-bottom: 20px;
	}
	#job .category .movieBtn {
		margin-bottom:0;
	}
	#job .category .movieBtn a {
		padding-right: 10%;
		padding-left: 29%;
		font-size: 100%;
	}
	#job .category .movieBtn a br {
		display:inline;
	}
	#job .category .movieBtn a:before {
		left: 5%;
		width: 20%;
	}


/* 480px */}


/* ボタン */

#job .category .button {
	padding: 30px 40px;
	background: #96A8C6;
}

#job .category .button .col {
	margin-bottom: 0;
}

#job .category .button p {
	background: #FFF;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.5;
}

#job .category .button p span {
	font-size: 140%;
}

#job .category.pet .button p span {
	font-size: 120%;
}

#job .category .button a {
	position: relative;
	display: block;
	padding: 18px;
	border-radius: 4px;
	border: 5px solid #FFF;
}

#job .category .button .web a {
	padding-left: 110px;
	background:#DDE8FF;
}

#job .category .button .info a {
	padding-left: 130px;
	background: #F5F5F5;
}

#job .category .button .web a:before {
	position: absolute;
	left: 20px;
	top: 10px;
    content: "";
	width: 76px;
	height: 76px;
}

#job .category .button .info a:before {
	position: absolute;
	left: 30px;
	top: 12px;
	content: "";
	width: 83px;
	height: 76px;
}

#job .category .button a:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 40px;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid #FFF;
	border-left-color: #333;
}


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

	#job .category .what_job ,
	#job .category .button {
		padding: 3%;
	}
	
	#job .category .button p span {
		font-size: 120%;
	}

	#job .category .button .web a {
		padding-left: 75px;
	}
	
	#job .category .button .info a {
		padding-left: 80px;
	}
	
	#job .category .button .web a:before {
		left: 20px;
		top: 20px;
		width: 45px;
		height: 41px;
	}

	#job .category .button .info a:before {
		left: 15px;
		top: 20px;
		width: 50px;
		height: 46px;
	}

	#job .category .button a:after {
		right: 10px;
		top: 35px;


	}


/* 960px */}


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

	#job .category .button .col2 .col {
		width: 80%;
	}

	#job .category .button .web a {
		margin-bottom: 10px;
	}


/* 700px */}


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

	#job .category .what_job,
	#job .category .button {
		padding: 5%;
	}

	#job .category .button p span {
		font-size: 105%;
	}
	#job .category.pet .button p span {
		font-size: 105%;
	}
	#job .category.pet .button .info p {font-size: 85%;}
	
	#job .category .button .web a {
		padding-left: 45px;
		padding-right: 10px;
	}
	
	#job .category .button .info a {
		padding-left: 45px;
		padding-right: 10px;
	}

	#job .category .button .web a:before {
		top: 25px;
		left: 10px;
		width: 30px;
		height: 27px;
	}

	#job .category .button .info a:before {
		left: 15px;
		top: 25px;
		width: 38px;
		height: 30px;
	}

	#job .category .button .info a:before {
		left: 5px;
	}

	#job .category .button a:after {
		right: 5px;
	}



/* 480px */}




/* 仕事別指定 */

/*--理学療法士--*/
#job .pt h3,
#job .pt .what_job h4,
#job .pt .what_job h5 span,
#job .pt .button p,
#job .pt .button a {
	color: #7c5aa3;
}

#job .pt h3:before {
	background: url(../img/number_pt.png) no-repeat;
	background-size: contain;
}
/*message2017.html*/
#job .old h3:before {
	background-image:none !important;
}
#job .old h3 {
	padding-left: 50px !important;
}


#job .pt .what_job h5 span {
	border: 1px solid #7c5aa3;
}

#job .pt .button {
    background: #9582bf;
}

#job .pt .button .web a {
	background: #d9cbea;
}

#job .pt .button .web a:before {
	background: url(../img/pt_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .pt .button .info a:before {
	background: url(../img/whatjob_figure_pt.png) no-repeat;
	background-size: contain;
}

#job .pt .button a:after {
	border: 7px solid #d9cbea;
	border-left-color: #7c5aa3;
}

#job .pt .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #7c5aa3;
}

/*--作業療法士--*/
#job .ot h3,
#job .ot .what_job h4,
#job .ot .what_job h5 span,
#job .ot .button p,
#job .ot .button a {
	color: #3a62ad;
}

#job .ot h3:before {
	background: url(../img/number_ot.png) no-repeat;
	background-size: contain;
}

#job .ot .what_job h5 span {
	border: 1px solid #3a62ad;
}

#job .ot .button .web a:before {
	background: url(../img/ot_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .ot .button .info a:before {
	background: url(../img/whatjob_figure_ot.png) no-repeat;
	background-size: contain;
}

#job .ot .button a:after {
	border: 7px solid #DDE8FF;
	border-left-color: #3a62ad;
}

#job .ot .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #3a62ad;
}

/*--言語聴覚士--*/
#job .st h3,
#job .st .what_job h4,
#job .st .what_job h5 span,
#job .st .button p,
#job .st .button a {
	color: #009de0;
}

#job .st h3:before {
	background: url(../img/number_st.png) no-repeat;
	background-size: contain;
}

#job .st .what_job h5 span {
	border: 1px solid #009de0;
}

#job .st .button {
    background: #78C6E0;
}

#job .st .button .web a {
	background:#DCF4FF;
}

#job .st .button .web a:before {
	background: url(../img/st_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .st .button .info a:before {
	background: url(../img/whatjob_figure_st.png) no-repeat;
	background-size: contain;
}

#job .st .button a:after {
	border: 7px solid #DCF4FF;
	border-left-color: #3D61AC;
}

#job .st .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #3D61AC;
}


/*--義肢装具士--*/
#job .at h3,
#job .at .what_job h4,
#job .at .what_job h5 span,
#job .at .button p,
#job .at .button a {
	color: #28928c;
}

#job .at h3:before {
	background: url(../img/number_at.png) no-repeat;
	background-size: contain;
}

#job .at .what_job h5 span {
	border: 1px solid #28928c;
}

#job .at .button {
    background: #8CC1B6;
}

#job .at .button .web a {
	background: #E6F3F3;
}

#job .at .button .web a:before {
	background: url(../img/at_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .at .button .info a:before {
	background: url(../img/whatjob_figure_at.png) no-repeat;
	background-size: contain;
}

#job .at .button a:after {
	border: 7px solid #E6F3F3;
	border-left-color: #28928c;
}

#job .at .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #28928c;
}

/*--臨床工学技士--*/
#job .ce h3,
#job .ce .what_job h4,
#job .ce .what_job h5 span,
#job .ce .button p,
#job .ce .button a {
	color: #0068b7;
}

#job .ce h3:before {
	background: url(../img/number_ce.png) no-repeat;
	background-size: contain;
}

#job .ce .what_job h5 span {
	border: 1px solid #0068b7;
}

#job .ce .button {
    background: #719fbb;
}

#job .ce .button .web a {
	background: #c4d9e8;
}

#job .ce .button .web a:before {
	background: url(../img/ce_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .ce .button .info a:before {
	background: url(../img/whatjob_figure_ce.png) no-repeat;
	background-size: contain;
}

#job .ce .button a:after {
	border: 7px solid #c4d9e8;
	border-left-color: #0068b7;
}

#job .ce .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #0068b7;
}

/*--臨床検査技師--*/
#job .mt h3,
#job .mt .what_job h4,
#job .mt .what_job h5 span,
#job .mt .button p,
#job .mt .button a {
	color: #0068b7;
}

#job .mt h3:before {
	background: url(../img/number_mt.png) no-repeat;
	background-size: contain;
}

#job .mt .what_job h5 span {
	border: 1px solid #0068b7;
}

#job .mt .button {
    background: #719fbb;
}

#job .mt .button .web a {
	background: #c4d9e8;
}

#job .mt .button .web a:before {
	background: url(../img/ce_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .mt .button .info a:before {
	background: url(../img/whatjob_figure_mt.png) no-repeat;
	background-size: contain;
}

#job .mt .button a:after {
	border: 7px solid #c4d9e8;
	border-left-color: #0068b7;
}

#job .mt .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #0068b7;
}


/*--視機能訓練士--*/
#job .ort h3,
#job .ort h3,
#job .ort .what_job h4,
#job .ort .what_job h5 span,
#job .ort .button p,
#job .ort .button a {
	color: #014099;
}

#job .ort h3:before {
	background: url(../img/number_ort.png) no-repeat;
	background-size: contain;
}

#job .ort .what_job h5 span {
	border: 1px solid #014099;
}

#job .ort .button {
    background: #6a8fc3;
}

#job .ort .button .web a {
	background: #a6c2e8;
}

#job .ort .button .web a:before {
	background: url(../img/ort_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .ort .button .info a:before {
	background: url(../img/whatjob_figure_ort.png) no-repeat;
	background-size: contain;
}

#job .ort .button a:after {
	border: 7px solid #a6c2e8;
	border-left-color: #014099;
}

#job .ort .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #014099;
}

/*--救命救急士--*/
#job .er h3,
#job .er .what_job h4,
#job .er .what_job h5 span,
#job .er .button p,
#job .er .button a {
	color: #007ec8;
}



#job .er h3:before {
	background: url(../img/number_er.png) no-repeat;
	background-size: contain;
}

#job .er .what_job h5 span {
	border: 1px solid #007ec8;
}

#job .er .button {
    background: #6aa1c1;
}

#job .er .button .web a {
	background: #c8e2f1;
}

#job .er .button .web a:before {
	background: url(../img/er_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .er .button .info a:before {
	background: url(../img/whatjob_figure_er.png) no-repeat;
	background-size: contain;
}

#job .er .button a:after {
	border: 7px solid #c8e2f1;
	border-left-color: #007ec8;
}

#job .er .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #007ec8;
}

/*--診療放射線技師--*/
#job .rt h3,
#job .rt .what_job h4,
#job .rt .what_job h5 span,
#job .rt .button p,
#job .rt .button a {
	color: #009CBB;
}
/*#job .rt h3 {
	width:40%;
}*/

#job .rt h3:before {
	background: url(../img/number_rt.png) no-repeat;
	background-size: contain;
}

#job .rt .what_job {
	/* margin-top:60px; */
}
#job .rt .what_job h5 span {
	border: 1px solid #009CBB;
}

#job .rt .button .web a:before {
	background: url(../img/rt_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .rt .button .info a:before {
	background: url(../img/whatjob_figure_rt.png) no-repeat;
	background-size: contain;
}

#job .rt .button a:after {
	border: 7px solid #DDE8FF;
	border-left-color: #009CBB;
}

#job .rt .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #009CBB;
}


/*--管理栄養士--*/
#job .nrd h3,
#job .nrd .what_job h4,
#job .nrd .what_job h5 span,
#job .nrd .button p,
#job .nrd .button a {
	color: #f39800;
}

#job .nrd h3:before {
	background: url(../img/number_nrd.png) no-repeat;
	background-size: contain;
}

#job .nrd .what_job h5 span {
	border: 1px solid #f39800;
}

#job .nrd .button {
    background: #f1ad5c;
}

#job .nrd .button .web a {
	background: #ffe2c1;
}

#job .nrd .button .web a:before {
	background: url(../img/nrd_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .nrd .button .info a:before {
	background: url(../img/whatjob_figure_nrd.png) no-repeat;
	background-size: contain;
}

#job .nrd .button a:after {
	border: 7px solid #ffe2c1;
	border-left-color: #f08200;
}

#job .nrd .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #f08200;
}

/*--栄養教諭--*/
#job .ntc h3,
#job .ntc .what_job h4,
#job .ntc .what_job h5 span,
#job .ntc .button p,
#job .ntc .button a {
	color: #f39800;
}

#job .ntc h3:before {
	background: url(../img/number_ntc.png) no-repeat;
	background-size: contain;
}

#job .ntc .what_job h5 span {
	border: 1px solid #f39800;
}

#job .ntc .button {
    background: #f1ad5c;
}

#job .ntc .button .web a {
	background: #ffe2c1;
}

#job .ntc .button .web a:before {
	background: url(../img/ntc_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .ntc .button .info a:before {
	background: url(../img/whatjob_figure_ntc.png) no-repeat;
	background-size: contain;
}

#job .ntc .button a:after {
	border: 7px solid #ffe2c1;
	border-left-color: #f08200;
}

#job .ntc .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #f08200;
}

/*--保険体育教諭--*/
#job .pet h3,
#job .pet .what_job h4,
#job .pet .what_job h5 span,
#job .pet .button p,
#job .pet .button a {
	color: #ea4c34;
}
#job .pet h3{
	letter-spacing:-1px;
}

#job .pet h3:before {
	background: url(../img/number_pet.png?2) no-repeat;
	background-size: contain;
}

#job .pet .what_job h5 span {
	border: 1px solid #ea4c34;
}

#job .pet .button {
    background: #d27267;
}

#job .pet .button .web a {
	background: #f5cbc6;
}

#job .pet .button .web a:before {
	background: url(../img/pet_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .pet .button .info a:before {
	background: url(../img/whatjob_figure_pet.png?2208) no-repeat;
	background-size: contain;
}

#job .pet .button a:after {
	border: 7px solid #f5cbc6;
	border-left-color: #ea4c34;
}

#job .pet .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #ea4c34;
}


/*--健康運動指導士--*/
#job .hme h3,
#job .hme .what_job h4,
#job .hme .what_job h5 span,
#job .hme .button p,
#job .hme .button a {
	color: #ea4c34;
}
#job .hme h3{
	letter-spacing:-1px;
}

#job .hme h3:before {
	background: url(../img/number_hme.png) no-repeat;
	background-size: contain;
}

#job .hme .what_job h5 span {
	border: 1px solid #ea4c34;
}

#job .hme .button {
    background: #d27267;
}

#job .hme .button .web a {
	background: #f5cbc6;
}

#job .hme .button .web a:before {
	background: url(../img/hme_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .hme .button .info a:before {
	background: url(../img/whatjob_figure_hme.png) no-repeat;
	background-size: contain;
}

#job .hme .button a:after {
	border: 7px solid #f5cbc6;
	border-left-color: #ea4c34;
}

#job .hme .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #ea4c34;
}

/*--看護師--*/
#job .nur h3,
#job .nur .what_job h4,
#job .nur .what_job h5 span,
#job .nur .button p,
#job .nur .button a {
	color: #e95283;
}

#job .nur h3:before {
	background: url(../img/number_nur.png?2) no-repeat;
	background-size: contain;
}

#job .nur .what_job h5 span {
	border: 1px solid #e95283;
}

#job .nur .button {
    background: #e09ab1;
}

#job .nur .button .web a {
	background: #ffcfde;
}

#job .nur .button .web a:before {
	background: url(../img/nur_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .nur .button .info a:before {
	background: url(../img/whatjob_figure_nur.png) no-repeat;
	background-size: contain;
}

#job .nur .button a:after {
	border: 7px solid #ffcfde;
	border-left-color: #e95283;
}

#job .nur .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #e95283;
}

/*--社会福祉士--*/
#job .sw h3,
#job .sw .what_job h4,
#job .sw .what_job h5 span,
#job .sw .button p,
#job .sw .button a {
	color: #3ead34;
}

#job .sw h3:before {
	background: url(../img/number_sw.png?2) no-repeat;
	background-size: contain;
}

#job .sw .what_job h5 span {
	border: 1px solid #3ead34;
}

#job .sw .button {
    background: #97CE8A;
}

#job .sw .button .web a {
	background: #E3F3E1;
}

#job .sw .button .web a:before {
	background: url(../img/sw_button_figure01.png) no-repeat;
	background-size: contain;
}

#job .sw .button .info a:before {
	background: url(../img/whatjob_figure_sw.png) no-repeat;
	background-size: contain;
}

#job .sw .button a:after {
	border: 7px solid #E3F3E1;

	border-left-color: #3ead34;
}

#job .sw .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #3ead34;
}

/*--診療情報管理士--*/
#job .hi h3,
#job .hi .what_job h4,
#job .hi .what_job h5 span,
#job .hi .button p,
#job .hi .button a {
	color: #AE3F88;
}

#job .hi h3:before {
	background: url(../img/number_hi.png?2) no-repeat;
	background-size: contain;
}

#job .hi .what_job h5 span {
	border: 1px solid #AE3F88;
}

#job .hi .button {
    background: #CF97B4;
}

#job .hi .button .web a {
	background: #F5E6EE;
}

#job .hi .button .web a:before {
	background: url(../img/hi_button_figure01.png) no-repeat;
	background-size: contain;
}


#job .hi .button .info a:before {
	background: url(../img/whatjob_figure_hi.png) no-repeat;
	background-size: contain;
}

#job .hi .button a:after {
	border: 7px solid #F5E6EE;
	border-left-color: #AE3F88;
}

#job .hi .button .info a:after {
	border: 7px solid #F5F5F5;
	border-left-color: #AE3F88;
}


/*--ページ内リンクのための記述--*/

.category {
	margin-top: -85px;
	padding-top: 85px;
}

/*----*/

/*専門職一覧ページに戻る*/
div.back_top {
	text-align:center;
	font-weight:bold;
	font-size:110%;
	color:#000;
	margin-bottom:60px;
}


/*--未来発見ガイド--*/


.font-job{
	font-size: 15px!important;
	}






