@charset "UTF-8";
.p-survey {
  display: block;
  position: relative;
}
.p-survey__cap {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-survey__cap {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.p-survey__intro {
  display: block;
  position: relative;
}
.p-survey__intro-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1rem;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-survey__intro-text {
    font-size: 1.3rem;
  }
}
.p-survey__intro-text + .p-survey__intro-text {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-survey__intro-text + .p-survey__intro-text {
    margin-top: 1.5rem;
  }
}
.p-survey__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-survey__content {
    margin-top: 2.6rem;
  }
}

.p-survey\:content {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:content {
    width: 100%;
    padding: 3.5rem 2.5rem 3rem;
  }
}
.p-survey\:content__cover {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  display: block;
  position: absolute;
  top: -2rem;
  left: -2rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__cover {
    display: none;
  }
}
.p-survey\:content__cover-deco {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__cover-deco {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-survey\:content__cover-deco.--deco1 {
  top: 0;
  left: 0;
}
.p-survey\:content__cover-deco.--deco2 {
  top: 0;
  right: 0;
}
.p-survey\:content__cover-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.p-survey\:content__cover-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.p-survey\:content__cover-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:content__cover-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:content__cover-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:content__cover-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:content__cover-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:content__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:content__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  opacity: 0.1;
}
.p-survey\:content__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  opacity: 0.3;
}
.p-survey\:content__bg-deco {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__bg-deco {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-survey\:content__bg-deco.--deco1 {
  top: 0;
  left: 0;
}
.p-survey\:content__bg-deco.--deco2 {
  top: 0;
  right: 0;
}
.p-survey\:content__bg-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.p-survey\:content__bg-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.p-survey\:content__bg-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:content__bg-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:content__bg-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:content__bg-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:content__bg-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:content__content {
  display: block;
  position: relative;
}
.p-survey\:content__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.p-survey\:content__text h3 {
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__text h3 {
    font-size: 1.5em;
  }
}
.p-survey\:content__text h3:not(:first-child) {
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__text h3:not(:first-child) {
    padding-top: 3.2rem;
  }
}
.p-survey\:content__text-par {
  display: block;
  position: relative;
}
.p-survey\:content__text-par + .p-survey\:content__text-par {
  margin-top: 3rem;
}
.p-survey\:content__text-par h4 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-survey\:content__text-par h5 {
  display: inline-block;
  text-decoration: underline;
}
.p-survey\:content__text-par .right {
  text-align: right;
}
.p-survey\:content__text-par .lead {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__text-par .lead {
    margin-bottom: 0.6rem;
  }
}
.p-survey\:content__text-par .-inlist {
  margin-top: 1em;
  position: relative;
  padding-left: 2rem;
}
.p-survey\:content__text-par .-inlist > li {
  padding-left: 0;
  text-indent: 0;
}
.p-survey\:content__text-par .-inlist > li + li {
  margin-top: 0.5em;
}
.p-survey\:content__text-par .-inlist > li span {
  position: absolute;
  left: 0;
  vertical-align: baseline;
}
.p-survey\:content__text-par .-inlist > li strong {
  vertical-align: baseline;
}
.p-survey\:content__text-par .-inlist .-inlist_in {
  position: relative;
  display: block;
  padding-left: 2.5em;
}
.p-survey\:content__text-par table {
  width: 100%;
  margin: 1em 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.p-survey\:content__text-par table td,
.p-survey\:content__text-par table th {
  padding: 1rem 2rem;
  width: 3rem;
  height: 2.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__text-par table td,
  .p-survey\:content__text-par table th {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    word-break: break-all;
  }
}
.p-survey\:content__text-par table th {
  background-color: rgba(255, 255, 255, 0.3);
}
.p-survey\:content__text-par a {
  color: var(--color-cyan);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:content__text-par a:hover {
    text-decoration: none;
  }
}
.p-survey\:content__text-par .-box {
  margin: 1em 0;
  padding: 1em;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.p-survey\:content__btn {
  width: 100%;
  max-width: 42rem;
  display: block;
  position: relative;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__btn {
    margin-top: 3.4rem;
  }
}
.p-survey\:content__thanks {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-survey\:content__thanks {
    font-size: 1.5rem;
  }
}

.p-survey\:link {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-survey\:link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(183, 249, 249, 0) 0%, rgba(183, 249, 249, 0.3) 50%, rgba(183, 249, 249, 0) 100%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:link::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-survey\:link:hover::before {
    opacity: 1;
  }
}
.p-survey\:link__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:link__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-cyan);
  border-right: 0.1rem solid var(--color-cyan);
  opacity: 0;
  width: 0.1rem;
  height: 0.1rem;
  transition: opacity 0.4s var(--ease_out), width 0s linear 0.4s, height 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:link:hover .p-survey\:link__bg::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: width 0.15s var(--ease_inout), height 0.15s var(--ease_inout) 0.11s;
  }
}
.p-survey\:link__bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-cyan);
  border-left: 0.1rem solid var(--color-cyan);
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out), width 0s linear 0.4s, height 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:link:hover .p-survey\:link__bg::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: width 0.15s var(--ease_inout), height 0.15s var(--ease_inout) 0.11s;
  }
}
.p-survey\:link__bg-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-survey\:link__bg-deco {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-survey\:link__bg-deco.--deco1 {
  top: 0;
  left: 0;
}
.p-survey\:link__bg-deco.--deco2 {
  top: 0;
  right: 0;
}
.p-survey\:link__bg-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.p-survey\:link__bg-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.p-survey\:link__bg-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:link__bg-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:link__bg-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:link__bg-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:link__bg-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:link__text {
  display: block;
  position: relative;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:link__text {
    padding: 1.2rem 1rem;
  }
}
.p-survey\:link__text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-cyan-dark);
  opacity: 0.3;
}
.p-survey\:link__text::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  opacity: 0.3;
}
.p-survey\:link__text-main {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-eurostile);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-survey\:link__text-main {
    font-size: 1.7rem;
  }
}
.p-survey\:link__text-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.5rem;
  text-align: center;
  font-family: var(--font-hiragino);
}
@media screen and (max-width: 960px) {
  .p-survey\:link__text-sub {
    margin-top: 0.25rem;
    font-size: 1.2rem;
  }
}

