#page-monitor {
  width: 100%;
  height: 480px;
  background: url(../images/bg/bg003.jpeg) no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  position: relative;
}

.images-wrap img {
  width: 450px;
  height: 350px;
  object-fit: cover;
}

.recruit-message {
  width: 100%;
  background: #000;
  color: #fff;
  position: relative;
}

.recruit-message .txt {
  width: 60%;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.0rem;
  line-height: 1.8em;
  z-index: 1;
}

.recruit-message .txt span {
  font-weight: bold;
  color: #665a1a;
}

.recruit-message .txt h2 {
  font-size: 3.5rem;
  padding-left: 30px;
  margin-top: -20px;
}

.recruit-message .txt h3 {
  font-size: 3.0rem;
  padding-left: 30px;
  padding-right: 50px;
  margin-top: -20px;
}

.bg-c {
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-30%);
}

.bg-c img {
  width: 500px;
  height: auto;
}

.bg-g {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 55%;
}

.bg-g img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 100% 30%;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .recruit-message .txt {
    width: 95%;
    margin: 0 auto;
    writing-mode: inherit;
    text-orientation: upright;
    font-size: 1.6rem;
    line-height: 1.8em;
    z-index: 1;
  }

  .recruit-message .txt h2 {
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    font-style: italic;
  }

  .recruit-message .txt h3 {
    font-size: 3.0rem;
    margin: 0;
    padding: 0;
    padding-top: 55px;
    padding-bottom: 25px;
    font-style: italic;
  }

  .bg-c {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0);
  }

  .bg-c img {
    width: 100%;
    height: auto;
    opacity: 0.5;
  }

  .contents-wrap {
    margin-top: 0;
  }

  .text-first {
    padding: 0;
  }

  .images-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}

.page_office {
  width: 85%;
  margin: 0 auto 0;
}

/* -----------------------------------
 リンクボタン
  ----------------------------------- */
.job-contents {
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  justify-items: end;
}

.job-item {
  width: 350px;
  margin-bottom: 10px;
  border-bottom: solid 1px #665a1a;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.job-item a {
  color: #fff;
}

.job-contents .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #665a1a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .job-contents {
    display: block;
    width: 90%;
    margin: 50px auto 0 0;
  }

  .job-item {
    margin-bottom: 15px;
  }

  .job-item a {
    font-size: 1.2rem;
  }
}


/* -----------------------------------
   募集要項
 ----------------------------------- */
.page_office h2 {
  margin: 0 auto 30px;
  text-align: center;
}

.page_office .table {
  border: 1px solid #bbb;
  border-bottom: none;
  display: table;
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.page_office .table tr th {
  width: 250px;
  padding: 24px 29px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #F5F5F5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bbb;
  font-weight: normal;
}

.page_office .table tr td {
  padding: 26px 29px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 767px) {
  .page_office {
    width: 95%;
    margin: 0 auto 0;
  }

  .page_office .table {
    margin-top: 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    table-layout: fixed;
  }

  .page_office .table tr th {
    display: block;
    padding: 12px 20px;
    letter-spacing: 0.1em;
    width: 100%;
  }

  .page_office .table tr td {
    padding: 9px 20px;
    display: block;
    letter-spacing: 0.1em;
  }
}

/* -----------------------------------
　数字　data-content
 ----------------------------------- */

.data-content {
  width: 85%;
  margin: 0 auto 0;
  color: #333;
}

.data-content .title-en {
  color: #fff;
}

.data-content .title-jp {
  color: #fff;
}

.data-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.data-item {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
}

.data-item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.data-item h2 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 auto 25px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  background: #665a1a;
  color: #fff;
}

.data-item-txt {
  padding-top: 25px;
}

.data-item p {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
}

.data-item p span {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 767px) {

  .data-content .container {
    width: 98%;
    margin: 0 auto;
  }

  .data-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    padding: 5px;
  }

  .data-item img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }

  .data-content {
    width: 100%;
  }

  .data-item {
    padding: 0;
    padding-bottom: 10px;
  }

  .data-item h2 {
    font-size: 1.2rem;
  }

  .data-item p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .data-item p span {
    font-size: 1.6rem;
    display: block;
  }

}


.data-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.career-grid {
  width: 100%;
  margin: 30px auto 0;
}

.career-item {
  margin-bottom: 80px;
}

.career-item h3 {
  font-weight: normal;
  text-align: center;
  background-color: #E8E8EB;
  margin: 0;
  padding: 0;
}

.career-item p {
  text-align: left;
  padding: 10px;
  border-left: solid 1px #E8E8EB;
  border-right: solid 1px #E8E8EB;
  border-bottom: solid 1px #E8E8EB;
  background-color: #fff;
}

.career-item:nth-child(1) {
  position: relative;
}

.data-content-grid .dli-caret-down01 {
  position: absolute;
  bottom: -30%;
  left: 48%;
  display: inline-block;
  vertical-align: middle;
  color: #665a1a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.0em 0.8em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.career-item:nth-child(2) {
  position: relative;
}

.data-content-grid .dli-caret-down02 {
  position: absolute;
  bottom: -55%;
  left: 48%;
  display: inline-block;
  vertical-align: middle;
  color: #665a1a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.0em 0.8em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.list {
  width: 80%;
  margin: 0 auto;
}

.list-title {
  font-size: 24px;
  font-size: 2.0rem;
  color: #333;
  border-bottom: 1px solid #665a1a;
  margin-top: 40px;
  padding: 0 0 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.list-title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #665a1a;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50%;
}

.text {
  margin: 10px 0 0;
}



@media screen and (max-width: 767px) {
  .data-content-grid {
    display: block;
  }

  .career-item {
    margin-bottom: 30px;
  }

  .data-content-grid .dli-caret-down01 {
    position: absolute;
    bottom: -20%;
    display: inline-block;
    vertical-align: middle;
    color: #665a1a;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: currentColor;
    border-bottom: 0;
  }

  .list {
    width: 100%;
    margin: 0 auto;
  }

  .career-grid {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .career-item:nth-child(1) {
    position: relative;
  }

  .dli-caret-right01 {
    position: absolute;
    top: unset;
    bottom: -25%;
    right: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #665a1a;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.64952em 1.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }

  .data-content-grid .dli-caret-down02 {
    bottom: -45%;
    right: 45%;
  }

  .career-item:nth-child(2) {
    position: relative;
  }

  .dli-caret-right02 {
    position: absolute;
    top: unset;
    bottom: -25%;
    right: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #665a1a;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.64952em 1.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
}

.Career-img {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.Career-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .Career-img {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }

  .Career-img img {
    width: 100%;
    height: auto;
  }
}