@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Googleフォントの読み込み */
body {
  font-family:
    "Noto Sans JP", "Noto Serif JP", "Inter", "Libre Baskerville", sans-serif;
}

/* ロゴにサイトタイトルの埋め込み */
#site-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* .visually-hiddenの定義 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ========== 共通パーツ ========== */
/* === セクションタイトル === */
h2.section_title {
  font-size: 3.625rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.2rem;
}
p.section_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
h3.caption,
h3.caption2,
h3.caption3,
h3.caption4 {
  font-size: clamp(2.188rem, 1.813rem + 0.625vw, 2.375rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 0 0 2rem;
  position: relative;
  padding-bottom: 2rem !important;
  display: block;
}
h3.caption2 {
  font-size: 2rem;
  padding-bottom: 1.7rem !important;
}
h3.caption3 {
  font-size: 1.75rem;
  padding-bottom: 1.5rem !important;
}
h3.caption4 {
  font-size: 1.75rem;
  color: #ffffff !important;
  padding-bottom: 1.5rem !important;
}

h3.caption::after,
h3.caption2::after,
h3.caption3::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 1px;
  background-color: #2260a7;
}
h3.caption4::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 47.7%;
  width: 3.75rem;
  height: 1px;
  background-color: #ffff;
}
@media screen and (max-width: 959px) {
  h3.caption::after,
  h3.caption2::after,
  h3.caption3::after {
    bottom: 15px;
  }
  h3.caption4::after {
    bottom: 15px;
    left: 45.7%;
  }
}
@media screen and (max-width: 599px) {
  h2.section_title {
    font-size: 30px;
    margin-bottom: 0;
  }
  p.section_sub_title {
    font-size: 15px;
  }
  h3.caption,
  h3.caption2,
  h3.caption3,
  h3.caption4 {
    font-size: 22px;
    margin: 0 0 1.5rem;
    padding-bottom: 0.5rem !important;
  }
  h3.caption::after,
  h3.caption2::after,
  h3.caption3::after {
    bottom: 0px;
  }

  h3.caption4::after {
    bottom: 0px;
    left: 41.7%;
  }
}

/* === ボタン === */
/* 青ボタン */
.blue_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 1.3rem 1.5rem 1.3rem 2.5rem;
  width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 2.563rem;
  border: 0.063rem solid #ffffff;
  background-color: #1e50a2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.blue_btn a::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.blue_btn a:hover {
  background-color: #fff;
  color: #1e50a2;
  border-color: #1e50a2;
  box-shadow: 0 0.5rem 2rem 0 rgba(30, 80, 162, 0.3);
}
.blue_btn a:hover::after {
  background-color: #1e50a2;
  transform: translateX(8px);
}

@media screen and (max-width: 959px) {
  .blue_btn a {
    min-width: 0;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
    margin: 0 auto;
  }
  .blue_btn a::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .blue_btn a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    max-width: 19rem;
    padding: 1.3rem 3rem 1.3rem 3rem;
  }
}

/* 白ボタン */
.white_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 1.3rem 1.5rem 1.3rem 2.5rem;
  width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 2.563rem;
  border: 0.063rem solid #2260a7;
  background-color: #fff;
  color: #2260a7;
  text-decoration: none;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.white_btn a::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #2260a7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.white_btn a:hover {
  background-color: #2260a7;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(30, 80, 162, 0.3);
}
.white_btn a:hover::after {
  background-color: #fff;
  transform: translateX(8px);
}

@media screen and (max-width: 959px) {
  .white_btn a {
    min-width: 0;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
  }
  .white_btn a::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .white_btn a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    max-width: 19rem;
    padding: 1.3rem 2rem 1.3rem 2rem;
    margin: 0 auto;
  }
}

/* ピンクボタン */
.pink_btn {
  margin-bottom: 1rem;
}
.pink_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 1.3rem 1.5rem 1.3rem 2.5rem;
  width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 2.563rem;
  border: 0.063rem solid #ffffff;
  background-color: #e58c7c;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.pink_btn a::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.pink_btn a:hover {
  background-color: #ffffff;
  color: #e58c7c;
  border-color: #e58c7c;
  box-shadow: 0 0.5rem 2rem 0 rgba(30, 80, 162, 0.3);
}
.pink_btn a:hover::after {
  background-color: #e58c7c;
  transform: translateX(8px);
}

@media screen and (max-width: 959px) {
  .pink_btn a {
    min-width: 0;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
  }
  .pink_btn a::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .pink_btn a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    max-width: 19rem;
    padding: 1.3rem 2rem 1.3rem 2rem;
    margin: 0 auto;
  }
}

/* ========== ヘッダー ========== */
@media (min-width: 960px) {
  .l-header__inner.l-container {
    padding: 0 2.5rem;
  }
  .c-gnav > .menu-item > a {
    padding: 0 clamp(0.45rem, -1.65rem + 3.5vw, 1.5rem);
  }
}
@media (max-width: 1195px) and (min-width: 959px) {
  .l-header__inner.l-container {
    padding: 0 0.5rem;
  }
}

.c-gnav > .menu-item > a .ttl {
  font-size: clamp(0.813rem, 0.688rem + 0.208vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* ヘッダーボタン */
.header_btn a {
  font-size: clamp(0.813rem, 0.688rem + 0.208vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0.75rem 1.5rem;
  border: 1px solid #2260a7;
  background-color: #2260a7;
  border-radius: 0.125rem;
  transition: all 0.3s ease;
}
.header_btn a:hover {
  color: #2260a7;
  background-color: #ffffff;
}
@media (max-width: 1040px) {
  .header_btn a {
    padding: 0.75rem 0.45rem;
  }
}

@media (max-width: 1253px) and (min-width: 959px) {
  .-series .l-header__logo {
    margin-right: 0;
  }
}

/* ========== FVセクション ========== */
.fv_title_group1,
.fv_title_group2 {
  align-items: baseline;
}
p.fv_title1 {
  font-size: clamp(4.063rem, 2.313rem + 2.917vw, 4.938rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.11999999731779099);
}
p.fv_title2 {
  font-size: clamp(3.438rem, 1.313rem + 3.542vw, 4.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.11999999731779099);
}
p.fv_title3 {
  font-size: clamp(3.625rem, 1.25rem + 3.958vw, 4.813rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.11999999731779099);
}

p.fv_sub_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.11999999731779099);
}

p.fv_under_text {
  font-size: clamp(3.938rem, -0.688rem + 7.708vw, 6.25rem);
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  line-height: 0.68;
  letter-spacing: -0.03em;
  color: rgba(242, 242, 242, 0.699999988079071);
  transform: translateX(-36px);
}
.fv_btn_group {
  gap: 1rem;
  transform: translateY(11px);
}

/* ブログパーツの位置調整 */
.p-mainVisual__textLayer {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  justify-content: flex-start !important;
  padding: 0 2.4rem;
}
.p-mainVisual__textLayer > .p-blogParts {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: clamp(11rem, 7rem + 6.667vw, 13rem);
}
.fv_bottom_group {
  margin-top: auto !important;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-11px);
}

/* FV青ボタン */
.fv_blue_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 1.2rem 1.5rem 1.2rem 2.5rem;
  min-width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 2.563rem;
  border: 0.063rem solid #ffffff;
  background-color: #1e50a2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.fv_blue_btn a::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fv_blue_btn a:hover {
  background-color: #fff;
  color: #1e50a2;
  border-color: #1e50a2;
  box-shadow: 0 0.5rem 2rem 0 rgba(30, 80, 162, 0.3);
}
.fv_blue_btn a:hover::after {
  background-color: #1e50a2;
  transform: translateX(8px);
}

@media screen and (max-width: 959px) {
  .under_fv_section {
    padding-bottom: 3.6rem !important;
  }
  .fv_blue_btn a {
    min-width: 0;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
  }
  .fv_blue_btn a::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .fv_blue_btn a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    max-width: 19rem;
    padding: 1.3rem 3rem 1.3rem 3rem;
    margin: 0 auto;
  }
}

/* FV白ボタン */
.fv_white_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 1.2rem 1.5rem 1.2rem 2.5rem;
  min-width: 17.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 2.563rem;
  border: 0.063rem solid #2260a7;
  background-color: #fff;
  color: #2260a7;
  text-decoration: none;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.fv_white_btn a::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #2260a7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fv_white_btn a:hover {
  background-color: #2260a7;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(30, 80, 162, 0.3);
}
.fv_white_btn a:hover::after {
  background-color: #fff;
  transform: translateX(8px);
}

@media screen and (max-width: 959px) {
  .fv_white_btn a {
    min-width: 0;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
  }
  .fv_white_btn a::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .fv_white_btn a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    max-width: 19rem;
    padding: 1.3rem 2rem 1.3rem 2rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  p.fv_sub_title {
    text-align: center;
  }
  .fv_under_btn_group {
    justify-content: center;
    gap: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .p-mainVisual__textLayer > .p-blogParts {
    padding-top: 21rem;
  }
  p.fv_sub_title {
    color: #222222;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textLayer > .p-blogParts {
    padding-top: 17rem;
  }
  p.fv_title1 {
    font-size: clamp(3.625rem, 2.053rem + 4.192vw, 4.063rem);
  }
  p.fv_title2 {
    font-size: clamp(2.938rem, 1.141rem + 4.79vw, 3.438rem);
  }
  p.fv_title3 {
    font-size: clamp(2.938rem, 0.467rem + 6.587vw, 3.625rem);
  }
}

@media screen and (max-width: 599px) {
  .p-mainVisual__textLayer {
    padding: 0 1rem;
  }
  .p-mainVisual__textLayer > .p-blogParts {
    /* padding-top: 5rem; */
    padding-top: 11rem;
  }

  p.fv_title1 {
    font-size: 33px;
  }
  p.fv_title2 {
    font-size: 27px;
  }
  p.fv_title3 {
    font-size: 30px;
  }

  .fv_bottom_group {
    transform: translateY(-1px);
  }
  p.fv_under_text {
    font-size: 50px;
    transform: translateX(-13px);
  }

  p.fv_sub_title {
    font-size: 15px;
  }
  .fv_under_btn_group {
    display: block !important;
  }
  .fv_blue_btn {
    margin-bottom: 1.5rem !important;
  }
}

/* ========= companyセクション ========== */
.top #content {
  padding-top: 1.6em;
}
.company_section {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important;
}

