@charset "UTF-8";
/* オレンジの背景色 */
.phrase-emphasize {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.phrase-emphasize:before {
  bottom: 0;
  content: "＼";
  color: #3c3326;
  font-weight: bold;
  height: 40px;
  left: -10px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}
.phrase-emphasize:after {
  bottom: 0;
  content: "／";
  color: #3c3326;
  font-weight: bold;
  height: 40px;
  margin-bottom: auto;
  margin-top: auto;
  right: -10px;
  position: absolute;
  top: 0;
}

.section-ochiai {
  width: 100%;
  background-image: linear-gradient(145deg, white 51%, #ffae00);
}
.section-ochiai .section-inner {
  max-width: 1240px;
  position: relative;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.section-ochiai .section-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-top: 30px !important;
  min-height: 400px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: calc(992px - 1px)) {
  .section-ochiai .section-container {
    padding-top: 10px !important;
  }
}
@media (max-width: calc(768px - 1px)) {
  .section-ochiai .section-container {
    height: auto;
  }
  .section-ochiai .section-container .section-content {
    padding-right: 0px;
  }
}
.section-ochiai .ochiai-img {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 380px;
  width: 320px;
}
.section-ochiai .ochiai-img img {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.section-ochiai .ochiai-img .caption {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #3c3326;
  left: 60px;
  padding: 5px 20px;
  position: absolute;
  margin-bottom: 20px;
}
.section-ochiai .ochiai-img .caption .caption__company {
  font-size: 14px;
}
.section-ochiai .ochiai-img .caption .caption__name {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: calc(768px - 1px)) {
  .section-ochiai .ochiai-img {
    height: 280px;
    margin-left: auto;
    position: relative;
    right: 0;
  }
}

.sales-growth-graph {
  width: 70%;
}
@media (max-width: calc(992px - 1px)) {
  .sales-growth-graph {
    width: 80%;
  }
}
@media (max-width: calc(768px - 1px)) {
  .sales-growth-graph {
    width: 100%;
  }
}

.balloon1-content {
  margin: 0 4px;
}

.balloon1 {
  position: relative;
  display: flex;
  padding: 25px 30px;
  padding-bottom: 20px !important;
  min-width: 200px;
  font-size: 16px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}
.balloon1::before {
  content: "";
  position: absolute;
  top: 88%;
  right: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  transform: rotate(-35deg);
}
@media (max-width: calc(992px - 1px)) {
  .balloon1::before {
    content: none;
  }
}
.balloon1 p {
  margin: auto !important;
  padding: 0;
}

.balloon2 {
  position: relative;
  display: flex;
  padding: 25px 30px;
  padding-bottom: 20px !important;
  min-width: 200px;
  font-size: 16px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}
.balloon2::before {
  content: "";
  position: absolute;
  top: 88%;
  right: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  transform: rotate(35deg);
}
@media (max-width: calc(992px - 1px)) {
  .balloon2::before {
    content: none;
  }
}
.balloon2 p {
  margin: auto !important;
  padding: 0;
}

.balloon2-2 {
  position: relative;
  display: flex;
  padding: 25px 30px;
  padding-bottom: 20px !important;
  min-width: 200px;
  font-size: 16px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}
.balloon2-2::before {
  content: "";
  position: absolute;
  top: 88%;
  right: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  transform: rotate(35deg);
}
@media (max-width: calc(992px - 1px)) {
  .balloon2-2::before {
    top: 80% !important;
  }
}
@media (max-width: calc(768px - 1px)) {
  .balloon2-2::before {
    top: 85% !important;
  }
}
.balloon2-2 p {
  margin: auto !important;
  padding: 0;
}

.balloon3 {
  position: relative;
  display: flex;
  margin: 1.5em 0;
  padding: 10px 20px;
  font-size: 16px;
  background: #FFAE00;
  border-radius: 50px;
}
.balloon3::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFAE00;
}
.balloon3 p {
  color: #fff;
  margin: auto !important;
  padding: 0;
}

.balloon4 {
  position: relative;
}
.balloon4::before {
  content: "一度、相談してみたい";
  position: absolute;
  font-size: 14px;
  background: #fff;
  border: solid 2px #EC6C00;
  border-radius: 50px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 220px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.balloon4::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -15px;
  border: 9px solid transparent;
  border-top: 10px solid #fff;
}

.balloon5 {
  position: relative;
}
.balloon5::before {
  content: "もっと詳しく内容を知りたい";
  position: absolute;
  font-size: 14px;
  background: #fff;
  border: solid 2px #FFAE00;
  border-radius: 50px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 220px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.balloon5::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -15px;
  border: 9px solid transparent;
  border-top: 10px solid #fff;
}

.orange {
  color: #FFAE00 !important;
}

.bg-red-orange {
  background-color: #F29100 !important;
  background-color: #EC6C00 !important;
}

.bg-brown {
  background-color: #583806 !important;
}

.bg-color {
  background-image: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/bg_img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.keep-all-break-word {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.text-align-justify {
  text-align: justify;
}

.footer-bg-img {
  background-color: #FBF5E0;
  background-image: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/footer_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.drop-shadow1 {
  box-shadow: 2px 2px 10px 0px #5B585366;
}

.width-25-percent {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-90 {
  width: 90%;
}

.justify-space-between {
  justify-content: space-between;
}

.point-text {
  background-color: #fff;
  padding: 15px 20px;
  border: solid 3px #FFAE00;
  border-radius: 0px 12px 12px 12px;
  font-weight: bold;
  margin: 50px 10px 0;
}
@media (max-width: calc(992px - 1px)) {
  .point-text {
    margin: 50px 0px 0px !important;
  }
}

.point1 {
  position: relative;
  width: 30%;
}
.point1::before {
  content: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/point1.svg");
  position: absolute;
  top: -40px;
  left: -3px;
}
@media (max-width: calc(992px - 1px)) {
  .point1 {
    width: 100% !important;
  }
}

.point2 {
  position: relative;
  width: 30%;
}
.point2::before {
  content: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/point2.svg");
  position: absolute;
  top: -40px;
  left: -3px;
}
@media (max-width: calc(992px - 1px)) {
  .point2 {
    width: 100% !important;
  }
}

.point3 {
  position: relative;
  width: 30%;
}
.point3::before {
  content: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/point3.svg");
  position: absolute;
  top: -40px;
  left: -3px;
}
@media (max-width: calc(992px - 1px)) {
  .point3 {
    width: 100% !important;
  }
}

.chevron-right {
  position: relative;
}
.chevron-right::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #FFAE00;
  font-weight: 900;
  font-size: 3em;
  line-height: 1;
  position: absolute;
  right: -40px;
}

.process-line-horizon {
  position: relative;
}
.process-line-horizon::before {
  content: "";
  width: 70%;
  height: 13px;
  background: #FBF8ED;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(50%, -50%);
  margin: 0 10px;
}

.process-line-horizon-3-steps {
  position: relative;
}
.process-line-horizon-3-steps::before {
  content: "";
  width: 70%;
  height: 13px;
  background: #FBF8ED;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(50%, -50%);
  margin: 0 10px;
}

.footer-text {
  text-align: center;
  font-weight: bold;
}
@media (max-width: calc(992px - 1px)) {
  .footer-text {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: calc(768px - 1px)) {
  .footer-text {
    margin-top: 30px;
    font-size: 16px;
  }
}

.footer-buttons-sales-ability-assessment {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: calc(992px - 1px)) {
  .footer-buttons-sales-ability-assessment {
    flex-direction: column;
    align-items: center;
  }
}
.footer-buttons-sales-ability-assessment a {
  width: 320px;
  margin: 0 30px;
}
.footer-buttons-sales-ability-assessment a .fa-question-circle {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}
.footer-buttons-sales-ability-assessment a .fa-file-alt {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}

.fa-angle-right {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}

.justify-center {
  justify-content: center;
}

.flex-balloon1-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .flex-balloon1-container {
    flex-flow: column;
  }
  .flex-balloon1-container .balloon1-content {
    margin: 10px 0;
  }
}
.flex-balloon1-container .balloon-img01 {
  width: 257px;
  height: 257px;
  max-width: 100%;
}
.flex-balloon1-container .balloon-img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(768px - 1px)) {
  .flex-balloon1-container .balloon-img01 {
    width: 170px;
    height: 170px;
  }
  .flex-balloon1-container .balloon-img01 img {
    width: 340px;
    height: 340px;
    margin-top: -85px;
    margin-left: -85px;
    transform: scale(0.5);
  }
}
.flex-balloon1-container .balloon-img02 {
  width: 230px;
  height: 230px;
  max-width: 100%;
  margin-top: 50px;
}
.flex-balloon1-container .balloon-img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(768px - 1px)) {
  .flex-balloon1-container .balloon-img02 {
    width: 140px;
    height: 140px;
  }
}

.value-introduction-container {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: calc(992px - 1px)) {
  .value-introduction-container {
    flex-direction: column;
    width: 100%;
  }
}
.value-introduction-container .value-introduction-content {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: calc(992px - 1px)) {
  .value-introduction-container .value-introduction-content {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .value-introduction-container .value-introduction-content {
    padding: 0 10px;
  }
}
.value-introduction-container .value-introduction-content .foot-note {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}
@media (max-width: calc(992px - 1px)) {
  .value-introduction-container .sp-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: calc(992px - 1px)) {
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
}

.item-image-solo {
  display: flex;
  margin-top: 30px;
  height: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .item-image-solo {
    flex-direction: column !important;
  }
}
.item-image-solo .image-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  padding: 0 80px;
}
.item-image-solo .image-box .image-text {
  padding: 30px;
  width: 60%;
}
@media (max-width: calc(768px - 1px)) {
  .item-image-solo .image-box .image-text {
    padding-left: 5px;
  }
}
@media (max-width: calc(992px - 1px)) {
  .item-image-solo .image-box {
    flex-direction: unset !important;
    width: 100% !important;
    justify-content: center !important;
    padding: 0 30px !important;
  }
  .item-image-solo .image-box .image-text {
    width: 60% !important;
  }
  .item-image-solo .image-box .image {
    text-align: center !important;
    width: 40% !important;
  }
}
@media (max-width: calc(768px - 1px)) {
  .item-image-solo .image-box {
    padding: 0 10px !important;
  }
}
.item-image-solo .image-box img {
  width: 100%;
  height: auto;
  padding: 30px;
}
@media (max-width: calc(768px - 1px)) {
  .item-image-solo .image-box img {
    padding: 10px 5px 0px 15px !important;
  }
}

.item-images {
  display: flex;
  margin-top: 30px;
  height: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .item-images {
    flex-direction: column !important;
  }
}
.item-images .image-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: calc(992px - 1px)) {
  .item-images .image-box {
    flex-direction: unset !important;
    width: 100% !important;
    justify-content: center !important;
    padding: 0 30px !important;
  }
  .item-images .image-box .image-text {
    width: 60% !important;
  }
  .item-images .image-box .image {
    text-align: center !important;
    width: 40% !important;
  }
}
@media (max-width: calc(768px - 1px)) {
  .item-images .image-box {
    padding: 0 10px !important;
  }
}
.item-images .image-box img {
  width: 100%;
  height: auto;
  padding: 30px;
  padding-top: 0;
}
@media (max-width: calc(768px - 1px)) {
  .item-images .image-box img {
    padding: 10px 5px 0px 15px !important;
  }
}

.long-vertical-line {
  height: 760px !important;
  top: -130px !important;
}

.long-vertical-line-sp {
  width: 13px !important;
  height: 815px !important;
  background: #fbf8ed !important;
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
  top: -98px !important;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  font-feature-settings: "palt";
  color: #3C3326;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

p {
  color: #3c3326;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  text-align: left;
  font-feature-settings: "palt";
}
p.font-size-18 {
  font-size: 18px;
  margin-bottom: 15px;
}
p.mb-10 {
  font-size: 15px;
  margin-bottom: 10px;
}
p.text-center {
  font-size: 15px;
  margin-bottom: 15px;
}

.button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  /* ボタンの幅をコンテンツに合わせる */
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.button.red {
  background-color: #ec6c00;
}
.button.orange {
  background-color: #ffae00;
}
.button.yellow {
  background-color: #efe90b;
}
.button.gray {
  background-color: #999;
}

.button-border {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  gap: 6px;
  border: 2px solid #666;
  background-color: transparent;
  color: #666 !important;
  font-size: 14px;
  text-align: center;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
}
.button-border.red {
  border: 2px solid #ec6c00;
  color: #ec6c00 !important;
}
.button-border.orange {
  border: 0px solid #ffae00;
  color: #fff !important;
  background-color: #ffae00;
}

.section.orange {
  background-color: #FBF9F1;
}
.section.gray {
  background-color: #F0F0F0;
}
.section.fv-for-rent {
  background-image: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/top_bg_pc_for_rent.jpg");
}
@media (max-width: calc(992px - 1px)) {
  .section.fv-for-rent {
    background-image: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/top_bg_sp_for_rent.jpg");
  }
}
.section .section-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: calc(992px - 1px)) {
  .section .section-container {
    padding-top: 50px;
  }
}
.section .section-container.normal {
  max-width: 1000px;
  width: 100%;
  padding: 96px 0px;
  gap: 48px;
  flex-direction: column;
}
@media (max-width: calc(992px - 1px)) {
  .section .section-container.normal {
    max-width: 100%;
    padding: 48px 20px;
    gap: 32px;
  }
}
.section .section-container.fv {
  max-width: 1230px;
  padding: 20px 25px 160px;
  margin: 0 auto;
}
.section .section-container.fv .flex {
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .section .section-container.fv {
    max-width: 100%;
    padding: 0 20px 80px;
    flex-direction: column;
    gap: 0px;
    align-self: stretch;
  }
}
.section .section-container.fv-for-rent {
  padding: 60px 40px;
}
.section .section-container.short {
  max-width: 1090px;
  padding: 48px 20px;
  gap: 24px;
  flex-direction: column;
}

@media (max-width: calc(992px - 1px)) {
  .flex.sp-flex {
    align-items: center;
  }
}
@media (max-width: calc(768px - 1px)) {
  .flex.sp-flex {
    flex-direction: column;
    gap: 20px;
  }
}

.fv-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left {
    gap: 16px;
  }
}
.fv-left .fv-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left .fv-text {
    gap: 4px;
  }
}
.fv-left .fv-text.solo {
  width: 100%;
  gap: 32px;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left .fv-text.solo {
    gap: 24px;
  }
}
.fv-left .fv-text h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left .fv-text h1 {
    font-size: 50px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .fv-left .fv-text h1 {
    font-size: 42px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .fv-left .fv-text h1 span {
    font-size: 38px;
  }
}
.fv-left .fv-text .img-tenmnt {
  width: 355px;
  max-width: 100%;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left .fv-text .img-tenmnt {
    width: 275px;
  }
}
.fv-left .fv-text p {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  line-height: 200%;
}
.fv-left .fv-text p span {
  font-size: 35px;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left .fv-text p {
    font-size: 20px;
  }
  .fv-left .fv-text p span {
    font-size: 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .fv-left .fv-text p {
    line-height: 1.5;
  }
}
.fv-left .fv-text .color-orange {
  color: #EC6C00;
}

.fv-left-cover {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: calc(992px - 1px)) {
  .fv-left-cover {
    padding: 20px 10px;
  }
}

.fv-right {
  position: relative;
  width: 40%;
}
.fv-right img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .fv-right img {
    width: 100%;
  }
}
.fv-right-free::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 106px;
  height: 106px;
  background-image: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/icon-free.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
@media (max-width: calc(992px - 1px)) {
  .fv-right-free::before {
    top: -10px;
    left: -50px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .fv-right-free::before {
    top: -10px;
    left: -60px;
    width: 80px;
    height: 80px;
  }
}

.fv-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .fv-bottom {
    flex-direction: column !important;
    padding: 0 20px;
  }
}
.fv-bottom .fv-bottom-item {
  margin: 50px 10px 10px 0;
}
@media (max-width: calc(992px - 1px)) {
  .fv-bottom .fv-bottom-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.problem h1 {
  font-size: 32px !important;
  letter-spacing: 0.3rem;
  line-height: 48px;
  text-align: center;
  margin: 30px 0 15px;
}
@media (max-width: calc(992px - 1px)) {
  .problem h1 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
@media (max-width: calc(768px - 1px)) {
  .problem h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.logo-mini {
  width: auto !important;
  height: 48px !important;
}
@media (max-width: calc(992px - 1px)) {
  .logo-mini {
    height: 32px !important;
  }
}

.align-center {
  text-align: center;
  margin-bottom: 0;
}

.text-accent {
  font-weight: bold;
  color: #ec6c00;
}
.text-accent.big {
  font-size: 28px;
}
@media (max-width: calc(992px - 1px)) {
  .text-accent.big {
    font-size: 24px;
  }
}

.text-accent-b {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: calc(992px - 1px)) {
  .text-accent-b {
    font-size: 20px;
  }
}

.text-accent-c {
  font-weight: bold;
}

.h2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: calc(992px - 1px)) {
  .h2-header {
    gap: 16px;
  }
}
.h2-header .line-orange {
  width: 48px;
  height: 2px;
  background: #FFAE00;
}
@media (max-width: calc(992px - 1px)) {
  .h2-header .line-orange {
    width: 32px;
  }
}

.issues {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: calc(992px - 1px)) {
  .issues {
    gap: 24px;
  }
}
.issues .issue-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  width: 300px;
}
.issues .issue-card img {
  width: 300px;
  height: auto;
  border-radius: 16px 16px 0px 0px;
}
.issues .issue-card .card-text {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.solutions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: calc(992px - 1px)) {
  .solutions {
    gap: 24px;
  }
}
.solutions .solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  width: 300px;
}
.solutions .solution-card img {
  width: 300px;
  height: auto;
  border-radius: 16px 16px 0px 0px;
}
.solutions .solution-card .card-text {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.solutions .solution-card .card-text p {
  width: 100%;
}

.dotted-line {
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #000;
  margin-bottom: 16px;
}

/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 13px 18px;
  display: block;
  border-radius: 100px;
  border: 2px solid #666;
  background-color: transparent;
  color: #666 !important;
  font-size: 14px;
  text-align: center;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
.Label:hover {
  opacity: 0.8;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  /*本文*/
  height: 0;
  overflow: hidden;
}
.content a {
  color: #0075FF;
}

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.goal-slide {
  display: flex;
  padding: 48px 66px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background-color: #FFF7E5;
  overflow-x: auto;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide {
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
}
.goal-slide .slide-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .slide-title {
    gap: 8px;
  }
}
.goal-slide .slide-title img {
  width: 48px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .slide-title img {
    width: 36px;
  }
}
.goal-slide .steps {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .steps {
    flex-direction: column;
    gap: 8px;
  }
}
.goal-slide .steps img {
  width: 16px;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .steps img {
    width: 6px;
    transform: rotate(90deg);
  }
}
.goal-slide .steps .step {
  display: flex;
  width: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .steps .step {
    flex-direction: initial;
    width: 100%;
    gap: 16px;
    align-items: center;
  }
}
.goal-slide .steps .step img {
  width: 240px;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .goal-slide .steps .step img {
    width: 100px;
    transform: rotate(0deg);
  }
}

/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}

/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 1000px;
  height: 530px;
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: calc(992px - 1px)) {
  .contains {
    width: 320px;
    height: 530px;
  }
}

