@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap') html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
.contact_items .contents {
  min-height: 30%;
  color: black;
  flex: 1
}
.contact_items .form {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  line-height: 1.7em
}
.contact_items .form__progress {
  padding: 0 0 4rem;
  display: flex;
  justify-content: space-between
}
.contact_items .form__progress-item {
  background-color: #afb6bf;
  width: calc(100% / 3);
  padding: 0 1rem;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  position: relative
}
.contact_items .form__progress-item::before, .form__progress-item::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5rem 0 1.5rem 1rem;
  display: block;
  position: absolute;
  top: 0
}
.contact_items .form__progress-item::before {
  border-left-color: #fff;
  left: 0
}
.contact_items .form__progress-item::after {
  border-top-color: #fff;
  border-bottom-color: #fff;
  right: 0
}
.contact_items .form__progress-item.current {
  background-color: #333
}
.contact_items .form__list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  text-align: left
}
.contact_items .form__list-item .heading {
  color: #fff;
  padding: 0 0 .5em;
  font-size: 1.25rem;
  line-height: 1.7em;
  font-weight: 600;
  position: relative
}
.contact_items .form__list-item .heading-sub {
  padding: .5rem 0;
  line-height: 1.7em;
  font-weight: 600
}
.contact_items .form__list-item .text {
  min-height: 1.7em;
  line-height: 1.7em
}
.contact_items .form__list-item .text .note:first-child {
  padding: 0 0 .5em
}
.contact_items .form__list-item .small {
  font-size: .77em
}
.contact_items .form__list-item .note {
  padding: .5em 0 0;
  font-size: .88em
}
.contact_items .form__list-item .error {
  color: #ff1421;
  font-size: .88em
}
.contact_items .icon {
  margin-right: 1em;
  padding: .2em .5em;
  line-height: 1em;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block
}
.contact_items .icon-required {
  background: #ed2e34;
  color: #fff
}
.contact_items .form__list-item .icon-optional {
  background: #999;
  color: #fff
}
.contact_items .form__list-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none
}
.contact_items .form__privacy {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-bottom: 5rem;
}
.contact_items .form__privacy-item01 {
  font-weight: 700
}
.contact_items .form__privacy-item02 {
  padding: .5rem 0
}
.contact_items .form__privacy label {
  font-size: 1.2rem
}
.contact_items .form__privacy label.checkbox {
  margin: 0 !important
}
.contact_items .form__privacy .error {
  color: #ff1421;
  font-size: .88em
}
.contact_items .form__privacy a {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  /*border-bottom: 1px solid red;*/
  /*color: red*/
}
.contact_items .form__privacy a:hover {
  opacity: .7
}
@media screen and (max-width: 768px) {
  .contact_items .form__privacy a:hover {
    opacity: 1
  }
}
.contact_items .form__text {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 0;
  line-height: 1.7em
}
.contact_items .form__button {
  width: 90%;
  max-width: 405px;
  margin: 0 auto;
  text-align: center
}
.contact_items .form__button button[type='submit'] {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 10rem;
  line-height: 1;
  font-size: 1.33rem;
  font-weight: 700;
  display: block;
  background-color: #ed2e34;
  background-image: linear-gradient(to right, #ed2e34, #ed2e34);
  color: #fff;
  width: 100%;
  display: block
}
.contact_items .form__button button[type='submit']:hover {
  opacity: .7
}
@media screen and (max-width: 768px) {
  .contact_items .form__button button[type='submit']:hover {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .contact_items .form__button button[type='submit'] {
    padding: 4vw 2vw
  }
}
.contact_items .form__button button[type='button'] {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 10rem;
  line-height: 1;
  font-size: 1.33rem;
  font-weight: 700;
  display: block;
  background-color: #ccc;
  background-image: linear-gradient(#ccc, form_button_other02);
  color: #333;
  width: 100%;
  margin-top: 1rem;
  display: block
}
.contact_items .form__button button[type='button']:hover {
  opacity: .7
}
@media screen and (max-width: 768px) {
  .contact_items .form__button button[type='button']:hover {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .contact_items .form__button button[type='button'] {
    padding: 3vw 2vw
  }
}
.contact_items .form__button a {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 0;
  line-height: 1;
  font-size: 1.33rem;
  font-weight: bold;
  display: block;
  background-color: #ccc;
  background-image: linear-gradient(#ccc, form_button_other02);
  color: #333;
  width: 100%;
  margin-top: 4.4rem;
  display: block
}
.contact_items .form__button a:hover {
  opacity: .7
}
@media screen and (max-width: 768px) {
  .contact_items .form__button a {
    margin-top: 2rem;
  }
  .contact_items .form__button a:hover {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .contact_items .form__button a {
    padding: 3vw 2vw
  }
}
.contact_items .form__note {
  padding: 3rem 0 0;
  font-size: .88rem;
  text-align: left
}
.form input[type='text'], .form input[type='email'], .form input[type='tel'], .form input[type='number'], .form input[type='date'], .form select, .form textarea {
  font-weight: 400;
  font-style: normal;
  background: #fff;
  width: 100%;
  padding: 1.4rem 1rem;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  line-height: 1.7em;
  font-size: 1rem
}
.form input[type='text']:placeholder-shown, .form input[type='email']:placeholder-shown, .form input[type='tel']:placeholder-shown, .form input[type='number']:placeholder-shown, .form input[type='date']:placeholder-shown, .form select:placeholder-shown, .form textarea:placeholder-shown {
  background: #fff;
}
.form input[type='text']:not(:placeholder-shown), .form input[type='email']:not(:placeholder-shown), .form input[type='tel']:not(:placeholder-shown), .form input[type='number']:not(:placeholder-shown), .form input[type='date']:not(:placeholder-shown), .form select:not(:placeholder-shown), .form textarea:not(:placeholder-shown) {
  background: #fff
}
.form input[type='text'].short, .form input[type='email'].short, .form input[type='tel'].short, .form input[type='number'].short, .form input[type='date'].short, .form select.short, .form textarea.short {
  width: calc((100% - 3rem) / 3)
}
.form input[type='date'] {
  width: calc((100% - 3rem) / 3);
  max-width: 20em
}
.form textarea {
  min-height: 10em;
  vertical-align: bottom;
  resize: vertical
}
.form label.radio, .form label.checkbox {
  color: #fff;
  margin: 0 1rem 0 0;
  padding: 0 0 0 2em;
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: 500;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form label input[type='radio'], .form label input[type='checkbox'] {
  background-color: #fff;
  border: 2px solid #bcbcbc;
    border-radius: 6px;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
    appearance: auto;
}
.form label.birthday select {
  width: 25%;
  max-width: 6rem
}
.form label.postalcode input {
  width: 10em
}
.form label.age input {
  width: 5em;
  margin-right: .5em;
  ime-mode: disabled
}
.form label.date {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start
}
.form label.date input, .form label.date select {
  width: calc((100% - 3rem) / 3);
  max-width: 20em;
  margin: 0 1rem 0 0
}
.form label.date input:last-child, .form label.date select:last-child {
  margin-right: 0
}
.form .radio-wrap {
  margin-bottom: -1rem;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start
}
.form .radio-wrap label.radio {
  width: calc((100% - 3rem) / 3);
  margin-bottom: 1rem;
  text-align: left
}
.form .checkbox-wrap {
  margin-bottom: -1rem;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start
}
.form .checkbox-wrap label.checkbox {
  width: calc((100% - 3rem) / 3);
  margin-bottom: 1rem;
  text-align: left
}
.form input.required, .form select.required, .form textarea.required {
  border-color: red !important
}
@media screen and (max-width: 768px) {
  .form {
    padding: 5vw 0 20vw;
  }
  .form__progress {
    padding: 0 0 10vw
  }
  .form__progress-item {
    padding: 0 3vw;
    font-size: .77rem;
    height: 10vw;
    line-height: 10vw
  }
  .form__progress-item::before, .form__progress-item::after {
    border-width: 5vw 0 5vw 3vw
  }
  .form__list-item {
    margin: 0 0 3vw;
    padding: 0 0 3vw
  }
  .form__list-item .heading {
    width: 100%;
    padding: 0 0 2vw
  }
  .form__list-item .text {
    width: 100%;
    padding: 0
  }
  .form__list-item .text label.radio, .form__list-item .text label.checkbox {
    width: 100%
  }
  .form__list-item .icon-required, .form__list-item .icon-optional {
    margin: 0 .5rem 0 0;
    position: static;
    display: inline-block
  }
  .form__privacy {
    margin: 10vw 0;
    padding: 4vw
  }
  .form__privacy-item02 {
    padding: .5rem 0;
    text-align: left
  }
  .form__text {
    padding: 5vw 0
  }
  .form__button {
    width: 80%;
    max-width: none
  }
  .form input[type='text'], .form input[type='email'], .form input[type='tel'], .form input[type='number'], .form input[type='date'], .form select, .form textarea {
    padding: 2vw;
    line-height: 2rem;
    font-size: 1.15rem
  }
  .form input[type='text'].short, .form input[type='email'].short, .form input[type='tel'].short, .form input[type='number'].short, .form input[type='date'].short, .form select.short, .form textarea.short {
    width: 100%;
    max-width: none
  }
  .form input[type='date'] {
    width: 100%;
    max-width: none
  }
  .form textarea {
    min-height: 5em
  }
  .form label.radio, .form label.checkbox {
    margin: 0;
    padding: 0 0 0 2.2rem
  }
  .form label.date {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start
  }
  .form label.date input, .form label.date select {
    width: 100%;
    max-width: none;
    margin: 0 0 3vw
  }
  .form label.date input:last-child, .form label.date select:last-child {
    margin: 0
  }
  .form__note {
    padding: 10vw 0 0
  }
  .form .radio-wrap {
    display: block
  }
  .form .radio-wrap label.radio {
    width: 100%;
    margin-right: 0
  }
  .form .checkbox-wrap {
    display: block
  }
  .form .checkbox-wrap label.checkbox {
    width: 100%;
    margin-right: 0
  }
}
.confirm__inner, .thanks__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}
.confirm__heading, .thanks__heading {
  background: url("../image/b_bg.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  padding: 2rem 0;
  line-height: 1.7em;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center
}
.confirm__text, .thanks__text {
  padding: 0 0 2rem;
  line-height: 1.7em;
  text-align: center
}
.confirm .form__list-item:last-child, .thanks .form__list-item:last-child {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #333
}
@media screen and (max-width: 768px) {
  .confirm__heading, .thanks__heading {
    padding: 4vw 0;
    font-size: 1.5rem
  }
  .confirm__text, .thanks__text {
    text-align: left
  }
}
.thanks__text {
  background: #f3f3f3;
  margin: 0 0 3rem;
  padding: 2rem 1rem;
  color: #333;
  line-height: 1.7em;
  font-size: 1.11rem;
  font-weight: 500;
  text-align: center
}
.thanks__text-item {
  padding: 0 0 1.5rem
}
.thanks__text-item:last-child {
  padding: 0
}
@media screen and (max-width: 768px) {
  .thanks__heading {
    padding: 4vw 0;
    font-size: 1.5rem
  }
  .thanks__text {
    margin: 0 0 10vw;
    padding: 4vw;
    font-size: 1rem;
    font-weight: 400;
    text-align: left
  }
  .thanks__text-item {
    padding: 0 0 4vw
  }
  .thanks__text-item:last-child {
    padding: 0
  }
  .thanks__text br {
    display: none
  }
}
#step2, #step3 {
  display: none;
}
.stbtn {
  background: #2c530c !important;
  color: #fff !important;
}
.formErrorContent {
  color: #ff1421;
}
.stepnum {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  padding-bottom: 4.4rem;
}
.stepnum li {
  position: relative;
  font-size: 0.9em;
  font-family: "M PLUS 1p", serif;
  font-weight: 300;
  font-style: normal;
  padding: 0.3em 3.1em;
  border-radius: 100px;
  font-weight: bold;
  color: #b6b6b6;
  background: #fff;
  margin: 0 2em 0 0;
}
@media screen and (max-width: 768px) {
  .stepnum {
    padding-bottom: 3rem;
  }
  .stepnum li {
    padding: 0.2em 1.6em;
  }
}
.stepnum li.act {
  color: #fff;
  background: #2c530c;
}
.stepnum li::after {
  content: "";
  background: url(../images/steparrow.png) no-repeat right center;
  background-size: contain;
  position: absolute;
  color: #666;
  display: block;
  width: 0.5em;
  height: 1em;
  font-weight: normal;
  right: -1.3em;
  top: 0.6em;
}
.stepnum li:last-of-type {
  margin: 0;
}
.stepnum li:last-of-type::after {
  display: none;
}
.radioli {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radioli li {
  width: 32%;
  margin-bottom: 10px;
}
.radioli li input[type="radio"] {
  display: none;
}
.radioli li input[type="radio"] + label {
  display: block;
  width: 100%;
  background: #e5e5e5;
  border: solid 1px #aaa;
  border-radius: 100px;
  padding: 0.8em 1em;
  text-align: center;
  cursor: pointer;
}
.radioli li input[type="radio"]:checked + label {
  background: #2c530c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .radioli li {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
.form__button a, .form__button button[type="submit"] {
  position: relative;
}
.form__button a::before, .form__button button[type="submit"]::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 1em;
  background: url(../images/btnarrow.png) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 7%;
  top: 35%;
  font-size: 1em;
  ;
}
.backbtn a::before {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .form__button a::before, .form__button button[type="submit"]::before {
    content: "";
    position: absolute;
    right: 7%;
    top: 25%;
    font-size: 1em;
    ;
  }
}
/*----------------------------------CSS追加-----------------------------------------*/
.contact_items .text {
  width: 800px;
}
.form__list {
  margin-top: 100px;
}
.form__list-item .attention {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
}
.form__privacy-item03 .icon-required {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .contact .common_title {
    font-size: 2rem;
  }
  .form__list {
    margin-top: 60px;
  }
  .contact_items .form__privacy {
    text-align: left;
    width: min(800px, 96%);
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 4rem;
  }
  .contact_items .form {
    padding: 0;
  }
}
#thanks .form__button{
    width: 50%;
    margin: auto;
}
#thanks .form__button a, .form__button button[type="submit"] {
    position: relative;
}
#thanks .form__button a {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    outline: none;
    padding: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    border-radius: 0;
    line-height: 1;
    font-size: 1.33rem;
    font-weight: bold;
    display: block;
    background-color: #ccc;
    background-image: linear-gradient(#ccc, form_button_other02);
    color: #333;
    width: 100%;
    margin-top: 4.4rem;
    display: block;
}
#thanks .wrap {
    min-height: 93vh;
    height: 100%;
    border-bottom: 3rem solid #1072c7;
    display: flex;
    flex-flow: column;
}