body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  background-color: #01bb96;
}

.container {
  margin: 0 auto;
  background-color: #01bb96;
}

a {
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.image-block img {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
}

.header .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .hero .brand {
  padding-top: 20px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  .header .hero .brand {
    padding-top: 0;
  }
}
.header .hero .gift_banner {
  margin-top: -33px;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .header .hero .gift_banner {
    margin-top: -20px;
    max-width: 59.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .header .hero .gift_banner {
    margin-top: -4vw;
    max-width: 715px;
    padding: 0 2%;
  }
}
.header .hero_desc {
  max-width: 750px;
  padding: 50px 2% 0;
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .header .hero_desc {
    font-size: 15px;
    padding: 1.3020833333vw 2% 2.6041666667vw;
    margin: 0;
    width: 85%;
  }
}
.header .hero_desc:first-of-type {
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .header .hero_desc:first-of-type {
    padding-top: 11.71875vw;
  }
}
.header .hero_desc:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .header .hero_desc:last-of-type {
    padding-bottom: 13.0208333333vw;
  }
}

.main .card_head {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  padding: 0 2% 100px;
}
@media screen and (max-width: 750px) {
  .main .card_head {
    padding: 0 2% 7.8125vw;
  }
}
.main .card_body {
  background-color: #fff !important;
}
.main .card_body input, .main .card_body textarea, .main .card_body select, .main .card_body button {
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .main .card_body .form {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .main .card_body .form .row {
    --bs-gutter-x: 0;
    margin: 0 auto;
    width: 100%;
  }
}
.main .card_body .form .row .item_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .card_body .form .row .item_wrap {
    flex-direction: column;
  }
}
.main .card_body .form .row .item_wrap .btn-radio input[type=radio], .main .card_body .form .row .item_wrap .btn-checkbox input[type=checkbox] {
  display: none;
}
.main .card_body .form .row .item_wrap .btn-radio img {
  cursor: pointer;
}
.main .card_body .form .row .item_name {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 5%;
}
.main .card_body .form .row .item_name_text, .main .card_body .form .row .item_name .required {
  display: block;
  font-weight: bold;
}
.main .card_body .form .row .item_name_text {
  color: #009671;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .main .card_body .form .row .item_name_text {
    font-size: clamp(14px, 4vw, 24px);
  }
}
.main .card_body .form .row .text_wrap {
  width: 70%;
  margin: 0;
}
.main .card_body .form .row .text_wrap .item_name {
  margin-bottom: 0;
}
.main .card_body .form .row .input-parts {
  width: 950px;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .main .card_body .form .row .input-parts {
    width: 100%;
  }
}
.main .card_body .form .row .input-parts.valid + .error-area {
  display: none;
}
.main .card_body .form .row .input-parts.invalid + .error-area {
  display: block;
}
.main .card_body .form .row .input-parts + .error-area {
  display: none;
  color: #f00;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .main .card_body .form .row .input-parts + .error-area {
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .card_body .form .row .input-parts + .error-area {
    bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main .card_body .form .row .input-parts + .error-area {
    bottom: clamp(1px, 0.28vw, 10px);
    font-size: clamp(12px, 3.42vw, 14px) !important;
  }
}
.main .card_body .form .row .input-parts + .error-area .error-message {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .card_body .form .row .input-parts .form-control {
    font-size: clamp(18px, 3.12vw, 26px) !important;
  }
}
@media screen and (max-width: 576px) {
  .main .card_body .form .row .input-parts .form-control {
    font-size: clamp(12px, 3.42vw, 18px) !important;
  }
}
.main .card_body .form .required {
  color: #f0ad03;
}
.main .card_body .form .form-control {
  background-color: #fff;
  padding: 2%;
  color: #000;
}
@media screen and (max-width: 576px) {
  .main .card_body .form .form-control {
    height: clamp(40px, 11.42vw, 58px);
  }
}
.main .card_body .form input::placeholder, .main .card_body .form textarea::placeholder {
  color: #969696;
}
.main .card_body .form .textarea {
  resize: none;
}
@media screen and (max-width: 576px) {
  .main .card_body .form .policy_text {
    font-size: clamp(12px, 3.42vw, 18px) !important;
  }
}
.main .card_body .form .policy_text_link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.main .card_body .form .policy_text_link a {
  color: #000;
}
.main .card_body .question {
  padding: 0 2% 5%;
  background-color: #01bb96;
}
@media screen and (max-width: 750px) {
  .main .card_body .question {
    padding: 0 2% 20%;
  }
}
.main .card_body .question .item_wrap {
  padding-bottom: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .main .card_body .question .item_wrap {
    padding-bottom: 9.1145833333vw;
    margin-bottom: 3.90625vw;
  }
}
.main .card_body .question .item_wrap:nth-last-child(2) {
  margin-bottom: 20px;
}
.main .card_body .question .item_name {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .card_body .question .item_name {
    width: 100%;
  }
}
.main .card_body .question .item_name_num, .main .card_body .question .item_name_text {
  display: block;
  font-weight: bold;
}
.main .card_body .question .item_name_num {
  color: #f0ad03;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .main .card_body .question .item_name_num {
    font-size: 3.5rem;
  }
}
.main .card_body .question .item_name_text {
  padding: 70px 0;
  color: #fff !important;
}
@media screen and (max-width: 750px) {
  .main .card_body .question .item_name_text {
    padding: 7.8125vw 2% 9.1145833333vw;
  }
}
@media screen and (max-width: 750px) {
  .main .card_body .question .input-parts img {
    width: 39.0666666667vw;
  }
}
@media screen and (max-width: 576px) {
  .main .card_body .question .input-parts img {
    width: 39.0625vw;
  }
}
.main .card_body .question input[type=radio], .main .card_body .question input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.main .card_body .question .radio-img, .main .card_body .question .checkbox-img {
  display: inline-block;
  border-radius: 20px;
  background: #01bb96;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .main .card_body .question .radio-img, .main .card_body .question .checkbox-img {
    border-radius: 2.6666666667vw;
  }
}
.main .card_body .question .radio-img img, .main .card_body .question .checkbox-img img {
  display: block;
}
.main .card_body .question .btn-radio input[type=radio]:checked + .radio-img,
.main .card_body .question .btn-checkbox input[type=checkbox]:checked + .checkbox-img {
  background: #f0ad03;
}
.main .card_body .question .item_wrap:nth-child(1) .input-parts, .main .card_body .question .item_wrap:nth-child(2) .input-parts, .main .card_body .question .item_wrap:nth-child(5) .input-parts, .main .card_body .question .item_wrap:nth-child(6) .input-parts {
  width: 680px;
}
@media screen and (max-width: 960px) {
  .main .card_body .question .item_wrap:nth-child(1) .input-parts, .main .card_body .question .item_wrap:nth-child(2) .input-parts, .main .card_body .question .item_wrap:nth-child(5) .input-parts, .main .card_body .question .item_wrap:nth-child(6) .input-parts {
    width: auto;
  }
}
.main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(1), .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(3) {
  margin-left: 2%;
}
@media screen and (max-width: 960px) {
  .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(1), .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(3) {
    margin-left: 0;
  }
}
.main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(2), .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(4) {
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(2), .main .card_body .question .item_wrap:nth-child(4) .input-parts .btn-checkbox:nth-child(4) {
    margin-right: 0;
  }
}
.main .card_body .question .item_wrap:last-child .item_name {
  margin: 0;
}
.main .card_body .question .item_wrap:last-child .item_name_text {
  padding: 0;
}
.main .card_body .condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fefae2;
}
@media screen and (max-width: 750px) {
  .main .card_body .condition {
    padding: 0 2%;
  }
}
.main .card_body .condition > .image-block {
  margin-top: -80px;
}
@media screen and (max-width: 750px) {
  .main .card_body .condition > .image-block {
    margin-top: -20%;
  }
}
.main .card_body .condition .condition_panel .image-block {
  margin-top: -40px;
}
@media screen and (max-width: 750px) {
  .main .card_body .condition .condition_panel .image-block {
    margin-top: -10%;
    width: 73.3333333333vw;
  }
}
.main .card_body .contact {
  background-color: #fefae2;
  padding: 5% 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .card_body .contact_cont {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact_cont {
    padding: 10.6666666667vw 0;
  }
}
.main .card_body .contact .giftbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .card_body .contact .giftbox .item_name {
  margin: 0;
  padding: 0 0 20px;
}
.main .card_body .contact .giftbox .item_name_text {
  color: #009671;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .giftbox .item_name_text {
    font-size: 2rem;
  }
}
.main .card_body .contact .giftbox .input-parts {
  flex-direction: column;
  align-items: center;
  background-color: #ebebeb;
  padding: 3% 5%;
  max-width: 576px;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .giftbox .input-parts {
    width: 70%;
  }
}
.main .card_body .contact .giftbox .btn-radio_wrap {
  width: 300px;
}
@media screen and (max-width: 576px) {
  .main .card_body .contact .giftbox .btn-radio_wrap {
    width: 250px;
  }
}
.main .card_body .contact .giftbox .btn-radio {
  display: flex;
  align-items: center;
  gap: 5%;
  width: 100%;
  font-size: 1.2rem;
}
.main .card_body .contact .giftbox .btn-radio input[type=radio] {
  display: block !important;
  margin: 0;
  accent-color: #009671;
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
}
.main .card_body .contact .giftbox_ul {
  background-color: #ebebeb;
}
.main .card_body .contact .giftbox_text {
  color: #969696;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .giftbox_text {
    font-size: 1.2rem;
  }
}
.main .card_body .contact .campaign {
  color: #000;
}
.main .card_body .contact .campaign_title {
  margin: 0;
  padding: 50px 0 20px;
  font-size: 1.2rem;
  text-align: center;
}
.main .card_body .contact .campaign_caution {
  width: 65%;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  border: 2px solid #969696;
  padding: 2%;
}
.main .card_body .contact .campaign_caution .kiyaku {
  text-align-last: left;
}
.main .card_body .contact .customer_info {
  padding-top: 50px;
}
.main .card_body .contact .customer_info .item_wrap {
  padding: 30px 0;
}
.main .card_body .contact .customer_info .item_wrap:last-child select {
  -webkit-appearance: menulist;
  appearance: menulist;
}
.main .card_body .contact .customer_info .text_wrap {
  width: 65%;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .customer_info .text_wrap {
    width: 85%;
  }
}
.main .card_body .contact .customer_info .text_wrap .item_name_text {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .customer_info .text_wrap .item_name_text {
    font-size: 1.2rem;
  }
}
.main .card_body .contact .customer_info .input-parts {
  padding: 2% 0;
  width: 65%;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .customer_info .input-parts {
    width: 85%;
  }
}
.main .card_body .contact .customer_info .input-parts .form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #969696;
  padding: 2%;
  font-size: 1.5rem;
}
.main .card_body .contact .agree_box {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
}
.main .card_body .contact .agree_box .item_wrap {
  width: 65%;
  font-size: 1.5rem;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .main .card_body .contact .agree_box .item_wrap {
    font-size: 1.2rem;
    width: 85%;
  }
}
.main .card_body .contact .agree_box .item_wrap .input-parts {
  width: 100%;
}
.main .card_body .contact .agree_box .item_wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main .card_body .contact .agree_box .item_wrap label span {
  line-height: 1;
  margin-top: 5px;
}
.main .card_body .contact .agree_box .item_wrap input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}
.main .card_body .contact .agree_box .input-parts + .error-area {
  bottom: -25px !important;
}
.main .card_body .contact .agree_box .input-parts + .error-area .error-message {
  width: 100%;
}
.main .card_body .contact .agree_box .error-area {
  width: 100%;
  text-align: center;
}
.main .card_body .contact .submit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .card_body .contact .submit_box .form_btn {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
}
.main .card_body .contact .submit_box .form_btn .image-block {
  width: 85%;
}