/* @media screen and (min-width: 600px) and (max-width: 959px) {
  .company_column {
    display: none ;
  }
  .company_column_sp_group {
    display: block ;
  }
}
@media screen and (max-width: 599px), screen and (min-width: 960px) {
  .company_column {
    display: block ;
  }
  .company_column_sp_group {
    display: none ;
  }
} */

p.company_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 3rem;
}

.company_img1,
.company_img2 {
  margin-bottom: 0;
}

.company_img1 img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.company_img3 img {
  border-radius: 0 0 0.5rem 0.5rem;
}

.company_column {
  margin-bottom: 7rem;
}

@media screen and (max-width: 1155px) {
  .company_text_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  /* .company_img1 img, 
  .company_img2 img,
  .company_img3 img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }*/
}

@media screen and (max-width: 959px) {
  .company_spacer {
    height: 1.5rem !important;
  }
  .company_column .swell-block-columns__inner,
  .company_column3 .swell-block-columns__inner {
    /* gap: 3rem; */
  }
  .company_img1 img,
  .company_img2 img,
  .company_img3 img {
    border-radius: 0;
  }
  .company_column_sp_group {
    margin-bottom: 7rem;
  }
  .company_column {
    /* margin-bottom: 5rem; */
  }
}

@media screen and (max-width: 599px) {
  p.company_text {
    font-size: 16px;
  }
}

/* 2つ目のカラム */
.company_column2 p.company_text {
  margin-bottom: 2.5rem;
}
.company_column2 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 1185px) {
  .company_column2 .company_text_column,
  .company_emblem_column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .company_img img {
    /* max-width: 70%; */
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  .company_column2 .swell-block-column:nth-child(1) {
    order: 2;
  }
  .company_column2 .swell-block-column:nth-child(2) {
    order: 1;
  }

  .company_emblem {
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 3つ目のカラム */
.company_column3 p.company_text {
  margin-bottom: 2.5rem;
}

/* ========== environmentセクション ========== */
.environment_section {
  padding-top: 6.2rem !important;
  padding-bottom: 5rem !important;
  position: relative;
}
.environment_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/Layer-1.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 25%;
  height: 26%;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .environment_section::after {
    width: 36%;
    height: 36%;
  }
}
@media screen and (max-width: 599px) {
  .environment_section::after {
    width: 38%;
    height: 36%;
  }
}

.environment_column {
  margin-top: 3.8rem;
  margin-bottom: 4.8rem;
}

.environment_right_column {
  max-width: 670px;
  margin-bottom: 2.6rem;
}
.environment_right_item {
  background-color: #fafafa;
  border-radius: 0.375rem;
  border: 0.063rem solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}
h4.environment_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.8rem;
}
p.environment_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1004px) {
  .environment_text_column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .environment_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  .environment_column .swell-block-columns__inner {
    gap: 3rem;
  }
  .environment_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .environment_column .swell-block-column:nth-child(2) {
    order: 1;
  }
  .environment_right_column {
    max-width: 100%;
  }
  .environment_right_column .swell-block-columns__inner {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .environment_right_item {
    padding: 1.5rem 1rem !important;
  }
  h4.environment_title {
    font-size: 18px;
  }
  p.environment_text {
    font-size: 15px;
  }
}

.support_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 0.5rem;
}

.support_under_column {
  margin: 2.5rem 0;
}
.support_under_item {
  background-color: #ffffff;
  border-radius: 0.375rem;
}
h4.support_title {
  font-size: clamp(1rem, 0.5rem + 0.833vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 1.4rem 0 1.2rem;
}
p.support_under_text,
li.support_list_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* リスト項目の既存の点を消してカスタムの点を追加 */
ul.wp-block-list.support_list {
  padding: 0;
}
li.support_list_item {
  list-style: none !important;
  position: relative;
  padding-left: 1.1rem;
}
li.support_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #2260a7;
  border-radius: 50%;
}

.support_column .white_btn a {
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  h4.support_title {
    font-size: 18px;
  }
  p.support_under_text,
  li.support_list_item {
    font-size: 15px;
  }
}

/* ========== peopleセクション ========== */
.people_section {
  padding-top: 5rem !important;
  padding-bottom: 6.2rem !important;
}

.people_title_group {
  justify-content: space-between;
  align-items: center;
}
p.people_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.people_column {
  margin-top: 5rem;
  margin-bottom: 1.1rem;
}

.people_section .p-postList__thumb {
  border-radius: 0.5rem 0.5rem 0 0;
}
.people_section .c-postThumb__cat {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-radius: 1.875rem;
  margin: 0.8rem;
  padding: 0.4rem 1rem;
}
.people_section .c-postThumb__cat:before {
  display: none;
}

.people_section h3.p-postList__title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  color: #2260a7 !important;
}
.people_section .p-postList__excerpt {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.7rem !important;
}
.people_section .p-postList__body {
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.11999999731779099);
  padding: 0 2rem 1.5rem;
}
.people_section .-type-card .p-postList__body {
  padding-top: 1.4em;
}

.people_section .blue_btn a {
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .people_title_group {
    display: block !important;
  }
  p.people_sub_title {
    margin-top: 2rem !important;
  }
  .people_column {
    margin-top: 3rem;
  }
}

