@charset "UTF-8";
/*
============================================================
＜記述内容＞
font	FONTセルフホスティング
reset	リセットCSS
base	html,body,mainなどの基礎設定
header	サイト共通のヘッダー
main	サイト共通
footer	サイト共通のフッター
============================================================
*/




/* reset
------------------------------------------------------------ */
object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,fieldset,form,label,legend,textarea,table,caption,tbody,tfoot,thead,tr,th,td,aside,canvas,details,figcaption,figure,footer,hgroup,menu,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
aside,details,figcaption,figure,footer,hgroup,menu {
	display:block;
}
ol {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content:none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}




/* base
------------------------------------------------------------ */
@media print, screen and (min-width: 834px) {
	a:hover {
		color: #000;
		text-decoration: none;
	}
	.mincho {
		font-family: 'Noto Serif JP', serif,;
	}
	.vpc {
		display: block;
	}
}

@media screen and (max-width: 833px) {
	a:hover {
		color: #000;
		text-decoration: none;
	}
	.mincho {
		font-family: 'Noto Serif JP', serif,;
	}
	.vpc {
		display: none;
	}
}



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

@media print, screen and (min-width: 834px) {
	#header .contact a {
		transition: all 200ms 0s ease;
	}
	#header .contact a:hover {
		opacity: 0.7;
	}
}
#header .logo img {
  aspect-ratio: 135 / 26;
  object-fit: contain;
}

#header .tool_search {
    position:absolute; top: 3px; right: 360px;
	z-index:99999;
}
#header .tool_search button {
	background: none;
	border: 0;
    cursor: pointer;
}
#header .tool_search:hover {
	opacity: 0.7;
}

/* header-tool
------------------------------------------------------------ */
#header-tool {
}
#header-tool .tool_search {
    position:absolute; top: 3px; right: 360px;
	z-index:99999;
}
#header-tool .tool_search button {
	background: none;
	border: 0;
    cursor: pointer;
}
#header-tool .tool_search:hover {
	opacity: 0.7;
}

@media print,screen and (min-width:834px){
  #header-tool{
    position:fixed;top:0;left:0;height:0;width:100%;z-index:1001
  }
}
@media print,screen and (min-width:1920px){
  #header-tool{
    position:fixed;left:calc(50% - (1920px / 2));width:1920px
  }
  #header-tool .tool_search {
    position:absolute; top: 3px; right: 400px;
  }
}
@media screen and (max-width:833px){
  #header-tool{
    display: none;
  }
  #header-tool .tool_search {
    display: none;
  }
}


/* main
------------------------------------------------------------ */
@media print, screen and (min-width: 834px) {
	body main>.content {
		max-width: 1600px;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
	}
}
main p {
    line-height: 2;
}


