@charset "UTF-8";

#review {
  font-family: ryo-gothic-plusn, sans-serif;
}

#review.contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #review.contents {
    width: 96%;
  }
}

#review .c-h1 {
  padding-bottom: 0;
  border-bottom: none;
}

#review .c-h2 {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 1.3333333333vw auto 8vw;
  padding: 1.8666666667vw 0 1.0666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review .c-h2 {
    width: 100%;
    max-width: 960px;
    margin: 10px auto 50px;
    padding: 11px 0 7.5px;
  }
}

#review .c-review__h2head {
  width: 60.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #review .c-review__h2head {
    width: 274px;
  }
}

#review .c-review__h2head img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

#review .p-reviewMainVisual .p-reviewMainVisual_inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
}

#review .p-reviewMainVisual .p-reviewMainVisual_inner img {
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #review .p-reviewMainVisual .p-reviewMainVisual_inner img {
    border-radius: 8px;
  }
}

#review .p-reviewSecHeadLow {
  width: 89.3333333333vw;
  max-width: 960px;
  margin: 0 auto 8vw;
  padding: 21.3333333333vw 0 0;
  border-top: solid #c3e7ff 1px;
}
@media screen and (min-width: 768px) {
  #review .p-reviewSecHeadLow {
    margin-bottom: 60px;
    width: 100%;
    padding: 160px 0 0;
  }
}

#review .p-reviewSecHeadLow .p-reviewSecHeadLow__text {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewSecHeadLow .p-reviewSecHeadLow__text {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

#review .p-reviewLead {
  width: 89.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLead {
    display: none;
  }
}

#review .p-reviewLead__text {
  font-size: 4vw;
  line-height: 2;
}

#review .p-reviewInterview {
  width: 96vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewInterview {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
  }
}

#review .p-reviewInterview .p-reviewInterview__title {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #1da1f2;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewInterview .p-reviewInterview__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

#review .p-reviewInterview .p-reviewInterview__title::before {
  content: "";
  height: 13.3333333333vw;
  border-left: solid 0.8vw #1da1f2;
  transform: rotate(-30deg);
  padding-right: 0;
  margin-right: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewInterview .p-reviewInterview__title::before {
    border-left-width: 1.5px;
    height: 40px;
    border-left-width: 3px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

#review .p-reviewInterview .p-reviewInterview__title::after {
  content: "";
  height: 13.3333333333vw;
  border-left: solid 0.8vw #1da1f2;
  transform: rotate(30deg);
  padding-left: 0;
  margin-left: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewInterview .p-reviewInterview__title::after {
    height: 40px;
    border-left-width: 3px;
    margin-left: 14px;
    margin-bottom: 0;
  }
}

#review .p-reviewInterview .p-reviewInterview__movie {
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  width: 96vw;
  border: 1.6vw solid #1da1f2;
  border-top-width: 2.6666666667vw;
  border-bottom-width: 2.6666666667vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewInterview .p-reviewInterview__movie {
    width: 88.9583333333%;
    max-width: 854px;
    border-width: 24px 8px 24px 8px;
    border-radius: 24px;
  }
}

#review .p-reviewInterview .p-reviewInterview__movie::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

#review .p-reviewInterview .p-reviewInterview__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#review .p-reviewLink {
  width: 89.3333333333vw;
  margin: 0 auto 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink {
    width: 720px;
    margin: 0 auto 120px;
  }
}

#review .p-reviewLink__link {
  width: 83.2vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__link {
    width: 550px;
  }
}

#review .p-reviewLink__linkTitUp {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitUp {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

#review .p-reviewLink__linkTitWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitWrap {
    margin-bottom: 20px;
  }
}

#review .p-reviewLink__linkTitWrap::before {
  content: "";
  height: 13.3333333333vw;
  border-left: solid 0.8vw #1da1f2;
  transform: rotate(-30deg);
  padding-right: 0;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitWrap::before {
    border-left-width: 1.5px;
    height: 40px;
    border-left-width: 3px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

#review .p-reviewLink__linkTitWrap::after {
  content: "";
  height: 13.3333333333vw;
  border-left: solid 0.8vw #1da1f2;
  transform: rotate(30deg);
  padding-left: 0;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitWrap::after {
    height: 40px;
    border-left-width: 3px;
    margin-left: 14px;
    margin-bottom: 0;
  }
}