/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}

/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 1000px;
  height: 596px;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
@media (max-width: calc(992px - 1px)) {
  .slide {
    width: 320px;
    height: 480px;
  }
}

/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #ec6c00;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}

/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}

/* 前へボタン */
.scroll_prev {
  left: -40px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
@media (max-width: calc(992px - 1px)) {
  .scroll_prev {
    left: -24px;
  }
}

/* 次へボタン */
.scroll_next {
  right: -40px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}
@media (max-width: calc(992px - 1px)) {
  .scroll_next {
    right: -24px;
  }
}

/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}

/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}

/* スライド移動ボタンの色 */
.button_move {
  background-color: #ec6c00;
}

/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}

/* スライド移動ボタンの1個目を明るくする */
/* （今選択されていることが分かるように） */
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .move_controler .button_move:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .move_controler .button_move:nth-of-type(4) {
  opacity: 1;
}

.plans {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: calc(992px - 1px)) {
  .plans {
    width: 100%;
  }
}
.plans .plan-card {
  display: flex;
  width: 235px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .plans .plan-card {
    width: 208px;
  }
}
.plans .plan-card .plan-title {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 16px 16px 0px 0px;
}
.plans .plan-card .plan-title.yellow {
  background: #D7D100;
}
.plans .plan-card .plan-title.orange {
  background: #FFAE00;
}
.plans .plan-card .plan-title.red {
  background: #EC6C00;
}
.plans .plan-card .plan-title.black {
  background: #3A3A3A;
}
.plans .plan-card .plan-title h3 {
  text-align: center;
  color: #fff;
}
.plans .plan-card .plan-detail {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 0px 0px 16px 16px;
  background: #FFF;
}
.plans .plan-card .plan-detail .price-text {
  height: 80px;
  text-align: center;
}
@media (max-width: calc(992px - 1px)) {
  .plans .plan-card .plan-detail .price-text {
    height: 68px;
  }
}
.plans .plan-card .plan-detail .contents-text {
  height: 182px;
}
@media (max-width: calc(992px - 1px)) {
  .plans .plan-card .plan-detail .contents-text {
    height: 154px;
  }
}
.plans .plan-card .plan-detail .line-black {
  width: 100%;
  height: 1px;
  background: #404040;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 0;
}

