@charset "UTF-8";
.header {
  padding-top: 60px;
  margin-bottom: 40px;
}
.header_inner {
}
.header_title {
  max-width: 331px;
  margin: 0 auto;
  min-height: 64px;
}
.header_title > a {
  text-decoration: none;
  position: relative;
  padding-bottom: 19.33%;
  display: block;
  color: var(--color-blue);
  transition-duration: 0.3s;
  transition-property: opacity;
}
.header_title_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.footer {
  border-top: 16px solid var(--color-orange);
  padding: 24px 0 26px;
  background-color: var(--color-white);
  box-shadow: 0 100vh 0 100vh var(--color-white);
}
.footer_inner {
  max-width: 1116px;
}
.footer_cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_col {
}
.footer_col-logo {
  width: 300px;
}
.footer_logo {
}
.footer_logo > a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.footer_logo > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_col-copy {
}
.footer_copyright {
  font-size: 12px;
}
.footer_copyright > small {
  display: block;
  font-size: inherit;
}
.contents {
  box-sizing: border-box;
  padding-bottom: 90px;
  min-height: calc(100vh - 280px);
}
.contents_inner {
  max-width: 816px;
}
.bodyBox {
  background-color: var(--color-white);
  border-radius: 40px;
  padding: 60px 20px 70px;
  margin-bottom: 40px;
}
.bodyBox:last-child {
  margin-bottom: 0;
}
.bodyBox_inner {
  max-width: 656px;
  margin: 0 auto;
}
.thanks {
  padding-top: 10px;
}
.thanks_image {
  max-width: 150px;
  margin: 0 auto 30px;
}
.thanks_image > img {
  display: block;
}
.thanks_title {
  color: var(--color-aqua-blue);
  text-align: center;
  font-size: 22px;
  line-height: 1.545;
  margin-bottom: 11px;
}
.thanks_text {
  line-height: 2.429;
  font-weight: 500;
  text-align: center;
}
.thanks_btn {
  max-width: 460px;
  margin: 32px auto 0;
}
.privacy {
}
.privacy_text {
}
.privacy_title {
  color: var(--color-blue);
  font-size: inherit;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 5px;
}
.privacy_hr {
  height: 1px;
  width: auto;
  border: none;
  background-color: currentColor;
  margin: 38px 0 38px;
}
.privacy_chkLbl {
  font-size: 18px;
  margin-top: 33px;
  margin-bottom: 36px;
}
.privacy_chkLbl > input {
}
.privacy_caution {
  color: var(--color-red);
}
.form {
}
.form_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 25px;
}
.form_text {
  text-align: center;
  margin-bottom: 16px;
}
.form_caution {
  color: var(--color-red);
  font-weight: 500;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
.form_table {
  width: 100%;
  margin-top: 37px;
  font-size: 18px;
}
.form_table > tbody {
}
.form_table > tbody > tr {
}
.form_table > tbody > tr > th {
  white-space: nowrap;
  width: 156px;
  vertical-align: top;
  text-align: left;
  padding: 20px 0;
  font-weight: 500;
  padding-right: 20px;
  box-sizing: border-box;
}
.form_table > tbody > tr > td {
  padding: 20px 0;
}
.form_table > tbody > tr:last-child > th {
  padding-bottom: 0;
  margin-bottom: 18px;
}
.form_table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.form_label {
  display: flex;
  min-height: 60px;
  align-items: center;
}
.areaBtn {
  display: block;
  margin-top: 80px;
}
.areaBtn_inner {
  max-width: 460px;
  margin: 0 auto;
}
.areaBtn_btn {
  display: block;
}
.areaBtn_btn > svg {
}
.areaBtn_link {
  max-width: 360px;
  margin: 60px auto 0;
}
.areaBtn_link > a {
}
.form_selWrap {
  max-width: 300px;
}
.form_error {
  color: var(--color-red);
  font-weight: 500;
  margin-top: 9px;
  font-size: 14px;
  display: none;
}
.form_error.isShow {
  display: block;
}
.form_error:empty {
  display: none;
}
.form_table-confirm > tbody > tr > th {
  padding-bottom: 35px;
}
.form_table-confirm > tbody > tr > td {
  padding-bottom: 35px;
  word-wrap: break-word;
}
.form_errListWrap {
}
.form_errListWrap_box {
  color: var(--color-red);
  font-weight: 500;
  margin: 40px 0;
}
.form_errList {
  list-style: none;
}
.form_errList > li {
}
.form_label-single {
  min-height: 0;
  font-weight: inherit;
  line-height: 27px;
  display: block;
  margin-bottom: 19px;
}
.form_textarea {
  font-size: 18px;
  font-weight: 500;
  margin-top: 57px;
}
[name="message"] {
  display: block;
  height: 260px;
}
.form_table-confirmBlock {
  display: block;
  margin-top: 60px;
}
.form_table-confirmBlock > tbody {
  display: block;
}
.form_table-confirmBlock > tbody > tr {
  display: block;
}
.form_table-confirmBlock > tbody > tr > th {
  display: block;
  padding: 0;
}
.form_table-confirmBlock > tbody > tr > td {
  display: block;
  padding: 0;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .areaBtn:hover {
  }
  .areaBtn_btn:hover {
  }
  .areaBtn_link > a:hover {
  }
  .header_title > a:hover {
    opacity: 0.7;
  }
  .footer_logo > a:hover {
    opacity: 0.7;
  }
  .thanks_btn:hover {
    box-shadow: 4px 8px 0 rgb(0 0 0 / 0);
  }
}
@media screen and (max-width: 999px) {
  .header {
  }
  .header_inner {
  }
  .header_title {
  }
  .header_title > a {
  }
  .header_title_img {
  }
  .footer {
  }
  .footer_inner {
  }
  .footer_cols {
  }
  .footer_col {
  }
  .footer_col-logo {
  }
  .footer_logo {
  }
  .footer_logo > a {
  }
  .footer_logo > a > img {
  }
  .footer_col-copy {
  }
  .footer_copyright {
  }
  .footer_copyright > small {
  }
  .contents {
  }
  .contents_inner {
  }
  .bodyBox {
  }
  .bodyBox:last-child {
  }
  .bodyBox_inner {
  }
  .thanks {
  }
  .thanks_image {
  }
  .thanks_image > img {
  }
  .thanks_title {
  }
  .thanks_text {
  }
  .thanks_btn {
  }
  .privacy {
  }
  .privacy_text {
  }
  .privacy_title {
  }
  .privacy_hr {
  }
  .privacy_chkLbl {
  }
  .privacy_chkLbl > input {
  }
  .privacy_caution {
  }
  .form {
  }
  .form_title {
  }
  .form_text {
  }
  .form_caution {
  }
  .form_table {
  }
  .form_table > tbody {
  }
  .form_table > tbody > tr {
  }
  .form_table > tbody > tr > th {
  }
  .form_table > tbody > tr > td {
  }
  .form_table > tbody > tr:last-child > th {
  }
  .form_table > tbody > tr:last-child > td {
  }
  .form_label {
  }
  .areaBtn {
  }
  .areaBtn_inner {
  }
  .areaBtn_btn {
  }
  .areaBtn_btn > svg {
  }
  .areaBtn_link {
  }
  .areaBtn_link > a {
  }
  .form_selWrap {
  }
  .form_error {
  }
  .form_error:empty {
  }
  .form_table-confirm > tbody > tr > th {
  }
  .form_table-confirm > tbody > tr > td {
  }
  .form_label-single {
  }
  .form_textarea {
  }
  [name="message"] {
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .header_inner {
  }
  .header_title {
    max-width: 274px;
    min-height: 53px;
  }
  .header_title > a {
  }
  .header_title_img {
  }
  .footer {
    border-top-width: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_inner {
  }
  .footer_cols {
    display: block;
  }
  .footer_col {
  }
  .footer_col-logo {
    width: 233px;
    margin: 0 auto 23px;
  }
  .footer_logo {
    min-height: 37px;
  }
  .footer_logo > a {
  }
  .footer_logo > a > img {
  }
  .footer_col-copy {
  }
  .footer_copyright {
    text-align: center;
    line-height: 22px;
  }
  .footer_copyright > small {
  }
  .contents {
    padding-bottom: 60px;
    min-height: calc(100vh - 277px);
  }
  .contents_inner {
  }
  .bodyBox {
    border-radius: 24px;
    padding: 43px 20px 40px;
    margin-bottom: 30px;
  }
  .bodyBox:last-child {
  }
  .bodyBox_inner {
  }
  .thanks {
    padding: 0;
  }
  .thanks_image {
    max-width: 120px;
    margin-bottom: 13px;
  }
  .thanks_image > img {
  }
  .thanks_title {
    font-size: 20px;
  }
  .thanks_text {
    margin-left: -10px;
    margin-right: -10px;
  }
  .thanks_btn {
    font-size: 22px;
  }
  .privacy {
  }
  .privacy_text {
  }
  .privacy_title {
  }
  .privacy_hr {
  }
  .privacy_chkLbl {
    font-size: 16px;
  }
  .privacy_chkLbl > input {
  }
  .privacy_caution {
  }
  .form {
  }
  .form_title {
    margin-bottom: 22px;
  }
  .form_text {
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_caution {
    font-size: 13px;
  }
  .form_table {
    display: block;
    margin-top: 26px;
  }
  .form_table > tbody {
    display: block;
  }
  .form_table > tbody > tr {
    display: block;
    margin-bottom: 17px;
  }
  .form_table > tbody > tr:last-child {
    margin-bottom: 0;
  }
  .form_table > tbody > tr > th {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 9px;
  }
  .form_table > tbody > tr > td {
    display: block;
    padding: 0;
  }
  .form_table > tbody > tr:last-child > th {
  }
  .form_table > tbody > tr:last-child > td {
  }
  .form_label {
    min-height: 0;
  }
  .areaBtn {
    margin-top: 40px;
  }
  .areaBtn_inner {
  }
  .areaBtn_btn {
  }
  .areaBtn_btn > svg {
  }
  .areaBtn_link {
    margin-top: 30px;
    max-width: 300px;
  }
  .areaBtn_link > a {
  }
  .form_selWrap {
  }
  .form_error {
  }
  .form_error:empty {
  }
  .form_table-confirm > tbody > tr > th {
  }
  .form_table-confirm > tbody > tr > td {
  }
  .form_label-single {
    line-height: inherit;
    margin-bottom: 9px;
  }
  .form_textarea {
    margin-top: 17px;
  }
  [name="message"] {
  }
}
@media screen and (max-width: 374px) {
  .thanks_btn {
    font-size: 20px;
    padding-left: 25px;
  }
}

/* CMS用追記 260521 */
.lp_contactform .form_table > tbody > tr > td {
  position: relative;
}
.lp_contactform {
  max-width: 856px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp_contactform h1 {
  color: #333;
}
.lp_contactform input.NormalTextBox[type="text"],
.lp_contactform input[id^="dnn_"][type="text"],
.lp_contactform input[id^="dnn_"][type="password"] {
  -webkit-appearance: none;
  appearance: none;
  padding: 13px 18px;
  border: 2px solid var(--color-pale-blue);
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  line-height: 30px;
  resize: vertical;
  font-size: 18px;
  font-family: inherit;
  outline: none;
  transition-duration: 0.3s;
  transition-property: border-col;
}
.lp_contactform select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  border: 0;
  line-height: 56px;
  height: 60px;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding-left: 17px;
  display: block;
  border: 2px solid var(--color-pale-blue);
  border-radius: 10px;
  padding-right: 45px;
  background-color: var(--color-white);
  color: inherit;
  outline: none;
  font-size: 18px;
  font-family: inherit;
}
.lp_contactform select:focus-visible {
  border-color: var(--color-blue);
}
.lp_contactform select[aria-invalid="false"] {
  border-color: var(--color-aqua-blue);
}
.lp_contactform select[aria-invalid="true"] {
  border-color: var(--color-red);
}
.lp_contactform select::-ms-expand {
  display: none;
}

.lp_contactform .icmdtp-formItem input::placeholder {
  color: #ccc;
  font-weight: 500;
  font-size: 18px;
}

.lp_contactform .formSubmitarea {
  margin-top: 80px;
  max-width: 460px;
  margin: 80px auto;
}
.lp_contactform .formSubmitarea input[type="submit"] {
  display: flex;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  border-radius: 90px;
  padding: 10px 70px;
  line-height: 1.2;
  background: no-repeat;
  border: none;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: transform, box-shadow;
  position: relative;
  z-index: 1;
  color: var(--color-white);
  min-height: 90px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  box-shadow: 4px 8px 0 rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(45deg, #e9ad4b, #f2a6a6);
}

.lp_contactform .formSubmitarea input[type="submit"]:hover {
  box-shadow: 4px 8px 0 rgb(0 0 0 / 0);
  transform: translateY(6px);
  background-image: linear-gradient(-45deg, #e9ad4b, #f2a6a6);
  opacity: 1;
}
.lp_contactform .formSubmitarea input[type="submit"][id*="_btnConfirmBack"] {
  background-image: linear-gradient(45deg, #9fd6d6, #ccdddd);
  max-width: 360px;
  margin: 60px auto 30px;
  font-size: 20px;
  min-height: 70px;
}

.lp_contactform.thanks {
  margin-bottom: 90px;
}

.lp_contactform .thanks_btn.u-btn a {
  position: relative;
  z-index: 2;
}
.lp_contactform .thanks_btn.u-btn a:hover {
  color: #fff;
}
.lp_contactform .thanks_title {
  color: var(--color-aqua-blue);
  text-align: center;
  font-size: 22px;
  line-height: 1.545;
  margin-bottom: 11px;
}
