/* CSS Document */


/*reset*/
body,
div#header {
	min-width: 0;
}
div#footer .bg-navy .wrapper {
	max-width:960px;
	width:auto;
}

main#contents {
	margin-bottom: 0;
}

/*新テンプレ用*/
#wrapper #head_btn_area1 {
	display:none !important;
}

.mcInner * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#contents .mcInner a {
	color:inherit;
	background: none;
}
#contents .mcInner a:hover {
	text-decoration: none;
}
.mcInner ul {
	list-style-type: none;
}

.mcInner img {
	max-width: 100%;
	vertical-align:top;
}

.mcInner ol {
	list-style-type: none;
	padding-left: 0;
}

.mcInner figure {
	
}

.mcInner i {
	font-style:normal;
}


/*表示分け*/
.pc, .tb, .sp {display:none;}
@media(min-width:769px) {
	.pc {display:block;}
}
@media(max-width:768px) and (min-width:561px) {
	.tb {display:block;}
}
@media(max-width:560px) {
	.sp {display:block;}
}

/*layout*/
#contents .mcInner {
	/*margin-top: 40px;*/
	max-width:1100px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	font-size: 16px;
	padding: 0 1px;
	color:#000;
}

div#contents {
	padding-left: 0;
	padding-right: 0;
}

@media(min-width:561px) {
	body.large #contents .mcInner .langList {font-size: 14px;}
	body.large #mv .block1 h1 {font-size: 46px;}
	body.large #mv .block1 .sub {font-size: 35px;}
	body.large #mv .block2 .tit {font-size: 28px;}
	body.large #contents .mcInner .heading {font-size: 28px;}
	body.large #contents .mcInner {font-size: 18px;}
	body.large #contents .mcInner .jobList li div p span {font-size: 16px;}
	body.large .shienBanner a .inner .tit {font-size: 30px;}
	body.large .shienBanner a .inner .txt {font-size: 20px;}
	body.large .note {font-size: 14px;}
	body.large #contents .mcInner .heading02 {font-size: 24px;}
	body.large .ginoFeature > .tit {font-size: 24px;}
	body.large .ginoFeature {font-size: 18px;}
	body.large #contents .mcInner .heading03 {font-size: 24px;}
	body.large #contents .mcInner .jobList li div {font-size: 28px;}
	body.large #registration .desc .head {font-size: 18px;}
	body.large #registration .desc .tit {font-size: 18px;}
	
	body.small #contents .mcInner .langList {font-size: 10px;}
	body.small #mv .block1 h1 {font-size: 38px;}
	body.small #mv .block1 .sub {font-size: 30px;}
	body.small #mv .block2 .tit {font-size: 16px;}
	body.small #contents .mcInner .heading {font-size: 20px;}
	body.small #contents .mcInner {font-size: 12px;}
	body.small #contents .mcInner .jobList li div p span {font-size: 11px;}
	body.small .shienBanner a .inner .tit {font-size: 22px;}
	body.small .shienBanner a .inner .txt {font-size: 15px;}
	body.small .note {font-size: 9px;}
	body.small #contents .mcInner .heading02 {font-size: 14px;}
	body.small .ginoFeature > .tit {font-size: 16px;}
	body.small .ginoFeature {font-size: 12px;}
	body.small #contents .mcInner .heading03 {font-size: 16px;}
	body.small #contents .mcInner .jobList li div {font-size: 13px;}
	body.small #registration .desc .head {font-size: 12px;}
	body.small #registration .desc .tit {font-size: 12px;}
}

@media(max-width:768px) {
	div#contents {
		padding: 0;
	}
	
	#contents .mcInner {
		margin-top: 0;
		font-size: 3.4vw;
	}
}

#contents .mcInner .langList {
	padding: 1px 10px 1px;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 1.2;
}
#contents .mcInner .langList + * {
	position: relative;
	z-index: 1;
}

#contents .mcInner .langList li:not(:first-child){
	font-family: Arial, sans-serif;
}

#contents .mcInner .langList li {
	padding: 2px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	position: relative;
}
#contents .mcInner .langList li:after {
	content:"";
	display:block;
	width:5px;
	height:5px;
	background: #fff;
	position: absolute;
	bottom:0;
	right:0;
	transform:translate(50%, 50%);
	z-index: 1;
}

#contents .mcInner .langList li a {
	display:flex;
	text-decoration: none;
	align-items: center;
	padding: 10px;
	position: relative;
	height: 100%;
}
#contents .mcInner .langList li a::after {
	content:"";
	display:block;
	background: #454545;
	width:0.5em;
	height:0.5em;
	position:absolute;
	top:50%;
	right:1em;
	transform:translateY(-50%);
	clip-path: polygon(30% 0, 100% 50%, 30% 100%);
}
#contents .mcInner .langList li a:hover {
	background: rgba(136, 217, 241, 0.4);
}
#contents .mcInner .langList li a figure {
	width:40px;
}
#contents .mcInner .langList li a figure img {
	max-width:30px;
	max-height:19px;
}

