@charset "UTF-8";
.header_nav_big_menu_trigger {
  position: relative;
  z-index: 1;
}

.header_nav_big_menu {
  top: 100%;
  right: auto;
  left: -40px;
}

/* FOOTER
------------------------------ */
.footer_bnr_block {
  margin-top: 0;
}

/* breadcrumbs
------------------------------ */
.breadcrumbs {
  margin-top: 12px;
  margin-bottom: 38px;
  position: relative;
}

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

.breadcrumbs_inner {
  line-height: 1;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs_inner::-webkit-scrollbar {
  display: none;
}

.breadcrumbs_inner > span:last-child {
  margin-right: 20px;
}

.breadcrumbs span,
.breadcrumbs a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 12px;
  }
}

.breadcrumbs span {
  color: #ACB6C2;
}

.breadcrumbs a span {
  color: #0357BA;
}

.breadcrumbs .arrow {
  margin: 0 8px;
}

.breadcrumbs .arrow img {
  margin-top: -2px;
  vertical-align: middle;
}

/* base
------------------------------ */
/* ttl
------------------------------ */
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 20px;
  }
}

/* news_list
------------------------------ */
.news_list {
  margin: 0 auto;
}

.news_list_item {
  padding: 24px 0;
  border-bottom: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  .news_list_item {
    padding: 16px 0;
  }
}

.news_list_item:first-child {
  border-top: 1px solid #dcdddd;
}

.news_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .news_list_item_inner {
    display: block;
    font-size: 13px;
  }
}

.news_list_item_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .news_list_item_header {
    margin-bottom: 15px;
  }
}

.ukeirekankyoseibi .news_list_item_time {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .news_list_item_time {
  color: #05B88D;
}

.tankinyusyokyoryoku .news_list_item_time {
  color: #FF9900;
}

.tankinyuinkyoryoku .news_list_item_time {
  color: #FF7A50;
}

.syakaihukkisokusin .news_list_item_time {
  color: #9575CB;
}



.ukeirekankyoseibi .news_list_item_cat {
  color: #F48989;
  border-color: #F48989;
}


.zaitakuryoyokankyoseibi .news_list_item_cat {
  color: #05B88D;
  border-color: #05B88D;
}

.tankinyusyokyoryoku .news_list_item_cat {
  color: #FF9900;
  border-color: #FF9900;
}

.tankinyuinkyoryoku .news_list_item_cat {
  color: #FF7A50;
  border-color: #FF7A50;
}

.syakaihukkisokusin .news_list_item_cat {
  color: #9575CB;
  border-color: #9575CB;
}


.news_list_item_ttl {
  -webkit-line-clamp: 1;
  max-height: calc(1.45*1em);
}

.news_list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi {
    margin-top: 40px;
  }
}

.news_list_page_navi .page-numbers {
  margin: 0 .7em;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi .page-numbers {
    font-size: 20px;
  }
}

.news_list_page_navi .page-numbers.current {
  color: #0357BA;
}

.news_list_page_navi .page-numbers:hover {
  color: #0357BA;
  opacity: 1;
}

.news_list_page_navi .page-numbers.dots {
  margin: 0;
}

.news_list_page_navi .page-numbers.prev {
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi .page-numbers.prev {
    margin-top: -2px;
  }
}

.news_list_page_navi .page-numbers.prev:before {
  content: '<';
  display: block;
}

.news_list_page_navi .page-numbers.prev:hover {
  color: #0357BA;
  opacity: 1;
}

.news_list_page_navi .page-numbers.next {
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi .page-numbers.next {
    margin-top: -2px;
  }
}

.news_list_page_navi .page-numbers.next:before {
  content: '>';
  display: block;
}

.news_list_page_navi .page-numbers.next:hover {
  color: #0357BA;
  opacity: 1;
}

/* .faq_list
------------------------------ */
.faq_list_item {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .faq_list_item {
    margin-bottom: 16px;
  }
}

.faq_list_item_inner {
  border-radius: 16px;
  border: 1px solid #D8DEE5;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.faq_list_item_q {
  padding: 32px 92px;
  padding-right: 76px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq_list_item_q {
    padding: 16px 42px;
    padding-right: 48px;
    font-size: 15px;
  }
}

.faq_list_item_q:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/faq_list_item_btn_close_pnk.svg?20231101) 50%/cover;
  position: absolute;
  top: 28px;
  right: 24px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq_list_item_q:before {
    width: 20px;
    height: 20px;
    top: 17px;
    right: 14px;
  }
}

.ukeirekankyoseibi .faq_list_item_q:before {
  background-image: url(../img/faq_list_item_btn_close_pnk.svg?20231101);
}

.zaitakuryoyokankyoseibi .faq_list_item_q:before {
  background-image: url(../img/faq_list_item_btn_close_grn.svg?20231101);
}

.tankinyusyokyoryoku .faq_list_item_q:before {
  background-image: url(../img/faq_list_item_btn_close_orn.svg?20231101);
}

.tankinyuinkyoryoku .faq_list_item_q:before {
  background-image: url(../img/faq_list_item_btn_close_d-pnk.svg?20231101);
}

.syakaihukkisokusin .faq_list_item_q:before {
  background-image: url(../img/faq_list_item_btn_close_ppl.svg?20231101);
}

.faq_list_item_q.clicked:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq_list_item_q.open + .faq_list_item_a {
  display: block;
}

.faq_list_item_a {
  display: none;
  padding: 28px 76px;
  padding-top: 4px;
  padding-left: 137px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq_list_item_a {
    padding: 20px 42px;
    padding-top: 6px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 1.45;
  }
}

