@charset "UTF-8";
/*************************************************

index

*************************************************/
/* kanbee-top-mv
------------------------------------*/
.kanbee-top-mv {
  position: relative;
  line-height: 0;
}

.kanbee-top-mv__video {
  position: absolute;
  bottom: 16%;
  left: 43.7%;
  width: 22.4305555556%;
  height: auto;
  aspect-ratio: 320/210;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .kanbee-top-mv__video {
    bottom: 7%;
    left: 16.7%;
    width: 66.7%;
  }
}
.kanbee-top-mv__video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* kanbee-logos
------------------------------------*/
.kanbee-logos {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-logos {
    margin: 3rem 0;
  }
}

.kanbee-logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-view .kanbee-logos-list {
  -webkit-animation: kanbee-logosanime 60s 0s infinite linear both;
          animation: kanbee-logosanime 60s 0s infinite linear both;
}

.kanbee-logos-list__item {
  position: relative;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3.5rem;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-logos-list__item {
    margin: 0 1.7rem;
  }
}
.kanbee-logos-list__item img {
  display: block;
}
@media screen and (max-width: 767px) {
  .kanbee-logos-list__item img {
    height: 3.8rem;
    width: auto;
  }
}

@-webkit-keyframes kanbee-logosanime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes kanbee-logosanime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* kanbee-area01
------------------------------------*/
.kanbee-area01 {
  padding: 6rem 0 10rem;
  background-color: #D5E3CF;
}
@media screen and (max-width: 767px) {
  .kanbee-area01 {
    padding: 5rem 0 7rem;
  }
}

.kanbee-area01-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 34rem;
  margin: 0 auto 2.5rem;
  padding: 0.7rem 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #1A722A;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .kanbee-area01-label {
    width: 28rem;
    margin: 0 auto 2.5rem;
    font-size: 1.8rem;
  }
}

.kanbee-area01-title {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.kanbee-area01-title strong {
  display: inline-block;
  margin: 0.2em;
  color: #FFB300;
  font-size: 1.33em;
  line-height: 1;
}

.kanbee-area01-listbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  background-color: #fff;
  border-radius: 0.8rem;
  border: #DDD solid 2px;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-listbox {
    display: block;
    padding: 4rem 3rem;
  }
}
.kanbee-area01-listbox + .kanbee-area01-listbox {
  margin-top: 3rem;
}
.kanbee-area01-listbox.is-01 {
  gap: 7rem;
}
.kanbee-area01-listbox.is-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4rem;
}

.kanbee-area01-listbox__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-listbox__img {
    margin: 0 auto 3rem;
  }
}
.is-01 .kanbee-area01-listbox__img {
  width: 19.2rem;
}
.is-02 .kanbee-area01-listbox__img {
  width: 24.1rem;
}

.kanbee-area01-listbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 51.5rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-listbox__list {
    width: auto;
  }
}

.kanbee-area01-listbox__list-item {
  position: relative;
  padding: 0 0 1rem 1.8em;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: #BEBEBE solid 1px;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-listbox__list-item {
    font-size: 1.6rem;
  }
}
.kanbee-area01-listbox__list-item + .kanbee-area01-listbox__list-item {
  margin-top: 1rem;
}
.kanbee-area01-listbox__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1.33em;
  height: 1.7em;
  background: url(../images/kanbee/icon_check01.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .kanbee-area01-listbox__list-item::before {
    height: 1.4em;
  }
}
.is-02 .kanbee-area01-listbox__list-item::before {
  background-image: url(../images/kanbee/icon_check02.svg);
}

.kanbee-area01-arw {
  width: 12rem;
  margin: 2.5rem auto 2rem;
  line-height: 0;
}

.kanbee-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3rem 0;
  background-color: #308E3D;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
}
@media screen and (max-width: 767px) {
  .kanbee-solution {
    display: block;
    padding: 3rem 0;
  }
}

.kanbee-solution__img {
  width: 10.7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-solution__img {
    width: 9rem;
    margin: 0 auto 1.2rem;
  }
}

.kanbee-solution__letters {
  text-align: center;
}
.kanbee-solution__letters p {
  display: inline;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  border-bottom: #B8BEBE solid 2px;
}
@media screen and (max-width: 767px) {
  .kanbee-solution__letters p {
    font-size: 2rem;
  }
}
.kanbee-solution__letters p strong {
  display: inline-block;
  margin: 0 0.2em;
  color: #FFB300;
  font-size: 1.33em;
  line-height: 1;
}