#review .p-reviewLink__linkTit {
  display: block;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

#review .p-reviewLink__linkTit1st {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTit1st {
    margin: 0;
  }
}

#review .p-reviewLink__linkTitImg {
  width: 56.8vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitImg {
    width: 280px;
  }
}

#review .p-reviewLink__linkTitImg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#review .p-reviewLink__linkTitTxt {
  font-size: 5.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #1da1f2;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkTitTxt {
    font-size: 26px;
  }
}

#review .p-reviewLink__linkBtnWrap {
  display: block;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#review .p-reviewLink__linkBtnWrap > li {
  position: relative;
  width: 72vw;
  border: solid 0.8vw #60c3ff;
  border-radius: 1.3333333333vw;
  box-sizing: border-box;
  padding: 2.1333333333vw 0 1.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkBtnWrap > li {
    width: 264px;
    border-width: 3px;
    border-radius: 10px;
    padding: 10px 0 8px;
  }
}

#review .p-reviewLink__linkBtnWrap > li:first-child {
  margin-bottom: 4vw;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkBtnWrap > li:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

#review .p-reviewLink__linkBtnWrap > li::after {
  position: absolute;
  content: "";
  background: url("../review/image/arrow_cyan.svg") bottom right no-repeat;
  background-size: contain;
  top: calc(50% - 1.4666666667vw);
  right: 5.3333333333vw;
  width: 2.1333333333vw;
  height: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkBtnWrap > li::after {
    top: calc(50% - 5.5px);
    right: 20px;
    width: 8px;
    height: 11px;
  }
}

#review .p-reviewLink__linkBtnWrap > li > a {
  display: block;
  width: 100%;
  color: #1da1f2;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #review .p-reviewLink__linkBtnWrap > li > a {
    font-size: 16px;
  }
}

#review .p-review__contBox {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 8vw auto 0;
  padding: 9.0666666667vw 6.4vw 6.4vw;
  border: solid 1.6vw #c3e7ff;
  border-radius: 1.6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #review .p-review__contBox {
    width: 49%;
    max-width: 471px;
    margin: 50px 0 0;
    padding: 36px 3.25% 36px;
    border-width: 8px;
    border-radius: 10px;
  }
}

#review .p-review__cont1 {
  display: block;
}
@media screen and (min-width: 768px) {
  #review .p-review__cont1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

#review .p-review__cont1 .p-review__contBox:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #review .p-review__cont1 .p-review__contBox:nth-of-type(2) {
    margin-top: 0;
  }
}

#review .p-review__cont2 {
  display: block;
}
@media screen and (min-width: 768px) {
  #review .p-review__cont2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

#review .p-review__contNon {
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review .p-review__contNon {
    font-size: 16px;
  }
}

#review .p-reviewStudent {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewStudent {
    margin-bottom: 120px;
  }
}

#review .p-reviewStudent .p-reviewStudent__contBox .p-reviewStudent__contTit {
  width: 100%;
  border-bottom: solid 1px #1da1f2;
}

#review
  .p-reviewStudent
  .p-reviewStudent__contBox
  .p-reviewStudent__contTit
  .p-reviewStudent__contTitTxt {
  margin-bottom: 0;
  padding: 0 1.3333333333vw 2.8vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewStudent
    .p-reviewStudent__contBox
    .p-reviewStudent__contTit
    .p-reviewStudent__contTitTxt {
    padding: 0 2.5% 14.5px;
    font-size: 22px;
  }
}

#review .p-reviewStudent .p-reviewStudent__contBox .p-reviewStudent__contName {
  margin-top: 4vw;
  margin-bottom: 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewStudent
    .p-reviewStudent__contBox
    .p-reviewStudent__contName {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

#review .p-reviewStudent .p-reviewStudent__contBox .p-reviewStudent__contImg {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 6.4vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewStudent .p-reviewStudent__contBox .p-reviewStudent__contImg {
    margin: 0 auto 32px;
  }
}

#review
  .p-reviewStudent
  .p-reviewStudent__contBox
  .p-reviewStudent__contImg
  img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 2.6666666667vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewStudent
    .p-reviewStudent__contBox
    .p-reviewStudent__contImg
    img {
    border-radius: 10px;
  }
}

