#content {
  display: flex;
  flex-direction: column;
}

.inner_wrapper {
  order: -1;
}

.find {
  margin-top: 20px;
}
.find_head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 93%;
  margin: 0 auto;
}
.find_title {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.find_container {
  position: relative;
  padding: 0 3% !important;
}
.find_list {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.find_item:nth-of-type(1) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg1.png) no-repeat center/cover;
}
.find_item:nth-of-type(2) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg2.png) no-repeat center/cover;
}
.find_item:nth-of-type(3) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg3.png) no-repeat center/cover;
}
.find_item:nth-of-type(4) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg4.png) no-repeat center/cover;
}
.find_item:nth-of-type(5) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg5.png) no-repeat center/cover;
}
.find_item:nth-of-type(6) .find_anchor {
  background: url(/area/pc/images/top_logo/find_bg6.png) no-repeat center/cover;
}
.find_anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1.04px 2.08px 0px rgba(0, 0, 0, 0.1019607843);
  transition: opacity 0.2s ease-out 0s;
  overflow: hidden;
  padding: 0px 18px;
}
.find_anchor:hover {
  opacity: 0.8;
}
.find_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}
.find_smallText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
}

.jobOffer_wrapper {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 30px 0;
  background-color: #F6F8F9;
}
.jobOffer_wrapper img {
  width: 100%;
  max-height: 100%;
  height: auto;
}
.jobOffer_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.featureOffer_head {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  row-gap: 6px;
  width: 93%;
  margin: 0 auto;
}
.featureOffer_title {
  grid-area: 2/1/3/2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
}
.featureOffer_date {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #00AAEB;
  color: #00AAEB;
  grid-area: 1/1/2/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
  line-height: 1;
}
.featureOffer_headAnchor {
  position: relative;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  font-weight: 700;
  color: #00AAEB;
  grid-area: 2/2/3/3;
  width: 82px;
  padding: 6px 20px 6px 10px;
  border-radius: 64px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.featureOffer_headAnchor::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-top: 2px solid #00AAEB;
  border-right: 2px solid #00AAEB;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.featureOffer_pcOnly {
  display: none;
}
.featureOffer_container {
  padding: 4px 3% !important;
  overflow: hidden;
}
.featureOffer_list {
  display: flex;
  margin-top: 15px;
  /*align-items: center;*/
  align-items: flex-start;
}
.featureOffer_list:nth-child(2) {
  margin-top: 8px;
}
.featureOffer_anchor {
  display: grid;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  transition: opacity 0.2s ease-out 0s;
  overflow: hidden;
  padding: 30px 8px;
  box-shadow: 0px 0.91px 1.81px 0px rgba(0, 0, 0, 0.1019607843);
}
.featureOffer_anchor:nth-of-type(2) {
  margin-top: 8px;
}
.featureOffer_anchor:has(.featureOffer_text) {
  padding: 18px 8px;
}
.featureOffer_anchor:hover {
  opacity: 0.8;
}
.featureOffer_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.74px solid #A57700;
  background-color: #FFFBE0;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #A57700;
  width: 70px;
  margin: 6px auto 0;
  font-size: 10px;
}

.u-pcOnly {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block !important;
  }
}