@charset "utf-8";
/* ============================================================ */
/* recruit */
/* ============================================================ */
.contents._recruit_ {
	padding: 0 0 120px;
	background: url("../../img/recruit/bg_recruit_bottom.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* recruit-messege
------------------------------------------------------------ */
.recruit-messege {
	background: url("../../img/recruit/bg_recruit_top.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 90px 0 120px;
}

.recruit-messege__ttl {
	background: url("../../img/recruit/bg_recruit.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 640px;
	margin: 0 0 80px;
	padding: 0 40px 0 0;
}

.recruit-messege__detail {
	margin: 0 0 120px;
}

.recruit-messege__detail .h3 {
	margin: 0 0 50px;
	display: inline-flex;
}

.recruit-messege__detail .h3 .__txt {
	position: relative;
}

.recruit-messege__detail .h3 .__txt::after {
	background: url("../../img/about/bg_txt_message.svg") 0 0 no-repeat;
	content: "";
	display: inline-block;
	width: 393px;
	height: 110px;
	position: absolute;
	top: 0;
	right: -315px;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
	.recruit-messege__detail .h3 .__txt::after {
		right: -150px;
	}
}

.recruit-messege__detail .txt_mincho {
	font-size: 2.4rem;
}

.recruit-messege-chart__sex {
	margin: 0 0 80px;
}

.recruit-messege-chart__ttl {
	background: var(--white);
	border-radius: 50px;
	color: #002635;
	max-width: 280px;
	padding: 0 10px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}


/* 円グラフ */
.pie-chart {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.pie-chart .chart-area {
	position: relative;
	width: 400px;
	height: 400px;
}

.sex-chart {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 100%;
	padding: 0 50px;
}

.sex-chart__item {
	width: 50%;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 3.6rem;
	line-height: 1.0;
}

.sex-chart__img {
	font-size: 8.0rem;
	margin: 0 0 5px;
}

.sex-chart__item._men_ {
	color: var(--blue);
}

.sex-chart__item._women_ {
	color: var(--red);
}

.sex-chart__item .number {
	font-size: 5.6rem;
}

.sex-chart__item .__percent {
	font-size: 2.4rem;
}

/* 平均年齢・平均勤続年数・有給取得日数 */
.recruit-messege-chart__detail {
	max-width: 1090px;
	margin: 0 auto;
}

.recruit-messege-chart__inner {
	margin-left: 30px;
	margin-right: 30px;
	width: calc((100% - 180px) / 3);
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
	.recruit-messege-chart__inner {
		margin-left: 15px;
		margin-right: 15px;
		width: calc((100% - 90px) / 3);
	}
}

.recruit-messege-chart__list {
}

.recruit-messege-chart__item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 25px;
	width: 100%;
}

.recruit-messege-chart__item._men_ {
	color: var(--blue);
}

.recruit-messege-chart__item._women_ {
	color: var(--red);
}

.recruit-messege-chart__img {
	width: 78px;
	font-size: 7.8rem;
	line-height: 1.0;
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
	.recruit-messege-chart__img {
		width: 50px;
		font-size: 5.0rem;
	}
}

.recruit-messege-chart__inner:first-child .recruit-messege-chart-txt {
	width: calc((100% - 78px) - 15px);
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
	.recruit-messege-chart__inner:first-child .recruit-messege-chart-txt {
		width: calc((100% - 50px) - 15px);
	}
}

.recruit-messege-chart-txt {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.4;
	margin: 0 0 0 15px;
	letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
	.recruit-messege-chart-txt {
		font-size: 2.0rem;
	}
}

.recruit-messege-chart-txt .number {
	font-size: 5.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
	.recruit-messege-chart-txt .number {
		font-size: 3.5rem;
	}
}


/* recruit-interview
------------------------------------------------------------ */
.recruit-interview {
	background: url("../../img/recruit/bg_voice.png"), linear-gradient(270deg, #005C9F 0%, #00A7EA 100%);
	background-size: 110%;
	padding: 90px 0 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.recruit-interview__list {
	margin: 0 -30px;
}

@media only screen and (min-width: 768px) and (max-width: 985px) {
	.recruit-interview__list {
		margin: 0 -15px;
	}
}

.recruit-interview__item {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
	width: calc(50% - 60px);
	padding: 20px;
	border-radius: 8px;
	background: var(--white);
	color: var(--black);
	font-size: 1.6rem;
	letter-spacing: 1.6px;
}

@media only screen and (min-width: 768px) and (max-width: 985px) {
	.recruit-interview__item {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
		width: calc(50% - 30px);
	}
}

.recruit-interview__detail {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(0, 167, 234, .25);
	margin: 0 0 10px;
	padding: 0 0 20px;
}

.recruit-interview__img {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 985px) {
	.recruit-interview__img {
		width: 150px;
		height: 150px;
	}
}

.recruit-interview__img:hover {
}

.recruit-interview__img .__numer {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--blue);
	position: relative;
	z-index: 3;
}

.recruit-interview__img .__pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	z-index: 2;
  opacity: 1;
  transform-origin: 50% 50%;
  transition: all 0.35s ease-in-out;
}

.recruit-interview__img img {
  border-radius: 50%;
}

.recruit-interview__img .__pic-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  backface-visibility: hidden;
	z-index: 1;
	transition: all 0.35s ease 0.35s;
	opacity: 0;
  visibility: hidden;
}

.recruit-interview__img:hover .__pic {
  opacity: 0;
}

.recruit-interview__img:hover .__pic-hover {
  visibility: visible;
  opacity: 1;
}

.recruit-interview__img .__pic {
  transform: translateZ(0) rotateY(0);
}

.recruit-interview__img .__pic-hover {
  transform: translateZ(-1000px) rotateY(-90deg);
}

.recruit-interview__img:hover .__pic {
  transform: translateZ(-1000px) rotateY(90deg);
}

.recruit-interview__img:hover .__pic-hover {
  transform: translateZ(0) rotateY(0);
}

.recruit-interview__txt {
	width: calc((100% - 240px) - 20px);
	margin: 0 0 0 20px;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
	color: var(--blue);
}

@media only screen and (min-width: 768px) and (max-width: 985px) {
	.recruit-interview__txt {
		width: calc((100% - 150px) - 20px);
		font-size: 1.7rem;
	}
}


/* recruit-guideline
------------------------------------------------------------ */
.recruit-guideline {
	padding-top: 90px;
}


/* contact-form
------------------------------------------------------------ */
.contact-form {
	background: var(--white);
	border-radius: 8px;
	padding: 105px 150px;
	color:  var(--black);
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.contact-form {
		padding: 80px 40px;
	}
}

.contact-form__table {
}

.contact-form__table thead,
.contact-form__table tbody {
	display: block;
}

.contact-form__table tr {
	display: block;
}

.contact-form__table th,
.contact-form__table td {
	display: block;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 15px 0;
}

.contact-form__table th {
	padding: 15px 0 0;
}

.contact-form__table td {
	border-top: none;
	padding: 15px 0 30px;
}

.entry-birthday {
	display: flex;
	flex-wrap: wrap;
}

.entry-birthday__item {
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-birthday__item .form-select._year_ {
	width: 160px;
}

.entry-birthday__item .form-select._month_ ,
.entry-birthday__item .form-select._day_ {
	width: 100px;
}

.contact-form .btn-arrow {
	min-width: 280px;
	justify-content: flex-start;
}

.contact-form .btn-arrow._order1_ ,
.contact-form .btn-arrow._outline_ {
	justify-content: center;
}

.contact-form .btn-arrow._blue_:hover {
	border: 1px solid var(--blue);
}

.contact-form .alert {
	color: var(--red);
	font-weight: bold;
	margin: 5px 0 0;
	font-size: 1.6rem;
}


/* form confirm
------------------------------------------------------------ */
.mw_wp_form_confirm .privacy {
  display: none;
}