#review .p-reviewStudent .p-reviewStudent__contBox .p-reviewStudent__contTxt p {
  font-size: 4vw;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewStudent
    .p-reviewStudent__contBox
    .p-reviewStudent__contTxt
    p {
    font-size: 16px;
    line-height: 1.75;
  }
}

#review .p-reviewParent {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewParent {
    margin-bottom: 100px;
  }
}

#review .p-reviewParent .p-reviewParent__contBox .p-reviewParent__contTit {
  width: 100%;
  border-bottom: solid 1px #1da1f2;
}

#review
  .p-reviewParent
  .p-reviewParent__contBox
  .p-reviewParent__contTit
  .p-reviewParent__contTitTxt {
  margin-bottom: 0;
  padding: 0 1.3333333333vw 2.8vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__contBox
    .p-reviewParent__contTit
    .p-reviewParent__contTitTxt {
    padding: 0 2.5% 14.5px;
    font-size: 22px;
  }
}

#review .p-reviewParent .p-reviewParent__contBox .p-reviewParent__contImgWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__contBox
    .p-reviewParent__contImgWrap {
    margin: 25px auto;
  }
}

#review
  .p-reviewParent
  .p-reviewParent__contBox
  .p-reviewParent__contImgWrap
  .p-reviewParent__contImg {
  width: 21.3333333333vw;
  margin-left: 7.0666666667vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__contBox
    .p-reviewParent__contImgWrap
    .p-reviewParent__contImg {
    width: 30%;
    max-width: 116px;
    margin-left: 14.8%;
    margin-right: 9%;
  }
}

#review
  .p-reviewParent
  .p-reviewParent__contBox
  .p-reviewParent__contImgWrap
  .p-reviewParent__contImg
  img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__contBox
    .p-reviewParent__contImgWrap
    .p-reviewParent__contImg
    img {
    border-radius: 10px;
  }
}

#review
  .p-reviewParent
  .p-reviewParent__contBox
  .p-reviewParent__contImgWrap
  .p-reviewParent__contName {
  font-size: 3.4666666667vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  max-width: 38.6666666667vw;
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__contBox
    .p-reviewParent__contImgWrap
    .p-reviewParent__contName {
    font-size: 14px;
    max-width: 180px;
  }
}

#review .p-reviewParent .p-reviewParent__contBox .p-reviewParent__contTxt p {
  font-size: 4vw;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review .p-reviewParent .p-reviewParent__contBox .p-reviewParent__contTxt p {
    font-size: 16px;
    list-style: 1.75;
  }
}

#review .p-reviewParent .p-reviewParent__note {
  display: block;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #review .p-reviewParent .p-reviewParent__note {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    max-width: 960px;
    margin: 50px auto 0;
  }
}

#review .p-reviewParent .p-reviewParent__note .p-reviewParent__noteTxt {
  font-size: 2.9333333333vw;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review .p-reviewParent .p-reviewParent__note .p-reviewParent__noteTxt {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  #review
    .p-reviewParent
    .p-reviewParent__note
    .p-reviewParent__noteTxt:first-child {
    margin-right: 12px;
  }
}

#review .p-review__checkPanel {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1.5s;
}

#review .p-review__checkLabel {
  display: block;
  position: relative;
  margin: 8vw auto 0;
  padding: 4vw 0;
  width: 72vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
  color: #1da1f2;
  border-radius: 16vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #review .p-review__checkLabel {
    margin: 50px auto 0;
    padding: 17px 0;
    width: 264px;
    font-size: 14px;
    border-radius: 30px;
  }
}

#review .p-review__checkLabel::before {
  content: "もっと見る";
}

#review .p-review__checkLabel::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.9333333333vw);
  right: 5.3333333333vw;
  width: 2.9333333333vw;
  height: 1.8666666667vw;
  background: url(../review/image/btn_arrow_down.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #review .p-review__checkLabel::after {
    width: 11px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 20px;
  }
}

#review .p-review__check {
  display: none;
}

#review .p-review__check:checked ~ .p-review__checkLabel::before {
  content: "閉じる";
}