@media(min-width:769px) {
	#contents .mcInner .langList li:nth-child(6n) {
		border-right:none;
	}
	#contents .mcInner .langList li:nth-last-child(-n+6) {
		border-bottom:0;
	}
}
@media(max-width:768px) {
	#contents .mcInner .langList  {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1px !important;
	}
	#contents .mcInner .langList li:nth-child(3n) {
		border-right:none;
	}
	#contents .mcInner .langList li:nth-last-child(-n+3) {
		border-bottom:0;
	}
	
	#contents .mcInner .langList {
		font-size: 2.6vw;
	}
	#contents .mcInner .langList li a figure {
		width:3.5em;
	}
	#contents .mcInner .langList li a figure img {
		max-width:90%;
		max-height:1.5em;
	}
	#contents .mcInner .langList li:nth-child(6) {
		font-size: 0.8em;
	}
}

/*リンク*/
.hover img {
	transition:opacity 0.3s linear;
}
.hover:hover img {
	opacity: 0.7;
}

/*背景*/
.bg_blue {
	background:url("../../assets/images/bg_blue.png");
}
.bg_lightblue {
	background:url("../../assets/images/bg_lightblue.png");
}
.bg_pink {
	background:url("../../assets/images/bg_pink.png");
}
.bg_gray {
	background:url("../../assets/images/bg_gray.png");
}

/*三角形*/
.trg {
	position: relative;
}
.trg::before {
	content:"";
	display:block;
	width:50px;
	height:50px;
	background: inherit;
	border:2px solid #fff;
	clip-path: polygon(70% 0, 100% 0, 100% 30%);
	position: absolute;
	z-index: 10;
}

/*見出し*/
#contents .mcInner .heading {
	font-size: 24px;
	color:#000;
	margin-bottom: 0.3em !important;
}
.flexCore{
	display: flex;
	justify-content: center;
	align-items: center;
}
.leftTitle_flex{
	font-size: 18px;
	margin-right:1em;
	flex:1 0 auto;
}
.rightText_flex{
	font-size: 72%;
	flex:1 1 auto;
}
.leftFlex{
	flex:1 0 auto;
}
.rightFlex{
	margin-left:1.5em;
	flex:1 1 auto;
}
.notes{
	font-size:81%;
}
@media(max-width:768px) {
	#contents .mcInner .heading {
		font-size: 4.7vw;
	}
	.flexCore{
		flex-wrap: wrap;
	}
	.leftTitle_flex{
		font-size: 4.7vw;
		margin-right:auto;
		flex:1 1 auto;
	}
	.rightText_flex{
		font-size:3.4vw;
	}
	.leftFlex{
		flex:1 1 auto;
	}
	.rightFlex{
		margin-left:auto;
	}
	.notes{
		font-size:3.4vw;
	}
}


#contents .mcInner .shienBanner {
	background: #badc9c;
	padding: 10px 1px;
}
.shienBanner a {
	display:flex;
	background: none !important;
	text-decoration: none !important;
	color:inherit !important;
}
.shienBanner a > * {
	width:50%;
	position: relative;
}

.shienBanner a .inner {
	position: absolute;
	top:50%;
	left:40px;
	transform:translateY(-50%);
	text-decoration: none;
}
.shienBanner a .inner .tit {
	font-size: 26px;
	color:#4C821D;
	line-height: 1.3;
	margin-bottom: 0.5em;
	transition:color 0.3s linear;
}
.shienBanner a:hover .inner .tit {
	color:#306204;
}
.shienBanner a .inner .txt {
	font-size: 16px;
	line-height: 1;
}

@media(max-width:768px) {
	.shienBanner a {
		flex-direction: column;
	}
	.shienBanner a > * {
		width:auto;
		overflow: hidden;
	}
	.shienBanner a figure {
		overflow: hidden;
		width:110%;
		height:100%;
	}
	.shienBanner a img {
		object-fit: cover;
		width:100%;
		height:100%;
	}
	
	.shienBanner a > *:last-child {
		position: relative;
	}
	.shienBanner a > *:last-child figure {
		position: absolute;
		top:0;
		left:0;
	}
	.shienBanner a .inner {
		position: relative;
		transform: none;
		left:0;
		top:0;
		padding: 4vw !important;
	}
	.shienBanner a .inner .tit {
	font-size: 26px;
		color:#63aa26;
	}
	.shienBanner a .inner .txt {
		font-size: 16px;
		line-height: 1;
	}
}


i.arrow {
	display: inline-block;
	width:1.5em;
	height:1px;
	background: #000;
	vertical-align: middle;
	margin-left: 0.5em !important;
	position: relative;
}
i.arrow::after {
	content:"";
	display: block;
	position: absolute;
	margin-top: 0.5px;
	right:0;
	top:50%;
	width:9px;
	height:8px;
	background: #000;
	clip-path: polygon(40% 0, 100% 50%, 40% 100%);
	transform:translateY(-50%);
}

#contents .mcInner .iconElem {
	position: relative;
	padding-left: 1.5em;
}

.iconElem > i:first-child,
.iconElem > * > i:first-child {
	position: absolute;
	left:0;
}