.people_column .p-postList {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 0 20px 20px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media screen and (min-width: 600px) {
  .people_column .p-postList__item {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    scroll-snap-align: start !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .people_column .p-postList__item {
    flex: 0 0 80% !important;
    max-width: 80% !important;
    scroll-snap-align: center !important;
    margin-bottom: 0 !important;
  }
}
.people_column .p-postList__item .c-postThumb__figure {
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 599px) {
  .people_section .p-postList__body {
    padding: 1rem;
  }
  p.people_sub_title {
    font-size: 16px;
  }
  .people_section h3.p-postList__title {
    font-size: 15px;
  }
  .people_section .p-postList__excerpt {
    font-size: 14px;
  }
}

/* Q&A */
.faq_column {
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: 8.7rem;
}
p.faq_text {
  font-size: clamp(1.063rem, 0.938rem + 0.208vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 3.8rem 0 2.5rem;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .faq_column_img img {
    /* max-width: 70%; */
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  .faq_column {
    /* margin-top: 5rem; */
    margin-top: 0;
  }
  .faq_text_column {
    padding: 5rem 1rem 3rem !important;
  }
  .faq_img_column1 {
    padding: 0 1rem !important;
  }
  .faq_img_column2 {
    /* padding: 0 1rem 5rem !important; */
  }
  .faq_column_sp_group {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .faq_text_column {
    padding: 2rem 1rem !important;
  }
  p.faq_text {
    font-size: 16px;
    margin-top: 2rem;
  }
  .faq_img_column2 {
    padding: 0 1rem 2rem !important;
  }
}

/* ========== joinセクション ========== */
@media screen and (min-width: 600px) {
  .join_section {
    display: block;
  }
  .join_section_sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .join_section {
    display: none;
  }
  .join_section_sp {
    display: block;
  }
}

.join_section,
.join_section_sp {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* 左側のドット円 */
.join_section::before,
.join_section_sp::before {
  content: "" !important;
  position: absolute !important;
  top: -1% !important;
  left: -0.7% !important;
  width: 840px !important;
  height: 840px !important;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/Layer-1-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
/* 右下のグラデーション模様 */
.join_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 48%;
  height: 41%;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/shape.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .join_section::before {
    left: -6.7% !important;
  }
  .join_section::after {
    right: -2%;
    width: 108%;
    height: 30%;
  }
}
@media screen and (max-width: 599px) {
  .join_section::after {
    display: none;
  }
}

.join_section h2.section_title {
  font-size: 3.625rem;
  letter-spacing: 0.01em !important;
}
h3.join_title {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 4.9rem 0 1rem;
}
p.join_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1149px) {
  .join_text_column {
    padding: 1rem 0 !important;
  }
  h3.join_title {
    margin: 1.5rem 0 1rem;
  }
  p.join_text {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .join_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .join_column .swell-block-column:nth-child(2) {
    order: 3;
  }
  .join_column .swell-block-column:nth-child(3) {
    order: 1;
  }
  .join_text_column {
    padding: 5rem 0 2rem !important;
  }
  .join_section h2.section_title,
  .join_section p.section_sub_title,
  h3.join_title,
  p.join_text {
    text-align: center !important;
  }
  p.join_text {
    margin-bottom: 3rem;
  }
  .join_section .pink_btn a,
  .join_section .white_btn a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .join_section_sp {
    padding-top: 6rem !important;
  }
  .join_section h2.section_title {
    font-size: 30px;
  }
  h3.join_title {
    font-size: 20px;
  }
  p.join_text {
    font-size: 16px;
  }
}

.loop-slider {
  display: flex;
  overflow: hidden;
  gap: 0;
  margin-top: 5rem;
}
.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
  display: contents;
}
.loop-slider .swell-block-columns__inner {
  flex-wrap: nowrap;
  animation: infinity-scroll-left 20s infinite linear;
}
.loop-slider .swell-block-column figure {
  position: relative;
}
.loop-slider .swell-block-column figure::before {
  padding-top: 65%;
  display: block;
  content: "";
}
.loop-slider .swell-block-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 959px) {
  .loop-slider .swell-block-column figure {
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .loop-slider .swell-block-column figure {
    width: 200px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* ========== footerセクション ========== */
div#content {
  margin-bottom: 0;
}
div#before_footer_widget {
  margin-top: 2rem;
  overflow: visible;
}
.footer_section {
  padding-top: 3.8rem !important;
  padding-bottom: 4.1rem !important;
}
.footer_column {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

p.footer_title,
p.footer_title2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #2260a7;
  padding-bottom: 0.7rem;
  margin-bottom: 1.3rem;
}
ul.footer_link_list {
  gap: 1.1rem;
  margin-bottom: 3.2rem;
}
li.footer_link_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

p.footer_title2 {
  margin-bottom: 0.6rem;
}
.footer_link_group {
  align-items: end;
  gap: 0.5rem;
}
p.footer_link_item2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

p.footer_address {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1302px) {
  .footer_menu_column {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 1127px) {
  .footer_menu_column {
    padding-left: 0rem !important;
  }
}
@media screen and (max-width: 599px) {
  .footer_logo img {
    width: 60%;
  }
  .footer_menu_column {
    margin-bottom: 2rem !important;
  }
  p.footer_title,
  p.footer_title2 {
    font-size: 15px;
  }
  li.footer_link_item,
  p.footer_link_item,
  p.footer_link_item2,
  p.footer_address {
    font-size: 14px;
  }
}

.l-footer__foot {
  display: none;
}
.copyright_section {
  padding: 1rem 0 !important;
}
.copyright_group {
  justify-content: space-between;
}
.copyright_left_group {
  gap: 2.5rem;
}
p.copyright_text {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 599px) {
  .copyright_group {
    display: block !important;
  }
  .copyright_left_group {
    justify-content: center;
    margin-bottom: 0.5rem !important;
  }
  p.copyright_text {
    font-size: 13px;
    text-align: center;
  }
}

/* ========== ドロワーメニュー ========== */
.p-spMenu__body::before {
  content: "";
  display: block;
  width: 150px;
  height: 55px;
  left: -3px;
  background: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/logo-1.svg")
    no-repeat center / contain;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}

.p-spMenu__inner .c-listMenu a:before {
  display: none;
}

/* ==============================
          下層ページ共通
=============================== */
/* === 下層ページヘッダー透過 === */
@media (min-width: 960px) {
  .page-id-11 .l-header,
  .page-id-13 .l-header,
  .page-id-15 .l-header,
  .page-id-17 .l-header,
  .page-id-19 .l-header,
  .page-id-23 .l-header,
  .blog .l-header {
    background: none;
    box-shadow: none !important;
    position: absolute !important;
  }
  .page-id-11 .l-header__inner.l-container,
  .page-id-13 .l-header__inner.l-container,
  .page-id-15 .l-header__inner.l-container,
  .page-id-17 .l-header__inner.l-container,
  .page-id-19 .l-header__inner.l-container,
  .page-id-23 .l-header__inner.l-container,
  .blog .l-header__inner.l-container {
    padding: 0.2rem 2.5rem 0;
  }
  .page-id-11 .c-gnav > .menu-item > a,
  .page-id-13 .c-gnav > .menu-item > a,
  .page-id-15 .c-gnav > .menu-item > a,
  .page-id-17 .c-gnav > .menu-item > a,
  .page-id-19 .c-gnav > .menu-item > a,
  .page-id-23 .c-gnav > .menu-item > a,
  .blog .c-gnav > .menu-item > a {
    color: #ffffff;
  }
  .page-id-11 .c-gnav a::after,
  .page-id-13 .c-gnav a::after,
  .page-id-15 .c-gnav a::after,
  .page-id-17 .c-gnav a::after,
  .page-id-19 .c-gnav a::after,
  .page-id-23 .c-gnav a::after,
  .blog .c-gnav a::after {
    background: #ffffff;
  }
  .page-id-11 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .page-id-13 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .page-id-15 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .page-id-17 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .page-id-19 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .page-id-23 .l-fixHeader__inner .c-gnav > .menu-item > a,
  .blog .l-fixHeader__inner .c-gnav > .menu-item > a {
    color: #333;
  }
  .page-id-11 .l-fixHeader__inner .c-gnav a::after,
  .page-id-13 .l-fixHeader__inner .c-gnav a::after,
  .page-id-15 .l-fixHeader__inner .c-gnav a::after,
  .page-id-17 .l-fixHeader__inner .c-gnav a::after,
  .page-id-19 .l-fixHeader__inner .c-gnav a::after,
  .page-id-23 .l-fixHeader__inner .c-gnav a::after,
  .blog .l-fixHeader__inner .c-gnav a::after {
    background: #004699;
  }
  .page-id-11 .l-header__logo img,
  .page-id-13 .l-header__logo img,
  .page-id-15 .l-header__logo img,
  .page-id-17 .l-header__logo img,
  .page-id-19 .l-header__logo img,
  .page-id-23 .l-header__logo img,
  .blog .l-header__logo img {
    content: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/0276d4761354f6efd0bda9bf238e5f50.png");
  }
}

@media (max-width: 1195px) and (min-width: 960px) {
  .page-id-11 .l-header__inner.l-container,
  .page-id-13 .l-header__inner.l-container,
  .page-id-15 .l-header__inner.l-container,
  .page-id-17 .l-header__inner.l-container,
  .page-id-19 .l-header__inner.l-container,
  .page-id-23 .l-header__inner.l-container,
  .blog .l-header__inner.l-container {
    padding: 0 0.5rem;
  }
}

/* === 下層ページ共通余白 === */
.page-id-11 h1.c-pageTitle,
.page-id-13 h1.c-pageTitle,
.page-id-15 h1.c-pageTitle,
.page-id-17 h1.c-pageTitle,
.page-id-19 h1.c-pageTitle,
.page-id-23 h1.c-pageTitle,
.blog h1.c-pageTitle {
  display: none;
}
.page-id-11 div#content,
.page-id-13 div#content,
.page-id-15 div#content,
.page-id-17 div#content,
.page-id-19 div#content,
.page-id-23 div#content,
.blog div#content {
  padding-top: 0;
}
.page-id-11 .l-mainContent__inner > .post_content,
.page-id-13 .l-mainContent__inner > .post_content,
.page-id-15 .l-mainContent__inner > .post_content,
.page-id-17 .l-mainContent__inner > .post_content,
.page-id-19 .l-mainContent__inner > .post_content,
.page-id-23 .l-mainContent__inner > .post_content,
.blog .l-mainContent__inner > .post_content {
  margin-top: 0;
}

/* === パン屑リスト === */
.page-id-11 .p-breadcrumb__list,
.page-id-13 .p-breadcrumb__list,
.page-id-15 .p-breadcrumb__list,
.page-id-17 .p-breadcrumb__list,
.page-id-19 .p-breadcrumb__list,
.page-id-23 .p-breadcrumb__list,
.blog .p-breadcrumb__list {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.page-id-11 .under_page_fv_section,
.page-id-13 .under_page_fv_section,
.page-id-15 .under_page_fv_section,
.page-id-17 .under_page_fv_section,
.page-id-19 .under_page_fv_section,
.page-id-23 .under_page_fv_section,
.blog .under_page_fv_section {
  position: relative;
}
.page-id-11 .under_page_fv_section div#breadcrumb,
.page-id-13 .under_page_fv_section div#breadcrumb,
.page-id-15 .under_page_fv_section div#breadcrumb,
.page-id-17 .under_page_fv_section div#breadcrumb,
.page-id-19 .under_page_fv_section div#breadcrumb,
.page-id-23 .under_page_fv_section div#breadcrumb,
.blog .under_page_fv_section div#breadcrumb {
  position: absolute;
  bottom: 8px;
  left: 20px;
  margin: 0;
  z-index: 10;
}
.p-breadcrumb__text .__home:before {
  display: none;
}
@media screen and (max-width: 959px) {
  .page-id-11 div#breadcrumb,
  .page-id-13 div#breadcrumb,
  .page-id-15 div#breadcrumb,
  .page-id-17 div#breadcrumb,
  .page-id-19 div#breadcrumb,
  .page-id-23 div#breadcrumb,
  .blog div#breadcrumb {
    display: none;
  }
}

/* === 下層ページFV === */
.under_page_fv_section {
  padding-top: 12.1rem !important;
  padding-bottom: 9.8rem !important;
}
p.under_fv_title {
  font-size: 4rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
}
p.under_fv_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .under_page_fv_section {
    padding-top: 8.1rem !important;
    padding-bottom: 5.8rem !important;
  }
  p.under_fv_title {
    font-size: 35px;
  }
  p.under_fv_text {
    font-size: 16px;
  }
}

/* === 下層セクションタイトル === */
h2.under_section_title1,
h2.under_section_title2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  position: relative;
  padding-bottom: 1.75rem !important;
  margin-bottom: 2rem;
  display: block;
}
h2.under_section_title1::after,
h2.under_section_title2::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 1px;
  background-color: #2260a7;
}

h2.under_section_title2::after {
  left: 47.7%;
}
@media screen and (max-width: 959px) {
  h2.under_section_title1::after,
  h2.under_section_title2::after {
    bottom: 15px;
  }
  h2.under_section_title2::after {
    left: 45.7%;
  }
}

@media screen and (max-width: 599px) {
  h2.under_section_title1,
  h2.under_section_title2 {
    font-size: 22px;
    padding-bottom: 0.5rem !important;
  }
  h2.under_section_title1::after,
  h2.under_section_title2::after {
    bottom: 0px;
  }
  h2.under_section_title2::after {
    left: 41.7%;
  }
}

h2.under_section_title3 {
  font-size: 3.625rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1rem;
}
p.under_section_sub_title3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  h2.under_section_title3 {
    font-size: 30px;
  }
  p.under_section_sub_title3 {
    font-size: 16px;
  }
}

/* ==============================
     働く環境ページ(.page-id-13)
=============================== */
/* ========== badgeセクション ========== */
.badge_section {
  padding-top: 5rem !important;
  padding-bottom: 2rem !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* 右上のドット円 */
.badge_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/shape.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 315px;
  height: 315px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .badge_section::after {
    width: 200px;
    height: 200px;
  }
}

.badge_img {
  margin-bottom: 3.7rem;
}
p.badge_img_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

p.badge_text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 1003px) {
  .badge_text_column {
    padding: 0 3rem 0 6rem !important;
  }
}

