@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanMP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", Meiryo, serif;
  font-size: min(1.38vw,18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #23211f;
  background: url(../images/common/bg.jpg) left top/100% repeat-y;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.125vw;
    line-height: 1.875;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

body.fixed {
  overflow: hidden;
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color: #23211f;
}

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  a:hover {
    opacity: 0.7;
  }
}

li {
  list-style: none;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.rightTxt {
  text-align: right;
}

.leftTxt {
  text-align: left;
}

.centerTxt {
  text-align: center;
}

.tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}

.p-form .p-lower-fv {
  background: url(../images/common/bg_pattern_dot.jpg) left top/5.72917vw 8.85417vw repeat;
}

@media screen and (min-width: 769px) {
  .p-form .p-lower-fv {
    background-size: min(3.38vw,44px) min(5.23vw,68px);
  }
}

.p-form .p-lower-fv h1 {
  width: 65.10417vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .p-form .p-lower-fv h1 {
    width: min(38.62vw,502px);
  }
}

.p-form__lead {
  font-size: 3.90625vw;
  text-align: center;
  line-height: 2;
  margin-bottom: 10.41667vw;
}

@media screen and (min-width: 769px) {
  .p-form__lead {
    font-size: min(1.85vw,24px);
    margin-bottom: min(6.15vw,80px);
  }
}

@media screen and (min-width: 769px) {
  .p-form .p-lower__sec {
    padding-inline: 3%;
  }
}

.p-form__content {
  margin-bottom: 18.22917vw;
}

@media screen and (min-width: 769px) {
  .p-form__content {
    margin-bottom: min(11.92vw,155px);
  }
}

.p-form__content-table {
  border: 0.78125vw solid #000;
  border-radius: 2.60417vw;
  padding: 0 4.55729vw;
  margin-bottom: 10.41667vw;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-form__content-table {
    border: 6px solid #000;
    border-radius: 20px;
    padding: min(1.92vw,25px) min(2.69vw,35px);
    margin-bottom: min(7.69vw,100px);
  }
}

.p-form__content-table_row {
  padding: 7.8125vw 0;
}

@media screen and (min-width: 769px) {
  .p-form__content-table_row {
    padding: min(3.46vw,45px) min(1.92vw,25px);
  }
}

.p-form__content-table_row:not(:last-of-type) {
  border-bottom: 2px dotted #444;
}

.p-form__content-table_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .p-form__content-table_head {
    margin-bottom: min(1.54vw,20px);
  }
}

.p-form__content-table_head .-any {
  background-color: #0068b7;
  font-size: 3.125vw;
  color: #fff;
  line-height: 1;
  border-radius: 0.65104vw;
  padding: .1em .5em;
  margin-right: 2.08333vw;
}

@media screen and (min-width: 769px) {
  .p-form__content-table_head .-any {
    font-size: min(1.54vw,20px);
    border-radius: 4px;
    padding: .1em .5em;
    margin-right: min(1.23vw,16px);
  }
}

.p-form__content-table_head .-must {
  background-color: #ca000b;
  font-size: 3.125vw;
  color: #fff;
  line-height: 1;
  border-radius: 0.65104vw;
  padding: .1em .5em;
  margin-right: 2.08333vw;
}

@media screen and (min-width: 769px) {
  .p-form__content-table_head .-must {
    font-size: min(1.54vw,20px);
    border-radius: 4px;
    padding: .1em .5em;
    margin-right: min(1.23vw,16px);
  }
}

.p-form__content-table_head .-name {
  font-size: 3.90625vw;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-form__content-table_head .-name {
    font-size: min(1.85vw,24px);
  }
}

