/* スライダー部分20230215 */
/* スライダー20230215 */
.g_slider_20230215 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.top_g_s_inner{
	position: relative;
}
.top_g_s_inner p{	
	position: absolute;
	width: 380px;
	top: 95%;
	left: 50%;/*画像の中央に配置*/
  -ms-transform: translate(-50%,-90%);
  -webkit-transform: translate(-50%,-90%);
  transform: translate(-50%,-90%);
	margin: 0; /*余計な隙間を除く*/
	color: white;/*文字を白に*/
	background: #000;/*背景色*/
	opacity: 0.8;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	line-height: 1;/*行高は1に*/
	padding: 5px 10px;/*文字周りの余白*/
}
.g_slider_20230215 img{
	border-radius: 5px;
}
.g_slider_20230215 a img{
	transition: 0.5s;
}
.g_slider_20230215 a:hover img{
	opacity: 0.6;
}
.g_slider_20230215 a:hover p{
	opacity: 0.6;
}
.g_slider_20230215 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.g_slider_20230215 li{
	width:400px;
	list-style: none;
	margin:10px;
}
/* 動画アイコン用 20230217加筆 */
.top_g_s_inner_m a {
	position: relative;
	display: block;
	text-decoration: none;
}
.top_g_s_inner_m a:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #FFF;
	width: 60px;
	height: 60px;
	opacity: 0.7;
	z-index: 10;
}
.top_g_s_inner_m a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 15px 0 15px 25px;
	opacity: 0.7;
	z-index: 10;
}
/* スマートフォン用 */
@media screen and (max-width: 480px){
 .g_slider_20230215 {
   display: flex;
   margin: 0 calc(50% - 50vw);
   width: 100vw;
   overflow: hidden;
 }
 .top_g_s_inner p{	
	position: absolute;
	width: 195px;
  -ms-transform: translate(-50%,-90%);
  -webkit-transform: translate(-50%,-90%);
  transform: translate(-50%,-90%);
	margin: 0; /*余計な隙間を除く*/
	color: white;/*文字を白に*/
	background: #000;/*背景色*/
	opacity: 0.7;
	font-size: 10px;
	line-height: 1;/*行高は1に*/
	padding: 5px 10px;/*文字周りの余白*/
}
 .g_slider_20230215 img{
 	border-radius: 4px;
 }
 .g_slider_20230215 li{
 	width: 200px;
 	list-style: none;
 	margin: 5px;
 }
 .top_g_s_inner_m a:before {
	border: 4px solid #FFF;
	width: 40px;
	height: 40px;
	opacity: 0.8;
 }
 .top_g_s_inner_m a:after {
	border-width: 10px 0 10px 18px;
	opacity: 0.8;
 }
}
/* アニメーション部分 */
.g_slider_20230215 ul:first-child {
  animation: slide1 120s -60s linear infinite;
}
.g_slider_20230215 ul:last-child {
  animation: slide2 120s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* スライダー部分ここまで */



/* TOPページWORKSへのリンク 20230308加筆 */
.p-home-works-more {
	margin-top: 60px;
	text-align: center;
}



/* PICK UP 部分20230307 */
/* PICK UP 部分 - PC */
#widget-01 {
	z-index: 5;
	position: absolute;
	bottom: 20px;
	right: 30px;
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/03/bg_pagetitle_4-300x79_re.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 20px;
	opacity: 0.8;
	border-radius: 10px;
}
#widget-01 a{
	transition: 0.4s;
}
#widget-01 a:hover{
	opacity: 0.6;
}
#widget-01 img{
	border-radius: 3px;
}
.widget-01-cap{
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
}
/* PICK UP 部分 - タブレット */
@media screen and (max-width: 768px){
 #widget-01 {
	position: static; /* デフォルに戻す */
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/03/bg_pagetitle_4-300x79_re.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	/* background-color: #f0f0ee; */
	color: #fff;
	/* color: #000; */
	font-size: 14px;
	opacity: 1.0;
	border-radius: 0px;
 }
}
/* PICK UP 部分 - SP */
@media screen and (max-width: 480px){
 #widget-01 {
	position: static; /* デフォルに戻す */
	height: 250px;
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/03/bg_pagetitle_4-300x79_re.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	/* background-color: #f0f0ee; */
	color: #fff;
	font-size: 13px;
	opacity: 1.0;
	border-radius: 0px;
 }
 .widget-01-cap{
	 font-size: 16px;
 }
}
/* PICK UP 部分ここまで */



/* 研修制度・福利厚生制度 タイトル画像 20230412 ※改定20230421 ※「page-recruit-child2_abc.php」内指定*/
.c-page-title-recruit--welf{
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/04/training_welfare.jpg);
}
@media screen and (max-width: 480px){
	.c-page-title-recruit--welf{
		background-position: 55% center;
	}
}



/* 福利厚生ページ用20230323 ※改定20230421 */
.p-staff-oneday-tab-welf{
	margin-bottom: 10px;
	/* background-color: #fff; */
}
.js-tab-button-welf{
	background-color: #8cc;
	border-radius: 5px;
}

.modification-welf{
	background-color: #fff;
}
.chapter-welf{
	margin: 40px auto 20px;
}
.modification-welf-title{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	border-bottom: 2px solid;
/*	@media #{$querySp} {
		font-size: 1.5rem;
	}*/
}
.chapter-body-welf{
	line-height: 2.0em;
}
.welf-img{
	margin: 0px auto;
}
.welf-img ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.welf-img li{
    list-style: none;
}
.welf-img li:nth-child(2){
    margin: 0 10px;	
}
.welf-img li img{
    width: 315px;
}
@media screen and (max-width: 480px){
	.modification-welf-title{
		font-size: 1.5rem;
	}
	.chapter-welf{
	     margin: 25px auto;
    }
	.modification-welf-c-text{
		width: 310px;
	}
	.welf-img{
		margin: 20px auto;
	}
    .welf-img ul{
    	display: block;
    }
	.welf-img li{
    	margin: 0 10px;
    }
	.welf-img li:nth-child(2){
    	margin: 10px;	
    }
}
/* 福利厚生ページここまで */

