@charset "UTF-8";
.u-kintone-color02 {
  color: #ffe69d !important;
}

.u-kintone-color01 {
  color: #CF122E !important;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-initial {
  display: initial !important;
}

@media screen and (min-width: 375px) {
  .u-d-xs-none {
    display: none !important;
  }
  .u-d-xs-inline {
    display: inline !important;
  }
  .u-d-xs-inline-block {
    display: inline-block !important;
  }
  .u-d-xs-block {
    display: block !important;
  }
  .u-d-xs-flex {
    display: flex !important;
  }
  .u-d-xs-initial {
    display: initial !important;
  }
}
@media screen and (min-width: 768px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-initial {
    display: initial !important;
  }
}
@media screen and (min-width: 900px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-initial {
    display: initial !important;
  }
}
@media screen and (min-width: 1201px) {
  .u-d-tb-none {
    display: none !important;
  }
  .u-d-tb-inline {
    display: inline !important;
  }
  .u-d-tb-inline-block {
    display: inline-block !important;
  }
  .u-d-tb-block {
    display: block !important;
  }
  .u-d-tb-flex {
    display: flex !important;
  }
  .u-d-tb-initial {
    display: initial !important;
  }
}
@media screen and (min-width: 1440px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-initial {
    display: initial !important;
  }
}
.p-kintone {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  overflow: hidden;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
.p-kintone *,
.p-kintone *::after,
.p-kintone *::before {
  box-sizing: border-box;
}

.c-kintone-title01 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 1.625rem;
  overflow: inherit;
}
@media screen and (min-width: 900px) {
  .c-kintone-title01 {
    font-size: 3rem;
    line-height: 1.65;
  }
}
.c-kintone-title01__dot {
  position: relative;
}
.c-kintone-title01__dot::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  width: 6px;
  height: 6px;
  top: -6px;
}
@media screen and (min-width: 900px) {
  .c-kintone-title01__dot::before {
    width: 8px;
    height: 8px;
    top: -2px;
  }
}

@media screen and (min-width: 900px) {
  .c-kintone-btn01 {
    width: 480px;
  }
}
.c-kintone-btn01__link {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  background-color: #0d63dc;
  border-radius: 8px;
  border: solid 2px #fff;
  text-decoration: none;
  padding: 10px 20px 10px 16px;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__link {
    justify-content: center;
    border: solid 4px #fff;
    padding: 24px 10px;
    transition: all 0.5s;
    gap: 12px;
  }
  .c-kintone-btn01__link:hover {
    background-color: #0b51b3;
  }
  .c-kintone-btn01__link:hover::after {
    opacity: 1;
  }
}
.c-kintone-btn01__link::after {
  position: absolute;
  content: none;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__link::after {
    border: solid 8px #fff;
    content: "";
  }
}
.c-kintone-btn01__txt {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__txt {
    text-align: center;
    font-size: 1.5rem;
  }
}
.c-kintone-btn01__arrow {
  display: none;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__arrow {
    display: inline-block;
  }
}
.c-kintone-btn01__arrow img {
  display: block;
  width: 100%;
}
.c-kintone-btn01__iconblank {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  right: 12px;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__iconblank {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.c-kintone-btn01__iconblank img {
  display: block;
  width: 100%;
}
.c-kintone-btn01__iconpdf {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  right: 8px;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn01__iconpdf {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}
.c-kintone-btn01__iconpdf img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .c-kintone-btn02 {
    width: 401px;
  }
}
.c-kintone-btn02__link {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #fff;
  text-decoration: none;
  color: #1a1a1a !important;
  padding: 15px 10px;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn02__link {
    padding: 19px 10px;
    gap: 0 20px;
    transition: all 0.5s;
  }
  .c-kintone-btn02__link:hover {
    background-color: #ffe69d;
    border: solid 1px #ffe69d;
  }
}
.c-kintone-btn02__link--bg01 {
  color: #fff !important;
  border: solid 1px #666;
  background-color: #666;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn02__link--bg01:hover {
    background-color: #333;
    border-color: #333;
  }
}
.c-kintone-btn02__txt {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn02__txt {
    font-size: 1.125rem;
  }
}
.c-kintone-btn02__arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .c-kintone-btn02__arrow {
    width: 24px;
  }
}
.c-kintone-btn02__arrow img {
  display: block;
  width: 100%;
}
.c-kintone-btn02__arrow--white img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.c-kintone-btn02__arrow--contact {
  width: 32px;
}
.c-kintone-btn02__arrow--catalog {
  width: 32px;
}

