/*************************************************

kanbee-header

*************************************************/
.kanbee-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.kanbee-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 1rem;
    height: 5rem;
  }
}

.kanbee-header-logo__acnhor {
  display: block;
  width: 37.3rem;
}
@media screen and (max-width: 767px) {
  .kanbee-header-logo__acnhor {
    width: 6.7rem;
  }
}
.kanbee-header-logo__acnhor img {
  width: 100%;
}

.kanbee-header-list {
  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;
  gap: 3.5rem;
  min-height: 6rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .kanbee-header-list {
    gap: 2rem;
    min-height: 5rem;
    margin-right: 1.5rem;
  }
}

.kanbee-header-list__anchor {
  color: #272727;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .kanbee-header-list__anchor {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .kanbee-header-list__anchor:hover {
    color: #1A722A;
  }
}

.b-container {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .b-container {
    padding-top: 5rem;
  }
}

/*************************************************

kanbee-footer

*************************************************/
.kanbee-footer-contact {
  padding: 7rem 0;
  background-color: #1A722A;
}
@media screen and (max-width: 767px) {
  .kanbee-footer-contact {
    padding: 5rem 0;
  }
}
.kanbee-footer-contact .parts-bigtitle01 .in-ja {
  color: #fff;
}
.kanbee-footer-contact .parts-bigtitle01 .in-en {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.66);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kanbee-footer-contact .parts-bigtitle01::after {
  display: none;
}

.kanbee-footer-contact__btns {
  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;
  gap: 1.5rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .kanbee-footer-contact__btns {
    gap: 1.5rem 1.5rem;
  }
}

.kanbee-footer-contact__btns-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 1.3rem;
  width: min(37rem, 100% - 4rem);
  height: 7.8rem;
  border-radius: 10rem;
  color: #1A722A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .kanbee-footer-contact__btns-anchor {
    gap: 1rem;
    width: 17rem;
    height: 5rem;
    font-size: 1.3rem;
  }
}
.kanbee-footer-contact__btns-anchor .in-icon {
  line-height: 0;
}
.kanbee-footer-contact__btns-anchor .in-icon.is-dl svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none;
}
@media screen and (max-width: 767px) {
  .kanbee-footer-contact__btns-anchor .in-icon.is-dl svg {
    width: 1.6rem;
  }
}
.kanbee-footer-contact__btns-anchor .in-icon.is-dl path {
  fill: #308E3D;
}
.kanbee-footer-contact__btns-anchor .in-icon.is-mail svg {
  width: 2.4rem;
  height: 2rem;
  fill: none;
}
@media screen and (max-width: 767px) {
  .kanbee-footer-contact__btns-anchor .in-icon.is-mail svg {
    width: 2rem;
  }
}
.kanbee-footer-contact__btns-anchor .in-icon.is-mail path {
  stroke: #308E3D;
}

.kanbee-footer-end {
  padding: 2.5rem;
  color: #fff;
  background-color: #272727;
}

.kanbee-footer-end__logo {
  display: block;
  width: 29.8rem;
  margin: 0 auto;
  line-height: 0;
}

.kanbee-footer-end__copy {
  margin-top: 3rem;
  color: #777777;
  font-size: 0.9rem;
  text-align: center;
}

/*************************************************

parts

*************************************************/
.parts-bigtitle02::after {
  background-color: #036036;
}

.parts-pagenavi .wp-pagenavi .page,
.parts-pagenavi .wp-pagenavi .current {
  color: #1A722A;
  border-color: #1A722A;
  background-color: #fff;
}
.parts-pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #1A722A;
}
.parts-pagenavi .wp-pagenavi .previouspostslink::before {
  border-top-color: #1A722A;
  border-left-color: #1A722A;
}
.parts-pagenavi .wp-pagenavi .nextpostslink::before {
  border-top-color: #1A722A;
  border-right-color: #1A722A;
}

/*************************************************

kanbee-bg

*************************************************/
.kanbee-bg {
  background-color: #E9F0E7;
}

/*************************************************

kanbee-com

*************************************************/
/* kanbee-com-lowertitle
------------------------------------*/
.kanbee-com-lowertitle {
  position: relative;
  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: 16rem;
}
@media screen and (max-width: 767px) {
  .kanbee-com-lowertitle {
    height: 11rem;
  }
}
.kanbee-com-lowertitle .in-text {
  position: relative;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .kanbee-com-lowertitle .in-text {
    font-size: 2.4rem;
  }
}
.kanbee-com-lowertitle .in-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 1;
}
.kanbee-com-lowertitle .in-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* kanbee-com-list
------------------------------------*/
.kanbee-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 3.2rem;
  width: min(130rem, 100% - 4rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kanbee-com-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
}

.kanbee-com-list__anchor {
  overflow: hidden;
  width: calc(33.3333333333% - 2.1333333333rem);
  color: #333;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5rem -0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.5rem -0.3rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .kanbee-com-list__anchor {
    width: 100%;
  }
}

.kanbee-com-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 860/450;
  line-height: 0;
}
.kanbee-com-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.kanbee-com-list__letters {
  padding: 1.5rem;
}

.kanbee-com-list__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kanbee-com-list__title {
    font-size: 1.8rem;
  }
}

.kanbee-com-list__lead {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 500;
}

.kanbee-com-list__name {
  margin-top: 1rem;
  color: #8A8A8A;
  text-align: right;
}

/*************************************************

kanbee-listpage

*************************************************/
.kanbee-listpage {
  padding: 8rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .kanbee-listpage {
    padding: 6rem 0 8rem;
  }
}

