/**************************************************/
/* “こんな仕事がしたい”を叶える場所 ～山口県の地元企業案内～ */
/**************************************************/

@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');

span.badge {margin-right:0.2em; margin-bottom:0.2em;}
span.badge-custom {background-color:#660000; color:#ffffff; padding:5px 10px;}
span.square {color:#709397;}

img.logo2 {max-width:250px !important;}

.btn-outline-custom {background-color:#ffffff; border-color:#009FB9; color:#009FB9;}
.btn-outline-custom:hover {background-color:#009FB9; color:#ffffff;}
.btn-outline-custom:active {transform: translateY(2px); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}
.btn-outline-custom:focus {outline: none; box-shadow: 0 0 0 4px rgba(112, 147, 151, 0.2);}

ul.marulist {list-style: none; padding-left: 1em; text-indent:-1em;}
ul.marulist > li:before{content:"●"; color: #256d8b;}

ul.komelist {list-style: none; padding-left: 2.4em; text-indent:-1.4em;}
ul.komelist > li:before{content:"※ ";}

p.midashi {
  font-size: 1.2rem;
  font-weight: bold;
  color: #008CC9;
}

img.img-voice01 {
  display: block;
  margin: 0 auto;
}

.ttl_background4 {
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-image: linear-gradient(60deg, #fff 0 30%, #000000 10%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
}
.ttl_background4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #000000 30%, #fff 0 10%);
  content: '';
  z-index: -1;
}
.img-float-right {
  width:120px;
  float: right;
  margin: 0 0 0 10px;
}



@media (max-width: 768px) {
	img.logo2 {
	  max-width: 220px !important;
	}
	img.photo80 {
	  width: 80%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo70 {
	  width: 70%;
	  display: block;
	  margin: 0 auto;
	}
	p.midashi {
	  font-size: 1.1rem;
	}
	img.img-point {
	  width: 160px;
	  display: block;
	  margin: 0 auto;
	}
	img.img-voice01 {
	  width: 250px;
	}
	.ttl_background4 {
	  background-image: linear-gradient(60deg, #fff 0 60%, #000000 10%);
	  -webkit-background-clip: text;
	}
	.ttl_background4:before {
	  background: linear-gradient(60deg, #000000 60%, #fff 0 10%);
	}

/* ----------------------------------------- */
/* スマホ画面ではfloatを解除して画像を下に */
/* ----------------------------------------- */
	.img-float-right {
	  float: none;
	  display: block;
	  width:150px;
	  margin: 20px auto 10px auto;
	  order: 2;
	}
	.media-text {
	  order: 1;
	}
	.media-block {
	  display: flex;
	  flex-direction: column;
	}
/* ------------- ここまで ------------- */

}

