@charset "utf-8";
/*----------------------------------------------------------------------------------------

	page.css（recruit）

----------------------------------------------------------------------------------------*/

/* ページタイトル ///
---------------------------------------------- */
.pgtitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 240px;
	background-color: #f2eee5;
	box-sizing: border-box;
}
.pgtitle .hd {
	position: relative;
	color: var(--acc1);
	font-size: 40px;
	font-weight: 600;
	font-family: var(--font-gothic);
	padding: 0 0 15px;
}
.pgtitle .hd::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	background-color: var(--acc2);
	border-radius: 2px;
}

/* パンクズ ///
---------------------------------------------- */
.pankuzu {
	padding: 16px 0;
}
.pankuzu > ol {
	display: flex;
	font-size: 14px;
	line-height: 1.4;
	align-items: center;
}
.pankuzu > ol > li {
	white-space: nowrap;
}
.pankuzu > ol > li:not(:last-child) {
	padding-right: 28px;
	position: relative;
}
.pankuzu > ol > li:not(:last-child)::after {
	margin: auto;
	width: 5px;
	background-color: #333;
	position: absolute;
	height: 7px;
	top: 2px;
	right: 10px;
	bottom: 0;
	clip-path: polygon(0 0, 19% 0, 100% 50%, 19% 100%, 0 100%, 82% 50%);
	content: "";
}
.pankuzu > ol > li:last-child {
	text-overflow: ellipsis;
	overflow: hidden;
}

/* ページャー ///
---------------------------------------------- */

#pager ul{
	display: flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin: 80px auto 100px;
}
#pager ul li a,#pager ul li span{
	background-color: #ddd;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
	font-size: 14px;
}
#pager ul li:has(.current) span{
	background-color: var(--acc1);
}

/* もっと知る ///
---------------------------------------------- */