.ukeirekankyoseibi .faq_list_item_a a {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .faq_list_item_a a {
  color: #05B88D;
}

.tankinyusyokyoryoku .faq_list_item_a a {
  color: #FF9900;
}

.tankinyuinkyoryoku .faq_list_item_a a {
  color: #FF7A50;
}

.syakaihukkisokusin .faq_list_item_a a {
  color: #9575CB;
}

.faq_list_item .q {
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq_list_item .q {
    font-size: 24px;
    top: 9px;
    left: 10px;
  }
}

.ukeirekankyoseibi .faq_list_item .q {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .faq_list_item .q {
  color: #05B88D;
}

.tankinyusyokyoryoku .faq_list_item .q {
  color: #FF9900;
}

.tankinyuinkyoryoku .faq_list_item .q {
  color: #FF7A50;
}

.syakaihukkisokusin .faq_list_item .q {
  color: #9575CB;
}

.faq_list_item .a {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 97px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq_list_item .a {
    font-size: 24px;
    top: 4px;
    left: 11px;
  }
}

.ukeirekankyoseibi .faq_list_item .a {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .faq_list_item .a {
  color: #05B88D;
}

.tankinyusyokyoryoku .faq_list_item .a {
  color: #FF9900;
}

.tankinyuinkyoryoku .faq_list_item .a {
  color: #FF7A50;
}

.syakaihukkisokusin .faq_list_item .a {
  color: #9575CB;
}

.faq_list_item:last-child {
  margin-bottom: 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  page

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_content_header {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_content_header {
    margin-bottom: 56px;
  }
}

.page_mv {
  margin-top: 70px;
}

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

.page_ttl {
  margin-top: 70px;
}

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

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  project

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.project_content_header {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .project_content_header {
    margin-bottom: 56px;
  }
}

.project_mv {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .project_mv {
    padding-top: 0;
  }
}

.project_mv .container_s {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .project_mv .container_s {
    padding: 14px 16px;
  }
}

.project.page-child .project_mv .container_s {
  padding-top: 24px;
}

.project_mv img {
  width: 100%;
}

.project_mv_img_wrap {
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .project_mv_img_wrap {
    border-color: 0;
  }
}

.project_mv_img {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .project_mv_img {
    border-radius: 0;
  }
}

.project.page-child .project_mv_img {
  width: 100%;
  height: 300px;
}

.project_mv_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .project_mv_label {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.ukeirekankyoseibi .project_mv_label {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .project_mv_label {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_mv_label {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_mv_label {
  color: #FF7A50;
}

.syakaihukkisokusin .project_mv_label {
  color: #9575CB;
}


.project.page-child .project_mv_label {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.project_mv_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .project_mv_ttl {
    font-size: 16px;
    text-align: center;
  }
}

.project_mv_ttl .big {
  font-size: 29px;
}

@media screen and (max-width: 767px) {
  .project_mv_ttl .big {
    display: block;
    margin-top: -2px;
    font-size: 20px;
  }
}

.project.page-child .project_mv_ttl .big {
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi.page-child .project_mv_ttl .big {
    font-size: 20px;
  }
}

.project.page-child .project_mv_ttl {
  margin-top: -.3em;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.project_mv_ttl_txt03 {
  display: block;
  margin-top: 2px;
  font-size: 24px;
}

.project_mv_bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  /* height: 107px; */
  margin: 0 auto;
  margin-top: -53px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;

  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav {
    height: auto;
    padding: 20px 16px;
    padding-bottom: 0;
    margin-top: -13px;
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .project.page-child .project_mv_bottom_nav {
    margin-top: -48px;
  }
}

.project_mv_bottom_nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -21px;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav_items {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -5px -10px;
  }
}

.project_mv_bottom_nav_item {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav_item {
    width: 50%;
    padding: 5px 10px;
  }
}

.project_mv_bottom_nav_item_inner {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 14px;
    padding-right: 12px;
    border-radius: 8px;
    border: 1px solid #D8DEE5;
    font-size: 12px;
  }
}

.project_mv_bottom_nav_item_inner:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../img/arrow_white.png?20231101) 50%/cover;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav_item_inner:before {
    margin-right: 21px;
  }
}

/* .ukeirekankyoseibi .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_white.png?20231101);
}

.zaitakuryoyokankyoseibi .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_white.png?20231101);
}

.tankinyusyokyoryoku .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_white.png?20231101);
}

.tankinyuinkyoryoku .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_white.png?20231101);
}

.syakaihukkisokusin .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_white.png?20231101);
} */


/* .ukeirekankyoseibi .project_mv_bottom_nav_item_inner {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .project_mv_bottom_nav_item_inner {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_mv_bottom_nav_item_inner {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_mv_bottom_nav_item_inner {
  color: #FF7A50;
}

.syakaihukkisokusin .project_mv_bottom_nav_item_inner {
  color: #9575CB;
} */

.project_sec01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .project_sec01 {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .project_sec01 .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.project_sec01_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .project_sec01_ttl {
    font-size: 16px;
  }
}

.ukeirekankyoseibi .project_sec01_ttl {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .project_sec01_ttl {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_sec01_ttl {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_sec01_ttl {
  color: #FF7A50;
}

.syakaihukkisokusin .project_sec01_ttl {
  color: #9575CB;
}

.project_sec01_txt {
  margin-top: 32px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .project_sec01_txt {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.project_sec02 {
  margin-bottom: 80px;
}

.ukeirekankyoseibi .project_sec02 {
  background-color: rgba(244, 137, 137, .05);
}

.zaitakuryoyokankyoseibi .project_sec02 {
  background-color: rgba(5, 184, 141, .05);
}

.tankinyusyokyoryoku .project_sec02 {
  background-color: rgba(255, 153, 0, .05);
}

.tankinyuinkyoryoku .project_sec02 {
  background-color: rgba(255, 122, 80, .05);
}

.syakaihukkisokusin .project_sec02 {
  background-color: rgba(149, 117, 203, .05);
}

@media screen and (max-width: 767px) {
  .project_sec02 {
    margin-bottom: 60px;
  }
}

.project_sec02 .container_ss {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .project_sec02 .container_ss {
    padding-top: 36px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.project_sec02_ttl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .project_sec02_ttl {
    margin-bottom: 28px;
    font-size: 20px;
  }
}

.ukeirekankyoseibi .project_sec02_ttl {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .project_sec02_ttl {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_sec02_ttl {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_sec02_ttl {
  color: #FF7A50;
}

.syakaihukkisokusin .project_sec02_ttl {
  color: #9575CB;
}

.project_sec02 .btn_arrow_right {
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .project_sec02 .btn_arrow_right {
    margin-top: 32px;
  }
}

.project_sec03 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .project_sec03 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .project_sec03 .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.project_sec03_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px;
  margin-bottom: 48px;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .project_sec03_ttl {
    padding: 16px;
    margin-bottom: 40px;
    border-radius: 8px;
    font-size: 18px;
  }
}

.ukeirekankyoseibi .project_sec03_ttl {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .project_sec03_ttl {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .project_sec03_ttl {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .project_sec03_ttl {
  background-color: #FF7A50;
}

.syakaihukkisokusin .project_sec03_ttl {
  background-color: #9575CB;
}

.project_sec03_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .project_sec03_list_items {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project_sec03_list_item {
  width: calc((100% - 130px) / 3);
}

@media screen and (max-width: 767px) {
  .project_sec03_list_item {
    width: 250px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .project_sec03_list_item:last-child {
    margin-bottom: 0;
  }
}

.project_sec03_list_item_inner {
  display: block;
  padding-top: 24px;
  border-radius: 16px;
  border: 1px solid #D8DEE5;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  overflow: hidden;
}

.project_sec03_list_item_ttl {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.project_sec03_list_item_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .project_sec03_list_item_img_wrap {
    height: 115px !important;
  }
}

.project_sec03_list_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53px;
  margin-top: 37px;
  border-top: 1px solid #D8DEE5;
  background: #0357BA;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.ukeirekankyoseibi .project_sec03_list_item_link {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .project_sec03_list_item_link {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .project_sec03_list_item_link {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .project_sec03_list_item_link {
  background-color: #FF7A50;
}

.syakaihukkisokusin .project_sec03_list_item_link {
  background-color: #9575CB;
}

.ukeirekankyoseibi .project_sec04 {
  background-color: rgba(244, 137, 137, .05);
}

.zaitakuryoyokankyoseibi .project_sec04 {
  background-color: rgba(5, 184, 141, .05);
}

.tankinyusyokyoryoku .project_sec04 {
  background-color: rgba(255, 153, 0, .05);
}

.tankinyuinkyoryoku .project_sec04 {
  background-color: rgba(255, 122, 80, .05);
}

.syakaihukkisokusin .project_sec04 {
  background-color: rgba(149, 117, 203, .05);
}

.project_sec04 .container {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .project_sec04 .container {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.project_sec04_ttl {
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #0357BA;
}

@media screen and (max-width: 767px) {
  .project_sec04_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.ukeirekankyoseibi .project_sec04_ttl {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .project_sec04_ttl {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_sec04_ttl {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_sec04_ttl {
  color: #FF7A50;
}

.syakaihukkisokusin .project_sec04_ttl {
  color: #9575CB;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  post_content

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.post_content {
  margin-bottom: 100px;
}

.post_content_header {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .post_content_header {
    margin-top: -30px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .post_content > .container {
    padding: 0 16px;
  }
}

.post_content > .container > p {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .post_content > .container > p {
    margin: 20px 0;
  }
}

.has-vivid-red-color {
  color: #ff0000 !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  post

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.post_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0357BA;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_time {
    margin-right: 16px;
    font-size: 16px;
  }
}

.post_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  min-height: 21px;
  border-radius: 4px;
  border: 1px solid #0357BA;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #0357BA;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_cat {
    min-width: 56px;
    min-height: 18px;
    padding: 2px 8px;
    margin-right: 0;
    font-size: 10px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  BLOCKS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {
  margin: 30px 0;
  margin-top: 40px;
  font-weight: 700;
}

h2.wp-block-heading:first-child,
h3.wp-block-heading:first-child,
h4.wp-block-heading:first-child {
  margin-top: 0;
}

h2.wp-block-heading:last-child,
h3.wp-block-heading:last-child,
h4.wp-block-heading:last-child {
  margin-bottom: 0;
}

h2.wp-block-heading a,
h3.wp-block-heading a,
h4.wp-block-heading a {
  text-decoration: underline;
}

.ukeirekankyoseibi h2.wp-block-heading a, .ukeirekankyoseibi
h3.wp-block-heading a, .ukeirekankyoseibi
h4.wp-block-heading a {
  color: #F48989;
}

.zaitakuryoyokankyoseibi h2.wp-block-heading a, .zaitakuryoyokankyoseibi
h3.wp-block-heading a, .zaitakuryoyokankyoseibi
h4.wp-block-heading a {
  color: #05B88D;
}

.tankinyusyokyoryoku h2.wp-block-heading a, .tankinyusyokyoryoku
h3.wp-block-heading a, .tankinyusyokyoryoku
h4.wp-block-heading a {
  color: #FF9900;
}

.tankinyuinkyoryoku h2.wp-block-heading a, .tankinyuinkyoryoku
h3.wp-block-heading a, .tankinyuinkyoryoku
h4.wp-block-heading a {
  color: #FF7A50;
}

.syakaihukkisokusin h2.wp-block-heading a, .syakaihukkisokusin
h3.wp-block-heading a, .syakaihukkisokusin
h4.wp-block-heading a {
  color: #9575CB;
}

h2.wp-block-heading + h2.wp-block-heading,
h2.wp-block-heading + h3.wp-block-heading,
h2.wp-block-heading + h4.wp-block-heading,
h3.wp-block-heading + h2.wp-block-heading,
h3.wp-block-heading + h3.wp-block-heading,
h3.wp-block-heading + h4.wp-block-heading,
h4.wp-block-heading + h2.wp-block-heading,
h4.wp-block-heading + h3.wp-block-heading,
h4.wp-block-heading + h4.wp-block-heading {
  margin-top: 30px;
}

h2.wp-block-heading,
h3.wp-block-heading {
  color: #0357BA;
}

.ukeirekankyoseibi h2.wp-block-heading, .ukeirekankyoseibi
h3.wp-block-heading {
  color: #F48989;
}

.zaitakuryoyokankyoseibi h2.wp-block-heading, .zaitakuryoyokankyoseibi
h3.wp-block-heading {
  color: #05B88D;
}

.tankinyusyokyoryoku h2.wp-block-heading, .tankinyusyokyoryoku
h3.wp-block-heading {
  color: #FF9900;
}

.tankinyuinkyoryoku h2.wp-block-heading, .tankinyuinkyoryoku
h3.wp-block-heading {
  color: #FF7A50;
}

.syakaihukkisokusin h2.wp-block-heading,
.syakaihukkisokusin h3.wp-block-heading {
  color: #9575CB;
}

h2.wp-block-heading {
  margin-top: 60px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  h2.wp-block-heading {
    margin-top: 40px;
    font-size: 22px;
  }
}

h2.wp-block-heading:first-child {
  margin-top: 0;
}

h2.wp-block-heading:last-child {
  margin-bottom: 0;
}

h3.wp-block-heading {
  margin-top: 40px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h3.wp-block-heading {
    margin-top: 30px;
    font-size: 18px;
  }
}

h3.wp-block-heading:first-child {
  margin-top: 0;
}

h3.wp-block-heading:last-child {
  margin-bottom: 0;
}

h4.wp-block-heading {
  font-size: 20px;
}

.wp-block-image {
  margin: 30px 0;
}

.wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .wp-block-image img {
    border-radius: 8px;
  }
}

.wp-block-image.radius_none img {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .wp-block-image.radius_none img {
    border-radius: 0;
  }
}

.wp-block-image.w_full img {
  width: 100%;
}

.wp-block-image.border {
  border: none !important;
}

.wp-block-image.border img {
  border: 1px solid #ddd;
}

.wp-lightbox-container img + button {
  opacity: 1;
}

.wp-block-gallery {
  gap: 8px !important;
  margin: 30px 0;
}

.wp-block-gallery:first-child {
  margin-top: 0;
}

.wp-block-gallery:last-child {
  margin-bottom: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.post_content .wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.post_content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 8px);
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 40px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 30px;
  }
}

:where(.wp-block-columns.is-layout-flex):first-child {
  margin-top: 0;
}

:where(.wp-block-columns.is-layout-flex):last-child {
  margin-bottom: 0;
}

.wp-block-columns :where(.wp-block-columns.is-layout-flex) {
  gap: 20px;
  margin: 20px 0;
}

.wp-block-columns :where(.wp-block-columns.is-layout-flex):first-child {
  margin-top: 0;
}

.wp-block-columns :where(.wp-block-columns.is-layout-flex):last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-columns .wp-block-column h2.wp-block-heading,
.wp-block-columns .wp-block-columns .wp-block-column h3.wp-block-heading,
.wp-block-columns .wp-block-columns .wp-block-column h4.wp-block-heading {
  margin: 20px 0;
}

.wp-block-columns .wp-block-columns .wp-block-column h2.wp-block-heading:first-child,
.wp-block-columns .wp-block-columns .wp-block-column h3.wp-block-heading:first-child,
.wp-block-columns .wp-block-columns .wp-block-column h4.wp-block-heading:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-columns .wp-block-column h2.wp-block-heading:last-child,
.wp-block-columns .wp-block-columns .wp-block-column h3.wp-block-heading:last-child,
.wp-block-columns .wp-block-columns .wp-block-column h4.wp-block-heading:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-columns .wp-block-column > p {
  margin: 20px 0;
}

.wp-block-columns .wp-block-columns .wp-block-column > p:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-columns .wp-block-column > p:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-columns img {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .wp-block-columns .wp-block-columns img {
    border-radius: 4px;
  }
}

.wp-block-columns.column_w_auto .wp-block-column {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.wp-block-columns.col2 {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.wp-block-columns.col2 .wp-block-column {
  -ms-flex-preferred-size: calc((100% - 40px) / 2) !important;
      flex-basis: calc((100% - 40px) / 2) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.wp-block-columns.col3 {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.wp-block-columns.col3 .wp-block-column {
  -ms-flex-preferred-size: calc((100% - 80px) / 3) !important;
      flex-basis: calc((100% - 80px) / 3) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.wp-block-group {
  margin: 30px 0;
}

.wp-block-group:first-child {
  margin-top: 0;
}

.wp-block-group:last-child {
  margin-bottom: 0;
}

.wp-block-group h2.wp-block-heading,
.wp-block-group h3.wp-block-heading,
.wp-block-group h4.wp-block-heading {
  margin: 20px 0;
  margin-top: 30px;
}

.wp-block-group h2.wp-block-heading:first-child,
.wp-block-group h3.wp-block-heading:first-child,
.wp-block-group h4.wp-block-heading:first-child {
  margin-top: 0;
}

.wp-block-group h2.wp-block-heading:last-child,
.wp-block-group h3.wp-block-heading:last-child,
.wp-block-group h4.wp-block-heading:last-child {
  margin-bottom: 0;
}

.wp-block-group h2.wp-block-heading + h2.wp-block-heading,
.wp-block-group h2.wp-block-heading + h3.wp-block-heading,
.wp-block-group h2.wp-block-heading + h4.wp-block-heading,
.wp-block-group h3.wp-block-heading + h2.wp-block-heading,
.wp-block-group h3.wp-block-heading + h3.wp-block-heading,
.wp-block-group h3.wp-block-heading + h4.wp-block-heading,
.wp-block-group h4.wp-block-heading + h2.wp-block-heading,
.wp-block-group h4.wp-block-heading + h3.wp-block-heading,
.wp-block-group h4.wp-block-heading + h4.wp-block-heading {
  margin-top: 20px;
}

.wp-block-group .wp-block-lazyblock-imgwithlabel,
.wp-block-group .wp-block-lazyblock-splittext,
.wp-block-group .wp-block-lazyblock-textbox,
.wp-block-group .wp-block-lazyblock-listblock {
  margin: 20px 0;
}

.wp-block-group .wp-block-lazyblock-imgwithlabel:first-child,
.wp-block-group .wp-block-lazyblock-splittext:first-child,
.wp-block-group .wp-block-lazyblock-textbox:first-child,
.wp-block-group .wp-block-lazyblock-listblock:first-child {
  margin-top: 0;
}

.wp-block-group .wp-block-lazyblock-imgwithlabel:last-child,
.wp-block-group .wp-block-lazyblock-splittext:last-child,
.wp-block-group .wp-block-lazyblock-textbox:last-child,
.wp-block-group .wp-block-lazyblock-listblock:last-child {
  margin-bottom: 0;
}

.wp-block-group__inner-container {
  padding: 24px 16px;
  padding-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #D8DEE5;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wp-block-group__inner-container {
    border-radius: 8px;
  }
}

.wp-block-group__inner-container > p {
  margin: 20px 0;
}

.wp-block-group__inner-container > p:first-child {
  margin-top: 0;
}

.wp-block-group__inner-container > p:last-child {
  margin-bottom: 0;
}

.wp-block-group__inner-container > h2.wp-block-heading,
.wp-block-group__inner-container > h3.wp-block-heading,
.wp-block-group__inner-container > h4.wp-block-heading {
  margin-bottom: 14px;
}

.wp-block-group__inner-container > h2.wp-block-heading:first-child strong,
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong,
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  display: block;
  padding: 12px 16px;
  margin-top: -24px;
  margin-bottom: 20px;
  margin-right: -16px;
  margin-left: -16px;
  background-color: #0357BA;
  color: #fff;
}

.ukeirekankyoseibi .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, .ukeirekankyoseibi
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong, .ukeirekankyoseibi
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, .zaitakuryoyokankyoseibi
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong, .zaitakuryoyokankyoseibi
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, .tankinyusyokyoryoku
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong, .tankinyusyokyoryoku
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, .tankinyuinkyoryoku
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong, .tankinyuinkyoryoku
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #FF7A50;
}

.syakaihukkisokusin .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, .syakaihukkisokusin
.wp-block-group__inner-container > h3.wp-block-heading:first-child strong, .syakaihukkisokusin
.wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #9575CB;
}

.wp-block-group__inner-container > h2.wp-block-heading:last-child,
.wp-block-group__inner-container > h3.wp-block-heading:last-child,
.wp-block-group__inner-container > h4.wp-block-heading:last-child {
  margin-bottom: 0;
}

.wp-block-group__inner-container > h2.wp-block-heading:last-child strong,
.wp-block-group__inner-container > h3.wp-block-heading:last-child strong,
.wp-block-group__inner-container > h4.wp-block-heading:last-child strong {
  margin-bottom: -20px;
}

.wp-block-group :where(.wp-block-columns.is-layout-flex) {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .wp-block-group :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
  }
}

.wp-block-group :where(.wp-block-columns.is-layout-flex):first-child {
  margin-top: 0;
}

.wp-block-group :where(.wp-block-columns.is-layout-flex):last-child {
  margin-bottom: 0;
}

.wp-block-group.h_full {
  height: auto;
}

.wp-block-group.h_full .wp-block-group__inner-container {
  height: 100%;
}

.wp-block-group.shadow_none .wp-block-group__inner-container {
  padding: 20px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .wp-block-group.shadow_none .wp-block-group__inner-container {
    padding: 16px 12px;
    padding: 16px;
  }
}

.wp-block-group.bc_light_gry .wp-block-group__inner-container {
  background: #f9f9f9;
}

.wp-block-group.border_c_project > .wp-block-group__inner-container {
  padding: 24px 16px;
}

.ukeirekankyoseibi .wp-block-group.border_c_project > .wp-block-group__inner-container {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-group.border_c_project > .wp-block-group__inner-container {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-group.border_c_project > .wp-block-group__inner-container {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-group.border_c_project > .wp-block-group__inner-container {
  border-color: #FF7A50;
}

.syakaihukkisokusin .wp-block-group.border_c_project > .wp-block-group__inner-container {
  border-color: #9575CB;
}

.wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  padding: 24px 16px;
}

.ukeirekankyoseibi .wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  background-color: #fff3f3;
}

.zaitakuryoyokankyoseibi .wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  background-color: #E6F8F4;
}

.tankinyusyokyoryoku .wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(255, 153, 0, 0.1);
}

.tankinyuinkyoryoku .wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(255, 122, 80, 0.1);
}

.syakaihukkisokusin .wp-block-group.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(149, 117, 203, 0.1);
}

.wp-block-group.background_c_project > .wp-block-group__inner-container {
  padding: 24px 16px;
}

.ukeirekankyoseibi .wp-block-group.background_c_project > .wp-block-group__inner-container {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-group.background_c_project > .wp-block-group__inner-container {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-group.background_c_project > .wp-block-group__inner-container {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-group.background_c_project > .wp-block-group__inner-container {
  background-color: #FF7A50;
}

.syakaihukkisokusin .wp-block-group.background_c_project > .wp-block-group__inner-container {
  background-color: #9575CB;
}

.ukeirekankyoseibi .wp-block-group.background_c_project * {
  color: #fff;
}

.zaitakuryoyokankyoseibi .wp-block-group.background_c_project * {
  color: #fff;
}

.tankinyusyokyoryoku .wp-block-group.background_c_project * {
  color: #fff;
}

.tankinyuinkyoryoku .wp-block-group.background_c_project * {
  color: #fff;
}

.syakaihukkisokusin .wp-block-group.background_c_project * {
  color: #fff;
}

.wp-block-group.arw_tip_top, .wp-block-group.arw_tip_bottom, .wp-block-group.arw_tip_left, .wp-block-group.arw_tip_right {
  position: relative;
  z-index: 1;
}

.wp-block-group.arw_tip_top:before, .wp-block-group.arw_tip_bottom:before, .wp-block-group.arw_tip_left:before, .wp-block-group.arw_tip_right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #d9d9d9 transparent;
  border-width: 0px 9.5px 16px 9.5px;
  position: absolute;
  top: -16px;
  left: 90px;
  z-index: -1;
}

.wp-block-group.arw_tip_top:after, .wp-block-group.arw_tip_bottom:after, .wp-block-group.arw_tip_left:after, .wp-block-group.arw_tip_right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 9.5px 16px 9.5px;
  position: absolute;
  top: -14px;
  left: 90px;
  z-index: 0;
}

.wp-block-group.arw_tip_top > .wp-block-group__inner-container, .wp-block-group.arw_tip_bottom > .wp-block-group__inner-container, .wp-block-group.arw_tip_left > .wp-block-group__inner-container, .wp-block-group.arw_tip_right > .wp-block-group__inner-container {
  padding: 20px 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-group.arw_tip_top:before {
  border-color: transparent transparent #d9d9d9 transparent;
  border-width: 0px 9.5px 16px 9.5px;
  top: -16px;
  left: 90px;
}

.wp-block-group.arw_tip_top:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0px 9.5px 16px 9.5px;
  top: -14px;
  left: 90px;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_top.border_c_project:before {
  border-color: transparent transparent #F48989 transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_top.border_c_project:before {
  border-color: transparent transparent #05B88D transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_top.border_c_project:before {
  border-color: transparent transparent #FF9900 transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_top.border_c_project:before {
  border-color: transparent transparent #FF7A50 transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_top.border_c_project:before {
  border-color: transparent transparent #9575CB transparent;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_top.background_light_c_project > .wp-block-group__inner-container {
  background-color: #fff3f3;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_top.background_light_c_project > .wp-block-group__inner-container {
  background-color: #E6F8F4;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_top.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(255, 153, 0, 0.1);
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_top.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(255, 122, 80, 0.1);
}

.syakaihukkisokusin .wp-block-group.arw_tip_top.background_light_c_project > .wp-block-group__inner-container {
  background-color: rgba(149, 117, 203, 0.1);
}

.ukeirekankyoseibi .wp-block-group.arw_tip_top.background_light_c_project:after {
  border-color: transparent transparent #fff3f3 transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_top.background_light_c_project:after {
  border-color: transparent transparent #E6F8F4 transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_top.background_light_c_project:after {
  border-color: transparent transparent rgba(255, 153, 0, 0.1) transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_top.background_light_c_project:after {
  border-color: transparent transparent rgba(255, 122, 80, 0.1) transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_top.background_light_c_project:after {
  border-color: transparent transparent rgba(149, 117, 203, 0.1) transparent;
}

.wp-block-group.arw_tip_top.background_c_project * {
  color: #fff;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_top.background_c_project:after {
  border-color: transparent transparent #F48989 transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_top.background_c_project:after {
  border-color: transparent transparent #05B88D transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_top.background_c_project:after {
  border-color: transparent transparent #FF9900 transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_top.background_c_project:after {
  border-color: transparent transparent #FF7A50 transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_top.background_c_project:after {
  border-color: transparent transparent #9575CB transparent;
}

.wp-block-group.arw_tip_bottom:before {
  border-color: #d9d9d9 transparent transparent transparent;
  border-width: 16px 9.5px 0px 9.5px;
  top: auto;
  bottom: -15px;
  left: 90px;
}

.wp-block-group.arw_tip_bottom:after {
  border-color: #fff transparent transparent transparent;
  border-width: 16px 9.5px 0px 9.5px;
  top: auto;
  left: 90px;
  bottom: -13px;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_bottom.border_c_project:before {
  border-color: #F48989 transparent transparent transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_bottom.border_c_project:before {
  border-color: #05B88D transparent transparent transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_bottom.border_c_project:before {
  border-color: #FF9900 transparent transparent transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_bottom.border_c_project:before {
  border-color: #FF7A50 transparent transparent transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_bottom.border_c_project:before {
  border-color: #9575CB transparent transparent transparent;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_bottom.background_light_c_project:after {
  border-color: #fff3f3 transparent transparent transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_bottom.background_light_c_project:after {
  border-color: #E6F8F4 transparent transparent transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_bottom.background_light_c_project:after {
  border-color: rgba(255, 153, 0, 0.1) transparent transparent transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_bottom.background_light_c_project:after {
  border-color: rgba(255, 122, 80, 0.1) transparent transparent transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_bottom.background_light_c_project:after {
  border-color: rgba(149, 117, 203, 0.1) transparent transparent transparent;
}

.wp-block-group.arw_tip_bottom.background_c_project * {
  color: #fff;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_bottom.background_c_project:after {
  border-color: #F48989 transparent transparent transparent;
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_bottom.background_c_project:after {
  border-color: #05B88D transparent transparent transparent;
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_bottom.background_c_project:after {
  border-color: #FF9900 transparent transparent transparent;
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_bottom.background_c_project:after {
  border-color: #FF7A50 transparent transparent transparent;
}

.syakaihukkisokusin .wp-block-group.arw_tip_bottom.background_c_project:after {
  border-color: #9575CB transparent transparent transparent;
}

.wp-block-group.arw_tip_left:before {
  border-color: transparent #d9d9d9 transparent transparent;
  border-width: 9.5px 16px 9.5px 0px;
  top: 30px;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .wp-block-group.arw_tip_left:before {
    border-color: transparent transparent #d9d9d9 transparent;
    border-width: 0px 9.5px 16px 9.5px;
    top: -16px;
    left: 90px;
  }
}

.wp-block-group.arw_tip_left:after {
  border-color: transparent #fff transparent transparent;
  border-width: 9.5px 16px 9.5px 0px;
  top: 30px;
  left: -13px;
}

@media screen and (max-width: 767px) {
  .wp-block-group.arw_tip_left:after {
    border-color: transparent transparent #fff transparent;
    border-width: 0px 9.5px 16px 9.5px;
    top: -14px;
    left: 90px;
  }
}

.ukeirekankyoseibi .wp-block-group.arw_tip_left.border_c_project:before {
  border-color: transparent #F48989 transparent transparent;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_left.border_c_project:before {
    border-color: transparent transparent #F48989 transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.border_c_project:before {
  border-color: transparent #05B88D transparent transparent;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.border_c_project:before {
    border-color: transparent transparent #05B88D transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_left.border_c_project:before {
  border-color: transparent #FF9900 transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_left.border_c_project:before {
    border-color: transparent transparent #FF9900 transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_left.border_c_project:before {
  border-color: transparent #FF7A50 transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_left.border_c_project:before {
    border-color: transparent transparent #FF7A50 transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_left.border_c_project:before {
  border-color: transparent #9575CB transparent transparent;
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_left.border_c_project:before {
    border-color: transparent transparent #9575CB transparent;
  }
}

.ukeirekankyoseibi .wp-block-group.arw_tip_left.background_light_c_project:after {
  border-color: transparent #fff3f3 transparent transparent;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_left.background_light_c_project:after {
    border-color: transparent transparent #fff3f3 transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.background_light_c_project:after {
  border-color: transparent #E6F8F4 transparent transparent;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.background_light_c_project:after {
    border-color: transparent transparent #E6F8F4 transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_left.background_light_c_project:after {
  border-color: transparent rgba(255, 153, 0, 0.1) transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_left.background_light_c_project:after {
    border-color: transparent transparent rgba(255, 153, 0, 0.1) transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_left.background_light_c_project:after {
  border-color: transparent rgba(255, 122, 80, 0.1) transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_left.background_light_c_project:after {
    border-color: transparent transparent rgba(255, 122, 80, 0.1) transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_left.background_light_c_project:after {
  border-color: transparent rgba(149, 117, 203, 0.1) transparent transparent;
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_left.background_light_c_project:after {
    border-color: transparent transparent rgba(149, 117, 203, 0.1) transparent;
  }
}

.wp-block-group.arw_tip_left.background_c_project * {
  color: #fff;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_left.background_c_project:after {
  border-color: transparent #F48989 transparent transparent;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_left.background_c_project:after {
    border-color: transparent transparent #F48989 transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.background_c_project:after {
  border-color: transparent #05B88D transparent transparent;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_left.background_c_project:after {
    border-color: transparent transparent #05B88D transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_left.background_c_project:after {
  border-color: transparent #FF9900 transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_left.background_c_project:after {
    border-color: transparent transparent #FF9900 transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_left.background_c_project:after {
  border-color: transparent #FF7A50 transparent transparent;
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_left.background_c_project:after {
    border-color: transparent transparent #FF7A50 transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_left.background_c_project:after {
  border-color: transparent #9575CB transparent transparent;
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_left.background_c_project:after {
    border-color: transparent transparent #9575CB transparent;
  }
}

.wp-block-group.arw_tip_right:before {
  border-color: transparent transparent transparent #D9D9D9;
  border-width: 9.5px 0px 9.5px 16px;
  top: 30px;
  right: -15px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .wp-block-group.arw_tip_right:before {
    border-color: #d9d9d9 transparent transparent transparent;
    border-width: 16px 9.5px 0px 9.5px;
    top: auto;
    bottom: -15px;
    left: 90px;
    right: auto;
  }
}

.wp-block-group.arw_tip_right:after {
  border-color: transparent transparent transparent #fff;
  border-width: 9.5px 0px 9.5px 16px;
  top: 30px;
  right: -13px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .wp-block-group.arw_tip_right:after {
    border-color: #fff transparent transparent transparent;
    border-width: 16px 9.5px 0px 9.5px;
    top: auto;
    left: 90px;
    right: auto;
    bottom: -13px;
  }
}

.ukeirekankyoseibi .wp-block-group.arw_tip_right.border_c_project:before {
  border-color: transparent transparent transparent #F48989;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_right.border_c_project:before {
    border-color: #F48989 transparent transparent transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.border_c_project:before {
  border-color: transparent transparent transparent #05B88D;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.border_c_project:before {
    border-color: #05B88D transparent transparent transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_right.border_c_project:before {
  border-color: transparent transparent transparent #FF9900;
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_right.border_c_project:before {
    border-color: #FF9900 transparent transparent transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_right.border_c_project:before {
  border-color: transparent transparent transparent #FF7A50;
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_right.border_c_project:before {
    border-color: #FF7A50 transparent transparent transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_right.border_c_project:before {
  border-color: transparent transparent transparent #9575CB;
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_right.border_c_project:before {
    border-color: #9575CB transparent transparent transparent;
  }
}

.ukeirekankyoseibi .wp-block-group.arw_tip_right.background_light_c_project:after {
  border-color: transparent transparent transparent #fff3f3;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_right.background_light_c_project:after {
    border-color: #fff3f3 transparent transparent transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.background_light_c_project:after {
  border-color: transparent transparent transparent #E6F8F4;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.background_light_c_project:after {
    border-color: #E6F8F4 transparent transparent transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_right.background_light_c_project:after {
  border-color: transparent transparent transparent rgba(255, 153, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_right.background_light_c_project:after {
    border-color: rgba(255, 153, 0, 0.1) transparent transparent transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_right.background_light_c_project:after {
  border-color: transparent transparent transparent rgba(255, 122, 80, 0.1);
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_right.background_light_c_project:after {
    border-color: rgba(255, 122, 80, 0.1) transparent transparent transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_right.background_light_c_project:after {
  border-color: transparent transparent transparent rgba(149, 117, 203, 0.1);
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_right.background_light_c_project:after {
    border-color: rgba(149, 117, 203, 0.1) transparent transparent transparent;
  }
}

.wp-block-group.arw_tip_right.background_c_project * {
  color: #fff;
}

.ukeirekankyoseibi .wp-block-group.arw_tip_right.background_c_project:after {
  border-color: transparent transparent transparent #F48989;
}

@media screen and (max-width: 767px) {
  .ukeirekankyoseibi .wp-block-group.arw_tip_right.background_c_project:after {
    border-color: #F48989 transparent transparent transparent;
  }
}

.zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.background_c_project:after {
  border-color: transparent transparent transparent #05B88D;
}

@media screen and (max-width: 767px) {
  .zaitakuryoyokankyoseibi .wp-block-group.arw_tip_right.background_c_project:after {
    border-color: #05B88D transparent transparent transparent;
  }
}

.tankinyusyokyoryoku .wp-block-group.arw_tip_right.background_c_project:after {
  border-color: transparent transparent transparent #FF9900;
}

@media screen and (max-width: 767px) {
  .tankinyusyokyoryoku .wp-block-group.arw_tip_right.background_c_project:after {
    border-color: #FF9900 transparent transparent transparent;
  }
}

.tankinyuinkyoryoku .wp-block-group.arw_tip_right.background_c_project:after {
  border-color: transparent transparent transparent #FF7A50;
}

@media screen and (max-width: 767px) {
  .tankinyuinkyoryoku .wp-block-group.arw_tip_right.background_c_project:after {
    border-color: #FF7A50 transparent transparent transparent;
  }
}

.syakaihukkisokusin .wp-block-group.arw_tip_right.background_c_project:after {
  border-color: transparent transparent transparent #9575CB;
}

@media screen and (max-width: 767px) {
  .syakaihukkisokusin .wp-block-group.arw_tip_right.background_c_project:after {
    border-color: #9575CB transparent transparent transparent;
  }
}

.wp-block-group.tab_contents > .wp-block-group__inner-container{
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.wp-block-group.tab_content{
  display: none;
  margin-top: 0;
}

.wp-block-group.tab_content.active{
  display: block;
}

.wp-block-group.tab_content > .wp-block-group__inner-container{
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.wp-block-table {
  margin: 30px 0;
}

.wp-block-table:first-child {
  margin-top: 0;
}

.wp-block-table:last-child {
  margin-bottom: 0;
}

.wp-block-table table {
  background: #fff;
}

.post_content .wp-block-table table {
  border-collapse: unset;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .post_content .wp-block-table table {
    border-radius: 8px;
  }
}

.wp-block-table.w_auto table {
  width: auto;
}

.post_content .wp-block-table.ta_c th, .post_content .wp-block-table.ta_c td {
  text-align: center;
}

.post_content .wp-block-table.va_m th, .post_content .wp-block-table.va_m td {
  vertical-align: middle;
}

.wp-block-table.even tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.wp-block-table.fix .scroll_table_container table {
  white-space: wrap;
}

@media screen and (min-width: 768px) {
  .wp-block-table.fix_pc .scroll_table_container table {
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-table.fix_sp .scroll_table_container table {
    white-space: wrap;
  }
}

.wp-block-table.fixed table {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .wp-block-table.fixed_pc table {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-table.fixed_sp table {
    table-layout: fixed;
  }
}

.wp-block-table.table_normal {
  border-radius: 0;
  border: none;
  overflow: visible;
}

.wp-block-table.table_normal table {
  border: 1px solid #ddd;
}

.wp-block-table.table_normal th, .wp-block-table.table_normal td {
  padding: 10px;
}

.post_content .wp-block-table.vertical_line th, .post_content .wp-block-table.vertical_line td {
  border-right: 1px solid #D9D9D9;
}

.post_content .wp-block-table.vertical_line th:last-child, .post_content .wp-block-table.vertical_line td:last-child {
  border-right: none;
}

.wp-block-table .scroll_table_container table {
  white-space: nowrap;
}

.post_content .wp-block-table thead {
  border-bottom: none;
}

.wp-block-table thead th {
  border: none;
  background-color: #0357BA;
  font-weight: 500;
  color: #fff;
}

.ukeirekankyoseibi .wp-block-table thead th {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-table thead th {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-table thead th {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-table thead th {
  background-color: #FF7A50;
}

.syakaihukkisokusin .wp-block-table thead th {
  background-color: #9575CB;
}

.post_content .wp-block-table tr:first-child th, .post_content .wp-block-table tr:first-child td {
  border-top: none;
}

.post_content .wp-block-table th, .post_content .wp-block-table td {
  padding: 16px;
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-weight: 500;
}

.post_content .wp-block-table table th.border_right,
.post_content .wp-block-table table td.border_right{
  border-right: 1px solid #D9D9D9!important;
}

.wp-block-table table > * + tbody > * > *, .wp-block-table table > tbody > * ~ * > *, .wp-block-table table > tfoot > * > * {
  border-top: 1px solid #ddd;
}

.wp-block-buttons {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .wp-block-buttons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.wp-block-buttons:first-child {
  margin-top: 0;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  height: auto;
  padding: 7px 20px;
  border-radius: 25px;
  border: 1px solid #0357BA;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #0357BA;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .wp-block-button__link {
    padding: 10px 14px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.ukeirekankyoseibi .wp-block-button__link {
  border-color: #F48989;
  color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-button__link {
  border-color: #05B88D;
  color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-button__link {
  border-color: #FF9900;
  color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-button__link {
  border-color: #FF7A50;
  color: #FF7A50;
}

.syakaihukkisokusin .wp-block-button__link {
  border-color: #9575CB;
  color: #9575CB;
}

.wp-block-button__link:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 16px;
  background: url(../img/arrow02_pnk_right.svg?20231101) 50%/cover;
}

.ukeirekankyoseibi .wp-block-button__link:after {
  background-image: url(../img/arrow02_pnk_right.svg?20231101);
}

.zaitakuryoyokankyoseibi .wp-block-button__link:after {
  background-image: url(../img/arrow02_grn_right.svg?20231101);
}

.tankinyusyokyoryoku .wp-block-button__link:after {
  background-image: url(../img/arrow02_orn_right.svg?20231101);
}

.tankinyuinkyoryoku .wp-block-button__link:after {
  background-image: url(../img/arrow02_d-pnk_right.svg?20231101);
}

.syakaihukkisokusin .wp-block-button__link:after {
  background-image: url(../img/arrow02_ppl_right.svg?20231101);
}

.wp-block-button.background_c_project .wp-block-button__link {
  color: #fff;
}

.wp-block-button.background_c_project .wp-block-button__link:after {
  background: url(../img/arrow02_wht_right.svg?20231101) 50%/cover;
}

.ukeirekankyoseibi .wp-block-button.background_c_project .wp-block-button__link {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .wp-block-button.background_c_project .wp-block-button__link {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .wp-block-button.background_c_project .wp-block-button__link {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .wp-block-button.background_c_project .wp-block-button__link {
  background-color: #FF7A50;
}

.syakaihukkisokusin .wp-block-button.background_c_project .wp-block-button__link {
  background-color: #9575CB;
}

.wp-block-button.arw_down .wp-block-button__link:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  tablepress

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.tablepress {
  background: #fff;
}

.post_content .tablepress {
  border-collapse: unset;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .post_content .tablepress {
    border-radius: 8px;
  }
}

.post_content .tablepress > :not(caption) > * > * {
  padding: 12px;
}

.post_content .tablepress {
  margin: 0;
}

.tablepress_block {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .tablepress_block {
    border-radius: 8px;
  }
}

.tablepress_block:first-child {
  margin-top: 0;
}

.tablepress_block:last-child {
  margin-bottom: 0;
}

.tablepress.w_auto {
  width: auto;
}

.tablepress.vertical_line th, .tablepress.vertical_line td {
  border-right: 1px solid #D9D9D9;
}

.tablepress.vertical_line th:last-child, .tablepress.vertical_line td:last-child {
  border-right: none;
}

.tablepress.ta_c th, .tablepress.ta_c td {
  text-align: center;
}

.tablepress.va_m th, .tablepress.va_m td {
  vertical-align: middle;
}

.tablepress.fix {
  white-space: wrap;
}

.scroll_table_container .tablepress.fix {
  white-space: wrap;
}

.tablepress.fixed {
  table-layout: fixed;
}

.scroll_table_container .tablepress.fixed {
  table-layout: fixed;
}

.tablepress.fix {
  white-space: wrap;
}

.scroll_table_container .tablepress.fix {
  white-space: wrap;
}

@media screen and (min-width: 768px) {
  .tablepress.fix_pc {
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .tablepress.fix_sp {
    white-space: wrap;
  }
}

.tablepress.fixed {
  table-layout: fixed;
}

.scroll_table_container .tablepress.fixed {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .tablepress.fixed_pc {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .tablepress.fixed_sp {
    table-layout: fixed;
  }
}

.tablepress thead th {
  background-color: #0357BA;
  font-weight: 500;
  color: #fff;
}

.ukeirekankyoseibi .tablepress thead th {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .tablepress thead th {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .tablepress thead th {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .tablepress thead th {
  background-color: #FF7A50;
}

.syakaihukkisokusin .tablepress thead th {
  background-color: #9575CB;
}

.tablepress th, .tablepress td {
  font-weight: 500;
}

.scroll_table_container .tablepress {
  white-space: nowrap;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  lazyblock

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.img_with_label_block .wp-block-image {
  position: relative;
  z-index: 1;
}

.img_with_label_block .wp-block-image figcaption {
  padding: 1px 8px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.ukeirekankyoseibi .img_with_label_block .wp-block-image figcaption {
  border-color: #F48989;
  color: #F48989;
}

.zaitakuryoyokankyoseibi .img_with_label_block .wp-block-image figcaption {
  border-color: #05B88D;
  color: #05B88D;
}

.tankinyusyokyoryoku .img_with_label_block .wp-block-image figcaption {
  border-color: #FF9900;
  color: #FF9900;
}

.tankinyuinkyoryoku .img_with_label_block .wp-block-image figcaption {
  border-color: #FF7A50;
  color: #FF7A50;
}

.syakaihukkisokusin .img_with_label_block .wp-block-image figcaption {
  border-color: #9575CB;
  color: #9575CB;
}

.wp-block-lazyblock-imgwithlabel {
  margin: 30px 0;
}

.wp-block-lazyblock-imgwithlabel:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-imgwithlabel:last-child {
  margin-bottom: 0;
}

.split_text_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  border-radius: 16px;
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .split_text_items {
    border-radius: 8px;
  }
}

.split_text_item {
  padding: 20px 24px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

@media screen and (max-width: 767px) {
  .split_text_item {
    padding: 16px 12px;
    padding: 16px;
  }
}

.wp-block-lazyblock-splittext {
  margin: 30px 0;
}

.wp-block-lazyblock-splittext:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-splittext:last-child {
  margin-bottom: 0;
}

.text_box_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  border: 2px solid #0357BA;
  font-weight: 500;
}

.ukeirekankyoseibi .text_box_item {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .text_box_item {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .text_box_item {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .text_box_item {
  border-color: #FF7A50;
}

.syakaihukkisokusin .text_box_item {
  border-color: #9575CB;
}

.text_box_item em {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
}

.ukeirekankyoseibi .text_box_item em {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .text_box_item em {
  color: #05B88D;
}

.tankinyusyokyoryoku .text_box_item em {
  color: #FF9900;
}

.tankinyuinkyoryoku .text_box_item em {
  color: #FF7A50;
}

.syakaihukkisokusin .text_box_item em {
  color: #9575CB;
}

.text_box.border_red .text_box_item {
  border-color: red;
}

.text_box.border_blu .text_box_item {
  border-color: #0257ba;
}

.text_box.border_grn .text_box_item {
  border-color: #13ae5c;
}

.text_box.matchHeight .block_inner {
  height: 100%;
}

.text_box.matchHeight .text_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.text_box.c_ukeirekankyoseibi {
  border-color: #F48989;
}

.text_box.c_zaitakuryoyokankyoseibi {
  border-color: #05B88D;
}

.text_box.c_tankinyusyokyoryoku {
  border-color: #FF9900;
}

.text_box.c_tankinyuinkyoryoku {
  border-color: #FF7A50;
}

.text_box.c_syakaihukkisokusin {
  border-color: #9575CB;
}

.wp-block-lazyblock-textbox {
  margin: 30px 0;
}

.wp-block-lazyblock-textbox:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-textbox:last-child {
  margin-bottom: 0;
}

.wp-block-lazyblock-textbox.w_full .text_box_item {
  width: 100%;
}

.list_block li {
  padding-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.list_block li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0357BA;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}

.ukeirekankyoseibi .list_block li:before {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .list_block li:before {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .list_block li:before {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .list_block li:before {
  background-color: #FF7A50;
}

.syakaihukkisokusin .list_block li:before {
  background-color: #9575CB;
}

.list_block li:last-child {
  margin-bottom: 0;
}

.list_block.num ul {
  counter-reset: number 0;
}

.list_block.num li {
  padding-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.list_block.num li:before {
  counter-increment: number 1;
  content: counter(number);
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  font-weight: 700;
  color: #0357BA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ukeirekankyoseibi .list_block.num li:before {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .list_block.num li:before {
  color: #05B88D;
}

.tankinyusyokyoryoku .list_block.num li:before {
  color: #FF9900;
}

.tankinyuinkyoryoku .list_block.num li:before {
  color: #FF7A50;
}

.syakaihukkisokusin .list_block.num li:before {
  color: #9575CB;
}

.list_block.num li:last-child {
  margin-bottom: 0;
}

.list_block.simple li {
  padding-left: 1em;
  margin-bottom: .3em;
  position: relative;
  z-index: 1;
}

.list_block.simple li:before {
  content: '・';
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  font-weight: 400;
  color: #505050;
  position: absolute;
  top: 0;
}

.ukeirekankyoseibi .list_block.simple li:before {
  color: #F48989;
  color: #505050;
}

.zaitakuryoyokankyoseibi .list_block.simple li:before {
  color: #05B88D;
  color: #505050;
}

.tankinyusyokyoryoku .list_block.simple li:before {
  color: #FF9900;
  color: #505050;
}

.tankinyuinkyoryoku .list_block.simple li:before {
  color: #FF7A50;
  color: #505050;
}

.syakaihukkisokusin .list_block.simple li:before {
  color: #9575CB;
  color: #505050;
}

.list_block.simple li:last-child {
  margin-bottom: 0;
}

.wp-block-lazyblock-listblock {
  margin: 30px 0;
}

.wp-block-lazyblock-listblock:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-listblock:last-child {
  margin-bottom: 0;
}

.page_anchor_link {
  max-width: 800px;
  max-width: none;
  margin: 0 auto;
}

.page_anchor_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page_anchor_link_items {
    margin: -10px;
    margin: 0;
  }
}

.page_anchor_link_item {
  width: 100%;
  padding: 0 20px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .page_anchor_link_item {
    width: 50%;
    padding: 0 10px;
    padding: 0;
  }
}

.page_anchor_link_item_inner {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  height: 55px;
  padding: 20px;
  padding-top: 0;
  padding: 0;
  border-bottom: 3px solid #000;
  border: 3px solid #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page_anchor_link_item_inner {
    padding: 10px;
    border-bottom: 2px solid #000;
    border: 2px solid #000;
    font-size: 15px;
  }
}

.ukeirekankyoseibi .page_anchor_link_item_inner {
  border-color: #F48989;
  color: #F48989;
}

.zaitakuryoyokankyoseibi .page_anchor_link_item_inner {
  border-color: #05B88D;
  color: #05B88D;
}

.tankinyusyokyoryoku .page_anchor_link_item_inner {
  border-color: #FF9900;
  color: #FF9900;
}

.tankinyuinkyoryoku .page_anchor_link_item_inner {
  border-color: #FF7A50;
  color: #FF7A50;
}

.syakaihukkisokusin .page_anchor_link_item_inner {
  border-color: #9575CB;
  color: #9575CB;
}

.page_anchor_link_item_inner:before {
  content: '';
  content: none;
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  top: 3px;
  right: 30px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .page_anchor_link_item_inner:before {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -110%) rotate(45deg);
        -ms-transform: translate(0, -110%) rotate(45deg);
            transform: translate(0, -110%) rotate(45deg);
  }
}

.ukeirekankyoseibi .page_anchor_link_item_inner:before {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .page_anchor_link_item_inner:before {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .page_anchor_link_item_inner:before {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .page_anchor_link_item_inner:before {
  border-color: #FF7A50;
}

.syakaihukkisokusin .page_anchor_link_item_inner:before {
  border-color: #9575CB;
}

.page_anchor_link_item_inner.active{
  background-color: #000;
  color: #fff;
}

.ukeirekankyoseibi .page_anchor_link_item_inner.active {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .page_anchor_link_item_inner.active {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .page_anchor_link_item_inner.active {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .page_anchor_link_item_inner.active {
  background-color: #FF7A50;
}

.syakaihukkisokusin .page_anchor_link_item_inner.active {
  background-color: #9575CB;
}

.wp-block-lazyblock-pageanchorlink {
  margin: 80px 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .wp-block-lazyblock-pageanchorlink {
    margin: 60px 0;
  }
}

.wp-block-lazyblock-pageanchorlink:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-pageanchorlink:last-child {
  margin-bottom: 0;
}

.wp-block-lazyblock-pageanchorlink.w_600 .page_anchor_link {
  max-width: 600px;
}

.contact_item_block {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_item_block h2.wp-block-heading {
    font-size: 18px;
  }
}

.contact_item_block_ttl {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact_item_block_ttl {
    margin-top: -5px !important;
    font-size: 15px;
  }
}

.contact_item_block_tel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #000;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .contact_item_block_tel_block {
    width: 100%;
    margin-top: -5px;
  }
}

.ukeirekankyoseibi .contact_item_block_tel_block {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .contact_item_block_tel_block {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .contact_item_block_tel_block {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .contact_item_block_tel_block {
  border-color: #FF7A50;
}

.syakaihukkisokusin .contact_item_block_tel_block {
  border-color: #9575CB;
}

.contact_item_block_tel_block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 57px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_item_block_tel_block dt {
    width: 94px;
    height: 48px;
  }
}

.ukeirekankyoseibi .contact_item_block_tel_block dt {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .contact_item_block_tel_block dt {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .contact_item_block_tel_block dt {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .contact_item_block_tel_block dt {
  background-color: #FF7A50;
}

.syakaihukkisokusin .contact_item_block_tel_block dt {
  background-color: #9575CB;
}

.contact_item_block_tel_block dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 18px;
  padding-right: 28px;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact_item_block_tel_block dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    font-size: 24px;
  }
}

.contact_item_block_tel_block dd a {
  vertical-align: 4px;
}

@media screen and (max-width: 767px) {
  .contact_item_block_tel_block dd a {
    vertical-align: 0;
  }
}

.contact_item_block_time {
  margin-top: 10px !important;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .contact_item_block_time {
    margin-top: 15px !important;
    font-size: 18px;
  }
}

.contact_item_block_time span {
  margin: 0 -0.1em;
}

.contact_item_block_time .small {
  font-size: 14px;
  vertical-align: 2px;
}

.contact_item_block_time .big {
  font-size: 24px;
}

.contact_item_block_email {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_item_block_email {
    margin-top: -10px !important;
    font-size: 16px;
  }
}

.contact_item_block_email a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.ukeirekankyoseibi .contact_item_block_email a {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .contact_item_block_email a {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .contact_item_block_email a {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .contact_item_block_email a {
  border-color: #FF7A50;
}

.syakaihukkisokusin .contact_item_block_email a {
  border-color: #9575CB;
}

.contact_item_block .border_c_project .wp-block-group__inner-container {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-lazyblock-contactitemblock {
  margin: 30px 0;
}

.wp-block-lazyblock-contactitemblock:first-child {
  margin-top: 0;
}

.wp-block-lazyblock-contactitemblock:last-child {
  margin-bottom: 0;
}


.accordion_head,
.accordion_text {
  cursor: pointer;
  position: relative;
  color: #505050 !important;
}

@media screen and (max-width: 767px) {
  .accordion_head,
  .accordion_text {
    padding-right: 30px;
  }
}

.accordion_head::before,
.accordion_text::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/faq_list_item_btn_close_d-pnk.svg?20231101);
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 1;
}

.tankinyusyokyoryoku .accordion_head::before {
  background-image: url(../img/faq_list_item_btn_close_orn.svg?20231101);
}

.ukeirekankyoseibi .accordion_head::before, 
.ukeirekankyoseibi .accordion_text::before {
  background: url(../img/faq_list_item_btn_close_pnk.svg);
  background-size: contain;
}

.zaitakuryoyokankyoseibi .accordion_head::before {
  background: url(../img/faq_list_item_btn_close_grn.svg);
  background-size: contain;
}

.tankinyusyokyoryoku .accordion_head::before {
  background: url(../img/faq_list_item_btn_close_orn.svg);
  background-size: contain;
}

.syakaihukkisokusin .accordion_head::before {
  background: url(../img/faq_list_item_btn_close_ppl.svg);
  background-size: contain;
}

.accordion_head.accordion_head_no::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .accordion_head::before,
  .accordion_text::before {
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 8px;
    right: 0;
  }
}

.accordion_head.active:before,
.accordion_text.active:before {
  transform: rotate(-180deg);
}

.accordion_body {
  display: none;
  padding: 24px 16px;
  border-radius: 16px;
    border: 1px solid #D8DEE5;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.wp-block-group__inner-container .accordion_body p {
  margin: 20px 0;
}

.accordion_text_body {
  display: none;
  padding: 24px 16px;
  border-radius: 16px;
    border: 1px solid #D8DEE5;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


/* 2024.05.24 */

.project_mv .container_s {
  top: 40%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .project_mv .container_s {
    top: 45%;
  }
}

.project_mv_label {
  height: 50px;
    border-radius: 24px;
    width: 200px;
    margin: auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .project_mv_label {
    margin: 0;
    margin-bottom: 16px;
    width: 140px;
    height: 40px;
  }
}

.project_mv_ttl {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .project_mv_ttl {
    font-size: 20px;
  }
}

.project_mv_ttl .big {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .project_mv_ttl .big {
    font-size: 30px;
  }
}

.project.page-child .project_mv .container_s {
  top: 0;
  transform: translate(-50%, 0);
}

.footer_bnr_img {
  width: 100%;
}



/* 2024.05.24 end */

/* 2024.08.02 */

.news_list_item_ttl_not_line {
  max-height: none;
  -webkit-line-clamp: initial;
}

.faq_list_item_inner .large {
  font-weight: 900;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .faq_list_item_inner .large {
    font-size: 18px;
  }
}


.faq_list_item_inner .blue {
  color: #0257ba;
  font-weight: 900;
}



.kaigosyokuin .news_list_item_time,
.kaigosyokuin .faq_list_item_a a,
.kaigosyokuin .faq_list_item .q,
.kaigosyokuin .faq_list_item .a,
.kaigosyokuin .faq_list_item_inner .blue,
.kaigosyokuin .project_mv_label,
.kaigosyokuin .project_mv_bottom_nav_item_inner,
.kaigosyokuin .project_sec01_ttl,
.kaigosyokuin .project_sec02_ttl,
.kaigosyokuin .project_sec04_ttl,
.kaigosyokuin h2.wp-block-heading, 
.kaigosyokuin h3.wp-block-heading,
.kaigosyokuin .list_block.num li:before {
  color: #66abff;
}


.kaigosyokuin .page_anchor_link_item_inner.active,
.kaigosyokuin .bc_project,
.kaigosyokuin .project_sec03_ttl,
.kaigosyokuin .project_sec03_list_item_link,
.kaigosyokuin .wp-block-group__inner-container > h2.wp-block-heading:first-child strong, 
.kaigosyokuin .wp-block-group__inner-container > h3.wp-block-heading:first-child strong,
.kaigosyokuin .wp-block-group__inner-container > h4.wp-block-heading:first-child strong {
  background-color: #66abff;
}

.kaigosyokuin .page_anchor_link_item_inner.active {
  color: #fff;
}

.kaigosyokuin .news_list_item_cat, 
.kaigosyokuin .page_anchor_link_item_inner {
  color: #66abff;
  border-color: #66abff;
}

.kaigosyokuin .text_box_item {
  border-color: #66abff;
}


.kaigosyokuin .project_mv_bottom_nav_item_inner:before {
  background-image: url(../img/arrow_kaigo.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  background-size: contain;
}

.kaigosyokuin .project_sec02,
.kaigosyokuin .project_sec04 {
  background-color: rgb(220, 240, 255);
}


.kaigosyokuin .project_sec03_list_item_img {
  width: 137px;
}

.kaigosyokuin .project_sec03_list_item_img_03 {
  width: 113px;
}

.syakaihukkisokusin .post_content .wp-block-table th, 
.syakaihukkisokusin .post_content .wp-block-table td {
  font-size: 12.8px;
}


.kaigosyokuin .faq_list_item_q:before {
  background: url(../img/faq_kaigo.png) 50% / cover ;
}


/* 0411 */

.project_sec01_txt_link {
  margin-top: 20px;
}

.project_sec01_txt_link a {
  text-decoration: underline;
  font-size: 16px;
}

.fs_large {
  font-size: 1.3rem;
}

#after.wp-block-group.tab_content > .wp-block-group__inner-container,
#before.wp-block-group.tab_content > .wp-block-group__inner-container {
  padding: 24px 16px;
  padding-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #D8DEE5;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.w_full.fs_large span {
  font-size: 18px !important;
}

.post_content .wp-block-table td {
  font-size: 16px !important;
}


.page_anchor_link_item_inner {
  height: auto;
  padding: 20px 0;
  border: none;
  border-bottom: 3px solid #000;
  background: #eee;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_anchor_link_item_inner:hover {
    opacity: 1;
  }

  .page_anchor_link_item_inner {
    padding: 15px 10px;
  }
}

.ukeirekankyoseibi .page_anchor_link_item_inner {
  border-color: #F48989;
  color: #aaa;
}

.ukeirekankyoseibi .page_anchor_link_item_inner.active {
  color: #fff;
}


.excel_link:before,
.word_link:before {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .pdf_link:before,
  .excel_link:before,
  .word_link:before {
    font-size: 1.5em;
  } 
}

.documents #after.wp-block-group.tab_content > .wp-block-group__inner-container, 
.documents #before.wp-block-group.tab_content > .wp-block-group__inner-container{
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.documents .documents_table .wrap {
  margin-bottom: 50px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .documents .documents_table .wrap {
    margin-bottom: 25px;
  }
}

.documents .documents_table .head {
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  background: #0357BA;
}

.ukeirekankyoseibi.documents .documents_table .head {
  background: #F48989;
}

.zaitakuryoyokankyoseibi.documents .documents_table .head {
  background: #05B88D;
}

.tankinyuinkyoryoku.documents .documents_table .head {
  background: #FF7A50;
}

.tankinyusyokyoryoku.documents .documents_table .head {
  background: #FF9900;
}


@media screen and (max-width: 767px) {
  .documents .documents_table .head {
    font-size: 14px;
  }
}

.documents .documents_table .body .block {
  border-bottom: solid 1px #ddd;
}

.documents .documents_table .body .block:last-child {
  border-bottom: none;
}

.documents .documents_table .body .block a {
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .documents .documents_table .body .block a {
    font-size: 13px;
  }
}


.documents_list {

}

.documents_list_ttl {
  color: #cf2e2e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.documents_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

@media screen and (max-width: 767px) {
  .documents_btns {
    gap: 15px 5px;
  }
}

.documents_btn.active a {
  background: #FF7A50;
  color: #fff;
}

.documents_btn a {
  color: #FF7A50;
  border: solid 1px #FF7A50;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .documents_btn a {
    padding: 8px 12px;
    font-size: 15px;
  }
}

.documents .documents_table .body .block_wrap {
  display: flex;
  border-bottom: solid 1px #ddd;
  align-items: center;
}

.documents .documents_table .body .block_ttl {
  color: #FF7A50;
  width: 250px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .documents .documents_table .body .block_ttl {
    width: 90px;
    font-size: 13px;
  }
}

.documents .documents_table .body .block_flex {
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #ddd;
  width: 100%;
}

.documents .documents_table .body .block_flex a {
  width: 33.33%;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px ;
  font-size: 16px;
  font-weight: 500;
  padding: 5px
}

@media screen and (max-width: 767px) {
  .documents .documents_table .body .block_flex a {
    width: 50%;
    font-size: 13px;
    padding: 5px;
    min-height: 47px;
  }

  .documents .documents_table .body .block_flex a:nth-child(2n) {
    border-right: none;
  }
}

.documents .documents_table .body .block_flex.none_border a {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .documents .documents_table .body .block_flex.none_border a {
    border-bottom: solid 1px #ddd;
  }

  .documents .documents_table .body .block_flex.none_border a.no-content {
    border-bottom: none;
  }
}

.documents .documents_table .body .block_flex a:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .documents .documents_table .body .block_flex a:nth-child(3n) {
    border-right: solid 1px #ddd;
    border-bottom: none;
  }
}

.documents .documents_table .body .block_flex a:nth-child(4),
.documents .documents_table .body .block_flex a:nth-child(5),
.documents .documents_table .body .block_flex a:nth-child(6) {
  border-bottom: none;
}


.project_mv_bottom_nav_item_inner {
  /* border: solid 2px #F48989; */
  width: 216px;
  /* height: 150px; */
  border-radius: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 3px;
  font-size: 20px;
  background: #F48989;
  color: #fff;
  flex-wrap: wrap;
  gap: 16px 0;
  color: #fff;
  padding-top: 16px;
}

.zaitakuryoyokankyoseibi .project_mv_bottom_nav_item_inner {
  background: #05B88D;
}

.tankinyusyokyoryoku .project_mv_bottom_nav_item_inner {
  background: #FF9900;
}

.tankinyuinkyoryoku .project_mv_bottom_nav_item_inner {
  background:#FF7A50;
}

.syakaihukkisokusin .project_mv_bottom_nav_item_inner {
  background: #9575CB;
}

.project_mv_bottom_nav_item_inner span {
  display: block;
  width: 100%;
  background: #fff;
  color: #F48989;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 12px 0;
  border-radius: 0 0 10px 10px;
  letter-spacing: -0.08em;
}


.zaitakuryoyokankyoseibi .project_mv_bottom_nav_item_inner span {
  color: #05B88D;
}

.tankinyusyokyoryoku .project_mv_bottom_nav_item_inner span {
  color: #FF9900;
}

.tankinyuinkyoryoku .project_mv_bottom_nav_item_inner span {
  color:#FF7A50;
}

.syakaihukkisokusin .project_mv_bottom_nav_item_inner span {
  color: #9575CB;
}

@media screen and (max-width: 767px) {
  .project_mv_bottom_nav_item {
    display: flex;
    justify-content: center;
  }

  .project_mv_bottom_nav_item_inner {
    font-size: 12px;
    width: auto;
    height: auto;
  }

  .project_mv_bottom_nav_item_inner:before {
    margin-right: 8px;
  }

  .project_mv_bottom_nav_item_inner span {
    font-size: 10px;
  }
}


/* 0513 */

.project_mv_box {
  text-align: center;
  margin: 0 auto;
}

.project_mv_box_inner {
  position: relative;
  padding: 20px 30px;
  border: solid 1px #fff;
  line-height: 1.8;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .project_mv_box_inner {
    font-size: 20px;
    padding: 20px 8px;
  }
}



.project_mv_box .box-title {
  position: absolute;
  display: inline-block;
  top: -21px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .project_mv_box .box-title {
    top: -18px;
  }
}

.project_mv_box .box-title:before,
.project_mv_box .box-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
}

.project_mv_box .box-title:after {

}

.project_mv_box .box-title b {
  flex-shrink: 0;
  padding: 0 8px;
  font-weight: 400;
}

.project_mv_box p {
  margin: 0;
  padding: 0;
}

.is_arrow + .wp-block-lazyblock-pageanchorlink {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is_arrow.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /* flex-basis: 0% !important; */
  }
}


h2.wp-block-heading code {
  font-size: 0.7em;
}


.wp-block-group__inner-container code {
  font-size: 1.2em;
}

.syakaihukkisokusin h2.wp-block-heading.accordion_head_no {
  color: #9575CB !important;
}


/* 20250606 */

.separate.documents .project_content_header,
.separate.documents .footer_bnr_block {
  display: none;
}

.other_documents {

}

.other_documents .wrap {
  margin-bottom: 40px;
  border: solid 1px #ddd;
}

.other_documents .wrap .head {
  background: #0357BA;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.other_documents .wrap.ukeire  .head {
  background: #F48989;
}


.other_documents .wrap.zaitaku .head {
  background: #05B88D;
}

.other_documents .wrap .body a {
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

/* 20250606 END*/