/*************************************************

kanbee-detailpage

*************************************************/
.kanbee-detailpage {
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage {
    padding: 4rem 0 5rem;
  }
}

/* kanbee-detailpage__box
------------------------------------*/
.kanbee-detailpage__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(112rem, 100% - 4rem);
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}

/* kanbee-detailpage__inner
------------------------------------*/
.kanbee-detailpage__inner {
  max-width: 86rem;
  margin: 0 auto;
}

/* kanbee-detailpage__box-mainimg
------------------------------------*/
.kanbee-detailpage__box-mainimg {
  width: 100%;
  height: auto;
  margin-bottom: 1.8rem;
  aspect-ratio: 860/450;
  line-height: 0;
}
.kanbee-detailpage__box-mainimg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* kanbee-detailpage__box-meta
------------------------------------*/
.kanbee-detailpage__box-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.kanbee-detailpage__box-meta .in-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 2rem;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-meta .in-info {
    width: 100%;
    font-size: 1.6rem;
  }
}
.kanbee-detailpage__box-meta .in-info__main {
  font-weight: 700;
}

/* kanbee-detailpage__box-title
------------------------------------*/
.kanbee-detailpage__box-title {
  margin-bottom: 2.7rem;
  color: #308E3D;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-title {
    font-size: 2rem;
  }
}

/* kanbee-detailpage__box-info
------------------------------------*/
.kanbee-detailpage__box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  padding: 2.3rem 2.8rem 3rem;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-info {
    padding: 2rem;
  }
}
.kanbee-detailpage__box-info .in-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: #333 solid 1px;
}
.kanbee-detailpage__box-info .in-title strong {
  font-size: 1.2em;
}
.kanbee-detailpage__box-info .in-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 1em;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.kanbee-detailpage__box-info .in-text:last-child {
  margin-bottom: 0;
}

/* kanbee-detailpage__box-tc
------------------------------------*/
.kanbee-detailpage__box-tc {
  margin-bottom: 6rem;
  padding: 2rem 1.9rem;
  border: #DDDDDD solid 1px;
}
.kanbee-detailpage__box-tc .in-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-tc .in-title {
    font-size: 1.6rem;
  }
}
.kanbee-detailpage__box-tc .in-anchor {
  color: #1F549E;
  text-decoration: none;
}
.kanbee-detailpage__box-tc .in-anchor:hover {
  text-decoration: underline;
}

/* kanbee-detailpage__box-profile
------------------------------------*/
.kanbee-detailpage__box-profile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 102.5rem;
  margin: 7.5rem auto 0;
  padding: 4rem 6rem 5.5rem;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-profile {
    padding: 2rem 2rem 3rem;
  }
}
.kanbee-detailpage__box-profile .in-title {
  margin-bottom: 3rem;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-profile .in-title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.kanbee-detailpage__box-profile .in-flex {
  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) {
  .kanbee-detailpage__box-profile .in-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kanbee-detailpage__box-profile .in-flex__img {
  width: 31.270718232%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-profile .in-flex__img {
    width: 80%;
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.kanbee-detailpage__box-profile .in-flex__img img {
  width: 100%;
}
.kanbee-detailpage__box-profile .in-flex__text {
  width: 64.861878453%;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-profile .in-flex__text {
    width: 100%;
  }
}
.kanbee-detailpage__box-profile .in-flex__text > *:last-child {
  margin-bottom: 0;
}
.kanbee-detailpage__box-profile .in-flex__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.kanbee-detailpage__box-profile .in-flex__disc-title {
  width: 7rem;
  font-weight: 700;
}
.kanbee-detailpage__box-profile .in-flex__disc-body {
  width: calc(100% - 7rem);
}

/* kanbee-detailpage__box-body
------------------------------------*/
.kanbee-detailpage__box-body > * {
  margin-bottom: 2.2rem;
}
.kanbee-detailpage__box-body .in-title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 9rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-title01 {
    margin-top: 6rem;
  }
}
.kanbee-detailpage__box-body .in-title01:first-child {
  margin-top: 0;
}
.kanbee-detailpage__box-body .in-title01__label {
  padding: 0.4rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-title01__label {
    font-size: 1.3rem;
  }
}
.kanbee-detailpage__box-body .in-title01__title {
  color: #308E3D;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-title01__title {
    font-size: 1.8rem;
  }
}
.kanbee-detailpage__box-body .in-title02 {
  position: relative;
  margin: 3rem 0 2.5rem;
  padding: 0.9rem 1rem 0.9rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-title02 {
    padding-left: 3rem;
    font-size: 1.6rem;
  }
}
.kanbee-detailpage__box-body .in-title02:first-child {
  margin-top: 0;
}
.kanbee-detailpage__box-body .in-title02::before {
  position: absolute;
  top: 2.3rem;
  left: 0.2rem;
  display: block;
  content: "";
  width: 3.6rem;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-title02::before {
    top: 2rem;
    width: 2.6rem;
  }
}
.kanbee-detailpage__box-body .in-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0;
}
.kanbee-detailpage__box-body .in-col1:first-child {
  margin-top: 0;
}
.kanbee-detailpage__box-body .in-col1__item {
  max-width: 64rem;
  margin: 0 auto;
}
.kanbee-detailpage__box-body .in-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0;
}
.kanbee-detailpage__box-body .in-col2:first-child {
  margin-top: 0;
}
.kanbee-detailpage__box-body .in-col2__item {
  width: calc(50% - 2.25rem);
}
@media screen and (max-width: 767px) {
  .kanbee-detailpage__box-body .in-col2__item {
    width: calc(50% - 1rem);
  }
}
.kanbee-detailpage__box-body > *:last-child {
  margin-bottom: 0;
}