.survey_hero {
  position: relative;
  background: #f5faff;
  width: 100%;
  height: 330px;
  margin: 32px 0 0;
  color: #333;
}
.survey_hero::before {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(156deg, #007ac2 0%, #0044ab 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.survey__hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  #contents {
    background: none;
  }
  .survey_hero {
    height: auto;
    margin: 0;
    padding: 57px 0 75px;
  }
  .survey_hero::before {
    display: none;
  }
  .survey__hero-inner {
    gap: 45px;
    height: auto;
  }
}

.survey_hero h2 {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.survey_hero h2 span {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.05em;

  background: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 11px 22px 11px;
}
@media screen and (max-width: 767px) {
  .survey_hero h2 {
    font-size: 40px;
    flex-direction: column;
    gap: 16px;
  }
  .survey_hero h2 span {
    font-size: 22px;
    padding: 9px 16px 8px;
  }
}

.survey_hero p {
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .survey_hero p {
    font-size: 16px;
  }
}

.survey__intro {
  margin-top: 54px;
}

.survey__intro-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding: 0 0 28px;
}

.survey__intro-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 173px;
  height: 235px;
  background: url(/b_solution/bunkyo/images/survey/intro_img0.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .survey__intro-top::after {
    width: 119px;
    height: 161px;
    bottom: -19px;
    right: 10%;
  }
}
@media screen and (max-width: 355px) {
  .survey__intro-top::after {
    width: 100px;
    height: 140px;
    bottom: -19px;
    right: 5%;
  }
}

.survey__intro-top p {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .survey__intro-top p {
    font-size: 18px;
    line-height: 150%;
  }
}

.survey__intro-top__time {
  color: #d84005;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-left: 16px;
}
.survey__intro-top__time span {
  font-family: Helvetica;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 8px;
}
.survey__intro-top__time sup {
  font-size: 14px !important;
  font-weight: normal;
}
@media screen and (max-width: 340px) {
  .survey__intro-top__time {
    font-size: 30px;
  }
  .survey__intro-top__time span {
    font-size: 60px;
  }
}

.survey__intro-top__note {
  margin-top: 16px;
  color: #666;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .survey__intro-top__note {
    margin-top: 64px;
    width: 90%;
    text-align: left;
  }
}

.survey__intro-main {
  position: relative;
  border-radius: 40px;
  background: #f5faff;
  padding: 58px 100px 180px;
  box-sizing: border-box;

  width: 90%;
  max-width: 1240px;
  margin: auto;
}
.survey__intro-main::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 34px;
  background: #f5faff;
  top: -33px;
  right: 350px;
  clip-path: polygon(100% 0, 70% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .survey__intro-main {
    border-radius: 20px;
    padding: 32px 5% 110px;
  }
  .survey__intro-main::before {
    right: 150px;
  }
}

.survey__intro-main h3 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.survey__intro-main h3 span {
  position: relative;
}
.survey__intro-main h3 span::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 12px;
  top: 24px;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .survey__intro-main h3 {
    font-size: 20px;
  }
  .survey__intro-main h3 span::before {
    height: 8px;
    top: 16px;
  }
}

