.recruit section:not(:first-child) > * {
  opacity: 1 !important;
  transition: none !important;
  transform: none !important;
}
@media screen and (max-width: 1020px) {
  .recruit article .siteHeader {
    padding-left: 20px;
  }
}
@media screen and (max-width: 760px) {
  .recruit article .siteHeader {
    padding-left: 0;
  }
}
.recruit_type {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .recruit_type {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_type {
    margin-bottom: 40px;
  }
}
.recruit_type h2 {
  font-size: 42px;
  line-height: 1.2857142857;
  margin-bottom: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .recruit_type h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 979px) {
  .recruit_type h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_type h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.recruit_type_wrapper {
  display: flex;
}
@media screen and (max-width: 979px) {
  .recruit_type_wrapper {
    flex-direction: column;
  }
}
.recruit_type_content {
  padding: 50px 60px;
  width: 47.8070175439%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .recruit_type_content {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 979px) {
  .recruit_type_content {
    width: 100%;
    padding: 25px 30px;
  }
}
.recruit_type_content:nth-of-type(1) {
  margin-right: 4.3859649123%;
}
@media screen and (max-width: 979px) {
  .recruit_type_content:nth-of-type(1) {
    margin-right: 2.6315789474%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_type_content:nth-of-type(1) {
    margin-right: 0;
  }
}
.recruit_type_content span.comment {
  letter-spacing: 0.05em;
  background-color: #263770;
  color: #fff;
  border-radius: 5px;
  padding: 8px 0;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit_type_content span.comment {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_type_content span.comment {
    font-size: 12px;
  }
}
.recruit_type_content span.comment:after {
  background-color: #263770;
  position: absolute;
  content: "";
  right: 110px;
  width: 12px;
  height: 20px;
  top: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 979px) {
  .recruit_type_content span.comment:after {
    top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_type_content span.comment:after {
    top: 22px;
  }
}
.recruit_type_content a {
  width: 315px;
  max-width: 100%;
  color: #263770;
  display: inline-block;
  padding: 18px 0;
  width: 315px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 599px) {
  .recruit_type_content a {
    font-size: 13px;
    padding: 15px 0;
  }
}
.recruit_type_content a.career, .recruit_type_content a.new-graduate {
  position: relative;
}
.recruit_type_content a.career:after, .recruit_type_content a.new-graduate:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/recruit/recruit-btn-arrow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
}
.recruit_type_content a.career {
  opacity: 0.5;
}
.recruit_type_content a span {
  display: block;
}

.environment {
  padding: 50px 45px 60px;
  margin-bottom: 100px;
  background: white;
  border-radius: 30px;
}
@media screen and (max-width: 760px) {
  .environment {
    padding: 25px 22px 30px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
}
.environment_heading {
  margin-bottom: 30px;
}
.environment_heading img {
  width: 100%;
  text-align: center;
}
.environment_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .environment_wrap {
    margin-bottom: 20px;
  }
}
.environment_item {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .environment_item {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .environment_item_img {
    width: 150px;
    text-align: center;
  }
}
.environment_item_txt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .environment_item_txt {
    font-size: 14px;
    width: calc(100% - 140px);
  }
}
.environment_under {
  display: flex;
  align-items: center;
}
.environment_under_left {
  font-size: 16px;
  color: #1D528B;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .environment_under_left {
    font-size: 14px;
  }
}
.environment_under_right {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6875;
}
@media screen and (max-width: 760px) {
  .environment_under_right {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .environment_under_right br {
    display: none;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.apartment .innerLink_item a {
  background-color: #1D528B;
  color: #fff;
}
.apartment .innerLink_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .apartment .innerLink_list {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 760px) {
  .apartment .innerLink_item {
    width: 48%;
    flex: auto;
  }
}

.apa-flex {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .apa-flex {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.apa-flex_left {
  flex: 1;
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .apa-flex_left {
    margin-right: 0;
  }
}
.apa-flex_left dl {
  display: flex;
}
.apa-flex_left dl:first-of-type dt {
  border-radius: 30px 0 0 0;
}
.apa-flex_left dl:first-of-type dd {
  border-radius: 0 30px 0 0;
}
.apa-flex_left dl:last-of-type dt {
  border-radius: 0 0 0 30px;
}
.apa-flex_left dl:last-of-type dd {
  border-radius: 0 0 30px 0;
}
.apa-flex_left dl dt {
  background-color: #1D528B;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 113px;
  padding: 18px 0;
  border: 1px solid #fff;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .apa-flex_left dl dt {
    font-size: 14px;
    padding: 10px;
  }
}
.apa-flex_left dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding-left: 25px;
  background-color: #fff;
  width: calc(100% - 113px);
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #CCCCCC;
  border-left: none;
}
@media screen and (max-width: 760px) {
  .apa-flex_left dl dd {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.apa-flex_right {
  flex: 1;
  margin-left: 5px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .apa-flex_right {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.apa-flex_right img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.textImg_wrap {
  flex: 1;
  line-height: 1.7;
}

@media screen and (max-width: 760px) {
  .gourmet.case {
    justify-content: flex-start !important;
  }
}
.gourmet.case .case_item {
  padding: 0;
  overflow: hidden;
}
.gourmet.case .case_text {
  padding: 25px;
  border: none;
}
@media screen and (max-width: 760px) {
  .gourmet.case .case_text {
    padding: 20px;
  }
}
.gourmet_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gourmet_flex .card_btn a {
  width: 237px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .gourmet_flex .card_btn a {
    width: 237px;
    max-width: 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.gourmet_flex .card_btn a::after {
  right: 10px;
}
.gourmet_furusato {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.gourmet_furusato_item {
  width: 32.9113924051%;
  margin-right: 0.6329113924%;
  margin-bottom: 0.6329113924%;
}
.gourmet_furusato_item:nth-of-type(3n) {
  margin-right: 0;
}
.gourmet_furusato_item img {
  width: 100%;
}

.page_gourmet .whiteCatch_text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_gourmet .whiteCatch_text {
    font-size: 14px;
  }
}

.page_total-business-interior .whiteCatch_text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .page_total-business-interior .whiteCatch_text {
    font-size: 14px;
  }
}

.contactForm_btn input {
  text-align: center;
}

.card_btnHeading {
  width: 240px;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .card_btnHeading {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .card_btnHeading img {
    width: 150px;
  }
}

.relatedPage_list.column {
  gap: 20px;
}

.relatedPage .column_item {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .relatedPage .column_item {
    width: 80%;
    height: auto;
  }
}

.columnPage_right_list .column_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.post.columnPage h2.wp-block-heading {
  padding-top: 50px;
  margin-top: -100px;
  padding-bottom: 15px;
  border-bottom: 1px solid #263770;
  line-height: 1.5;
}

.wp-block-paragraph a {
  color: #212121;
}

@media screen and (min-width: 1000px) {
  .post.columnPage {
    max-width: 100%;
    width: 1140px;
    grid-template-columns: 790px 350px;
    border-top: 1px solid #263770;
    border-bottom: 1px solid #263770;
  }
  .post.columnPage .columnPage_left {
    padding: 45px 50px;
    border-right: 1px solid #263770;
  }
}
.post.columnPage {
  display: grid;
  margin-bottom: 150px;
}

.columnPage_right .columnPage_right_body {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .columnPage_right {
    display: none;
  }
  .post.columnPage {
    max-width: 100%;
    padding: 0 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 760px) {
  .pageTitle_en {
    font-size: 26px;
  }
  .pageTitle_ja {
    font-size: 8px;
  }
  .pagenation_numbers a {
    width: 30px;
  }
  .pagenation {
    font-size: 12px;
  }
  .prev {
    margin-right: 10px;
  }
  .next {
    margin-left: 10px;
  }
  .pagenation_arrow a {
    width: 30px;
  }
  .svgIcon-arrow-left svg {
    width: 10px;
  }
  .svgIcon-arrow-right svg {
    width: 10px;
  }
  .tableOfContents_title {
    font-size: 16px;
  }
  .tableOfContents_item a {
    font-size: 14px;
    line-height: 1.5;
  }
  .tableOfContents_item::before {
    top: 18px;
  }
  .post.columnPage .wp-block-paragraph {
    font-size: 16px;
  }
  .post.columnPage h3.wp-block-heading {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .wp-block-paragraph {
    margin-bottom: 50px;
  }
  .post.columnPage h2.wp-block-heading {
    font-size: 22px;
    line-height: 1.5;
  }
}
.column {
  gap: 0px;
}
.column_item {
  width: 48.7341772152%;
  margin-right: 2.5316455696%;
  margin-bottom: 50px;
  background: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 760px) {
  .column_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.column_item:nth-of-type(2n) {
  margin-right: 0;
}
.column_item a {
  padding: 0;
  display: block;
  height: auto;
}
.column_item_thumb {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .column_item_thumb {
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.column_item_thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.column_item_info_flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .column_item_info_flex {
    margin-bottom: 5px;
  }
}
.column_item_info_day {
  color: #263770;
  text-shadow: none;
  margin-right: 20px;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.column_item_info_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #263770;
  border-radius: 5px;
}
.column_item_info_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #263770;
  line-height: 1.5;
}

.topColumn_list {
  gap: 20px;
}
.topColumn_list .column_item {
  margin-right: 0 !important;
  margin-bottom: 0;
}

.topColumn_pickup {
  gap: 30px;
}
.topColumn_pickup .column_item {
  margin-bottom: 0 !important;
  position: relative;
}
.topColumn_pickup .column_item::before {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 5;
  width: 101px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background: #ea5b29;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .topColumn_pickup .column_item::before {
    left: -10px;
    width: 50px;
  }
}
.topColumn_pickup .column_item::after {
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 5;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: pre;
  content: "PICK\aUP!";
}
@media screen and (max-width: 760px) {
  .topColumn_pickup .column_item::after {
    top: -3px;
    left: 5px;
    font-size: 9px;
  }
}

@media screen and (max-width: 760px) {
  .topColumn_list {
    margin-top: 30px;
  }
}