/* ================================================= 
  Start：common.css
================================================= */
@media screen and (min-width: 768px) {
  .c-mb00-pc {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .c-mb00-sp {
    margin-bottom: 0 !important;
  }
}

/* ================================================= 
  Start：accordion
================================================= */
.m-acc {
  margin-top: 15px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-acc--sp-only .m-acc__btn, .m-acc--sp-only .m-acc__btn--right, .m-acc--sp-only .m-acc__btn--sp-left, .m-acc--sp-only .m-acc__btn--gray-left {
    display: none;
  }
  .m-acc--sp-only .m-acc__content {
    display: block !important;
  }
}
.m-acc__btn, .m-acc__btn--right, .m-acc__btn--sp-left, .m-acc__btn--gray-left {
  display: table;
  margin-bottom: 10px;
  font-size: 12px;
  color: #08c;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .m-acc__btn, .m-acc__btn--right, .m-acc__btn--sp-left, .m-acc__btn--gray-left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.m-unit--bg-blue .m-acc__btn, .m-unit--bg-blue .m-acc__btn--right, .m-unit--bg-blue .m-acc__btn--sp-left, .m-unit--bg-blue .m-acc__btn--gray-left {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-acc__btn:hover, .m-acc__btn--right:hover, .m-acc__btn--sp-left:hover, .m-acc__btn--gray-left:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .m-acc__btn:hover, .m-acc__btn--right:hover, .m-acc__btn--sp-left:hover, .m-acc__btn--gray-left:hover {
    text-decoration: underline;
  }
}
.m-acc__btn:before, .m-acc__btn--right:before, .m-acc__btn--sp-left:before, .m-acc__btn--gray-left:before {
  content: attr(data-inactive);
}
.m-acc__btn.is-active:before, .is-active.m-acc__btn--right:before, .is-active.m-acc__btn--sp-left:before, .is-active.m-acc__btn--gray-left:before {
  content: attr(data-active);
}
.m-acc__btn--right {
  margin-left: auto;
}
.m-acc__content {
  display: none;
}
.c-fv01 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .m-acc__btn--sp-left {
    margin-left: 0;
  }
}
.m-acc__btn--gray-left {
  color: #888;
  margin-left: 0;
}
@media only screen and (min-width: 768px), print, tv {
  .m-acc--w385{
    width: 385px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv01 {
    margin-bottom: 16px;
  }
}

/* ================================================= 
  Start：Common
================================================= */
html {
  scroll-behavior: smooth;
}
.c-wrap{
  color: #000;
  line-height: 160%;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a:hover {
  opacity: 0.8;
}
.aln-left {
  text-align: left;
}
.aln-center {
  text-align: center;
}
.aln-right {
  text-align: right;
}
.m-acc__content {
  color: #808080;
}
.c-remark-list__item.unmarked {
  padding-left: 0;
}
.c-remark-list__item.unmarked::before {
  content: none;
}
.c-header__menu-cv-link {
  color: #fff;
  background-color: #00C753;
}
.c-header__menu-cv-link::after {
  background-image: url(/common_rn/btn_icon_arrow_white.svg);
  width: 11px;
  height: 11px;
}
.c-floatingcv__btn {
  color: #fff;
  background-color: #00C753;
}
@media screen and (max-width: 820px) {
  .m-acc__btn {
    margin: 0;
  }
}
.about-credit {
  text-align: right;
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .about-credit {
    text-align: left;
    padding: 1.333vw 5.33333333vw 0;
    font-size: 2.667vw;
  }
}
.about-credit a {
  color: #08c;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .site-wrapper {
    flex: 1;
    max-width: 970px;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .site-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}  
.c-pl0-pc {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .c-pl0-sp {
    padding-left: 0;
  }
}
.mb-sm {
  margin-bottom: 16px;
}
.mb-md {
  margin-bottom: 20px;
}
.mb-lr {
  margin-bottom: 24px;
}
.mb-lg {
  margin-bottom: 60px;
}

/* ================================================= 
  Start：Component
================================================= */
/* h2 */
.section__ttl {
  margin-bottom: 40px;
}

/* p */
.section__txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.section__txt--small {
  font-size: 14px;
}
.section__txt .section__txt--red {
  color: #E33244;
}

/* 画像 */
.section__figure {
  margin-bottom: 40px;
}

/* CVボタン */
.cv__btn {
  text-align: center;
}
.cv__btn-txt {
  margin-bottom: 5px;
  display: inline-block;
}
.cv__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 345px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 33px;
  border-radius: 90px;
  background-color: #00C753;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(0, 49, 83, 0.15);
}
.cv__btn.cv__btn-detail .cv__btn-link {
  background-color: #fff;
  color: #008AED;
  border: 1px solid #008AED;
}
.cv__btn-link::after {
  content: "";
  background-image: url(/common_rn/btn_icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
}
.cv__btn.cv__btn-detail .cv__btn-link::after {
  background-image: url(/common_rn/btn_icon_arrow_blue.svg);
}

/* スライダー */
.slider-container {
  position: relative;
  max-width: 600px;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider-container {
    width: 315px;
  }
}
.slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  background-color: #e62e3d;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-prev {
  left: 0;
}
.slick-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.slick-next {
  right: 0;
}
.slick-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}
.slick-arrow:hover {
  opacity: 0.8;
}

