.post-type-archive-education .c-rcare-heading--simple,
.single-education .c-rcare-heading--simple {
  margin-block: 30px 20px;
}
.post-type-archive-education .c-rcare-heading--simple + p,
.single-education .c-rcare-heading--simple + p {
  margin-top: -1em;
}
@media screen and (min-width: 750px) {
  .post-type-archive-education .c-rcare-heading--simple,
  .single-education .c-rcare-heading--simple {
    font-size: 40px;
    margin-block: 90px 40px;
  }
  .post-type-archive-education .c-rcare-heading--simple + p,
  .single-education .c-rcare-heading--simple + p {
    margin-top: -1.5em;
  }
}

.post-type-archive-education .p-works__anchors {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.post-type-archive-education .p-works__anchors::before, .post-type-archive-education .p-works__anchors::after {
  display: none;
}
.post-type-archive-education .p-works__anchors .p-works__anchor {
  width: 70%;
}
.post-type-archive-education .p-works__anchors .p-works__anchor > a {
  background-color: #0078C9;
  border: solid 2px #0078C9;
  padding-left: 58px;
  position: relative;
}
.post-type-archive-education .p-works__anchors .p-works__anchor > a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.post-type-archive-education .p-works__anchors .p-works__anchor > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.post-type-archive-education .p-works__anchors .p-works__anchor > a:hover {
  color: #0078C9;
  background-color: white;
}
.post-type-archive-education .p-works__anchors .p-works__anchor > a:hover::after {
  background-image: url(../image/common/button-arrow-pagelink.svg);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-growth_program a::before {
  background-image: url(../image/education/ico-growth_program.png);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-growth_program a:hover::before {
  background-image: url(../image/education/ico-growth_program-hover.png);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-award_program a::before {
  background-image: url(../image/education/ico-award_program.png);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-award_program a:hover::before {
  background-image: url(../image/education/ico-award_program-hover.png);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-comfortable_work a::before {
  background-image: url(../image/education/ico-comfortable_work.png);
}
.post-type-archive-education .p-works__anchors .p-works__anchor.anchor-comfortable_work a:hover::before {
  background-image: url(../image/education/ico-comfortable_work-hover.png);
}
.post-type-archive-education .p-works__anchors .c-rcare-button--primary a {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .post-type-archive-education .p-works__anchors {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .post-type-archive-education .p-works__anchors .p-works__anchor > a {
    padding-left: 70px;
  }
  .post-type-archive-education .p-works__anchors .p-works__anchor > a::before {
    width: 36px;
    height: 36px;
    left: 25px;
  }
}
.post-type-archive-education .p-works__joblist {
  margin-top: 0;
}
.post-type-archive-education [class^=term-section] {
  width: 100%;
  margin-inline: auto;
}
.post-type-archive-education .term-post-list {
  display: gird;
  gap: 40px;
}
.post-type-archive-education .term-post-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 750px) {
  .post-type-archive-education .term-post-list li {
    gap: 30px;
  }
}
.post-type-archive-education .term-post-list .c-rcare-button--primary {
  width: 70%;
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .post-type-archive-education .term-post-list {
    --row-gap: 48px;
    --width-3column: calc((100% - var(--row-gap)*2) / 3);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--width-3column), var(--width-3column)));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--row-gap);
  }
}

.single-education .c-rcare-person_block {
  max-width: 830px;
}

.post-list-grid ul {
  margin-block: 30px;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 750px) {
  .post-list-grid ul {
    --row-gap: 30px;
    --width-3column: calc((100% - var(--row-gap)*2) / 3);
    margin-block: 50px;
    -webkit-column-gap: var(--row-gap);
       -moz-column-gap: var(--row-gap);
            column-gap: var(--row-gap);
    row-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(var(--width-3column), var(--width-3column)));
    grid-template-columns: repeat(auto-fit, var(--width-3column));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-list-grid .wp-block-post {
  border-radius: 10px;
  overflow: hidden;
}
.post-list-grid .wp-block-post > .wp-block-group {
  width: 100%;
}
.post-list-grid .wp-block-post > .wp-block-group > .wp-block-group__inner-container {
  width: 100%;
  position: relative;
}
.post-list-grid .wp-block-post > .wp-block-group > .wp-block-group__inner-container > .wp-block-read-more {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
}
.post-list-grid .wp-block-post > .wp-block-group > .wp-block-group__inner-container > .wp-block-read-more:hover ~ figure img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post-list-grid .wp-block-post > .wp-block-group > .wp-block-group__inner-container > .wp-block-read-more span, .post-list-grid .wp-block-post > .wp-block-group > .wp-block-group__inner-container > .wp-block-read-more + p {
  display: none;
}
.post-list-grid .wp-block-post-featured-image {
  aspect-ratio: 1;
}
.post-list-grid .wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
.post-list-grid .post-list-text {
  width: 82.5%;
  height: auto;
  max-width: 340px;
  padding: 25px 30px 0;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-list-grid .post-list-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.post-list-grid .post-list-text::before, .post-list-grid .post-list-text::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  bottom: 100%;
  right: 0;
  border: none;
  border-radius: 10px 0 0 0;
  corner-shape: scoop;
  background-color: #fff;
  background-image: none;
}
.post-list-grid .post-list-text::before {
  right: 100%;
  bottom: 0;
}
.post-list-grid .post-list-text::after {
  right: 0;
  bottom: 100%;
}
.post-list-grid .wp-block-post-title {
  font-size: 16px;
  line-height: 1.65;
}
@media screen and (min-width: 750px) {
  .post-list-grid .wp-block-post-title {
    font-size: 18px;
  }
}
.post-list-grid .wp-block-post-terms {
  font-size: 10px;
}
@media screen and (min-width: 750px) {
  .post-list-grid .wp-block-post-terms {
    font-size: 12px;
  }
}
.post-list-grid .wp-block-post-date {
  color: #9fa0a0;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .post-list-grid .wp-block-post-date {
    font-size: 14px;
  }
}

.term-post--link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
}

.post-thumbnail {
  border-radius: 7px;
  aspect-ratio: 1.56;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
.term-post--link:hover + .post-thumbnail img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 750px) {
  .post-thumbnail {
    border-radius: 8px;
  }
}

.post-title {
  color: #0e5198;
  font-size: 16px;
}
@media screen and (min-width: 750px) {
  .post-title {
    font-size: 18px;
  }
}

.post-excerpt {
  font-size: 14px;
  line-height: 2.4;
  margin-block: -0.7em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 750px) {
  .post-excerpt {
    font-size: 16px;
  }
}

.r-care-image .no-radius img {
  border-radius: 0;
}

.w1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#footer_menu .footer_menu {
  border-left: none;
}

@media screen and (min-width: 768px) {
  #footer_menu .footer_menu:nth-child(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
@media screen and (min-width: 751px) and (max-width: 1439px) {
  #header_slider .catch {
    font-size: 40px !important;
  }
}/*# sourceMappingURL=style-add.css.map */