@charset "UTF-8";


body {
	min-width: 1300px;
	font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
	background-color: #ffffff;
	color: #000;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	/*font-feature-settings : "palt" 1;*/
}


img {
	border: medium none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table {
	font-size: inherit;
}

table,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

textarea,
input,
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	outline: 0 none;
}



input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0 none;
}

a {
	color: #60646E;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}

a:link {
	color: #60646E;
	outline: medium none;
	text-decoration: none;
}

a:hover {
	color: #4276B5;
	outline: medium none;
	text-decoration: none;
}



.link_blank {
	padding: 0 0 0 20px;
	background: url("https://www.kobelco.co.jp/gikensei/common/img/i_blank.gif") left center no-repeat;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearfix {}

:first-child+html .clearfix {}


ul.indList li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.indList3 li {
	padding-left: 2.8em;
	text-indent: -2.8em;
}

ul.indList3 li.ind4 {
	padding-left: 4.9em;
	text-indent: -4.9em;
}


ol.decimal {
	padding-left: 1.5em;
}

ol.decimal li {
	list-style: outside none decimal;
}

ul.disc {
	padding-left: 1.5em;
}

ul.disc li {
	list-style: outside none disc;
}

.hover:hover {
	opacity: 0.6;
	text-decoration: none;
}

.hover:hover a {
	text-decoration: none;
}

.nomb {
	margin-bottom: 0 !important;
}

.nopadding {
	padding: 0 !important;
}


.disable {
	cursor: default;
	pointer-events: none;
}

.hide {
	display: none;
}

.sponly {
	display: none !important;
}

.pconly {
	display: block !important;
}

.sizem {
	font-size: 0.75em;
}

.textcenter {
	text-align: center;
}

.inner {
	width: 1300px;
	margin: 0 auto;
}

.cautioncolor {
	color: #c5011a;
}



/* ------ header ------ */

#header {
	width: 100%;
	margin: 0 auto 0 auto;
	/*height: 110px;*/
}


#header .inner {
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 170px;
	padding: 20px 0;
	float: left;
}

#logo img {
	width: 100%;
}


#gmenu {
	width: 80%;
	float: right;
}

#gmenu ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#gmenu ul:last-child {
	background: url("https://www.kobelco.co.jp/gikensei/common/img/bg_menu.gif") no-repeat right center;
}

#gmenu ul li {
	width: 150px;
	text-align: left;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	background: url("https://www.kobelco.co.jp/gikensei/common/img/bg_menu.gif") no-repeat left center;
}

#gmenu ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em 0;
	height: 116px;
}

#gmenu ul li a figure {
	height: 54px;
}

#gmenu ul li.top a figure {
	margin: 7px 0;
	height: 40px;
}

#gmenu ul li.about_us a figure {
	margin: 7px 0;
	height: 40px;
}

#gmenu ul li.work-life-balance a figure {
	margin: 7px 0;
	height: 40px;
}

#gmenu ul li.female_success a figure {}

#gmenu ul li.shiftwork a figure {
	margin: 6px 0;
	height: 42px;
}

#gmenu ul li.training a figure {
	margin: 4px 0;
	height: 46px;
}

#gmenu ul li.welfare a figure {
	margin: 7px 0;
	height: 40px;
}

#gmenu ul li.recruitment a figure {
	margin: 7px 0;
	height: 40px;
}


#gmenu ul li a figure img {
	height: 100%;
}

#gmenu ul li span {
	margin-top: auto;
	display: inline-block;
	letter-spacing: 1px;
	text-align: center;
}

#gmenu a:link {
	color: #60646E;
}

#gmenu a:visited {
	color: #60646E;
}

#gmenu a:hover {
	background-color: #4276B5;
	color: #fff;
}

#top li.top a img,
#work li.work a img,
#female_success li.female_success a img,
#welfare li.welfare a img,
#recruitment li.recruitment a img,
#gmenu a:hover img {
	/* filter: grayscale(100%); */
	filter: brightness(0) invert(1);
	/* mix-blend-mode: screen; */
}


#top li.top a,
#about_us li.about_us a,
#work_life_balance li.work-life-balance a,
#work li.work a,
#female_success li.female_success a,
#shiftwork li.shiftwork a,
#training li.training a,
#welfare li.welfare a,
#recruitment li.recruitment a {
	background-color: #285B89;
	color: #fff;
}