/* リクルートナビ部分加筆 ※20230425 */
.p-recruit-localnavi-item {
	width: calc(33.3333% - (30px / 3));
  margin-top: 15px;
	@media #{$querySp} {
	  width: 100%;
	  border-top: 1px solid         $colorBorder;
	  &:nth-child(n + 3) {
		  width: 100%;
		  margin-top: 0;
	  }
	}
}
.p-recruit-localnavi-item-blank {
	border-top: 0;
  margin-top: 0px;
	@media #{$querySp} {
	  border-top: 0;
	  border:0;
	}
}
/* リクルートナビここまで */



/* 画像から動画へのリンク 20230426　加筆・変更20230510 */
.img-to-movies a img{
	transition: 0.5s;
}
.img-to-movies a:hover img{
	opacity: 0.6;
}
/* 画像から動画へのリンクここまで */



/* YOU 20230426 */
.c-page-title-you{
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/05/you_000.jpeg);
}
.c-page-title__en-you{
	color: #000;
	font-weight: bold;
	font-size: 5.0rem;
}
.c-page-title__ja-you{
	color: #000;
}
@media screen and (max-width: 480px){
	.c-page-title__en-you{
		font-weight: normal;
		font-size: 4.2rem;
	}
}

/* YOU 動画○アイコン用 20230501加筆 */
/* 白 */
.you_m a {
	position: relative;
	display: block;
	text-decoration: none;
}
.you_m a:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #FFF;
	width: 60px;
	height: 60px;
	opacity: 0.7;
	z-index: 10;
}
.you_m a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 15px 0 15px 25px;
	opacity: 0.7;
	z-index: 10;
}
/* 黒 */
.you_m_black a {
	position: relative;
	display: block;
	text-decoration: none;
}
.you_m_black a:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #000;
	width: 60px;
	height: 60px;
	opacity: 0.7;
	z-index: 10;
}
.you_m_black a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 15px 0 15px 25px;
	opacity: 0.7;
	z-index: 10;
}


/* 事務所移転のお知らせ 20230829加筆 ※他でも流用可 */
/* 文章右寄せ 20230829 */
.align_right{
	text-align: right;
}
/* 文章左寄せ 20230829 */
.align_left{
	text-align: left;
}
/* スマートフォン版のみ改行 20230829 */
@media screen and (min-width: 769px){
  .sp-only-br{ display: none; }
}

/* お問い合わせフォームページ注釈部分 20231106 */
.cap-headofline-inquiry {
	margin: 40px auto 10px;
}


/* データで見るABC 20231222 */
/* タイトル画像 20231221 */
.c-page-title-recruit--abcfromdatas{
	background-image: url(https://a-b-c.co.jp/wp-content/uploads/2023/12/abc_data.jpg);
}
@media screen and (max-width: 480px){
	.c-page-title-recruit--abcfromdatas{
		background-position: 55% center;
	}
}

/* PCレイアウト 20231222 */
.modification-abcfromdatas{
	background-color: #fff;
}
.modification-abcfromdatas-title{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	border-bottom: 2px solid;
}
.modification-abcfromdatas-title-notes{
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
	line-height: 10px;
	padding-top: 0.7em;
}
.abcfromdatas-img{
	margin: 0px auto;
}
.abcfromdatas-img a img{
	transition: 0.5s;
}
.abcfromdatas-img a:hover img{
	opacity: 0.6;
}
.abcfromdatas-img ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.abcfromdatas-img li{
    list-style: none;
}
.abcfromdatas-img li img{
    width: 600px;
}
.abcfromdatas-img-cap{
	margin: 20px 60px;
	font-size: 80%;
}
.abcfromdatas-img-2elmts{
	margin: 0px auto;
}
.abcfromdatas-img-2elmts a img{
	transition: 0.5s;
}
.abcfromdatas-img-2elmts a:hover img{
	opacity: 0.6;
}
.abcfromdatas-img-2elmts ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.abcfromdatas-img-2elmts li{
    list-style: none;
}
.abcfromdatas-img-2elmts li img{
	margin: 10px;
    width: 300px;	
}
/*
 .abcfromdatas-img-2elmts li:nth-child(2){
    margin: 0 10px;	
}
*/

/* SPレイアウト 20231222 */
@media screen and (max-width: 480px){
    .abcfromdatas-img li img{
        width: 315px;
    	margin: 0 10px;
	}
	.abcfromdatas-img-cap{
        margin: 20px;
    }
    .abcfromdatas-img-2elmts ul{
    	display: block;
    }
    .abcfromdatas-img-2elmts li{
        margin: auto;
	}
    .abcfromdatas-img-2elmts li img{
		width: 200px;
		margin: 5px 50px;
	}

    /* .abcfromdatas-img-2elmts li:nth-child(2){ */
    	/* 2つ目の画像の左側だけ10px空ける */
    	/* margin: auto auto auto 10px; */
    	/* margin: 20px auto;*/
    /* } */
	.modification-abcfromdatas-title{
    	font-size: 1.5rem;
    }
}

/* 項目間高さ調整 20231222 */
.chapter-abcfromdatas{
	margin: 40px auto 20px;
}
.chapter-body-abcfromdatas{
	line-height: 2.0em;
}
@media screen and (max-width: 480px){
	.chapter-abcfromdatas{
	     margin: 25px auto;
    }
	.modification-abcfromdatas-c-text{
		width: 310px;
	}
}