.parent_recruit aside{
	background-color: #f8f7f3;
	font-family: var(--font-gothic);
	padding: 50px 0 62px;
}
.parent_recruit aside h5{
	font-size: 24px;
	margin-bottom: 18px;
}
.parent_recruit aside .know{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.parent_recruit aside .know a{
	color: var(--acc1);
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	background-color: #fff;
	box-shadow:
	0 0 2px rgba(0, 0, 0, 0.10),
	0 0 6px rgba(0, 0, 0, 0.08),
	0 0 12px rgba(0, 0, 0, 0.06);
	width: 569px;
	padding: 82px 0 77px 32px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}
.parent_recruit aside .know a b{
	display: block;
	color: var(--acc2);
	font-family: var(--font-en);
	font-size: 20px;
	padding-top: 13px;
	font-weight: 600;
}
.parent_recruit aside .know a i{
	position: absolute;
	right: 20px;
	top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

/* 草加市民ハウジングについて ///
---------------------------------------------- */
.page_recruit-about .pgtitle{
	height: 650px;
	background-image: url(/wp/wp-content/themes/baibaisite/recruit/images/page/aboutbk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fefdf5;
}
.page_recruit-about .pgtitle .hd {
	font-size: 48px;
	margin-top: -38px;
    padding-bottom: 42px;
}
.page_recruit-about .pgtitle .hd::after{
	display: none;
}
.page_recruit-about .pgtitle p {
	font-family: var(--font-gothic);
	color: var(--acc1);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.769;
}
.sanpo h2{
	font-family: var(--font-gothic);
	color: var(--acc1);
	font-size: 40px;
	line-height: 1;
	display: flex;
    align-items: center;
    gap: 25px;
    margin: 70px auto 60px;
    width: fit-content;
	padding: 11px 30px 11px 20px;
}
.sanpo h2 span{
	color: #fff;
	background-color: var(--acc2);
	display: inline-block;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px;
}
.sanpo h2 + div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-weight: 500;
	gap: 70px;
}
.sanpo h2 + div p{
	margin-bottom: 30px;
}
.sanpo h2 + div img{
	width: 400px;
	padding: 50px 0 0;
}
.intro h3{
	font-family: var(--font-gothic);
	color: #414042;
	font-size: 40px;
	position: relative;
    text-align: center;
	margin: 90px 0 55px;
}
.intro h3::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 47px;
	height: 3px;
	background-color: var(--acc2);
	border-radius: 2px;
	margin: auto;
    bottom: -15px;
}
.intro h3 + p{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 55px;
	text-align: center;
}
.intro h4{
	font-size: 30px;
	font-family: var(--font-gothic);
	color: #414042;
}
.intro > ul{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
	margin: 15px 0 82px;
}
.intro > ul li{
	background:
    linear-gradient(
      -60deg,
      #ebe7db 0%,
      #f2efe7 70%
    ),
	#f2efe7;
	width: 376px;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 4.38px 4.38px 0 rgba(0,0,0,0.03);
}
.intro > ul li i{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	background-color: var(--acc2);
	line-height: 1;
	padding: 5px 9px 6px;
	position: relative;
    top: -15px;
}
.intro > ul li h5{
	text-align: center;
	font-size: 32px;
	font-family: var(--font-gothic);
	color: var(--acc1);
	margin-bottom: 10px;
}
.intro > ul li p{
	font-size: 14px;
	line-height: 1.857;
	font-weight: 500;
}
.intro table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0 100px;
}
.intro th {
	padding: 29px 0;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f2efe7;
	font-weight: 600;
	border-left: none;
	border-right: none;
	width: 340px;
	box-sizing: border-box;
}
.intro td {
	padding: 29px 40px;
	border: 1px solid #ccc;
	font-weight: 500;
	border-left: none;
	border-right: none;
	position: relative;
}
.intro td span {
    display: block;
    margin-bottom: 15px;
}
.intro td span:last-of-type{
    margin-bottom: 0;
}
.intro td a{
	display: block;
}
.intro td img{
	width: 380px;
	position: absolute;
	top: 110px;
	right: 0;
}
.intro td ol {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.intro td ol li {
	counter-increment: cnt;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.intro td ol li::before {
	content: counter(cnt, decimal-leading-zero) ".";
	color: var(--acc1);
	font-weight: 700;
	font-family: var(--font-en);
}
.intro td em {
	font-weight: 600;
}
.intro td ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;
}
.intro td ul li {
	position: relative;
	display: flex;
	align-items: center;
}
.intro td ul li a{
	text-decoration: underline;
}
.intro td ul li::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--acc1);
	border-radius: 50%;
	margin-right: 8px;
	flex-shrink: 0;
}
.intro td div + div{
	margin-top: 20px;
}

/* 福利厚生・研修制度 ///
---------------------------------------------- */

.page_benefits main h2{
	font-size: 40px;
	line-height: 1.5;
	font-family: var(--font-gothic);
	color: var(--acc1);
	text-align: center;
	margin: 57px 0 105px;
}
.page_benefits main h3 {
	font-family: var(--font-gothic);
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 3px solid #f2efe7;
	color: #414042;
	font-size: 30px;
	position: relative;
}
.page_benefits main h3#training{
	/* ページ内リンクの高さ調整 */
	padding-top: 120px;
    margin-top: -120px;
}
.page_benefits main h3::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 250px;
	height: 3px;
	background-color: var(--acc1);
}
.blist{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 83px 0 60px;
}
.blist li{
	width: 300px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}
.blist li p span{
	display: block;
}
.blist li img{
	margin: 25px auto 67px;
}
.klist{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 100px;
	margin: 70px auto 120px;
}
.klist li{
	width: 500px;
	border-radius: 20px;
	box-shadow: 3px 2px 0 0 rgba(0, 0, 0, 0.05);
}
.klist li img{
    border-radius: 20px 20px 0 0;
}
.klist li div{
	border-radius: 0 0 20px 20px;
	border: 2px solid #2e6253;
	padding: 26px 30px 20px;
}
.klist li div h4{
	font-size: 28px;
	line-height: 1.286;
	font-family: var(--font-gothic);
	color: var(--acc1);
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.klist li div h4::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 47px;
	height: 3px;
	background-color: var(--acc2);
	border-radius: 2px;
	margin: auto;
    bottom: -19px;
}
.klist li div p{
	font-weight: 500;
}

/* カルチャー ///
---------------------------------------------- */

