
.list_a {
  margin: 0 0 55px;
}

.list_a>li {
  display: flex;
  padding: 1.1em 0;
  border-top: 1px solid #ffffff67;
}

.list_a>li:last-of-type {
  border-bottom: 1px solid #ffffff67;
}

.list_a>li>span {
  display: flex;
  align-self: flex-start;
  color: #5072b8;
  background: #b3d7ff;
  padding: 0.1em 1em;
  border-radius: 4px;
  text-align: center;
  margin: 0 1em 0 0;
}

.list_a>li>div p {
  margin: 0 0 .5em;
}

.list_a>li>div ul {
  display: flex;
  column-gap: 1em;
  font-size: 14px;
}

/* ニュース一覧 */
.archive-news .list_a>li {
  display: block;
  border-bottom: 1px solid #c2c2c2;
  padding: 0.8em 0;
}

.archive-news .list_a>li:last-of-type {
  border-bottom: 1px solid #c2c2c2;
}

.archive-news .list_a li>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 .5em;
}

.archive-news .list_a ul li {
  margin: 0 .8em 0 0;
}

.archive-news .list_a ul li.tag-item {
  color: #6482a2;
  ;
}

.archive-news .list_a li>ul a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.archive-news .list_a li>div {
  display: flex;
}

.archive-news .list_a li>div p {
  font-size: 14px;
  line-height: 2;
}

.archive-news .list_a li>div p:has(time) {
  margin: 0 1.2em 0 0;
}

/* カテゴリ色 */
.archive-news .list_a ul li.cat-rct_new {
  color: var(--color_rctNew);
}

.archive-news .list_a ul li.cat-rct_career {
  color: var(--color_rctCareer);
}

@media screen and (max-width:800px) {
  .archive-news .list_a li>div {
    flex-direction: column;
  }
}

/**/

.cp-frontP-conte.styl-colu_peg .view_list li .cp-view_list_status {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: start;
  margin-bottom: 10px;
  gap: 20px;
  justify-content: space-between;
}

.cp-frontP-conte.styl-colu_peg .view_list li .cp-view_list_status .time {
  font-size: 14px;
}

.cp-frontP-conte.styl-colu_peg .view_list li .cp-view_list_status .category {
  color: var(--color_rctNew);
  font-size: 14px;
  font-weight: 500;
}

/**/

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body * {
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}

/* 汎用 */

/* wrapper */
.wrapper {
  max-width: var(--contents_wide_default);
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper.mini {
  max-width: 800px;
}

.indent>* {
  display: block;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

a {
  text-decoration: none;
  color: inherit;
}

/*  */

.button.sty02 {}

.button.sty02 a {
  border: 1px solid currentColor;
  padding: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  min-width: 233px;
  min-height: 50px;
}

.button.sty02 a::after {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_arrow_b.svg);
  width: 30px;
  aspect-ratio: 1 / .4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.button.sty02.back a {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.sty02.back a::after {
  display: none;
}

.button.sty02.back a::before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_arrow_b.svg);
  width: 30px;
  aspect-ratio: 1 / .4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  transform: scaleX(-1);
}

.button.sty02 a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.deco_sty02 .button.sty02 a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

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

  .cp-frontP-conte.styl-cases .button.sty02 {
    margin: 60px auto 0;
  }

  .cp-frontP-conte.styl-seminars .button.sty02 {
    margin: 60px auto 0;
  }

  .cp-frontP-conte.styl-topics .button.sty02 {
    margin: 10px auto 0;
  }

  .button.sty02 a {
    min-width: 220px;
  }

}

/* .cp-newslist_category */
.cp-newslist_category {}

.cp-newslist_category ul {
  background-color: #fff;
  padding: 50px 40px 30px;
  border-radius: 0 0 15px 0;
}

.cp-newslist_category ul li {
  border-bottom: 1px solid #4c423f4d;
  padding: 10px 10px;
}

.cp-newslist_category ul li:nth-last-of-type(1) {
  border-bottom: none;
}

.cp-newslist_category ul li:not(:has(a)),
.cp-newslist_category ul li a {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto;
  justify-content: start;
  justify-items: start;
  align-items: start;
}

