@charset "UTF-8";
a {
  color: #000;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
  transition: 0.3s background-color ease, 0.3s border-color ease, 0.3s color ease;
}
a:hover {
  color: #fff;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  font-size: 1.5rem;
  container-type: inline-size;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wrap {
    font-size: 5.3333333333vw;
  }
}

.detail_btn {
  margin: auto;
  width: 23.8cqw;
}
@media (max-width: 768px) {
  .detail_btn {
    width: 50.6666666667vw;
  }
}
.detail_btn a {
  align-items: center;
  background: #000;
  border-radius: 5cqw;
  display: flex;
  height: 5.6cqw;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .detail_btn a {
    border-radius: 12vw;
    height: 12vw;
  }
}
.detail_btn a:hover {
  background-color: #007dff;
}
.detail_btn a::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 1.1cqw;
  position: absolute;
  right: 2.2cqw;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1.1cqw;
}
@media (max-width: 768px) {
  .detail_btn a::before {
    height: 2.4vw;
    right: 4.8vw;
    width: 2.4vw;
  }
}
.detail_btn a img {
  height: 1.6cqw;
}
@media (max-width: 768px) {
  .detail_btn a img {
    height: 3.4666666667vw;
  }
}

.rca_service {
  background: linear-gradient(#b8fde9, #dcfeef);
  padding-left: 20px;
  padding-right: 20px;
}
.rca_service_wrap {
  margin-top: 14.5cqw;
}
@media (max-width: 768px) {
  .rca_service_wrap {
    margin-top: 12vw;
  }
}
.rca_service_ttl {
  border-bottom: 0.3cqw solid #000;
  margin: 0 auto 5cqw;
  padding-bottom: 4.5cqw;
  width: 80cqw;
}
@media (max-width: 768px) {
  .rca_service_ttl {
    border-bottom-width: 0.5333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    width: 76vw;
  }
}
.rca_service_ttl img {
  height: 100%;
}
.rca_service_ttl span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.rca_service_ttl_txt01 {
  height: 6.8cqw;
  margin-bottom: 3.5cqw;
}
@media (max-width: 768px) {
  .rca_service_ttl_txt01 {
    height: 5.6vw;
    margin-bottom: 3.7333333333vw;
  }
}
.rca_service_ttl_txt02 {
  height: 4.1cqw;
}
@media (max-width: 768px) {
  .rca_service_ttl_txt02 {
    height: 5.6vw;
  }
}
.rca_service_txt {
  height: 3.2cqw;
  margin: 0 auto 7.5cqw;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .rca_service_txt {
    height: 3.2vw;
    margin-bottom: 7.4666666667vw;
  }
}
.rca_service_txt img {
  height: 100%;
}
.rca_service_box {
  background: #fff;
  border: 0.3cqw solid #000;
  border-radius: 4cqw;
  margin-top: 3.5cqw;
  padding: 3.5cqw 0 12cqw;
  position: relative;
}
@media (min-width: 769px), print {
  .rca_service_box {
    align-items: center;
    display: flex;
    min-height: 29cqw;
  }
}
@media (max-width: 768px) {
  .rca_service_box {
    border-width: 0.5333333333vw;
    border-radius: 8vw;
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.rca_service_box_inner {
  width: 100%;
}
@media (min-width: 769px), print {
  .rca_service_box_inner {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px), print {
  .rca_service_box_logo {
    padding: 0 5cqw;
  }
}
@media (max-width: 768px) {
  .rca_service_box_logo {
    margin-bottom: 5.3333333333vw;
  }
}
.rca_service_box_logo img {
  max-width: 100%;
}
@media (min-width: 769px), print {
  .rca_service_box_logo img {
    max-height: 11.5cqw;
  }
}
@media (max-width: 768px) {
  .rca_service_box_logo img {
    max-height: 20vw;
  }
}
.rca_service_box_info {
  line-height: 1.75;
}
@media (min-width: 769px), print {
  .rca_service_box_info_txt {
    font-size: 2.4cqw;
    min-height: 6cqw;
    padding-bottom: 2cqw;
  }
}
@media (max-width: 768px) {
  .rca_service_box_info_txt {
    margin-bottom: 4vw;
    text-align: center;
  }
}
.rca_service_box_info_dl {
  align-items: center;
  display: grid;
  gap: 2.2cqw 1cqw;
  grid-template-columns: 9.2cqw 1fr;
}
@media (max-width: 768px) {
  .rca_service_box_info_dl {
    gap: 2.6666666667vw;
    grid-template-columns: 16.8vw 1fr;
  }
}
.rca_service_box_info_dl dt {
  font-size: 1.4cqw;
  align-items: center;
  align-self: flex-start;
  background: url("../images/content-bg-presented.svg") center/contain no-repeat;
  display: flex;
  height: 3.8cqw;
  justify-content: center;
  width: 9.3cqw;
}
@media (max-width: 768px) {
  .rca_service_box_info_dl dt {
    font-size: 2.6666666667vw;
    height: 6.4vw;
    width: 16.8vw;
  }
}
.rca_service_box_info_dl dd {
  font-size: 1.68cqw;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .rca_service_box_info_dl dd {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px), print {
  .rca_service_box_btn {
    bottom: 3.5cqw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .rca_service_box_btn {
    margin-top: 4vw;
  }
}
.rca_service_benefit {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8cqw;
  padding-bottom: 6cqw;
}
@media (max-width: 768px) {
  .rca_service_benefit {
    margin-top: 6.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
.rca_service_benefit > li {
  display: grid;
  gap: 0 !important;
  grid-template-rows: subgrid;
  grid-row: span 5;
  margin-bottom: 9cqw;
}
@media (max-width: 768px) {
  .rca_service_benefit > li {
    margin-bottom: 9.3333333333vw;
  }
}
.rca_service_benefit > li:nth-of-type(odd) {
  padding-right: 2.4cqw;
}
@media (max-width: 768px) {
  .rca_service_benefit > li:nth-of-type(odd) {
    padding-right: 2.6666666667vw;
  }
}
.rca_service_benefit > li:nth-of-type(even) {
  padding-left: 2.4cqw;
}
@media (max-width: 768px) {
  .rca_service_benefit > li:nth-of-type(even) {
    padding-left: 2.6666666667vw;
  }
}
.rca_service_benefit_img {
  margin-bottom: 3.5cqw;
}
@media (max-width: 768px) {
  .rca_service_benefit_img {
    margin-bottom: 4vw;
  }
}
.rca_service_benefit_ttl {
  font-size: 3cqw;
  line-height: 1.6;
  margin-bottom: 3cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .rca_service_benefit_ttl {
    font-size: 4.2666666667vw;
    line-height: 1.375;
    margin-bottom: 2.6666666667vw;
  }
}
.rca_service_benefit_txt {
  font-size: 2.2cqw;
  margin-bottom: 2.5cqw;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .rca_service_benefit_txt {
    font-size: 3.2vw;
    line-height: 1.42;
    margin-bottom: 2.6666666667vw;
  }
}
.rca_service_benefit_btn {
  margin: 2.8cqw auto 0;
}
@media (max-width: 768px) {
  .rca_service_benefit_btn {
    margin-top: 3.7333333333vw;
    width: 35.4666666667vw;
  }
  .rca_service_benefit_btn a {
    height: 8.2666666667vw;
  }
  .rca_service_benefit_btn a img {
    height: 2.4vw;
  }
}
.rca_service_benefit .rca_service_box_info_dl {
  grid-template-rows: max-content;
}
@media (max-width: 768px) {
  .rca_service_benefit .rca_service_box_info_dl {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
  .rca_service_benefit .rca_service_box_info_dl dd {
    font-size: 2.6666666667vw;
  }
}
.rca_main {
  margin-bottom: 15cqw;
  padding-top: 10cqw;
}
@media (max-width: 768px) {
  .rca_main {
    margin-bottom: 13.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.rca_main_ttl {
  margin-bottom: 10cqw;
}
@media (max-width: 768px) {
  .rca_main_ttl {
    margin: 0 auto 10.6666666667vw;
    width: 71.4666666667vw;
  }
}
.rca_main_ttl span {
  display: block;
}
.rca_main_ttl_txt01 {
  margin-bottom: 5.3cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .rca_main_ttl_txt01 {
    margin-bottom: 3.7333333333vw;
  }
}
.rca_main_ttl_txt02 {
  margin: auto;
  width: 16.2cqw;
}
@media (max-width: 768px) {
  .rca_main_ttl_txt02 {
    width: 11.7333333333vw;
  }
}
.rca_main_txt {
  margin: 0 auto 5cqw;
  width: 94.2cqw;
}
@media (max-width: 768px) {
  .rca_main_txt {
    margin-bottom: 9.6vw;
    width: 68.2666666667vw;
  }
}
.rca_main_nav {
  background: url("../images/main-img-pc.webp") center top/78.4cqw auto no-repeat;
  padding-top: 42.2cqw;
}
@media (max-width: 768px) {
  .rca_main_nav {
    background-image: url("../images/main-img-sp.webp");
    background-size: 83.7333333333vw auto;
    padding-top: 67.7333333333vw;
  }
}
.rca_main_nav li {
  margin-bottom: 5cqw;
}
@media (max-width: 768px) {
  .rca_main_nav li {
    margin-bottom: 4vw;
  }
}
.rca_main_nav li a {
  background-color: #000;
  border-radius: 10cqw;
  display: flex;
  padding: 3cqw;
  position: relative;
}
@media (max-width: 768px) {
  .rca_main_nav li a {
    border-radius: 16vw;
    padding: 5.3333333333vw;
  }
}
.rca_main_nav li a:hover {
  background-color: #007dff;
}
.rca_main_nav li a::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 1.6cqw;
  position: absolute;
  right: 3.6cqw;
  top: 3.8cqw;
  transform: rotate(45deg);
  width: 1.6cqw;
}
@media (max-width: 768px) {
  .rca_main_nav li a::before {
    height: 2.9333333333vw;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
    width: 2.9333333333vw;
  }
}
.rca_main_nav li a img {
  height: 4cqw;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .rca_main_nav li a img {
    height: 4.2666666667vw;
  }
}
.rca_other {
  padding-left: 20px;
  padding-right: 20px;
}
.rca_other_wrap {
  padding-bottom: 15cqw;
  padding-top: 15cqw;
}
@media (max-width: 768px) {
  .rca_other_wrap {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.rca_other_ttl {
  margin: 0 auto 8cqw;
  width: 47cqw;
}
@media (max-width: 768px) {
  .rca_other_ttl {
    margin-bottom: 6.6666666667vw;
    width: 62.6666666667vw;
  }
}
.rca_other_list {
  display: grid;
  gap: 4.8cqw;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .rca_other_list {
    gap: 6.4vw;
    grid-template-columns: 1fr;
  }
}
.rca_other_list > li {
  border: 0.3cqw solid #000;
  border-radius: 4cqw;
  padding: 5cqw 1cqw 12.5cqw;
  position: relative;
}
@media (max-width: 768px) {
  .rca_other_list > li {
    border-width: 0.5333333333vw;
    border-radius: 8vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
@media (min-width: 769px), print {
  .rca_other_list > li .rca_service_box_info_dl {
    margin-left: 3.5cqw;
    margin-right: 3.5cqw;
  }
}
@media (max-width: 768px) {
  .rca_other_list > li .rca_service_box_info_dl {
    margin-bottom: 4vw;
  }
}
.rca_other_list_cat {
  align-items: center;
  display: flex;
  gap: 2cqw;
  margin: 0 4.8cqw 2.5cqw;
}
@media (max-width: 768px) {
  .rca_other_list_cat {
    display: none !important;
  }
}
.rca_other_list_cat li {
  font-size: 1.3cqw;
  align-items: center;
  border-radius: 4cqw;
  color: #fff;
  display: flex;
  height: 4.2cqw;
  justify-content: center;
}
.rca_other_list_cat01 {
  background: url("../images/content-other-bg01.svg") center/contain no-repeat;
  width: 17cqw;
}
.rca_other_list_cat02 {
  background: url("../images/content-other-bg02.svg") center/contain no-repeat;
  width: 17cqw;
}
.rca_other_list_paid {
  background-color: #ff1e1e;
  width: 4.2cqw;
}
.rca_other_list_logo {
  align-items: center;
  display: flex;
  height: 9.2cqw;
  justify-content: center;
  margin: 0 auto 3cqw;
  width: 40.2cqw;
}
@media (max-width: 768px) {
  .rca_other_list_logo {
    height: 16vw;
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
}
.rca_other_list_logo img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}
.rca_other_list_txt {
  font-size: 2.4cqw;
  line-height: 1.7;
  margin-bottom: 3.5cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .rca_other_list_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .rca_other_list_txt br {
    display: none;
  }
}
.rca_other_list_txt_sub {
  font-size: 1.7cqw;
}
@media (max-width: 768px) {
  .rca_other_list_txt_sub {
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
@media (min-width: 769px), print {
  .rca_other_list_btn {
    bottom: 4cqw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .talklab-kibit {
    padding-top: 45px;
  }
}
.talklab-kibit .show_pc {
  display: block;
}
.talklab-kibit .show_sp {
  display: none;
}
.talklab-kibit .l-inner {
  width: 1000px;
}
@media (max-width: 768px) {
  .talklab-kibit .l-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.talklab-kibit .box-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-top {
    display: block;
    margin-bottom: 10px;
  }
}
.talklab-kibit .box-top_left {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-top_left {
    justify-content: center;
    gap: 15px;
    margin-bottom: 11px;
  }
}
.talklab-kibit .box-top_left figure {
  width: 263px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-top_left figure {
    width: 148px;
  }
}
.talklab-kibit .box-top_left span {
  width: 182px;
  min-height: 103px;
  border: 2px solid #4C4948;
  color: #4C4948;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  text-align: center;
  font-size: 2rem;
  padding: 5px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .talklab-kibit .box-top_left span {
    width: 102px;
    min-height: 57px;
    border-radius: 6px;
    font-size: 1.2rem;
    line-height: 1.25;
    border-width: 1px;
  }
}
.talklab-kibit .box-top_right p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #231815;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-top_right p {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    text-align: right;
  }
}
.talklab-kibit .box-title {
  padding: 50px 0 47px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #DF541A;
}
@media (max-width: 768px) {
  .talklab-kibit .box-title {
    padding: 32px 0 27px;
  }
}
.talklab-kibit .box-title_sub {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-title_sub {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.talklab-kibit .box-title_heading {
  padding-right: 12px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-title_heading {
    padding-right: 0;
  }
  .talklab-kibit .box-title_heading img {
    max-width: 336px;
    width: 100%;
  }
}
.talklab-kibit .box-title_desc {
  font-size: 4.9rem;
  line-height: 1;
  color: #fff;
  margin-top: -10px;
  margin-right: 13px;
  display: block;
  font-weight: bold;
}
@media (max-width: 768px) {
  .talklab-kibit .box-title_desc {
    font-size: 2rem;
    margin-top: -1px;
    margin-right: 4px;
  }
}
.talklab-kibit .box-detect {
  padding: 40px 0 50px;
  position: relative;
  background: url("../images/bg_01.png") repeat;
  background-size: auto;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect {
    padding: 29px 0 18px;
  }
}
.talklab-kibit .box-detect_title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_title {
    margin-bottom: 16px;
  }
}
.talklab-kibit .box-detect_title h2 {
  width: calc(100% + 4px);
  margin-left: -2px;
}
.talklab-kibit .box-detect_title h2 img {
  width: 100%;
}
.talklab-kibit .box-detect_img01 {
  text-align: center;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_img01 {
    margin-left: 0;
    margin-right: 3px;
  }
}
.talklab-kibit .box-detect_img01 img {
  margin: 0;
}
.talklab-kibit .box-detect_wrap {
  background-color: #fff;
  border-radius: 17px 17px 0 0;
  padding: 34px 28px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap {
    padding: 17px 20px 5px 11px;
    border-radius: 9px 9px 0 0;
    margin-top: 13px;
  }
}
.talklab-kibit .box-detect_wrap .wrap-item:not(:last-child) {
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .wrap-item:not(:last-child) {
    margin-bottom: 11px;
  }
}
.talklab-kibit .box-detect_wrap h3 {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap h3 {
    margin-bottom: 5px;
  }
}
.talklab-kibit .box-detect_wrap h3 img {
  width: 100%;
  height: auto;
}
.talklab-kibit .box-detect_wrap p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4C4948;
  letter-spacing: 1px;
  margin-bottom: 17px;
  font-feature-settings: "palt" 1;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap p {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
.talklab-kibit .box-detect_wrap p span {
  color: #0080CB;
}
.talklab-kibit .box-detect_wrap p.txt02 {
  padding-top: 4px;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap p.txt02 {
    padding-top: 1px;
    padding-left: 7px;
    margin-bottom: 1px;
  }
}
.talklab-kibit .box-detect_wrap .note_mental {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .note_mental {
    padding: 0 4px;
    margin-bottom: 3px;
  }
}
.talklab-kibit .box-detect_wrap .note_mental img {
  width: 924px;
  margin: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .note_mental img {
    width: 100%;
    height: auto;
  }
}
.talklab-kibit .box-detect_wrap .note_right {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .note_right {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-right: 0;
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
  }
}
.talklab-kibit .box-detect_wrap .note {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4C4948;
  position: relative;
  padding-left: 21px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .note {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-left: 14px;
    margin-left: 5px;
  }
}
.talklab-kibit .box-detect_wrap .note:before {
  content: "●";
  font-size: 2rem;
  line-height: 1.3;
  color: #DF541A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .note:before {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.talklab-kibit .box-detect_wrap .box-detect_img02 {
  margin-top: 5px;
}
.talklab-kibit .box-detect_wrap .box-detect_img02 img {
  margin: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect_wrap .box-detect_img02 {
    margin-top: 6px;
    padding-left: 4px;
  }
}
.talklab-kibit .box-detect .txt_bottom {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFAC6;
  background-color: #009FE8;
  border-radius: 0 0 17px 17px;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  text-align: center;
  padding: 22px 10px 17px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-detect .txt_bottom {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 8px 10px 5px;
    border-radius: 0 0 9px 9px;
    text-align: left;
  }
}
.talklab-kibit .box-step {
  padding: 40px 0 35px;
  background: url("../images/bg_02.png") repeat;
  background-size: auto;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step {
    padding: 22px 0 25px;
  }
}
.talklab-kibit .box-step_title {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_title {
    margin-bottom: 16px;
  }
}
.talklab-kibit .box-step .list-dot01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step .list-dot01 {
    margin-bottom: 36px;
  }
}
.talklab-kibit .box-step .list-dot01 li {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  position: relative;
  padding-left: 25px;
  color: #4C4948;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step .list-dot01 li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-left: 16px;
  }
}
.talklab-kibit .box-step .list-dot01 li:before {
  content: "●";
  font-size: 2.2rem;
  line-height: 1.4545454545;
  color: #DF541A;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step .list-dot01 li:before {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    top: 2px;
  }
}
.talklab-kibit .box-step .list-dot01 li span {
  color: #DF541A;
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step .list-dot01 li span {
    font-size: 1.6rem;
  }
}
.talklab-kibit .box-step_item {
  background-color: #fff;
  border-radius: 17px;
  padding: 15px 25px 15px 135px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 165px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item {
    padding: 18px 13px 5px 38px;
    min-height: 180px;
    display: block;
    border-radius: 10px;
  }
}
@media screen and (max-width: 374px) {
  .talklab-kibit .box-step_item {
    padding-bottom: 15px;
    padding-right: 13px !important;
  }
}
.talklab-kibit .box-step_item:nth-child(1) {
  justify-content: space-between;
}
@media (min-width: 769px), print {
  .talklab-kibit .box-step_item:nth-child(1) {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 769px), print {
  .talklab-kibit .box-step_item:nth-child(2) {
    padding-right: 215px;
  }
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item:nth-child(2) {
    padding-right: 120px;
  }
}
@media (min-width: 769px), print {
  .talklab-kibit .box-step_item:nth-child(3) {
    padding-right: 225px;
  }
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item:nth-child(3) {
    padding-right: 115px;
  }
}
@media (min-width: 769px), print {
  .talklab-kibit .box-step_item:nth-child(4) {
    padding-right: 230px;
  }
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item:nth-child(4) {
    padding-right: 115px;
  }
}
.talklab-kibit .box-step_item:not(:last-child) {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.talklab-kibit .box-step_item:not(:last-child):after {
  content: "";
  width: 76px;
  height: 24px;
  background: url("../images/arr_down.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item:not(:last-child):after {
    width: 46px;
    height: 14px;
    bottom: -28px;
  }
}
.talklab-kibit .box-step_item .number {
  position: absolute;
  top: 10px;
  left: 12px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .number {
    top: -10px;
    left: -11px;
  }
  .talklab-kibit .box-step_item .number img {
    width: 45px;
  }
}
.talklab-kibit .box-step_item .txt h3 {
  color: #231815;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .txt h3 {
    font-size: 1.7rem;
    line-height: 1.2941176471;
  }
}
.talklab-kibit .box-step_item .txt h3 span {
  color: #DF541A;
}
.talklab-kibit .box-step_item .txt p {
  font-size: 1.6rem;
  line-height: 1.4444444444;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .txt p {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.talklab-kibit .box-step_item .l_img {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .l_img {
    margin-top: 11px;
    gap: 23px;
  }
  .talklab-kibit .box-step_item .l_img li:nth-child(1) img {
    width: 137px;
  }
  .talklab-kibit .box-step_item .l_img li:nth-child(2) img {
    width: 97px;
    margin-top: -10px;
  }
}
.talklab-kibit .box-step_item .pic {
  position: absolute;
}
@media screen and (max-width: 374px) {
  .talklab-kibit .box-step_item .pic {
    position: static;
    text-align: center;
    margin: 15px auto 0;
  }
}
.talklab-kibit .box-step_item .pic.pic2 {
  top: -14px;
  right: 41px;
}
.talklab-kibit .box-step_item .pic.pic2 img {
  width: 154px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .pic.pic2 {
    top: 31px;
    right: 2px;
  }
  .talklab-kibit .box-step_item .pic.pic2 img {
    width: 109px;
  }
}
.talklab-kibit .box-step_item .pic.pic3 {
  top: -25px;
  right: 77px;
}
.talklab-kibit .box-step_item .pic.pic3 img {
  width: 140px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .pic.pic3 {
    top: 21px;
    right: 12px;
  }
  .talklab-kibit .box-step_item .pic.pic3 img {
    width: 99px;
  }
}
.talklab-kibit .box-step_item .pic.pic4 {
  top: -30px;
  right: 87px;
}
.talklab-kibit .box-step_item .pic.pic4 img {
  width: 122px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-step_item .pic.pic4 {
    top: 10px;
    right: 17px;
  }
  .talklab-kibit .box-step_item .pic.pic4 img {
    width: 86px;
  }
}
.talklab-kibit .box-about {
  padding: 61px 0 22px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about {
    padding: 61px 0 14px;
  }
}
.talklab-kibit .box-about .l_btn {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about .l_btn {
    margin-bottom: 80px;
  }
}
.talklab-kibit .box-about .l_btn li:not(:last-child) {
  margin-bottom: 50px;
}
.talklab-kibit .box-about .l_btn li a {
  width: 100%;
  min-height: 100px;
  padding: 10px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #DF541A;
  border-radius: 100px;
  transition: all 0.3s ease-out;
  border: 2px solid #DF541A;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about .l_btn li a {
    font-size: 2rem;
    min-height: 60px;
    padding: 5px;
  }
}
@media screen and (max-width: 374px) {
  .talklab-kibit .box-about .l_btn li a {
    font-size: 1.6rem;
    padding: 5px 30px;
  }
}
.talklab-kibit .box-about .l_btn li a:hover {
  background-color: #FCF1ED;
  color: #DF541A;
}
.talklab-kibit .box-about_wrap {
  position: relative;
  padding-left: 10px;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.talklab-kibit .box-about_wrap_sub {
  position: absolute;
  top: -42px;
  left: -5px;
  width: 387px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_sub {
    left: -9px;
    top: -27px;
    width: 236px;
  }
}
.talklab-kibit .box-about_wrap_title {
  border-radius: 17px 17px 0 0;
  background-color: #009FE8;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.36;
  font-weight: 600;
  text-align: center;
  padding: 18px 10px 8px;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_title {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    padding: 19px 8px 10px;
    border-radius: 9px 9px 0 0;
  }
}
.talklab-kibit .box-about_wrap_title span {
  font-size: 3.3rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_title span {
    font-size: 2rem;
  }
}
.talklab-kibit .box-about_wrap_txt {
  border-radius: 0 0 17px 17px;
  background-color: #fff;
  border: 3px solid #009FE8;
  padding: 11px 41px 15px 22px;
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt {
    border-radius: 0 0 9px 9px;
    display: block;
    padding: 6px 10px 10px;
    border-width: 1px;
  }
}
.talklab-kibit .box-about_wrap_txt .pic {
  width: 288px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt .pic {
    width: 177px;
    margin: 0 auto 8px;
  }
}
.talklab-kibit .box-about_wrap_txt .txt_right {
  text-align: right;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 400;
  color: #231815;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt .txt_right {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}
.talklab-kibit .box-about_wrap_txt .txt {
  width: calc(100% - 288px);
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt .txt {
    width: 100%;
  }
}
.talklab-kibit .box-about_wrap_txt .txt p {
  font-size: 2rem;
  line-height: 1.4;
  color: #4C4948;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt .txt p {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.talklab-kibit .box-about_wrap_txt .txt .txt_note {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #231815;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_wrap_txt .txt .txt_note {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    margin-top: 5px;
    font-feature-settings: "palt" 1;
  }
}
.talklab-kibit .box-about_point h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #DF541A;
  padding: 3px 10px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .talklab-kibit .box-about_point h3 {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0 10px;
    margin-bottom: 7px;
  }
}
.talklab-kibit .box-about_point .list-dot02 {
  margin-left: 16px;
}
.talklab-kibit .box-training {
  padding: 21px 0 40px;
  background-color: #EEEEEE;
}
@media (max-width: 768px) {
  .talklab-kibit .box-training {
    padding: 18px 0 27px;
  }
}
.talklab-kibit .box-training h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #54C2F0;
  padding: 3px 10px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .talklab-kibit .box-training h3 {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0 10px;
    margin-bottom: 7px;
  }
}
.talklab-kibit .box-training .list-dot02 {
  margin-left: 16px;
}
.talklab-kibit .box-training_bottom {
  border: 1px solid #000;
  padding: 17px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .talklab-kibit .box-training_bottom {
    margin-top: 14px;
    padding: 10px 7px;
  }
}
.talklab-kibit .list-dot02 li {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: #4C4948;
  position: relative;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .talklab-kibit .list-dot02 li {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.talklab-kibit .list-dot02 li:before {
  content: "●";
  font-size: 1rem;
  line-height: 1.2222222222;
  color: #54C3F1;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .list-dot02 li:before {
    font-size: 0.6rem;
  }
}
.talklab-kibit .list-dot02 li:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .talklab-kibit .list-dot02 li:not(:last-child) {
    margin-bottom: 1px;
  }
}
.talklab-kibit .list-dot03 li {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: #4C4948;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .talklab-kibit .list-dot03 li {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    padding-left: 13px;
  }
}
.talklab-kibit .list-dot03 li:before {
  content: "・";
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: #4C4948;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .talklab-kibit .list-dot03 li:before {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

@media screen and (max-width: 767px) {
  .talklab-kibit .show_pc {
    display: none;
  }
  .talklab-kibit .show_sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */