@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
}

.pc {display: block;}
.sp {display: none;}

.cont01 {
	padding: 160px 0;
	background: #E60012;
	text-align: center;
}

.top_text {
	margin-top: 100px;
	font-size: 30px;
	line-height: 61px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.cont01_btn {
	position: relative;
	width: 480px;
	margin: 100px auto 0;
	padding: 10px 0;
	background: #fff;
	border-radius: 20px;
}
.cont01_btn:after {
	content: "\e5cc";
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 8px;
	font-size: 20px;
	color: #fff;
	background: #E60012;
	border-radius: 50px;
	font-family: 'Material Icons';
	transform: translateY(-50%);
	z-index: 10;
}
.cont01_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.cont01_btn p {
	font-size: 25px;
	line-height: : 37px;
	font-weight: 600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #E60012;
}

.cont01_btn2 {
	width:calc(90% - 40px);
	max-width: 980px;
	margin: 50px auto 0;
	padding: 20px;
	border: 3px solid #fff;
	border-radius: 10px;
}
.cont01_btn2 p {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}

#inline .popup_inner {
	width: 90%;
	max-width: 700px;
	margin: auto;
	padding: 70px 0;
	text-align: center;
	border-radius: 20px;
}
.popup_inner p:nth-child(2) {
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #E60012;
}
.popup_inner p:nth-child(3) {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 41px;
	letter-spacing: 2px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #585858;
}
.popup_close_btn {
	position: absolute;
	top: 20px;
	right:  20px;
	padding: 8px;
	font-size: 16px;
	color: #fff;
	background: #E60012;
	border-radius: 50px;
	cursor: pointer;
}

.cont02 {
	padding: 150px 0;
}

body::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    background:url("../images/background.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content:"";
}

.cont_title {
	text-align: center;
}
.cont_title p:nth-child(2) {
	margin-top: 40px;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cont_title p:nth-child(3) {
	margin-top: 30px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.cont03 {
	padding: 60px 0;
	text-align: center;
	background: #fff;
}

.cont04 {
	padding: 40px 0;
	background: #E60012;
	text-align: center;
}
.cont04 p {
	font-size: 18px;
	color: #fff;
}

/* card area ------------------------ */
.list-wrapper{
	margin: 80px auto 0;
	max-width: 1040px;
	padding: 0px 15px 25px;
}

.list{
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	align-items: top;
}

.list:before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}

.list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 2;
}

li.card{
display:block;
width:24.5%;
vertical-align: top;
align-self:stretch;
}

li.card a{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index: 999;
}

.card {
  position:relative;
  margin-bottom: 13px;
  padding-bottom: 80px;
  list-style: none;
  background: #fff;
  border:4px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
}

.card::after{
  content: "お仕事情報を見る";
  display: block;
  width: 80%;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 83%;
  right: 10%;
  border:3px solid #000;
  border-radius: 20px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 7px 0 3px;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
  transition: all 0.3s;
  user-select: none;
  transform: translate3d(0rem, 0rem, 0);
  -webkit-transform: translate3d(0rem, 0rem, 0);
  -ms-transform: translate3d(0rem, 0rem, 0);
}

.card:hover::after{
  content: "お仕事情報を見る";
  display: block;
  width: 80%;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 83%;
  right: 10%;
  border:3px solid #000;
  border-radius: 20px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 7px 0 3px;
  transition: all 0.3s;
  user-select: none;
  transform: translate3d(0.2rem, 0.2rem, 0);
  -webkit-transform: translate3d(0.2rem, 0.2rem, 0);
  -ms-transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
}

p.card_img img{width:100%;}

.card_comp,
.card_gift {
  padding: 0 13px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}

.card_comp {
  margin: 5px 0 15px;
  font-weight: bold;
  height: 40px;
}

.card_gift {
  margin-top: 1em;
}

/* sns_btn ------------------- */
.share_btn ul {
	display: flex;
	justify-content: space-between;
	width: 200px;
	margin: 0 auto 50px;
	list-style: none;
}
.share_btn ul li {
	opacity: 1;
	transition: 0.2s;
}
.share_btn ul li:hover {
	opacity: 0.5;
}
.share_btn img {
	width: 48px;
	height: auto;
}
