:root {
  --logo-blue: #244297;
  --logo-orange: #f09935;
  --font-color: #0b1533;
  --brighter-orange: #ff8f21;
  --bg-gray: #f2f2f2;
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

footer {
  bottom: auto;
}

/* fv */
section.fv {
  background-color: var(--logo-blue);
  background: rgb(46, 84, 193);
  background: radial-gradient(circle, rgba(46, 84, 193, 1) 0%, rgba(36, 66, 151, 1) 100%);
  width: 100%;
  margin: 50px auto 40px;
  overflow: hidden;
}

.fv-box-txt-pc {
  display: none;
}

.fv-box {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
}

.fv-box > div.fadein-img {
  position: absolute;
  bottom: 0px;
  right: -66px;
  opacity: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: image-switch-animation 13.5s infinite;
  width: 80vw;
  z-index: 1;
  height: 100%;
  max-width: 455px;
}

.fv-box-txt-sp-badge {
  width: 90%;
  margin: -117px auto 8px;
  position: relative;
  z-index: 10;
  max-width: 510px;
}

p.attention {
  font-size: 0.5em;
  width: 94%;
  margin: 0 auto;
  display: block;
  text-align: left;
  color: #555555;
}
/*
.top-img-01 {
  background-image: url(../images/fv-40_woman.webp);
}

.top-img-02 {
  background-image: url(../images/fv-30_man.webp);
}

.top-img-03 {
  background-image: url(../images/fv-40_man.webp);
}
*/
.fv-box-txt {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0px auto 0px;
}

.fv-box-txt > img {
  margin: 24px auto 0px;
  width: 86%;
  padding-right: 13px;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }

  3% {
    opacity: 1;
  }

  34% {
    opacity: 1;
  }

  36% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.fv-box > div.top-img-01 {
  animation-delay: -2.5s;
}

.fv-box > div.top-img-02 {
  animation-delay: 2s;
}

.fv-box > div.top-img-03 {
  animation-delay: 6.5s;
}

/*  */
.about_consulting-box {
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}

section.about_consulting {
  background-size: auto auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

section.section_step3_advice {
  background-color: var(--base-color);
  background: url(../images/course_bg@2x.webp) no-repeat center / cover;
  padding: 50px 18px 80px;
}

.section_step3_advice-online {
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: 8.5em;
  margin: 0px auto 10px;
  display: block;
  color: #fff;
}

h2.under_voice-step3_advice-ttl .sbttl-ja {
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  font-weight: var(--bold);
  text-align: center;
  display: block;
  margin: 0 auto 14px;
}

.section_step3_advice-95 {
  position: absolute;
  top: -55px;
  width: 6em;
  left: 0em;
}

.section_step3_advice-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
}

.about_advice-text01 {
  font-size: 1.25em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 0 3px;
  width: 19em;
  /* font-weight: bold; */
}

.about_advice-text01,
.about_advice-text02 {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  display: block;
  width: 92%;
  margin: 0 auto;
  line-height: 1.7;
}

.section_step3_advice-online::after {
  content: '';
  display: block;
  width: 1.4px;
  height: 1.5em;
  background-color: #fff;
  transform: rotate(-15deg);
  position: absolute;
  top: -3px;
  right: -0.4em;
  transform: rotate(15deg);
}

.section_step3_advice-online::before {
  content: '';
  display: block;
  width: 1.4px;
  height: 1.5em;
  background-color: #fff;
  top: -3px;
  left: -0.4em;
  transform: rotate(-15deg);
  position: absolute;
}

.cta_section-btn::before {
  position: absolute;
  content: '一日先着50名限定 !!';
  display: block;
  color: #ff8000;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #ff8000;
  font-weight: bold;
  padding: 3px 16px 1px;
  font-size: 0.85em;
  width: 12em;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
}

a.about_advice-cta {
}

a.tokuten-cta,
a.about_advice-cta {
  background-color: #ff8000;
  box-shadow: 0 5px 0 #b86423;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 400px;
  display: block;
  z-index: 20;
  font-size: 1.35em;
  padding: 25px 0px 6px;
  border-radius: 5px;
  position: relative;
  margin: 20px auto;
  transition: all ease 0.4s;
  transform: translate(0, 0);
}

a.about_advice-cta span {
  font-size: 0.7em;
  display: block;
}

.about_advice-contents {
  margin: 16px auto 10px;
}

a.about_advice-cta:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: none;
}

.price-img {
  width: 98%;
  max-width: 530px;
  margin: 0 auto;
}

.price-img.course {
  width: 90%;
  margin: -16px auto;
}

#pageHome #pricing .box .sub {
  width: 15em;
}

#pageHome #pricing .box .hl.under_sub {
  margin: 10px auto 10px;
}

span.sub_ttl {
  font-size: 0.7em;
  display: block;
}

.pd432 {
  padding: 0;
}

/* problem 体験談 */
section.problem_01 {
  padding: 30px 20px 0;
  position: relative;
}

.problem_01-list-txt-box .problem_01-list-txt-p-hidden-box {
  max-height: 0;
  opacity: 0;
  transition: all ease 0.4s;
  height: fit-content;
}

.problem_01-list-txt-box.opened .problem_01-list-txt-p-hidden-box {
  max-height: 500px;
  opacity: 1;
}

.problem_01-list-txt-box .problem_01-list-txt-p-hidden-box > p {
  margin-top: 10px;
}

.problem_01-ttl {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 23px;
}

.problem_01-ttl span.green {
  color: var(--logo-blue);
}

.problem_01-ttl span.big {
  font-size: 1em;
  display: block;
}

.problem_01-list {
  display: flex;
  width: 100%;
  margin: 0 auto 28px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: normal;
}

.problem_01-list-attributes-txt {
  font-size: 0.63em;
}

.problem_01-list-attributes {
  width: 4em;
  text-align: center;
}

.problem_01-list-attributes-img {
  margin: 0 auto 6px;
  width: 100%;
}

.problem_01-list-txt-box {
  width: calc(100% - 6em);
  background-color: var(--bg-gray);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
  box-shadow: 0px 3px 0 #e4e4e4;
  padding: 12px 9px 21px 14px;
}

.problem_01-list-txt-copy {
  font-weight: bold;
  font-size: 1.12em;
}

.problem_01-list-txt-copy > span {
  background: linear-gradient(transparent 50%, #e1eaff 50%);
}

.problem_01-list-txt-copy {
  line-height: 1.4;
  margin: 0 auto 13px;
}

.problem_01-list-txt-p-visible,
.problem_01-list-txt-p-hidden-box > p {
  font-size: 13.5px;
}

.problem_01-list-txt-box::before {
  content: '';
  width: 100%;
  height: 5em;
  position: absolute;
  bottom: 0;
  display: block;
  background: linear-gradient(0deg, rgb(242 242 242) 36%, rgb(242 242 242 / 62%) 69%, rgba(237, 251, 252, 0) 100%);
  z-index: 1;
  transition: all ease 0.4s;
  background-size: contain;
}

.problem_01-list-txt-box::after {
  content: '＋ もっと読む';
  display: block;
  color: #778aba;
  font-size: 1.2em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-58%);
  font-size: 0.95em;
  font-weight: bold;
  z-index: 2;
  transition: all ease 0.4s;
}

.problem_01-list-txt-box.opened::before {
  content: none;
}

.problem_01-list-txt-box.opened::after {
  content: '✕ 閉じる';
}

.problem_01-list-txt-box.opened {
  padding-bottom: 45px;
}

.problem_01-list-txt-box:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 0 0 #d0ddde;
}

.problem_01-list.img_rignt {
  flex-direction: row-reverse;
}

.problem_01-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 410px;
}

article {
  overflow: hidden;
}

section.problem_01::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 50px 65vw 0 65vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  border-style: solid;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 3;
}

.problem_01-list {
  display: flex;
  width: 100%;
  margin: 0 auto 28px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: normal;
}

/*problem*/
.problem {
  background-color: var(--bg-gray);
  padding: 135px 20px 60px;
  margin: 0 auto;
}

.problem-inner {
  max-width: 480px;
  margin: 0 auto;
}

.problem-title {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.problem-items {
  background-color: #fff;
  padding: 1.5em;
  padding-top: 70px;
  margin-top: -1em;
}

.problem-items-ttl {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  width: 15em;
  border-radius: 6px;
  text-align: center;
  background-color: var(--logo-blue);
  margin: -60px auto -41px;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  max-width: 17em;
}

span.yellow {
  color: #ffff00;
  color: var(--logo-orange);
}

.problem-item {
  font-size: 1.2em;
  font-weight: 600;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.problem-item:last-child {
  margin-bottom: 0;
}

.problem-item::before {
  content: '';
  display: inline-block;
  background: url(../images/icon_check.svg) no-repeat center / contain;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(0.3em);
  margin-right: 0.5em;
}

.trouble-area-txt {
  margin: 40px auto 0;
}

.trouble-area-txt > p {
  color: var(--font-color);
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
}

p.trouble_area-sub_txt {
  background-color: var(--logo-blue);
  color: #fff;
  font-size: 1.2em;
  padding: 6px 0;
  width: 13em;
}

.trouble_area-sub_txt::after {
  border-color: var(--logo-blue) transparent transparent transparent;
}

.trouble_area-txt span {
  background-color: #fff;
  color: var(--logo-blue);
  border: 1.5px solid var(--logo-blue);
  font-size: 1.15em;
  font-weight: bold;
  margin: 8px 5px 5px;
}

.trouble-area-txt dd {
  color: var(--font-color);
  font-size: 1.4em;
}

/*  */
/* skill_course */
section.skill_course {
  padding-top: 0;
}

.skill_course-ttl_img {
  width: 130px;
  margin: -15px auto 2em;
  display: block;
}

.trouble_area-message_pic {
  margin-bottom: 18px;
}

.trouble-area-txt dd figure {
  width: 8em;
}

/*  */
/* mov */
.training_mov .training_mov_img {
  margin-top: 40px;
}

/* .cta_btn */
#fv-btn {
  margin: 23px auto -5px;
}

.cta_btn {
  background-color: var(--brighter-orange);
  box-shadow: #b2631e;
}

a#fv-btn::before {
  width: 20em;
  content: 'プロがあなたの強みと課題を明確にします';
}

.skill_course-item-text dd {
  background-color: #f2f2f2;
  color: #505562;
}

#pageHome #changed #cvoices {
  background-color: #f2f2f2;
}

#pageHome #changed #cvoices li .enc p span {
  background-color: #fff;
  color: #244297;
}

#pageHome #selected .box .inner dd span {
  background: linear-gradient(transparent 60%, #e1eaff 60%);
}

#pageHome #change-flow h3 span {
  background: linear-gradient(transparent 60%, #e1eaff 60%);
}

img.pointbox {
  filter: grayscale(1);
}

.training-img {
  width: 100%;
  max-width: 660px;
  margin: 1.6em auto 1.8em;
  border-radius: 10px;
}

/*全額返金保証*/
.bn_refund {
  max-width: 600px;
  margin: 3em auto 1em;
  font-size: 13px;
  line-height: 1.5;
}

.bn_refund-img {
  margin-bottom: 0.5em;
}

.bn_refund-text {
  font-size: 1em;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*コース料金*/
#pageCourse .bn_refund-text {
  color: #000;
  text-shadow: none;
}

/*価格比較表ボーダー調整*/
#pageHome #pricing table:after {
  content: none;
}

#pageHome #pricing table td:nth-child(4) {
  border: 4px solid #e60012;
}

#pageHome #pricing table td.price-td {
  border-bottom: solid 1px #ddd;
}

#pageHome #pricing table td.juko-td {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

#pageHome #pricing table td.one-td {
  border-top: solid 1px #ddd;
}

/*流れ*/
.section-flow {
  padding: 0 1.5em;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.section-flow-main_ttl {
  background-image: none;
  line-height: 1.4;
  padding: 0;
  text-align: center;
  color: #223f9a;
  font-size: 1.2em;
  max-width: 660px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.section-flow-main_ttl::before,
.section-flow-main_ttl::after {
  content: '';
  display: inline-block;
  top: 50%;
  width: 8%;
  height: 3px;
  background-color: #223f9a;
  margin: 0 20px;
}

.section-flow-main_ttl::before {
  left: 0;
}

.section-flow-main_ttl::after {
  right: 0;
}

.flow-items {
  padding: 1em 0;
  max-width: 640px;
  margin: 0 auto;
}

.flow-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1em;
  margin: 0 auto 2em;
}

.flow-item::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 4px solid #223f9a;
  border-right: 4px solid #223f9a;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.1em;
}

.flow-item-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
  font-weight: 900;
  color: #223f9a;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 0;
}

.flow-item-title {
  background-color: #223f9a;
  font-size: 0.9em;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 2em;
  border-radius: 50vw;
  margin: -2em auto 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-item-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flow-item-img {
  width: 5em;
}

.flow-item-img img {
  width: auto;
}

.flow-item-text {
  width: calc(100% - 7em);
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.5;
}

.after_ux {
  margin: 0 auto;
  border: 3px solid #223f9a;
  border-radius: 10px;
  padding: 1.5em;
  width: 90%;
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.after_ux-title {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #223f9a;
  line-height: 1;
  text-align: center;
  margin: -1.5em auto 0.8em;
  display: inline-block;
  padding: 0.4em 0;
  color: #fff;
  border-radius: 5px;
  margin-top: -2em;
  white-space: nowrap;
  width: 100%;
  max-width: 420px;
}

.after_ux-text {
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
  position: relative;
  padding-left: 1.5em;
}

.after_ux-text::before {
  content: '';
  display: block;
  background: url(../images/icon-check.svg) no-repeat center / cover;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.after_ux-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* トレーニングの流れ */
/*流れ*/
.section-flow {
  padding: 0 1.5em;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.section-flow-main_ttl {
  background-image: none;
  line-height: 1.4;
  padding: 0;
  text-align: center;
  color: #223f9a;
  font-size: 1.2em;
  max-width: 660px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.section-flow-main_ttl::before,
.section-flow-main_ttl::after {
  content: '';
  display: inline-block;
  top: 50%;
  width: 8%;
  height: 3px;
  background-color: #223f9a;
  margin: 0 20px;
}

.section-flow-main_ttl::before {
  left: 0;
}

.section-flow-main_ttl::after {
  right: 0;
}

.flow-items {
  padding: 1em 0;
  max-width: 640px;
  margin: 0 auto;
}

.flow-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1em;
  margin: 0 auto 2em;
}

.flow-item::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 4px solid #223f9a;
  border-right: 4px solid #223f9a;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.1em;
}

.flow-item-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
  font-weight: 900;
  color: #223f9a;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 0;
}

.flow-item-title {
  background-color: #223f9a;
  font-size: 0.9em;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 2em;
  border-radius: 50vw;
  margin: -2em auto 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-item-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flow-item-img {
  width: 5em;
}

.flow-item-img img {
  width: auto;
}

.flow-item-text {
  width: calc(100% - 7em);
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.5;
}

.after_ux {
  margin: 0 auto;
  border: 3px solid #223f9a;
  border-radius: 10px;
  padding: 1.5em;
  width: 90%;
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.after_ux-title {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #223f9a;
  line-height: 1;
  text-align: center;
  margin: -1.5em auto 0.8em;
  display: inline-block;
  padding: 0.4em 0;
  color: #fff;
  border-radius: 5px;
  margin-top: -2em;
  white-space: nowrap;
  width: 100%;
  max-width: 420px;
}

.after_ux-text {
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
  position: relative;
  padding-left: 1.5em;
}

.after_ux-text::before {
  content: '';
  display: block;
  background: url(../images/icon-check.svg) no-repeat center / cover;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.after_ux-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/**/
.about_consulting {
  background-color: #fff;
  position: relative;
  padding-bottom: 0;
  margin: 3em auto 0;
}

.about_consulting-img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.about_consulting-main_ttl {
  font-size: 1.3em;
  background-color: #18567a;
  color: #fff;
  padding: 0.8em;
  padding-bottom: 0.5em;
  line-height: 1.5;
  background-image: url(/lp/assets/lp/biz/img/biz/merit3-bg_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.about_consulting-main_ttl span {
  font-size: 1.3em;
  display: block;
  margin: 0 auto;
}

div.about_consulting-box {
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 40px;
}

.about_consulting-txt {
  padding: 0.7em 1em 1em;
  background-color: #fff;
  border-radius: 13px;
  margin: 0.5em auto 1.8em;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  max-width: 25em;
}

.about_consulting-txt span {
  color: #005395;
  font-weight: 600;
}

.about_consulting-txt .storng {
  font-size: 1.4em;
}

.about_consulting-ttl {
  font-size: 1.8em;
  background-image: linear-gradient(0, #000 1px, transparent 0px);
  background-size: 100% 2em;
  line-height: 2.1;
  box-sizing: border-box;
  margin: 0 auto 0.5em;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-bottom: 0.5em;
  width: 80%;
}

.about_consulting-txt:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1em;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 1.5em 1em 0 1em;
}

.if_commu > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.if_commu-txts {
  background: #fff;
  width: 85%;
  padding: 1em;
  border-radius: 14px;
  text-align: center;
  margin: -5em auto 0;
  max-width: 800px;
  position: relative;
  z-index: 10;
}

.if_commu-logo > img {
  width: 7em;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 6px;
}

.if_commu-logo {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

span.orange {
  color: #ff8f21;
}

.about_consulting {
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: 2em;
}

.cta_box {
  background-color: #f2f2f2;
  padding: 4em 0;
}

.cta_btn {
  display: block;
  width: 90%;
  max-width: 400px;
  font-weight: bold;
  color: #fff;
  background-color: #fc5f00;
  text-align: center;
  padding: 28px 0 10px;
  font-size: 1.35em;
  border-radius: 7px;
  box-shadow: 0 4px 0 #b94700;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.03em;
  transition: all ease-in-out 0.4s;
  animation: btn_yurayura 0.7s ease 0s infinite alternate;
}

.cta_btn::before {
  text-align: center;
  width: 12em;
  display: block;
  background-color: #fffc00;
  color: #fc5f00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1.1em;
  align-items: center;
  top: -0.7em;
  border-radius: 100px;
  padding: 4px 0 6px;
  font-size: 0.8em;
}

.cta_btn::before {
  content: '今の話し方をプロが一緒にチェック';
  width: auto;
  padding: 0.3em 1em;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.7em;
}

#bg {
  padding-bottom: 0;
}

/* トレーニングの流れここまで */
.skill_score figcaption {
  align-items: flex-start;
  padding: 1em 0;
}
.skill_score .txt_en {
  font-family: Arial;
  font-size: 1.5em;
  font-weight: 900;
}
.skill_score figcaption::before {
  top: 0;
}
@media screen and (min-width: 480px) {
  section.fv {
    margin: 0 auto 6px;
  }

  .fv-box-txt-sp-badge {
    margin-top: -85px;
  }
}

@media screen and (min-width: 540px) {
  /* fv */
  .fv-box-txt-sp,
  .fv-box-txt-sp-badge {
    display: none;
  }

  .fv-box-txt-pc {
    display: block;
  }

  .fv-box-txt > img {
    width: 85%;
    max-width: 800px;
    position: relative;
  }

  .fv-box > div.fadein-img {
    width: 40vw;
    z-index: 6;
    height: 112%;
    right: 5px;
    max-width: 380px;
    bottom: -10px;
  }

  .fv-box {
    position: relative;
    width: 100%;
    padding-bottom: 24px;
    max-width: 1010px;
    margin: 0 auto;
  }

  /*  */
}

@media screen and (min-width: 769px) {
  .about_advice-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 740px;
    margin: 20px auto 24px;
  }

  img.advice-content {
    width: 47%;
    object-fit: contain;
  }

  h2.under_voice-step3_advice-ttl .sbttl-ja {
    font-size: 2em;
  }

  .about_consulting-main_ttl {
    font-size: 1.5em;
  }
}