#review .p-review__check:checked ~ .p-review__checkLabel::after {
  background: url(../review/image/btn_arrow_up.svg) center no-repeat;
}

#review .p-review__check:checked ~ .p-review__checkPanel {
  height: auto;
  max-height: 5000px;
  transition: all 1.5s;
}

#review .p-reviewVoice__checkWrap {
  position: relative;
  padding-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  #review .p-reviewVoice__checkWrap {
    padding-bottom: 0;
  }
}

#review .p-reviewVoice__checkPanel {
  position: relative;
  overflow: hidden;
  height: 26.6666666667vw;
  max-height: 26.6666666667vw;
  transition: all 0.5s;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #review .p-reviewVoice__checkPanel {
    height: auto;
    max-height: none;
  }
}

#review .p-reviewVoice__checkLabel {
  display: table;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #review .p-reviewVoice__checkLabel {
    display: none;
  }
}

#review .p-reviewVoice__checkLabel::before {
  font-size: 3.7333333333vw;
  color: #1da1f2;
  content: "もっと見る 　";
  background: url(../review/image/arrow_down.svg) center right/2.9333333333vw
    1.8666666667vw no-repeat;
}

#review .p-reviewVoice__check {
  display: none;
}

#review .p-reviewVoice__check:checked ~ .p-reviewVoice__checkLabel::before {
  content: "閉じる 　";
  background: url(../review/image/arrow_up.svg) center right/2.9333333333vw
    1.8666666667vw no-repeat;
}

#review .p-reviewVoice__check:checked ~ .p-reviewVoice__checkPanel {
  height: auto;
  max-height: 213.3333333333vw;
  transition: all 1.5s;
}

.p-reviewCta {
  font-family: ryo-gothic-plusn, sans-serif;
  background-color: #ebf7ff;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reviewCta {
    padding: 50px 0;
  }
}

.p-reviewCta_inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.p-reviewCta__title {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.p-reviewCta__titleMain {
  display: inline-block;
  position: relative;
  margin-top: -10px;
  border-bottom: 2px solid #000;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__titleMain {
    margin-top: -20px;
    font-size: 46px;
  }
}

.p-reviewCta__titleMain span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__titleMain span {
    font-size: 32px;
  }
}

.p-reviewCta__titleMain span.p-reviewCta__titleMain--num {
  margin-right: 3px;
  color: #1da1f2;
  font-size: 54px;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__titleMain span.p-reviewCta__titleMain--num {
    font-size: 93px;
  }
}

.p-reviewCta__main {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__main {
    margin-bottom: 30px;
  }
}

.p-reviewCta__main .p-reviewCta__mainForm {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__main .p-reviewCta__mainForm {
    cursor: pointer;
  }
}

.p-reviewCta__main .p-reviewCta__mainForm::after {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 40%;
  max-width: 116px;
  padding-top: 25%;
  background: url("../img/footer_cta_form.png") bottom right no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-reviewCta__main .p-reviewCta__mainForm::after {
    max-width: 161px;
  }
}

.p-reviewCta__main .p-reviewCta__mainForm > a {
  display: block;
  position: relative;
  padding: 28px 20px 26px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
  background: #fff504;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__main .p-reviewCta__mainForm > a {
    padding: 42px 20px 38px 40px;
  }
}

.p-reviewCta__main .p-reviewCta__mainForm > a > div {
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-right: 25px;
  background: url("../img/icon_arrow_07.svg") no-repeat right center;
  background-size: 7px 11px;
  text-align: center;
}

.p-reviewCta__main .p-reviewCta__mainTtl {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__main .p-reviewCta__mainTtl {
    font-size: 21px;
  }
}

.p-reviewCta__sub > a {
  display: block;
  width: 74%;
  max-width: 387px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-reviewCta__sub > a {
    width: 350px;
    max-width: 350px;
  }
}

.p-reviewCta__sub > a:hover {
  opacity: 0.7;
}

.p-reviewCta__sub > a img {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
}

.p-reviewCta__hov:hover > a::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.p-reviewCta__hov > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}

.u-text__bold {
  font-weight: 700;
}

.c-evbnrBox {
  width: 96vw;
  margin: 0 auto;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-evbnrBox {
    max-width: 960px;
    margin-bottom: 100px;
  }
}
