@charset "UTF-8";


/*--------------------------------------------
common
--------------------------------------------*/
body {
  background: #296FC6;
}

.l-breadcrumb li:last-child {
  width: auto;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.er-kv {
  position: relative;
}

.er-kv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  object-fit: cover;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-kv img {
    height: 177.6vw;
  }
}

.er-ttl {
  min-height: 640px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-ttl {
    min-height: 177.6vw;
    justify-content: center;
  }
}

.er-ttl__content {
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-ttl__content {
    width: calc(100% - 5.56vw * 2);
    margin: 0 auto;
  }
}

.er-ttl__jp {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 65px 0 0 10.9375%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-ttl__jp {
    font-size: 8.89vw;
    line-height: 1;
    margin: 85vw 0 0 0;
  }
}

.er-ttl__catch {
  display: block;
  width: 80%;
  margin: 80px auto 55px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-ttl__catch {
    width: 100%;
    margin: 28.33vw auto 25vw;
  }
}

.er-ttl__catch p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-ttl__catch p {
    font-size: 5vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.er-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 55px 0 170px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content {
    width: 100%;
    padding: 0 0 13.89vw;
  }
}

.er-content form {
  width: 100%;
}

.er-content__inner {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 5% 35px;
  background: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner {
    margin-top: 0;
    width: 100%;
    padding: 6.67vw 5.56vw 11.11vw;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner:not(:nth-of-type(1)) {
    margin-top: 12.5vw;
  }
}

.er-content__inner fieldset {
  border: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner fieldset {
    margin: 0;
    padding: 0;
  }
}

.er-content__inner legend {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner legend {
    font-size: 6.67vw;
  }
}

.er-content__inner .legend__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .legend__lead {
    margin-top: 1.67vw;
    font-size: 4.44vw;
  }
}

.er-content__inner .form-group {
  margin-top: 22px;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .form-group {
    margin-top: 7.78vw;
  }
}
.er-content__inner .form-group:nth-of-type(1) {
  margin-top: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .form-group.--textarea {
    margin-top: 8.89vw;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .form-group.--textarea label {
    display: block;
    position: relative;
    line-height: 1.625;
    padding-left: 11.94vw;
    text-indent: -11.94vw;
  }
}

.er-content__inner .radio-group {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 55px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .radio-group {
    margin-top: 8.33vw;
    gap: 1.39vw 0;
  }
}

.er-content__inner .radio-group > label {
  cursor: pointer;
}

.er-content__inner label {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner label {
    font-size: 4.44vw;
  }
}

.er-content__inner .optional {
  background: #999;
  margin-right: 10px;
  padding: 3px 7px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  top: -1px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner label .optional {
    margin-right: 2.78vw;
    padding: 0.56vw 1.67vw 0.83vw;
    font-size: 3.06vw;
  }
}

.er-content__inner .required {
  background: #DE0000;
  margin-right: 10px;
  padding: 3px 7px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  top: -1px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner label .required {
    margin-right: 2.78vw;
    padding: 0.56vw 1.67vw 0.83vw;
    font-size: 3.06vw;
  }
}


.er-content__inner input {
  margin-top: 8px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 7px 10px 9px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner input {
    margin-top: 1.39vw;
    font-size: 4.44vw;
    padding: 1.94vw 2.78vw 2.5vw;
  }
}

.er-content__inner input[type="radio"] {
  width: auto;
}

.er-content__inner textarea {
  margin-top: 8px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%;
  height: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 12px 10px 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner textarea {
    margin-top: 1.39vw;
    height: 55.56vw;
    font-size: 4.44vw;
    padding: 2.78vw;
  }
}

.er-content__inner input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner input::placeholder {
    font-size: 4.44vw;
  }
}

.er-content__inner .form-group.--privacy {
  margin-top: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .form-group.--privacy {
    margin-top: 9.44vw;
  }
}

.er-content__inner .form-group.--privacy > p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.714;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .form-group.--privacy > p {
    font-size: 4.72vw;
    line-height: 1.412;
  }
}

.er-content__inner .privacy__content {
  margin-top: 20px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 10px 12px 14px;
  width: 100%;
  height: 115px;
  overflow-y: scroll;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .privacy__content {
    margin-top: 6.67vw;
    padding: 3.33vw;
    height: 69.44vw;
  }
}

.er-content__inner .privacy__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner .privacy__txt {
    font-size: 3.89vw;
    line-height: 1.571;
  }
}

.er-content__inner input[type="submit"] {
  margin: 16px auto 0;
  width: 38.378%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to right, #113D70, #227AE0);
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner input[type="submit"] {
    margin: 1.11vw auto 2.22vw;
    width: 100%;
    height: 17.78vw;
    font-size: 4.17vw;
    border-radius: 1.11vw;
  }
}

.wpcf7-response-output {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  background: #eee !important;
  padding: 2em 1em !important;
  border: none !important;
  margin: 2em 0 3em 0 !important;
  color: #da3a35;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .wpcf7-response-output {
    font-size: 4.44vw;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  background-color: #ffd9d9;
}

.wpcf7-list-item {
  margin-right: 2em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

.wpcf7-list-item.first {
  margin-left: 0;
}

/* 送信ボタン */
.er-content__inner input[type="submit"] {
  margin: 16px auto 0;
  max-width: 393px;
  width: 50%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to right, #113D70, #227AE0);
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .er-content__inner input[type="submit"] {
    margin: 8.88vw auto 0;
    max-width: none;
    width: 100%;
    height: 17.777vw;
    font-size: 4.166vw;
    border-radius: 1.111vw;
  }
}

/* 戻るボタン */
input[type="button"].wpcf7-previous {
  margin: 32px auto 0;
  max-width: 393px;
  width: 50%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  border: solid 1px #666;
  outline: none;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  input[type="button"].wpcf7-previous {
    margin: 16vw auto 0;
    max-width: none;
    width: 100%;
    height: 17.777vw;
    font-size: 4.166vw;
    border-radius: 1.111vw;
  }
}

.wpcf7 {
  width: 100%;
}