@charset "UTF-8";
/*--------------------------------------
　MV
---------------------------------------*/
.recruit .mv {
  width: 100%;
  height: 1080px;
	position: relative;
}
.recruit .mv .mv_img {
  width: 52%;
  height: 1080px;
  background: url("../images/mv.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 48%;
}
.recruit .mv .mv_txt {
  position: absolute;
  color: #fff;
  bottom: 210px;
  right: 59%;
}
.recruit .mv .mv_txt h1 {
  width: 536px;
}
.recruit .mv .mv_txt .txt01 {
  margin: 110px 0 35px;
}
.recruit .mv .mv_txt .txt01 span {
  color: #fff;
	font-size: 46px;
  font-family: "Noto Serif JP", serif;
  background: #000;
  line-height: 1.8em;
  padding: 2px 0 6px 18px;
  box-sizing: border-box;
}
.recruit .mv .mv_txt .txt02 {
  color: #fff;
  font-size: 22px;
  background: #00B0A6;
  padding: 19px 25px;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 768px) {
.recruit .mv {
  width: 100%;
  height: auto;
	position: inherit;
}
.recruit .mv .mv_inner {
  padding: 0 20px;
  box-sizing: border-box;
}  
.recruit .mv .mv_img {
  width: 100%;
  height: 0;
  background: url("../images/mv.jpg") center center no-repeat;
  background-size: 100% auto;
  position: inherit;
  left: inherit;
  padding-top: 108%;
}
.recruit .mv .mv_txt {
  position: inherit;
  bottom: inherit;
  right: inherit;
  margin: 130px 0 40px;
}
.recruit .mv .mv_txt h1 {
  width: 75%;
}
.recruit .mv .mv_txt .txt01 {
  margin: 50px 0 20px;
}
.recruit .mv .mv_txt .txt01 span {
	font-size: 24px;
  line-height: 2.0em;
  padding: 2px 0 6px 14px;
}
.recruit .mv .mv_txt .txt02 {
  font-size: 12px;
  padding: 10px 10px;
}
}


/*--------------------------------------
　ttl_box
---------------------------------------*/

/*----- ttl_box01 -----*/
.recruit .ttl_box01 {
  font-family: "Noto Serif JP", serif;
  margin: 0 0 35px;
}
.recruit .ttl_box01 p {
	font-size: 32px;
  font-weight: bold;
	margin: 0 0 23px;
}
.recruit .ttl_box01 h2 {
	font-size: 46px;
  line-height: 1.5em;
}

/*----- ttl_box02 -----*/
.recruit .ttl_box02 {
  margin: 0 0 45px;
}
.recruit .factory_block .ttl_box02 {
  margin: 0 0 20px;
}
.recruit .ttl_box02 h3 {
	font-size: 24px;
  font-weight: bold;
	font-family: "Noto Serif JP", serif;
}

/*----- ttl_box03 -----*/
.recruit .ttl_box03 {
  margin: 0 0 50px;
  font-family: "Noto Serif JP", serif;
}
.recruit .ttl_box03 p {
	font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin: 0 0 45px;
  padding: 0 0 25px;
  box-sizing: border-box;
}
.recruit .ttl_box03 h2 {
	font-size: 46px;
}

@media screen and (max-width: 768px) {
  
/*----- ttl_box01 -----*/
.recruit .ttl_box01 {
  margin: 0 0 30px;
}
.recruit .ttl_box01 p {
	font-size: 22px;
	margin: 0 0 18px;
}
.recruit .ttl_box01 h2 {
	font-size: 28px;
  line-height: 1.5em;
}

/*----- ttl_box02 -----*/
.recruit .ttl_box02 {
  margin: 0 0 25px;
}
.recruit .factory_block .ttl_box02 {
  margin: 0 0 20px;
}
.recruit .ttl_box02 h3 {
	font-size: 20px;
}

/*----- ttl_box03 -----*/
.recruit .ttl_box03 {
  margin: 0 0 50px;
}
.recruit .ttl_box03 p {
	font-size: 22px;
  border-bottom: 1px solid #000;
  margin: 0 0 45px;
  padding: 0 0 25px;
}
.recruit .ttl_box03 h2 {
	font-size: 32px;
  line-height: 1.3em;
}
}


/*--------------------------------------
　btn_list
---------------------------------------*/

/*----- btn_list01 -----*/
.recruit .btn_list01 {
  display: flex;
  justify-content: center;
}
.recruit .btn_list01 li {
	width: 30.5%;
  margin: 0 2% 0 2%;
}
.recruit .btn_list01 a {
	color: #fff;
	font-size: 24px;
  font-weight: bold;
	border-radius: 100px;
	background: #00B0A6;
  border: 1px solid #00B0A6;
  text-align: center;
  line-height: 1.5em;
	padding: 13px 0 20px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.recruit .btn_list01 a span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.recruit .btn_list01 a:hover {
  color: #00B0A6;
  background: #fff;
}

/*----- btn_list02 -----*/
.recruit .btn_list02 {
  display: flex;
}
.recruit .btn_list02 li {
  margin: 0 10px 0 0;
}
.recruit .btn_list02 li a {
  width: 220px;
	color: #00B0A6;
	font-size: 14px;
	background: #fff;
  border: 1px solid #00B0A6;
  text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	display: block;
}
.recruit .btn_list02 li a:hover {
	color: #fff;
	background: #00B0A6;
}

@media screen and (max-width: 768px) {
  
/*----- btn_list01 -----*/
.recruit .btn_list01 {
  display: block;
}
.recruit .btn_list01 li {
	width: 100%;
  margin: 0 auto 15px;
}
.recruit .btn_list01 li:last-child {
  margin: 0 auto 0;
}  
.recruit .btn_list01 a {
	font-size: 16px;
  line-height: 1.5em;
	padding: 8px 0 13px;
}
.recruit .btn_list01 a span {
  font-size: 11px;
}

/*----- btn_list02 -----*/
.recruit .btn_list02 {
  display: block;
}
.recruit .btn_list02 li {
  margin: 0 0 10px 0;
}
.recruit .btn_list02 li:last-child {
  margin: 0 0 0;
}  
.recruit .btn_list02 li a {
  width: 100%;
	font-size: 13px;
	padding: 15px 0;
}
}


/*--------------------------------------
　sec01
---------------------------------------*/
.recruit .sec01 {
	width: 100%;
  background: url("../images/sec01_bg.jpg") center center repeat;
  background-size: 100% auto;
  padding: 120px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.recruit .sec01 .inner {
  position: relative;
}
.recruit .sec01 .txt_box {
  width: 610px;
}
.recruit .sec01 .txt_box .txt01 {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 2.9em;
}
.recruit .sec01 .img_box {
  width: 861px;
  position: absolute;
  bottom: 10px;
  right: -230px;
}

@media screen and (max-width: 768px) {
.recruit .sec01 {
  background: url("../images/sec01_bg.jpg") center center repeat;
  background-size: 500% auto;
  padding: 40px 0;
}
.recruit .sec01 .inner {
  position: inherit;
}
.recruit .sec01 .txt_box {
  width: 100%;
  margin: 0 0 20px;
}
.recruit .sec01 .txt_box .txt01 {
  font-size: 16px;
  line-height: 2.5em;
}
.recruit .sec01 .img_box {
  width: 100%;
  position: inherit;
  bottom: inherit;
  right: inherit;
}
}


/*--------------------------------------
　sec02
---------------------------------------*/
.recruit .sec02 {
	padding: 100px 0;
	box-sizing: border-box;
  overflow: hidden;
}

/*---------- step_area ----------*/
.recruit .sec02 .step_area {
	margin: 75px 0 75px;
}

/*----- step_block 共通 -----*/
.recruit .sec02 .step_block .step_item {
  margin: 0 0 20px;
	padding: 30px 40px;
  box-sizing: border-box;
}
.recruit .sec02 .step_block .step_ttl {
	display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.recruit .sec02 .step_block .step_ttl p {
	color: #00B0A6;
  font-size: 16px;
  font-weight: bold;
  border-right: 2px solid #00B0A6;
  margin: 0 30px 0 0;
  padding: 10px 30px 10px 0;
  box-sizing: border-box;
}
.recruit .sec02 .step_block .step_ttl h3 {
  font-size: 32px;
  font-weight: bold;
}
.recruit .sec02 .step_block .txt_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit .sec02 .step_block .txt_block .txt_box h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 15px;
}
.recruit .sec02 .step_block .txt_block .img_box {
  width: 135px;
}
.recruit .sec02 .step_block .txt_block .img_box img {
  border: 2px solid #00B0A6;
  border-radius: 100px;
  box-sizing: border-box;
}

/*----- step_block 個別 -----*/
.recruit .sec02 .step_block .ttl_mb01 {
  margin: 0 0 13px;
}
.recruit .sec02 .step_block .ttl_mb02 {
  margin: 0 0 32px;
}

/* step_block01 */
.recruit .sec02 .step_block01 .txt_block .txt_box {
  width: 1040px;
}

/* step_block02 */
.recruit .sec02 .step_block02 {
  display: flex;
  justify-content: space-between;
}
.recruit .sec02 .step_block02 .step_item {
  width: 1210px;
}
.recruit .sec02 .step_block02 .step_item .txt_box {
  width: 950px;
}
.recruit .sec02 .step_arrow {
  border-right: 20px solid #D9F3F2;
  margin: -20px 0 55px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  position: relative;
}
.recruit .sec02 .step_arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 35px solid #D9F3F2;
  border-bottom: 0;
  bottom: -35px;
  left: 0;
}

/* step_block03 */
.recruit .sec02 .step_block03 .txt_block .txt_box {
  width: auto;
}

/*---------- movie_area ----------*/
.recruit .sec02 .movie_block {
  display: flex;
  justify-content: space-between;
}
.recruit .sec02 .movie_block .block {
  width: 48.5%;
}
.recruit .sec02 .movie_block .video {
  position: relative;
	width: 100%;
	height: 0;
	margin: auto;
	padding-top: 56.33%;
}
.recruit .sec02 .movie_block .video iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.recruit .sec02 .movie_block p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 0;
}

@media screen and (max-width: 768px) {
.recruit .sec02 {
	padding: 50px 0;
}

/*---------- step_area ----------*/
.recruit .sec02 .step_area {
	margin: 40px 0 40px;
}

/*----- step_block 共通 -----*/
.recruit .sec02 .step_block .step_item {
  margin: 0 0 15px;
	padding: 20px 20px;
}
.recruit .sec02 .step_block .step_ttl p {
  font-size: 13px;
  border-right: 1px solid #00B0A6;
  margin: 0 20px 0 0;
  padding: 10px 20px 10px 0;
}
.recruit .sec02 .step_block .step_ttl h3 {
  font-size: 20px;
}
.recruit .sec02 .step_block .txt_block {
  display: block;
}
.recruit .sec02 .step_block .txt_block .txt_box h4 {
  font-size: 18px;
  margin: 0 0 15px;
}
.recruit .sec02 .step_block .txt_block .img_box {
  width: 145px;
  margin: 0 auto 20px;
}
.recruit .sec02 .step_block .txt_block .img_box img {
  border: 1px solid #00B0A6;
  border-radius: 100px;
}

/*----- step_block 個別 -----*/
.recruit .sec02 .step_block .ttl_mb01 {
  margin: 0 0 20px;
}
.recruit .sec02 .step_block .ttl_mb02 {
  margin: 0 0 20px;
}

/* step_block01 */
.recruit .sec02 .step_block01 .txt_block .txt_box {
  width: auto;
}

/* step_block02 */
.recruit .sec02 .step_block02 {
  display: flex;
  justify-content: space-between;
}
.recruit .sec02 .step_block02 .step_item {
  width: 90%;
  margin: 0 0 15px 10%;
}
.recruit .sec02 .step_block02 .step_item .txt_box {
  width: auto;
}
.recruit .sec02 .step_arrow {
  border-right: 10px solid #D9F3F2;
  margin: -15px 0 40px;
  padding: 0 0 0 10px;
}
.recruit .sec02 .step_arrow::before {
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #D9F3F2;
  border-bottom: 0;
  bottom: -25px;
  left: 0;
}

/*---------- movie_area ----------*/
.recruit .sec02 .movie_block {
  display: block;
}
.recruit .sec02 .movie_block .block {
  width: 100%;
  margin: 0 auto 80px;
}
.recruit .sec02 .movie_block .block:last-child {
  margin: 0 auto 30px;
}
.recruit .sec02 .movie_block p {
  font-size: 15px;
  margin: 15px 0 0;
}  
}


/*--------------------------------------
　sec03
---------------------------------------*/
.recruit .sec03 {
	padding: 100px 0 100px;
	box-sizing: border-box;
  overflow: hidden;
}

/*----- contents_box -----*/
.recruit .contents_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .contents_box li {
  width: calc(20% - 25px);
}
.recruit .contents_box li a {
  position: relative;
}
.recruit .contents_box li a::before,
.recruit .contents_box li a::after {
  content: "";
  display: block;
  position: absolute;
}
.recruit .contents_box li a::before {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  top: 0;
  left: 0;
}
.recruit .contents_box li a::after {
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit .contents_box li a p {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}

@media screen and (max-width: 768px) {
.recruit .sec03 {
	padding: 50px 0;
}

/*----- contents_box -----*/
.recruit .contents_box li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.recruit .contents_box li a::after {
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  bottom: 13px;
}
.recruit .contents_box li a p {
  font-size: 3.3vw;
}  
}


/*--------------------------------------
　factory_block
---------------------------------------*/
.recruit .factory_block {
	padding: 90px 0 50px;
	box-sizing: border-box;
  overflow: hidden;
}
.recruit .factory_slider {
	margin: 0 0 115px;
}

/*----- slide-arrow -----*/
.recruit .slide-arrow {
  position: absolute;
  bottom: -85px;
	cursor: pointer;
}
.recruit .prev-arrow,
.recruit .next-arrow {
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
  border: 1px solid #000;
}
.recruit .prev-arrow {
	left: 0;
}
.recruit .next-arrow {
	left: 95px;
}
.recruit .prev-arrow:hover,
.recruit .next-arrow:hover {
  background: #00B0A6;
  border: none;
  transition: all 0.3s;
}
.recruit .prev-arrow::after,
.recruit .next-arrow::after {
  content: "";
	position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.recruit .prev-arrow::after {
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #00B0A6;
  border-left: 0;
  left: 23px;
}
.recruit .next-arrow::after {
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #00B0A6;
  border-right: 0;
  right: 23px;
}
.recruit .prev-arrow:hover::after {
  border-right: 20px solid #fff;
}
.recruit .next-arrow:hover::after {
  border-left: 20px solid #fff;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*----- feature_block -----*/
.recruit .feature_block {
  margin: 0 0 50px;
}
.recruit .feature_block .wrap_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .feature_block .wrap {
  margin: 0 0 30px;
}
.recruit .feature_block dl {
  height: auto;
	font-size: 0;
}
.recruit .feature_block dt {
  width: 130px;
	font-size: 16px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
	text-align: center;
	line-height: 1.3em;
  padding: 6px 0 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.recruit .feature_block dt span {
  color: #00B0A6;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.recruit .feature_block dd {
	font-size: 16px;
	text-align: justify;
  line-height: 1.8em;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.recruit .feature_block .wrap01 dd {
	width: 400px;
}
.recruit .feature_block .wrap02 dd {
	width: 640px;
}
.recruit .feature_block .wrap03 dd {
	width: 1170px;
}

/*----- voice_tab -----*/
.voice_tab .tabArea {
  display: flex;
  border-bottom: 2px solid #00B0A6;
  box-sizing: border-box;
}
.voice_tab .tabArea li {
  width: 160px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #A1BDBB;
  border-radius: 6px 6px 0 0;
  text-align: center;
  margin: 0 3px 0 0;
  padding: 9px 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.voice_tab .tabArea li.active {
  background: #00B0A6;
}
.voice_tab .tabContents {
  display: none;
}
.voice_tab .tabContents.show {
  display: block;
}

/* txt_block */
.voice_tab .txt_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 40px 30px;
  box-sizing: border-box;
}
.voice_tab .txt_block .txt_box {
  width: 75%;
}
.voice_tab .txt_block .txt_box .wrap {
  margin: 0 0 50px;
}
.voice_tab .txt_block .txt_box .wrap:last-child {
  margin: 0 0 0;
}
.voice_tab .txt_block .txt_box .wrap h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.voice_tab .txt_block .img_box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.voice_tab .txt_block .img_box img {
  height: 320px;
  margin: 20px 0 0;
}
.voice_tab .txt_block .img_box p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0;
}
.voice_tab .txt_block .img_box p span {
  font-size: 20px;
}

/*----- ON/OFF トグル -----*/

/* トグルを画像の上に配置（右上） */
.voice_tab .voiceToggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: -30px;
  right: 55px;
  z-index: 2;
  gap: 14px;
}
.voice_tab .voiceToggle__label {
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .02em;
}

/* スイッチ本体 */
.voice_tab .voiceToggle__btn {
  width: 55px;
  height: 25px;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

/* つまみ */
.voice_tab .voiceToggle__knob {
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px; /* ON時：左 */
  transform: translateY(-50%);
  transition: background-color .25s ease, left .25s ease;
}

/* OFF時：右へ */
.voice_tab .voiceToggle__btn:not(.is-on) .voiceToggle__knob {
  background: #00B0A6;
  left: calc(100% - 4px - 15px);
}

/* ★hover時：状態に関係なく緑に */
.voice_tab .voiceToggle__btn:hover .voiceToggle__knob {
  background: #00B0A6;
}

/*----- ON/OFF panel / image switch -----*/
.voice_tab .modePanel {
  display: none;
}
.voice_tab .modePanel.is-show {
  display: block;
}
.voice_tab .voiceImg {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.voice_tab .voiceImg.is-show {
  display: block;
}

/*----- ON/OFF トグル：滑らか左右ふわふわ -----*/
@keyframes toggleFloatX {
  0% {
    transform: translate3d(-7px,0,0);
  }
  100% {
    transform: translate3d(7px,0,0); /* ← 動きを大きくしたい場合はここ */
  }
}

/* トグル全体をふわふわ */
.voice_tab .voiceToggle {
  animation: none !important;
}

/*----- 動かすのはボタンだけ -----*/
.voice_tab .voiceToggle__btn {
  animation: toggleFloatX 1.0s ease-in-out infinite alternate;
  will-change: transform;
  cursor: pointer;
  transition: box-shadow .2s ease, filter .2s ease;
}

/* トグル全体にホバーしたら反応 */
.voice_tab .voiceToggle:hover .voiceToggle__btn {
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  filter: brightness(1.05);
}

@media screen and (max-width: 768px) {
.recruit .factory_block {
	padding: 50px 0 50px;
}
.recruit .factory_slider {
	margin: 0 0 85px;
}

/*----- slide-arrow -----*/
.recruit .slide-arrow {
  position: absolute;
  bottom: -50px;
	cursor: pointer;
}
.recruit .prev-arrow,
.recruit .next-arrow {
	width: 40px;
	height: 40px;
}
.recruit .next-arrow {
	left: 50px;
}
.recruit .prev-arrow::after {
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #00B0A6;
  border-left: 0;
  left: 12px;
}
.recruit .next-arrow::after {
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #00B0A6;
  border-right: 0;
  right: 12px;
}
.recruit .prev-arrow:hover::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #fff;
}
.recruit .next-arrow:hover::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

/*----- feature_block -----*/
.recruit .feature_block {
  margin: 0 0 50px;
}
.recruit .feature_block .wrap_box {
  display: block;
}
.recruit .feature_block .wrap {
  margin: 0 0 20px;
}
.recruit .feature_block dl {
  height: auto;
}
.recruit .feature_block dt {
  width: 28%;
	font-size: 13px;
  padding: 6px 0 10px;
	vertical-align: middle;
}
.recruit .feature_block dt span {
  font-size: 11px;
}
.recruit .feature_block dd {
	font-size: 13px;
	text-align: justify;
  line-height: 1.8em;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.recruit .feature_block .wrap01 dd {
	width: 72%;
}
.recruit .feature_block .wrap02 dd {
	width: 72%;
}
.recruit .feature_block .wrap03 dd {
	width: 72%;
  vertical-align: top;
}

/*----- voice_tab -----*/
.voice_tab .tabArea {
  border-bottom: 2px solid #00B0A6;
}
.voice_tab .tabArea li {
  width: 24%;
  font-size: 13px;
  border-radius: 3px 3px 0 0;
  margin: 0 1.333% 0 0;
  padding: 9px 0 9px;
}
.voice_tab .tabArea li:last-child {
  margin: 0 0 0 0;
}

/* txt_block */
.voice_tab .txt_block {
  display: block;
  flex-direction: column;
  padding: 40px 20px 40px;
}
.voice_tab .txt_block .txt_box {
  width: 100%;
}
.voice_tab .txt_block .txt_box .wrap {
  margin: 0 0 30px;
}
.voice_tab .txt_block .txt_box .wrap:last-child {
  margin: 0 0 50px;
}  
.voice_tab .txt_block .txt_box .wrap h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.voice_tab .txt_block .img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
.voice_tab .txt_block .img_box img {
  height: 290px;
  margin: 50px 0 0;
}
.voice_tab .txt_block .img_box p {
  font-size: 13px;
  margin: 10px 0 0;
}
.voice_tab .txt_block .img_box p span {
  font-size: 18px;
}

/*----- ON/OFF トグル -----*/

/* トグルを画像の上に配置（右上） */
.voice_tab .voiceToggle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 14px;
}
.voice_tab .voiceToggle__label {
  font-size: 16px;
}

/* スイッチ本体 */
.voice_tab .voiceToggle__btn {
  width: 55px;
  height: 22px;
  border: 2px solid #000;
}

/* つまみ */
.voice_tab .voiceToggle__knob {
  width: 13px;
  height: 13px;
  top: 50%;
  left: 3px; /* ON時：左 */
  transform: translateY(-50%);
  transition: left .25s ease;
}

/* OFF時：右へ */
.voice_tab .voiceToggle__btn:not(.is-on) .voiceToggle__knob{
  left: calc(100% - 3px - 13px);
}
}


/*--------------------------------------
　sec04
---------------------------------------*/
.recruit .sec04 {
	padding: 100px 0 100px;
	box-sizing: border-box;
}
.recruit .message_block .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 70px;
}
.recruit .message_block .block:last-child {
  margin: 0 0 0;
}
.recruit .message_block .block .img_box {
  width: 240px;
}
.recruit .message_block .block .txt_box {
  width: 970px;
  background: #fff;
  padding: 40px 35px 35px;
  box-sizing: border-box;
  position: relative;
}
.recruit .message_block .block .txt_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 25px solid #FFF;
  border-left: 0;
  top: 35px;
  right: 100%;
}
.recruit .message_block .block .txt_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 25px solid #FFF;
  border-left: 0;
  top: 35px;
  right: 100%;
}
.recruit .message_block .block:nth-child(even) .txt_box::before {
  left: 100%;
  transform: scale(-1, 1);
}
.recruit .message_block .block .txt_box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.3em;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
.recruit .sec04 {
	padding: 50px 0;
}
.recruit .message_block .block {
  display: block;
  border-bottom: 1px solid #b1b182;
  margin: 0 0 40px;
  padding: 0 0 40px;
  box-sizing: border-box;
}
.recruit .message_block .block:last-child {
  border-bottom: none;
  margin: 0 0 0;
  padding: 0 0 0;
}
.recruit .message_block .block .img_box {
  width: 145px;
  margin: 0 auto 40px;
}
.recruit .message_block .block .txt_box {
  width: 100%;
  padding: 30px 20px 25px;
}
.recruit .message_block .block .txt_box::before {
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 22px solid #FFF;
  border-top: 0;
  top: inherit;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit .message_block .block:nth-child(even) .txt_box::before {
  left: 0;
  transform: scale(-1, 1);
}
.recruit .message_block .block .txt_box h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
}


/*--------------------------------------
　sec05
---------------------------------------*/
.recruit .sec05 {
  padding: 100px 0 100px;
	box-sizing: border-box;
}

/*----- address_block -----*/
.recruit .sec05 .address_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 90px 0 0;
}
.recruit .sec05 .address_block h4 {
  margin: 0 0 18px;
}
.recruit .sec05 .address_block .sawai h4 {
  width: 145px;
}
.recruit .sec05 .address_block .trust h4 {
  width: 238px;
}
.recruit .sec05 .address_block p {
  margin: 0 0 20px;
}
.recruit .sec05 .address_block a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
.recruit .sec05 {
  padding: 50px 0;
}

/*----- address_block -----*/
.recruit .sec05 .address_block {
  display: block;
  margin: 50px 0 0;
}
.recruit .sec05 .address_block .sawai {
  margin: 0 0 50px;
}  
.recruit .sec05 .address_block h4 {
  margin: 0 0 15px;
}
.recruit .sec05 .address_block .sawai h4 {
  width: 145px;
}
.recruit .sec05 .address_block .trust h4 {
  width: 238px;
}
.recruit .sec05 .address_block p {
  margin: 0 0 20px;
} 
}

