/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 12:02:11 */
#Recruit .section1{
	padding-top:100px;
	padding-bottom:100px;
}
#Recruit .gray{
	background-color:#F5F5F5;
}
#Recruit .section1 h2{
	font-size:32px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#E0312B;
	margin-bottom: 30px;
	text-align:center;
}

#Recruit table {
    border-collapse: collapse;
    border-spacing: 0;
}

#Recruit table,
#Recruit tbody,
#Recruit tr {
    width: 100%;
    height: auto !important;
    border: none;
    box-sizing: border-box;
}

#Recruit table th,
#Recruit table td {
    padding: 15px;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#Recruit table th {
    background: none;
    text-align: center;
    width: 200px;
    border-top: 2px solid #E0312B;
    border-bottom: 2px solid #E0312B;
	font-weight: 500;
}
#Recruit .btn {
  color: #fff;
	margin-top:40px;
}
#Recruit .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background-color:#E0312B;
	font-size:16px;
	border-radius:0px;
	width:280px;
}
#Recruit .btn a:hover {
	background-color:#E0312B;
	opacity: 0.7;
}
#Recruit .btn a:before {
  background: url(https://sakudesign.jp/alpharaw/wp-content/uploads/2026/01/ico_arrow_white.svg);
  content: "";
  width: 25px;
  height: 7px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	#Recruit .section1{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Recruit .section1 h2{
	font-size:26px;
	margin-bottom: 15px;
}
#Recruit table th,#Recruit table td {
        display: block;
        width: 100%;
        text-align: left;
    }
#Recruit table th {
        border-bottom: none;
	
    }
#Recruit table th,
#Recruit table td {
    padding: 15px;
	font-size:16px;
}

}