.p-survey\:form {
  display: block;
  position: relative;
}
.p-survey\:form__submit {
  width: 42rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-survey\:form__submit {
    width: 22rem;
    margin-top: 3.2rem;
  }
}

.p-survey\:form_question {
  display: block;
  position: relative;
}
.p-survey\:form_question + .p-survey\:form_question {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_question + .p-survey\:form_question {
    margin-top: 5rem;
  }
}
.p-survey\:form_question + .p-survey\:form_question::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  border-top: 1px solid var(--color-line-1);
}
@media screen and (max-width: 960px) {
  .p-survey\:form_question + .p-survey\:form_question::before {
    top: -2.5rem;
  }
}
.p-survey\:form_question__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_question__title {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
.--required .p-survey\:form_question__title::after {
  content: "※必須";
  font-size: 0.8em;
  margin-left: 0.5em;
  color: var(--color-cyan);
}
.p-survey\:form_question__content {
  display: block;
  position: relative;
}

.p-survey\:form_field {
  display: block;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field {
    padding: 0.6rem;
  }
}
.p-survey\:form_field__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-survey\:form_field__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-line-1);
}
.p-survey\:form_field__bg-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field__bg-deco {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-survey\:form_field__bg-deco.--deco1 {
  top: 0;
  left: 0;
}
.p-survey\:form_field__bg-deco.--deco2 {
  top: 0;
  right: 0;
}
.p-survey\:form_field__bg-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.p-survey\:form_field__bg-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.p-survey\:form_field__bg-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:form_field__bg-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:form_field__bg-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:form_field__bg-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:form_field__bg-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:form_field.--select::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(50%, -50%) rotate(45deg);
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field.--select::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 2.5rem;
  }
}
.p-survey\:form_field input[type=text] {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-sans);
  color: var(--color-black);
  background-color: var(--color-white);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field input[type=text] {
    padding: 1rem 1.5rem;
  }
}
.p-survey\:form_field textarea {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-sans);
  color: var(--color-black);
  background-color: var(--color-white);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field textarea {
    padding: 1rem 1.5rem;
  }
}
.p-survey\:form_field select {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-sans);
  color: var(--color-black);
  background-color: var(--color-white);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field select {
    padding: 1rem 1.5rem;
  }
}
.p-survey\:form_field__radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_field__radio {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-survey\:form_radio {
  display: block;
  position: relative;
  padding: 1.5rem 1rem 1rem;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_radio {
    padding: 1rem 0.5rem 0.5rem;
  }
}
.p-survey\:form_radio.--disable {
  pointer-events: none;
}
.p-survey\:form_radio input[type=radio] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-survey\:form_radio::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid var(--color-line-1);
}
.p-survey\:form_radio::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease_out);
}
.p-survey\:form_radio.--disable::after {
  opacity: 0.6;
}

.p-survey\:form_radio__base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-cyan);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
input[type=radio]:checked + .p-survey\:form_radio__base {
  opacity: 0.5;
}
.p-survey\:form_radio__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-survey\:form_radio__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-cyan);
  border-right: 0.1rem solid var(--color-cyan);
  opacity: 0;
  width: 0.1rem;
  height: 0.1rem;
  transition: opacity 0.4s var(--ease_out), width 0s linear 0.4s, height 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:form_radio:hover .p-survey\:form_radio__bg::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: width 0.15s var(--ease_inout), height 0.15s var(--ease_inout) 0.11s;
  }
}
.p-survey\:form_radio__bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-cyan);
  border-left: 0.1rem solid var(--color-cyan);
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out), width 0s linear 0.4s, height 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-survey\:form_radio:hover .p-survey\:form_radio__bg::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: width 0.15s var(--ease_inout), height 0.15s var(--ease_inout) 0.11s;
  }
}
.p-survey\:form_radio__bg-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_radio__bg-deco {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-survey\:form_radio__bg-deco.--deco1 {
  top: 0;
  left: 0;
}
.p-survey\:form_radio__bg-deco.--deco2 {
  top: 0;
  right: 0;
}
.p-survey\:form_radio__bg-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.p-survey\:form_radio__bg-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.p-survey\:form_radio__bg-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-survey\:form_radio__bg-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:form_radio__bg-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:form_radio__bg-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.p-survey\:form_radio__bg-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.p-survey\:form_radio__img {
  display: block;
  position: relative;
}
.p-survey\:form_radio__name {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: var(--font-sans);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-survey\:form_radio__name {
    font-size: 1.2rem;
  }
}