@charset "UTF-8";
@media not all and (max-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.contents_footer_wrap {
  background: none;
}

.contents_area .contents_footer {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .contents_area .contents_footer {
    padding-bottom: 60px;
  }
}

.p-enquete {
  padding-top: 130px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-enquete {
    margin-bottom: 100px;
    padding-top: 40px;
  }
}

.p-enquete__logo {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-enquete__logo {
    width: 80%;
    max-width: 400px;
  }
}

.p-enquete__title {
  margin-bottom: 36px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-enquete__title {
    margin-top: 0;
    font-size: 17px;
  }
}

.p-enquete__contents {
  width: 800px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 960px) {
  .p-enquete__contents {
    width: 90%;
    margin: 0 auto;
  }
}

.p-enquete__thanks {
  padding: 40px 70px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-enquete__thanks {
    padding: 20px 30px;
  }
}
.p-enquete__thanks .p-in-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-enquete__thanks .p-in-title {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.p-enquete__thanks .p-in-detail {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-enquete__thanks .p-in-detail {
    font-size: 14px;
  }
}
.p-enquete__thanks .p-in-link {
  width: 300px;
  margin: 50px auto 0;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 960px) {
  .p-enquete__thanks .p-in-link {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-enquete__thanks .p-in-link:hover {
    transform: scale(0.97);
  }
}
.p-enquete__thanks .p-in-link a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  font-size: 17px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-enquete__thanks .p-in-link a {
    font-size: 14px;
    height: 50px;
  }
}

.p-enquete__form {
  padding: 40px 70px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-enquete__form {
    padding: 20px 30px;
  }
}
.p-enquete__form-item + .p-enquete__form-item {
  margin-top: 50px;
}
.p-enquete__form-item-head {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 26px;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-head {
    margin-bottom: 20px;
  }
}
.p-enquete__form-item-head::before {
  content: "入力を確認してください";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-head::before {
    font-size: 10px;
  }
}
.is-error .p-enquete__form-item-head::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-head {
    font-size: 14px;
    gap: 8px;
  }
}
.p-enquete__form-item-head .u-required {
  display: block;
  white-space: nowrap;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  background-color: var(--color-gold);
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-head .u-required {
    padding: 6px;
    font-size: 10px;
    border-radius: 3px;
  }
}
.p-enquete__form-item-detail {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-detail {
    font-size: 14px;
  }
}
.p-enquete__form-item-input {
  margin-top: 10px;
}
.p-enquete__form-item-input.js-select {
  margin-top: 30px;
}
.p-enquete__form-item-input .p-in-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-input .p-in-item {
    font-size: 14px;
  }
}
.p-enquete__form-item-input .p-in-item.--select {
  display: block;
  margin-top: 10px;
}
.p-enquete__form-item-input .p-in-item.--select .p-in-head {
  margin-bottom: 12px;
}
.p-enquete__form-item-input .p-in-item.--main {
  pointer-events: none;
  opacity: 0.5;
}
.p-enquete__form-item-input .p-in-item.--main.is-current {
  opacity: 1;
  pointer-events: auto;
}
.p-enquete__form-item-input .p-in-item.--main.is-current .p-in-item-select.is-current select {
  pointer-events: auto;
}
.p-enquete__form-item-input .p-in-item.--main .p-in-item-select {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.p-enquete__form-item-input .p-in-item.--main .p-in-item-select select {
  pointer-events: none;
}
.p-enquete__form-item-input .p-in-item.--main .p-in-item-select.is-current {
  opacity: 1;
  pointer-events: auto;
}
.p-enquete__form-item-input .p-in-item.--main .p-in-item-select:last-of-type {
  position: relative;
}
.p-enquete__form-item-input .p-in-item-select {
  position: relative;
}
.p-enquete__form-item-input .p-in-item-select::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-input .p-in-item-select::before {
    width: 8px;
    height: 8px;
  }
}
.p-enquete__form-item-input .p-in-item.--other {
  display: block;
}
.p-enquete__form-item-input .p-in-item.--other .p-in-item-head {
  margin-bottom: 8px;
  font-size: 14px;
}
.p-enquete__form-item-input .p-in-item input {
  cursor: pointer;
}
.p-enquete__form-item-input .p-in-item input[type=text] {
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-input .p-in-item input[type=text] {
    height: 35px;
  }
}
.p-enquete__form-item-input .p-in-item input[type=radio] {
  display: block;
  margin: 0;
}
.p-enquete__form-item-input .p-in-item input[type=checkbox] {
  display: block;
  margin: 0;
}
.p-enquete__form-item-input .p-in-item textarea {
  width: 100%;
  height: 200px;
  padding: 8px 10px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-input .p-in-item textarea {
    height: 80px;
  }
}
.p-enquete__form-item-input .p-in-item select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #b6b6b6;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-input .p-in-item select {
    padding: 10px 25px 10px 10px;
  }
}
.p-enquete__form-item-ohter {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.p-enquete__form-item-table {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
}
.p-enquete__form-item-table thead {
  border-bottom: 1px solid #b6b6b6;
}
.p-enquete__form-item-table thead tr {
  display: flex;
}
.p-enquete__form-item-table thead tr .vertical-text {
  display: block;
  width: 90px;
  height: 100px;
  box-sizing: border-box;
  border-right: 1px solid #b6b6b6;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.p-enquete__form-item-table thead tr .vertical-text span {
  display: block;
}
@media not all and (max-width: 960px) {
  .p-enquete__form-item-table thead tr .vertical-text span {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-table thead tr .vertical-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: auto;
    min-height: 180px;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
  }
  .p-enquete__form-item-table thead tr .vertical-text span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
}
.p-enquete__form-item-table thead tr .vertical-text:first-of-type {
  width: auto;
  flex: 1;
}
.p-enquete__form-item-table thead tr .vertical-text:last-of-type {
  border-right: 0;
}
.p-enquete__form-item-table tbody tr {
  display: flex;
}
.p-enquete__form-item-table tbody tr:last-of-type td {
  border-bottom: 0;
}
.p-enquete__form-item-table tbody tr td {
  display: block;
  width: 90px;
  border-bottom: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-table tbody tr td {
    width: 12%;
  }
}
.p-enquete__form-item-table tbody tr td:last-of-type {
  border-right: 0;
}
.p-enquete__form-item-table tbody tr td .p-in-item {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-enquete__form-item-table tbody tr .question-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 70px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-enquete__form-item-table tbody tr .question-label {
    height: auto;
    min-height: 70px;
    font-size: 14px;
  }
}
.p-enquete__form .btn_wrap {
  margin: 100px auto 0;
}
@media screen and (max-width: 960px) {
  .p-enquete__form .btn_wrap {
    margin: 60px auto 0;
  }
}
.p-enquete__form .btn_send {
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 960px) {
  .p-enquete__form .btn_send {
    width: 100%;
  }
}
@media not all and (max-width: 960px) {
  .p-enquete__form .btn_send:hover {
    transform: scale(0.97);
  }
}
.p-enquete__form .btn_send input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 17px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-enquete__form .btn_send input {
    font-size: 14px;
    height: 50px;
  }
}
.p-enquete__form .btn_back {
  width: 300px;
  margin: 20px auto 0;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 960px) {
  .p-enquete__form .btn_back {
    width: 100%;
    margin: 10px auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-enquete__form .btn_back:hover {
    transform: scale(0.97);
  }
}
.p-enquete__form .btn_back input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 17px;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-enquete__form .btn_back input {
    font-size: 14px;
    height: 50px;
  }
}