@charset "utf-8";
/* CSS Document */

/* ==================== */
/* visual */
/* ==================== */

.kv__recruit {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 400px;
	background-color: #5B98E2;
	background-image: url("../img2/recruit/bg__visual.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.block__h2--recruit {
	position: absolute;
	top: 50%;
	left: 2.0rem;
	transform: translateY(-50%);
}

.block__h2--recruit h2 {
	position: relative;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 4.0rem;
	font-weight: 700;
}

.block__h2--recruit h2::before {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 150px;
	height: 5px;
	content: "";
	background: #FFF;
}

/* ==================== */
/* catch */
/* ==================== */

.bg__recruit--catch {
	width: 100%;
/*	padding: 50px 20px;*/
	padding: 50px 1.0rem;
}

.wrap__recruit--catch {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.wrap__recruit--catch h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 800;
	color: #004EBE;
	line-height: 1.3;
}

.wrap__recruit--catch h3::before ,
.wrap__recruit--catch h3::after {
	content: '';
	width: 5px;
	height: 50px;
	background-color: #004EBE;
}

.wrap__recruit--catch h3::before {
	margin-right: 40px;
	transform: rotate(-35deg);
}

.wrap__recruit--catch h3::after {
	margin-left: 40px;
	transform: rotate(35deg);
}

.img__catch {
	width: 100%;
}

.img__catch img {
	width: 100%;
	height: auto;
}


/* ==================== */
/* category */
/* ==================== */

.bg__recruit--category {
	width: 100%;
/*	padding: 50px 20px;*/
	padding: 50px 1.0rem;	
}

.wrap__recruit--category {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.wrap__recruit--category h3 {
	font-size: 2.5rem;
	font-weight: 800;
	color: #1DB1CF;
	text-align: center;
}

.fb__category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	width: 100%;
	margin: 1.0rem 0;
}

.item__category {
	width: calc(100% / 4 - 0.75rem);
	padding: 1.0rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.img__category {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.img__category img {
	width: 100%;
	height: auto;
}

.item__category h4 {
	margin: 1.0rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

/* ==================== */
/* group */
/* ==================== */

.bg__recruit--group {
	width: 100%;
/*	padding: 100px 20px;*/
	padding: 100px 1.0rem;
	background-color: rgba(244 , 249 , 247 , 1.0);
	background-image: url("../img2/recruit/bg__town.jpg");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.wrap__recruit--group {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.container__group {
	width: 100%;
	padding: 2.5rem;
	background-color: rgba(255 , 255 , 255 , 1.0);
	border-radius: 20px;
}

.container__group:first-child {
	margin-bottom: 50px;
}

/* ==================== */
/* environment */
/* ==================== */

.fb__environment--catch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 3.0rem;
	width: 100%;
}

.fb__environment--catch h3 {
	display: inline;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 1.0rem;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #1DB1CF;
	line-height: 1.8;
}

.fb__environment--catch p {
	flex: 1;
}

.fb__environment--contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.0rem;
	width: 100%;
	margin: 2.0rem 0;
}

.item__environment--contents {
	width: calc(100% / 3 - 1.0rem);
	padding: 1.5rem;
	border: 1px solid #eee;
	border-radius: 10px;
}

.item__environment--contents h4 {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1DB1CF;
	text-align: center;
}

.item__environment--contents h4::before {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: -10px;
	left: 50%;
	width: 70px;
	height: 3px;
	background-color: #1DB1CF;
	border-radius: 2px;
	transform: translateX(-50%);
}

.item__environment--contents p {
	margin-top: 1.5rem;
}

/* ==================== */
/* business-person */
/* ==================== */

.fb__person--catch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 3.0rem;
	width: 100%;
}

.img__person--catch ,
.h3__person--catch {
		width: calc(50% - 1.5rem);
}

.img__person--catch img {
	width: 100%;
	height: auto;
}

.h3__person--catch {
	text-align: center;
}

.h3__person--catch h3 {
	display: inline;
	padding: 0 1.0rem;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #1DB1CF;
	line-height: 1.8;	
}

.container__person {
	
}

.fb__person--detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2.0rem;
	width: calc(100% - 150px);
	margin: 2.0rem 0;
}

.fb__person--detail:nth-of-type(odd) {
	margin-right: auto;
}

.fb__person--detail:nth-of-type(even) {
	margin-left: auto;
}

.img__person--detail {
	width: 150px;
}

.img__person--detail img {
	width: 100%;
	height: auto;
}

.block__person--detail {
	flex: 1;
}

p.comment__person--detail {
	position: relative;
	margin-bottom: 1.0rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1DB1CF;
}

p.comment__person--detail::before {
	position: absolute;
	bottom: -1.0rem;
	left: 0;
	width: 70px;
	height: 3px;
	content: "";
	background: #1DB1CF;
}

p.department__person--detail {
	margin-top: 1.5rem;
	font-size: 0.875rem;
}

/* ==================== */
/* job description */
/* ==================== */

.wrap__recruit--description {
	width: 100%;
	max-width: 1024px;
	margin: 100px auto 0;
}

.wrap__recruit--description h3 {
	font-size: 2.5rem;
	font-weight: 800;
	color: #1DB1CF;
	text-align: center;
}

table.tbl__description {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
}

table.tbl__description th ,
table.tbl__description td {
	padding: 1.5rem;
	border: 1px solid #C7D186;
}

table.tbl__description th {
	white-space: nowrap;
	background-color: #FAFFD8;
}

table.tbl__description td {
	background-color: #FFF;
}

table.tbl__description td ul {
	margin-left: 20px;
	margin-bottom: 1.0rem;
	list-style-type: disc;
}

table.tbl__description dl dt {
	font-weight: 500;
}

table.tbl__description i {
	margin-right: 0.25rem;
}

dl.dl__recruit--occupation dt:nth-child(n+2) {
	margin-top: 0.75rem;
}

dl.dl__recruit--occupation dd {
	margin-top: 0.25rem;
}

p.text__recruit--note {
	margin: 1.5rem 0;
	padding: 1.0rem 0;
	border-top: 1px dashed #707070;
	border-bottom: 1px dashed #707070;
}

ul.ul__recruit--supplement {
	margin-top: 0.5rem;
}

dl.dl__recruit--salary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	width: 100%;
	margin: 0.5rem 0 1.5rem;
}

dl.dl__recruit--salary dt {
	width: calc(80px - 0.25rem);
}

dl.dl__recruit--salary dd {
	width: calc(100% - 80px - 0.25rem);
}

@media (max-width: 1280px) {
/* 0.9 */

/* ==================== */
/* visual */
/* ==================== */

.kv__recruit {
	height: 360px;
}

.block__h2--recruit h2 {
	margin-bottom: 18px;
	font-size: 3.6rem;
}

.block__h2--recruit h2::before {
	bottom: -18px;
	width: 135px;
}

/* ==================== */
/* category */
/* ==================== */

/* ==================== */
/* group */
/* ==================== */

/* ==================== */
/* environment */
/* ==================== */

/* ==================== */
/* business-perso */
/* ==================== */

/* ==================== */
/* job description */
/* ==================== */


}


@media (max-width: 1024px) {
/* 0.8 */

/* ==================== */
/* visual */
/* ==================== */

.kv__recruit {
	height: 320px;
}

.block__h2--recruit h2 {
	margin-bottom: 16px;
	font-size: 3.2rem;
}

.block__h2--recruit h2::before {
	bottom: -16px;
	width: 120px;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__recruit--catch h3 {
	font-size: 2.0rem;
}

.wrap__recruit--catch h3::before ,
.wrap__recruit--catch h3::after {
	height: 40px;
}

.wrap__recruit--catch h3::before {
	margin-right: 32px;
}

.wrap__recruit--catch h3::after {
	margin-left: 32px;
}

/* ==================== */
/* category */
/* ==================== */

.wrap__recruit--category h3 {
	font-size: 2.0rem;
}

.item__category {
	width: calc(100% / 3 - 0.75rem);
}

/* ==================== */
/* group */
/* ==================== */

.wrap__recruit--group {
/*	padding: 2.0rem;*/
	border-radius: 16px;
}

.container__group {
	padding: 2.0rem;
}

/* ==================== */
/* environment */
/* ==================== */

.fb__environment--catch h3 {
	font-size: 2.0rem;
}

/* ==================== */
/* business-person */
/* ==================== */

.h3__person--catch h3 {
	font-size: 2.0rem;
}

.fb__person--detail {
	width: 90%;
}

.img__person--detail {
	width: 120px;
}

p.comment__person--detail {
	font-size: 1.0rem;
}

/* ==================== */
/* job description */
/* ==================== */

.wrap__recruit--description {
	margin: 80px auto 0;
}

.wrap__recruit--description h3 {
	font-size: 2.0rem;
}

table.tbl__description th ,
table.tbl__description td {
	padding: 1.6rem 0.8rem;
}


}


@media (max-width: 768px) {
/* 0.7 */

/* ==================== */
/* visual */
/* ==================== */

.kv__recruit {
	height: 280px;
}

.block__h2--recruit h2 {
	margin-bottom: 14px;
	font-size: 2.8rem;
}

.block__h2--recruit h2::before {
	bottom: -14px;
	width: 105px;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__recruit--catch h3 {
	font-size: 1.75rem;
}

.wrap__recruit--catch h3::before ,
.wrap__recruit--catch h3::after {
	height: 35px;
}

.wrap__recruit--catch h3::before {
	margin-right: 28px;
}

.wrap__recruit--catch h3::after {
	margin-left: 28px;
}

/* ==================== */
/* category */
/* ==================== */

.wrap__recruit--category h3 {
	font-size: 1.75rem;
}

.item__category {
	width: calc(100% / 2 - 0.75rem);
}

.img__category {
	width: calc(100% - 60px);
}

.item__category h4 {
	font-size: 1.0rem;
}

.item__category p {
	font-size: 0.875rem;
}

/* ==================== */
/* group */
/* ==================== */

.wrap__recruit--group {
/*	padding: 1.75rem;*/
	border-radius: 15px;
}

.container__group {
	padding: 1.75rem;
}

/* ==================== */
/* environment */
/* ==================== */

.fb__environment--catch {
	flex-direction: column;
	gap: 2.0rem;
}

.fb__environment--catch h3 {
	font-size: 1.75rem;
}

.fb__environment--catch p {
	flex: none;
}

.item__environment--contents {
	width: calc(100% / 2 - 0.5rem);
}

.item__environment--contents h4 {
	font-size: 1.0rem;
}

/* ==================== */
/* business-person */
/* ==================== */

.h3__person--catch h3 {
	font-size: 1.75rem;
}

.fb__person--detail {
	width: 100%;
}

.img__person--detail {
	width: 100px;
}

/* ==================== */
/* job description */
/* ==================== */

.wrap__recruit--description {
	margin: 70px auto 0;
}

.wrap__recruit--description h3 {
	font-size: 1.75rem;
}


}


@media (max-width: 640px) {
/* 0.6 */

/* ==================== */
/* visual */
/* ==================== */

.kv__recruit {
	height: 240px;
}

.block__h2--recruit h2 {
	margin-bottom: 12px;
	font-size: 2.4rem;
}

.block__h2--recruit h2::before {
	bottom: -12px;
	width: 90px;
}

/* ==================== */
/* catch */
/* ==================== */

/* ==================== */
/* group */
/* ==================== */

.wrap__recruit--group {
/*	padding: 1.5rem;*/
	border-radius: 10px;
}

.container__group {
	padding: 1.5rem;
}

/* ==================== */
/* category */
/* ==================== */

.fb__category {
	flex-direction: column;
}

.item__category {
	width: 100%;
}

/* ==================== */
/* environment */
/* ==================== */

.fb__environment--contents {
	flex-direction: column;
}

.item__environment--contents {
	width: 100%;
}

/* ==================== */
/* business-person */
/* ==================== */

.fb__person--catch {
	flex-direction: column-reverse;
	gap: 2.0rem;
}

.img__person--catch {
	width: calc(100% - 60px);
	margin: 0 auto;
}

.h3__person--catch {
	width: 100%;
}

.fb__person--detail {
	flex-direction: column;
}

/* ==================== */
/* job description */
/* ==================== */

.wrap__recruit--description {
	margin: 60px auto 0;
}

table.tbl__description th ,
table.tbl__description td {
	display: block;
	padding: 1.4rem 0.7rem;
}


}


@page {
   size: A4 portrait; 
   margin: 10mm;
}

@media print {

}