.page_culture main h2{
	font-size: 40px;
	line-height: 1;
	font-family: var(--font-gothic);
	color: var(--acc1);
	text-align: center;
	margin: 100px 0 110px;
}
.page_culture main ul.cbox{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 75px 80px;
	margin-bottom: 80px;
}
.page_culture main ul.cbox li{
	width: 560px;
}
.page_culture main ul.cbox li img{
	width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
}
.page_culture main ul.cbox li h3{
	font-weight: 500;
	margin: 20px 0 5px;
}


/* 職種紹介 ///
---------------------------------------------- */

.page_work .pagebody{
	text-align: center;
}
.page_work main h2{
	font-size: 40px;
	line-height: 1;
	font-family: var(--font-gothic);
	color: var(--acc1);
	margin: 77px 0 40px;
}
.page_work main h2 + p{
	font-size: 20px;
	line-height: 1.9;
	font-weight: 500;
}
.wbox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin: 70px auto;
}
.wbox > a {
	flex: 1;
	max-width: 450px;
}
.wbox > a article {
	width: 100%;
}
.wbox > a img {
	width: 100%;
	border-radius: 20px;
	display: block;
}
.wbox article h4{
	color: var(--acc1);
	font-size: 30px;
	margin-bottom: 20px;
}
.wbox article h4 span{
	font-size: 24px;
	display: block;
    margin-top: -12px;
}
.wbox article p{
	font-weight: 500;
}
.wbox article img{
	border-radius: 20px;
}
.wbox article div{
	border: 2px solid var(--acc1);
    border-radius: 20px;
    z-index: 1;
    margin: -65px 20px 0;
    position: relative;
    background: #fff;
    padding: 30px 0 58px;
}
.wbox article nav{
	background-color: var(--acc1);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	border-radius: 35px;
	width: 300px;
	margin: -34px auto 0;
	text-align: center;
	padding: 24px 0;
	display: block;
	position: relative;
	z-index: 2;
}
.wbox article nav i{
	padding-left: 20px;
}

/* 各職種ページ */
.parent_work main h2{
	font-size: 40px;
	line-height: 1;
	font-family: var(--font-gothic);
	color: var(--acc1);
	margin: 77px 0 98px;
	text-align: center;
}
.parent_work .yoko{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.parent_work .yoko > section{
	width: 565px;
}
.parent_work .yoko h3{
	font-size: 30px;
	line-height: 1;
	font-family: var(--font-gothic);
	color: var(--acc2);
	margin-bottom: 53px;
	text-align: center;
}
.parent_work .yoko > section > div{
	margin-top: -10px;
}
.parent_work .yoko > section > div p{
	font-weight: 500;
	margin-bottom: 30px
}
.parent_work .yoko > section > img{
	margin: 64px 0 80px;
}
.parent_work .yoko > section ul li {
	height: 160px;
	position: relative;
}
.parent_work .yoko > section ul li:not(:last-child)::before{
	content: "";
	position: absolute;
	left: 59px;
	width: 8px;
	height: 160px;
	background-color: var(--acc2);
	z-index: -1;
}
.parent_work .yoko > section ul li div{
	display: flex;
	font-size: 20px;
	line-height: 1;
}
.parent_work .yoko > section ul li div h4{
	font-weight: 500;
	border-radius: 0 28px 28px 0;
	border: 2px solid var(--acc2);
	display: flex;
    align-items: center;
	width: calc(100% - 126px);
	box-sizing: border-box;
	padding-left: 15px;
}
.parent_work .yoko > section ul li div span{
	color: #fff;
	background-color: var(--acc2);
	border-radius: 28px 0 0 28px;
	padding: 18px 0 18px 27px;
	width: 126px;
	display: block;
	font-weight: 600;
	box-sizing: border-box;
}
.parent_work .yoko > section ul li > p{
	font-weight: 500;
	padding: 7px 15px 0 142px;
}
.parent_work .last{
	font-size: 20px;
	line-height: 1.9;
	font-weight: 500;
	text-align: center;
}
.parent_work .last p{
	margin: 20px auto 70px;
}
.parent_work .last a{
	background-color: var(--acc1);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	border-radius: 35px;
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 26px 0 27px;
	display: block;
}
.parent_work .last a nav i{
	padding-left: 20px;
}


/* 先輩社員メッセージ ///
---------------------------------------------- */

.person.is_archive .pgcontent h2{
	font-size: 40px;
	font-family: var(--font-gothic);
	color: var(--acc1);
	text-align: center;
	margin: 60px 0 20px;
}
.person.is_archive .pgcontent > p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}
.person.is_archive .person_items{
	display: flex;
	flex-wrap: wrap;
	margin: 70px auto 120px;
}
.person.is_archive .person_item{
	width: calc(100% / 3);
	height: 605px;
	position: relative;
}
.person.is_archive .person_item i{
	color: #fff;
	position: absolute;
	font-size: 30px;
	z-index: 1;
    top: 335px;
    right: 30px;
}
.person.is_archive .person_item figure{
	height: 100%;
}
.person.is_archive .person_item img{
	filter: brightness(0.7);
	object-fit: cover;
    height: 100%;
}
.person.is_archive .person_item figcaption{
	position: absolute;
	top: 290px;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
	width: fit-content;
    height: fit-content;
	color: #fff;
}
.person.is_archive .person_item figcaption p{
	font-size: 24px;
	margin-bottom: 13px;
	letter-spacing: 0.06em; 
	font-weight: 600;
	line-height: 1.5;
}
.person.is_archive .person_item figcaption nav{
	border-top: 1px solid #fff;
	width: 235px;
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	padding-top: 11px;
}

