@charset "UTF-8";
/*=======================================================
LOWER_MV
=======================================================*/
/* ヘッダー下タイトル */
.bl_lower_mv {
  padding-top: 44px;
}
.bl_lower_mv_ttl {
  padding-right: 24px;
}
.bl_lower_mv_ttl span {
  padding-top: 8px;
}
.bl_lower_mv_ttl::before, .bl_lower_mv_ttl::after {
  content: "";
}
.bl_lower_mv_ttl::before {
  background: url(../images/contact/illust_penguin01.svg) top center/contain no-repeat;
  width: 72px;
  height: 64px;
  margin-right: 40px;
  margin-top: 8px;
}
.bl_lower_mv_ttl::after {
  background: url(../images/contact/illust_penguin02.svg) top center/contain no-repeat;
  width: 48px;
  height: 72px;
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl {
    padding-right: 26px;
  }
  .bl_lower_mv_ttl span::after {
    bottom: -4px;
  }
  .bl_lower_mv_ttl::before {
    width: 80px;
    height: 72px;
    margin-right: 48px;
  }
  .bl_lower_mv_ttl::after {
    width: 56px;
    height: 80px;
    margin-left: 48px;
  }
}
/*=======================================================
CONTACT
=======================================================*/
.bl_contact .ly_cont_inner {
  padding: 40px 0 64px;
}
.bl_contact_head {
  text-align: center;
  margin-bottom: 40px;
}
.bl_contact .bl_formWrapper {
  padding: 40px 88px 64px;
  background: #f1f5f9;
  margin-bottom: 40px;
}
.bl_contact .bl_form_headTxt {
  text-align: center;
  margin-bottom: 24px;
}
.bl_contact .bl_form_headList {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.bl_contact .bl_form_headList input:checked ~ .mwform-radio-field-text {
  background: #0181c0;
  border: none;
  color: #fff;
}
.bl_contact .bl_form_headList .mwform-radio-field-text {
  font-size: 18px;
  border-radius: 4px;
  width: 408px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #707070;
  color: #707070;
  background: #fff;
  font-weight: 700;
  padding-bottom: 3px;
}
.bl_contact .bl_form_subject {
  position: relative;
}
.bl_contact .bl_form_subject::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 16px;
}
.bl_contact .el_btn {
  width: 258px;
  height: 56px;
  margin: 0 auto;
  box-shadow: none;
  font-size: 22px;
}
.bl_contact .el_btn::after {
  display: none;
}

@media screen and (max-width: 750px) {
  .bl_contact .ly_cont_inner {
    padding: 40px 0 80px;
  }
  .bl_contact_head {
    font-size: 27px;
  }
  .bl_contact .bl_formWrapper {
    padding: 40px 0 64px;
  }
  .bl_contact .bl_form_headTxt {
    margin-bottom: 48px;
  }
  .bl_contact .bl_form_headList {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .bl_contact .bl_form_headList .mwform-radio-field-text {
    font-size: 30px;
    width: 560px;
    height: 84px;
  }
  .bl_contact .bl_form_subject::after {
    border-width: 14px 9px 0 9px;
    top: 84px;
    right: 20px;
  }
  .bl_contact .el_btn {
    width: 480px;
    height: 84px;
    font-size: 32px;
  }
}
/*=======================================================
CHECK
=======================================================*/
.bl_check .ly_cont_inner {
  padding: 40px 0 64px;
}
.bl_check .bl_form_headTxt, .bl_check .bl_form_headList {
  display: none;
}
.bl_check .bl_formWrapper {
  padding: 40px 88px 64px;
  background: #f1f5f9;
  margin-bottom: 40px;
}
.bl_check .bl_btnWrapper {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.bl_check .bl_btnWrapper .el_back_btn {
  width: 204px;
  background: #fff;
  color: #93CF30;
  border: 1px solid #93CF30;
}
.bl_check .bl_btnWrapper .el_submit_btn {
  width: 258px;
  background: #93CF30;
}
.bl_check .bl_btnWrapper .el_btn {
  box-shadow: none;
  margin: 0;
  height: 56px;
  font-size: 22px;
  padding-bottom: 4px;
}
.bl_check .bl_btnWrapper .el_btn::after {
  display: none;
}

@media screen and (max-width: 750px) {
  .bl_check .ly_cont_inner {
    padding: 40px 0 80px;
  }
  .bl_check .bl_formWrapper {
    padding: 40px 24px 56px;
    margin-bottom: 48px;
  }
  .bl_check .bl_btnWrapper {
    gap: 32px;
  }
  .bl_check .bl_btnWrapper .el_back_btn {
    width: 258px;
    border-width: 2px;
  }
  .bl_check .bl_btnWrapper .el_submit_btn {
    width: 400px;
    height: 80px;
  }
  .bl_check .bl_btnWrapper .el_btn {
    height: 80px;
    font-size: 32px;
  }
}
/*=======================================================
THANKS
=======================================================*/
.bl_thanks {
  padding: 40px 0 64px;
}

.bl_thanks_inner {
  padding: 64px 0;
  background: #F1F5F9;
  position: relative;
}
.bl_thanks_inner::before, .bl_thanks_inner::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 160px;
}
.bl_thanks_inner::before {
  background: url(../images/contact/icon_thanks01.svg) top center/contain no-repeat;
  width: 76px;
  left: 117px;
}
.bl_thanks_inner::after {
  background: url(../images/contact/icon_thanks02.svg) top center/contain no-repeat;
  width: 82px;
  right: 111px;
}

.bl_thanks_ttl {
  font-size: 24px;
  color: #0181C0;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.bl_thanks_txt {
  text-align: center;
}

.bl_thanks .bl_btnWrapper .el_btn {
  margin: 40px auto 0;
  width: 320px;
  background: #93CF30;
  padding-left: 24px;
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  .bl_thanks {
    padding: 40px 0 80px;
  }
  .bl_thanks_inner {
    padding: 48px 0;
  }
  .bl_thanks_inner::before, .bl_thanks_inner::after {
    display: none;
  }
  .bl_thanks_ttl {
    font-size: 40px;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }
  .bl_thanks_txt {
    text-align: center;
    position: relative;
  }
  .bl_thanks_txt::after {
    position: absolute;
    content: "";
    background: url(../images/contact/icon_thanks02.svg) top center/contain no-repeat;
    bottom: -252px;
    width: 112px;
    height: 220px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_thanks .bl_btnWrapper .el_btn {
    margin: 284px auto 0;
    width: 540px;
    padding-left: 44px;
    border-width: 12px 0 12px 20px;
  }
}