@charset "utf-8";
/* ------------------------------------------- CSS Information 
 File Name:      recruit.css 
 Author:         shiroto 
 Style Info:     採用情報の項目設定 
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;700&display=swap');
h2 {
	background-image: url(../img/recruit/bg_ttl_recruit.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
h3#recruit01 {
	background-image: url(../img/recruit/bg_ttl_recruit_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}
h3#recruit02 {
	background-image: url(../img/recruit/bg_ttl_recruit_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
h4 {
	font-family: 'M PLUS 1 Code', monospace;
	color: #88ABDA;
	font-size: 24px;
	border-bottom: solid 8px #FEE259;
	text-shadow: 2px 2px 1px #fff;
	display: inline-block;
	margin: 3.5rem 0 1rem 0;
	padding: 0 20px 0 5px;
}
table.recruit {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
table.recruit th {
	padding: 5px;
	white-space: nowrap;
	background-color: #DBE9F4;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	width: 80px;
}
table.recruit td {
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
p {
	line-height: 30px;
}
.aisatsu {
	line-height: 2;
	padding: 1rem 0 8rem;
	position: relative;
}
.to_entry_form {
	width: 350px;
	display: table;
	position: absolute;
	right: 0;
}
.to_entry_form a {
	background-image: url(../img/recruit/btn_form_off.gif);
	display: block;
	height: 110px;
	width: 130px;
	float: right;
	text-indent: -9999px;
}
.to_entry_form a:hover {
	background-image: url(../img/recruit/btn_form_on.gif);
}
.interview {
	display: flex;
	justify-content: space-evenly;
	font-family: 'M PLUS 1 Code', monospace;
}
.interview a {
	width: calc((100%/3) - 10px);
	border: solid 2px #ddd;
	padding: 10px 10px 10px 110px;
	box-sizing: border-box;
	color: #005BAC;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 140px;
	display: grid;
	place-items: center center;
	text-align: center;
	background-color: #FFFFCC;
}
.interview a:hover {
	text-decoration: none;
	opacity: .7;
}
.interview b {
	display: block;
	font-size: 14px;
}
.good_thing {
}
.jinzai {
	font-family: 'M PLUS 1 Code', monospace;
	background: #FFFFCC;
	margin: 3rem 0 0;
	padding: 3rem;
}
.jinzai dt{font-size: 30px;font-weight: 600;text-align: center;line-height: 1;margin: 0 0 2rem;}
.jinzai dd{
        background-repeat: no-repeat;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin: 0 0 1rem;
        }
.jinzai dd b{
    border-bottom: solid;
    padding: 1rem;
}
.jinzai dd img{
    height: 72px;
}
.jinzai dd:nth-last-of-type(odd){flex-direction: row-reverse;}
.manga {
}