/* footer
------------------------------------------------------------ */
@media print, screen and (min-width: 834px) {
	#footer {
		position: relative;
	}
	#footer .footer-sitemap {
		background-color: #333333;
		display: flex;
		display:-webkit-flex;
		position: relative;
		padding: 70px 250px 70px 50px;
	}
	#footer .pagetop {
		text-align: right;
		position: relative;
		z-index: 1;
		width: 73px;
		height: 40px;
		position: absolute;
		top: -30px;
		right: 40px;
	}
	#footer .pagetop img {
   aspect-ratio: 73 / 40;
	}
	#footer .footer-sitemap .col {
		box-sizing: border-box;
		padding: 0 20px 0;
	}
	#footer .footer-sitemap .col:nth-child(1) {
		width: 302px;
	}
	#footer .footer-sitemap .col:nth-child(2) {
		width: 302px;
	}
	#footer .footer-sitemap .col:nth-child(3) {
		width: 257px;
	}
	#footer .footer-sitemap .col:nth-child(4) {
		width: 257px;
	}
	#footer .footer-sitemap .col:nth-child(4) li:last-child {
		margin-top: 30px
	}
	#footer .footer-sitemap .col:nth-child(5) {
		position: absolute;
		top: 125px;
		right: 30px;
		width: 215px;
	}
	#footer .footer-sitemap .sns {
		display: flex;
		display:-webkit-flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}
	#footer .footer-sitemap .button a {
		display: block;
		background: #fff url(/img/icon_login.png) calc(100% - 15px) 50%  no-repeat;
		border-radius: 38px;
		height: 38px;
		line-height: 38px;
		text-decoration: none;
		text-align: center;
		color: #333;
		margin-top: 60px;
		transition: all 200ms 0s ease;
	}
	#footer .footer-sitemap .button a:hover {
		opacity: 0.7;
	}
	#footer .footer-sitemap .title {
		color: #fff;
		margin-bottom: 20px;
	}
	#footer .footer-sitemap ul.link li {
		margin: 5px 0;
	}
	#footer .footer-sitemap a {
		text-decoration: none;
		color: #fff;
		font-size:  .875rem;
	}
	#footer .footer-sitemap a:hover {
		text-decoration: underline;
	}
	#footer .bottom-link {
		position: absolute;
		bottom: 0;
		left: 75px;
		height: 60px;
		line-height: 60px;
	}
	#footer .bottom-link li {
		float: left;
	}
	#footer .bottom-link li::after {
		content: ' | ';
		margin: 0 10px;
	}
	#footer .bottom-link li:last-child::after {
		content: none;
	}
	#footer .bottom-link a {
		font-size:  .875rem;
		text-decoration: none;
		display: inline-block;
		color: #000;
	}
	#footer .bottom-link a:hover {
		text-decoration: underline;
	}
	#footer .copyright {
		font-size:  .875rem;
		text-align: right;
		color: #333333;
		height: 60px;
		line-height: 60px;
		box-sizing: border-box;
		padding-right: 75px;
	}
}
@media screen and (max-width: 833px) {
	#footer {
		position: relative;
	}
	#footer .pagetop {
		text-align: right;
		position: relative;
		z-index: 1;
		width: 3rem;
		position: absolute;
		top: -1.5rem;
		right: 1rem;
	}
	#footer .pagetop img {
   aspect-ratio: 90 / 53;
	}
	#footer .footer-sitemap {
		background-color: #333333;
		position: relative;
		padding: 4rem 0.5rem 0.5rem 0.5rem;
	}
	#footer .footer-sitemap .sns {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4rem;
		display: flex;
		display:-webkit-flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
		border-bottom: solid 1px #ccc;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 7rem;
	}
	#footer .footer-sitemap .sns li {
		display: inline-block;
		width: 2rem;
	}
	#footer .footer-sitemap .sns li img {
		width: 100%;
		height: auto;
	}

	#footer .footer-sitemap .title {
		color: #fff;
		padding: 1rem 0.5rem;
		background-image: url(/img/icon_plus.png);
		background-position: calc(100% - 1.3rem) 50%;
		background-repeat: no-repeat;
		background-size: auto 1rem;
	}
	#footer .footer-sitemap .open .title {
		background-image: url(/img/icon_minus.png);
	}
	#footer .footer-sitemap ul.link {
		color: #fff;
		border-radius: 0.3rem;
		overflow: hidden;
		margin: 0 0.5rem;
		display: none;
	}
	#footer .footer-sitemap .open ul.link {
		display: block;
	}
	#footer .footer-sitemap ul.link li a {
		display: block;
		color: #fff;
		text-decoration: none;
		border-bottom: solid 1px #ccc;
		padding: 1rem;
		display: block;
		background: #5a5a5a url(/img/button_arrow_white.png) calc(100% - 1rem) 50% no-repeat;
		background-size: auto 0.7rem;
	}
	#footer .footer-sitemap ul.link li:last-child a {
		border-bottom: none;
	}

	#footer .footer-sitemap .button a {
		display: block;
		border-radius: 5rem;
		padding: 0.5rem;
		text-decoration: none;
		text-align: center;
		color: #333;
		margin: 2rem 3rem;
		background: #fff url(/img/icon_yazirushi.png) calc(100% - 1.5rem) 50% no-repeat;
		background-size: auto 1rem;
	}

	#footer .bottom-link {
		padding: 2rem 1rem;
	}
	#footer .bottom-link li {
		display: inline-block;
	}
	#footer .bottom-link li:nth-child(1)::after,
	#footer .bottom-link li:nth-child(3)::after{
		content: ' | ';
		margin: 0 0.5rem;
	}
/*
	#footer .bottom-link li:nth-child(3) {
		display: block;
	}
*/
	#footer .bottom-link a {
		font-size:  .875rem;
		text-decoration: none;
		display: inline-block;
	}
	#footer .bottom-link a:hover {
		text-decoration: underline;
	}
	#footer .copyright {
		font-size:  .875rem;
		text-align: right;
		color: #333333;
		height: 60px;
		line-height: 60px;
		box-sizing: border-box;
		padding-right: 75px;
	}

	#footer .copyright {
	}
}
#footer .footer-sitemap .sns li img {
  aspect-ratio: 1 / 1;
}



/* popular-hrstrategy
------------------------------------------------------------ */
.popular-hrstrategy ul.list li .image img {
  aspect-ratio: auto 1920 / 1008;
  object-fit: contain;
  width: 100%;
  height: auto;
}