.sentence {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.logos {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: calc(992px - 1px)) {
  .logos {
    width: 100%;
    gap: 10px;
  }
}
.logos img {
  width: 148px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .logos img {
    width: 116px;
  }
}

.btn-reflectle-header {
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
}

.about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
@media (max-width: calc(768px - 1px)) {
  .about {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.about p {
  line-height: 180%;
}
.about span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: calc(992px - 1px)) {
  .about span {
    font-size: 16px;
  }
}
.about img {
  width: 360px;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .about img {
    width: 260px;
  }
}

.transformations {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: calc(992px - 1px)) {
  .transformations {
    align-items: center;
    gap: 64px;
  }
}
.transformations .transformation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.transformations .transformation img {
  width: 300px;
  height: auto;
}
.transformations .transformation p {
  width: 300px;
}
@media (max-width: calc(992px - 1px)) {
  .transformations .transformation br {
    display: none;
  }
}
.transformations .transformation .arrow {
  width: 24px;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .transformations .transformation .arrow {
    width: 20px;
  }
}

.profile-card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF7E5;
}
.profile-card p {
  color: #666;
}
@media (max-width: calc(768px - 1px)) {
  .profile-card {
    padding: 20px;
  }
}

.profile-frame {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: calc(768px - 1px)) {
  .profile-frame {
    flex-direction: column;
    gap: 16px;
  }
}

.profile-img img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
}

.profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.flow-box {
  background-color: #FFF7E5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 72px;
  gap: 24px;
}
.flow-box.gray {
  background-color: #EEE;
}
@media (max-width: calc(768px - 1px)) {
  .flow-box {
    padding: 20px;
    gap: 16px;
  }
}
.flow-box .flow-heading {
  display: flex;
  align-items: center;
  /* 縦方向に中央に配置 */
}
.flow-box .flow-heading .circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffae00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .flow-box .flow-heading .circle {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
.flow-box .flow-heading .circle .circle-num {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: calc(992px - 1px)) {
  .flow-box .flow-heading .circle .circle-num {
    font-size: 16px;
  }
}
.flow-box .flow-heading span {
  font-size: 32px;
}
.flow-box .flow-pics {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 56px;
}
@media (max-width: calc(992px - 1px)) {
  .flow-box .flow-pics {
    flex-direction: column;
    gap: 16px;
  }
}
.flow-box .flow-pics .flow-pic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: calc(992px - 1px)) {
  .flow-box .flow-pics .flow-pic img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.deliverable .deliverable-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: calc(992px - 1px)) {
  .deliverable .deliverable-cards {
    gap: 24px;
  }
}
.deliverable .deliverable-cards .deliverable-card {
  display: flex;
  width: 484px;
  padding: 24px;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background-color: #FFF7E5;
}
.deliverable .deliverable-cards .deliverable-card.red {
  background-color: rgba(255, 0, 0, 0.1);
}
.deliverable .deliverable-cards .deliverable-card.white {
  background-color: #FFFFFF;
}
@media (max-width: calc(992px - 1px)) {
  .deliverable .deliverable-cards .deliverable-card {
    width: 100%;
    padding: 20px;
    gap: 20px;
  }
}
.deliverable .deliverable-cards .deliverable-card img {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .deliverable .deliverable-cards .deliverable-card img {
    width: 48px;
  }
}
.deliverable .deliverable-cards .deliverable-card p span {
  border-bottom: solid;
  border-color: #ec6c00;
  border-width: 2px;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

.sp-br {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media (max-width: calc(768px - 1px)) {
  .pc-br {
    display: none;
  }
}

.brown {
  color: #3C3326;
}

.color-orange {
  color: #ec6c00;
}

.section-title {
  font-size: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .section-title {
    font-size: 28px;
  }
}
.section-title .font-large {
  font-size: 50px;
  position: relative;
}
.section-title .font-large::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ec6c00;
}
@media (max-width: calc(768px - 1px)) {
  .section-title .font-large {
    font-size: 32px;
  }
}

.inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: calc(992px - 1px)) {
  .inner {
    padding: 0 20px;
  }
}