.cp-newslist_category ul li i {
  padding: 5px 10px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 400;
  min-height: 20px;
  min-width: 105px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BE804A;
  color: #fff;
}

.cp-newslist_category ul li i.category-314 {
  background-color: #BE804A;
  color: #fff;
}

.cp-newslist_category ul li i.category-323 {
  background-color: #6482A2;
  color: #fff;
}

.cp-newslist_category ul li time {
  font-size: 14px;
  font-weight: 400;
}

.cp-newslist_category ul li p {
  font-size: 14px;
  padding-left: 5px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cp-newslist_category ul {
    padding: 15px 10px;
  }

  .cp-newslist_category ul li {
    padding: 15px 0;
  }

  .cp-newslist_category ul li a {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cp-newslist_category ul li a i {
    grid-area: 1 / 1 / 2 / 2;
  }

  .cp-newslist_category ul li a time {
    grid-area: 1 / 2 / 2 / 3;
  }

  .cp-newslist_category ul li a p {
    grid-area: 2 / 1 / 3 / 3;
  }
}

/* 全体飾り要素 */
.deco_sty01 {
  background-color: #E0E6F2;
  padding-bottom: 1px;
}

.deco_sty02 {
  background-color: var(--background_color_c);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
}

.deco_sty02 .button.sty02 a::after {
  background-image: url(../image/icon_arrow_w.svg);
}

.deco_sty02 .button.sty02 a:hover::after {
  background-image: url(../image/icon_arrow_b.svg);
}

/* ===== ===== [下層] ===== ===== ===== ===== ===== */

/* パンくず */
.cp-breadcrumbs {
  margin: 10px 0;
}

.cp-breadcrumbs .cp-breadcrumbs_outer {}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner {
  max-width: var(--contents_wide_default);
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  margin-left: auto;
  margin-right: auto;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li {
  line-height: 1.4;
  position: relative;
  padding-left: 6px;
  list-style: none;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li:nth-of-type(1) {
  padding-left: 0;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li::before {
  content: "/";
  display: inline-block;
  /* margin-left: 3px; */
  margin-right: 5px;
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -55%); */
  font-size: 13px;
  font-weight: 400;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li:nth-of-type(1):before {
  content: "";
  display: none;
}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li a {}

.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li a span,
.cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li span.current {
  line-height: 1.3;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cp-breadcrumbs {}

  .cp-breadcrumbs .cp-breadcrumbs_outer {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li:nth-of-type(1) {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li::before {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li:nth-of-type(1):before {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol li a {}

  .cp-breadcrumbs .cp-breadcrumbs_outer .cp-breadcrumbs_inner ol a span {
    font-size: 13px;
  }
}

/* 下層KV */
.cp-category-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D62B0;
  margin-bottom: 40px;
}

.cp-category-hero .cp-category-hero_outer {
  height: 100%;
  min-height: 375px;
  /* min-height: 295px; */
  max-width: var(--contents_wide_default);
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 40px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-category-hero .cp-category-hero_outer * {
  line-height: 1;
}

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}

/* .cp-category-hero .cp-category-hero_outer.large .cp-category-hero_inner {
  margin-top: 100px;
} */

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
}

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading p.subheading {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 80px;
  letter-spacing: 0.025em;
  color: #fff;
}

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading .line {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  height: 32px;
  width: 1px;
  background-color: #fff;
}

.cp-category-hero .cp-category-hero_outer .cp-category-hero_inner>p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  font-weight: 300;
  color: #fff;
}

.out-setpos_breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.out-setpos_breadcrumbs.sub {
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  .cp-category-hero {}

  .cp-category-hero .cp-category-hero_outer {
    min-height: 180px;
  }

  .cp-category-hero .cp-category-hero_outer.large {
    min-height: 295px;
  }

  .cp-category-hero .cp-category-hero_outer .cp-category-hero_inner {}

  .cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading {
    gap: 5px;
  }

  .cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading h2 {
    font-size: 16px;
  }

  .cp-category-hero .cp-category-hero_outer .cp-category-hero_inner .heading p.subheading {
    font-size: 32px;
  }

  .cp-category-hero .cp-category-hero_outer .cp-category-hero_inner p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* サブ */
.cp-category-hero.sub {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D62B0;
}

.cp-category-hero.sub .cp-category-hero_outer {
  height: 100%;
  min-height: 150px;
  max-width: var(--contents_wide_default);
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page_contact-temp .cp-category-hero,
.page-template-page_contact-sansan .cp-category-hero {
  margin-bottom: 0;
}

.cp-category-hero.sub .cp-category-hero_outer * {
  line-height: 1;
}

.cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 0;
}

.cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
}

.cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading p.subheading {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.025em;
  color: #fff;
  margin: 0;
}

/* .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading .line {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  height: 32px;
  width: 1px;
  background-color: #fff;
} */

.cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner>p {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cp-category-hero.sub {}

  .cp-category-hero.sub .cp-category-hero_outer {
    min-height: 100px;
    padding-bottom: 15px;
  }

  .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner {
    margin-top: 0;
  }

  .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading {
    /* flex-direction: row; */
    margin-top: 45px;
    gap: 5px;
  }

  .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading h2 {
    font-size: 14px;
  }

  .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner .heading p.subheading {
    font-size: 24px;
  }

  .cp-category-hero.sub .cp-category-hero_outer .cp-category-hero_inner p {
    font-size: 14px;
  }
}

.contact_title {
  margin-bottom: 40px;
  display: block;
}

.contact_cap {
  margin-top: 20px;
  display: block;
}

/* .cp-frontP-conte - .styl-colu_peg */
.cp-frontP-conte.styl-colu_peg {
  border-bottom: none;
  margin-bottom: 55px;
}

/*  */
.cp-frontP-conte.styl-colu_peg .view_list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px 10px;
}

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

  /* 特殊ワイド */
  .cp-frontP-conte.styl-colu_peg .view_list {
    grid-template-columns: auto;
  }
}

/* セレクトボックス 汎用 */
.archive-news .select_box {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  justify-items: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  margin-bottom: 30px;
}

.archive-news .select_box>div {
  position: relative;
}

.archive-news .select_box>div::after {
  display: none;
}

.archive-news .select_box>div.slct_cat::after {
  border-color: #fff;
}

.archive-news select {
  display: inline-block;
  padding: 4px 30px 4px 20px;
  font-size: 13px;
}

.archive-news select:focus {}

.archive-news select option {
  color: #1D2231;
  background: #fff;
}

.archive-news .slct_year {
  color: #1D2231;
  background: var(--color_rctSub);
}

.archive-news .slct_cat {
  color: #fff;
  background: var(--color_rctCareer);
}

@media screen and (max-width: 767px) {
  .archive-news .select_box {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .archive-news .select_box>div {
    width: 100%;
  }

  .archive-news .select_box>div::after {}

  .archive-news .select_box>div.slct_cat::after {}

  .archive-news select {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive-news select:focus {}

  .archive-news select option {}

  .archive-news .slct_year {}

  .archive-news .slct_cat {}
}

/* .archive-news .select_box {
  display: flex;
  margin: 0 0 40px;
}

.archive-news .select_box>div {
  position: relative;
  z-index: 0;
  font-size: 13px;
}

.archive-news .select_box>div::before {
  position: absolute;
  z-index: 0;
  inset: calc(-100% - .2em) 1.5em -100% auto;
  margin: auto;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: 45deg;
  pointer-events: none;
}

.archive-news .select_box>div:has(.slct_cat)::before {
  border-color: #fff;
}

.archive-news select {
  margin: 0 10px 0 0;
  padding: .3em 2.6em .3em 1.6em;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.archive-news select:focus {
  border: none;
  outline: none;
}

.archive-news select option {
  color: #1D2231;
  background: #fff;
}

.archive-news .slct_year {
  color: #1D2231;
  background: var(--color_rctSub);
}

.archive-news .slct_cat {
  color: #fff;
  background: var(--color_rctCareer);
} */

/*  */

/* .cp-frontP-conte.styl-colu_peg .view_list li {
  background-color: var(--color_rctSub);
  color: var(--default_font_color);
  border-radius: 0 0 20px 0;
}

.cp-frontP-conte.styl-colu_peg .view_list li figure {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f0f0f0;
}

.cp-frontP-conte.styl-colu_peg .view_list li figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-frontP-conte.styl-colu_peg .view_list li div {
  padding: 25px 20px 45px;
}

.cp-frontP-conte.styl-colu_peg .view_list li time {
  font-size: 14px;
  font-weight: 400;
}

.cp-frontP-conte.styl-colu_peg .view_list li time.color01 {
  color: #BE804A;
}

.cp-frontP-conte.styl-colu_peg .view_list li time.color02 {
  color: #6482A2;
}

.cp-frontP-conte.styl-colu_peg .view_list li p {
  font-size: 16px;
  font-weight: 500;
}

.cp-frontP-conte.styl-colu_peg .view_list li .item-footer {
  text-align: right;
}

.cp-frontP-conte.styl-colu_peg .view_list li p.button {
  text-align: right;
}

.cp-frontP-conte.styl-colu_peg .view_list li p.button a,
.cp-frontP-conte.styl-colu_peg .view_list li p.button span {
  font-size: 14px;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}

.cp-frontP-conte.styl-colu_peg .view_list li p.button a:hover,
.cp-frontP-conte.styl-colu_peg .view_list li a:hover p.button span {
  left: 5px;
}

.cp-frontP-conte.styl-colu_peg .view_list li p.button a::after,
.cp-frontP-conte.styl-colu_peg .view_list li p.button span::after {
}

@media screen and (max-width: 767px) {
  .cp-frontP-conte.styl-colu_peg {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .cp-frontP-conte.styl-colu_peg header {
    gap: 10px;
    margin-bottom: 30px;
  }

  .cp-frontP-conte.styl-colu_peg header hgroup {
    gap: 15px;
  }

  .cp-frontP-conte.styl-colu_peg header h2 {
    font-size: 24px;
  }

  .cp-frontP-conte.styl-colu_peg header h2.custom_font01 {
    font-size: 40px;
  }

  .cp-frontP-conte.styl-colu_peg header p {
    font-size: 18px;
  }

  .cp-frontP-conte.styl-colu_peg .view_list li div {
    padding: 30px 10px 40px;
  }

  .cp-frontP-conte.styl-colu_peg .view_list li time {
    font-size: 12px;
  }

  .cp-frontP-conte.styl-colu_peg .view_list li p {
    font-size: 13px;
  }

  .cp-frontP-conte.styl-colu_peg header .header_linklist {
    display: none;
  }

  .cp-frontP-conte.styl-colu_peg .view_list li p.button a,
  .cp-frontP-conte.styl-colu_peg .view_list li p.button span {
    font-size: 12px;
  }
}*/

/*  */
/* ページネーション */
.pagenavi_wrapper {
  position: relative;
  z-index: 0;
  padding: 40px 0 60px;
}

.pagenavi_wrapper .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .7em .4em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--wrapper_padding);
  text-align: center;
  font-size: 14px;
}

.pagenavi_wrapper .wp-pagenavi .pages {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  display: block;
  width: auto;
  height: auto;
}

.pagenavi_wrapper .wp-pagenavi a,
.pagenavi_wrapper .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
}

.pagenavi_wrapper .wp-pagenavi .previouspostslink,
.pagenavi_wrapper .wp-pagenavi .nextpostslink,
.pagenavi_wrapper .wp-pagenavi .first,
.pagenavi_wrapper .wp-pagenavi .last {
  font-size: 30px;
  border: 1px solid #c2c2c2;
  color: #1D2231;
  opacity: 1;
}

.pagenavi_wrapper .wp-pagenavi .previouspostslink span,
.pagenavi_wrapper .wp-pagenavi .nextpostslink span,
.pagenavi_wrapper .wp-pagenavi .first span,
.pagenavi_wrapper .wp-pagenavi .last span {
  padding: 0 0 .2em;
  font-weight: 200;
}

.pagenavi_wrapper .wp-pagenavi .previouspostslink:hover,
.pagenavi_wrapper .wp-pagenavi .nextpostslink:hover,
.pagenavi_wrapper .wp-pagenavi .first:hover,
.pagenavi_wrapper .wp-pagenavi .last:hover {
  opacity: 0.5;
}

.pagenavi_wrapper .wp-pagenavi a,
.pagenavi_wrapper .wp-pagenavi .extend {
  opacity: 0.3;
}

.pagenavi_wrapper .wp-pagenavi a:hover {
  opacity: 1;
}

/* 下層 ページ下部ナビボタン置き場 */
.cp-bottom_navi {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .cp-bottom_navi {
    margin-top: 45px;
  }
}

/* 詳細ページ */

.cp-article-header {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.cp-article-header_status {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: start;
  justify-content: start;
  margin-bottom: 40px;
  gap: 20px;
}

.cp-article-header_status .time {
  font-size: 14px;
}

.cp-article-header_status .category {
  color: var(--color_rctCareer);
  ;
  font-size: 14px;
}

.cp-article-header_title {
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cp-article-header {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .cp-article-header_status {
    margin-bottom: 25px;
  }

  .cp-article-header_status .time {}

  .cp-article-header_status .category {}

  .cp-article-header_title {
    font-size: 20px;
    letter-spacing: -0.025em;
  }
}

/* Wordpress ブロック関連CSS（仮） */

main.wp-block p {
  /* font-size: 14px; */
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 2.3;
}

main.wp-block p:nth-last-of-type(1) {
  margin-bottom: 0;
}

main.wp-block p a {
  color: #6482C0;
  text-decoration: underline;
}

main.wp-block figure {
  margin-top: 40px;
}

main.wp-block figure.center {
  text-align: center;
}

main.wp-block figure.full img {
  width: 100%;
}

main.wp-block figure img {
  margin-left: auto;
  margin-right: auto;
}

main.wp-block h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 20px;
}

main.wp-block h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  main.wp-block p {}

  main.wp-block figure {
    margin-top: 30px;
  }

  main.wp-block figure img {}

  main.wp-block h2 {
    margin-top: 30px;
  }
}

/* カテゴリセレクト */
.archive-news .select_box {
  display: inline-flex;
  margin: 0 0 40px;
}

.archive-news .select_box>div {
  position: relative;
  z-index: 0;
  font-size: 13px;
}

/*.archive-news .select_box>div::before {
  position: absolute;
  z-index: 0;
  inset: calc(-100% - .2em) 1.5em -100% auto;
  margin: auto;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: 45deg;
  pointer-events: none;
}*/

.archive-news .select_box>div:has(.slct_cat)::before {
  border-color: #fff;
}

.archive-news select {
  margin: 0 10px 0 0;
  padding: .3em 2.6em .3em 1.6em;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.archive-news select:focus {
  border: none;
  outline: none;
}

.archive-news select option {
  color: #1D2231;
  background: #fff;
}

.archive-news .slct_year {
  color: #1D2231;
  background: var(--color_rctSub);
}

.archive-news .slct_cat {
  color: #fff;
  background: var(--color_rctNew);
}

/* リスト共通（採用と共用のため基本不変） */
.list_a {
  margin: 0 0 55px;
}

.list_a>li {
  display: flex;
  padding: 1.1em 0;
  border-top: 1px solid #ffffff67;
}

.list_a>li:last-of-type {
  border-bottom: 1px solid #ffffff67;
}

.list_a>li>span {
  display: flex;
  align-self: flex-start;
  color: #5072b8;
  background: #b3d7ff;
  padding: 0.1em 1em;
  border-radius: 4px;
  text-align: center;
  margin: 0 1em 0 0;
}

.list_a>li>div p {
  margin: 0 0 .5em;
}

.list_a>li>div ul {
  display: flex;
  column-gap: 1em;
  font-size: 14px;
}

/* ニュース一覧 */
.archive-news .list_a>li {
  display: block;
  border-bottom: 1px solid #c2c2c2;
  padding: 0.8em 0;
}

.archive-news .list_a>li:last-of-type {
  border-bottom: 1px solid #c2c2c2;
}

.archive-news .list_a li>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 .5em;
}

.archive-news .list_a ul li {
  margin: 0 .8em 0 0;
}

.archive-news .list_a li>ul a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.archive-news .list_a li>div {
  display: flex;
}

.archive-news .list_a li>div p {
  font-size: 14px;
  line-height: 2;
}

.archive-news .list_a li>div p:has(time) {
  margin: 0 1.2em 0 0;
}
/* .archive-news .list_a li>div p a[href$=".pdf"]{
    position: relative;
    z-index: 0;
}
.archive-news .list_a li>div p a[href$=".pdf"]::after{
    content: '';
    display: inline-block !important;
    width: .95em;
    height: auto;
    aspect-ratio: 1;
    background: url(../img/common/ico/pdf.svg) no-repeat center / contain;
    margin: 0 0 -.1em 0.2em;
} */
/* カテゴリ色 */
.archive-news .list_a ul li.cat-rct_new {
  color: var(--color_rctNew);
}

.archive-news .list_a ul li.cat-rct_career {
  color: var(--color_rctCareer);
}

@media screen and (max-width:800px) {
  .archive-news .list_a li>div {
    flex-direction: column;
  }
}

/* 企業情報 */
.cp-company {
  margin: 60px 0;
}

.section {
  margin-bottom: 30px;
  border-radius: 0 0 45px 0;
  overflow: hidden;
  background-color: #F3F5F1;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.sty-no01 {
  background-image: url(../image/cp-company_backimg01.png);
}

.sty-no02 {
  background-image: url(../image/cp-company_backimg02.png);
}

.sty-no03 {
  background-image: url(../image/cp-company_backimg03.png);
}

.sty-no04 {
  background-image: url(../image/cp-company_backimg04.png);
}

.sty-no05 {
  background-image: url(../image/cp-company_backimg05.png);
}

.section a {
  text-decoration: none !important;
}

.cp-company .section a {
  color: #3c3c3c !important;
}

.editor_contents .section-text {
  display: flex;
  padding: 20px 0 20px 40px;
  max-width: 470px;
  min-height: 370px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.editor_contents .section-text h2 {
  margin: 0 !important;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 400 !important;
}

.editor_contents .section-text p {
  margin: 0 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.editor_contents .section-text p.title {
  color: #6482C0;
  font-size: 20px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: #eee;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  width: 100%;
}

.section-item {
  overflow: hidden;
  flex: 1;
  padding: 20px;
  border-radius: 0 0 20px 0;
  text-align: left;
  background-color: #F3F5F1;
}

@media screen and (max-width: 767px) {
  .editor_contents .section.sp_style {
    background-position: initial;
    border-radius: 0;
    background-color: initial;
    background-image: initial;
    overflow: initial;
  }

  .editor_contents .section-text {
    min-height: auto;
    margin: 10px 0 0;
    max-width: initial;
    padding: 20px 30px 10px;
  }

  .editor_contents .section-text h2 {
    font-size: 28px;
  }

  .editor_contents .section-text p.title {
    font-size: 18px;
  }

  .editor_contents .sp_style .section-text {
    padding: 0 10px;
    font-size: 14px;
    margin: 20px 0 0;
  }

  .editor_contents .sp_style .section-text p {
    margin: 0 0 20px;
  }

  .editor_contents .section.sp_style>a>img {
    width: calc(100vw + 40px);
    margin-left: -20px;
    margin-right: -20px;
    max-width: initial;
  }

  .editor_contents .section.sp_style .section-text .button.sty01 {
    margin-left: auto;
  }

  .grid-two {
    grid-template-columns: 1fr;
  }
}

/*  */
.button.sty01 {
  display: inline-block;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-radius: 10px 0 0 0;
}

.button.sty01 span {
  border-right: none;
  border-bottom: none;
  padding: 0 20px;
  line-height: 1;
  display: inline-grid;
  grid-template-columns: auto auto;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  justify-items: center;
  min-height: 36px;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}

a:hover .button.sty01 span {
  left: 5px;
}

.button.sty01 span::after {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_arrow_b.svg);
  width: 30px;
  aspect-ratio: 1 / .4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/**/

/* .cp-frontP-conte - .styl-colu */
.cp-lowerP-informat_outer header {
  text-align: center;
}

.cp-lowerP-informat_outer header h2 {
  font-size: 42px;
  margin: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.cp-lowerP-informat {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 60px;
}

.cp-lowerP-informat header {
  margin-bottom: 50px;
}

.cp-lowerP-informat header h2 {
  font-size: 40px;
  font-weight: 500;
}

.cp-lowerP-informat header h2.custom_font01 {
  font-family: "Poiret One", sans-serif;
  font-size: 56px;
}

.cp-lowerP-informat header p {
  font-size: 20px;
  font-weight: 400;
}

/*  */
.cp-lowerP-informat .view_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 10px;
  margin: 0;
  padding: 0;
}

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

  /* 特殊ワイド */
  .cp-lowerP-informat .view_list {
    grid-template-columns: auto auto;
  }
}

/*  */

.cp-lowerP-informat .view_list li {
  background-color: #fff;
  color: var(--default_font_color);
  border-radius: 0 0 20px 0;
  list-style: none;
  position: relative;
}

.cp-lowerP-informat .view_list li a {
  padding-bottom: 60px;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #3c3c3c;
}

.cp-lowerP-informat .view_list li figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 0;
}

.cp-lowerP-informat .view_list li figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-lowerP-informat .view_list li div {
  padding: 15px 20px 10px;
}

.cp-lowerP-informat .view_list li p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.cp-lowerP-informat .view_list li .item-footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cp-lowerP-informat .view_list li p.button {
  text-align: right;
}

.cp-lowerP-informat .view_list li p.button span {
  font-size: 14px;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}

.cp-lowerP-informat .view_list li a:hover p.button span {
  left: 5px;
}

.cp-lowerP-informat .view_list li p.button span::after {
  /* filter: invert(); */
}

ul.header_linklist {
  list-style-type: none !important;
}

@media screen and (max-width: 767px) {
  .cp-lowerP-informat {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cp-lowerP-informat header {
    gap: 10px;
    margin-bottom: 30px;
  }

  .cp-lowerP-informat header hgroup {
    gap: 15px;
  }

  .cp-lowerP-informat header h2 {
    font-size: 24px;
  }

  .cp-lowerP-informat header h2.custom_font01 {
    font-size: 40px;
  }

  .cp-lowerP-informat header p {
    font-size: 18px;
  }

  .cp-lowerP-informat .view_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cp-lowerP-informat .view_list li div {
    padding: 15px 10px 10px;
  }

  .cp-lowerP-informat .view_list li time {
    font-size: 12px;
  }

  .cp-lowerP-informat .view_list li p {
    font-size: 13px;
  }

  .cp-lowerP-informat header .header_linklist {
    display: none;
  }

  .cp-lowerP-informat .view_list li p.button a,
  .cp-lowerP-informat .view_list li p.button span {
    font-size: 12px;
  }
}

/* 404 */
.p404 {
  font-size: 18px;
}

.p404 h2 {
  display: block;
  margin-bottom: 40px;
}

.p404 p.style01 {
  display: block;
  margin-bottom: 40px;
}

.p404 .footer {
  border-top: 1px solid #AAA6A4;
  padding-top: 30px;
  margin-top: 30px;
}

.p404 .footer a {
  color: #3D62B0;
}

/* 250627 追記 */
/* ======================================== */
/* topics アーカイブ*/
/* ======================================== */
/* タグ */
.archive-news .list_a ul li{
  line-height: 1.2;
  font-size: 14px;
  color: #787878;
}
.archive-news .list_a ul li::before{
  content: '#';
  display: inline-block;
  width: .55em;
  height: 1em;
}
.archive-news .list_a li>div p{font-size: 16px;}

@media screen and (max-width: 767px){
  .archive-news .list_a ul li{font-size: 13px;}
  .archive-news .list_a li>div p{font-size: 14px;}
}
/* topics記事 */
main.topics .editor_contents b{font-weight: 700;}
/* 経営理念見出し */
@media screen and (max-width: 767px){
  .post-philosophy .wrapper > h2{font-size: min(8.2vw, 36px) !important;}
}