.survey__intro-main__wrap {
  max-width: 900px;
  width: 100%;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.survey__intro-main__cell {
  width: 210px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s all ease;
}
.survey__intro-main__cell:nth-child(2) {
  transition-delay: 0.3s;
}
.survey__intro-main__cell:nth-child(3) {
  transition-delay: 0.6s;
}
.survey__intro-main__cell:nth-child(4) {
  transition-delay: 0.9s;
}
.survey__intro-main__cell:nth-child(5) {
  transition-delay: 1.2s;
}
.survey__intro-main__cell:nth-child(6) {
  transition-delay: 1.5s;
}

.survey__intro-main__cell img {
  width: 210px;
}
.survey__intro-main__cell p {
  margin: 16px 0 0;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.survey__intro-main__wrap.is-show .survey__intro-main__cell {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .survey__intro-main__wrap {
    margin-top: 32px;
    gap: 40px 4%;
  }
  .survey__intro-main__cell {
    width: 48%;
  }
  .survey__intro-main__cell img {
    width: 100%;
  }
  .survey__intro-main__cell p {
    margin: 8px 0 0;
    font-size: 16px;
  }
}

.survey__intro-bottom {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: -113px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .survey__intro-bottom {
    margin: -80px auto 0;
  }
}

.survey__intro-hukidashi {
  position: relative;
  border-radius: 16px;
  border: 1px solid #3571b8;
  background: #fff;

  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  width: 660px;
  padding: 45px 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .survey__intro-hukidashi {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;

    width: 90%;
    margin: auto;
    padding: 24px 5% 32px;
  }
}

.survey__intro-hukidashi::before,
.survey__intro-hukidashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 47px;
  right: -53px;
  width: 53px;
  height: 32px;
  background: #3571b8;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.survey__intro-hukidashi::after {
  bottom: 48px;
  right: -50px;
  width: 50px;
  height: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .survey__intro-hukidashi::before,
  .survey__intro-hukidashi::after {
    width: 29px;
    height: 28px;
    right: inherit;
    left: 130px;
    bottom: -28px;
    clip-path: polygon(0 0, 80% 0, 100% 100%);
  }
  .survey__intro-hukidashi::after {
    width: 25px;
    height: 25px;
    right: inherit;
    left: 132px;
    bottom: -25px;
  }
}

.survey__intro-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: 50px;
  width: 203px;
  height: 211px;
  background: url(/b_solution/bunkyo/images/survey/intro_img7.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .survey__intro-bottom::after {
    width: 149px;
    height: 153px;
    top: inherit;
    bottom: -60px;
    right: 0;
  }
}

.survey__solution {
  margin: 100px 0 0;
}

.survey__solution-title {
  position: relative;
  text-align: center;
  padding: 0 0 32px;

  max-width: 960px;
  width: 100%;
  margin: auto;
}
.survey__solution-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 147px;
  height: 188px;
  background: url(/b_solution/bunkyo/images/survey/solution_img1.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .survey__solution-title::after {
    width: 70px;
    height: 105px;
    bottom: inherit;
    left: 5%;
    top: -40px;
  }
}

.survey__solution-title p {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.1em;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.survey__solution-title p::before,
.survey__solution-title p::after {
  content: "";
  display: block;
  position: relative;
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: #007ac2;
  transform: rotate(-30deg);
}
.survey__solution-title p::after {
  transform: rotate(30deg);
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .survey__solution-title p {
    font-size: 14px;
    gap: 20px;
    align-items: flex-end;
    margin-left: 16px;
  }
  .survey__solution-title p::before,
  .survey__solution-title p::after {
    height: 32px;
    width: 2px;
    transform: rotate(-25deg);
    margin-bottom: 3px;
  }
  .survey__solution-title p::after {
    margin-left: -5px;
    transform: rotate(25deg);
  }
}

.survey__solution-title h3 {
  margin: 16px 0 0;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.survey__solution-title h3 span {
  position: relative;
}
.survey__solution-title h3 span::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 12px;
  top: 24px;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .survey__solution-title h3 {
    font-size: 24px;
  }
  .survey__solution-title h3 span::before {
    height: 10px;
    top: 18px;
  }
}

.survey__solution-inner {
  background: #f5faff;
  padding: 54px 0;
}
.survey__solution-text {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .survey__solution-inner {
    padding: 32px 0;
  }
  .survey__solution-text {
    font-size: 18px;
  }
}

.survey__solution-wrap {
  max-width: 960px;
  width: 90%;
  display: flex;
  gap: 16px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .survey__solution-wrap {
    flex-direction: column;
  }
}

.survey__solution-cell {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 32px 0;

  color: #d84005;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;

  opacity: 0;
  transform: translateY(10px);

  transition: 0.5s all ease;
}
.survey__solution-cell:nth-child(2) {
  transition-delay: 0.5s;
}
.survey__solution-wrap.is-show .survey__solution-cell {
  opacity: 1;
  transform: translateY(0);
}

.survey__solution-cell img {
  width: 210px;
}
.survey__solution-cell p {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .survey__solution-cell p {
    font-size: 16px;
  }
}

.survey__about {
  position: relative;
  margin: 130px 0 0;
}
.survey__about-inner {
  padding: 0 0 140px;
  background: #f5f5f2;
}
.survey__about::before {
  content: "";
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.067;
  background: url(/b_solution/bunkyo/images/survey/about_bg.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .survey__about {
    margin: 100px 0 0;
  }
  .survey__about-inner {
    padding: 32px 0 64px;
  }
  .survey__about::before {
    aspect-ratio: 1/0.12;
    background-image: url(/b_solution/bunkyo/images/survey/about_bg_sp.svg);
  }
}

.survey__about-title {
  text-align: center;
}
.survey__about h3 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
  margin: auto;
}
.survey__about h3 span {
  font-size: 40px;
  margin: 0 5px 0 0;
}
.survey__about h3::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 12px;
  top: 38px;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .survey__about h3 {
    font-size: 24px;
  }
  .survey__about h3 span {
    font-size: 32px;
  }
  .survey__about h3::before {
    height: 10px;
    top: 30px;
  }
}

.survey__about-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 50px 0 0;
}
.survey__about-block {
  max-width: 1240px;
  width: 90%;
  margin: auto;
  border-radius: 60px;
  background: #fff;
  padding: 60px 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 1380px) {
  .survey__about-block {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1280px) {
  .survey__about-block {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .survey__about-block {
    border-radius: 30px;
    padding: 32px 5% 48px;
  }

  .survey__about-block-2 {
    padding-bottom: 0;
  }
}

.survey__about-block__title {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;

  display: flex;
  align-items: baseline;
  gap: 24px;
}
.survey__about-block__title span {
  color: #d84005;
  font-family: Helvetica;
  font-weight: 700;
  font-style: oblique;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.survey__about-block__title h4 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .survey__about-block__title {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .survey__about-block__title span {
    font-size: 64px;
  }
  .survey__about-block__title h4 {
    font-size: 23px;
    text-align: center;
  }
}

.survey__about-block__text {
  margin: 32px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .survey__about-block__text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}

.survey__about-block-1__wrap,
.survey__about-block-2__wrap {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .survey__about-block-1__wrap,
  .survey__about-block-2__wrap {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}

.survey__about-block-1__cell-1 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey__about-block-1__cell-2 {
  width: 55%;
  padding: 32px 40px 28px;
  box-sizing: border-box;

  border-radius: 16px;
  border: 1px solid #3571b8;
}
@media screen and (max-width: 767px) {
  .survey__about-block-1__cell-1,
  .survey__about-block-1__cell-2 {
    width: 100%;
  }
  .survey__about-block-1__cell-2 {
    padding: 32px 5% 28px;
  }
}

.survey__about-block-1__cell-1 img {
  width: 280px;
  height: auto;
}
.survey__about-block-1__cell-2 img {
  display: block;
  width: 220px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .survey__about-block-1__cell-1 img {
    width: 230px;
  }
  .survey__about-block-1__cell-2 img {
    width: 200px;
  }
}

.survey__about-block-1__cell-2__title,
.survey__about-block-2__cell-1__title {
  color: #d84005;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;

  margin: 24px 0 0;
}
.survey__about-block-2__cell-1__title {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .survey__about-block-1__cell-2__title,
  .survey__about-block-2__cell-1__title {
    font-size: 22px;
  }
}

.survey__about-block-1__cell-2__list,
.survey__about-block-2__cell-1__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
}
.survey__about-block-1__cell-2__list li,
.survey__about-block-2__cell-1__list li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  padding-left: 18px;
}

.survey__about-block-1__cell-2__list li::before,
.survey__about-block-2__cell-1__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;

  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d84005;
}

.survey__about-block-2 {
  position: relative;
}
.survey__about-block-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 170px;
  height: 40px;
  background: #f5dfdf;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.survey__about-block-2__cell-1 {
  width: 556px;
}
.survey__about-block-2__cell-2 {
  width: calc(100% - 556px);
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-1,
  .survey__about-block-2__cell-2 {
    width: 100%;
  }
}

.survey__about-block-2__cell-1__wrap {
  margin: 24px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-1__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
  }
}

.survey__about-block-2__cell-1__cell {
  position: relative;
}
.survey__about-block-2__cell-1__cell:nth-child(1) img {
  width: 207px;
}
.survey__about-block-2__cell-1__cell:nth-child(1) img.is-pc {
  display: block;
}
.survey__about-block-2__cell-1__cell:nth-child(1) img.is-sp {
  display: none;
}
.survey__about-block-2__cell-1__cell:nth-child(2) img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-1__cell:nth-child(1) img {
    width: 265px;
  }
  .survey__about-block-2__cell-1__cell:nth-child(1) img.is-pc {
    display: none;
  }
  .survey__about-block-2__cell-1__cell:nth-child(1) img.is-sp {
    display: block;
  }
}

.survey__about-block-2__cell-1__cell p {
  color: #d84005;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  margin: 16px 0 0;
}

.survey__about-block-2__cell-1__cell:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(/b_solution/bunkyo/images/survey/about_icon_arrow.svg) no-repeat center center;
  background-size: cover;

  top: 75px;
  right: -56px;
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-1__cell:nth-child(1)::after {
    right: 0;
    left: 0;
    margin: auto;
    top: inherit;
    bottom: -50px;
    transform: rotate(90deg);
  }
}

.survey__about-block-2__cell-2 {
  height: 100%;
  position: relative;
}

.survey__about-block-2__cell-2__inner {
  position: absolute;
  bottom: 0;
  right: 47px;
  padding: 0 30px 183px 0;
}
@media screen and (max-width: 1260px) {
  .survey__about-block-2__cell-2__inner {
    padding: 0 10px 183px 0;
  }
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-2__inner {
    display: block;
    position: relative;
    padding: 0 0 100px;
    right: inherit;
    bottom: inherit;

    max-width: 420px;
    margin: auto;
  }
}
.survey__about-block-2__cell-2__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 299px;
  height: 242px;
  z-index: 1;
  background: url(/b_solution/bunkyo/images/survey/about_img5.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-2__inner::before {
    width: 183px;
    height: 137px;
    background-size: contain;
  }
}

.survey__about-block-2__cell-2__text {
  position: relative;
  border: 2px solid #3571b8;
  background: #fff;
  padding: 32px 40px 48px;
  border-radius: 16px;
  width: 400px;
  box-sizing: border-box;

  color: #333;
  font-weight: 700;
}
.survey__about-block-2__cell-2__text-1 {
  font-size: 18px;
  line-height: 150%;
}
.survey__about-block-2__cell-2__text-2 {
  margin: 10px 0 0;
  font-size: 26px;
  line-height: 150%;
}
.survey__about-block-2__cell-2__text-2 span {
  position: relative;
}
.survey__about-block-2__cell-2__text-2 span::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 10px;
  top: 20px;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .survey__about-block-2__cell-2__text {
    width: 100%;
    max-width: 335px;
    padding: 32px 30px 48px;
  }
}
@media screen and (max-width: 374px) {
  .survey__about-block-2__cell-2__text {
    padding: 32px 20px 48px;
  }
  .survey__about-block-2__cell-2__text-1 {
    font-size: 15px;
  }
  .survey__about-block-2__cell-2__text-2 {
    font-size: 23px;
  }
  .survey__about-block-2__cell-2__text-2 span::before {
    top: 16px;
    height: 9px;
  }
}

.survey__about-block-2__cell-2__text::before,
.survey__about-block-2__cell-2__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -34px;
  left: 86px;
  width: 38px;
  height: 34px;
  background: #3571b8;
  clip-path: polygon(0 0, 80% 0, 100% 100%);
}
.survey__about-block-2__cell-2__text::after {
  bottom: -30px;
  left: 88px;
  width: 34px;
  height: 30px;
  background: #fff;
}

.survey__movie {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .survey__movie {
    margin: 64px 0 0;
  }
}

.survey__movie-title {
  position: relative;
  text-align: center;

  max-width: 960px;
  width: 100%;
  margin: auto;
}

.survey__movie-title p {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;

  padding-top: 8px;
  box-sizing: border-box;
  margin: auto;

  width: 246px;
  height: 72px;
  background: url(/b_solution/bunkyo/images/survey/movie_hukidasahi.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .survey__movie-title p {
    width: 186px;
    height: 55px;
    font-size: 18px;
    padding-top: 6px;
  }
}

.survey__movie-title h3 {
  color: #333;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .survey__movie-title h3 {
    font-size: 24px;
  }
}

.survey__movie-comingsoon {
  margin: 16px auto 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .survey__movie-comingsoon {
    font-size: 18px;
  }
}

.survey__movie-area {
  width: 90%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 24px auto 0;

  background: #ddd;
}

.survey__movie-area iframe {
  width: 100%;
  height: 100%;
}

.survey__movie-cv {
  margin: 80px 0 0;
}

.survey__movie-cv p {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.survey__movie-cv p span {
  margin-left: -32px;
  font-weight: 700;
}

.survey__movie-cv p::before,
.survey__movie-cv p::after {
  content: "";
  display: block;
  position: relative;
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: #007ac2;
  transform: rotate(-30deg);
}
.survey__movie-cv p::after {
  transform: rotate(30deg);
  margin-left: -10px;
}
.survey__movie-cv p span {
  position: relative;
}
.survey__movie-cv p span::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 10px;
  top: 32px;
  left: 0;
  mix-blend-mode: multiply;
}

.survey__movie-cv a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  border-radius: 40px;
  background: #007ac2;
  width: 420px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .survey__movie-cv a {
    width: 90%;
  }
}

.survey__movie-cv a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background: url(/b_solution/bunkyo/common/images/icon_blank_w.svg) no-repeat center center;
  background-size: contain;

  transform: translateY(-50%);
  top: 50%;
  right: 32px;
}

.survey__inner .top__academic .top__title h2::before {
  display: none;
}
.survey__inner .top__academic .top__title {
  padding-bottom: 16px;
}
.survey__inner .top__academic .top__title p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
.survey__inner .top__academic .top__title::after {
  display: none;
}
.survey__inner .top__products-plan h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
.survey__inner .top__products-plan h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: #007ac2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .survey__inner .top__academic {
    margin: 64px auto;
  }
}