/* kanbee-area02
------------------------------------*/
.kanbee-area02 {
  padding: 7rem 0 11.5rem;
  background-color: #F2F0E4;
}
@media screen and (max-width: 767px) {
  .kanbee-area02 {
    padding: 5rem 0 7rem;
  }
}

.kanbee-area02-box01 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(120rem, 100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}

.kanbee-area02-img01 {
  width: 70rem;
  margin: 0 auto;
  padding: 3rem 0 5.5rem;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-img01 {
    width: 80%;
  }
}

.kanbee-area02-box01__letters {
  padding: 2rem;
  background-color: #308E3D;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-box01__letters {
    padding-top: 1.5rem;
  }
}

.kanbee-area02-box01__title {
  padding: 1rem 0 2.5rem;
  color: #FFDA44;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-box01__title {
    padding: 1rem 0 2rem;
    font-size: 2.2rem;
  }
}

.kanbee-area02-box01__letters-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 6.5rem;
  background-color: #fff;
  border: #DDDDDD solid 2px;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-box01__letters-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 2rem 2rem;
  }
}
.kanbee-area02-box01__letters-inner .in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-box01__letters-inner .in-list {
    gap: 0.8rem;
  }
}
.kanbee-area02-box01__letters-inner .in-list__item {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kanbee-area02-box01__letters-inner .in-list__item {
    font-size: 1.4rem;
  }
}
.kanbee-area02-box01__letters-inner .in-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "●";
  color: #A2CAA7;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

/* kanbee-area03
------------------------------------*/
.kanbee-area03-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(120rem, 100% - 4rem);
  margin: 0 auto 3rem;
  padding: 2.5rem 8.8rem;
  border: #DDDDDD solid 2px;
  border-radius: 0.8rem;
  background-color: #fff;
}
.kanbee-area03-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 2rem;
  }
}

.kanbee-area03-box__letters {
  width: 56.862745098%;
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box__letters {
    width: 100%;
  }
}

.kanbee-area03-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: #308E3D solid 0.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box__title {
    min-height: 4rem;
    padding-bottom: 1rem;
    border-bottom-width: 0.3rem;
  }
}
.kanbee-area03-box__title .in-icon {
  width: 7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box__title .in-icon {
    width: 4rem;
  }
}
.kanbee-area03-box__title .in-icon img {
  width: 100%;
}
.kanbee-area03-box__title .in-text {
  width: calc(100% - 9.5rem);
  color: #308E3D;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box__title .in-text {
    width: calc(100% - 5.5rem);
    font-size: 1.8rem;
  }
}

.kanbee-area03-box__text {
  font-weight: 500;
  line-height: 2;
}
.kanbee-area03-box__text strong {
  color: #FF8A00;
  font-weight: 700;
  text-decoration: underline;
}

.kanbee-area03-box__cap {
  font-size: 1.4rem;
  font-weight: 500;
}

.kanbee-area03-box__img {
  width: 39.2156862745%;
  margin-top: 3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area03-box__img {
    width: 100%;
  }
}
.kanbee-area03-box__img img {
  width: 100%;
}

/* kanbee-area04
------------------------------------*/
.kanbee-area04 {
  background-color: #D5E3CF;
}

.kanbee-area04-box {
  border-radius: 0.8rem;
  background-color: #fff;
}