/* 実績カード */
.c-exp-card {
  max-width: 295px;
  background-color: #fff;
  border: 5px solid #e62e3d;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .c-exp-card {
    width: 315px;
    margin: 0 auto;
  }
}
.c-exp-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 4px;
}
.c-exp-card__icon-wrap {
  width: 80px;
  flex-shrink: 0;
  margin-right: 10px;
}
.c-exp-card__icon {
  width: 100%;
  height: auto;
  display: block;
}
.c-exp-card__title-wrap {
  flex-grow: 1;
}
.c-exp-card__school {
  font-size: 13px;
  color: #e33244;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 4px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.c-exp-card__school::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.c-exp-card__school--koku::before{
  background-image: url(/lp/ikkan/260130_62543_chu_lp_kyogo_icon_01.png);
}
.c-exp-card__school--kou::before{
  background-image: url(/lp/ikkan/260130_62543_chu_lp_kyogo_icon_02.png);
}
.c-exp-card__school--si::before{
  background-image: url(/lp/ikkan/260130_62543_chu_lp_kyogo_icon_03.png);
}
.c-exp-card__name {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.c-exp-card__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.c-exp-card__tag {
  font-size: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  padding: 2px 18px;
  display: inline-block;
}
.c-exp-card__text {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.02em;
}

/* ================================================= 
  Start：Lead
================================================= */
.lead .section__figure {
  margin-bottom: 10px;
}
.lead .c-remark-list__item {
  padding-left: 1em !important;
}
@media screen and (max-width: 768px) {
  .lead {
    max-width: 345px;
    margin: 0 4vw;
  }
}

/* ================================================= 
  Start：Point
================================================= */
.section.point {
  position: relative;
  margin-top: 40px;
  padding: 60px;
  background-color: #f1fdff;
}
@media screen and (max-width: 768px) {
  .section.point {
    padding: 60px 4vw;
  }
}
.section.point::before {
  content: '';
    display: inline-block;
    width: 140px;
    height: 192px;
  background-image: url(/lp/test-ni-tsuyoi/260206_62521_chu_lp_test-ni-tsuyoi_line_01.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 90px;
  left: 140px;
  z-index: 0;
}
.section.point::after {
  content: '';
  display: inline-block;
  width: 168px;
  height: 192px;
  background-image: url(/lp/test-ni-tsuyoi/260206_62521_chu_lp_test-ni-tsuyoi_line_02.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 36px;
  right: 100px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.point::before {
    top: 32px;
    left: 8px;
  }
  .section.point::after {
    bottom: 132px;
    right: 0px;
  }
}
.section.point > * {
  z-index: 1;
}
.point .section__ttl {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #464646;
  padding-bottom: 24px;
  line-height: 160%;
}
.point .section__ttl::after {
  content: "";
  width: 160px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #f39200;
}
.point .section__title-highlight {
  background-color: #008aed;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
}
.point .section__card {
  background-color: #fff;
  border: 2px solid #008aed;
  border-radius: 12px;
  position: relative;
  max-width: 760px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .point .section__card {
    max-width: 345px;
  }
}
.point .section__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #008aed;
  color: #008aed;
  padding: 4px 28px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
}
.point .section__sub-ttl {
  background: linear-gradient(110deg, #008aed 50%, #1382E4 50%);
  color: #fff;
  text-align: center;
  padding: 24px 16px 20px;
  border-radius: 8px 8px 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  width: 100%;
}
.point .section__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .point .section__body {
    padding: 24px 15px;
  }
}
.point .section__col {
  /* flex: 1; */
  width: 438px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .point .section__col {
    width: 315px;
  }
}
.point .section__col-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 10px 0;
  min-height: 3.5em;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.point .section__marker {
  background-color: #f39200;
  color: #fff;
  padding: 2px 4px;
  font-size: 16px;
  white-space: nowrap;
}
.point .section__illust {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.point .section__arrow {
  width: 24px;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  transform: translateX(-26px);
}
@media screen and (max-width: 768px) {
  .point .section__arrow {
    transform: none;
  }
}
.point .section__footer {
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 24px;
}
.point .section__text-accent {
  color: #008aed;
}

/* ================================================= 
  Start：Story
================================================= */
.section.story {
  
}
.story .section__ttl {
  
}
.story .section__header-img {
  max-width: 100%;
  height: auto;
}
.story .section__container {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .story .section__container {
    padding: 0 4vw;
  }
}
.story .section__tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.story .section__tab {
  flex: 1;
  padding: 16px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  color: #008aed;
  cursor: pointer;
  background-color: #f1fdff;
}
.story .section__tab--active {
  background-color: #008aed;
  color: #fff;
  border-bottom: none;
}
.story .section__panel {
  display: none;
  padding: 40px 80px;
  border: 2px solid #008aed;
}
@media screen and (max-width: 768px) {
  .story .section__panel {
    padding: 24px 15px;
  }
}
.story .section__panel--active {
  display: block;
}
.story .section__sub-ttl {
  color: #008aed;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}
.story .section__note {
  margin-bottom: 24px;
}
.story .section__note-item {
  font-size: 12px;
  color: #888;
}
.story .section__section {
  margin-bottom: 20px;
}
.story .section__month-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.story .section__month-label {
  background-color: #dff5ff;
  color: #008aed;
  font-weight: 600;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.story .section__month-text {
  color: #008aed;
  font-weight: bold;
  font-size: 16px;
}
.story .section__main-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.story .section__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.story .section__feature-item {
  position: relative;
  padding-left: 1em;
  line-height: 160%;
  margin-bottom: 8px;
}
.story .section__feature-item::before {
  content: "●";
  font-size: 10px;
  position: absolute;
  left: 0;
  color: #ff9900;
}
.story .section__arrow {
  text-align: center;
  margin: 20px 0;
}
.story .section__arrow-img {
  width: 30px;
  height: auto;
}

/* ================================================= 
  Start：Voice
================================================= */
@media screen and (min-width: 769px) {
  .voice-section {
    overflow: hidden;
    padding-bottom: 65px;
    margin-bottom: -65px;
  }
  .voice-section__inner{
    background-color: #0081CC;
    position: relative;
  }
  .voice-section__inner::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    right: 0px;
    left: 0px;
    bottom: -65px;
    border-color: #0081CC transparent transparent;
    border-style: solid;
    margin: 0px auto;
    border-width: 66px 493px 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .voice-section__content{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .voice-section__content__inner{
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
  }
  .voice__slide__item{
    padding-right: 5px;
    padding-left: 5px;
  }
  .voice__slide-dot {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  .voice__slide-dot li {
    display: flex;
  }
  .voice__slide-dot li:not(:last-child) {
    margin-right: 11px;
  }
  .voice__slide-dot button {
    border-radius: 100%;
    border: solid 2px #008aed;
    background: transparent;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
  }
  .voice__slide-dot .slick-active button {
    background-color: #008aed;
  }
  .voice-section__txtarea__flag{
    background: #FFF;
    padding: 0px 30px;
    color: #0081CC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; 
    text-align: center;
    width: 500px;
    margin: 0 auto;
    border-radius: 35px;
  }
  .voice-section__txtarea{
    margin-top: 40px;
  }
  .voice-section__txtarea__txt{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height:130%;
    margin-top: 20px;
    text-align: center;
  }
  .voice-section__txtarea__txt--yellow{
    color: #FFF039;
  }
}
@media screen and (max-width: 768px) {
  .voice-section { 
    padding-bottom: 6.667vw;
    overflow: hidden;
  }
  .voice-section__inner{
    background-color: #0081CC;
    position: relative;
    padding-bottom: 10vw;
  }
  .voice-section__inner::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    right: 0px;
    left: 0px;
    bottom: -6.6vw;
    border-color: #0081CC transparent transparent;
    border-style: solid;
    margin: 0px auto;
    border-width: 6.667vw 55.867vw 0vw;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .voice-section__content{
    /* margin-top: 10.667vw; */
  }
  .voice-section__content__inner{
    position: relative;
  }
  .voice__slide__item{
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .voice__slide-dot {
    display: flex;
    justify-content: center;
    margin-top: 5.333vw;
  }
  .voice__slide-dot li {
    display: flex;
  }
  .voice__slide-dot li:not(:last-child) {
    margin-right: 2.933vw;
  }
  .voice__slide-dot button {
    border-radius: 100%;
    border: solid 2px #008aed;
    background: transparent;
    font-size: 0;
    width: 3.2vw;
    height: 3.2vw;
    padding: 0;
    cursor: pointer;
  }
  .voice__slide-dot .slick-active button {
    background-color: #008aed;
  }
  .voice-section__txtarea__flag{
    background: #FFF;
    padding: 0px 8vw;
    color: #0081CC;
    font-size: 5.333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; 
    text-align: center;
    width: 73.333vw;
    margin: 0 auto;
    border-radius: 9.333vw;
  }
  .voice-section__txtarea{
    margin-top: 20vw;
  }
  .voice-section__txtarea__txt{
    color: #FFF;
    font-size: 6.933vw;
    font-style: normal;
    font-weight: 600;
    line-height:130%;
    margin-top: 5.333vw;
    text-align: center;
  }
  .voice-section__txtarea__txt--yellow{
    color: #FFF039;
  }
}

/* ================================================= 
  Start：Useful
================================================= */
.useful {
  max-width: 520px;
  margin: 40px auto 0;
}
.useful .section__top {
  max-width: 270px;
  margin: 0 auto;
}
.useful .section__figure {
  margin-bottom: 0;
}
.useful .c-acc-text {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .useful .c-acc-text {
    margin: 0 4vw 24px;
  }
}

/* ================================================= 
  Start：experience
================================================= */
.section.experience {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #f1fdff;
}
.experience .section__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .experience .section__inner {
    margin: 0 4vw;
  }
  .voice__slide__item {
    margin: 0;
  }
}
.experience .section__inner:not(:last-child) {
  border-bottom: 1px solid #9fd5ff;
}
.experience .section__sub-ttl {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #008aed;
  line-height: 140%;
}
.experience .voice-section__content {
  margin: 0 auto 24px;
}
.experience .section__wrap {
  max-width: 520px;
  margin: 0 auto 40px;
}
.experience .section__wrap .section__top {
  max-width: 318px;
  margin: 0 auto;
}
.experience .section__wrap .section__figure {
  margin-bottom: 10px;
}
.section-card {
  max-width: 472px;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #eef7fe;
  box-shadow: 0 0 10px 0 rgba(0, 138, 237, 0.10);
  padding: 24px;
  color: #333;
}
.section-card__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.section-card__profile {
  text-align: center;
  margin-right: 20px;
}
.section-card__avatar-frame {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #c9e4f5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-card__avatar-img {
  width: 100%;
  height: auto;
}
.section-card__student-name {
  font-size: 12px;
  font-weight: 500;
}
.section-card__score-box {
  flex-grow: 1;
  padding-top: 10px;
}
.section-card__score-comparison {
  font-size: 16px;
  margin: 0;
}
.section-card__score-increase {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0 0 0;
}
.section-card__large-number {
  font-size: 24px;
  color: #008aed;
  margin-right: 4px;
}
.section-card__divider {
  border-top: 1px dashed #464646;
  margin: 15px 0;
}
.section-card__headline {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #333;
}
.section-card__description {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
.section-card__highlight {
  color: #008aed;
}
.js-experience__slide .slick-track {
  display: flex !important;
}
.voice__slide__item {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.section-card {
  flex: 1;
}
.section-card__description {
  flex: 1;
}
.reason-voice .section-card__score-comparison,
.parent-voice .section-card__score-comparison {
  font-weight: 600;
}
.reason-voice .c-remark-list__item::before {
  display: none;
}

/* ================================================= 
  Start：Cta
================================================= */
.section.cta {
  position: relative;
  padding: 60px 20px 120px;
  text-align: center;
  background-color: #32b9f2;
}
.section.cta::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 260px;
  background-image: url(/lp/test-ni-tsuyoi/img_cta_bg.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 486px;
  left: 0;
  z-index: 0;
}
.section.cta > * {
  position: relative;
  z-index: 1;
}
.cta .section__ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 16px;
}
.cta .section__banner {
  max-width: 315px;
  margin: 0 auto 56px;
}
.cta .section__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.cta .section__copy {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 32px;
}