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

.inner_wrapper {
  order: -1;
}

.find {
  margin-top: 50px;
}
.find_head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.find_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
}
.find_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.find_item {
  border-radius: 4px;
  overflow: hidden;
}
.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: 152px;
  padding: 0 16px;
  color: #fff;
  box-shadow: 0px 1.04px 2.08px 0px rgba(0, 0, 0, 0.1019607843);
  transition: opacity 0.2s ease-out 0s;
}
.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-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.find_smallText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
}

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

.featureOffer_head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
}
.featureOffer_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #333333;
}
.featureOffer_date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #00AAEB;
  font-size: 13px;
  font-weight: 700;
  color: #00AAEB;
  background-color: #fff;
  line-height: 1;
}
.featureOffer_headAnchor {
  position: relative;
  width: 192px;
  padding: 10px 29px 10px 16px;
  border-radius: 83px;
  border: 0.83px solid #DDDDDD;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #00AAEB;
  line-height: 1;
}
.featureOffer_headAnchor::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 2px solid #00AAEB;
  border-right: 2px solid #00AAEB;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.featureOffer_pcOnly {
  display: inline;
}
.featureOffer_container {
  padding: 4px 0;
  overflow: visible;
}
.featureOffer_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*align-items: center;*/
  align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 30px;
}
.featureOffer_list:nth-child(2) {
  margin-top: 16px;
}
.featureOffer_anchor {
  display: grid;
  min-height: 170px;
  padding: 35px 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1.06px 2.12px 0px rgba(0, 0, 0, 0.1019607843);
  transition: opacity 0.2s ease-out 0s;
  overflow: hidden;
}
.featureOffer_anchor:nth-of-type(2) {
  margin-top: 16px;
}
.featureOffer_anchor:has(.featureOffer_text) {
  padding: 20px 10px;
}
.featureOffer_anchor:hover {
  opacity: 0.8;
}
.featureOffer_imgOuter {
  display: flex;
  align-items: center;
}
.featureOffer_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  margin: 28px auto 0;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.74px solid #A57700;
  background-color: #FFFBE0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #A57700;
}

.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;
  }
}