@charset "UTF-8";
/* CSS Document */


.zinzai__hl__wrap {
  display: flex;
  max-width: 950px;
  justify-content: space-between;
  align-items: center;
  text-align: left;

}

.zinzai__hl__text {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  background-color: rgb(217, 81, 133, .5);
  padding: 15px;
  position: relative;
}

.zinzai__data__span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 20px;
}

.span3 {
  margin-bottom: 20px;
}

.zinzai__hl__span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  display: block;
  text-align: end;
}

*/ .zinzai__hl__img {
  width: 275px;
  cursor: pointer
}


/* .zoomed {
  transform: scale(2);
  /* 2倍に拡大 */
}

.zinzai__lang__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 650px;
}


.zinzai__lang__img {
  /* display: block; */
  width: 270px;
  /* height: 180px; */

}

.zinzai__lang__text {}

.zinzai__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.zinzai__ooba__img {
  height: 220px;
  display: block;
}

.torikumi__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.saiyou__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.saiyou__img {
  height: 180px;
}

.kichen__wrap {
  display: flex;
  justify-content: space-between;
}

.kichen__img {
  width: 250px;
  height: 160px;
}

.kichen__wrapper {
  display: flex;
  justify-content: space-between;
}


.kichen__text__wrap {
  width: 595px;
}

.text__16px {
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
}

.span__hl2 {
  font-weight: bold;
  font-size: 20px;
  color: rgb(234, 85, 4);
  /* margin-top: 15px !important; */
}


.span__hl3 {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-top: 15px;
}

.h2__orange {
  font-size: 20px;
  background-image: url(../img_250711/orange__hl__bg@300x.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  margin-top: 5px;
  font-weight: normal;
  text-align: left;
  color: #ce5e87;
}


/* ここから人材モーダル */

.thumbnail {
  width: 380px;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.modal {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  margin-top: 5%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}