@media screen and (max-width: 959px) {
  .badge_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .badge_column .swell-block-column:nth-child(2) {
    order: 1;
  }

  .badge_text_column,
  .badge_img_column {
    padding: 0 !important;
  }
  .badge_img {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 599px) {
  p.badge_text {
    font-size: 16px;
  }

  .badge_img img {
    width: 140px !important;
  }
  p.badge_img_text {
    font-size: 14px;
  }
}

/* ========== culture_galleryセクション ========== */
.culture_gallery_section {
  padding-top: 3.1rem !important;
  padding-bottom: 3.7rem !important;
}

/* ========== cultureセクション ========== */
.culture_section {
  padding-top: 5rem !important;
}
p.culture_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 2.5rem 0 2rem;
}
h3.environment_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 0.7rem 0;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .culture_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .culture_text_column,
  .culture_img_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 599px) {
  p.culture_text {
    font-size: 16px;
  }
  h3.environment_title {
    font-size: 18px;
  }
}

/* ========== balanceセクション ========== */
.balance_section {
  padding-top: 5rem !important;
}
.balance_column1 {
  margin: 3.8rem 0 1.4rem;
}

.balance_caption_box,
.balance_caption_box2 {
  border-radius: 6px;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}
.balance_column1 .cap_box_ttl,
.balance_column2 .cap_box_ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-radius: 6px 6px 0 0;
  padding: 0.75rem 0;
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
}

.balance_column1 .cap_box_content,
.balance_column2 .cap_box_content {
  padding: 2rem 1rem;
  border: none;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}
.balance_number_group {
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1.3rem;
}
p.balance_number {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
p.balance_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
p.balance_title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.8rem;
}

.balance_caption_box2 .balance_number_group {
  margin-bottom: 0.6rem;
}
.balance_caption_box2 p.balance_title {
  margin-bottom: 1.2rem;
}

.balance_column2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.balance_column2 .balance_number_group {
  margin-bottom: 0.6rem;
}
.balance_column2 p.balance_title {
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 599px) {
  .balance_column1 .cap_box_ttl,
  .balance_column2 .cap_box_ttl {
    font-size: 18px;
  }
  .balance_column1 .cap_box_content,
  .balance_column2 .cap_box_content {
    padding: 1.5rem 1rem;
  }
  p.balance_title {
    font-size: 16px;
  }
}

.balance_under_column {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.balance_under_column2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

h3.balance_under_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.6rem;
}
p.balance_under_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .balance_under_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .balance_under_column .swell-block-column:nth-child(1),
  .balance_under_column2 .swell-block-column:nth-child(1) {
    order: 2;
  }
  .balance_under_column .swell-block-column:nth-child(2),
  .balance_under_column2 .swell-block-column:nth-child(2) {
    order: 1;
  }
  .balance_under_text_column {
    padding: 0 !important;
  }
  .balance_under_column2 {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 599px) {
  h3.balance_under_title {
    font-size: 18px;
  }
  p.balance_under_text {
    font-size: 16px;
  }
}

/* =========== welfareセクション ========== */
.welfare_section {
  padding-top: 1.5rem !important;
  padding-bottom: 3.7rem !important;
}
.welfare_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 1rem;
}

.welfare_section h2.under_section_title2::after {
  background-color: #ffffff;
}

p.welfare_sub_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.welfare_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 1rem;
}
.welfare_body_column {
  margin-top: 1.9rem;
}
.welfare_body_item {
  background-color: #ffffff;
  border-radius: 0.375rem;
}
h3.welfare_title {
  font-size: clamp(0.969rem, 0.406rem + 0.938vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 1.4rem 0 1.2rem;
}
p.welfare_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1258px) {
  .welfare_item {
    padding: 3rem 1rem !important;
  }
}
@media screen and (max-width: 599px) {
  p.welfare_sub_text {
    font-size: 16px;
  }
  .welfare_body_item {
    padding: 1.5rem 1rem !important;
  }
  h3.welfare_title {
    font-size: 18px;
  }
  p.welfare_text {
    font-size: 15px;
  }
}

/* =========== officeセクション ========== */
.office_section {
  padding-top: 5rem !important;
  padding-bottom: 5.2rem !important;
}

.office_title_group {
  justify-content: space-between;
  align-items: center;
}
p.office_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.office_column {
  margin-top: 5rem;
}
h3.office_title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 1.5rem 0 1.2rem;
}

.office_text_group1,
.office_text_group2,
.office_text_group3 {
  gap: 0.6rem;
}
.office_text_group1,
.office_text_group3 {
  margin-bottom: 0.6rem;
}

p.office_text {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.375rem 1.125rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
}

.office_text_group3 {
  flex-wrap: wrap;
}
@media screen and (max-width: 1268px) and (min-width: 960px) {
  .office_text_group3 > *:nth-child(3) {
    flex: none;
  }
}

.office_text_group2 {
  flex-wrap: wrap;
}
@media screen and (max-width: 1268px) and (min-width: 960px) {
  .office_text_group2 > *:nth-child(2) {
    flex: none;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .office_img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .office_column {
    margin-top: 3rem;
  }
  .office_column .swell-block-columns__inner {
    gap: 4rem;
  }
  .office_title_group {
    display: block !important;
  }
  p.office_sub_title {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 599px) {
  p.office_sub_title {
    font-size: 16px;
  }
  h3.office_title {
    font-size: 18px;
  }
  .office_text_group1 {
    flex-wrap: wrap;
  }

  p.office_text {
    font-size: 14px;
  }
}

/* =========== eventセクション ========== */
.event_section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.event_section h2.under_section_title1 {
  font-size: clamp(1.938rem, 1.813rem + 0.208vw, 2rem);
  margin-bottom: 2.5rem;
}

p.event_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.event_column {
  margin-top: 3.8rem;
}
.event_item {
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 1px solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

h3.event_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.8rem;
}
p.event_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 959px) {
  .event_section h2.under_section_title1 {
    margin-bottom: 1rem;
  }
  .event_item {
    padding: 1.5rem 1rem !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .event_title_column_img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  p.event_sub_title {
    font-size: 16px;
  }
  h3.event_title {
    font-size: 18px;
  }
  p.event_text {
    font-size: 15px;
  }
}

/* ==============================
   よくある質問ページ(.page-id-19)
================================ */
/* ========== faqセクション ========== */
.faq_section {
  padding-top: 6.4rem !important;
  padding-bottom: 7.6rem !important;
}

.faq_accordion {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.faq_accordion details.swell-block-accordion__item.faq_accordion_item {
  margin-top: 2.6rem;
}
.faq_accordion summary.swell-block-accordion__title {
  padding: 1.2rem 1.5rem;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}

.faq_accordion h2.swell-block-accordion__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em !important;
  position: relative;
  padding-left: 3.8rem;
  display: block;
}
/* 「Q」アイコンの生成 */
.faq_accordion h2.swell-block-accordion__label::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: calc((1.8em - 2.25rem) / 2);
  width: 2.25rem;
  height: 2.25rem;
  background-color: #2260a7;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.faq_accordion .swell-block-accordion__body {
  padding: 1.5rem 2rem 0 1.6rem;
}
p.faq_accordion_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 3.8rem;
  display: block;
}
/* 「A」アイコンの生成 */
p.faq_accordion_text::before {
  content: "A";
  position: absolute;
  left: 0;
  top: calc((2.3em - 2.25rem) / 2);
  width: 2.25rem;
  height: 2.25rem;
  background-color: #e58c7c;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .faq_accordion summary.swell-block-accordion__title {
    padding: 1rem;
  }
  .faq_accordion details.swell-block-accordion__item.faq_accordion_item {
    margin-top: 1rem;
  }
  .faq_accordion h2.swell-block-accordion__label {
    font-size: 15px;
    padding-left: 2.8rem;
  }
  .faq_accordion h2.swell-block-accordion__label::before {
    top: 0;
    width: 2rem;
    height: 2rem;
    font-size: 13px;
  }

  .faq_accordion .swell-block-accordion__body {
    padding: 1.5rem 1rem;
  }
  p.faq_accordion_text {
    font-size: 15px;
    padding-left: 2.8rem;
  }
  p.faq_accordion_text::before {
    top: 0;
    width: 2rem;
    height: 2rem;
    font-size: 13px;
  }
}

/* ===================================
  テックビルケアを知るページ(.page-id-11)
=================================== */
.guardians_section {
  padding-top: 5.1rem !important;
  padding-bottom: 3.7rem !important;
  position: relative;
  overflow: hidden;
}
/* 左側のグラデーション装飾 */
.guardians_section::before {
  content: "";
  position: absolute;
  top: 22%;
  left: 0;
  width: 492px;
  height: 455px;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/shape-1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .guardians_section::before {
    top: 9%;
  }
}
@media screen and (max-width: 599px) {
  .guardians_section::before {
    top: 8%;
    width: 350px;
    height: 350px;
  }
}

