@charset "UTF-8";
.btn_big_circle_arrow_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn_big_circle_arrow_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .btn_big_circle_arrow_right a {
    font-size: 14px;
  }
}

.btn_big_circle_arrow_right a:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 16px;
  background: url(../img/btn_arrow_right01.svg?20231101) 50%/cover;
}

@media screen and (max-width: 767px) {
  .btn_big_circle_arrow_right a:after {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background: url(../img/btn_arrow_right01@sp.svg?20231101) 50%/cover;
  }
}

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

  top_mv

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.top_mv {
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.top_mv .container_s {
  width: 100%;
  padding-top: 125px;
  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) {
  .top_mv .container_s {
    padding: 0 22px;
    padding-top: 20px;
  }
}

.top_mv_img {
  width: 100%;
}

.top_mv_label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px;
  margin-bottom: 8px;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.19em;
  color: #0357BA;
}

@media screen and (max-width: 767px) {
  .top_mv_label {
    padding: 4px 8px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 20px;
    font-size: 12px;
  }
}

.top_mv_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_mv_ttl {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
}

.top_mv_bottom {
  margin-bottom: 100px;
}

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

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

.top_mv_bottom .base {
  padding-top: 43px;
  margin-top: -96px;
  border-radius: 16px 16px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_mv_bottom .base {
    margin-top: 0;
  }
}

.top_mv_bottom_header {
  margin-bottom: 71px;
}

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

.top_mv_bottom_label {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_mv_bottom_label {
    display: block;
    position: absolute;
    width: 170px;
    top: -15px;
    left: -1px;
    z-index: 1;
  }
}

.top_mv_bottom_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #363636;
}

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

.top_mv_bottom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .top_mv_bottom_flex {
    display: block;
    padding: 0;
  }
}

.top_mv_bottom_txt_block {
  padding-left: 40px;
}

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

.top_mv_bottom_txt_block p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_mv_bottom_txt_block p {
    font-size: 12px;
    letter-spacing: -.02em;
  }
}

.top_mv_bottom_txt_block p:first-child {
  margin-top: -.5em;
}

.top_mv_bottom_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  margin-left: 67px;
}

@media screen and (max-width: 767px) {
  .top_mv_bottom_img_block {
    width: 100%;
    margin-top: 36px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_bottom_img {
    display: block;
    width: 283px;
    margin: 0 auto;
  }
}

.top_mv_bottom .btn_big_circle_arrow_right {
  margin-top: 24px;
}

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

  top_sec

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.top_sec_ttl {
  padding-left: 24px;
  position: relative;
  z-index: 1;
}

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

.top_sec_ttl .jp {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #0357BA;
}

@media screen and (max-width: 767px) {
  .top_sec_ttl .jp {
    margin-top: 4px;
    font-size: 20px;
  }
}

.top_sec_ttl .en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #ACB6C2;
}

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

  top_sec01

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

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

.top_sec01 .bg {
  padding-top: 88px;
  padding-bottom: 100px;
  background: #F2F4F5;
}

@media screen and (max-width: 767px) {
  .top_sec01 .bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.top_sec01 .top_sec_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .top_sec01 .top_sec_header {
    display: block;
    margin-bottom: 56px;
  }
}

.top_sec01 .top_sec_ttl {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .top_sec01 .top_sec_ttl {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_sec01 .top_sec_description {
    font-size: 12px;
    line-height: 1.8;
  }
}

.top_sec01 .items {
  counter-reset: number 0;
}

.top_sec01 .items_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px -30px;
}

@media screen and (max-width: 767px) {
  .top_sec01 .items_inner {
    display: block;
    margin: -20px 0;
  }
}

.top_sec01 .item {
  counter-increment: number;
  width: 33.3333333333%;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .top_sec01 .item {
    width: 100%;
    padding: 20px 0;
  }
}