.footer {
  padding: 30px 0;
  text-align: center;
}

.thanks {
  background-color: #01bb96;
}
.thanks .wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thanks .container {
  max-width: 960px;
  width: 100%;
  padding: 0 2%;
}
.thanks .result {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy .container {
  max-width: 1000px;
  padding: 20px 2%;
}
.policy header {
  text-align: center;
  color: #000;
  padding-top: 20px;
}
.policy header h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 0 14px;
  color: #fff;
}
.policy .main {
  padding: 0 2%;
}
.policy .main .container {
  background-color: #fefae2;
  color: #000;
}
.policy .main .info-table {
  background-color: #fff;
  color: #000;
  border: 1px solid #969696;
  display: table;
  border-collapse: collapse;
}
.policy .main .info-table .tr {
  padding: 0 2%;
}
.policy .main .info-table .th {
  background-color: #969696;
  color: #fff;
  border: 1px solid #969696;
  display: table-cell;
}
.policy .main .info-table .td {
  border: 1px solid #969696;
  display: table-cell;
}
.policy .main .caution {
  color: #f00;
}
.policy .main .soudan_ul {
  background-color: #969696;
  color: #fff;
}
.policy .main .soudan_ul .soudan_li {
  padding: 10px 2%;
}/*# sourceMappingURL=style.css.map */