.guardians_title_group {
  justify-content: space-between;
  align-items: flex-end;
}
.guardians_section h2.section_title {
  font-size: 3.25rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em !important;
  text-align: center;
  background: linear-gradient(to right, #416fa7 0%, #8dacd2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.guardians_section p.section_sub_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

p.guardians_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.guardian_column {
  margin-top: 2.4rem;
}
.guardian_left_column_img1 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .guardians_title_group {
    display: block !important;
  }
  p.guardians_title {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .guardian_left_column_img1 img,
  .guardian_left_column_img2 img,
  .guardian_center_column_img img,
  .guardian_right_column_img img {
    /* max-width: 70%; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 595px) {
  .guardians_section h2.section_title {
    font-size: 30px;
  }
  .guardians_section p.section_sub_title {
    font-size: 18px;
  }
  p.guardians_title {
    font-size: 16px;
  }
}

/* =========== visionセクション ========== */
.vision_section {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
h3.vision_title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 3.8rem 0 2.5rem;
  position: relative;
  padding-bottom: 2rem !important;
  display: block;
}
h3.vision_title::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 1px;
  background-color: #ffffff;
}

p.vision_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1243px) {
  .vision_item {
    padding: 0 0 0 40rem !important;
  }
}
@media screen and (max-width: 1191px) {
  .vision_item {
    padding: 0 0 0 35rem !important;
  }
}
@media screen and (max-width: 1111px) {
  .vision_item {
    padding: 0 0 0 30rem !important;
  }
}
@media screen and (max-width: 1032px) {
  .vision_item {
    padding: 0 0 0 25rem !important;
  }
}
@media screen and (max-width: 959px) {
  .vision_item {
    padding: 0 !important;
  }
}

@media screen and (max-width: 599px) {
  .vision_section.swell-block-fullWide.has-bg-img {
    background-position: 32%;
  }

  h3.vision_title {
    font-size: 18px;
  }
  h3.vision_title::after {
    bottom: 15px;
  }
  p.vision_text {
    font-size: 16px;
  }
}

/* ========== valueセクション ========== */
.value_section {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.value_column {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.value_item {
  border-radius: 8px;
  border: 1px solid #2260a7;
}

.value_title_group {
  gap: 0.8rem;
  align-items: center;
}
h2.value_title {
  font-size: 2.5rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em !important;
}
p.value_sub_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

hr.value_line {
  margin: 0rem 0 1rem;
}

p.value_text {
  font-size: clamp(1.094rem, 1.031rem + 0.104vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 959px) {
  .value_title_group {
    justify-content: center;
  }
  p.value_text {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .value_item {
    padding: 1.5rem 1rem !important;
  }
  h2.value_title {
    font-size: 30px;
  }
  p.value_sub_title {
    font-size: 15px;
  }
  p.value_text {
    font-size: 16px;
  }
}

.management_title_group {
  justify-content: center;
  align-items: baseline;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1.5rem;
}

.management_title_group::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 47.5%;
  width: 3.75rem;
  height: 1px;
  background-color: #2260a7;
}

p.management_title1 {
  font-family:
    Noto Serif JP,
    serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.management_title2 {
  font-family:
    Noto Serif JP,
    serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.management_column {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.management_item {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 6px;
  border: 1px solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

p.management_text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.management_bottom_column {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2;
  border-radius: 8px;
  border: 1px solid #2260a7;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11999999731779099);
}
h3.management_bottom_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0;
}
hr.management_bottom_line {
  margin-top: 0.4rem;
}

li.management_bottom_list_item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0.2rem 0;
  list-style: none;
  position: relative;
  padding-left: 1.4rem;
}
li.management_bottom_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  background-color: #2260a7;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .management_title_group::after {
    left: 45.5%;
  }
  .management_bottom_title_column {
    padding: 1.5rem 1rem 0 !important;
  }
  h3.management_bottom_title {
    text-align: center !important;
  }
  .management_bottom_list_column {
    padding: 0 1rem 1.5rem !important;
  }
}

@media screen and (max-width: 599px) {
  .management_title_group::after {
    bottom: 15px;
    left: 42.5%;
  }
  p.management_title1 {
    font-size: 30px;
  }
  p.management_title2 {
    font-size: 20px;
  }
  p.management_text {
    font-size: 16px;
  }
  h3.management_bottom_title {
    font-size: 18px;
  }
  .management_bottom_list {
    padding-left: 0 !important;
  }
  li.management_bottom_list_item {
    font-size: 15px;
  }
}

/* =========== protectセクション ========== */
.protect_section {
  padding-top: 5.1rem !important;
  padding-bottom: 5rem !important;
}

.protect_section h2.under_section_title1 {
  font-size: 2.375rem;
  padding-bottom: 2.1rem !important;
  margin-bottom: 2.5rem;
}

.protect_text_contents_item {
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}
h3.protect_text_contents_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.7rem;
}
p.protect_text_contents_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.protect_img1 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .protect_text_column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .protect_img1 img,
  .protect_img2 img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .protect_section h2.under_section_title1 {
    font-size: 25px;
    padding-bottom: 0.5rem !important;
  }
  .protect_text_contents_item {
    padding: 1.5rem 1rem !important;
  }
  h3.protect_text_contents_title {
    font-size: 16px;
  }
  p.protect_text_contents_text {
    font-size: 15px;
  }
}

/* =========== messageセクション ========== */
.message_section {
  padding-top: 5rem !important;
  padding-bottom: 6.9rem !important;
  position: relative;
}
.message_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/shape.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 22%;
  height: 43%;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .message_section::after {
    width: 43%;
    height: 30%;
  }
}
@media screen and (max-width: 599px) {
  .message_section::after {
    width: 48%;
    height: 17%;
  }
}

.message_column {
  margin-top: 5rem;
}

p.message_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .message_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .message_column .swell-block-column:nth-child(2) {
    order: 1;
  }
  .message_column {
    margin-top: 3rem;
  }
  .message_text_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .message_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  p.message_text {
    font-size: 16px;
  }
.sign img{
width: 180px !important;
}
}

/* =========== imgセクション ========== */
.img_section {
  padding-top: 9.1rem !important;
  padding-bottom: 9.2rem !important;
}
h2.img_section_title {
  font-size: 2.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
}
@media screen and (max-width: 599px) {
  .img_section {
    background-position: 20% !important;
  }
  h2.img_section_title {
    font-size: 25px;
  }
}

/* ========== personセクション =========== */
.person_section {
  padding-top: 6.8rem !important;
  padding-bottom: 6.2rem !important;
}
.person_column1 {
  margin-bottom: 5.5rem;
}
.person_section h2.under_section_title1 {
  font-size: clamp(1.563rem, 1.188rem + 0.625vw, 1.75rem);
  margin-bottom: 1.8rem;
}
.person_section h2.under_section_title1::after {
  bottom: 4px;
}
p.person_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.person_column2 {
  margin-bottom: 6.5rem;
}
.person_column3 {
  margin-bottom: 6.5rem;
}
.person_column4 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1123px) {
  .person_text_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 959px) {
  .person_column2 .swell-block-column:nth-child(1),
  .person_column4 .swell-block-column:nth-child(1) {
    order: 2;
  }
  .person_column2 .swell-block-column:nth-child(2),
  .person_column4 .swell-block-column:nth-child(2) {
    order: 1;
  }
  .person_column1,
  .person_column2,
  .person_column3 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .person_img img {
    max-width: 70%;
    margin-right: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .person_section h2.under_section_title1 {
    font-size: 20px;
  }
  p.person_text {
    font-size: 16px;
  }
}

.person_bottom_column {
  background-color: #ffffff;
  border-radius: 6px;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
h3.person_bottom_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.7rem;
}
p.person_bottom_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 599px) {
  h3.person_bottom_title {
    font-size: 18px;
  }
  p.person_bottom_text {
    font-size: 15px;
  }
}

/* ==============================
    数字で見るページ(.page-id-17)
=============================== */
/* ========== workingセクション ========== */
.working_section {
  padding-top: 5rem !important;
  padding-bottom: 2rem !important;
}
.working_title_group {
  justify-content: space-between;
  align-items: center;
}
p.working_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.working_column {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
  margin: 3.7rem 0 3.8rem;
}

.working_img {
  margin-bottom: 2.5rem;
}
p.working_img_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

h3.working_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem !important;
  position: relative;
}
h3.working_title::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.625rem;
  height: 1px;
  background-color: #2260a7;
}

p.working_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .working_img_column {
    display: none;
  }
  .working_text_column {
    padding: 3rem 1.5rem !important;
  }
}

@media screen and (max-width: 599px) {
  .working_title_group {
    display: block !important;
  }
  p.working_sub_title {
    font-size: 16px;
    margin-top: 1rem !important;
  }
  .working_column {
    margin-top: 2.5rem;
  }

  .working_text_column {
    padding: 2rem 1rem !important;
  }
  h3.working_title {
    font-size: 20px;
  }
  p.working_text {
    font-size: 16px;
  }
  .working_img {
    margin-bottom: 1rem;
  }
  p.working_img_text {
    font-size: 14px;
  }
}

.working_section .balance_column1 {
  margin: 0 0 1.5rem;
}

/* ========== working_galleryセクション ========== */
.working_gallery_section {
  padding-top: 3.2rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .working_gallery_img img {
    /* max-width: 70%; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .working_gallery_section .loop-slider {
    margin-top: 0rem;
  }
}

/* ========== compositionセクション ========== */
.composition_section {
  padding-top: 3rem !important;
  padding-bottom: 5rem !important;
}
.composition_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 16px;
}
.composition_section h2.under_section_title2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 2.6rem;
  padding-bottom: 1.5rem !important;
}
.composition_section h2.under_section_title2::after {
  background-color: #ffffff;
}

.composition_contents_item {
  background-color: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}
p.composition_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0.75rem;
}

.composition_number_group {
  justify-content: center;
  align-items: baseline;
}
p.composition_number {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
p.composition_text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-4px);
}

