@charset "shift_jis";
/* Updated 2025/03/26.T */
/* Updated 2025/02/26.T */
.tsumitate-link01 {
  color: #141d1d;
  text-decoration: none;
}
.tsumitate-link01:active,
.tsumitate-link01:hover {
  color: #141d1d;
  text-decoration: underline;
}
.tsumitate-link01:visited {
  color: #141d1d;
}
.card-box02.-service01 {
  height: 100%;
}
.card-box02.-service01>.inner {
  height: 100%;
}
.card-box02.-service01>.inner>.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.-green.text-hooray01 > .inner::after,
.-green.text-hooray01 > .inner::before {
  background: #004831;
}
.btn-type01.-orange01 {
  background: #ff5f04;
}
.icon-link01.-white>.inner::after {
  background: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) 0 0 / cover no-repeat;
}
.t-black {
  color: #141d1d!important;
}
.card-overflowing01>.inner>.body>[class*=card-box] {
  margin-top: 0;
  border: 1px solid #d5dedb;
}
.label-mark01.-orange01 {
  position: relative;
  background: #ff5f04;
}
.bal-txt .label-mark01.-orange01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff5f04 transparent transparent transparent;
}
.mt30 {
  margin-top: 30px!important;
}


/*-----------------
nav
-----------------*/
html.-modal02 {
  overflow: hidden;
}
body.-modal02 {
  overflow: hidden;
}
body.-modal02 #footer-content .detail-listLine01>.title a::before,
body.-modal02 #footer-content .detail-listLine01>.title button::before {
  z-index: 0;
}
.nav-wrap01 {
  position: fixed;
  bottom: 39px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: top .3s ease-out;
}
.-fixedHeader .nav-wrap01 {
  bottom: 0;
}
.nav-wrap01 .nav-open01.-clicked > .inner {
  transition: width .15s ease-in-out, opacity .15s ease-in-out;
}
.nav-wrap01 .nav-open01.-clicked[aria-expanded="true"] > .inner {
  width: 0;
  opacity: 0;
}
.nav-wrap01 .nav-list01 {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 530px;
  padding: 0 4.8vw;
  background: #e2efbc;
  transition: height .3s ease-out, padding .3s ease-out;
}
.nav-wrap01 .nav-list01 .nav-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.nav-wrap01 .nav-list01.-active {
  bottom: 0;
  padding-top: 20px;
}
.nav-wrap01 .nav-list01:not(.-active) {
  height: 0;
}
.nav-wrap01 .fl-link {
  text-decoration: none;
}
.nav-wrap01 .fl-link:hover {
  text-decoration: underline;
}
.fn-NavClose .inner {
  display: flex!important;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  height: 50px;
  height: 44px;
  padding: 0;
  font-size: 1rem;
}
.fn-NavClose.glyph-close01>.inner::before {
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 15px;
  height: 15px;
}

.modal-block01 .border-item {
  position: relative;
  padding-left: 16px;
  border-left: 2px solid #b8b8b8;
}
@media screen and (min-width: 768px) {
  .modal-block01 .height-aj01 {
    min-height: 220px;
    padding-bottom: 20px;
  }
  .modal-block01 .border-item.height-aj02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 220px;
  }
}

.modal-block01 .btn-type01.-noShadow._orange {
  border: 1px solid #ff5f04;
}
.modal-block01 .btn-type01.-noShadow._green {
  border: 1px solid #004831;
}
.modal-block01 .-noShadow.btn-type02:hover {
  border-color: #d5dedb;
}

@media screen and (max-width: 767px) {
  .sp-mt12 {
    margin-top: 12px!important;
  }
  .bnner-img02 img {
    max-width: 330px;
    width: 100%;
  }
  .card-box02.-service01>.inner>.body {
    padding: 10px 2px;
  }

/*-----------------
nav
-----------------*/
  html.-modal02 {
    height: 100%;
  }
  body.-modal02{
    overflow: hidden;
  }
  body.-modal02::before {
    background: rgba(0, 0, 0, .7);
    visibility: visible;
  }
  .nav-wrap01 {
    z-index: 9;
  }
  html.-modal02 .nav-wrap01 {
    height: 100%;
  }
  .nav-wrap01 .nav-list01.-active {
    bottom: -40px;
    height: 70vh;
    overflow-y: auto;
    padding-top: 0;
    padding-bottom: 120px;
  }
  .fn-NavClose .inner {
    width: 40px;
    heigth: 40px;
  }
  #footer-fixed {
    z-index: 10;
  }
  #footer-fixed .panel>.inner {
    padding: 8px 2.8vw;
  }
  #footer-fixed .panel>.inner .btn-type01 {
    min-width: auto;
  }
  .modal-block01>.inner>.header>.btn,
  .modal-block02>.inner>.header>.btn {
    top: 10px;
  }
  .modal-block01 .border-item {
    padding-top: 16px;
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #b8b8b8;
  }
}