#top li.top a img,
#about_us li.about_us a img,
#work_life_balance li.work-life-balance a img,
#work li.work a img,
#female_success li.female_success a img,
#shiftwork li.shiftwork a img,
#training li.training a img,
#welfare li.welfare a img,
#recruitment li.recruitment a img {
	filter: brightness(0) invert(1);
	/* filter: grayscale(100%);
	mix-blend-mode: screen; */
}

#header.fixhead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	transition: .2s;
	transform: translateY(0);
	background-color: #fafafa !important;
}

#header.fixhead #gmenu {
	top: 80px;
}



#header.fixhead .logo1 {
	display: none;
}

#header.fixhead .logo2 {
	display: block;
}

/* ----- Toggle Button ----- */
#nav-toggle {
	display: none;
	position: fixed;
	right: 15px;
	top: 40px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #0a62ba;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}




/* ------ contents ------ */

#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.section {
	margin: 0 0 150px 0;
}

.section p:not(:last-child) {
	margin: 0 0 50px 0;
}

.subsection {
	margin: 0 0 80px 0;
}

.subsection p {
	margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 40px 0;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	color: #4276B5;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	margin: 0 0 30px 0;
	padding: 0 0 2px 14px;
	font-size: 1.4em;
	line-height: 1.2;
	border-left: 5px #4276B5 solid;
}

h6 {
	margin: 0 0 20px 0;
	color: #60646E;
}



/* -- common -- */

.mainimg {
	margin: 0 auto 50px auto;
	text-align: center;
}

.mainimg h2 {
	margin-bottom: 0 !important;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 2.5em;
}

.mainimg img {
	width: 100%;
}

.mainimg_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
}

#welfare .mainimg_bg {
	background: url("https://www.kobelco.co.jp/gikensei/welfare/img/main.jpg") center bottom / 100% auto no-repeat;
}

#work .mainimg_bg {
	background: url("https://www.kobelco.co.jp/gikensei/work/img/main.jpg") center bottom / 100% auto no-repeat;
}

#recruitment .mainimg_bg {
	background: url("https://www.kobelco.co.jp/gikensei/recruitment/img/main.jpg") center bottom / 100% auto no-repeat;
}

#female_success .mainimg_bg {
	background: url("https://www.kobelco.co.jp/gikensei/female_success/img/main.jpg") center bottom / 100% auto no-repeat;
}

#contents h2 span,
#contents h3 span {
	display: block;
	font-size: 0.5em;
	color: #60646E;
}

#recruitment #contents .inner,
#welfare #contents .inner {
	padding: 0 212px;
}

#work #contents .inner {
	padding: 0 80px;
}



/* -- recruitment  -- */

#recruitment dl {
	padding: 40px 0;
	border-bottom: 1px #ccc solid;
}

#recruitment dl:first-of-type {
	border-top: 1px #ccc solid;
}

#recruitment dl dd.timeformat span {
	width: 3.5em;
	text-align: right;
	display: inline-block;
}

#recruitment dl dd.timeformat ul {
	margin: 0 0 20px;
}

#recruitment dl dt h4 {
	text-align: left;
}



/* -- welfare  -- */

#welfare h2 {
	margin: 0 0 50px 0;
}

#welfare h2 div:nth-of-type(1) {
	margin: 0 0 25px 0;
}

#welfare h2 div:nth-of-type(2) {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.15em;
	line-height: 1;
}

#welfare h2 div:nth-of-type(3) {
	margin: 0 0 0 0;
	font-size: 0.6em;
}

#welfare .roombox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#welfare .roombox div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: center;
}

#welfare .roombox div:nth-of-type(1) {
	order: 1;
}

#welfare .roombox div:nth-of-type(2) {
	order: 3;
}

#welfare .roombox div:nth-of-type(3) {
	order: 2;
}

#welfare .roombox div:nth-of-type(4) {
	order: 4;
}

#welfare .roombox div:nth-of-type(5) {
	order: 5;
}

#welfare .roombox div:nth-of-type(6) {
	order: 6;
}

#welfare .roombox div:nth-of-type(7) {
	order: 8;
}

#welfare .roombox div:nth-of-type(8) {
	order: 7;
}

#welfare .roombox img {
	width: 100%;
}

#welfare h5 a {
	width: 70%;
	margin: 0 auto;
	padding: 12px 15px 12px 15px;
	display: block;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	background-color: #4276B5;
	box-shadow: 0 5px #29547F;
}

#welfare h5 a:hover {
	opacity: 0.6;
}



/* -- work -- */
#work .worktimebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	text-align: center;
}

#work .worktimebox .worktime {
	width: 560px;
	margin: 0 0 100px 0;
}

#work .worktimebox .worktime2 {
	width: 50%;
}

#work .worktimebox .worktime div:nth-of-type(1) {
	margin: 0 0 20px 0;
}

#work .worktimebox .worktime p {
	margin: 0 0 10px 0;
}

#work .worktimebox .worktime p span {
	display: inline-block;
	text-align: right;
}

#work .worktimebox .worktime .timeA p span:nth-of-type(1) {}

#work .worktimebox .worktime .timeA p span:nth-of-type(2) {
	width: 4.5em;
}

#work .worktimebox .worktime .timeA p span:nth-of-type(3) {
	width: 2.5em;
}

#work .worktimebox .worktime .timeA p span:nth-of-type(4) {
	width: 4.0em;
}

#work .worktimebox .worktime .timeB p span:nth-of-type(1) {
	width: 7.5em;
}

#work .worktimebox .worktime .timeB p span:nth-of-type(2) {
	width: 4.5em;
}

#work .worktimebox .worktime .timeB p span:nth-of-type(3) {
	width: 2.5em;
}

#work .worktimebox .worktime .timeB p span:nth-of-type(4) {
	width: 4.0em;
}

#work .worktimebox .worktime .timeC {
	text-align: left;
}

#work .worktimebox div:nth-of-type(1) {
	order: 1;
}

#work .worktimebox div:nth-of-type(2) {
	order: 3;
}

#work .worktimebox div:nth-of-type(3) {
	order: 5;
}

#work .worktimebox div:nth-of-type(4) {
	order: 2;
}

#work .worktimebox div:nth-of-type(5) {
	order: 4;
}

#work .worktimebox div:nth-of-type(6) {
	order: 6;
}


#work .eventbox,
#work .eventbox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#work .eventbox div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: center;
}

#work .eventbox2 div {
	-ms-flex-preferred-size: 320px;
	flex-basis: 320px;
	text-align: center;
}

#work .eventbox div:nth-of-type(1) {
	order: 1;
}

#work .eventbox div:nth-of-type(2) {
	order: 2;
}

#work .eventbox div:nth-of-type(3) {
	order: 4;
}

#work .eventbox div:nth-of-type(4) {
	order: 3;
}

#work .eventbox div:nth-of-type(5) {
	order: 5;
}

#work .eventbox div:nth-of-type(6) {
	order: 6;
}

#work .eventbox div:nth-of-type(7) {
	order: 8;
}

#work .eventbox div:nth-of-type(8) {
	order: 7;
}

#work .eventbox img,
#work .eventbox2 img {
	width: 100%;
}



/* -- female_success -- */
#female_success h2 {
	margin: 0 0 30px 0;
}

#female_success h2 div:nth-of-type(1) {
	margin: 0 0 25px 0;
}

#female_success h2 div:nth-of-type(2) {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.15em;
	line-height: 1;
}

#female_success h2 div:nth-of-type(3) {
	margin: 0 0 0 0;
	font-size: 0.6em;
}

#female_success h5 a {
	margin: 0 auto;
	padding: 12px 30px 12px 30px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	background-color: #4276B5;
	box-shadow: 0 5px #29547F;
}

#female_success h5 a:hover {
	opacity: 0.6;
}

#female_success dl dt {
	width: 80px;
	float: left;
	clear: both;
}

#female_success dl dd {
	margin-left: 80px;
}

#female_success dl dd:not(:last-child) {
	padding: 0 0 10px 0;
}

#female_success dl dt.set1 {
	color: #E50012;
}

#female_success dl dt.set2 {
	color: #4276B5;
}




/* -- movie -- */

#kakogawa .movie001 {
	padding: 480px 0 200px 0;
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/title.png") center 220px / 754px auto no-repeat, #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main1.jpg") center top / 100% auto no-repeat;
	position: relative;
}

#kakogawa .movie002 {
	padding: 80px 0 60px 0;
	background: #002643 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main2.jpg") center top / 100% auto no-repeat;
}

