@charset "utf-8";

body {
  font-size: 1.6rem;
  line-height: 1.8;
}

h2 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}

h3 {
  font-size: 2.6rem;
  font-weight: 400;
}

/*---------- head ----------*/
#head {
  background-image: url(../img/recruit/head.jpg);
  padding-top: 154px;
  padding-bottom: 172px;
}

/*---------- content ----------*/

#content>p {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 128px;
  letter-spacing: 0.2rem;
  padding: 0 40px;
}

.wrap01>.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrap01 .text {
  margin-left: -12px;
}

.job_list {
  font-size: 1.8rem;
}

.job_item {
  padding-left: 32px;
  padding-bottom: 5px;
  position: relative;
}

.job_item:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/menu/icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
}

.wrap02 {
  margin-top: 80px;
}

.tab_caption {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.tab_list {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.tab_item,
.tab_item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_item {
  width: 25%;
  height: 55px;
  line-height: 1;
  text-align: center;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.4;
  letter-spacing: 2px;
}
.tab_item.is-current {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.tab_item a {
  width: 100%;
  height: 100%;
}

.tabContents {
  margin: 60px 0;
}

.tabContents_table {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff;
}

.tabContents_table dt,
.tabContents_table dd {
  padding: 20px 20px 25px;
  border-bottom: 1px solid;
}

.tabContents_table dt {
  width: 20%;
  font-weight: 600;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
}

.tabContents_table dd {
  width: 80%;
}
.tabContents_table span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.tabContents_table li {
  position: relative;
  padding-left: 18px;
}
.tabContents_table li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.entry {
  margin: 160px 0;
}

.entry_imgBox {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.entry_imgItem:nth-child(2) {
  padding-top: 30px;
}

.entry_imgItem:nth-child(3) {
  padding-top: 60px;
}

.entry .text {
  font-size: 2rem;
  margin-bottom: 30px;
}

.entry_table {
  display: flex;
  flex-wrap: wrap;
}

.entry_required {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 4px 3px;
  margin-left: 10px;
}

.entry_table dt,
.entry_table dd {
  padding: 15px 0;
}

.entry_table dt {
  font-size: 1.8rem;
  font-weight: 600;
  width: 30%;
  display: flex;
  align-items: center;
}
.dt_textarea {
  align-self: flex-start;
}
.entry_table dd {
  width: 70%;
}

.entry_table dd:last-child {
  padding-bottom: 0;
}

.entry_table dd.entry_inputWrap {
  display: flex;
}
.entry_input {
  display: flex;
  align-items: center;
}
.entry_table input[type="radio"] {
  width: initial;
  vertical-align: baseline;
  margin: 0 8px 0 5px;
}
.entry_table label {
  margin-right: 20px;
  cursor: pointer;
}

.entry_table label:before {
  content: "";
}

.entry_table input,
.entry_table textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 5px;
  border: none;
  border-radius: 2px;
}

.entry_table textarea {
  height: 130px;
}
.entry_btnBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}

.entry_btn {
  padding: 1.3rem 10.7rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #151210;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: block;
  cursor: pointer;
  font-family: dnp-shuei-mincho-pr6, serif;
  display: inline-block;
  min-width: 400px;
}

.entry_btn.is-submit {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 確認画面 */

.confirm .entry_table {
  border-top: 1px solid #ffffff;
  display: flex;
}

.confirm .entry_table dt,
.confirm .entry_table dd {
  padding: 20px 20px 25px;
  border-bottom: 1px solid #ffffff;
}

.confirm .entry_table dt {
  background: rgba(255, 255, 255, 0.1);
  width: 30%;
}

.confirm .entry_table dd {
  width: 70%;
  overflow-wrap: break-word;
}

.entry .error_messe {
  color: #d24242;
  margin-bottom: 0;
}

/* サンクスページ */
.backTo_Top {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.thanks_tel>a {
  text-decoration: underline;
  margin-left: 10px;
}

@media (hover: hover) and (pointer: fine) {

  .tab_item,
  .entry_btn {
    transition: all 0.1s ease;
  }

  .entry_btn:hover {
    opacity: 0.7;
  }

  .tab_item:hover {
    opacity: 1;
  }

  .tab_item a:hover {
    opacity: 1;
  }
}

/*---------- 1280pxより小さい画面 ----------*/
@media screen and (max-width:1279px) {
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .wrap01>.inner {
    display: block;
  }

  .wrap01 .img {
    margin-bottom: 30px;
  }

  .wrap01 .text {
    margin-left: 0;
  }

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

  .job_item {
    margin: 0 15px;
  }

  .entry .text {
    text-align: center;
  }

  .entry_table {
    display: block;
    max-width: 900px;
    margin: 0 auto;
  }

  .entry_table dt,
  .entry_table dd {
    width: 100%;
    padding: 0;
  }

  .entry_table dt {
    padding-bottom: 5px;
  }

  .entry_table dd {
    padding-bottom: 30px;
  }
}

/*---------- 767pxより小さい画面(スマホ)----------*/
@media screen and (max-width:767px) {
  h2 {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }

  h3 {
    font-size: 4.2vw;
  }

  #head {
    background-image: url(../img/sp/recruit/head.jpg);
    padding-top: 12.4vw;
    padding-bottom: 14.6vw;
  }
  #content>p {
    font-size: 3.2vw;
    line-height: 2.1;
    margin-bottom: 24.8vw;
    letter-spacing: 0.2vw;
    padding: 0 5.5vw;
  }

  .wrap01 .img {
    margin-bottom: 5vw;
  }

  .job_list {
    font-size: 3.2vw;
  }

  .job_item {
    margin: 0;
    padding-left: 8vw;
    padding-bottom: 1.2vw;
    width: 50%;
    margin-bottom: 2vw;
    line-height: 1.4;
  }

  .job_item:before {
    width: 5.5vw;
    height: 5.5vw;
  }

  .wrap02 {
    margin-top: 12vw;
  }

  .tab_caption {
    font-size: 3vw;
    margin-bottom: 3vw;
  }

  .tab_list {
    gap: 1vw;
    flex-wrap: wrap;
    font-size: 3.2vw;
  }

  .tab_item {
    width: calc(100%/2 - 0.5vw);
    letter-spacing: 0.4vw;
    height: 12.9vw;
    line-height: 3.8;
  }

  .tabContents {
    margin: 6vw 0;
  }

  .tabContents_table {
    margin-top: 2vw;
    display: block;
  }

  .tabContents_table dt,
  .tabContents_table dd {
    padding: 3vw 3vw 3.6vw;
  }

  .tabContents_table dt {
    width: 100%;
    font-size: 3vw;
  }

  .tabContents_table dd {
    width: 100%;
    font-size: 2.8vw;
  }

  .tabContents_table span {
    margin-bottom: 1vw;
  }

  .entry {
    margin: 20vw 0;
  }

  .entry_imgBox {
    gap: 2vw;
    margin-bottom: 5vw;
  }

  .entry_imgItem:nth-child(2) {
    padding-top: 4vw;
  }

  .entry_imgItem:nth-child(3) {
    padding-top: 8vw;
  }

  .entry .text {
    font-size: 2.8vw;
    margin-bottom: 8vw;
  }

  .entry_required {
    font-size: 2.6vw;
    padding: 0 1vw 0;
    margin-left: 2vw;
  }

  .entry_table dt {
    padding-bottom: 2vw;
    font-size: 3.2vw;
  }

  .entry_table dd {
    padding-bottom: 5vw;
    font-size: 3vw;
  }

  .entry_table dd.entry_inputWrap {
    display: block;
  }

  .entry_table dd .entry_input {
    margin-bottom: 1.5vw;
  }

  .entry_table label {
    margin-right: 2vw;
  }

  .entry_table input,
  .entry_table textarea {
    font-size: 3vw;
    padding: 1vw;
    border-radius: 0.2vw;
  }

  .entry_table input[type="radio"] {
    margin: 0;
  }

  .entry_table textarea {
    height: 20vw;
  }

  .entry_btnBox {
    margin-top: 8vw;
    gap: 4vw;
  }
  /* 翻訳 */
  .entry_btnBox font {
    width: 100%;
  }
  .entry_btn {
    width: 100%;
    padding: 2.5vw 0 3.2vw;
    font-size: 3.2vw;
    letter-spacing: 0.7vw;
    border-radius: 0;
    min-width: initial;
  }

  /* 確認画面 */
  .confirm .entry_table dt,
  .confirm .entry_table dd {
    padding: 3vw 3vw 3.6vw;
    width: 100%;
  }

  .entry .error_messe {
    margin-bottom: 0;
  }

  /* サンクスページ */
  .backTo_Top {
    margin-top: 8vw;
  }

  .thanks_tel>a {
    margin-left: 2vw;
  }
}