#contents .mcInner .iconElem.type02 {
	padding-left: 2.5em;
}

.note {
	font-size: 11px;
}
@media(max-width:768px) {
	.note {
		font-size: 2.6vw;
	}
}

#contents .mcInner .head {
	padding:20px 40px;
}

@media(max-width:768px) {
	#contents .mcInner .head {
		padding: 4vw;
	}
}

.ytArea {
	padding-bottom: 30px;
	background:url("../../assets/images/bg_pink.png");
}
.ytArea .head::before {
	left:40px;
	bottom:0;
	transform:translateY(-1px) rotate(135deg);
}

#contents .mcInner .box {
	margin-top: 1px;
}

/*ie11*/
@media screen and (-ms-high-contrast: none) {
	#contents .mcInner .langList li a::after {
		transform:rotate(45deg);
	}
	#contents .mcInner .langList li a::before {
		content:"";
		width:0.8em;
		height:1.8em;
		display:block;
		background: #fff;
		position: absolute;
		top:33%;
		right:14px;
		z-index: 1;
	}
	#contents .mcInner .langList li a:hover::before {
		background:#cff0f9;
	}
}

@media screen and (-ms-high-contrast: none) {
	i.arrow::after {
		width:auto;
		height:auto;
		background: none;
		border:0.2em solid #000;
		border-left-color:transparent !important;
		border-bottom-color:transparent !important;
		transform:translateY(-50%) rotate(45deg);
	}
}

/*ie11*/
@media screen and (-ms-high-contrast: none) {
	.ytArea .head::before {display:none;}
}

/*言語メニュー追加 2021.11.26*/
#contents .mcInner .langList li .langOut a {
    padding: 10px 15px 10px 10px;
    display: inline-block;
}
#contents .mcInner .langList li .langOut figure img {
	max-width:30px;
	max-height:19px;
}
#contents .mcInner .langList li .langOut {
	display:flex;
	text-decoration: none;
	align-items: center;
	padding: 10px;
	position: relative;
	height: 100%;
}
#contents .mcInner .langList li .langOut a:after {
	right: 0rem;
}

@media print ,screen and (max-width:1024px) and (min-width:767px) {
	#contents .mcInner .langList li .langOut a {
		padding: 5px 26px 5px 1vw;
		width: 95%;
	}
}
@media print ,screen and (max-width:768px) {
	#contents .mcInner .langList li .langOut a {
		padding: 5px 6px 5px 5px;
		width: 100%;
	}
	#contents .mcInner .langList li .langOut figure img {
		max-width: 90%;
		max-height: 1.5em;
		margin-right: 20px;
	}	
}

@media screen and (-ms-high-contrast: none) {
	#contents .mcInner .langList li .langOut a:after {
		right :12px;
	}
}

/*動画coming soon追加 2021.11.26*/
.head.bg_pink.trg + div > p {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);;
}
.head.bg_pink.trg + div {
	position: relative;
}
.head.bg_pink.trg + div > p span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	font-size: 4vh;
	font-weight: bold;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*連絡先フォント追加 2021.12.06
.ginoFeature table {
    font-family: メイリオ, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, Arial, sans-serif;
}
*/

/*「特定技能」外国人材受入れの優良事例追加 2022.04.04*/
#contents .mcInner .sec.mvWrapper{
	padding-bottom: 0;
}
#contents .box.ytArea.mvBlock {
	margin-top: 4em;
	background: url("../../assets/images/bg_lightblue.png");
}
#contents .box.ytArea.mvBlock .head.bg_lightblue.trg h2 {
    text-align: center;
}

#contents div[id^="constBox"] {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#contents div[id^="constBox"] .leftBoxMV {
    width: 55%;
}
#contents div[id^="constBox"] .rightBoxMV {
    width: 45%;
}
#contents div[id^="constBox"] .leftBoxMV a {
    display: block;
    position: relative;
}
#contents div[id^="constBox"] .leftBoxMV a img {
    width: 100%;
}
#contents div[id^="constBox"] .leftBoxMV a img + img {
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 2;
    width: 16px;
}

#contents div[id^="constBox"] .rightBoxMV li a {
    display: block;
}
#contents div[id^="constBox"] .rightBoxMV li div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
#contents div[id^="constBox"] .rightBoxMV li .imgMv {
    width: 41%;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (-ms-high-contrast: none) {
	#contents div[id^="constBox"] .rightBoxMV li .imgMv {
		max-width: none;
	}
}
#contents div[id^="constBox"] .textMv {
    width: 59%;
    padding-left: 10px;
}
@media(min-width:769px) {
}
@media(max-width:768px) {
    #contents div[id^="constBox"] {
        display: block;
    }
    #contents div[id^="constBox"] > .leftBoxMV,
    #contents div[id^="constBox"] > .rightBoxMV {
        width: 100%;
    }
	#contents div[id^="constBox"] .rightBoxMV li a .imgMv {
		width: 40%;
		/* max-width: 300px; */
	}
	#contents div[id^="constBox"] .textMv {
		width: 60%;
	}
}
@media(max-width:768px) and (min-width:561px) {
}
@media(max-width:560px) {
}