.font-medium {
  font-size: 38px;
}
@media (max-width: calc(992px - 1px)) {
  .font-medium {
    font-size: 28px;
  }
}

.section.fv {
  background-color: #FFF2C0;
}
.section.fv .fv-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv .fv-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
  }
}
.section.fv .fv-logo {
  width: 100%;
}
.section.fv .fv-logo img {
  width: 200px;
  height: 100%;
  aspect-ratio: 200/98.28;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv .fv-logo img {
    width: 100px;
  }
}
.section.fv .fv-left {
  max-width: 400px;
  width: 100%;
  margin-top: 32px;
}
.section.fv h1 {
  margin-top: 0;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv h1 {
    margin: 0 auto;
  }
}
.section.fv span {
  max-width: 400px;
  aspect-ratio: 400/80;
  width: 100%;
  display: inline-block;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv span {
    max-width: 300px;
  }
}
.section.fv span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section.fv .fv-icon_flex {
  display: flex;
  width: 100%;
  gap: 0px;
  justify-content: center;
}
.section.fv .fv-right {
  width: 56%;
  aspect-ratio: 650/467.54;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv .fv-right {
    width: 60%;
  }
}
@media (max-width: 425px) {
  .section.fv .fv-right {
    width: 80%;
  }
}
.section.fv .fv-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.fv .fv-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  justify-content: center;
  margin: 30px;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv .fv-buttons {
    gap: 16px;
    margin: 20px;
    flex-direction: column;
  }
}
@media (max-width: calc(768px - 1px)) {
  .section.fv .fv-buttons {
    margin: 10px;
    width: 90%;
  }
}
.section.fv .fv-buttons a {
  max-width: 360px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #EC6C00;
  border-radius: 50px;
  color: #EC6C00;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 24px 0;
  position: relative;
  transition: 0.3s;
}
@media (max-width: calc(992px - 1px)) {
  .section.fv .fv-buttons a {
    font-size: 14px;
    padding: 16px 0;
  }
}
@media (max-width: 320px) {
  .section.fv .fv-buttons a {
    font-size: 12px;
  }
}
.section.fv .fv-buttons a:hover {
  opacity: 0.7;
}
.section.fv .fv-buttons a::after {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/10-mins/icon_arrow_orange.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section.fv .fv-buttons a span {
  display: inline-block;
  width: 18px;
  aspect-ratio: 18/22;
}
.section.fv .fv-buttons a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.fv .fv-buttons .fv-button--orange {
  background-color: #EC6C00;
  border: 3px solid #EC6C00;
  color: #fff;
  position: relative;
}
.section.fv .fv-buttons .fv-button--orange::after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/10-mins/icon_arrow_white.svg") no-repeat center center/contain;
}