.person.is_single h1 i{
    font-family: var(--font-en);
    font-weight: 700;
}
.person.is_single h1 i::after{
	content: "｜";
}
.person.is_single h1 span{
	font-size: 30px;
}
.person.is_single main h2{
    color: var(--acc1);
    font-size: 40px;
    font-weight: 600;
    font-family: var(--font-gothic);
	text-align: center;
	margin: 60px 0 82px;
}
.person.is_single main .pgcontent section{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 100px;
}
.person.is_single main .pgcontent section:nth-of-type(2n){
	flex-direction: row-reverse;
}
.person.is_single main section > div{
	width: 565px;
}
.person.is_single main section h3{
	font-size: 30px;
	text-align: center;
	color: var(--acc2);
	padding-bottom: 23px;
	margin: -10px 0 31px;
	border-bottom: 1px solid #333;
	line-height: 1.5;
}
.person.is_single main section .pcon{
	font-weight: 500;
}
.person.is_single main section > div img{
	margin: auto;
}
.person.is_single main .pgcontent a{
	background-color: var(--acc1);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	border-radius: 35px;
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 24px 0;
	display: block;
}
.person.is_single main .pgcontent a nav i{
	padding-left: 20px;
}


/* 募集要項 ///
---------------------------------------------- */

.description.is_single .dtop{
	margin: 78px auto 100px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 70px;
}
.description.is_single .dtop .dleft{
	flex-basis: 565px;
}
.description.is_single .dtop img{
	flex-basis: 565px;
	height: 372px;
	object-fit: cover;
}
.description.is_single .dtop nav{
	background-color: var(--acc1);
	color: #fff;
	font-size: 18px;
	text-align: center;
	min-width: 120px;
	width: fit-content;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 1;
}
.description.is_single .dtop h2{
	font-size: 30px;
	border-bottom: 1px solid #333;
	padding: 17px 0 8px;
	margin-bottom: 26px;
}
.description.is_single .dtop p{
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
.description.is_single .bgitem{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 66px;
}
.description.is_single .bgitem h3{
	width: 310px;
	line-height: 1.2;
	border-radius: 20px;
	background-color: var(--acc1);
	color: #fff;
	font-size: 20px;
	font-family: var(--font-gothic);
	text-align: center;
	font-weight: 500;
	padding: 33px 30px;
	box-sizing: border-box;
}
.description.is_single .bgitem p{
	width: calc(100% - 350px);
	font-weight: 500;
	position: relative;
    top: -10px;
	line-height: 2;
}
.description.is_single table{
	margin-top: 135px;
	width: 100%;
}
.description.is_single tr{
	border-bottom: 1px solid #ccc;
}
.description.is_single tbody tr:first-of-type{
	border-top: 1px solid #ccc;
}
.description.is_single th{
	background-color: #f2efe7;
	text-align: center;
	width: 340px;
}
.description.is_single td{
	font-weight: 500;
}
.description.is_single th, .description.is_single td{
	padding: 32px 40px;
	line-height: 1.5;
	box-sizing: border-box;
}
.description.is_single .bmusubi h4{
	color: var(--acc1);
	font-size: 20px;
}
.description.is_single .bmusubi p{
	line-height: 2;
	font-weight: 500;
}
.description.is_single a.try{
	background-color: var(--acc1);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	border-radius: 38px;
	width: 400px;
	margin: 80px auto 70px;
	padding: 29px 40px 30px 50px;
	display: block;
	box-sizing: border-box;
}
.description.is_single a.try nav i{
	padding-left: 210px;
}
.description.is_single .sono{
	text-align: center;
	color: #414042;
	font-size: 30px;
	font-family: var(--font-gothic);
	margin: 97px auto 44px;
}
:where(.description.is_single, .description.is_archive) .sonota{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 60px;
	flex-wrap: wrap;
}
:where(.description.is_single, .description.is_archive) .sonota li{
	width: 360px;
	min-height: 453px;
	box-sizing: border-box;
	border: 2px solid var(--acc1);
	position: relative;
}
:where(.description.is_single, .description.is_archive) .sonota li a nav{
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--acc1);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	min-width: 100px;
	padding: 7px 26px 9px;
	box-sizing: border-box;
	text-align: center;
}
:where(.description.is_single, .description.is_archive) .sonota li a img{
	width: 356px;
	height: 237px;
	object-fit: cover;
}
:where(.description.is_single, .description.is_archive) .sonota li a h4{
	color: var(--acc1);
	font-size: 22px;
	line-height: 1.36;
	text-align: center;
	padding: 17px 22px 6px;
}
:where(.description.is_single, .description.is_archive) .sonota li a p{
	color: #555;
	font-weight: 500;
	padding: 0 22px 39px;
}
:where(.description.is_single, .description.is_archive) .sonota li a div{
	color: var(--acc1);
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: 500;
}
:where(.description.is_single, .description.is_archive) .sonota li a div i{
	padding-left: 15px;
}
.description.is_single .nojob{
	margin: auto;
}
.is_archive .nojob{
	font-weight: 500;
	text-align: center;
	margin: 80px auto;
	font-size: 20px;
}
.is_archive:has(.nojob) h2,.is_archive:has(.nojob) h2 + p{
	display: none;
}
.description.is_archive .pgcontent h2{
	font-size: 40px;
	font-family: var(--font-gothic);
	color: var(--acc1);
	text-align: center;
	margin: 60px 0 20px;
}
.description.is_archive .pgcontent > p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 71px;
}


