@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*画像あり、ページナビあり*/
/*画像なし、ページナビあり*/
/*画像なし、ページナビなし*/
/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 150px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    min-height: auto;
    padding: 72px 0 0;
  }
}
#section01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/asset/image/common/mv_item_sub.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01::before {
    background-image: url(/asset/image/common/mv_item_sub_sp.svg);
  }
}
#section01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
  background: #FF0000;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #section01::after {
    height: 14px;
  }
}
#section01 h1 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #section01 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 h1 {
    margin: 0 0 40px;
  }
}
#section01 h2 {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E6EE;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    font-size: 20px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    margin: 0 0 20px;
  }
}
#section01 .bg_box {
  padding: 40px;
  background: #F6F8FD;
  border-radius: 10px;
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box {
    margin: 0 0 50px;
  }
}
#section01 .bg_box .txt_wrap {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box .txt_wrap {
    margin: 0 0 20px;
  }
}
#section01 .bg_box ul li:not(:last-child) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box ul li:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section01 .bg_box p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section01 .bg_box p a:hover {
  color: #E50F0F;
}
#section01 .form_wrap {
  max-width: 769px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section01 .form_wrap {
    max-width: 100%;
  }
}

iframe {
  width: 100%;
  height: 1800px;
}

.container {
  padding: 0;
  border-radius: 0;
}

.form-column-zip-code-autofill .form-column {
  display: table;
}
@media only screen and (max-width: 768px) {
  .form-column-zip-code-autofill .form-column {
    display: block;
  }
}

.form-column {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .form-column {
    display: block;
  }
}

.label {
  position: relative;
  display: table-cell;
  width: 190px;
  min-width: 190px;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  padding: 18px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .label {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 15px;
    padding: 0;
    margin: 0 0 5px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 17px;
  padding: 16px 20px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #F6F8FD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=date],
  textarea {
    padding: 15px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  background: #FFD1D7;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #A3A7B1 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A3A7B1 !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #A3A7B1 !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #A3A7B1 !important;
}

input::placeholder,
textarea::placeholder {
  color: #A3A7B1 !important;
}

.badge-required,
legend .badge-required {
  position: relative;
  display: inline-block;
  font-size: 0px;
  padding: 0;
  margin: 0 0 0 5px;
  background: none;
}
.badge-required::before,
legend .badge-required::before {
  content: "*";
  display: block;
  font-size: 17px;
  color: #FF0000;
}

select,
.form-column-zip-code-autofill .form-column-prefecture-jp select {
  width: 305px;
  max-width: 305px;
  height: auto;
  font-size: 17px;
  color: #333333;
  padding: 18px 20px;
  border: 2px solid #E3E6EE;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  select,
  .form-column-zip-code-autofill .form-column-prefecture-jp select {
    width: 100%;
    max-width: 90%;
    padding: 15px;
  }
}

select:focus,
.form-column-zip-code-autofill .form-column-prefecture-jp select:focus {
  border-color: #FF8C00;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.form-column-321f30e3-070c-4fbe-b025-3e86b1e13add .label {
  display: none;
}

.button-group button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 273px;
  height: 62px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  border-radius: 8px;
  min-width: auto;
}
.button-group button:hover {
  opacity: 0.7;
}

.form-column-note .description-block {
  text-align: center;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 768px) {
  .form-column-note .description-block {
    text-align: left;
  }
}
.form-column-note .description-block p {
  font-size: 15px;
  line-height: 1.333;
}
.form-column-note .description-block p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
  display: inline;
}
.form-column-note .description-block p a:hover {
  color: #E50F0F;
}
.form-column-note .description-block p a:hover {
  color: #E50F0F;
  opacity: 1;
}

.form-column-checkbox .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
}

.form-column-checkbox .input-group label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  background: #F6F8FD;
  border: 1px solid #E3E6EE;
  border-radius: 4px;
  top: 2px;
}

input[type=checkbox]:checked {
  background: #F6F8FD;
}
input[type=checkbox]:checked::before {
  width: 8px;
  height: 16px;
  top: 50%;
  left: 8px;
  border-right: 3px solid #E50F0F;
  border-bottom: 3px solid #E50F0F;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}