.section-sub-title {
  max-width: 395px;
  width: 100%;
}
.section-sub-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-icon {
  display: inline-block;
}
.title-icon img {
  width: 25px;
  height: auto;
}
@media (max-width: calc(992px - 1px)) {
  .title-icon img {
    width: 16px;
  }
}

.section.description {
  margin-top: -200px;
}
@media (max-width: calc(992px - 1px)) {
  .section.description {
    margin-top: -120px;
  }
}
.section.description .description-inner {
  max-width: 100%;
}
.section.description .description-text {
  max-width: 806px;
  width: 100%;
  aspect-ratio: 806/98.95;
  margin: 30px auto 0;
}
.section.description .description-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.description .description-logo {
  max-width: 1080px;
  width: 100%;
  aspect-ratio: 1080/250;
  margin: 0 auto;
}
.section.description .description-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.description .description-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-top: 60px;
}
@media (max-width: calc(992px - 1px)) {
  .section.description .description-title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.section.description .description-flex {
  display: flex;
  gap: 68px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: calc(992px - 1px)) {
  .section.description .description-flex {
    flex-direction: column;
    margin-top: 30px;
    gap: 24px;
  }
}
.section.description .description-flex_img {
  max-width: 340px;
  width: 100%;
  aspect-ratio: 340/354.68;
}
@media (max-width: calc(992px - 1px)) {
  .section.description .description-flex_img {
    max-width: initial;
    width: 100%;
  }
}
.section.description .description-flex_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.description .description-flex_text {
  width: 43%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: calc(992px - 1px)) {
  .section.description .description-flex_text {
    max-width: initial;
    width: 100%;
    gap: 10px;
    padding: 20px;
  }
}
.section.description .description-flex_text p {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 0;
}
@media (max-width: calc(992px - 1px)) {
  .section.description .description-flex_text p {
    font-size: 16px;
  }
}

.section-content.problem .section-sub-title {
  text-align: center;
}

.color-orange.title-line {
  position: relative;
}
.color-orange.title-line::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/img-title-line.svg") no-repeat center center/contain;
  width: 100%;
  height: 100%;
}