.top_sec01 .item_inner {
  height: 100%;
  padding: 16px;
  padding-top: 24px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.top_sec01 .item_inner:before {
  content: counter(number, decimal-leading-zero);
  font-size: 48px;
  font-weight: 500;
  color: #0357BA;
  position: absolute;
  top: -35px;
  left: 18px;
  z-index: 1;
}

.top_sec01 .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: 0 auto;
  padding-bottom: 8px;
}

.top_sec01 .item_ttl {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
}

.top_sec01 .item_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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 7px;
  margin: 0 auto;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1px solid #0357BA;
  font-size: 11px;
  font-weight: 500;
  color: #0357BA;
}

.top_sec01 .item_txt {
  height: 2.9em;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.top_sec01 .item_txt small {
  font-size: 12px;
}

.top_sec01 .item_link_wrap {
  text-align: right;
}

.top_sec01 .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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 11px;
  font-weight: 500;
  color: #0357BA;
}

.top_sec01 .item_link:after {
  content: '';
  display: block;
  width: 12.5px;
  height: 7.5px;
  margin-left: 6px;
  background: url(../img/arrow01_blu_right.svg?20231101) 50%/cover;
}

.top_sec01 .item_link_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_sec01 .item.project01 .item_inner:before {
  color: #F48989;
}

.top_sec01 .item.project01 .item_label {
  border: 1px solid #F48989;
  color: #F48989;
}

.top_sec01 .item.project01 .item_link {
  color: #F48989;
}

.top_sec01 .item.project01 .item_link:after {
  background: url(../img/arrow01_pnk_right.svg?20231101) 50%/cover;
}

.top_sec01 .item.project02 .item_inner:before {
  color: #05B88D;
}

.top_sec01 .item.project02 .item_label {
  border: 1px solid #05B88D;
  color: #05B88D;
}

.top_sec01 .item.project02 .item_link {
  color: #05B88D;
}

.top_sec01 .item.project02 .item_link:after {
  background: url(../img/arrow01_grn_right.svg?20231101) 50%/cover;
}

.top_sec01 .item.tankinyuinkyoryoku .item_inner:before {
  color: #FF7A50;
}

.top_sec01 .item.tankinyuinkyoryoku .item_label {
  border: 1px solid #FF7A50;
  color: #FF7A50;
}

.top_sec01 .item.tankinyuinkyoryoku .item_link {
  color: #FF7A50;
}

.top_sec01 .item.tankinyuinkyoryoku .item_link:after {
  background: url(../img/arrow01_d-orn_right.svg?20231101) 50%/cover;
}

.top_sec01 .item.tankinyusyokyoryoku .item_inner:before {
  color: #FF9900;
}

.top_sec01 .item.tankinyusyokyoryoku .item_label {
  border: 1px solid #FF9900;
  color: #FF9900;
}

.top_sec01 .item.tankinyusyokyoryoku .item_link {
  color: #FF9900;
}

.top_sec01 .item.tankinyusyokyoryoku .item_link:after {
  background: url(../img/arrow01_orn_right.svg?20231101) 50%/cover;
}

.top_sec01 .item.project05 .item_inner:before {
  color: #9575CB;
}

.top_sec01 .item.project05 .item_label {
  border: 1px solid #9575CB;
  color: #9575CB;
}

.top_sec01 .item.project05 .item_link {
  color: #9575CB;
}

.top_sec01 .item.project05 .item_link:after {
  background: url(../img/arrow01_ppl_right.svg?20231101) 50%/cover;
}

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

  top_sec02

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 767px) {
  .top_sec02 .container {
    padding: 0 16px;
  }
}

.top_sec02 .top_sec_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 275px;
}

@media screen and (max-width: 767px) {
  .top_sec02 .top_sec_header {
    max-width: none;
    margin-bottom: 32px;
  }
}

.top_sec02 .top_sec_body {
  width: 100%;
  max-width: 640px;
}

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

.top_sec02 .btn_big_circle_arrow_right {
  margin-top: 32px;
}


.footer_bnr_img {
  width: 100%;
}


/* 2024.05.24 */

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

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

.top_mv_label {
  font-size: 20px;
  margin: auto;
  margin-bottom: 16px;
}

.top_mv_ttl {
  font-size: 50px;
  text-align: center;
}

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