.l-kintone-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 900px) {
  .l-kintone-container {
    max-width: 1440px;
    padding: 0 80px;
  }
}

.p-kintone-dot {
  position: relative;
  z-index: 1;
}
.p-kintone-dot::before {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .p-kintone-dot::before {
    width: 6px;
    height: 6px;
  }
}
.p-kintone-dot__bg01::before {
  width: 6px;
  height: 6px;
  background-color: #ffe69d;
}
@media screen and (min-width: 900px) {
  .p-kintone-dot__bg01::before {
    width: 8px;
    height: 8px;
  }
}
.p-kintone-dot__bg02::before {
  background-color: #cf122e;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 900px) {
  .p-kintone-dot__bg02::before {
    width: 8px;
    height: 8px;
  }
}
.p-kintone-dot__bg03::before {
  background-color: #fec00d;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 900px) {
  .p-kintone-dot__bg03::before {
    width: 8px;
    height: 8px;
  }
}

/* lh対応ブラウザで上書き */
@supports (bottom: 1lh) {
  .p-kintone-dot::before {
    bottom: calc(1lh - 0.1em);
  }
}
.p-kintone-mv {
  background-color: #cf122e;
  padding-top: 32px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv {
    padding-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-mv .p-kintone-dot__icon {
    font-size: 2.25rem;
    top: 3px;
  }
}
.p-kintone-mv-logo {
  width: 236px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-logo {
    width: 324px;
  }
}
.p-kintone-mv-img {
  position: relative;
  max-width: 600px;
  width: calc(100% + 40px);
  left: -24px;
  margin: 7px auto 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-img {
    margin: 0;
    width: 670px;
    max-width: unset;
    position: absolute;
    content: "";
    left: calc(50% - clamp(-14.9375rem, 49.8148148148vw + -42.9583333333rem, 1.875rem));
    top: 0;
  }
}
.p-kintone-mv-content01 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 8px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-content01 {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-infor {
    flex-shrink: 0;
    padding: 29px 0 67px 0;
  }
}
.p-kintone-mv-title {
  margin-top: 9px !important;
  overflow: inherit;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-title {
    margin-top: 16px !important;
  }
}
.p-kintone-mv-title__txt {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 2rem;
  width: calc(100% + 5px);
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-title__txt {
    width: 100%;
    margin-bottom: 0;
    font-size: 3.25rem;
  }
}
.p-kintone-mv-title__txt:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-title__txt--i02 {
    margin-top: 9px;
  }
}
.p-kintone-mv-description {
  margin-top: 8px !important;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.875rem !important;
  color: #fff;
  line-height: 1.65;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-description {
    font-size: 1.125rem !important;
    margin-top: 17px !important;
  }
}
.p-kintone-mv-content02 {
  position: relative;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 16px 16px 24px;
  left: -16px;
  width: calc(100% + 32px);
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-content02 {
    left: 0;
    width: 100%;
    padding: 25px 20px 38px;
  }
}
.p-kintone-mv-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btns {
    align-items: center;
    flex-direction: column;
    gap: 23px 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-kintone-mv-btns {
    flex-direction: row;
  }
}
.p-kintone-mv-btns__txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: all 0.5s;
  font-size: 0.8125rem !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btns__txt {
    font-size: 1.125rem !important;
  }
}
.p-kintone-mv-btns__txt-wrap {
  display: inline-block;
  position: relative;
  padding: 0 9px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btns__txt-wrap {
    padding: 0 16px;
  }
}
.p-kintone-mv-btns__txt-wrap::before, .p-kintone-mv-btns__txt-wrap::after {
  position: absolute;
  bottom: 3px;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 12px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btns__txt-wrap::before, .p-kintone-mv-btns__txt-wrap::after {
    height: 15px;
    top: 5px;
    bottom: auto;
  }
}
.p-kintone-mv-btns__txt-wrap::before {
  left: 0;
  transform: skewX(38deg);
}
.p-kintone-mv-btns__txt-wrap::after {
  right: 0;
  transform: skewX(-38deg);
}
.p-kintone-mv-btns__group {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btns__group {
    width: auto;
    display: block;
  }
}
.p-kintone-mv-btns__group:has(.p-kintone-mv-btn__link:hover) .p-kintone-mv-btns__txt {
  transform: translateY(-6px);
}
.p-kintone-mv-btn {
  margin-top: 10px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btn {
    height: auto;
    margin-top: 10px;
  }
}
.p-kintone-mv-btn__group {
  width: 50%;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btn__group {
    width: auto;
  }
}
.p-kintone-mv-btn__link {
  padding-inline: 16px 12px;
  padding-block: 10px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btn__link {
    padding: 24px 10px;
  }
}
.p-kintone-mv-btn__arrow {
  width: 24px;
  margin: 0 auto 4px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btn__arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
.p-kintone-mv-btn__iconblank .p-kintone-mv-btn__link {
  padding-inline: 16px 30px;
}
@media screen and (min-width: 900px) {
  .p-kintone-mv-btn__iconblank .p-kintone-mv-btn__link {
    padding: 24px 10px;
  }
}

.p-kintone-problems {
  background-color: #cf122e;
  padding-top: 65px;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems {
    padding-top: 82px;
  }
}
.p-kintone-problems-title01 {
  color: #fff !important;
}
.p-kintone-problems-boxs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  gap: 1px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-boxs {
    gap: 0 1px;
    flex-direction: row;
    margin-top: 47px;
  }
}
.p-kintone-problems-box {
  background-color: #fff;
  padding: 23px 20px 32px;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-box {
    padding: 33px clamp(1.875rem, -0.7407407407vw + 2.5416666667rem, 2.125rem) 38px clamp(2rem, -0.3703703704vw + 2.3333333333rem, 2.125rem);
    width: calc(100% - 2px);
  }
}
.p-kintone-problems-box__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-box__img {
    max-width: 361px;
  }
}
.p-kintone-problems-box__title {
  text-align: center;
  margin-top: 25px !important;
  letter-spacing: 0.04em;
  font-size: 1.5rem !important;
  line-height: 1.5;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-box__title {
    margin-top: 25px !important;
  }
}
.p-kintone-problems-box__content {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-box__content {
    margin-top: 15px;
  }
}
.p-kintone-problems-list {
  padding: 0;
}
.p-kintone-problems-item {
  position: relative;
  margin-top: 11px;
  padding-left: 34px;
  padding-right: clamp(0rem, -900vw + 211.5rem, 0.5625rem);
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-item {
    margin-top: 12px;
    padding-right: 0;
    padding-left: 31px;
  }
}
.p-kintone-problems-item:first-child {
  margin-top: 0;
}
.p-kintone-problems-item::before {
  position: absolute;
  content: "";
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/icon_check.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 3px;
}
@media screen and (min-width: 900px) {
  .p-kintone-problems-item::before {
    top: 6px;
    left: 0;
  }
}
.p-kintone-problems-txt01, .p-kintone-problems-txt02 {
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-size: 1rem;
  line-height: 1.65;
  display: inline-block;
}
.p-kintone-problems-txt01 {
  font-weight: 300;
}
.p-kintone-problems-txt02 {
  font-weight: 700;
}

