@charset "UTF-8";
.c-form-twoColumn-3 .description-3 p {
  font-size: unset;
  width: unset;
  text-align: unset;
  margin: unset;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: block;
  }
}

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

.sp-s_only {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp-s_only {
    display: block;
  }
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.font_inter {
  font-family: "Inter", sans-serif;
}

.mart_30 {
  margin-top: 30px;
}

.form .submit_btn {
  max-width: 348px !important;
  height: 70px !important;
}

@media screen and (min-width: 769px) {
  .c-form-twoColumn-3 .main__wrapper .description-3__inner {
    padding-right: 35px;
  }
}

@media screen and (min-width: 769px) {
  .c-form-twoColumn-3 .right_area-3.form_set_17 {
    padding-left: 0 !important;
  }
}

.c-form-twoColumn-3 .description-3 .main_img_container picture, .c-form-twoColumn-3 .description-3 .main_img_container .c-image-change, .c-form-twoColumn-3 .description-3 .main_img_container source, .c-form-twoColumn-3 .description-3 .main_img_container img, .c-form-twoColumn-3 .description-3 .img_container picture, .c-form-twoColumn-3 .description-3 .img_container .c-image-change, .c-form-twoColumn-3 .description-3 .img_container source, .c-form-twoColumn-3 .description-3 .img_container img {
  display: block;
  width: 100%;
}
.c-form-twoColumn-3 .description-3 .main_img_container picture.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container .c-image-change.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container source.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container img.pc_only, .c-form-twoColumn-3 .description-3 .img_container picture.pc_only, .c-form-twoColumn-3 .description-3 .img_container .c-image-change.pc_only, .c-form-twoColumn-3 .description-3 .img_container source.pc_only, .c-form-twoColumn-3 .description-3 .img_container img.pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form-twoColumn-3 .description-3 .main_img_container picture.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container .c-image-change.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container source.pc_only, .c-form-twoColumn-3 .description-3 .main_img_container img.pc_only, .c-form-twoColumn-3 .description-3 .img_container picture.pc_only, .c-form-twoColumn-3 .description-3 .img_container .c-image-change.pc_only, .c-form-twoColumn-3 .description-3 .img_container source.pc_only, .c-form-twoColumn-3 .description-3 .img_container img.pc_only {
    display: block;
  }
}
.c-form-twoColumn-3 .description-3 .main_img_container picture.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container .c-image-change.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container source.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container img.sp_only, .c-form-twoColumn-3 .description-3 .img_container picture.sp_only, .c-form-twoColumn-3 .description-3 .img_container .c-image-change.sp_only, .c-form-twoColumn-3 .description-3 .img_container source.sp_only, .c-form-twoColumn-3 .description-3 .img_container img.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .main_img_container picture.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container .c-image-change.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container source.sp_only, .c-form-twoColumn-3 .description-3 .main_img_container img.sp_only, .c-form-twoColumn-3 .description-3 .img_container picture.sp_only, .c-form-twoColumn-3 .description-3 .img_container .c-image-change.sp_only, .c-form-twoColumn-3 .description-3 .img_container source.sp_only, .c-form-twoColumn-3 .description-3 .img_container img.sp_only {
    display: block;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_box {
  display: block;
  width: fit-content;
  margin: 30px auto 15px;
  background-image: linear-gradient(to right, #0C2283, #5022DA);
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 1.3;
  text-align: center;
  transform: skewX(-10deg);
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_box {
    font-size: 14px;
    padding: 8px 20px;
    transform: skewX(-7deg);
    margin: 30px auto 15px;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_box .txt {
  font-size: 16px;
  transform: skewX(10deg);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_box .txt {
    font-size: 14px;
    transform: skewX(7deg);
  }
}
.c-form-twoColumn-3 .description-3 .gradient_box .txt span {
  font-size: 18px;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_box .txt span {
    font-size: 16px;
    display: inline-block;
    margin: 0 4px;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_txt_continer {
    margin-bottom: 13px;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .gradient_txt {
  background: linear-gradient(to right, #00197B 5%, #3855CA 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_l {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_l {
    font-size: 32px;
    letter-spacing: -0.5dvw;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_l .letter_spacing_s {
  letter-spacing: -0.15em;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_l .letter_spacing_s {
    letter-spacing: -0.2em;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_l .txt_s {
  font-size: 0.7em;
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_s {
  letter-spacing: 0.12em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_s {
    font-size: 24px;
    letter-spacing: 0.4dvw;
    line-height: 1.5;
  }
}
.c-form-twoColumn-3 .description-3 .gradient_txt_continer .title_s .txt_s {
  font-size: 0.73em;
}
.c-form-twoColumn-3 .description-3 .form_page_title {
  width: fit-content;
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 16px;
  line-height: 1.1;
  padding-bottom: 10px;
  color: #373737;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .form_page_title {
    font-size: 22px;
    padding-bottom: 7px;
  }
}
.c-form-twoColumn-3 .description-3 .form_page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-image: linear-gradient(to right, #4FADD7, #684F9D);
}
.c-form-twoColumn-3 .description-3 .img_container {
  max-width: 610px;
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .img_container {
    margin: 0 auto 15px;
  }
}
.c-form-twoColumn-3 .description-3 .img_container .item {
  flex: 1;
}
.c-form-twoColumn-3 .description-3 .img_container .item * {
  display: block;
  width: 100%;
}
.c-form-twoColumn-3 .description-3 .img_container .item .img_inner_container {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .img_container .item .img_inner_container {
    margin-bottom: 5px;
  }
}
.c-form-twoColumn-3 .description-3 .img_container .item .img_inner_container source {
  display: block;
  width: 100%;
}
.c-form-twoColumn-3 .description-3 .img_container .item .txt {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #373737;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .img_container .item .txt {
    font-size: 13px;
    letter-spacing: -0.08em;
    font-weight: bold;
  }
}
.c-form-twoColumn-3 .description-3 .img_container .item .txt .po_a_txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: block;
  width: fit-content;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .img_container .item .txt .po_a_txt {
    font-size: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
  }
}
.c-form-twoColumn-3 .description-3 .txt_container {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px;
  background-image: linear-gradient(to bottom, #FFE69F, #FFC521);
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .txt_container {
    margin: 0 auto 25px;
    padding: 5px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
.c-form-twoColumn-3 .description-3 .txt_container .txt1 {
  text-align: center;
  font-weight: bold;
  color: #00197B;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .txt_container .txt1 {
    font-size: 13px;
  }
}
.c-form-twoColumn-3 .description-3 .txt_container .txt1 span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .txt_container .txt1 span {
    font-size: 18px;
  }
}
.c-form-twoColumn-3 .description-3 .txt_container .txt1 span::before {
  content: "“";
  font-size: 20px;
}
.c-form-twoColumn-3 .description-3 .txt_container .txt1 span::after {
  content: "”";
  font-size: 20px;
}
.c-form-twoColumn-3 .description-3 .txt_container .txt2 {
  text-align: center;
  font-weight: 900;
  color: #373737;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .txt_container .txt2 {
    font-size: 18px;
  }
}
.c-form-twoColumn-3 .description-3 .txt_container .deco {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/images/form/linebox.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.top {
  top: 0;
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.bottom {
  bottom: 0;
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.left {
  left: 0;
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.right {
  right: 0;
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.rotate90 {
  transform: rotate(90deg);
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.rotate180 {
  transform: rotate(180deg);
}
.c-form-twoColumn-3 .description-3 .txt_container .deco.rotate270 {
  transform: rotate(270deg);
}
.c-form-twoColumn-3 .description-3 .notice_container {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  color: #373737;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .notice_container {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .notice_container.ver17-2 {
    letter-spacing: -0.02em;
  }
}
.c-form-twoColumn-3 .description-3 .index17_desc {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .index17_desc {
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    line-height: 1.45;
  }
}
.c-form-twoColumn-3 .description-3 .main_img_container {
  max-width: 364px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .main_img_container {
    max-width: 253px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .description-3 .form ul li .input > .sp_w_50 {
    display: block !important;
    min-width: 49.5% !important;
  }
}

.d_flex {
  display: flex;
}

.c-form-twoColumn-3 .form_set_17 .form {
  padding: 20px 55px 30px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form {
    padding: 25px 20px 20px;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul, .c-form-twoColumn-3 .form_set_17 .form .policy {
  width: 100%;
}
.c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(5) .input label {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(5) .input label {
    margin: 0;
    width: 32%;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(5) .input label + label {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(5) .input label + label {
    margin-left: 0;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(6) .input {
  display: flex;
  flex-wrap: wrap;
}
.c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(6) .input label {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(6) .input label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    padding-right: 10px;
  }
  .c-form-twoColumn-3 .form_set_17 .form ul li:nth-child(6) .input label:nth-of-type(odd) {
    width: 54%;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_30 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_30 {
    margin: 0;
    width: 32%;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_30 + .sp_w_30 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_30 + .sp_w_30 {
    margin-left: 0;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_50 {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_50 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    padding-right: 10px;
  }
  .c-form-twoColumn-3 .form_set_17 .form ul li .input > .sp_w_50:nth-of-type(odd) {
    width: 54%;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li .input label {
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li .input label {
    padding-left: 17px;
  }
}
.c-form-twoColumn-3 .form_set_17 .form ul li .input label::before {
  content: "";
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form ul li .input label::before {
    content: "";
    width: 13px;
    height: 13px;
  }
}
.c-form-twoColumn-3 .form_set_17 .form .policy {
  margin: 0 auto;
}
.c-form-twoColumn-3 .form_set_17 .form .policy .policy_ttl {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form .policy .policy_ttl {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 .form .policy-txt {
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form_set_17 textarea {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form p {
    display: block;
  }
}

.form .submit_btn {
  border-radius: 200px;
}
.form .submit_btn::after {
  content: "";
  display: none !important;
}

.c-form-twoColumn-3 .form ul li .input > label:has(input[type=radio]:checked)::after {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) translateX(-20%);
}
@media screen and (max-width: 768px) {
  .c-form-twoColumn-3 .form ul li .input > label:has(input[type=radio]:checked)::after {
    width: 8px;
    height: 8px;
  }
}
