@charset "UTF-8";

/*   求人情報（recruit.css）   */

/* -------------------------------------------------

Main

------------------------------------------------- */
#Main {
	width: 100%;
}
#Main .Section {
	margin: 0 0 120px;
	position: relative;
	overflow: hidden;	
}
#Main .Section:first-child {
	margin: 80px 0 120px;
}
@media screen and (max-width: 898px)  {
#Main .Section {
	margin: 0 0 100px;
}
#Main .Section:first-child {
	margin: 50px 0 100px;
}
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
#Main .Section:first-child {
	margin: 30px 0 80px;
}
}
@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	padding-bottom: 120px;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_recruit	{
	margin: 0 0 50px;
}
.Heading__h2_recruit img	{
	width: auto;
	height: 44px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_recruit	{
	margin: 0 0 30px;
}
.Heading__h2_recruit img	{
	height: 30px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_recruit img	{
	height: 22px;
}
}


/* -------------------------------------------------

Recruit

------------------------------------------------- */
.Recruit__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #272343;
}
.Recruit__wrp:last-child	{
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: none;
}
@media screen and (max-width: 1250px)  {
.Recruit__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.Recruit__wrp	{
	padding-bottom: 30px;
}
}
@media screen and (max-width: 640px)  {
.Recruit__wrp	{
	margin: 0 auto 50px;
}
}


/* Recruit__Box
================================================== */
.Recruit__Box	{
	display: flex;
	align-items: center;
}
.Recruit__Box .photo {
	flex-basis: 400px;
}
.Recruit__Box .text	{
	margin-left: 50px;
	flex-basis: calc(100% - 400px); 
	font-size: 1.8rem;
	line-height: 2;
}
@media screen and (max-width: 898px)  {
.Recruit__Box .photo {
	flex-basis: 300px;
}
.Recruit__Box .text	{
	margin-left: 30px;
	flex-basis: calc(100% - 300px); 
	font-size: 1.6rem;
}
}
@media screen and (max-width: 768px)  {
.Recruit__Box	{
	flex-direction: column;
}
.Recruit__Box .photo {
	flex-basis: 300px;
	width: 90%;
	text-align: center;
	margin: 0 auto 25px;
}
.Recruit__Box .photo img {
	max-width: 300px;
	width: 100%;
}
.Recruit__Box .text	{
	margin-left: 0px;
	flex-basis: 100%;
	font-size: 1.6rem;
	line-height: 1.7;
}
}

/* 箇条書き（点）
================================================== */
.Recruit__Box .text ul	{
	max-width:560px;
	width: 100%;
	background-color:#E3F6F5;
	border-radius: 10px;
	margin: 30px 0;
 padding: 2em 4em;/*ボックス内の余白*/
 list-style:disc;
}
@media screen and (max-width: 480px)  {
.Recruit__Box .text ul	{
	margin: 15px 0;
 padding: 1em 2.5em;/*ボックス内の余白*/
	font-size: 1.4rem;
}
}


/* Recruit__Table
================================================== */
.Recruit__Table	{
	margin-top: -20px;
}
table.Inq_data {
	width: 100%;
	border-collapse: separate; /* 枠線の表示方法 */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing: 0px;
	font-size: inherit;
	line-height: 2;
}
table.Inq_data th {
	font-weight: 500;
	text-align: left;
	background-color:#E3F6F5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
}
table.Inq_data td {
	text-align: left;
	padding: 20px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px)  {
.Recruit__Table	{
	margin-top: -10px;
}
table.Inq_data {
	font-size: 1.4rem;
}
table.Inq_data th {
	padding: 10px;
}
table.Inq_data td {
	padding: 10px;
}
}
@media screen and (max-width: 640px)  {
}
@media screen and (max-width: 414px)  {
table.Inq_data th {
	width: 100%;
	display: block;
	padding: 5px 10px;
}
table.Inq_data td {
	width: 100%;
	display: block;
}
}


/* Recruit__Contact
================================================== */
.Recruit__Contact	{
	margin-top: -20px;
}
.Recruit__Contact p	{
	line-height: 2;
}
.Recruit__Contact a	{
	color: #C50118;
	transition: .3s;  
}
@media screen and (max-width: 768px)  {
.Recruit__Contact	{
	margin-top: -10px;
}
.Recruit__Contact p	{
	font-size: 1.4rem;
}
}