.p-kintone-solution-head {
  position: relative;
  background-color: #cf122e;
  padding-top: 47px;
  padding-bottom: 63px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-head {
    padding-top: 64px;
    padding-bottom: 78px;
  }
}
.p-kintone-solution-head::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background-color: #cf122e;
  top: calc(100% - 1px);
  width: 100%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  height: 48px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-head::after {
    height: 79px;
  }
}
.p-kintone-solution-title01 {
  text-align: center;
  overflow: inherit;
}
.p-kintone-solution-title01__wrap {
  position: relative;
  color: #fff;
  font-size: 1.161875rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: -9px;
  color: #fff;
  padding: 0 3px 0 32px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__wrap {
    left: 0;
    padding: 0 42px 0 52px;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
.p-kintone-solution-title01__wrap::before, .p-kintone-solution-title01__wrap::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__wrap::before, .p-kintone-solution-title01__wrap::after {
    width: 32px;
    height: 26px;
  }
}
.p-kintone-solution-title01__wrap::before {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/img_quote_open.webp) no-repeat center/contain;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__wrap::before {
    left: 0;
  }
}
.p-kintone-solution-title01__wrap::after {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/img_quote_close.webp) no-repeat center/contain;
  bottom: 0;
  right: -24px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__wrap::after {
    right: 0;
  }
}
.p-kintone-solution-title01__txt01 {
  color: #ffe69d;
}
.p-kintone-solution-title01__txt02 {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 1.93625rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__txt02 {
    font-size: 2.5rem;
    margin-top: 3px;
  }
}
.p-kintone-solution .p-kintone-dot::before {
  bottom: calc(1lh - 0.1em);
}
@media screen and (min-width: 900px) {
  .p-kintone-solution .p-kintone-dot::before {
    bottom: calc(1lh - 0.18em);
  }
}
.p-kintone-solution-anchors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchors {
    flex-direction: row;
    gap: 16px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchor {
    width: 416px;
  }
}
.p-kintone-solution-anchor__link {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ffe69d;
  border-radius: 8px;
  height: 100%;
  padding: 21px 55px 15px 16px;
  gap: 4px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchor__link {
    padding: 28px 55px 24px 24px;
    gap: 5px;
    transition: all 0.5s;
  }
  .p-kintone-solution-anchor__link:hover {
    background-color: #fff;
  }
  .p-kintone-solution-anchor__link:hover::after {
    transform: translateY(calc(-50% + 8px));
  }
}
.p-kintone-solution-anchor__link::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/icon_arrow02.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchor__link::after {
    width: 26px;
    height: 26px;
  }
}
.p-kintone-solution-anchor__txt01, .p-kintone-solution-anchor__txt02 {
  display: block;
  font-weight: 700;
}
.p-kintone-solution-anchor__txt01 {
  letter-spacing: 0;
  line-height: 1;
  color: #cf122e;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchor__txt01 {
    font-size: 0.875rem;
  }
}
.p-kintone-solution-anchor__txt02 {
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-anchor__txt02 {
    font-size: 1.125rem;
  }
}
.p-kintone-solution-secs {
  background-color: #f3f3f3;
}
.p-kintone-solution-sec {
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-sec {
    padding-top: 124px;
    padding-bottom: 119px;
    margin-top: 40px;
  }
}
.p-kintone-solution-sec:first-child {
  margin-top: 0;
  padding-top: 93px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-sec:first-child {
    padding-top: 203px;
  }
}
.p-kintone-solution-title01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.p-kintone-solution-title01__en, .p-kintone-solution-title01__ja {
  display: block;
  font-weight: 700;
}
.p-kintone-solution-title01__en-txt {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #cf122e;
  font-size: 1rem;
  letter-spacing: 0;
  padding-left: 30px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__en-txt {
    font-size: 1.25rem;
    padding-left: 43px;
  }
}
.p-kintone-solution-title01__en-txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/icon_check.svg) no-repeat center/contain;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__en-txt::before {
    width: 28px;
    height: 28px;
    top: -6px;
    left: 0;
  }
}
.p-kintone-solution-title01__ja {
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__ja {
    font-size: 2.75rem;
    line-height: 1.57;
  }
}
.p-kintone-solution-title01__ja--ruby {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__ja--ruby {
    margin-top: 0;
  }
}
.p-kintone-solution-title01__ja--rubygroup {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-title01__ja--rubygroup {
    margin-top: 0;
  }
}
.p-kintone-solution-dot {
  position: relative;
}
.p-kintone-solution-dot::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #cf122e;
  width: 6px;
  height: 6px;
  top: -6px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-dot::before {
    width: 8px;
    height: 8px;
    top: -3px;
  }
}
.p-kintone-solution-frame01 {
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
  background-color: #f3f3f3;
  padding: 16px;
  margin-top: 43px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame01 {
    padding: 48px;
    width: 100%;
    left: 0;
    margin-top: 46px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame01--i03 {
    margin-top: 49px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame01--i03 .p-kintone-solution-beforeafter__head {
    padding-bottom: 23px;
  }
}
.p-kintone-solution-beforeafter {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter {
    gap: 0;
    flex-direction: row;
  }
}
.p-kintone-solution-beforeafter__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__item {
    width: 50%;
  }
}
.p-kintone-solution-beforeafter__item--i01 {
  background-color: #dee2e6;
}
.p-kintone-solution-beforeafter__item--i01 .p-kintone-solution-beforeafter__content::after {
  content: "";
}
.p-kintone-solution-beforeafter__item--i02 {
  background-color: #ffe6e9;
}
.p-kintone-solution-beforeafter__head {
  background-color: #283148;
  height: 100%;
  padding: 16px 0 17px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__head {
    padding: 24px 16px;
  }
}
.p-kintone-solution-beforeafter__title01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-kintone-solution-beforeafter__title01-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 6px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.4);
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 500px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__title01-label {
    font-size: 1rem;
    padding: 6px 21px 4px;
  }
}
.p-kintone-solution-beforeafter--bg01 {
  background-color: #283148;
}
.p-kintone-solution-beforeafter--bg01opacity {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-kintone-solution-beforeafter--bg02 {
  background-color: #cf122e;
}
.p-kintone-solution-beforeafter--bg02opacity {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-kintone-solution-beforeafter__title02 {
  color: #fff;
  margin-top: 9px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__title02 {
    font-size: 1.75rem;
    margin-top: 9px;
  }
}
.p-kintone-solution-beforeafter__img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__img {
    max-width: 512px;
  }
}
.p-kintone-solution-beforeafter__content {
  position: relative;
  flex-shrink: 0;
  padding: 16px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__content {
    padding: 40px 40px 41px;
  }
}
.p-kintone-solution-beforeafter__content::after {
  position: absolute;
  border-top: solid 40px #dee2e6;
  border-right: solid 70px transparent;
  border-left: solid 70px transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-beforeafter__content::after {
    left: 100%;
    border-right: 0;
    border-top: solid 40px transparent;
    border-bottom: solid 40px transparent;
    border-left: solid 25px #dee2e6;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-kintone-solution-beforeafter__color01 {
  color: #ffe69d;
}
.p-kintone-solution-points {
  display: grid;
  grid-gap: 32px 0;
  margin-top: 48px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-points {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    margin-top: 45px;
  }
}
.p-kintone-solution-point {
  position: relative;
  background-color: #fff;
  padding: 32px 23px 31px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-point {
    padding: 42px clamp(1.875rem, -1.6666666667vw + 3.375rem, 2.4375rem) 39px 39px;
  }
}
.p-kintone-solution-point__head {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-point__head {
    top: -15px;
  }
}
.p-kintone-solution-point__wrap {
  display: inline-flex;
  align-items: center;
  background-color: #ffe69d;
  border-radius: 500px;
  gap: 0 7px;
  padding: 6px 17px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-point__wrap {
    gap: 0 10px;
    padding: 6px clamp(1.0625rem, 1.1111111111vw + 0.4375rem, 1.4375rem);
  }
}
.p-kintone-solution-point__icon {
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-point__icon {
    width: 16px;
  }
}
.p-kintone-solution-point__title {
  color: #cf122e;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem !important;
}
.p-kintone-solution-point__txt {
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-weight: 300;
  font-size: 1rem !important;
  line-height: 1.65;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-point__txt {
    font-size: 1.25rem !important;
  }
}
.p-kintone-solution-point__txt .u-kintone-color01 {
  font-weight: 700;
}
.p-kintone-solution-frame02 {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 23px 0;
  background-color: rgba(254, 192, 13, 0.1);
  border: solid 1px #fec00d;
  padding: 22px 21px 23px 23px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02 {
    flex-direction: row;
    margin-top: 49px;
    padding: 48px 48px 46px;
    gap: clamp(1.25rem, 0.7407407407vw + 0.8333333333rem, 1.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-kintone-solution-frame02--i03 {
    padding-bottom: clamp(1.1875rem, -22.5vw + 28.1875rem, 2.875rem);
  }
}
.p-kintone-solution-frame02__img {
  flex-shrink: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: clamp(18.4375rem, 71.7647058824vw + 1.6176470588rem, 37.5rem);
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__img {
    max-width: unset;
    width: clamp(19.375rem, 50vw + -8.75rem, 36.25rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.p-kintone-solution-frame02__img img {
  position: relative;
  display: block;
  width: 100%;
}
.p-kintone-solution-frame02__img--i02 {
  padding: 26px 0 20px;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__img--i02 {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__img--i02 img {
    top: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .p-kintone-solution-frame02__img--i03 {
    width: 400px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__img--i03 img {
    top: -2px;
  }
}
.p-kintone-solution-frame02__label-txt {
  background-color: #fec00d;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 10px 16px;
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__label-txt {
    font-size: 0.875rem;
    line-height: 1.65;
    padding: 9px 16px 5px;
  }
}
.p-kintone-solution-frame02__title {
  margin-top: 16px !important;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.25rem !important;
  color: #1a1a1a;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__title {
    font-size: 1.875rem !important;
    margin-top: 19px !important;
  }
}
.p-kintone-solution-frame02__description {
  margin-top: 12px !important;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 0.875rem !important;
  line-height: 1.65;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__description {
    font-size: 1.125rem !important;
    margin-top: 18px !important;
  }
}
.p-kintone-solution-frame02__note {
  margin-top: 10px !important;
  color: #4d4d4d;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 0.75rem !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__note {
    font-size: 0.875rem !important;
    line-height: 1.65;
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-solution-frame02__content {
    padding-bottom: clamp(0rem, 5.3703703704vw + -3.0208333333rem, 1.8125rem);
  }
}

.p-kintone-app {
  background-color: #333;
  padding-top: 48px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .p-kintone-app {
    padding-top: 89px;
    padding-bottom: 80px;
  }
}
.p-kintone-app-label {
  text-align: center;
}
.p-kintone-app-label__txt {
  position: relative;
  background-color: #fec00d;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 500px;
  padding: 8px 12px;
  color: #283148;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-label__txt {
    padding: 10px 25px 8px;
    line-height: 1.4;
    font-size: 1.25rem;
  }
}
.p-kintone-app-label__txt::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 11px #fec00d;
  top: 100%;
}
.p-kintone-app-title01 {
  color: #fff !important;
  margin-top: 26px !important;
  font-size: 1.625rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-title01 {
    font-size: 2.75rem;
    margin-top: 26px !important;
  }
}
.p-kintone-app-title01__txt01, .p-kintone-app-title01__txt02 {
  line-height: 1.4;
}
.p-kintone-app-title01__txt02 {
  color: #fec00d;
  position: relative;
}
.p-kintone-app-title01__ruby {
  display: inline-flex;
  align-items: baseline;
}
.p-kintone-app-boxs {
  display: grid;
  margin-top: 23px;
  grid-gap: 2px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-boxs {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    margin-top: 39px;
  }
}
.p-kintone-app-box {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.p-kintone-app-box__num {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fec00d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
  font-weight: 700;
  width: 40px;
  height: 40px;
  font-size: 1.125rem !important;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-box__num {
    width: 48px;
    height: 48px;
    font-size: 1.25rem !important;
  }
}
.p-kintone-app-box__img {
  position: relative;
  flex-shrink: 0;
}
.p-kintone-app-box__img-content {
  text-align: center;
}
.p-kintone-app-box__content {
  height: 100%;
  padding: 20px 20px 23px 24px;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-box__content {
    padding: 24px 32px 32px;
  }
}
.p-kintone-app-box__title {
  color: #283148;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-box__title {
    font-size: 1.75rem !important;
  }
}
.p-kintone-app-box__description {
  margin-top: 10px !important;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 0.875rem !important;
  line-height: 1.65;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-box__description {
    margin-top: 8px !important;
    font-size: 1rem !important;
  }
}
.p-kintone-app-frame {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.05);
  gap: 15px 0;
  padding: 21px 20px;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-frame {
    padding: 40px 20px;
    gap: 40px 42px;
    margin-top: 38px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .p-kintone-app-frame {
    flex-direction: row;
  }
}
.p-kintone-app-frame__title01 {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-frame__title01 {
    text-align: left;
    font-size: 1.875rem !important;
  }
}
.p-kintone-app-frame__txt01 {
  margin-top: 4px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fec00d;
  text-align: center;
  font-size: 0.875rem !important;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-frame__txt01 {
    text-align: left;
    font-size: 1.125rem !important;
    margin-top: 5px !important;
  }
}
.p-kintone-app-frame__num {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-frame__num {
    font-size: 1.75rem;
  }
}
.p-kintone-app-frame__note {
  margin-top: 5px !important;
  padding: 0 6px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-size: 0.75rem !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-frame__note {
    padding: 0;
    font-size: 0.875rem !important;
    margin-top: 4px !important;
    line-height: 1.4;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-app-btn__link:hover .p-kintone-app-btn__arrow {
    right: 6px;
  }
}
.p-kintone-app-btn__txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-btn__txt {
    padding-right: 20px;
    font-size: 1.125rem;
  }
}
.p-kintone-app-btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (min-width: 900px) {
  .p-kintone-app-btn__arrow {
    right: 14px;
  }
}

.p-kintone-ex {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex {
    padding-top: 77px;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .p-kintone-ex-container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-title01 {
    font-size: 2rem;
  }
}
.p-kintone-ex-boxs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px 0;
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-boxs {
    flex-direction: row;
    gap: 40px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-box {
    width: 380px;
  }
}
.p-kintone-ex-box__link {
  display: flex !important;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-box__link:hover .p-kintone-ex-box__img {
    opacity: 0.7;
  }
  .p-kintone-ex-box__link:hover .p-kintone-ex-box__title,
  .p-kintone-ex-box__link:hover .p-kintone-ex-box__txt {
    color: #cf122e;
  }
}
.p-kintone-ex-box__img {
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-kintone-ex-box__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-kintone-plus/img/icon_arrow03.webp) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
.p-kintone-ex-box__content {
  padding: 16px 0 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-box__content {
    padding: 17px 0 0;
  }
}
.p-kintone-ex-box__title {
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.65;
  transition: 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-box__title {
    font-size: 1.125rem !important;
  }
}
.p-kintone-ex-box__txt {
  margin-top: 10px !important;
  letter-spacing: 0.04em;
  color: #333;
  font-size: 0.75rem !important;
  font-weight: 300;
  transition: 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-box__txt {
    margin-top: 8px !important;
    font-size: 0.875rem !important;
    line-height: 1.65;
  }
}
.p-kintone-ex-btn {
  margin: 24px auto 0;
  width: 225px;
}
@media screen and (min-width: 900px) {
  .p-kintone-ex-btn {
    width: 276px;
    margin-top: 40px;
  }
}

.p-kintone-cv {
  background-color: #cf122e;
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv {
    padding-top: 0;
  }
}
.p-kintone-cv-main {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-main {
    flex-direction: row;
    gap: 33px;
  }
}
.p-kintone-cv-img {
  width: 280px;
  margin: 16px auto 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-img {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% + clamp(7.8125rem, -49.4444444444vw + 52.3125rem, 24.5rem));
    flex-shrink: 0;
    width: 720px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-content {
    padding: 81px 0 80px 2px;
  }
}
.p-kintone-cv-title {
  color: #fff !important;
  font-size: 1.625rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-title {
    text-align: left;
    font-size: 2.75rem;
  }
}
.p-kintone-cv-title__ruby {
  display: inline-flex;
  align-items: baseline;
}
.p-kintone-cv-description {
  color: #fff;
  margin-top: 15px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.875rem !important;
  line-height: 1.65;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-description {
    font-size: 1.25rem !important;
    margin-top: 16px !important;
  }
}
.p-kintone-cv-btns {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btns {
    justify-content: inherit;
    gap: 16px;
    margin-top: 22px;
  }
}
.p-kintone-cv-btns__group {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btns__group {
    width: auto;
    display: block;
  }
}
.p-kintone-cv-btns__group:has(.p-kintone-cv-btn__link:hover) .p-kintone-cv-btns__txt {
  transform: translateY(-6px);
}
.p-kintone-cv-btns__txt {
  letter-spacing: 0.04em;
  font-size: 0.8125rem !important;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btns__txt {
    font-size: 1.125rem !important;
  }
}
.p-kintone-cv-btns__txt-wrap {
  display: inline-block;
  position: relative;
  padding: 0 9px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btns__txt-wrap {
    padding: 0 16px;
  }
}
.p-kintone-cv-btns__txt-wrap::before, .p-kintone-cv-btns__txt-wrap::after {
  position: absolute;
  bottom: 3px;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 12px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btns__txt-wrap::before, .p-kintone-cv-btns__txt-wrap::after {
    height: 15px;
    top: 5px;
    bottom: auto;
  }
}
.p-kintone-cv-btns__txt-wrap::before {
  left: 0;
  transform: skewX(38deg);
}
.p-kintone-cv-btns__txt-wrap::after {
  right: 0;
  transform: skewX(-38deg);
}
.p-kintone-cv-btn {
  margin-top: 10px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btn {
    width: 357px;
    height: auto;
    margin-top: 11px;
  }
}
.p-kintone-cv-btn__link {
  padding-inline: 16px 30px;
  padding-block: 10px;
  transition: all 0.5s;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btn__link {
    padding: 24px 10px;
  }
}
.p-kintone-cv-btn__txt {
  font-size: 0.8125rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btn__txt {
    font-size: 1.25rem;
  }
}
.p-kintone-cv-btn__arrow {
  width: 24px;
  margin: 0 auto 4px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btn__arrow {
    display: none;
  }
}
.p-kintone-cv-btn__iconblank .p-kintone-cv-btn__link {
  padding-inline: 16px 30px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cv-btn__iconblank .p-kintone-cv-btn__link {
    padding: 24px 10px;
  }
}

.p-kintone-contact {
  background-color: #dedede;
  padding: 39px 0 40px;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact {
    padding: 61px 0 63px;
  }
}
.p-kintone-contact-title {
  color: #1a1a1a !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-title {
    font-size: 2rem;
  }
}
.p-kintone-contact-boxs {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 1px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-boxs {
    flex-direction: row;
    gap: 0 1px;
    margin-top: 27px;
  }
}
.p-kintone-contact-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-box {
    width: 50%;
    padding: 40px clamp(1.25rem, 2.8571428571vw + -0.3571428571rem, 2.5rem);
  }
}
.p-kintone-contact-box__txt {
  text-align: center;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-size: 0.875rem !important;
  line-height: 1.65;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-box__txt {
    font-size: 1rem !important;
  }
}
.p-kintone-contact-btn {
  margin-top: 16px !important;
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-btn {
    margin-top: 23px !important;
  }
}
.p-kintone-contact-btn__arrow {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-btn__arrow {
    left: -12px;
  }
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-btn__iconblank {
    right: 27px;
  }
}
.p-kintone-contact-btn__link {
  padding: 16px 29px 18px 20px;
  height: 64px;
  gap: 0 14px;
}
@media screen and (min-width: 900px) {
  .p-kintone-contact-btn__link {
    padding: 15px 20px;
    gap: 0 1px;
    height: 65px;
  }
}

.p-kintone-cta {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #cf122e;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 10px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta {
    padding: 16px 0;
  }
}
.p-kintone-cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-kintone-cta-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8px 0;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-inner {
    flex-direction: row;
    justify-content: center;
    max-width: 1280px;
    gap: 0 40px;
    padding: 0 40px;
  }
}
.p-kintone-cta-txt {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-txt {
    font-size: 1.375rem;
  }
}
.p-kintone-cta-btns {
  display: flex;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btns {
    gap: 8px;
    width: auto;
  }
}
.p-kintone-cta-btn {
  width: 50%;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btn {
    width: -moz-max-content;
    width: max-content;
  }
}
.p-kintone-cta-btn__link {
  gap: 5px;
  padding-block: 8px;
  padding-inline: 16px 12px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btn__link {
    padding-block: 6px;
    padding-inline: clamp(0.4375rem, 3.1481481481vw + -1.3333333333rem, 1.5rem);
    gap: 7px;
  }
}
.p-kintone-cta-btn__arrow {
  width: 28px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btn__arrow {
    width: 36px;
  }
}
.p-kintone-cta-btn__txt {
  font-size: 0.8125rem;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btn__txt {
    text-align: center;
    font-size: 1rem;
  }
}
.p-kintone-cta-btn__iconblank .p-kintone-cta-btn__link {
  padding-inline: 16px 30px;
}
@media screen and (min-width: 900px) {
  .p-kintone-cta-btn__iconblank .p-kintone-cta-btn__link {
    padding-inline: clamp(0.4375rem, 3.1481481481vw + -1.3333333333rem, 1.5rem) 46px;
  }
}
/*# sourceMappingURL=kintone.css.map */