.item_header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_sec01 .item_ttl {
  font-size: 20px;
}


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

  }
}


.top_sec02 .top_sec_header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_sec02 .top_sec_header {
    display: block;
    margin-bottom: 40px;
  }
}

.top_sec02 .top_sec_ttl {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .top_sec02 .top_sec_ttl {
    margin-bottom: 20px;
  }
}

.top_sec02 .top_sec_body {
  max-width: none;
}

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

.account_btns {
  margin: auto;
  max-width: 800px;
  margin-bottom: 60px;
}

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


.account_btn p {
  position: relative;
}

@media screen and (max-width: 767px) {
  .account_btn {
    margin-bottom: 20px;
    text-align: center;
  }
}

.account_btn p:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: solid 1px #0357BA;
  border-right: solid 1px #0357BA;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  right: -40px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .account_btn p:after {
    right: -24px;
    width: 8px;
    height: 8px;
  }
}

.account_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}

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

.account_btn a {
  font-size: 20px;
  border: solid 1px #0357BA;
  padding: 24px 60px 24px 24px;
  border-radius: 24px;
  color: #0357BA;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .account_btn a {
    font-size: 14px;
    padding: 16px 40px 16px 16px;
    border-radius: 16px;
  }
}

.account_btn.account_btn_02 a {
  background: #0357BA;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .account_btn.account_btn_02 a {
    width: 212px;
  }
}


.account_btn.account_btn_02 p:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  right: -40px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .account_btn.account_btn_02 p:after {
    right: -24px;
    width: 8px;
    height: 8px;
  }
}

.account_block {
  background: #F2F4F5;
  padding: 24px;
}

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

.account_block_inner {
  padding: 24px 50px;
  background: #fff;
}

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

.account_block_ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

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

.account_block_list {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

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

.account_block_list:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

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

.account_block_list_text {
  font-size: 14px;
}

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


/* 2024.05.24 end */


.top_sec01 .item.kaigo .item_inner:before {
  color: #66abff;
}

.top_sec01 .item.kaigo .item_label {
  border: 1px solid #66abff;
  color: #66abff;
}

.top_sec01 .item.kaigo .item_link {
  color: #66abff;
}


.kaigosyokuin .project_sec03_list_item_img {
  width: 137px;
}


.top_mv .container_s {
  border: solid 1px #fff;
  border-radius: 15px;
  padding: 10px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .top_mv .container_s {
    top: 44%;
    padding: 5px;
    width: 90%;
  }
}

.top_mv .container_s .top_mv_wrap {
  background: #fff;
  position: relative;
  text-align: center;
  padding: 40px 0;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .top_mv .container_s .top_mv_wrap {
    padding: 24px 21px;
  }
}

.top_mv .top_mv_label {
  display: inline-block;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 0px;
  font-size: 38px;
  transform: translate(-50%, -50%);
  color: #363636;
}

@media screen and (max-width: 767px) {
  .top_mv .top_mv_label {
    font-size: 20px;
    border-radius: 10px;
    padding: 8px 20px;
  }
}

.top_mv .top_mv_sub {
  font-size: 32px;
  font-weight: 600;
  color: #363636;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv_sub {
    font-size: 16px;
  }
}

.top_mv .top_mv_ttl {
  color: #0075FF;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .top_mv .top_mv_ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}

.top_mv_bottom {
  margin-bottom: 50px;
}

.top_mv_bottom .base {
  margin-top: auto;
  padding-top: 50px;
}

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

.top_mv_bottom_header {
  margin-bottom: 30px;
}

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

}


.project_mv_ttl p {

}

.project_mv_ttl .wrap {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}

.project_mv_ttl .wrap::before,
.project_mv_ttl .wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: white;
}

.project_mv_ttl .wrap::before {
  left: -90px;
}

.project_mv_ttl .wrap::after {
  right: -90px;
}

.project_mv_ttl .sub {
  display: inline-block;
  border: 1px solid white;
  padding: 8px 16px;
  margin-top: 10px;
  font-size: 16px;
}