:root {
  --primary: #00AFEC;
  --wh: #fff;
  --wh2: #eee;
  --wh3: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --gray: #B6BCC1;
  --blue: #15A0D4;
  --blue_dark: #0366B3;
  --yellow: #ECE800;
}

/* form */
/* -------------------------------------------------------- */
@media only screen and (max-width: 764px) {
  .form .main_container {
    padding-top: 96px;
    padding-bottom: 70px;
  }
}

/* parts */
/* ------------------------------- */
.btn_more {
  width: 176px;
  border: 1px solid var(--wh);
}
@media only screen and (max-width: 764px) {
  .btn_more {
    width: 100%;
  }
}
.btn_more .link2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.btn_more .link2 > span {
  position: relative;
  padding-right: 12px;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_more .link2::before, .btn_more .link2::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background: url("../img/common/btn_arrow.svg") no-repeat 0 0/contain;
  z-index: 2;
  top: calc(50% - 4.5px);
}
@media only screen and (max-width: 764px) {
  .btn_more .link2::before, .btn_more .link2::after {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.btn_more .link2::before {
  left: -45px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn_more .link2::after {
  right: 14px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (max-width: 764px) {
  .btn_more .link2::after {
    right: calc(50% - 76px);
  }
}

@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2 > span {
    color: var(--wh);
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2::before {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2::after {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

/* main */
/* -------------------------------------------------------- */
.main_top {
  margin-bottom: 0;
  max-width: 1000px;
}
.main_top .main_top_01 {
  width: 100%;
}
.main_top .main_top_01 h1 {
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .main_top .main_top_01 h1 {
    margin-top: 14px !important;
  }
}
@media only screen and (max-width: 764px) {
  .main_top .main_top_01 h1 {
    margin-bottom: 8px;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.main_top .main_top_01 p {
  margin-bottom: 24px;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .main_top .main_top_01 p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 765px) {
  .main_top .main_top_01 a {
    display: inline-block;
  }
}

/* main_contents_single */
/* ------------------------------- */
.main_contents_single {
  margin: 20px auto 0;
  width: calc(100% - 48px);
  max-width: 1040px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 39px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single {
    padding-bottom: 20px;
    width: calc(100% - 32px);
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main_contents_single aside {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 765px) {
  .main_contents_single aside {
    margin: 0;
    width: 426px;
  }
}
.main_contents_single aside h1 {
  position: relative;
  padding-left: 39px;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside h1 {
    padding-left: 17px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.main_contents_single aside h1::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 28px;
  background: url("../img/form/icon_triangle.svg") no-repeat 0 0/100% auto;
  top: 5px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .main_contents_single aside h1::before {
    top: 5%;
  }
}
@media only screen and (max-width: 920px) {
  .main_contents_single aside h1::before {
    top: -2%;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside h1::before {
    width: 11px;
    height: 12px;
    background: url("../img/form/icon_triangle_sp.svg") no-repeat 0 0/100% auto;
    top: 10px;
    left: 0;
  }
}
.main_contents_single .main_contents_inner {
  width: 65%;
  max-width: 614px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner {
    width: 100%;
    max-width: inherit;
  }
}
.main_contents_single .form_group {
  margin-bottom: 40px;
}
.main_contents_single .form_group.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
.main_contents_single .form_group.row > .form_control_label {
  margin-bottom: 0 !important;
}
.main_contents_single .form_group .form_control_label {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  color: var(--wh);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_control_label {
    font-size: 1.6rem;
  }
}
.main_contents_single .form_group .form_control_label span {
  padding: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
  border-radius: 4px;
  background: #B6BCC1;
}
.main_contents_single .form_group .form_control_label span.required {
  background: #CC2727;
}
.main_contents_single .form_group .form_group_col {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.main_contents_single .form_group .form_group_col.col02 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_group_col.col02 {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.main_contents_single .form_group .form_group_col .form_group_col_half {
  width: 50%;
  max-width: 299px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_group_col .form_group_col_half {
    width: 100%;
    max-width: inherit;
  }
}
.main_contents_single .form_group .form_check_wrap {
  padding: 32px 24px;
  width: 100%;
  max-height: 440px;
  background: var(--wh);
  border: 1px solid #B6BCC1;
  border-radius: 4px;
  overflow-y: scroll;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_check_wrap {
    padding: 8px;
    max-height: 340px;
  }
}
.main_contents_single .form_group .form_check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_check_box {
    padding: 12px 16px 12px 8px;
    height: 100%;
    gap: 12px 0;
  }
}
.main_contents_single .form_group .inbox {
  color: #000;
  background: var(--wh);
  border: 1px solid #B6BCC1;
  border-radius: 4px;
}
.main_contents_single .form_group p {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group p {
    line-height: 1.6;
  }
}
.main_contents_single .form_group p a {
  color: var(--wh);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main_contents_single .form_group .form_privacy_wrap {
  width: 100%;
  height: 152px;
  padding: 24px 8px;
  border-radius: 4px;
  background: var(--wh);
  border: 1px solid #B6BCC1;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_privacy_wrap {
    height: 265px;
    padding: 16px 8px;
  }
}
.main_contents_single .form_group .form_privacy_wrap .form_privacy {
  padding: 0 16px;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .form_group .form_privacy_wrap .form_privacy {
    padding: 0 16px 0 8px;
  }
}
.main_contents_single .form_group .form_privacy_wrap .form_privacy p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
.main_contents_single .form_group .form_select + .form_select {
  margin-top: 16px;
}
.main_contents_single .form_group .form_select {
  position: relative;
  width: 100%;
  height: 48px;
  background: var(--wh);
  border: 1px solid #B6BCC1;
  border-radius: 4px;
}
.main_contents_single .form_group .form_select::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* form */
/* -------------------------------------------------------- */
form button,
form input,
form optgroup,
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
}
form button,
form select {
  text-transform: none;
}
form button,
form [type=button],
form [type=reset],
form [type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form select,
form textarea {
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus {
  outline: none;
}
form input[type=text],
form input[type=tel],
form input[type=email] {
  padding: 0 16px;
  height: 48px;
  line-height: 1;
  background: var(--wh);
  border: 1px solid #B6BCC1;
  border-radius: 4px;
}
form select {
  padding: 16px;
  line-height: 1;
}
form textarea {
  padding: 24px;
  height: 144px;
  background: var(--wh);
  border: 1px solid #B6BCC1;
  border-radius: 4px;
}
@media only screen and (max-width: 764px) {
  form textarea {
    padding: 16px;
    height: 265px;
  }
}
form [type=submit] {
  width: 100%;
  height: 70px;
  color: var(--primary);
  font-weight: 700;
  background: var(--wh);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 764px) {
  form [type=submit] {
    height: 50px;
  }
}
form button.error {
  color: var(--wh);
  background: var(--gray);
}
form ::-webkit-input-placeholder {
  color: #B6BCC1;
}
form ::-moz-placeholder {
  color: #B6BCC1;
}
form :-ms-input-placeholder {
  color: #B6BCC1;
}
form ::-ms-input-placeholder {
  color: #B6BCC1;
}
form ::placeholder {
  color: #B6BCC1;
}
form select:invalid {
  color: #B6BCC1;
}
form select option {
  color: #000;
}
form select option:first-of-type {
  color: #B6BCC1;
}
form input[type=checkbox],
form input[type=radio] {
  display: none;
}
form .form_radio {
  position: relative;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .form_radio label {
  position: relative;
  padding: 12px 12px 12px 48px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@supports (-webkit-touch-callout: none) {
  form .form_radio label {
    padding: 12px 12px 12px 36px;
  }
}
form .form_radio label::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #B6BCC1;
}
@supports (-webkit-touch-callout: none) {
  form .form_radio label::before {
    left: -2px;
  }
}
form .form_radio label::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #B6BCC1;
}
@supports (-webkit-touch-callout: none) {
  form .form_radio label::after {
    left: 2px;
  }
}
form .form_radio .form_radio_input {
  position: relative;
  display: block;
}
form input[type=radio]:checked + label::after {
  background: var(--primary);
  border: 1px solid var(--primary);
}
form .form_check {
  position: relative;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .form_check label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  width: calc(100% - 24px);
}
@supports (-webkit-touch-callout: none) {
  form .form_check label {
    padding: 0 0 0 10px;
  }
}
form .form_check label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  background: #fff;
  border: 1px solid #B6BCC1;
  border-radius: 2px;
}
@supports (-webkit-touch-callout: none) {
  form .form_check label::before {
    left: -14px;
    top: 5px;
  }
}
form .form_check label::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  border-radius: 2px;
}
@supports (-webkit-touch-callout: none) {
  form .form_check label::after {
    left: -14px;
    top: 5px;
  }
}
form .form_check .form_check_input {
  position: relative;
  display: block;
}
form .form_check input[type=checkbox]:checked + label::after {
  background: var(--primary) url("../img/form/icon_check_w.svg") no-repeat center center/8px;
  border: 1px solid var(--primary);
}
form .form_check.white {
  margin-top: 16px;
  color: var(--wh);
}
form .form_check.white input[type=checkbox]:checked + label::after {
  background: url("../img/form/icon_check_b.svg") no-repeat center center/8px;
}
form [data-formrun-show-if-error] {
  display: none;
  margin-top: 8px;
  padding: 5px 12px;
  color: var(--wh);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #CC2727;
  border-radius: 4px;
}
form [data-formrun-error=true] [data-formrun-show-if-error] {
  display: block;
}
form [data-formrun-error=true] input,
form [data-formrun-error=true] textarea,
form [data-formrun-error=true] select {
  border-color: #CC2727;
  background-color: rgba(204, 39, 39, 0.5);
}
form [data-formrun-error=true] [type=submit] {
  background: #B6BCC1;
  pointer-events: none;
}

.formrun-has-error {
  background-color: #ffcccc !important;
}