/* エントリー ///
---------------------------------------------- */

.page_entry .pgcontent{
	padding-top: 30px;
}
.page_entry .begin{
	font-size: 20px;
	line-height: 1.9;
	text-align: center;
	margin: 38px auto 22px;
}
.page_entry .begin + div{
	background-color: #f2eee5;
	line-height: 1;
	font-size: 24px;
	margin: auto;
	width: 290px;
	border-radius: 5px;
	text-align: center;
	padding: 25px 0 21px;
	font-weight: 500;
}
.page_entry .begin + div span{
	font-size: 14px;
	display: block;
	padding-top: 10px;
}
.page_entry strong{
	font-size: 30px;
	font-family: var(--font-gothic);
	color: var(--acc1);
	margin: 65px 0 7px;
	display: block;
}
.page_entry table {
	width: 100%;
	font-size: 18px;
}
.page_entry table th,.page_entry table td {
	padding: 45px 0 45px 34px;
	border-top: 1px solid #ccc;
}
.page_entry table .gen th {
	padding-top: 50px;
	padding-bottom: 51px;
}
.page_entry table .gen td, .page_entry table .con td {
	padding-top: 50px;
	padding-bottom: 51px;
}
.page_entry table th {
	font-weight: 900;
	padding: 12px 0;
	width: 337px;
	border-top: 1px solid #ccc;
	position: relative;
}
.page_entry table th span{
	color: #fff;
	background-color: #999;
	width: 55px;
	text-align: center;
	border-radius: 2px;
	padding: 6px 0;
	font-weight: 400;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	right: 0;
}
.page_entry table th span.req{
	background-color: #ff3300;
}
.page_entry table input::placeholder{
	color: #999;
}
.page_entry table .wpcf7-form-control-wrap[data-name="job_description_radio"] .wpcf7-list-item {
    display: block;
	margin: 0 0 7px;
}
.page_entry table .wpcf7-form-control-wrap[data-name="job_description_radio"] .wpcf7-list-item.last {
	margin: 0;
}
.page_entry table .wpcf7-form-control-wrap > input {
	border: 1px solid #666;
	padding: 19px 20px 18px;
	width: 100%;
	box-sizing: border-box;
}
.page_entry table .wpcf7-form-control-wrap > input.wpcf7-number {
	width: 207px;
	margin: 0 10px 0 50px;
	font-size: 18px;
	font-weight: 400;
}
.page_entry table .wpcf7-form-control-wrap[data-name="birth_year"] > input.wpcf7-number {
	width: 207px;
	margin: 0 11px 0 0;
}
.page_entry table .birth-wrap{
	font-size: 20px;
	font-weight: 500;
}
.page_entry table select[name="your-gender"] {
	display: none;
}
.page_entry table .gender-select button {
	position: relative;
    padding-left: 20px;
    padding-right: 195px;
    padding-top: 4px;
    padding-bottom: 6px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 18px;
}
.page_entry table .gender-select button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: 1px solid #777; /* 外側の丸の色 */
	border-radius: 50%;
	background: #fff;
}
.page_entry table .gender-select button.active::before {
	border: 1px solid #e2241a;
}
.page_entry table .gender-select button.active::after {
	content: "";
	position: absolute;
	left: 3px; /* 外側より少し内側 */
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #e2241a;
	border: 1px solid #e2241a; /* 外側の丸の色 */
	border-radius: 50%;
}
.page_entry table .wpcf7-form-control-wrap[data-name="your-contact"] .wpcf7-list-item {
	margin: 0 200px 0 0;
} 
.page_entry table textarea{
	border: 1px solid #666;
	padding: 19px 20px 18px;
	width: 100%;
	box-sizing: border-box;
	height: 210px;
	font-size: 18px;
}
.page_entry table tr:has(textarea) th{
	display: block;
    padding-top: 55px;
}
.page_entry p:has(.wpcf7-form-control-wrap[data-name="acceptance-policy"] ){
	text-align: center;
	font-family: var(--font-gothic);
	font-weight: 600;
	padding-top: 17px;
}
.page_entry .wpcf7-form-control-wrap[data-name="acceptance-policy"] a{
	text-decoration: underline;
	padding: 0 7px;
}
.page_entry .submit_btn {
	text-align: center;
}
.page_entry .submit_btn input{
	width: 410px;
    padding: 17px 0;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    border-radius: 38px;
	font-family: var(--font-gothic);
	color: #fff;
	background-color: var(--acc1);
    border: none;
    margin: 32px 0 32px 75px;
}
.page_entry .recaptcha-note{
	text-align: center;
    color: #aaa;
	font-family: var(--font-gothic);
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5;
}
.page_entry .recaptcha-note a{
    color: #039be5;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
	font-weight: 500;
}


/* お知らせ ///
---------------------------------------------- */

.news.is_single .pgtitle .hd {
	line-height: 1.25;
}
.news.is_single .pgtitle .hd + time {
    font-size: 14px;
    line-height: 1.6;
	margin-top: 14px;
}
.news.is_single .pagebody{
	padding: 50px 0;
}
.news.is_archive .pagebody{
	padding: 50px 0 0;
}
.news.is_archive .lis article a{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
}
.news.is_archive .lis article a time{
	width: 150px;
    color: var(--acc1);
    font-weight: 500;
}
.news.is_archive .lis article a time i{
	margin-right: 10px;
}
.news.is_archive .lis article a h3{
	width: calc(100% - 180px);
}
.news.is_archive #pager ul {
	margin-bottom: 0;
}