#kakogawa .movie003 {
	padding: 120px 0 150px 0;
	background: #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main3.jpg") center top / 100% auto no-repeat;
}

#moka #contents {
	background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/title.png") center 220px / 754px auto no-repeat, #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_main1.jpg") center top no-repeat;
}

#moka .movie001 {
	padding: 480px 0 220px 0;
	position: relative;
}

#moka .movie003 {
	padding: 120px 0 150px 0;
	background: #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_main3.jpg") center top no-repeat;
}


#moka .movie002 {
	padding: 120px 0 120px 0;
}

#moka .movie003 {
	padding: 120px 0 150px 0;
}



#contents .moviebox1 {
	width: 700px;
	margin: 0 auto 0 auto;
	position: relative;
}

#contents .moviebox1 .moviebase {
	padding: 10px;
}

#contents .moviebox1 .moviebase .moviebase2 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#contents .moviebox1 .moviebase .moviebase2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contents .moviebox1 .cover1,
#contents .moviebox1 .cover2 {
	position: absolute;
	top: 0;
	left: 0;
}

.movie001 .sidemess {
	position: absolute;
	right: 5%;
	top: 1250px;
}

#contents .movie001 .moviebox2 {
	padding-top: 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#contents .movie001 .moviebox2 div {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	text-align: center;
}

#contents .movieplay:hover {
	opacity: 0.6;
	cursor: pointer;
}

#contents .cover1:hover {
	cursor: pointer;
}

#contents .movie002 .subtile {
	margin: 0 0 30px 0;
	text-align: center;
}

#contents .movie002 .submessage {
	margin: 0 0 160px 0;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

#contents .castbox {
	margin: 0 auto 80px auto;
	color: #fff;
}

#contents .movie002 .castbox:last-child,
#contents .movie003 .castbox:last-child {
	margin-bottom: 0;
}

#contents .castbox .cast-title {
	margin: 0 0 10px 0;
}

#contents .castbox.cast-r .cast-title {
	text-align: right;
}

#contents .castbox .cast01 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast1.png") left top no-repeat;
}

#contents .castbox .cast02 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast2.png") right top no-repeat;
}

#contents .castbox .cast03 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast3.png") left top no-repeat;
}

#contents .castbox .cast04 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast4.png") right top no-repeat;
}

#contents .castbox .cast05 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast5.png") left top no-repeat;
}

#contents .castbox .cast11 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast1.png") left top no-repeat;
}

#contents .castbox .cast12 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast2.png") right top no-repeat;
}

#contents .castbox .cast13 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast3.png") left top no-repeat;
}

#contents .castbox .cast14 {
	background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast4.png") right top no-repeat;
}

#contents .castbox .message {
	width: 980px;
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-shadow: 0 0 5px #000;
	min-height: 208px;
	background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_line1.png") left top no-repeat, url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_line1.png") left bottom no-repeat;
}

#contents .castbox.cast-l .message {
	margin: 0 0 0 auto;
}

#contents .castbox.cast-r .message {
	margin: 0 auto 0 0;
}



/* ------ footer ------ */

#footer {
	width: 100%;
	padding: 50px 0;
	background-color: #F3F4F5;
}

#footer .logo1 {
	margin: 0 0 50px 0;
	width: 170px;
}

#footer .logo1 img {
	width: 100%;
}

#footer .logo2 {
	margin: 0 0 50px 0;
	text-align: right;
}

#footer .logo2 img {
	width: 134px;
}

#footer .footer-sitemap {
	margin: 0 0 10px 50px;
}

#footer .footer-sitemap ul {}

#footer .footer-sitemap ul li {
	width: 250px;
	float: left;
}

#footer .footer-sitemap ul li p {
	color: #60646E;
	font-weight: 700;
}

#footer .footer-sitemap ul li ul {
	margin-top: 5px;
}

#footer .footer-sitemap ul li ul li {
	font-size: 0.85em;
}

#footer .footer-sitemap ul li ul li:not(:last-child) {
	margin-bottom: 5px;
}


#footer .copyright {
	text-align: left;
	font-size: 0.8em;
}

#pagetop {
	margin: 100px 0;
	text-align: center;
}

#pagetop a:hover {
	opacity: 0.6;
}






