@charset "UTF-8";

html {
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #333;
  font-size: 1.6rem;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*--- ヘッダー ---*/
/*ヘッダー共通設定*/
.page-header {
  height: 280px;
  background-image: url(../images/top_img_counter.webp);
  background-size: cover;
  position: relative;
}
/*ヘッダー共通設定*/
.section_counter_10 {
  margin-top: 74px;
}

.section_counter_11 {
  width: 90%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 34px;
}

.section_counter_11>div:nth-child(1) {
  width: 50%;
  text-align: center;
}

.section_counter_11>div:nth-child(2) {
  width: 50%;
  text-align: center;
}

.section_counter_11>div>img {
  width: 383px;
}

.section_counter_12 {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #5A2720;
  border-bottom: 1px dashed #5A2720;
}

.section_counter_12>div:nth-child(1) {
  font-size: 20px;
  margin-right: auto;
  margin-left: 50px;
}

.section_counter_12>div:nth-child(2) {
  font-weight: 600;
  color: #5A2720;
  margin-left: auto;
  margin-right: 70px;
  position: relative;
}

.section_counter_12>div:nth-child(2)>a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  top: -1px;
  right: -31px;
  background: url(../images/btn_arrow1.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.table_counter1 {
  overflow: auto;
}

.table_counter1::-webkit-scrollbar {
  height: 5px;
}

.table_counter1::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table_counter1::-webkit-scrollbar-thumb {
  background: #D25C36;
}

.table_counter1>table {
  width: 1200px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

.table_counter1>table tr>th {
  width: 42%;
  font-size: 16px;
  color: #D25C36;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-top: 1px dashed #5A2720;
  border-bottom: 1px dashed #5A2720;
}

.table_counter1>table tr>th:nth-child(1) {
  width: 16%;
}

.table_counter1>table tr>td {
  width: 42%;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  border-bottom: 1px dashed #5A2720;
}

.table_counter1>table tr>td:nth-child(1) {
  width: 16%;
  text-align: center;
  font-weight: 600;
}

.recruit_dl1 {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  line-height: 175%;
}

.recruit_dl1_top {
  border-top: 1px dashed #5A2720;
}

.recruit_dl1>div:nth-child(1) {
  width: 18%;
  display: grid;
  place-items: center;
  border-bottom: 1px dashed #5A2720;
  font-weight: 600;
}

.recruit_dl1>div:nth-child(2) {
  width: 82%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #5A2720;
}

.counter_nday {
  margin-right: 5px;
  margin-left: 12px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}

.counter_nday_top {
  margin-left: 0px;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@media screen and (max-width: 1250px) {}

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

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

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




/*---------------------------------
レスポンシブ スマホ
---------------------------------*/
@media screen and (max-width: 767px) {

  /*ヘッダー共通設定*/
  .page-header {
    background-image: url(../images/top_img_counter_m.webp);
    margin-top: 66px !important;
  }
  /*ヘッダー共通設定*/
  .section_counter_11 {
    flex-direction: column;
    width: 95%;
  }

  .section_counter_11>div:nth-child(1) {
    width: 100%;
  }

  .section_counter_11>div:nth-child(2) {
    margin-top: 70px;
    width: 100%;
  }

  .section_counter_12 {
    flex-direction: column;
  }

  .section_counter_12>div:nth-child(1) {
    margin-left: 5px;
    font-size: 18px;
  }

  .section_counter_12>div:nth-child(2) {
    margin-top: 20px;
  }

  .recruit_dl1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .recruit_dl1>div:nth-child(1) {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px;
    border-bottom: none;
  }

  .recruit_dl1>div:nth-child(2) {
    width: 100%;
  }

  .counter_nday {
    margin-left: 0;
  }
}

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

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

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