@media screen and (min-width: 769px) {
  .p-form__content-table-data.--flex {
    grid-gap: 0 min(1.92vw,25px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p-form__content-table-data-group:first-of-type {
    margin-bottom: min(1.54vw,20px);
  }
}

.p-form__content-table-data-group .-text {
  color: #000;
  display: inline-block;
  font-size: 3.64583vw;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-form__content-table-data-group .-text {
    font-size: min(1.69vw,22px);
    margin-right: min(1.31vw,17px);
  }
}

.p-form__content-table-err {
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .p-form__content-table-err {
    margin-top: min(1.15vw,15px);
    margin-left: min(0.77vw,10px);
  }
}

.p-form__content-table-err .-err-text {
  color: #ca000b;
  font-size: 3.64583vw;
}

@media screen and (min-width: 769px) {
  .p-form__content-table-err .-err-text {
    font-size: min(1.54vw,20px);
  }
  .p-form__content-table-err .-err-text.--pl-1 {
    padding-left: 2em;
  }
  .p-form__content-table-err .-err-text.--pl-2 {
    padding-left: 3em;
  }
}

.p-form__input {
  border: solid 0.52083vw #000;
  font-size: 3.64583vw;
  height: 11.71875vw;
  padding: 1.30208vw 2.60417vw;
  width: 100%;
  border-radius: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .p-form__input {
    border-radius: 10px;
    border: solid 4px #000;
    padding: min(0.77vw,10px);
    font-size: min(1.69vw,22px);
    height: min(4.92vw,64px);
  }
}

@media screen and (min-width: 769px) {
  .p-form__input-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__select {
  background-color: #fff;
  border-radius: 1.30208vw;
  color: #000;
  font-weight: 500;
  border: solid 0.52083vw #000;
  font-size: 3.64583vw;
  height: 11.71875vw;
  padding: 0 2.60417vw;
  width: 58.59375vw;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-form__select {
    border-radius: 10px;
    border: solid 4px #000;
    padding: 0 min(1.54vw,20px);
    font-size: min(1.69vw,22px);
    width: min(24.62vw,320px);
    height: min(4.92vw,64px);
  }
}

.p-form__select-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__select-wrap::before {
  background: url(../images/common/icon_triangle-black-down.png) no-repeat center center/contain;
  content: "";
  height: 2.86458vw;
  position: absolute;
  right: 3.90625vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.03646vw;
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .p-form__select-wrap::before {
    height: min(0.92vw,12px);
    right: min(1.15vw,15px);
    width: min(1.23vw,16px);
  }
}

.p-form__textarea {
  border: solid 0.52083vw #000;
  font-size: 3.64583vw;
  height: 74.21875vw;
  width: 100%;
  padding: 2.60417vw;
  border-radius: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .p-form__textarea {
    border: solid 4px #000;
    font-size: min(1.69vw,22px);
    height: min(18.46vw,240px);
    width: 100%;
    padding: min(1.38vw,18px) min(1.54vw,20px);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-form__btn.--confirm {
    margin-top: 13.02083vw;
  }
  .p-form__btn.--confirm .btn + .btn {
    margin-top: 5.20833vw;
  }
}

@media screen and (min-width: 769px) {
  .p-form__btn.--confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: min(3.08vw,40px);
  }
  .p-form__btn.--confirm .btn {
    margin: 0;
  }
}

.p-form__btn .btn {
  width: 68.09896vw;
  height: 15.625vw;
  background-color: #9ed4c4;
}

@media screen and (max-width: 768px) {
  .p-form__btn .btn {
    font-size: 3.90625vw;
  }
}

@media screen and (min-width: 769px) {
  .p-form__btn .btn {
    width: min(40.23vw,523px);
    height: min(8.92vw,116px);
  }
}

.p-form__btn .btn::after {
  width: 5.07813vw;
  height: 5.07813vw;
  right: 5.07813vw;
}

@media screen and (min-width: 769px) {
  .p-form__btn .btn::after {
    width: min(3vw,39px);
    height: min(3vw,39px);
    right: min(2.15vw,28px);
  }
}

.p-form__btn .btn.--back {
  background-color: #fff;
}

.p-form__btn .btn.--back::after {
  display: none;
}

.p-form__btn .btn.--back::before {
  content: "";
  display: block;
  width: 5.07813vw;
  height: 5.07813vw;
  background: url(../images/common/icon_arrow-black.png) center/contain no-repeat;
  position: absolute;
  left: 3.64583vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 769px) {
  .p-form__btn .btn.--back::before {
    width: min(3vw,39px);
    height: min(3vw,39px);
    left: min(2.15vw,28px);
  }
}

.p-form.--confirm .p-form__content-table_head {
  margin: auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form.--confirm .p-form__content-table_head .-name {
  font-size: 3.64583vw;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .p-form.--confirm .p-form__content-table_head .-name {
    font-size: min(1.54vw,20px);
  }
}

@media screen and (min-width: 769px) {
  .p-form.--confirm .p-form__content-table_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27.02% 72.97%;
    grid-template-columns: 27.02% 72.97%;
  }
}

.p-form.--confirm .p-form__table-data-text {
  font-size: 4.16667vw;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-form.--confirm .p-form__table-data-text {
    margin-top: 3.25521vw;
  }
}

@media screen and (min-width: 769px) {
  .p-form.--confirm .p-form__table-data-text {
    font-size: min(1.69vw,22px);
  }
}

.p-form.--thanks .p-form__lead {
  font-weight: 700;
  font-size: 4.94792vw;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .p-form.--thanks .p-form__lead {
    font-size: min(3.08vw,40px);
  }
}

.p-form.--thanks .p-form__text {
  font-size: 3.90625vw;
  line-height: 1.86;
  text-align: center;
  margin: 10.41667vw auto 13.02083vw;
}

@media screen and (min-width: 769px) {
  .p-form.--thanks .p-form__text {
    font-size: min(1.85vw,24px);
    margin: min(6.15vw,80px) auto min(8.08vw,105px);
    line-height: 2;
  }
}