/* 2つ目のカラムの1 */
.gender_group {
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
p.gender_number {
  font-size: clamp(3.438rem, 0.313rem + 5.208vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
p.gender_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.gender_symbol {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03em;
}

/* 2つ目のカラムの2 */
.recruitment_group {
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
p.recruitment_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.recruitment_number_group {
  align-items: baseline;
}
p.recruitment_number {
  font-size: clamp(2.5rem, 0rem + 4.167vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2260a7;
}
p.recruitment_text {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* 2つ目のカラムの3 */
.age_group,
.age_group2 {
  justify-content: center;
  gap: clamp(1.5rem, -2.7rem + 7vw, 3.6rem);
  margin-top: 3.2rem;
}
.age_group2 {
  margin-top: 2.5rem;
}
.age_title_group {
  align-items: center;
  gap: 0.8rem;
}
p.age_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.375rem 0.5rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
  width: clamp(6rem, 2.25rem + 6.25vw, 7.875rem);
  height: 2.438rem;
}

.age_number_group {
  align-items: baseline;
  gap: 0.2rem;
}
p.age_number {
  font-size: clamp(3.125rem, 0.875rem + 3.75vw, 4.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
p.age_text {
  font-size: clamp(1.875rem, 0.625rem + 2.083vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-3px);
}

.composition_contents_item {
  position: relative !important;
  overflow: hidden;
}
.age_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1065px) {
  .age_group2 {
    margin-bottom: 6.5rem;
  }
}

@media screen and (max-width: 959px) {
  .age_group2 {
    margin-bottom: 10.5rem;
  }
}

@media screen and (max-width: 599px) {
  .composition_section h2.under_section_title2 {
    font-size: 22px;
    padding-bottom: 0.5rem !important;
  }

  .composition_item {
    padding: 2.5rem 1rem !important;
  }
  p.composition_title {
    font-size: 18px;
  }
  p.composition_number {
    font-size: 50px;
  }
  p.composition_text {
    font-size: 25px;
    transform: translateY(-1px);
  }
  p.recruitment_title {
    font-size: 16px;
  }
  p.recruitment_number {
    font-size: 35px;
  }
  p.recruitment_text {
    font-size: 25px;
  }

  .age_group,
  .age_group2 {
    margin-top: 1.5rem;
    display: block !important;
  }
  .age_title_group {
    justify-content: center;
    margin-bottom: 1.5rem !important;
  }
  .age_group2 {
    margin-bottom: 7.5rem;
  }
  p.age_title {
    font-size: 16px;
    width: 7.875rem;
  }
  p.age_number {
    font-size: 40px;
  }
  p.age_text {
    font-size: 25px;
  }
}

/* ========== salaryセクション ========== */
.salary_section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
p.salary_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.6rem;
}
.salary_title_column {
  margin-bottom: 3.8rem;
}

.salary_item {
  background-color: #fafafa;
  border-radius: 0.375rem;
  border: 1px solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

h3.salary_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.75rem;
}
.salary_number_group {
  justify-content: center;
  align-items: baseline;
  gap: 0.3rem;
}
p.salary_number {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1;
}
p.salary_text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-2px);
}

p.salary_sub_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-7px);
}

@media screen and (max-width: 1293px) and (min-width: 960px) {
  .salary_column {
    --clmn-w--pc: 50% !important;
  }
}

@media screen and (max-width: 959px) {
  .salary_column .swell-block-columns__inner {
    gap: 1rem;
  }
  .salary_item {
    padding: 1rem 0.5rem 1.5rem !important;
  }
}

@media screen and (max-width: 599px) {
  h3.salary_title {
    font-size: 18px;
  }
  p.salary_number {
    font-size: 50px;
  }
  p.salary_text {
    font-size: 25px;
  }
  p.salary_sub_text {
    font-size: 20px;
  }
}

/* =========== treatmentセクション =========== */
.treatment_section {
  padding-top: 5rem !important;
  padding-bottom: 6.1rem !important;
  position: relative;
}
.treatment_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/shape.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 22%;
  height: 43%;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .treatment_section::after {
    width: 43%;
    height: 30%;
  }
}
@media screen and (max-width: 599px) {
  .treatment_section::after {
    width: 48%;
    height: 17%;
  }
}

.treatment_column {
  margin-top: 3.8rem;
  margin-bottom: 6.2rem;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
.treatment_caption_box .cap_box_ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 2rem 0;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
}

.treatment_caption_box .cap_box_content {
  border: none;
  border-bottom: 3px solid #6f93c2;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 1.6rem 0 1rem;
}
.treatment_caption_box_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}
.treatment_caption_box_text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.treatment_caption_box_text2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
}
.treatment_caption_box_sub_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
hr.treatment_caption_box_line {
  margin: 1rem 0 1.9rem;
}

.treatment_caption_box_text_group {
  justify-content: center;
  align-items: center;
}
.treatment_caption_box_text3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 959px) {
  .treatment_column .swell-block-columns__inner {
    gap: 4rem;
  }
}

@media screen and (max-width: 599px) {
  .treatment_caption_box .cap_box_ttl {
    font-size: 18px;
  }
  .treatment_caption_box_title {
    font-size: 16px;
  }
  .treatment_caption_box_text,
  .treatment_caption_box_text2 {
    font-size: 25px;
  }
  .treatment_caption_box_text3 {
    font-size: 18px;
  }
  .treatment_caption_box_sub_text {
    font-size: 15px;
  }
}

.wp-block-group.model_group {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
h3.model_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem !important;
  position: relative;
}
h3.model_title::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 1px;
  background-color: #2260a7;
}

/* モデルテーブル */
.model_table {
  border-radius: 4px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  --table-border: none;
  border: 1px solid #6f93c2;
  margin-bottom: 1.2rem;
}
.model_table td {
  border-top: 1px solid #6f93c2 !important;
  border-right: 1px solid #6f93c2 !important;
}
.model_table td:last-child {
  border-right: none !important;
}

.model_table tr:last-child th {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.model_table tr {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.model_table td:last-child {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

p.model_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 959px) {
  .model_table th:first-child,
  .model_table td:first-child {
    width: 15% !important;
  }
  .model_table th:nth-child(2),
  .model_table td:nth-child(2) {
    width: 23% !important;
  }
  .model_table th:last-child,
  .model_table td:last-child {
    width: 21% !important;
  }
  [data-table-scrollable="sp"] {
    padding-bottom: 0;
  }
  .treatment_section .c-scrollHint.sp_ {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 599px) {
  h3.model_title {
    font-size: 20px;
  }
  .model_table tr:last-child th,
  .model_table td:last-child {
    font-size: 16px;
  }
  .model_table tr {
    font-size: 15px;
  }
  .model_table table.has-fixed-layout {
    --table-width: 500px !important;
  }
  .model_table th:first-child,
  .model_table td:first-child {
    width: 8% !important;
  }
  .model_table th:nth-child(2),
  .model_table td:nth-child(2) {
    width: 15% !important;
  }
  .model_table th:nth-child(3),
  .model_table td:nth-child(3) {
    width: 25% !important;
  }
  .model_table th:last-child,
  .model_table td:last-child {
    width: 18% !important;
  }

  p.model_text {
    font-size: 14px;
  }
}

/* ========== peopleセクション(.page-id-17) ========== */
.page-id-17 .people_section {
  padding-top: 5rem !important;
}

/* ==============================
     仕事紹介ページ(.page-id-15)
============================== */
/* ========== worksセクション ========== */
.works_section {
  padding-top: 5rem !important;
  padding-bottom: 3.8rem !important;
}

.works_column1 {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

p.works_number {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.1rem;
  position: relative;
}
p.works_number::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 64px;
  width: 3.75rem;
  height: 1px;
  background-color: #2260a7;
}

h3.works_title {
  font-size: clamp(1.5rem, 1rem + 0.833vw, 1.75rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-top: 0;
}

p.works_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

hr.works_line {
  margin: 5rem 0;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .works_img img {
    /* max-width: 70%; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .works_title_column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  p.works_number {
    font-size: 22px;
    margin-bottom: 0.5rem;
  }
  p.works_number::after {
    left: -1px;
    top: 32px;
    width: 2rem;
  }
  h3.works_title {
    font-size: 18px;
  }
  p.works_text {
    font-size: 15px;
  }
}

/* ========== peopleセクション(.page-id-15) =========== */
.page-id-15 .people_section {
  padding-bottom: 5rem !important;
}

/* ========== scheduleセクション ========== */
.schedule_section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  position: relative;
}
.schedule_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/shape.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 22%;
  height: 43%;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .schedule_section::after {
    width: 43%;
    height: 30%;
  }
}
@media screen and (max-width: 599px) {
  .schedule_section::after {
    width: 48%;
    height: 17%;
  }
}

.schedule_title_group {
  justify-content: space-between;
  align-items: center;
}
p.schedule_sub_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.swell-block-columns.schedule_column {
  background-color: #fafafa;
  border-radius: 0.5rem;
  border: 0.063rem solid #2260a7;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
  margin-top: 3.8rem;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
h3.schedule_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0.5rem !important;
}
h3.schedule_title::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.125rem;
  height: 1px;
  background-color: #2260a7;
}

.schedule_table {
  --table-border: none;
}

.schedule_table td:first-child {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 0.2rem 0;
}
.schedule_table td:last-child {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 0.36rem 0;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .schedule_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .schedule_item {
    padding: 2.5rem 1.5rem !important;
  }
  .schedule_table_column {
    padding: 0 !important;
  }
  .schedule_table td:first-child {
    padding-bottom: 0;
  }
  .schedule_table td:last-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 670px) {
  .schedule_title_group {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .schedule_item {
    padding: 1.5rem 1rem !important;
  }
  p.schedule_sub_title {
    font-size: 16px;
    margin-top: 1rem !important;
  }
  h3.schedule_title {
    font-size: 18px;
  }
  .schedule_table td:first-child,
  .schedule_table td:last-child {
    font-size: 15px;
  }
}

/* ========== trainingセクション =========== */
.training_section {
  padding-top: 6.2rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 1100px) and (min-width: 960px) {
  .training_section {
    background-position: 8% 50% !important;
  }
}

.training_group {
  margin-top: 3.75rem;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
.training_column {
  margin-bottom: 0.7rem;
}

.training_title_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 0.375rem;
  border: 0.063rem solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}
p.training_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
p.training_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.training_arrow {
  margin-bottom: 0.8rem;
}

.training_contents_column {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

.training_caption_box1 .cap_box_ttl,
.training_caption_box2 .cap_box_ttl,
.training_caption_box3 .cap_box_ttl,
.training_caption_box4 .cap_box_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.training_caption_box1 .cap_box_ttl {
  background-color: #7a9fca;
}
.training_caption_box2 .cap_box_ttl {
  background-color: #6f93c2;
}
.training_caption_box3 .cap_box_ttl {
  background-color: #4e7fb8;
}

.training_caption_box1 .cap_box_content,
.training_caption_box2 .cap_box_content,
.training_caption_box3 .cap_box_content,
.training_caption_box4 .cap_box_content {
  padding: 0.8rem 0.5rem 0.55rem;
  border-radius: 0 0 8px 8px;
}
.training_caption_box_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0.3rem;
}
p.training_caption_box_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.training_caption_box_column {
  margin-bottom: 1.2rem;
}

.training_list_group {
  margin-bottom: -0.3rem;
}
ul.training_list {
  padding-left: 0;
  gap: 10.6rem;
}
li.training_list_item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  list-style: none !important;
  position: relative !important;
  padding-left: 1.5rem !important;
}
li.training_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  background-color: #2260a7;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .training_section {
    background-position: 3% 50% !important;
    padding-bottom: 13rem !important;
  }
  .training_title_column {
    padding: 1rem 0.5rem 0.7rem !important;
  }
  p.training_text {
    text-align: center;
  }
  ul.wp-block-list.training_list {
    display: block;
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 599px) {
  p.training_title {
    font-size: 18px;
  }
  p.training_text {
    font-size: 16px;
  }
  .training_caption_box1 .cap_box_ttl,
  .training_caption_box2 .cap_box_ttl,
  .training_caption_box3 .cap_box_ttl,
  .training_caption_box4 .cap_box_ttl {
    font-size: 16px;
  }
  .training_caption_box_title,
  li.training_list_item {
    font-size: 15px;
  }
  p.training_caption_box_text {
    font-size: 14px;
  }
}

/* ========== learningセクション ========== */
.learning_section {
  padding-top: 5rem !important;
  padding-bottom: 4.9rem !important;
}

.learning_section h2.under_section_title1::after {
  background-color: #ffffff;
}
p.learning_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.6rem;
}

@media screen and (max-width: 959px) {
  .learning_section h2.under_section_title1 {
    font-size: clamp(1.813rem, 1.499rem + 0.836vw, 2rem);
  }
}

@media screen and (max-width: 599px) {
  .learning_section h2.under_section_title1 {
    font-size: 18.5px;
  }
  p.learning_text {
    font-size: 15px;
  }
}

/* ========== licenseセクション ========== */
.license_section {
  padding-top: 3.8rem !important;
  padding-bottom: 5rem !important;
}
h2.license_title,
h2.license_title2,
h2.license_title3 {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 3.8rem 0 2.4rem;
  position: relative;
}
h2.license_title::after,
h2.license_title2::after,
h2.license_title3::after {
  content: "" !important;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 17.625rem;
  border: 0.063rem solid #2260a7 !important;
}

h2.license_title2,
h2.license_title3 {
  margin-bottom: 3rem;
}
h2.license_title2::after {
  width: 19.875rem;
}
h2.license_title3::after {
  width: 17.625rem;
}

.license_item {
  background-color: #fafafa;
  border-radius: 0.375rem;
  border: 0.063rem solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

h3.license_text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
}

.license_column {
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 1285px) and (min-width: 960px) {
  h3.license_text {
    font-size: clamp(0.813rem, -0.111rem + 1.538vw, 1.125rem);
  }
}

@media screen and (max-width: 599px) {
  h2.license_title,
  h2.license_title2,
  h2.license_title3 {
    font-size: 20px;
  }
  h2.license_title::after,
  h2.license_title2::after,
  h2.license_title3::after {
    top: 33px;
  }
  h3.license_text {
    font-size: 16px;
  }
}

.support_content_column {
  background: linear-gradient(180deg, #416fa7 0%, #8dacd2 100%);
  border-radius: 0.5rem;
}

.support_content_column h2.under_section_title2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.support_content_column h2.under_section_title2::after {
  bottom: 3px;
  background-color: #ffffff;
}

.content_inside_item {
  background-color: #ffffff;
  border-radius: 0.375rem;
}

h3.content_inside_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin: 1.3rem 0;
}
p.content_inside_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 599px) {
  .support_content_column h2.under_section_title2 {
    font-size: 22px;
  }
  h3.content_inside_title {
    font-size: 18px;
  }
  p.content_inside_text {
    font-size: 15px;
  }
}