/* ------------------------------------------ */
/* --------------- SP setting --------------- */
/* ------------------------------------------ */

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

	body {
		min-width: 240px;
	}

	.sponly {
		display: block !important;
	}

	.pconly {
		display: none !important;
	}


	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.3em;
	}

	h4 {
		font-size: 1.2em;
	}

	.textcenter {
		text-align: left;
	}

	.delbr br {
		display: none;
	}

	.delbr span {
		display: block;
	}

	#overlay {
		width: 100%;
		background-color: #000000;
		content: "";
		cursor: pointer;
		display: block;
		height: 100%;
		opacity: 0.8;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
	}

	.inner {
		width: 100%;
		padding: 0 20px !important;
	}

	.section {
		margin: 0 0 60px 0;
	}

	.section p:not(:last-child) {
		margin: 0 0 30px 0;
	}


	#header {
		min-width: 100%;
		margin: 20px auto;
	}

	#header .inner {
		padding: 0 !important;
	}

	#logo {
		width: 150px;
		margin: 0 0 0 15px;
		padding: 0;
		float: none;
	}

	#gmenu {
		width: 100%;
		display: none;
		float: none;
		background: none;
		position: fixed;
		border-bottom: none;
		top: 106px;
	}

	#gmenu ul {
		display: block;
	}

	#gmenu ul li {
		width: 100%;
		margin-left: 0;
		padding: 0;
		border-bottom: 1px #ccc solid;
		text-align: left;
		background: none;
	}

	#gmenu ul li br {
		display: none;
	}

	#gmenu ul li:first-child {
		padding: 0;
		border-left: none;
	}

	#gmenu ul li a {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		padding: 0 20px 0 50px;
		background-color: #fff;
		font-size: 16px;
		position: relative;
		height: 60px;
	}

	#gmenu ul li a figure {
		margin: 0 20px 0 10px !important;
		width: 30px !important;
		height: auto !important;
	}

	#gmenu ul li a figure img {
		width: 100%;
		height: auto;
	}

	#gmenu ul li.work-life-balance a figure,
	#gmenu ul li.welfare a figure,
	#gmenu ul li.recruitment a figure {
		margin: 0 15px 0 5px !important;
		width: 40px !important;
	}

	#gmenu ul li span {
		margin: 0;
	}

	#gmenu ul li a::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #0a62ba;
		border-right: solid 2px #0a62ba;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -4px;
	}


	#header.fixhead {
		position: static;
	}

	#nav-toggle {
		display: block;
		z-index: 20;
	}

	#nav-toggle.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		background: #fff;
	}

	#nav-toggle.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	#nav-toggle.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		background: #fff;
	}

	#global-nav.open {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


	#contents {
		min-width: 240px;
		margin: 0 0 50px 0;
		font-size: 16px;
	}




	/* -- top  -- */
	.mainimg h2 {
		font-size: 1.8em;
	}

	.mainimg_bg {
		height: 140px;
	}


	#top .top001 {
		padding: 0;
		height: auto;
		background: none;
	}

	#top .top001 img {
		width: 100%;
	}

	#top .top002 {
		padding: 50px 0 30px 0;
	}

	#top .top002 .setbox div {
		padding: 1.5em;
		width: 48%;
	}

	#top .top002 .inner {
		width: 100%;
		padding: 0 20px !important;
	}

	#top .top002 img,
	.top004 img,
	.top005 img {
		width: 90%;
	}

	#top .top002 .setbox div,
	.top004 .setbox div {
		margin: 0 0 25px 0;
	}

	#top .top003 .setbox {
		display: block;
	}


	#top .top004 {
		padding: 180px 0 50px 0;
		background: url("https://www.kobelco.co.jp/gikensei/img/t_movie.png") center 60px / 280px auto no-repeat, #000 url("https://www.kobelco.co.jp/gikensei/img/bg_top04.jpg") center top no-repeat;
	}


	#top .top004 .setbox {
		display: block;
	}

	#top .top004 .setbox div:last-child {
		margin-bottom: 0;
	}

	#top .top005 {
		padding: 30px 0;
	}

	#top .top005 div:nth-of-type(2) {
		margin: 40px 0 25px 0;
	}

	#top .top005 div:nth-of-type(2) img {
		width: 60%;
	}

	#top .top005 div:nth-of-type(3) a {
		width: 50%;
	}

	#top .top006 {
		margin: 30px 0;
	}

	#top .top006 img {
		width: 80%;
	}


	#top .top007 .setbox div {
		width: 90%;
	}

	/* 
#top .top007 .setbox div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

#top .top007 .setbox div:nth-of-type(1) { order: 1; }
#top .top007 .setbox div:nth-of-type(2) { order: 2; }
#top .top007 .setbox div:nth-of-type(3) { order: 3; }
#top .top007 .setbox div:nth-of-type(4) { order: 4; }
#top .top007 .setbox div:nth-of-type(5) { order: 5; }

*/



	#mv {
		height: auto;
	}

	#mv .inner:nth-child(1) figure {
		top: .5em;
		left: .5em;
		width: 10em;
	}

	#mv .inner:nth-child(2) figure {
		bottom: 1.7em;
		left: 1.5em;
		width: 12em;
	}

	#mv .inner:nth-child(3) figure {
		bottom: 0.8em;
		left: 1em;
		width: 14em;
	}


	#slider {
		padding: 80px 0;
	}

	#slider h2 {
		margin: 30px 0 15px;
		padding: 0 0 10px 0;
		font-size: 1.8em;
		line-height: 1.2;
		background: none;
	}

	#slider>h5 {
		margin: 0 auto 3em;
		width: 80%;
	}

	.l-slider .slick-dots {
		position: absolute;
		bottom: 1em;
		left: 0;
		right: 0;
	}

	.l-slider .slick-arrow {
		width: 20px;
		height: 133px;
	}

	.slick-arrow.slick-prev {
		left: -15px;
	}

	.slick-arrow.slick-next {
		right: -15px;
	}



	#welfare h2 {
		margin: 0 0 20px 0;
	}

	#welfare h2 div:nth-of-type(1) {
		margin: 0 auto 25px auto;
		width: 200px;
	}

	#welfare h2 div:nth-of-type(1) img {
		width: 100%;
	}

	#welfare h2 div:nth-of-type(2) {
		padding: 0 0 10px 0;
		font-size: 1.0em;
		line-height: 1.2;
		background: none;
	}

	#welfare h2 div:nth-of-type(3) {
		margin: 0 0 0 0;
	}

	#welfare .roombox {
		display: block;
	}

	#welfare .roombox div {
		width: 100%;
		text-align: left;
	}

	#welfare .roombox div:nth-child(odd) {
		margin: 0 0 15px 0;
	}

	#welfare .roombox div:nth-child(even) {
		margin: 0 0 50px 0;
		text-align: left;
	}

	#welfare .roombox div h3 {
		margin: 0 0 10px 0;
	}

	#welfare h5 a {
		width: 90%;
	}



	#work h2 {
		margin: 0 0 40px 0;
	}

	#work h2 div {
		padding: 0 0 12px 0;
		background-size: 80%;
	}

	#work .worktimebox {
		display: block;
	}

	#work .worktimebox .worktime {
		width: 100%;
		margin: 0 0 60px 0;
	}

	#work .worktimebox .worktime2 {
		width: 100%;
	}

	#work .worktimebox .worktime2:not(:last-child) {
		margin: 0 0 80px 0;
	}

	#work .worktimebox .worktime2 img {
		width: 100%;
	}

	#work .eventbox,
	#work .eventbox2 {
		display: block;
	}

	#work .eventbox div:nth-child(odd) {
		margin: 0 0 15px 0;
	}

	#work .eventbox div:nth-child(even) {
		margin: 0 0 50px 0;
		text-align: left;
	}

	#work .eventbox div h3 {
		margin: 0 0 10px 0;
	}

	#work .eventbox2 div {
		width: 60%;
		margin: 0 auto;
	}

	#female_success h2 {
		margin: 0 0 20px 0;
	}

	#female_success h2 div:nth-of-type(1) {
		margin: 0 auto 25px auto;
		width: 200px;
	}

	#female_success h2 div:nth-of-type(1) img {
		width: 100%;
	}

	#female_success h2 div:nth-of-type(2) {
		padding: 0 0 10px 0;
		font-size: 1.0em;
		line-height: 1.2;
		background: none;
	}

	#female_success h2 div:nth-of-type(3) {
		margin: 0 0 0 0;
	}

	#female_success dl dt {
		width: 60px;
	}

	#female_success dl dd {
		margin-left: 60px;
	}




	#kakogawa .movie001 {
		padding: 220px 0 50px 0;
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/title.png") center 80px / 280px auto no-repeat, #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main1.jpg") center bottom no-repeat;
	}

	#kakogawa .movie002 {
		padding: 60px 0 60px 0;
		background: #002643 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main2.jpg") center top no-repeat;
	}

	#kakogawa .movie003 {
		padding: 60px 0 60px 0;
		background: #022334 url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_main3.jpg") center top no-repeat;
	}

	#moka #contents {
		background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/title.png") center 80px / 280px auto no-repeat, #1A5A80 url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_main1.jpg") center top no-repeat;
	}

	#moka .movie001 {
		padding: 220px 0 50px 0;
	}

	#moka .movie002 {
		padding: 60px 0 60px 0;
	}

	#moka .movie003 {
		padding: 60px 0 60px 0;
	}


	#contents .moviebox1 {
		width: 100%;
	}

	#contents .moviebox1 img {
		width: 100%;
	}

	#contents .moviebox1 .moviebase {
		padding: 5px;
	}

	#contents .movie001 .moviebox2 {
		padding-top: 5% !important;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}

	#contents .movie001 .moviebox2 div {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		padding-bottom: 2%;
	}

	#contents .movie001 .moviebox2 div img {
		width: 100%;
	}

	#contents .movie002 .subtile {
		margin: 0 0 60px 0;
	}

	#contents .movie002 .subtile img {
		width: auto;
		height: 60px;
	}

	#contents .movie002 .submessage {
		margin: 0 0 125px 0;
	}

	.movie001 .sidemess {
		display: none;
	}

	#contents .castbox .cast-title,
	#contents .castbox.cast-r .cast-title {
		text-align: center;
	}

	#contents .castbox .cast-title img {
		width: 120px;
	}

	#contents .castbox {
		margin: 0 auto 80px auto;
	}

	#contents .castbox .cast01 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast1.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast02 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast2.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast03 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast3.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast04 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast4.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast05 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_cast5.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast11 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast1.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast12 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast2.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast13 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast3.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .cast14 {
		background: url("https://www.kobelco.co.jp/gikensei/movie_moka/img/bg_cast4.png") center top / 180px auto no-repeat;
	}

	#contents .castbox .message {
		width: 100%;
		min-height: auto;
		display: block;
		text-align: left;
		background: url("https://www.kobelco.co.jp/gikensei/movie_kakogawa/img/bg_line1.png") left bottom no-repeat;
	}

	#contents .castbox.cast-l .message {
		padding: 170px 0 25px 0;
	}

	#contents .castbox.cast-r .message {
		padding: 170px 0 25px 0;
	}








	/* ------ footer ------ */

	#footer {
		padding: 25px 15px;
	}

	#footer .logo1 {
		margin: 0 0 10px 0;
	}

	#footer .logo1 {
		width: 130px;
	}

	#footer .logo2 img {
		width: 67px;
	}

	#footer .footer-sitemap {
		margin: 0 0 15px 0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	#footer .footer-sitemap ul {
		background-color: #fff;
	}

	#footer .footer-sitemap ul li {
		width: 100%;
		float: none;
		font-weight: 700;
	}


	#footer .footer-sitemap ul li p:first-of-type {}

	#footer .footer-sitemap ul li ul {
		margin-top: 0;
		padding: 0;
	}

	#footer .footer-sitemap ul li ul li {
		font-size: 1em;
	}

	#footer .footer-sitemap ul li ul li:not(:last-child) {
		margin-bottom: 0px;
	}

	#footer div:nth-of-type(3) ul li {
		width: 50%;
		float: left;
	}

	#footer div:nth-of-type(3) ul li:nth-child(odd) {
		border-right: 1px solid #ccc;
	}

	#footer .footer-sitemap ul li a {
		padding: 10px 0px 10px 30px;
		border-bottom: 1px solid #ccc;
		display: block;
		position: relative;
	}

	#footer .footer-sitemap ul li a::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #0a62ba;
		border-right: solid 2px #0a62ba;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -4px;
	}

	#footer .footer-sitemap ul li ul li {
		padding: 0;
	}

	#footer .copyright {
		text-align: center;
	}

	#pagetop {
		margin: 80px 0;
		text-align: center;
	}

	#pagetop a:hover {
		opacity: 0.6;
	}

	#pagetop img {
		width: 35px;
	}



}