.kanbee-area04-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #308E3D;
  padding: 1.6rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
}
.kanbee-area04-box__title .in-inner {
  position: relative;
  display: block;
  padding-left: 15.5rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area04-box__title .in-inner {
    padding-left: 0;
  }
}
.kanbee-area04-box__title .in-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.7rem;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area04-box__title .in-icon {
    position: static;
    width: 7rem;
    margin: 0 auto;
  }
}
.kanbee-area04-box__title .in-text {
  display: block;
  color: #FFDA44;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kanbee-area04-box__title .in-text {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

.kanbee-area04-box__body {
  padding: 3rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area04-box__body {
    padding: 3rem 0 4rem;
  }
}

.kanbee-area04-box__img {
  max-width: 88.7rem;
  margin: 0 auto;
  line-height: 0;
}

/* kanbee-area05
------------------------------------*/
.kanbee-area05-tables {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  width: 100%;
  padding: 0 2rem;
}

.kanbee-area05-tables__el {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el {
    min-width: 100rem;
  }
}
.kanbee-area05-tables__el th, .kanbee-area05-tables__el td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #fff solid 0.4rem;
  border-right: #fff solid 0.3rem;
}
.kanbee-area05-tables__el th {
  height: 7rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el th {
    height: 6rem;
  }
}
.kanbee-area05-tables__el td {
  background-color: #F8F8F8;
}
.kanbee-area05-tables__el tr td {
  padding: 1.2rem 1rem;
}
.kanbee-area05-tables__el tr:nth-child(even) td {
  background-color: #EEEEEE;
}
.kanbee-area05-tables__el .in-col1 {
  width: 31.8rem;
  color: #fff;
  text-align: center;
}
.kanbee-area05-tables__el .in-col1 .in-inner {
  -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;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-col1 .in-inner {
    font-size: 1.8rem;
  }
}
.kanbee-area05-tables__el .in-col1 strong {
  font-size: 1.1em;
}
.kanbee-area05-tables__el .in-col2,
.kanbee-area05-tables__el .in-col3 {
  width: 44rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-col2,
  .kanbee-area05-tables__el .in-col3 {
    font-size: 1.8rem;
  }
}
.kanbee-area05-tables__el .in-col2 {
  background-color: #777777;
}
.kanbee-area05-tables__el .in-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-title {
    font-size: 1.6rem;
  }
}
.kanbee-area05-tables__el .in-iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kanbee-area05-tables__el .in-iconflex__icon {
  width: 2.6rem;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-iconflex__icon {
    width: 2.2rem;
  }
}
.kanbee-area05-tables__el .in-iconflex__icon.is-not {
  width: 2.3rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-iconflex__icon.is-not {
    width: 1.8rem;
  }
}
.kanbee-area05-tables__el .in-iconflex__icon img {
  width: 100%;
}
.kanbee-area05-tables__el .in-iconflex__text {
  width: calc(100% - 3.5rem);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kanbee-area05-tables__el .in-iconflex__text {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
  }
}
.kanbee-area05-tables__el.is-01 .in-col1 .in-inner {
  color: #308E3D;
  border: #308E3D solid 0.3rem;
}
.kanbee-area05-tables__el.is-01 .in-col3 {
  background-color: #308E3D;
}
.kanbee-area05-tables__el.is-02 td {
  background-color: rgba(248, 248, 248, 0.25);
}
.kanbee-area05-tables__el.is-02 tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 0.5);
}
.kanbee-area05-tables__el.is-02 .in-col1 .in-inner {
  color: #EC7F35;
  border: #EC7F35 solid 0.3rem;
}
.kanbee-area05-tables__el.is-02 .in-col3 {
  background-color: #F2B800;
}

/* kanbee-area06
------------------------------------*/
.kanbee-area06 {
  background-color: #D5E3CF;
}

.kanbee-area06-vioce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(85.2rem, 100% - 4rem);
  margin: 0 auto 2rem;
}
.kanbee-area06-vioce:last-child {
  margin-bottom: 0;
}

.kanbee-area06-vioce__img {
  width: 15rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kanbee-area06-vioce__img {
    width: 9rem;
  }
}
.kanbee-area06-vioce__img.is-01 img {
  width: 72.6666666667%;
}
.kanbee-area06-vioce__img.is-02 img {
  width: 66.6666666667%;
}

.kanbee-area06-vioce__letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 15rem);
  padding: 2.5rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
}
@media screen and (max-width: 767px) {
  .kanbee-area06-vioce__letters {
    width: calc(100% - 9rem);
    padding: 1.3rem 1.8rem;
    font-size: 1.6rem;
  }
}
.kanbee-area06-vioce__letters strong {
  color: #EC7F35;
  text-decoration: underline;
}
.kanbee-area06-vioce__letters::before {
  position: absolute;
  top: 3rem;
  right: calc(100% - 1px);
  display: block;
  content: "";
  border-right: #fff solid 2.2rem;
  border-top: transparent solid 1.1rem;
  border-bottom: transparent solid 1.1rem;
}
@media screen and (max-width: 767px) {
  .kanbee-area06-vioce__letters::before {
    top: 2.2rem;
    border-right-width: 1.8rem;
    border-top-width: 0.9rem;
    border-bottom-width: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .kanbee-area07 .parts-btn01 {
    width: min(26rem, 100%);
    min-height: 5rem;
  }
}