.section-problem__img {
  aspect-ratio: 346/271;
  width: 346px;
  max-width: 100%;
  position: relative;
  margin-top: -50px;
  padding-bottom: 50px;
}
@media (max-width: calc(992px - 1px)) {
  .section-problem__img {
    width: 60%;
  }
}
.section-problem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

li {
  list-style: none;
}

.section.section-work-flow .section-container {
  padding-top: 20px;
}
@media (max-width: calc(992px - 1px)) {
  .section.section-work-flow .section-container {
    padding-top: 0px;
  }
}

.work-flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0;
  margin-top: 50px;
}
@media (max-width: calc(992px - 1px)) {
  .work-flow__items {
    max-width: 600px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-flow__item {
  background-color: #fbf8ed;
  border-radius: 30px;
}

.work-flow__item.work-flow__item--yellow {
  background-color: #FFFDC7;
}

.work-flow__item.work-flow__item--arrow {
  position: relative;
}
.work-flow__item.work-flow__item--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -39px;
  width: 43px;
  height: 193px;
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/img-arrow.svg") no-repeat center center/contain;
}
@media (max-width: calc(992px - 1px)) {
  .work-flow__item.work-flow__item--arrow::after {
    top: initial;
    bottom: -113px;
    left: 47%;
    transform: rotate(90deg);
  }
}
@media (max-width: calc(768px - 1px)) {
  .work-flow__item.work-flow__item--arrow::after {
    width: 28px;
    height: 200px;
  }
}

.work-flow-card {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
@media (max-width: calc(992px - 1px)) {
  .work-flow-card {
    padding: 40px 50px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .work-flow-card {
    padding: 40px 20px;
  }
}

.work-flow-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.work-flow-card__head-number {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.306px;
  border-bottom: solid 2px #ec6c00;
}
.work-flow-card__head-number span {
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.306px;
}

.work-flow-card__head-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 38.5px */
}
.work-flow-card__head-text span {
  font-family: Montserrat;
  font-size: 26px;
}

.work-flow-card__img {
  aspect-ratio: 328/197;
  width: 100%;
  margin-top: 30px;
}
.work-flow-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-flow-card__title,
.work-flow-card__text p {
  letter-spacing: 0.06em;
  line-height: 1.75;
  /* 49px */
}

@media (max-width: calc(768px - 1px)) {
  .work-flow-card__title {
    font-size: 20px;
  }
}

.section.price {
  background-color: #FBF9F1;
}

.section-price__container {
  padding-bottom: 80px;
  margin-top: 100px;
  position: relative;
}
.section-price__container::after {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/10-mins/img_bg_triangle.svg") no-repeat center center/contain;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 65px;
}
@media (max-width: calc(768px - 1px)) {
  .section-price__container::after {
    width: 80%;
    height: 70px;
    bottom: -40px;
  }
}
.section-price__container .section-price__title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.02em;
  margin-top: 0;
}
.section-price__container .section-price__info {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.section-price__container .section-price__text {
  line-height: 1;
  text-align: center;
  margin-top: 50px;
}
.section-price__container .section-price__text span {
  color: #ffae00;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.section-price__container .section-price__text span::before {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/10-mins/icon_now.svg") no-repeat center center/contain;
  width: 54px;
  height: 54px;
  top: -40px;
  left: -56px;
}
.section-price__container .price-note__text {
  color: #666666;
  margin-top: 40px;
}
@media (max-width: calc(992px - 1px)) {
  .section-price__container .price-note__text {
    line-height: 1.75;
  }
}

@media (max-width: calc(768px - 1px)) {
  .section-TimeRex {
    margin-top: 30px;
  }
}
.section-TimeRex p {
  line-height: 1.75;
}
.section-TimeRex .section-title {
  display: flex;
  text-align: left;
}
@media (max-width: calc(768px - 1px)) {
  .section-TimeRex .section-title {
    font-size: 18px;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .section-TimeRex .section-title span {
    font-size: 32px;
  }
}
.section-TimeRex .section-TimeRex__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: calc(992px - 1px)) {
  .section-TimeRex .section-TimeRex__text {
    font-size: 18px;
    line-height: 1.75;
  }
}
.section-TimeRex .section-TimeRex__text::before {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/co-growth/assets/img/reflectle/sales-ability-assessment/10-mins/icon_light.svg") no-repeat center center/contain;
  width: 64px;
  height: 70.4px;
  top: -52px;
  left: -60px;
}
@media (max-width: calc(768px - 1px)) {
  .section-TimeRex .section-TimeRex__text::before {
    top: -62px;
    left: -20px;
  }
}

.TimeRex-box {
  width: 100%;
}

.section.fv.toB {
  background-color: #fff;
}
.section.fv.toB span {
  max-width: initial;
  aspect-ratio: initial;
  width: initial;
}
.section.fv.toB .fv-left {
  max-width: initial;
  width: initial;
}
.section.fv.toB .fv-right {
  max-width: initial;
  width: initial;
  aspect-ratio: initial;
}