.achievements_item {
  background-color: #fafafa;
  border-radius: 0.375rem;
  border: 0.063rem solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

.achievements_text_group {
  justify-content: center;
  align-items: baseline;
  gap: 0.3rem;
}
h3.achievements_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.8rem;
}
p.achievements_text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-3px);
}
p.achievements_number {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1;
}
.achievements_column {
  margin-bottom: 3.9rem;
}

@media screen and (max-width: 599px) {
  h3.achievements_title {
    font-size: 18px;
  }
  p.achievements_text {
    font-size: 25px;
  }
  p.achievements_number {
    font-size: 50px;
  }
}

.voice_inside_item {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(156, 125, 112, 0.10000000149011612);
}
h3.voice_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.9rem;
}
p.voice_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0.8rem;
}
p.voice_caption {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.375rem 1.125rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
}

.voice_column {
  margin-bottom: 3.8rem;
}

p.license_sub_title2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.voice_inside_item2 {
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 0.063rem solid #6f93c2;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.11999999731779099);
}

.voice_column2 h3.voice_title {
  margin-bottom: 0.7rem;
}

ul.wp-block-list.voice_inside_list {
  padding-left: 1.2rem;
}
li.voice_inside_list_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0;
  list-style: none !important;
  position: relative !important;
  padding-left: 0.8rem !important;
}
li.voice_inside_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  background-color: #2260a7;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 1388px) and (min-width: 1229px) {
  .voice_inside_item2 {
    padding: 1.5rem 0.5rem !important;
  }
}
@media screen and (max-width: 1228px) {
  .voice_text_column {
    padding: 0 !important;
  }
  .voice_column2 .voice_inside_column .swell-block-columns__inner {
    display: block;
  }
  .voice_inside_item2 {
    width: 94% !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .voice_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .voice_column2 .swell-block-column:nth-child(1) {
    order: 2;
  }
  .voice_column2 .swell-block-column:nth-child(2) {
    order: 1;
  }
}

@media screen and (max-width: 599px) {
  h2.license_title3 {
    margin-bottom: 1.5rem;
  }
  .voice_inside_item,
  .voice_inside_item2 {
    padding: 1.5rem 1rem !important;
  }
  h3.voice_title {
    font-size: 18px;
  }
  p.voice_text,
  li.voice_inside_list_item {
    font-size: 16px;
  }
  p.voice_caption {
    font-size: 15px;
  }
}

/* ========== carrierセクション ========== */
.carrier_section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.carrier_column,
.carrier_column2 {
  background-color: #f2f2f2;
  border-radius: 0.75rem;
  margin-top: 3.8rem;
}
.carrier_column2 {
  margin-top: 2.5rem;
}

p.carrier_contents_sub_title {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.375rem 1.125rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
}
h3.carrier_contents_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-top: 0.5rem;
  position: relative;
}
h3.carrier_contents_title::after {
  content: "" !important;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 19.875rem;
  border: 0.063rem solid #2260a7 !important;
}
@media screen and (max-width: 1025px) and (min-width: 960px) {
  h3.carrier_contents_title::after {
    width: 18rem;
  }
}

.carrier_contents_column {
  margin-bottom: 1.8rem;
}

.carrier_caption_box,
.carrier_caption_box2,
.carrier_caption_box3 {
  position: relative;
}
.carrier_caption_box::after,
.carrier_caption_box2::after,
.carrier_caption_box3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/02/ep_arrow-up-bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1229px) {
  .carrier_caption_box::after,
  .carrier_caption_box2::after,
  .carrier_caption_box3::after {
    right: 50%;
    bottom: -35px;
    top: auto;
    transform: translateX(50%) rotate(90deg);
  }
}

.carrier_caption_box .cap_box_ttl,
.carrier_caption_box2 .cap_box_ttl,
.carrier_caption_box3 .cap_box_ttl,
.carrier_caption_box4 .cap_box_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.5rem 0;
  background-color: #7a9fca;
  border-radius: 4px 4px 0 0;
}
.carrier_caption_box2 .cap_box_ttl {
  background-color: #6f93c2;
}
.carrier_caption_box3 .cap_box_ttl {
  background-color: #4e7fb8;
}
.carrier_caption_box4 .cap_box_ttl {
  background-color: #2260a7;
}

.carrier_caption_box .cap_box_content,
.carrier_caption_box2 .cap_box_content,
.carrier_caption_box3 .cap_box_content,
.carrier_caption_box4 .cap_box_content {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  border: 0.063rem solid #6f93c2;
  padding: 0.65rem 1rem 0.5rem;
}

h4.carrier_caption_box_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.4rem;
}

ul.carrier_caption_box_list {
  padding-left: 2.3rem;
}
li.carrier_caption_box_list_item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 1396px) {
  .carrier_item {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 1316px) and (min-width: 1130px) {
  h4.carrier_caption_box_title {
    font-size: clamp(0.875rem, 0.116rem + 1.075vw, 1rem);
  }
}
@media screen and (max-width: 1316px) and (min-width: 1130px) {
  .carrier_caption_box .cap_box_content,
  .carrier_caption_box2 .cap_box_content,
  .carrier_caption_box3 .cap_box_content,
  .carrier_caption_box4 .cap_box_content {
    padding: 0.65rem 0.5rem 0.5rem;
  }
}

@media screen and (max-width: 1229px) and (min-width: 960px) {
  .carrier_caption_box_column .swell-block-columns__inner {
    display: block !important;
  }
  .carrier_caption_box_item {
    width: 94% !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1229px) {
  .carrier_spacer {
    display: none;
  }
  .carrier_caption_box_list_group {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1228px) {
  .carrier_contents_title_column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 960px) {
  ul.carrier_caption_box_list {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1029px) and (min-width: 960px) {
  h3.carrier_contents_title {
    font-size: clamp(1.375rem, 0.505rem + 1.449vw, 1.438rem);
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .carrier_contents_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 959px) {
  .carrier_item {
    padding: 3rem 1rem !important;
  }
}
@media screen and (max-width: 860px) {
  .carrier_section .schedule_title_group {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  p.carrier_contents_sub_title {
    font-size: 15px;
  }
  h3.carrier_contents_title {
    font-size: 20px;
  }
  h3.carrier_contents_title::after {
    top: 33px;
  }
  .carrier_caption_box .cap_box_ttl,
  .carrier_caption_box2 .cap_box_ttl,
  .carrier_caption_box3 .cap_box_ttl,
  .carrier_caption_box4 .cap_box_ttl {
    font-size: 16px;
  }
  h4.carrier_caption_box_title {
    font-size: 15px;
  }
  li.carrier_caption_box_list_item {
    font-size: 14px;
  }
}

/* =========== fairnessセクション ========== */
.fairness_section {
  padding-top: 5rem !important;
  padding-bottom: 6.2rem !important;
}
.fairness_section h2.under_section_title1 {
  margin-bottom: 2.4rem;
}

.fairness_column {
  border-radius: 12px;
  background: linear-gradient(180deg, #416fa7 44.25%, #8dacd2 100%);
  margin-top: 5rem;
}

.fairness_column h2.under_section_title2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.fairness_column h2.under_section_title2::after {
  bottom: 8px;
  background-color: #ffffff;
}

.fairness_contents_item {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #2260a7;
  box-shadow: 0px 4px 12px 0px #0000001f;
}

h3.fairness_contents_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0;
}

hr.fairness_contents_line {
  margin: 0.9rem 0;
}

ul.fairness_contents_list {
  padding-left: 0;
}
li.fairness_contents_list_item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0.75rem 0;
  list-style: none !important;
  position: relative !important;
  padding-left: 1.5rem;
}
li.fairness_contents_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  background-color: #2260a7;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .fairness_column h2.under_section_title2 {
    font-size: 22px;
  }
  .fairness_column h2.under_section_title2::after {
    bottom: 0px;
  }
  h3.fairness_contents_title {
    font-size: 18px;
  }
  li.fairness_contents_list_item {
    font-size: 15px;
  }
}

/* ==============================
           投稿ページ共通
=============================== */
@media (min-width: 960px) {
  .single .l-header,
  .single div#breadcrumb,
  .archive .l-header,
  .archive div#breadcrumb,
  .category .l-header,
  .category div#breadcrumb,
  .error404 .l-header,
  .error404 div#breadcrumb {
    background-color: #d3d3d3;
  }
}

.blog div#content,
.archive div#content,
.category div#content,
.error404 div#content {
  margin-bottom: 6em;
}
.p-postList__meta :before,
.c-postThumb__cat:before,
.c-postTimes__modified:before,
.c-postTimes__posted:before,
.c-categoryList:before {
  display: none;
}

/* ==============================
      投稿一覧ページ(.blog)
=============================== */
@media screen and (max-width: 599px) {
  .blog .c-postThumb__cat,
  .archive .c-postThumb__cat,
  .category .c-postThumb__cat {
    font-size: 13px;
  }
}

/* ==============================
      個別投稿ページ(.single)
=============================== */
.single .c-postTitle__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.single .p-articleMetas.-top .p-articleMetas__termList {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}
.single .c-categoryList__link {
  background-color: #6f93c2;
  border-radius: 1.875rem;
  width: 3.313rem;
  height: 1.375rem;
  padding: 0.35rem 0.875rem 0.2rem;
}

.single .l-mainContent__inner > .post_content {
  margin-top: 2.5rem !important;
}

p.blog_title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.8rem;
}

.tag_group {
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.blog_tag_group,
.blog_tag_group2 {
  gap: 0.8rem;
  align-items: center;
}
.blog_tag_group2 {
  margin-bottom: 5rem;
}
p.blog_tag {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.125rem 1.125rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
  width: 4.188rem;
  height: 1.688rem;
}
p.blog_tag_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
p.blog_tag2 {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.125rem 1.125rem;
  background-color: #2260a7;
  border-radius: 1.875rem;
  width: 6.125rem;
  height: 1.688rem;
}

h2.blog_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em !important;
  background-color: #f2f2f2 !important;
  border-left: 4px solid #2260a7 !important;
  padding: 0.8rem 0 0.7rem 1.5rem !important;
  margin: 2.5rem 0 1.05rem;
}
p.blog_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.blog_column {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 2.5rem;
}
.blog_icon {
  margin-bottom: 5.3rem;
}
p.blog_column_text {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-left: 3px solid #2260a7;
  padding-left: 0.8rem;
}

.p-articleFoot {
  display: none;
}

.single div#content {
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .blog_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  .tag_group {
    display: block !important;
  }
  .blog_tag_group {
    margin-bottom: 1rem !important;
  }
  .blog_img_column {
    padding: 2rem 1rem 1.5rem !important;
  }
  .blog_text_column {
    padding: 0 1rem 1.5rem !important;
  }
  .blog_icon {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .single .p-articleMetas.-top .p-articleMetas__termList {
    font-size: 14px;
  }
  .single .c-categoryList__link {
    width: 4.313rem;
    height: auto;
    padding: 0.3rem 0.875rem 0.3rem;
  }
  p.blog_title {
    font-size: 18px;
  }
  p.blog_tag,
  p.blog_tag2 {
    font-size: 14px;
    padding: 0.125rem 1.125rem 0.125rem 1.5rem;
    background-color: #2260a7;
    width: 5.188rem;
    height: auto;
  }
  p.blog_tag2 {
    width: 7.188rem;
  }
  p.blog_tag_text {
    font-size: 15px;
  }
  h2.blog_title {
    font-size: 16px;
    padding: 0.8rem 0.5rem 0.8rem 1rem !important;
  }
  p.blog_text {
    font-size: 15px;
  }
  .blog_icon img {
    max-width: 60%;
  }
  p.blog_column_text {
    font-size: 15px;
  }
}

/* === ブログパーツ部分 === */
.single_page_section {
  display: none;
}
.single .single_page_section {
  display: block;
}

.single_page_section {
  padding-top: 3.7rem !important;
  padding-bottom: 3.8rem !important;
  margin-bottom: 5.8rem;
}
.single_page_contents_text_column1,
.single_page_contents_text_column2,
.single_page_contents_text_column3 {
  background-color: #f2f2f2;
  border-radius: 8px 0 0 8px;
}
p.single_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  margin-bottom: 0.8rem;
}
p.single_text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 4.1rem;
}

.single_page_section .blue_btn a {
  width: 14.625rem;
  transform: translateX(-7px);
}
.single_page_contents_img_column {
  background-image: url(https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/b92d1aaff52b38ad5f682ddd642a4731-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 8px 8px 0;
}
.single_page_contents_img_column2 {
  background-image: url(https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/31d15ee14eae3444a48ee680d90d8495-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 8px 8px 0;
}
.single_page_contents_img_column3 {
  background-image: url(https://2026work.march-design0426.com/recruit/wp-content/uploads/2026/01/17b5630c6e317fad12c1a80a54413b86.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 1425px) {
  .single_page_contents_text_column1,
  .single_page_contents_text_column2,
  .single_page_contents_text_column3 {
    padding: 2rem 0.5rem !important;
  }
  .single_page_section .blue_btn a {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1345px) {
  .single_page_section .blue_btn a {
    width: 12.625rem;
  }
}
@media screen and (max-width: 1305px) {
  .single_page_contents_text_column3 p.single_text {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1302px) {
  .single_page_contents_text_column2 p.single_text {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1155px) {
  .single_page_section .blue_btn a {
    padding: 1.3rem 0.5rem 1.3rem 1.5rem;
    width: 10.625rem;
  }
}
@media screen and (max-width: 1127px) {
  .single_page_contents_text_column1 p.single_text {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .single_page_section .blue_btn a {
    width: 9.625rem;
  }
}
@media screen and (max-width: 959px) {
  .single_page_contents_text_column1,
  .single_page_contents_text_column2,
  .single_page_contents_text_column3 {
    padding: 2rem 1.5rem !important;
  }
  .single_page_section .blue_btn a {
    min-width: 0;
    width: 17.5rem;
    max-width: 17rem;
    padding: 1rem 3rem 1rem 2rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single_page_contents_text_column1,
  .single_page_contents_text_column2,
  .single_page_contents_text_column3 {
    padding: 2rem 1rem !important;
  }
  p.single_title {
    font-size: 18px;
  }
  p.single_text {
    font-size: 15px;
  }
  .single_page_section .blue_btn a {
    width: 13.5rem;
  }
}

/* ========== サイドバー ========== */
h2.sidebar_category_title,
.c-widget__title.-side {
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  background-color: #2260a7;
  border-radius: 2px;
  padding: 0.5rem 0.7rem;
  margin-bottom: 0.3rem;
}
.c-widget__title.-side {
  margin-bottom: 1rem;
}
.c-widget__title.-side::before {
  display: none;
}
li.cat-item a::before {
  display: none;
}
.c-listMenu a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3f3f3f;
  padding-left: 0.3rem !important;
}

.tagcloud {
  gap: 0.3rem;
}
.tag-cloud-link {
  font-size: 0.75rem !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  padding: 0.125rem 0.875rem !important;
  background-color: #6f93c2;
  border-radius: 1.875rem;
}

@media screen and (max-width: 599px) {
  h2.sidebar_category_title,
  .c-widget__title.-side {
    font-size: 16px;
  }
  .c-listMenu a {
    font-size: 15px;
  }
  .tag-cloud-link {
    font-size: 14px !important;
  }
}

/* =============================
   エントリーフォーム(.page-id-23)
=============================== */
.requirements_section .swell-block-fullWide__inner.l-article,
.under_company_section .swell-block-fullWide__inner.l-article,
.foam_section .swell-block-fullWide__inner.l-article {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-snow-monkey-forms-item.smf-item {
  margin-bottom: 1rem;
}

/* 確認ボタン */
.smf-action {
  text-align: center;
  margin-top: 3rem;
}
.smf-action .smf-button-control__control {
  width: 208px;
  height: 53px;
  padding: 12px 48px;
  border: 1px solid #2260a7;
  border-radius: 0.125rem;
  background: #2260a7;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  background-image: none !important;
  box-shadow: none !important;
}
.smf-action .smf-button-control__control[disabled] {
  color: #fff;
}

.smf-action .smf-button-control__control:hover {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #2260a7 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.snow-monkey-forms-turnstile {
  display: flex;
  justify-content: center;
}
