@charset "UTF-8";
/* HEADER */
/* -------------------------------------------------- */
.ly_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
  position: fixed;
  background: #fff;
}
@media screen and (min-width: 813px) {
  .ly_header {
    width: 100%;
    min-width: 1024px;
  }
}
.ly_header .bl_nav {
  width: 100%;
  transition: all 0.2s linear;
  z-index: 100;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_nav {
    background-color: #ffffff;
  }
}
.ly_header .bl_nav .bl_nav__inner {
  width: 100%;
  padding-left: 5vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_nav .bl_nav__inner {
    padding-left: 4.9vw;
  }
}
.ly_header .bl_nav_logoTtl_wrapper {
  display: flex;
  align-items: center;
}
.ly_header .bl_nav_logoTtl_wrapper .bl_nav_logo_wrapper {
  min-width: 168px;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_nav_logoTtl_wrapper .bl_nav_logo_wrapper {
    width: 126px;
    min-width: 126px;
  }
  .ly_header .bl_nav_logoTtl_wrapper .bl_nav_logo_wrapper img {
    height: auto;
  }
}
.ly_header .bl_nav_logoTtl_wrapper .bl_nav_logo {
  display: inline-block;
}
.ly_header .bl_nav_searchWrap {
  margin-left: auto;
}
.ly_header .bl_nav_linkBtn_wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 813px) {
  .ly_header .bl_nav_linkBtn_wrapper:not(:has(.js_myPage)) {
    margin-left: 240px;
  }
}
@media screen and (max-width: 812px) {
  .ly_header .bl_nav_linkBtn_wrapper .bl_link_wrapper.js_myPage {
    display: none;
  }
}
.ly_header .bl_link_wrapper {
  display: flex;
  margin-inline: 40px 8px;
}
@media screen and (max-width: 320px) {
  .ly_header .bl_link_wrapper {
    display: none;
  }
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage {
  display: flex;
  align-items: center;
  height: 80px;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .btn_primary {
  min-width: 204px;
  height: 54px;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .btn_inner.between {
  padding-inline: 12px 4px;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .bl_user_name_wrapper {
  line-height: 1;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .bl_user_name {
  color: var(--color-base-gray);
  font-size: 0.84375rem;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .user_title {
  color: var(--color-base-gray);
  font-size: 0.625rem;
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage .bl_link_text {
  color: var(--color-base-gray);
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_link_wrapper .bl_link.bl_link_mypage .bl_link_text {
    display: none;
  }
}
.ly_header .bl_link_wrapper .bl_link.bl_link_mypage.active .bl_link_text::after {
  transform: rotate(180deg);
}
.ly_header .bl_btn_wrapper {
  position: relative;
  width: 130px;
  height: 80px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper {
    width: 70px;
    height: 70px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ly_header .bl_btn_wrapper {
    padding-right: 33px;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger {
  display: block;
  position: relative;
  width: 40px;
  height: 48px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  top: 1px;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger {
    width: 26px;
    height: 26px;
    top: 0px;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line {
  display: block;
  position: absolute;
  background-color: var(--color-base-gray);
  transition: width 0.2s, right 0.2s, left 0.2s;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line {
    width: 26px;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.top {
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.middle {
  top: 12px;
  left: 0;
  right: 0;
  width: 40px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.middle {
    width: 26px;
    top: 6px;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.middle:before, .ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.middle:after {
  content: "";
  transition: all 0.2s;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--color-base-gray);
  transform: rotate(0deg);
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.bottom {
  left: 0px;
  right: 0px;
  top: 23px;
  margin: auto;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger .line.bottom {
    top: 13px;
  }
}
@media screen and (min-width: 813px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger.active .line.top {
    left: 100%;
    width: 0;
    opacity: 0;
  }
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger.active .line.middle:before {
    transform: rotate(135deg);
  }
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger.active .line.middle:after {
    transform: rotate(45deg);
  }
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger.active .line.bottom {
    right: 100%;
    width: 0;
    opacity: 0;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnHamburger .bl_nav_btnHamburger_text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-base-gray);
  background: transparent;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 812px) {
  .ly_header .bl_btn_wrapper .bl_nav_btnHamburger .bl_nav_btnHamburger_text {
    font-size: 10px;
    transform: scale(0.8);
    bottom: -2px;
    right: 17px;
  }
}
.ly_header .bl_btn_wrapper .bl_nav_btnSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ly_header .bl_btn_wrapper .bl_nav_btnSearch .icn {
  width: 18px;
  height: 18px;
}
.ly_header .bl_btn_wrapper.bl_btn_wrapper__search {
  padding: 0 2vw 0 3.3vw;
}
.ly_header .el_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.bl_nav_search {
  display: flex;
  position: relative;
  align-items: center;
}
.bl_nav_search .bl_nav_search_btn {
  font-size: var(--fontsize-m);
  font-weight: 500;
  color: var(--color-base-gray);
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 42px;
}
@media screen and (max-width: 1300px) {
  .bl_nav_search .bl_nav_search_btn {
    padding-right: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 812px) {
  .bl_nav_search .bl_nav_search_btn {
    padding-left: 0;
  }
}
.bl_nav_search .bl_nav_search_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  margin: auto;
  background-size: 24px 24px;
  background-image: url(../images/icn_sliders.svg);
}
@media screen and (max-width: 812px) {
  .bl_nav_search .bl_nav_search_btn::before {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
.bl_nav_search form {
  margin-left: 30px;
}
.bl_nav_search .bl_nav_search_input_wrapper {
  width: 305px;
  height: 52px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .bl_nav_search .bl_nav_search_input_wrapper {
    display: none;
  }
}
.bl_nav_search .bl_nav_search_inputWrap {
  width: 240px;
  height: 60px;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
  .bl_nav_search .bl_nav_search_inputWrap {
    width: 200px;
  }
}
.bl_nav_search .search_input {
  width: 100%;
  height: 100%;
}
.bl_nav_search .bl_nav_search_submit {
  position: absolute;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}
.bl_nav_search .bl_nav_search_submit_icn {
  width: 21px;
  height: 21px;
}
.bl_nav_search .bl_nav_search_submit_icn img {
  width: 100%;
  vertical-align: baseline;
}

@media screen and (max-width: 1420px) and (min-width: 751px) {
  .bl_nav_search {
    margin-right: 10px;
  }
}
@media screen and (max-width: 812px) {
  .bl_nav_search {
    position: static;
    right: 150px;
    width: 56px;
    height: 70px;
    top: 0;
  }
  .bl_nav_search .bl_nav_search_btn {
    width: 100%;
    height: 100%;
    padding-left: 22px;
  }
}
@media screen and (min-width: 813px) {
  .bl_nav_list_wrapper.bl_nav_listMypage {
    right: 26px;
  }
}
@media screen and (min-width: 813px) {
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list::before {
    right: 126px;
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list::after {
    right: 127px;
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list .bl_nav_item {
    position: relative;
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list .bl_nav_item:nth-last-child(n+2) {
    border-bottom: var(--border-primary);
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list .bl_nav_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
    filter: invert(30%) sepia(100%) saturate(300%) hue-rotate(149deg) brightness(94%) contrast(92%);
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_list .bl_nav_link {
    padding: 21px 14px 21px 30px;
  }
}
@media screen and (min-width: 813px) {
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item {
    width: 50%;
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item:nth-child(odd) {
    border-right: var(--border-primary);
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item:nth-child(6), .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item:nth-child(8) {
    border-right: none;
  }
  .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item:nth-child(7), .bl_nav_list_wrapper.bl_nav_listMypage .bl_nav_item:nth-child(8) {
    border-bottom: none !important;
  }
}

.bl_nav_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 813px) {
  .bl_nav_list {
    width: 417px;
    border: var(--border-primary);
    background-color: #fff;
  }
  .bl_nav_list::before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    right: 40px;
    border-style: solid;
    border-width: 0 7px 13px 7px;
    border-color: transparent transparent #444C52 transparent;
    z-index: 12;
  }
  .bl_nav_list::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 41px;
    border-style: solid;
    border-width: 0 6px 14px 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 13;
  }
  .bl_nav_list_wrapper {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 77px;
    right: 14px;
  }
  .bl_nav_list_wrapper.is_show {
    display: block;
    animation: fadeIn 0.3s;
  }
}
@media screen and (max-width: 812px) {
  .bl_nav_list {
    padding: 20px 6px;
    box-shadow: none !important;
  }
  .bl_nav_list_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #f5f5f5;
    z-index: 99999;
    animation: mmslideOut 0.6s cubic-bezier(0, 0, 0.2, 1);
  }
  .bl_nav_list_wrapper.is_show {
    display: block;
    animation: mmslideIn 0.25s cubic-bezier(0, 0, 0.2, 1);
    overflow-y: scroll;
  }
  .bl_nav_list_inner {
    position: relative;
  }
}
@media screen and (min-width: 813px) {
  .bl_nav_item {
    width: 50%;
  }
  .bl_nav_item:nth-last-child(n+3) {
    border-bottom: var(--border-primary);
  }
  .bl_nav_item:nth-child(odd) {
    border-right: var(--border-primary);
  }
  .bl_nav_item:nth-child(6), .bl_nav_item:nth-child(8) {
    border-right: var(--border-primary);
  }
  .bl_nav_item:nth-child(7) {
    border-right: none;
  }
}
@media screen and (max-width: 812px) {
  .bl_nav_item {
    width: 95%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 812px) and (max-width: 812px) {
  .bl_nav_item {
    margin: 0 auto 12px;
  }
}
.bl_nav_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 21px 14px;
  font-size: var(--fontsize);
  font-weight: 700;
  color: var(--color-base-gray);
}
.bl_nav_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icn_arrow_right02__blk.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 812px) {
  .bl_nav_link {
    font-weight: bold;
    padding: 11px 0 12px 14px;
  }
  .bl_nav_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-blue-tertiary);
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
  }
  .bl_nav_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: var(--border-primary);
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../images/icn_arrow_right02__blk.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.bl_nav_btnHeaderBlock {
  position: relative;
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 812px) {
  .bl_nav_btnHeaderBlock {
    background-color: var(--color-blue-secondary);
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-bottom: var(--border-primary);
  }
}

.bl_nav_btnHeader_title {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .bl_nav_btnHeader_title {
    padding: 15px 0;
  }
}

.bl_nav_btnHeader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 812px) {
  .bl_nav_btnHeader {
    right: 15px;
  }
}

.bl_nav_btnHeader::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background-image: url(../images/modal/icn_modal_close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmslideIn {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(150%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* FOOTER */
/* -------------------------------------------------- */
.ly_footer {
  background: #36393B;
  padding-block: 95px 30px;
}
.ly_footer .copy {
  color: #FFF;
  display: block;
  text-align: right;
  margin-top: 60px;
}

.footerWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footerWrap nav ul {
  display: flex;
}
.footerWrap nav li {
  margin-left: 3em;
}
.footerWrap nav a {
  color: #FFF;
  font-size: var(--fontsize);
  font-weight: 700;
}

.f_logo span {
  color: #FFF;
  font-size: var(--fontsize);
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
}

.footer_btnWrap {
  margin-top: 60px;
}
.footer_btnWrap p {
  color: #FFF;
  font-size: var(--fontsize);
  font-weight: 700;
  padding-bottom: 1.3em;
}
.footer_btnWrap .btn_primary {
  max-width: 404px;
}
.footer_btnWrap .btn_label {
  color: #FFF;
}

@media screen and (max-width: 812px) {
  .ly_footer .copy {
    text-align: center;
  }
  .footerWrap {
    flex-direction: column;
  }
  .footerWrap nav {
    display: none;
  }
  .f_logo {
    margin: 0 auto;
  }
  .footer_btnWrap {
    text-align: center;
  }
  .footer_btnWrap .btn_primary {
    margin: auto;
  }
}
/* MODAL */
/* -------------------------------------------------- */
/*=============================================
=            style            	              =
=============================================*/
/*=============================================
=            item            	              =
=============================================*/
.modal-frame {
  width: 100%;
  max-width: 1090px;
  padding: 0;
}
.modal-frame.is-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-frame.from-top.is-hide {
  animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-bottom.is-show {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-bottom.is-hide {
  animation: mmslideOut 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-right.is-show {
  animation: mmslideIn2 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-right.is-hide {
  animation: mmslideOut2 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-left.is-show {
  animation: mmslideOut2 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.from-right2.is-show {
  animation: mmslideOut2 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-frame.move-left.is-show {
  animation: mmslideLeft 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.modal-frame.move-center.is-show {
  animation: mmslideCenter 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.modal-frame.move-right.is-show {
  animation: mmslideRight 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.modal-frame .close {
  margin: 0 0 0 auto;
}
.modal-frame .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  outline: var(--border-primary);
}
.modal-frame .close {
  background-color: none;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 812px) {
  .modal-frame .close {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 751px) {
  .modal-frame .wrap {
    overflow-y: auto;
    height: 760px;
    padding: 0;
    padding-bottom: 0;
  }
  .modal-frame#modal-01 .wrap {
    height: calc(85vh - 100px);
  }
  .modal-frame#modal-02 .wrap {
    height: calc(84vh - 100px);
  }
}
.ly_modal {
  height: 100%;
}

.ly_modal_inner {
  height: 100%;
}

@media screen and (max-width: 812px) {
  .modal-frame {
    padding: 0;
  }
  .modal-frame .wrap {
    -webkit-overflow-scrolling: touch;
    padding: 0;
    overflow-y: scroll;
    height: 100%;
  }
  .modal-frame#modal-01 .wrap {
    height: calc(100vh - 147px);
  }
  .modal-frame#modal-01 .bl-modalContents {
    height: calc(100vh - 84px);
    background-color: #f5f5f5;
  }
  .modal-frame#modal-01 .bl-modalContents__inner {
    height: 100%;
  }
  .modal-frame#modal-02 .wrap {
    height: calc(100vh - 147px);
  }
  .modal-frame#modal-02 .bl-modalContents {
    background-color: #f5f5f5;
  }
  .modal-frame#modal-02 .bl-modalSearchOptionsWrapper__lv3.select-lv3 {
    padding-bottom: 30px;
  }
  .modal-frame#modal-02 .bl-modalContents__inner {
    height: 100%;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: fixed;
  width: 100vw;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6000;
  display: none;
}
@media screen and (min-width: 813px) {
  .modal {
    width: 1090px;
    min-width: 1024px;
    top: 11.3vh;
  }
}
@media only screen and (orientation: landscape) {
  .modal {
    /* For landscape layouts only */
    top: 4.3vh;
  }
}
@media screen and (max-width: 812px) {
  .modal {
    width: 100%;
    top: 0;
  }
}
.modal.is-open {
  display: block !important;
}

#modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
#modal_overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.modal_close {
  color: #fff;
  width: 6rem;
  height: 6rem;
  margin: 0;
  transition: background-color 0.4s ease-in-out;
}
@media screen and (min-width: 751px) {
  .modal_close {
    top: -3px;
    right: -5px;
  }
}
@media screen and (max-width: 812px) {
  .modal_close {
    top: 12px;
    right: -17px;
  }
}
.modal_close::before, .modal_close::after {
  content: "";
  display: block;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .modal_close::before, .modal_close::after {
    width: 60px;
    height: 2px;
  }
}
@media screen and (max-width: 812px) {
  .modal_close::before, .modal_close::after {
    width: 30px;
    height: 1px;
  }
}
.modal_close::before {
  transform: rotate(45deg);
}
.modal_close::after {
  transform: rotate(-45deg);
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 1090px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(150%);
  }
}
@keyframes mmslideIn2 {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes mmslideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes mmslideCenter {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container {
  will-change: transform;
}
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.bl-slideContainer {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.bl-slideContainer--no-flexbox .bl-slideItem {
  float: left;
}

.bl-slideContainer--vertical > .bl-slideWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bl-slideWrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: auto;
}

.bl-slideContainer--multirow > .bl-slideWrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl-slideContainer--free-mode > .bl-slideWrapper {
  margin: 0 auto;
}

.bl-slideItem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.bl-slideItem-invisible-blank {
  visibility: hidden;
}

.bl-slideContainer--autoheight,
.bl-slideContainer--autoheight .bl-slideItem {
  height: auto;
}

.bl-slideContainer--autoheight .bl-slideWrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl-slideContainer--3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.bl-slideContainer--3d .bl-slideItem-shadow-bottom,
.bl-slideContainer--3d .bl-slideItem-shadow-left,
.bl-slideContainer--3d .bl-slideItem-shadow-right,
.bl-slideContainer--3d .bl-slideItem-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.bl-slideContainer--3d .bl-slideItem-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.bl-slideContainer--3d .bl-slideItem-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.bl-slideContainer--3d .bl-slideItem-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.bl-slideContainer--3d .bl-slideItem-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.bl-slideContainer--wp8-horizontal,
.bl-slideContainer--wp8-horizontal > .bl-slideWrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bl-slideContainer--wp8-vertical,
.bl-slideContainer--wp8-vertical > .bl-slideWrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.bl-slideContainer--rtl .swiper-button-next,
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.bl-slideContainer--rtl .swiper-button-prev,
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.bl-slideContainer--rtl .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.bl-slideContainer--rtl .swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.bl-slideContainer--rtl .swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.bl-slideContainer--rtl .swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.bl-slidePagination {
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.bl-slidePagination.bl-slidePagination--hidden {
  opacity: 0;
}

.bl-slideContainer--horizontal > .bl-slidePagination--bullets,
.bl-slidePagination--custom,
.bl-slidePagination--fraction {
  left: 0;
  width: 100%;
}

.bl-slidePagination--bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active,
.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.bl-slidePagination__bullet {
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  vertical-align: top;
}

button.bl-slidePagination__bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bl-slidePagination--clickable .bl-slidePagination__bullet {
  cursor: pointer;
}

.bl-slidePagination__bullet-active {
  opacity: 1;
  background: #007aff;
}

.bl-slideContainer--vertical > .bl-slidePagination--bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.bl-slideContainer--vertical > .bl-slidePagination--bullets .bl-slidePagination__bullet {
  margin: 6px 0;
  display: block;
}

.bl-slideContainer--vertical > .bl-slidePagination--bullets.bl-slidePagination--bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.bl-slideContainer--vertical > .bl-slidePagination--bullets.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.bl-slideContainer--horizontal > .bl-slidePagination--bullets .bl-slidePagination__bullet {
  margin: 0 4px;
}

.bl-slideContainer--horizontal > .bl-slidePagination--bullets.bl-slidePagination--bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.bl-slideContainer--horizontal > .bl-slidePagination--bullets.bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.bl-slideContainer--horizontal.bl-slideContainer--rtl > .bl-slidePagination--bullets-dynamic .bl-slidePagination__bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.bl-slidePagination--progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.bl-slidePagination--progressbar .bl-slidePagination--progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.bl-slideContainer--rtl .bl-slidePagination--progressbar .bl-slidePagination--progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.bl-slideContainer--horizontal > .bl-slidePagination--progressbar,
.bl-slideContainer--vertical > .bl-slidePagination--progressbar.bl-slidePagination--progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.bl-slideContainer--horizontal > .bl-slidePagination--progressbar.bl-slidePagination--progressbar-opposite,
.bl-slideContainer--vertical > .bl-slidePagination--progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.bl-slidePagination--white .bl-slidePagination__bullet-active {
  background: #fff;
}

.bl-slidePagination--progressbar.bl-slidePagination--white {
  background: hsla(0, 0%, 100%, 0.25);
}

.bl-slidePagination--progressbar.bl-slidePagination--white .bl-slidePagination--progressbar-fill {
  background: #fff;
}

.bl-slidePagination--black .bl-slidePagination__bullet-active {
  background: #000;
}

.bl-slidePagination--progressbar.bl-slidePagination--black {
  background: rgba(0, 0, 0, 0.25);
}

.bl-slidePagination--progressbar.bl-slidePagination--black .bl-slidePagination--progressbar-fill {
  background: #000;
}

.bl-slidePagination--lock {
  display: none;
}

.bl-slideScrollbar {
  border-radius: 6px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.bl-slideContainer--horizontal > .bl-slideScrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 3px;
  width: 98%;
}

.bl-slideContainer--vertical > .bl-slideScrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 3px;
  height: 98%;
}

.bl-slideScrollbar__drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  left: 0;
  top: 0;
}

.bl-slideScrollbar-cursor-drag {
  cursor: move;
}

.bl-slideScrollbar--lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bl-slideItem-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.bl-slideContainer .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.bl-slideContainer--fade.bl-slideContainer--free-mode .bl-slideItem {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.bl-slideContainer--fade .bl-slideItem {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.bl-slideContainer--fade .bl-slideItem .bl-slideItem {
  pointer-events: none;
}

.bl-slideContainer--fade .bl-slideItem-active,
.bl-slideContainer--fade .bl-slideItem-active .bl-slideItem-active {
  pointer-events: auto;
}

.bl-slideContainer--cube {
  overflow: visible;
}

.bl-slideContainer--cube .bl-slideItem {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.bl-slideContainer--cube .bl-slideItem .bl-slideItem {
  pointer-events: none;
}

.bl-slideContainer--cube.bl-slideContainer--rtl .bl-slideItem {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.bl-slideContainer--cube .bl-slideItem-active,
.bl-slideContainer--cube .bl-slideItem-active .bl-slideItem-active {
  pointer-events: auto;
}

.bl-slideContainer--cube .bl-slideItem-active,
.bl-slideContainer--cube .bl-slideItem-next,
.bl-slideContainer--cube .bl-slideItem-next + .bl-slideItem,
.bl-slideContainer--cube .bl-slideItem-prev {
  pointer-events: auto;
  visibility: visible;
}

.bl-slideContainer--cube .bl-slideItem-shadow-bottom,
.bl-slideContainer--cube .bl-slideItem-shadow-left,
.bl-slideContainer--cube .bl-slideItem-shadow-right,
.bl-slideContainer--cube .bl-slideItem-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bl-slideContainer--cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.bl-slideContainer--flip {
  overflow: visible;
}

.bl-slideContainer--flip .bl-slideItem {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.bl-slideContainer--flip .bl-slideItem .bl-slideItem {
  pointer-events: none;
}

.bl-slideContainer--flip .bl-slideItem-active,
.bl-slideContainer--flip .bl-slideItem-active .bl-slideItem-active {
  pointer-events: auto;
}

.bl-slideContainer--flip .bl-slideItem-shadow-bottom,
.bl-slideContainer--flip .bl-slideItem-shadow-left,
.bl-slideContainer--flip .bl-slideItem-shadow-right,
.bl-slideContainer--flip .bl-slideItem-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bl-slideContainer--coverflow .bl-slideWrapper {
  -ms-perspective: 1200px;
}

#wrapper {
  overflow: hidden;
}

#contents,
#wrapper {
  width: 100%;
  position: relative;
}

.bl-roundedBox {
  position: relative;
}

.modalSearchNavChildrenCheck {
  width: 24px;
  height: 24px;
  top: 14px;
  right: 14px;
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 812px) {
  .modalSearchNavChildrenCheck {
    width: 18px;
    height: 18px;
  }
}
.modalSearchNavChildrenCheck::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../images/modal/icn_modal_check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 813px) {
  .modalSearchNavChildrenCheck {
    width: 24px;
    height: 24px;
    top: 19px;
    right: 15px;
  }
  .modalSearchNavChildrenCheck::after {
    top: -5px;
    bottom: 0;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 812px) {
  .modalSearchNavChildrenCheck {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 10px;
  }
  .modalSearchNavChildrenCheck::after {
    top: -5px;
    bottom: 0;
    width: 18px;
    height: 18px;
  }
}
.isSelectedAtLeastOne .modalSearchNavChildrenCheck::after {
  opacity: 1;
  background-image: url(../images/modal/icn_modal_checked.svg);
}

@media screen and (max-width: 812px) {
  .bl-roundedBox {
    border-radius: 6px;
  }
  .bl-roundedShadowBox {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
    box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
  }
}
.bl-btnRounded {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  background-color: #ff6473;
  -webkit-box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
  box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
}

.bl-btnRounded .bl-circleArrow {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-btnRounded .bl-circleArrow svg {
  -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-btnRounded.is-disabled,
.bl-btnRounded:disabled {
  background-color: #d6e3e5 !important;
}

.bl-btnRounded.is-disabled .bl-btnSearch__mark svg,
.bl-btnRounded.is-disabled .bl-circleArrow svg,
.bl-btnRounded:disabled .bl-btnSearch__mark svg,
.bl-btnRounded:disabled .bl-circleArrow svg {
  fill: #d6e3e5 !important;
}

.is-desktop .bl-btnRounded:not(:disabled):not(.is-disabled):hover {
  background-color: #fe8894;
}

.is-desktop .bl-btnRounded:not(:disabled):not(.is-disabled):hover .bl-circleArrow {
  -webkit-transform: translateX(16%);
  transform: translateX(16%);
}

.is-desktop .bl-btnRounded:not(:disabled):not(.is-disabled):hover .bl-circleArrow svg {
  fill: #fe8894;
}

.bl-btnRounded__inner {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  width: 100%;
  height: 100%;
  position: relative;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  color: #fff;
}

.bl-btnRounded__inner .bl-circleArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
}

@media screen and (min-width: 813px) {
  .bl-btnRounded {
    width: 280px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
    box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
  }
  .bl-btnRounded__inner {
    font-size: 14px;
  }
  .bl-btnRounded__inner .bl-circleArrow {
    position: absolute;
    right: 15px;
  }
}
.bl-btnMore {
  width: 140px;
}

.bl-btnMore .bl-btnRounded__inner {
  font-family: Futura, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 813px) {
  .bl-btnMore {
    width: 140px;
  }
  .bl-btnMore .bl-btnRounded__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 4px;
    padding-left: 30px;
  }
}
.bl-btnSearch {
  background-color: #00b8bf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
}

.bl-btnSearch__label {
  font-size: 15px;
  -webkit-filter: drop-shadow(0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px rgba(0, 0, 0, 0.1));
}

.bl-btnSearch__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 12px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-btnSearch__mark svg {
  -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: block;
  width: 9px;
  height: 9px;
  fill: #00b8bf;
}

.bl-btnSearch.is-disabled .bl-btnSearch__label,
.bl-btnSearch:disabled .bl-btnSearch__label {
  -webkit-filter: none;
  filter: none;
}

.is-desktop .bl-btnSearch:not(:disabled):not(.is-disabled):hover {
  background-color: #0ed2d9;
}

.is-desktop .bl-btnSearch:not(:disabled):not(.is-disabled):hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  fill: #0ed2d9;
}

@media screen and (min-width: 813px) {
  .bl-btnSearch .bl-btnRounded__inner {
    font-size: 18px;
  }
  .bl-btnSearch__mark {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .bl-btnSearch__mark svg {
    width: 14px;
    height: 14px;
  }
}
.bl-btnClear {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}
.bl-btnClear::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.bl-btnClear::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: var(--border-primary);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 812px) {
  .bl-btnClear {
    height: 45px !important;
  }
}
.bl-btnClear .bl-btnRounded__inner {
  color: var(--color-base-gray);
  font-size: var(--fontsize);
  font-weight: 700;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  width: fit-content;
  padding-left: 2em;
  margin: auto;
  position: relative;
}
.bl-btnClear .bl-btnRounded__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../images/modal/icn_modal_clear.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.is-desktop .bl-btnClear:hover {
  background-color: transparent !important;
}

.is-desktop .bl-btnClear:hover .bl-btnRounded__inner {
  opacity: 0.7;
}

@media screen and (min-width: 813px) {
  .bl-btnClear {
    width: 130px;
  }
  .bl-btnClear .bl-btnRounded__inner {
    font-size: var(--fontsize);
  }
}
.bl-circleArrow {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.bl-circleArrow svg {
  display: block;
  width: 4px;
  height: 6px;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  fill: #ff6473;
}

@media screen and (min-width: 813px) {
  .bl-circleArrow {
    width: 20px;
    height: 20px;
  }
  .bl-circleArrow svg {
    width: 5px;
    height: 8px;
  }
}
.bl-btnArrowCircle {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ff6473;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-btnArrowCircle svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(14%);
  transform: translateX(14%);
  display: block;
  width: 6px;
  height: 10px;
  fill: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-btnArrowCircle--prev {
  z-index: 2;
}

.bl-btnArrowCircle--prev svg {
  -webkit-transform: scaleX(-1) translateX(14%);
  transform: scaleX(-1) translateX(14%);
}

.bl-btnArrowCircle--next {
  z-index: 2;
}

.is-desktop .bl-btnArrowCircle:hover {
  background-color: #fe8894;
}

.is-desktop .bl-btnArrowCircle:hover svg {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.is-desktop .bl-btnArrowCircle:hover.bl-btnArrowCircle--prev svg {
  -webkit-transform: scaleX(-1) translateX(44%);
  transform: scaleX(-1) translateX(44%);
}

@media screen and (min-width: 813px) {
  .bl-btnArrowCircle {
    width: 36px;
    height: 36px;
  }
  .bl-btnArrowCircle svg {
    width: 8px;
    height: 14px;
  }
}
.bl-jobSection {
  width: 100%;
}

.bl-jobSection__inner {
  padding: 19px 15px 30px;
  position: relative;
}

.bl-jobSection__title {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  padding-bottom: 18px;
  width: 100%;
  position: relative;
  font-size: 15px;
  text-align: center;
  padding-top: 86px;
}

.bl-jobSection__title:before {
  top: 0;
}

.bl-jobSection__title:after,
.bl-jobSection__title:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
}

.bl-jobSection__title:after {
  bottom: 0;
  background-image: linear-gradient(90deg, #424952, #424952 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
}

@media screen and (min-width: 813px) {
  .bl-jobSection__inner {
    padding: 60px 30px 44px;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-jobSection__title {
    font-size: 20px;
    padding-top: 90px;
  }
}
.bl-pickedupJobs {
  background-color: #fff;
}

.bl-pickedupJobs .bl-jobSection__title:before {
  background-image: url("../img/common/sprites.png");
  background-position: -158px -698px;
  width: 76px;
  height: 76px;
  background-size: 795px 778px;
}

.bl-pickedupJobs__indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bl-pickedupJobsItem {
  padding: 23px 15px 30px;
  position: relative;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  cursor: pointer;
}

.bl-pickedupJobsItem:after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  content: "";
}

.bl-pickedupJobsItem .bl-btnMore {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.is-desktop .bl-pickedupJobsItem:hover {
  background-color: #f3f7f7;
}

.is-desktop .bl-pickedupJobsItem:hover .bl-pickedupJobsItem__title {
  text-decoration: underline;
}

.is-desktop .bl-pickedupJobsItem:hover .bl-btnMore {
  background-color: #fe8894;
}

.is-desktop .bl-pickedupJobsItem:hover .bl-btnMore .bl-circleArrow {
  -webkit-transform: translateX(16%);
  transform: translateX(16%);
}

.bl-pickedupJobsItem__title {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ff6473;
  position: relative;
  line-height: 1.25;
  margin-bottom: 23px;
}

.bl-pickedupJobsItem__no {
  font-family: Futura, sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ff6473;
  font-size: 10px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  letter-spacing: 0;
  text-decoration: none !important;
}

.bl-pickedupJobsItem__thumb {
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

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

.bl-pickedupJobsItem__txt {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 12px;
}

.bl-pickedupJobsItem__props,
.bl-pickedupJobsItem__txt {
  line-height: 1.33;
}

.bl-pickedupJobsItem__props {
  color: #95a3aa;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: -0.4em;
}

.bl-pickedupJobsItem__prop {
  display: inline-block;
  letter-spacing: 0.05em;
}

.bl-pickedupJobsItem__prop:after {
  content: "/";
  display: inline;
  padding: 0 0.2em;
}

.bl-pickedupJobsItem__prop:last-child:after {
  display: none;
}

.bl-pickedupJobs__pagination {
  height: 57px;
  position: relative;
}

.bl-pickedupJobs__pagination:before {
  top: 0;
}

.bl-pickedupJobs__pagination:after,
.bl-pickedupJobs__pagination:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  content: "";
}

.bl-pickedupJobs__pagination:after {
  bottom: 0;
}

.bl-pickedupJobs__btnPrev {
  left: 15px;
}

.bl-pickedupJobs__btnNext,
.bl-pickedupJobs__btnPrev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 20;
}

.bl-pickedupJobs__btnNext {
  right: 15px;
}

.bl-pickedupJobs__btnList {
  margin: 20px auto 0;
}

.bl-pickedupJobs.is-slide .bl-pickedupJobsItem:after {
  display: none;
}

.bl-pickedupJobsItem--list:first-child:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  content: "";
}

.bl-pickedupJobsItem--list .bl-pickedupJobsItem__title {
  padding-left: 0;
  font-size: 15px;
}

.bl-pickedupJobsItem--list .bl-pickedupJobsItem__thumb {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.bl-pickedupJobsItem--list .bl-pickedupJobsItem__txt {
  float: right;
  width: 50%;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.bl-pickedupJobsItem--list .bl-btnMore {
  clear: both;
}

@media screen and (min-width: 813px) {
  .bl-pickedupJobs .bl-jobSection__title:before {
    background-image: url("../img/common/spritesL.png");
    background-position: -1419px -1210px;
    width: 76px;
    height: 77px;
    background-size: auto;
  }
  .bl-pickedupJobs__indicators {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    left: auto;
    right: auto;
    margin: 0;
  }
  .bl-pickedupJobsItem {
    overflow: hidden;
    width: 100%;
    padding: 55px 0 70px;
    position: relative;
  }
  .bl-pickedupJobsItem a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bl-pickedupJobsItem__inner {
    position: relative;
    width: 100%;
  }
  .bl-pickedupJobsItem__title {
    font-size: 30px;
    padding-top: 40px;
    padding-left: 0;
    margin-bottom: 20px;
    width: 42%;
    float: left;
  }
  .bl-pickedupJobsItem__no {
    padding-top: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    border: 2px solid #ff6473;
    text-decoration: none !important;
  }
  .bl-pickedupJobsItem__thumb {
    position: relative;
    float: right;
    width: 42%;
    border-radius: 0;
    overflow: visible;
  }
  .bl-pickedupJobsItem__thumb img {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .bl-pickedupJobsItem__thumb:before {
    position: absolute;
    top: 30px;
    background-color: #f3f7f7;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    content: "";
  }
  .bl-pickedupJobsItem__txt {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 14px;
    width: 42%;
    float: left;
  }
  .bl-pickedupJobsItem__props {
    margin-bottom: 24px;
    font-size: 12px;
    width: 42%;
  }
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-btnMore,
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-pickedupJobsItem__props,
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-pickedupJobsItem__title,
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-pickedupJobsItem__txt,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-btnMore,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-pickedupJobsItem__props,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-pickedupJobsItem__title,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-pickedupJobsItem__txt {
    float: right;
    margin-left: 0;
    margin-right: 60px;
  }
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-btnMore,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-btnMore {
    float: left;
    margin-left: calc(16% - 60px);
  }
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-pickedupJobsItem__thumb,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-pickedupJobsItem__thumb {
    float: left;
    left: 60px;
  }
  .bl-pickedupJobsItem.bl-pickedupJobsItem--list .bl-pickedupJobsItem__thumb:before,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(2n) .bl-pickedupJobsItem__thumb:before {
    left: -30px;
  }
  .bl-pickedupJobsItem.bl-slideItem .bl-btnMore,
  .bl-pickedupJobsItem.bl-slideItem .bl-pickedupJobsItem__props,
  .bl-pickedupJobsItem.bl-slideItem .bl-pickedupJobsItem__title,
  .bl-pickedupJobsItem.bl-slideItem .bl-pickedupJobsItem__txt,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-btnMore,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-pickedupJobsItem__props,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-pickedupJobsItem__title,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-pickedupJobsItem__txt {
    margin-left: 60px;
    margin-right: auto;
  }
  .bl-pickedupJobsItem.bl-slideItem .bl-pickedupJobsItem__thumb,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-pickedupJobsItem__thumb {
    right: 60px;
    left: auto;
  }
  .bl-pickedupJobsItem.bl-slideItem .bl-pickedupJobsItem__thumb:before,
  .bl-pickedupJobsItem:not(.bl-pickedupJobsItem--list):nth-child(odd) .bl-pickedupJobsItem__thumb:before {
    right: -30px;
    left: auto;
  }
  .bl-pickedupJobs__pagination {
    height: 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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bl-pickedupJobs__btnPrev {
    position: relative;
    left: auto;
  }
  .bl-pickedupJobs__btnNext {
    position: relative;
    right: auto;
  }
  .bl-pickedupJobs__btnList {
    margin: 40px auto 0;
  }
  .bl-pickedupJobsItem--list {
    padding: 30px 0;
    min-height: 260px;
  }
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__inner {
    padding: 0 30px;
  }
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__title {
    padding-left: 0;
    width: auto;
    margin-left: calc(29% + 70px) !important;
    margin-right: 30px !important;
    padding-left: 0 !important;
    padding-top: 24px;
    font-size: 24px;
    float: none !important;
  }
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__thumb {
    position: absolute;
    top: 0;
    width: 29%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    left: 30px !important;
  }
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__thumb:before {
    display: none;
  }
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__txt {
    width: auto;
    margin-right: 30px !important;
    padding-left: 0 !important;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.74;
  }
  .bl-pickedupJobsItem--list .bl-btnMore,
  .bl-pickedupJobsItem--list .bl-pickedupJobsItem__txt {
    float: none !important;
    margin-left: calc(29% + 70px) !important;
  }
}
.bl-jobsList {
  background-color: #f3f7f7;
}

.bl-jobsList:before {
  content: "";
  display: block;
  height: 0.5px;
}

.bl-jobsList .bl-jobSection__title:before {
  background-image: url("../img/common/sprites.png");
  background-position: -81px -698px;
  width: 76px;
  height: 76px;
  background-size: 795px 778px;
}

.bl-jobsList__list {
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
}

.bl-jobsList__list:before {
  top: 0;
}

.bl-jobsList__list:after,
.bl-jobsList__list:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  content: "";
}

.bl-jobsList__list:after {
  bottom: 0;
}

.bl-jobsList__list.bl-slideWrapper {
  display: block;
}

.bl-jobsList__nav {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 45px;
  position: relative;
}

.bl-jobsList__paginationS {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-jobsList__btnPaginationS {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.bl-jobsList__btnPaginationS svg {
  -webkit-transition: fill 0.1s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.1s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), fill 0.1s linear;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), fill 0.1s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  fill: #ff6473;
  width: 5px;
  height: 10px;
  display: block;
}

.bl-jobsList__btnPaginationS:disabled svg {
  fill: #eee;
}

.bl-jobsList__btnPaginationSInner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-jobsList__btnPrevS {
  left: 0;
  border-right: 1px solid #dce1f2;
}

.bl-jobsList__btnPrevS svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bl-jobsList__btnNextS {
  right: 0;
  border-left: 1px solid #dce1f2;
}

.is-desktop .bl-jobsList__btnPrevS:not(:disabled):hover svg {
  -webkit-transform: scaleX(-1) translateX(40%);
  transform: scaleX(-1) translateX(40%);
}

.is-desktop .bl-jobsList__btnNextS:not(:disabled):hover svg {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.bl-jobsList__pagination {
  position: relative;
  margin-top: 20px;
}

.bl-jobsListIndicator {
  height: 60px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 55px;
}

.bl-jobsList__btnPrev {
  left: 15px;
}

.bl-jobsList__btnNext,
.bl-jobsList__btnPrev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.bl-jobsList__btnNext {
  right: 15px;
}

.bl-jobsListIndicatorItem {
  font-family: Futura, sans-serif;
  font-weight: 600;
  font-size: 12px;
  min-width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.bl-jobsListIndicatorItem:first-child {
  margin-left: 0;
}

.bl-jobsListIndicatorItem a {
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}

.bl-jobsListIndicatorItemInner {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.bl-jobsListIndicatorItem.is-current .bl-jobsListIndicatorItemInner,
.is-desktop .bl-jobsListIndicatorItem a:hover {
  background-color: #424952;
  color: #fff;
}

.bl-jobsListIndicatorS {
  font-family: Futura, sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
}

.bl-jobsListIndicatorS__current {
  color: #ff6473;
}

.bl-jobsListIndicatorS__total:before {
  display: inline-block;
  content: "/";
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.bl-jobsList__btnList {
  margin: 20px auto 0;
}

@media screen and (min-width: 813px) {
  .bl-jobsList .bl-jobSection__title:before {
    background-image: url("../img/common/spritesL.png");
    background-position: -840px -305px;
    width: 76px;
    height: 76px;
    background-size: auto;
  }
  .bl-jobsList__list {
    padding-top: 0;
    padding-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .bl-jobsList .bl-slideContainer:after {
    background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
    background-size: 4px 2px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
  }
  .bl-jobsList .bl-slideContainer .bl-jobsList__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 55px;
    height: 386px;
    will-change: transform, height;
  }
  .bl-jobsList .bl-slideContainer .bl-jobsList__list:after {
    display: none;
  }
  .bl-jobsList .bl-slideContainer .bl-jobsList__list .bl-jobItem {
    margin-top: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0;
  }
  .bl-jobsList .bl-slideContainer--horizontal .bl-jobsList__list .bl-jobItem {
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
  }
  html.is-ie10 .bl-jobsList .bl-slideContainer--horizontal .bl-jobsList__list .bl-jobItem {
    min-height: 0;
  }
  .bl-jobsList__nav {
    position: absolute;
    height: 0;
    top: 118px;
    left: 30px;
    right: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bl-jobsList__paginationS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 184px;
    height: 50px;
  }
  .bl-jobsList__btnPaginationS {
    width: 50px;
  }
  .bl-jobsList__btnPaginationS svg {
    width: 8px;
    height: 14px;
  }
  .bl-jobsList__pagination {
    margin-top: 60px;
  }
  .bl-jobsListIndicator {
    height: 90px;
    padding: 0 90px;
  }
  .bl-jobsList__btnPrev {
    left: 30px;
  }
  .bl-jobsList__btnNext {
    right: 30px;
  }
  .bl-jobsListIndicatorItem {
    font-size: 20px;
    min-width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: 15px;
  }
  .bl-jobsListIndicatorItem:first-child {
    margin-left: 0;
  }
  .bl-jobsListIndicatorItemInner {
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .bl-jobsListIndicatorS {
    font-size: 12px;
  }
  .bl-jobsList__btnList {
    margin: 40px auto 0;
  }
}
.bl-jobItem {
  margin-top: 26px;
  position: relative;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  cursor: pointer;
}

.bl-jobItem .bl-roundedShadowBox {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  position: relative;
  padding-bottom: 40px;
}

.bl-jobItem__inner {
  padding: 20px 15px 15px;
  position: relative;
  z-index: 2;
}

.bl-jobItem__inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bl-jobItem__title {
  font-size: 15px;
  line-height: 1.33;
  color: #ff6473;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  white-space: normal;
  width: 100%;
  max-width: 100%;
}

.bl-jobItem__title:after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-image: linear-gradient(90deg, #d6e3e5, #d6e3e5 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  content: "";
}

.bl-jobItem__head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
  border-radius: 12px;
  min-width: 120px;
  height: 24px;
  border: 2px solid #ff6473;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  font-size: 10px;
  color: #ff6473;
  white-space: nowrap;
  z-index: 1;
}

.bl-jobItem__contents {
  position: relative;
  float: right;
  width: 55.5%;
}

.bl-jobItem__thumb {
  width: 39.5%;
  float: left;
  position: relative;
}

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

.bl-jobItem__desc {
  margin-top: -1.98px;
  line-height: 1.33;
  font-size: 12px;
}

.bl-jobItem__type {
  margin: 5px 0 10px;
  color: #00b8bf;
}

.bl-jobItem__type,
.bl-jobItemInfo {
  font-size: 10px;
}

.bl-jobItemInfo {
  width: 100%;
  min-height: 24px;
  border-radius: 12px;
  position: relative;
  line-height: 1.33;
  padding: 5px 12px 5px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #f3f7f7;
}

.bl-jobItemInfo:last-child {
  margin-top: 5px;
}

.bl-jobItemInfo__icon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00b8bf;
  width: 27px;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-jobItemInfo__icon svg {
  display: block;
  fill: #fff;
  position: relative;
  z-index: 1;
}

.bl-jobItemInfo__value {
  white-space: normal;
  display: block;
  width: 100%;
}

.bl-jobItemInfo--place .bl-jobItemInfo__icon svg {
  width: 7px;
  height: 10px;
}

.bl-jobItemInfo--pay .bl-jobItemInfo__icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  content: "";
}

.bl-jobItemInfo--pay .bl-jobItemInfo__icon svg {
  width: 5px;
  height: 5px;
  fill: #00b8bf;
}

.bl-jobItem__props {
  clear: both;
  color: #94a3a9;
  padding-top: 15px;
  font-size: 10px;
  line-height: 1.33;
  letter-spacing: -0.4em;
}

.bl-jobItem__prop {
  display: inline-block;
  letter-spacing: 0.05em;
}

.bl-jobItem__prop:after {
  content: "/";
  display: inline;
  padding: 0 0.2em;
}

.bl-jobItem__prop:last-child:after {
  display: none;
}

.bl-jobItem__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #ff6473;
  z-index: 2;
}

.bl-jobItemBtnFav {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 100%;
  overflow: visible;
  background-color: #ffe8e2;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-jobItemBtnFav svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 17px;
  height: 15px;
  -webkit-transition: opacity 0.1s linear, visibility 0.1s linear, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s linear, visibility 0.1s linear, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bl-jobItemBtnFav__fav {
  fill: #ff6473;
}

.bl-jobItemBtnFav__unfav {
  fill: #fff;
  opacity: 0;
  visibility: hidden;
}

.bl-jobItemBtnFav.is-fav {
  background-color: #ff6473;
}

.bl-jobItemBtnFav.is-fav .bl-jobItemBtnFav__fav {
  opacity: 0;
  visibility: hidden;
}

.bl-jobItemBtnFav.is-fav .bl-jobItemBtnFav__unfav {
  opacity: 1;
  visibility: visible;
}

.is-desktop .bl-jobItem.is-hovered .bl-roundedShadowBox {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.is-desktop .bl-jobItem.is-hovered .bl-jobItem__title {
  text-decoration: underline;
}

.is-desktop .bl-jobItemBtnFav:hover {
  background-color: #fcf4f2;
}

.is-desktop .bl-jobItemBtnFav:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.is-desktop .bl-jobItemBtnFav.is-fav:hover {
  background-color: #fe8894;
}

.bl-jobItemBtnFav__balloon {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #f3f7f7;
  background-color: #fff;
  position: absolute;
  padding: 15px;
  font-size: 12px;
  color: #ff6473;
  text-align: center;
  bottom: 50px;
  left: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
  box-shadow: 0 2px 0 0 rgba(66, 73, 82, 0.1);
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-jobItemBtnFav__balloon.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bl-jobItemBtnFav__balloon.is-outSide {
  width: 100%;
  top: -10px;
  bottom: auto;
  left: 0;
}

@media screen and (max-width: 320px) {
  .bl-jobItemBtnFav__balloon {
    font-size: 10px;
  }
}
.bl-jobItemBtnMore {
  left: 65px;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-jobItemBtnMore .bl-circleArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  right: 10px;
}

.is-desktop .bl-jobItem.is-hovered .bl-jobItemBtnMore,
.is-desktop .bl-jobItemBtnMore:hover {
  background-color: #fe8894;
}

.is-desktop .bl-jobItem.is-hovered .bl-jobItemBtnMore .bl-circleArrow,
.is-desktop .bl-jobItemBtnMore:hover .bl-circleArrow {
  -webkit-transform: translateX(16%);
  transform: translateX(16%);
}

.bl-jobItemBtnMore__inner {
  font-family: Futura, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 813px) {
  .bl-jobItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    width: 46%;
    width: calc((100% - 30px) / 2);
  }
  .bl-jobItem .bl-roundedShadowBox {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
  }
  html.is-1e10 .bl-jobItem {
    width: 46%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .bl-jobItem__inner {
    position: relative;
    max-width: 100%;
    padding: 35px 30px 30px;
    height: 100%;
  }
  .bl-jobItem__title {
    overflow: hidden;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    white-space: normal;
    max-width: 100%;
  }
  .bl-jobItem__head {
    top: -15px;
    border-radius: 15px;
    min-width: 135px;
    height: 30px;
    padding: 0 20px;
    font-size: 12px;
  }
  .bl-jobItem__contents {
    width: 50%;
  }
  .bl-jobItem__thumb {
    width: 44%;
  }
  .bl-jobItem__desc {
    margin-top: -2.31px;
    font-size: 14px;
  }
  .bl-jobItem__type {
    margin: 8px 0 20px;
    font-size: 12px;
  }
  .bl-jobItemInfo {
    min-height: 30px;
    border-radius: 15px;
    font-size: 14px;
    padding: 6px 20px 6px 90px;
  }
  .bl-jobItemInfo:last-child {
    margin-top: 10px;
  }
  .bl-jobItemInfo__icon {
    width: 80px;
    color: #fff;
    font-size: 12px;
    padding-left: 24px;
  }
  .bl-jobItemInfo--place .bl-jobItemInfo__icon:after {
    content: "勤務地";
  }
  .bl-jobItemInfo--place .bl-jobItemInfo__icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 10px;
    width: 10px;
    height: 14px;
  }
  .bl-jobItemInfo--pay .bl-jobItemInfo__icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 8px;
    right: auto;
    width: 14px;
    height: 14px;
  }
  .bl-jobItemInfo--pay .bl-jobItemInfo__icon:after {
    content: "給与";
  }
  .bl-jobItemInfo--pay .bl-jobItemInfo__icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 11px;
    width: 8px;
    height: 8px;
  }
  .bl-jobItem__props {
    padding-top: 20px;
    font-size: 12px;
  }
  .bl-jobItem__footer {
    height: 50px;
  }
  .bl-jobItemBtnFav {
    width: 50px;
  }
  .bl-jobItemBtnFav svg {
    width: 24px;
    height: 22px;
  }
  .bl-jobItemBtnFav__balloon {
    border-radius: 6px;
    padding: 20px 30px;
    font-size: 14px;
    bottom: 65px;
    left: 15px;
    -webkit-box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
    box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
  }
  .bl-jobItemBtnFav__balloon.is-outSide {
    width: auto;
    top: -20px;
    bottom: auto;
    left: 0;
  }
  .bl-jobItemBtnMore {
    left: 50px;
  }
  .bl-jobItemBtnMore .bl-circleArrow {
    right: 15px;
  }
  .bl-jobItemBtnMore__inner {
    font-size: 14px;
  }
}
.bl-freewordInput__input {
  height: 50px;
  background-color: #f3f7f7;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-freewordInput__btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00b8bf;
  width: 50px;
  height: 50px;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
}

.bl-freewordInput__btnSubmit svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), fill 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), fill 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 14px;
  height: 14px;
  fill: #fff;
}

.bl-freewordInput__btnSubmit:disabled {
  background-color: #d6e3e5;
}

.is-desktop .bl-freewordInput__btnSubmit:not(:disabled):hover {
  background-color: #0ed2d9;
}

.is-desktop .bl-freewordInput__btnSubmit:not(:disabled):hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

input[type=text].bl-freewordInput__textField {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 60px 0 10px;
  font-size: 16px;
}

input[type=text].bl-freewordInput__textField::-webkit-input-placeholder {
  color: rgba(66, 73, 82, 0.4);
  font-size: 12px;
}

input[type=text].bl-freewordInput__textField::-moz-placeholder {
  color: rgba(66, 73, 82, 0.4);
  font-size: 12px;
}

input[type=text].bl-freewordInput__textField:-ms-input-placeholder {
  color: rgba(66, 73, 82, 0.4);
  font-size: 12px;
}

input[type=text].bl-freewordInput__textField::-ms-input-placeholder {
  color: rgba(66, 73, 82, 0.4);
  font-size: 12px;
}

input[type=text].bl-freewordInput__textField::placeholder {
  color: rgba(66, 73, 82, 0.4);
  font-size: 12px;
}

@media screen and (min-width: 813px) {
  input[type=text].bl-freewordInput__textField::-webkit-input-placeholder {
    font-size: 14px;
  }
  input[type=text].bl-freewordInput__textField::-moz-placeholder {
    font-size: 14px;
  }
  input[type=text].bl-freewordInput__textField:-ms-input-placeholder {
    font-size: 14px;
  }
  input[type=text].bl-freewordInput__textField::-ms-input-placeholder {
    font-size: 14px;
  }
  input[type=text].bl-freewordInput__textField::placeholder {
    font-size: 14px;
  }
}
.bl-selector {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
}

.bl-selector:before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d6e3e5;
  right: 24px;
  content: "";
}

.bl-selector:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 6px;
  width: 6px;
  margin-top: 1.5px;
  border: 3px solid transparent;
  border-top-color: #424952;
  content: "";
}

.bl-selector__iconPlace {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff6473;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-selector__iconPlace svg {
  display: block;
  width: 6px;
  height: 8px;
  fill: #fff;
}

.bl-selector__label {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 26px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #94a3a9;
}

.bl-selector.has-value .bl-selector__label {
  color: #424952;
}

.bl-selector__select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  font-size: 18px;
}

.bl-selector__select option {
  font-size: 18px;
}

.is-desktop .bl-selector__select,
.is-desktop .bl-selector__select option {
  font-size: 14px;
}

@media screen and (min-width: 813px) {
  .bl-selector {
    position: absolute;
    width: 164px;
    right: auto;
    left: 0;
    height: 50px;
  }
  .bl-selector:before {
    right: 20px;
  }
  .bl-selector:after {
    right: 6px;
    height: 8px;
    width: 8px;
    margin-top: 2px;
    border: 4px solid transparent;
    border-top-color: #424952;
  }
  .bl-selector__iconPlace {
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .bl-selector__iconPlace svg {
    width: 10px;
    height: 14px;
  }
  .bl-selector__label {
    left: 44px;
    font-size: 14px;
  }
  .bl-selector__select,
  .bl-selector__select option {
    font-size: 14px !important;
  }
}
.bl-slidePagination {
  height: 8px;
  white-space: nowrap;
}

.bl-slidePagination__bullet {
  width: 8px;
  height: 8px;
  background-color: #d6e3e5;
  opacity: 1;
}

.bl-slidePagination__bullet--active {
  background-color: #ff6473;
}

.bl-slideContainer--horizontal .bl-slidePagination--bullets .bl-slidePagination__bullet {
  margin: 0 12px;
}

@media screen and (min-width: 813px) {
  .bl-slidePagination {
    height: 10px;
  }
  .bl-slidePagination__bullet {
    width: 10px;
    height: 10px;
  }
  .bl-slideContainer--horizontal > .bl-slidePagination--bullets .bl-slidePagination__bullet {
    margin: 0 10px;
  }
}
.bl-noItem {
  margin-top: 20px;
  padding: 34px 15px 25px;
}

.bl-noItem .bl-btnSearch {
  width: 100%;
  height: 50px;
  border-radius: 25px;
}

.bl-noItem__txt {
  margin-bottom: 34px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

.bl-noItem__txt .bl-noItem__br1 {
  display: none;
}

.bl-noItem__txt .bl-noItem__br2 {
  display: block;
}

@media screen and (max-width: 320px) {
  .bl-noItem__txt .bl-noItem__br1 {
    display: block;
  }
  .bl-noItem__txt .bl-noItem__br2 {
    display: none;
  }
}
@media screen and (min-width: 813px) {
  .bl-noItem {
    margin-top: 50px;
    padding: 60px;
  }
  .bl-noItem .bl-btnSearch {
    width: 420px;
    height: 80px;
    border-radius: 40px;
    margin: auto;
    display: block;
  }
  .bl-noItem .bl-btnSearch__label {
    font-size: 18px;
  }
  .bl-noItem .bl-btnSearch__mark {
    left: 26px;
  }
  .bl-noItem__txt {
    margin-bottom: 34px;
    font-size: 16px;
  }
  .bl-noItem__txt br {
    display: none !important;
  }
}
.bl-modalBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: transparent;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.bl-modalBg.is-visible {
  opacity: 1;
  visibility: visible;
}

.bl-modalBg.is-min {
  background-color: rgba(214, 227, 229, 0.9);
}

@media screen and (min-width: 813px) {
  .bl-modalBg {
    background-color: rgba(214, 227, 229, 0.9);
  }
}
.bl-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

.bl-modal[v-cload] {
  display: none !important;
}

.bl-modal__bg {
  top: 0;
  left: 0;
}

.bl-modal__bg,
.bl-modalContents {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bl-modalContents {
  background-color: #f5f5f5;
}

.bl-modalHeader {
  width: 100%;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--color-blue-secondary);
  z-index: 1;
  border-bottom: var(--border-primary);
}

@media screen and (max-width: 812px) {
  .bl-modalHeader {
    height: 52px;
    position: fixed !important;
    z-index: 999;
  }
}
.bl-modalHeader,
.bl-modalHeaderIcon {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-modalHeaderIcon {
  width: 55px;
  height: 100%;
  border-right: 1px solid #dce1f2;
}

.bl-modalHeaderIcon .bl-searchIcon {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.bl-modalHeader__title {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 812px) {
  .bl-modalHeader__title {
    font-size: 20px;
    min-width: 65%;
    text-align: center;
  }
}

.bl-modalBtnClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
}

.bl-modalBtnClose__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 812px) {
  .bl-modalBtnClose__inner {
    width: 36px;
    height: 36px;
  }
}
.bl-modalBtnClose__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background-image: url(../images/modal/icn_modal_close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  .bl-modalBtnClose__inner::after {
    left: 1px;
  }
}
.bl-modalBtnClose__inner .bl-modalBtnClose__text {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 700;
}

.bl-modalBtnBack {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #dce1f2;
  width: 70px;
  height: 100%;
}

@media screen and (max-width: 812px) {
  .bl-modalBtnBack {
    width: 51px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalBtnBack img {
    transform: scale(0.7);
  }
}
.bl-modalBtnBack span {
  display: none;
}

.bl-modalBody {
  position: absolute;
  width: 100%;
  top: 55px;
  bottom: 0;
}

@media screen and (max-width: 812px) {
  .bl-modalBody {
    top: 52px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modal {
    position: fixed;
    background-color: transparent;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl-modalContents {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    overflow: auto;
  }
  .bl-modalHeader {
    height: 70px;
  }
  .bl-modalHeader__title {
    font-size: var(--fontsize-headline-3);
    color: #FFF;
  }
  .bl-modalBtnClose {
    width: 36px;
    right: 30px;
  }
  .bl-modalBtnClose__inner {
    position: absolute;
    top: -16px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
  }
  .bl-modalHeaderIcon {
    width: 70px;
  }
  .bl-modalBtnBack {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 27px 0 27px;
  }
  .bl-modalBtnBack span {
    font-weight: 700;
    display: block;
    font-size: 14px;
    padding-left: 5px;
  }
  .bl-modalBtnBack:hover span {
    color: #ff6473;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .bl-modalBody {
    top: 72px;
  }
}
.bl-modal--min {
  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;
  -webkit-box-shadow: 0 2px 0 0 rgba(214, 227, 229, 0.1);
  box-shadow: 0 2px 0 0 rgba(214, 227, 229, 0.1);
}

.bl-modal--min .bl-modalBtnClose {
  border: none;
  width: 45px;
  height: 45px;
}

.bl-modal--min .bl-modalBody {
  position: relative;
  margin-top: 25px;
  top: auto;
}

.bl-modal--min .bl-modalContents {
  height: auto;
}

.bl-modalContents--min {
  left: 30px;
  right: 30px;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 30px;
}

.bl-modalContents__title--min {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  padding-bottom: 18px;
  position: relative;
}

.bl-modalContents__title--min:after {
  background-image: linear-gradient(90deg, #424952, #424952 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
}

@media screen and (min-width: 813px) {
  .bl-modal--min {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bl-modal--min .bl-modalBtnClose {
    border: none;
    width: 70px;
    height: 70px;
  }
  .bl-modal--min .bl-modalBody {
    margin-top: 32px;
  }
  .bl-modalContents--min {
    position: absolute;
    width: 990px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
    box-shadow: 0 4px 0 0 rgba(66, 73, 82, 0.1);
    overflow: hidden;
    padding: 44px 110px 138px;
  }
  .bl-modalContents__title--min {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.bl-modalAboutConsult__txt {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bl-modalAboutConsult__txt:before {
  background-image: url("../img/common/sprites.png");
  background-position: -338px -196px;
  width: 178px;
  height: 111px;
  background-size: 795px 778px;
  content: "";
  margin: 0 auto 22px;
  display: block;
}

.bl-modalAboutConsult__title {
  color: #00b8bf;
}

@media screen and (min-width: 813px) {
  .bl-modalAboutConsult {
    position: absolute;
    width: 380px;
    height: auto;
    border-radius: 6px;
    overflow: visible;
  }
  .bl-modalAboutConsult,
  .bl-modalAboutConsult .bl-modalContents--min {
    -webkit-box-shadow: 0 4px 0 0 rgba(214, 227, 229, 0.1);
    box-shadow: 0 4px 0 0 rgba(214, 227, 229, 0.1);
  }
  .bl-modalAboutConsult .bl-modalContents--min {
    left: auto;
    right: auto;
    padding: 20px 40px 35px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    border: 1px solid #dce1f2;
  }
  .bl-modalAboutConsult .bl-modalBtnClose {
    display: none;
  }
  .bl-modalAboutConsult__txt {
    line-height: 1.67;
  }
  .bl-modalAboutConsult__txt:before {
    background-image: url("../img/common/spritesL.png");
    background-position: -455px -856px;
    width: 184px;
    height: 114px;
    background-size: auto;
    margin: 0 auto 20px;
  }
  .bl-modalAboutConsult__title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.bl-modalTel__tel {
  border: 2px solid #ff6473;
  border-radius: 6px;
  position: relative;
  padding: 35px 0 24px;
}

.bl-modalTel__telTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  padding: 0 18px;
  top: -12px;
  border-radius: 12px;
  height: 25px;
  border: 2px solid #ff6473;
  background-color: #fff;
  font-size: 12px;
  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;
}

.bl-modalTel__telNum,
.bl-modalTel__telTitle {
  color: #ff6473;
  text-align: center;
  white-space: nowrap;
}

.bl-modalTel__txt {
  padding: 0 10px;
  line-height: 1.33;
  font-size: 12px;
  margin: 15px auto;
}

.bl-modalTel__btnTel {
  width: 100%;
  border-radius: 25px;
  height: 50px;
}

.bl-modalTel__footer {
  display: none;
}

@media screen and (min-width: 813px) {
  .bl-modalTel .bl-modalContents--min {
    max-height: 430px;
  }
  .bl-modalTel__tel {
    border-radius: 6px;
    padding: 35px 0 24px;
  }
  .bl-modalTel__telTitle {
    padding: 0 26px;
    top: -15px;
    border-radius: 15px;
    height: 30px;
  }
  .bl-modalTel__telNum {
    font-size: 24px;
  }
  .bl-modalTel__txt {
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
  }
  .bl-modalTel__btnTel {
    display: none;
  }
  .bl-modalTel__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 138px;
    background-color: #f3f7f7;
    color: #ff6473;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl-modalTel__footerLabel {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bl-modalTel__footerTel {
    margin-bottom: 8px;
    font-size: 30px;
    padding-right: 10px;
  }
  .bl-modalTel__iconTel {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin-right: 8px;
    margin-top: -6px;
  }
  .bl-modalTel__iconTel svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #ff6473;
  }
}
.bl-modalConsult .bl-modalContents {
  background-color: #fff;
}

.bl-modalConsult .bl-btnRounded {
  background-color: #00b8bf;
}

.bl-modalConsult .bl-btnRounded svg {
  fill: #00b8bf;
}

.bl-modalConsult .bl-form__errorMsgHead {
  margin-top: 20px;
  margin-bottom: -10px;
}

.bl-modalConsult .bl-form__inner {
  background-color: #fff;
}

.bl-modalConsult .bl-formBtnSubmit .bl-btnRounded__label--submitting {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.bl-modalConsultBody {
  background-color: #f3f7f7;
}

.bl-modalConsultBody--complete {
  left: 100%;
}

.bl-modalConsult.is-completed .bl-formBtnSubmit .bl-btnRounded__label,
.bl-modalConsult.is-submitting .bl-formBtnSubmit .bl-btnRounded__label {
  opacity: 0;
  visibility: hidden;
}

.bl-modalConsult.is-completed .bl-formBtnSubmit .bl-btnRounded__label--submitting,
.bl-modalConsult.is-submitting .bl-formBtnSubmit .bl-btnRounded__label--submitting {
  opacity: 1;
  visibility: visible;
}

.bl-modalConsult.is-completed .bl-modalConsultBody {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bl-modalConsultHeader {
  background-color: #00b8bf;
  z-index: 3;
}

.bl-modalConsultHeader .bl-modalHeader__title {
  color: #fff;
}

.bl-modalConsultHeader .bl-modalBtnClose {
  border: none;
}

.bl-modalConsultHeader .bl-modalBtnClose svg {
  fill: #00b8bf;
}

.bl-modalConsult__completeMsgs {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  padding: 46px 30px;
  text-align: center;
  background-color: #fff;
}

.bl-modalConsult__completeTitle {
  font-size: 20px;
  color: #00b8bf;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.bl-modalConsult__completeTitle:after {
  background-image: linear-gradient(90deg, #424952, #424952 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
}

.bl-modalConsult__completeMsg {
  font-size: 12px;
  line-height: 1.67;
}

.bl-modalConsult__completeFooter {
  border-top: 1px solid #dce1f2;
  background-color: #f3f7f7;
  padding: 35px 30px;
}

.bl-modalConsult__completeFooter .bl-btnRounded {
  width: 100%;
}

.is-desktop .bl-modalConsult .bl-btnRounded:not(:disabled):not(.is-disabled):hover {
  background-color: #0ed2d9 !important;
}

.is-desktop .bl-modalConsult .bl-btnRounded:not(:disabled):not(.is-disabled):hover svg {
  fill: #0ed2d9 !important;
}

@media screen and (min-width: 813px) {
  .bl-modalConsult .bl-modalContents {
    max-height: 703px;
  }
  .bl-modalConsult .bl-form {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .bl-modalConsult .bl-form__inner {
    padding-top: 40px;
    padding-bottom: 54px;
    border-radius: 0;
  }
  .bl-modalConsult .bl-formItem {
    margin-top: 40px;
  }
  .bl-modalConsult .bl-formHeader__thumb {
    width: 132px;
  }
  .bl-modalConsult .bl-formHeader__thumb img {
    border-width: 8px;
  }
  .bl-modalConsult .bl-formHeader__title {
    font-size: 20px;
    padding: 24px 40px 24px 182px;
    min-height: 103px;
  }
  .bl-modalConsult .bl-formFooter {
    padding: 30px 30px 40px;
  }
  .bl-modalConsult .bl-btnRounded {
    background-color: #00b8bf;
    height: 50px;
    border-radius: 25px;
  }
  .bl-modalConsult .bl-form__errorMsgHead {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .bl-modalConsult__completeMsgs {
    padding: 80px 15%;
    text-align: center;
    background-color: #fff;
  }
  .bl-modalConsult__completeTitle {
    font-size: 30px;
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
  .bl-modalConsult__completeMsg {
    font-size: 13px;
  }
  .bl-modalConsult__completeFooter {
    padding: 52px 30px;
  }
  .bl-modalConsult__completeFooter .bl-btnRounded {
    width: 290px;
    margin: auto;
    display: block;
  }
}
.bl-modalCategorySelector {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-bottom: 2px solid #dce1f2;
  display: none;
}

.bl-modalCategorySelector.is-visible {
  display: block;
}

.bl-modalCategorySelectorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 15px;
  height: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

.bl-modalCategorySelectorItem {
  margin-left: 8px;
  height: 100%;
  position: relative;
  list-style-type: none !important;
}

.bl-modalCategorySelectorItem:first-child {
  margin-left: 0;
}

.bl-modalCategorySelectorItem__btn {
  height: 100%;
  display: flex;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 813px) {
  .bl-modalCategorySelectorItem__btn:hover .bl-modalCategorySelectorItem__btnInner {
    color: var(--color-blue-secondary);
  }
}
.bl-modalCategorySelectorItem__btn:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  background-color: var(--color-blue-secondary);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  content: "";
}

.bl-modalCategorySelectorItem__btn.checked:before {
  width: 6px;
  height: 6px;
  background-color: var(--color-blue-secondary);
  display: block;
  content: "";
  position: absolute;
  border-radius: 100%;
  right: 7px;
  top: 11px;
}

@media screen and (min-width: 813px) {
  .bl-modalCategorySelectorItem__btn.checked:before {
    right: 2px;
    top: 18px;
  }
}
.bl-modalCategorySelectorItem.is-selected .bl-modalCategorySelectorItem__btn:after,
.is-desktop .bl-modalCategorySelectorItem:hover .bl-modalCategorySelectorItem__btn:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.bl-modalCategorySelectorItem__btnInner {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-size: 12px;
  white-space: nowrap;
  color: #333333;
}

@media screen and (max-width: 812px) {
  .bl-modalCategorySelectorItem__btnInner {
    font-size: 14px;
  }
}
.bl-modalCategorySelectorItem.is-selected .bl-modalCategorySelectorItem__btnInner,
.is-desktop .bl-modalCategorySelectorItem:hover .bl-modalCategorySelectorItem__btnInner {
  color: var(--color-blue-secondary);
}

@media screen and (min-width: 813px) {
  .bl-modalCategorySelector {
    height: 72px;
  }
  .bl-modalCategorySelector.bl-modalCategorySelector__lv2 {
    height: 72px;
  }
  .bl-modalCategorySelectorList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
  }
  .bl-modalCategorySelectorItem {
    margin-left: 10px;
  }
  .bl-modalCategorySelectorItem:first-child {
    margin-left: 0;
  }
  .bl-modalCategorySelectorItem__btn {
    padding: 0 10px;
  }
  .bl-modalCategorySelectorItem__btn:after {
    left: 10px;
    right: 10px;
  }
  .bl-modalCategorySelectorItem__btnInner {
    font-size: 16px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalCategorySelectorItem__btn:after {
    left: 4px;
    right: 10px;
    width: calc(100% - 8px);
  }
}
.bl-modalSearchOptions {
  padding: 20px 30px;
  display: none;
  text-align: left;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchOptions {
    padding: 20px 20px;
  }
}
.bl-modalSearchOptions.is-visible {
  display: block;
}

.bl-modalSearchAllOptions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none !important;
}

.bl-modalSearchAllOptions .bl-modalSearchOption {
  width: 100%;
  margin-left: 0;
  list-style-type: none !important;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchAllOptions .bl-modalSearchOption {
    width: 250px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchAllOptions .bl-modalSearchOption {
    width: 100%;
  }
}
.bl-modalSearchOption, .bl-modalSearchOptionSelect {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 21px 10px 21px 65px;
  min-height: 45px;
}
@media screen and (max-width: 812px) {
  .bl-modalSearchOption, .bl-modalSearchOptionSelect {
    padding: 18px 10px 18px 51px;
    min-width: 85%;
  }
}
.bl-modalSearchOption::before, .bl-modalSearchOptionSelect::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue-tertiary);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.bl-modalSearchOption::after, .bl-modalSearchOptionSelect::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: var(--border-primary);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bl-modalSearchOption:hover, .bl-modalSearchOptionSelect:hover {
  color: #FFF;
}
.bl-modalSearchOption:hover::before, .bl-modalSearchOptionSelect:hover::before {
  background: var(--color-blue-primary);
}

.bl-modalSearchOptionSelect:first-child {
  margin-top: 0;
}

.bl-modalSearchOption__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 30px;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  border: 1px solid #B8BBBD;
  border-radius: 2px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 812px) {
  .bl-modalSearchOption__icon {
    left: 15px;
  }
}
.bl-modalSearchOption__label {
  font-size: 16px;
  line-height: 1.33;
  -webkit-transition: color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bl-modalSearchOption.is-selected:after {
  opacity: 1;
}

.bl-modalSearchOption.is-selected .bl-modalSearchOption__icon {
  border-color: var(--color-blue-secondary);
  background-color: var(--color-blue-secondary);
}

.bl-modalSearchOption .bl-modalSearchOption__icon::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.bl-modalSearchOption.is-selected .bl-modalSearchOption__icon::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.is-desktop .bl-modalSearchOption:hover:after {
  opacity: 1;
}

.is-desktop .bl-modalSearchOption:hover .bl-modalSearchOption__label {
  color: #ff6473;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchOptions {
    padding: 10px 10px 40px 20px;
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bl-modalSearchOptions.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl-modalSearchOption:first-child, .bl-modalSearchOptionSelect:first-child {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 30px;
    min-width: 300px;
    padding: 21px 10px 23px 65px;
  }
  .bl-modalSearchOptions.is-2column .bl-modalSearchOption {
    width: 470px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .bl-modalSearchOptions.is-2column .bl-modalSearchOption:nth-child(2n-1) {
    margin-left: 0;
  }
  .bl-modalSearchOption__icon {
    width: 24px;
    height: 24px;
  }
  .bl-modalSearchOption__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .bl-modalSearchOption {
    padding: 22px 10px 22px 65px;
    min-height: 40px;
    width: 250px;
    margin-left: 9px;
    margin-bottom: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .bl-modalSearchOption {
    padding: 22px 10px 22px 65px;
    min-height: 40px;
    width: calc((100% - 27px) / 3);
    margin-left: 9px;
    margin-bottom: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchOption {
    width: 100%;
    margin-bottom: 18px;
  }
}
.bl-modalSearchOptionSelect.sty_select {
  position: relative;
  cursor: pointer;
}
.bl-modalSearchOptionSelect.sty_select::after {
  background: url(../images/icn_arrow_down__blk.svg) right 15px center/24px no-repeat;
}
.bl-modalSearchOptionSelect.sty_select select {
  position: relative;
  z-index: 1;
}
.bl-modalSearchOptionSelect.sty_select:hover::after {
  background: url(../images/icn_arrow_down__w.svg) right 15px center/24px no-repeat;
}
.bl-modalSearchOptionSelect.sty_select:hover select {
  color: #FFF;
}
.bl-modalSearchOptionSelect.sty_select:hover select option {
  color: #000;
}

.bl-modalSearchOptionSelect {
  display: flex;
  padding: 0 !important;
}
.bl-modalSearchOptionSelect select {
  width: 100%;
  padding: 21px 28px;
  border: none;
  appearance: none;
}
.bl-modalSearchOptionSelect .el_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.bl-modalSearchNav_multiSearch_wrap {
  position: absolute;
  top: 52.8vh;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  padding-bottom: 0;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_multiSearch_wrap {
    position: fixed;
    top: auto;
    bottom: 122px;
    padding-bottom: 21px;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}
.bl-modalSearchNav_checkBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 15px;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav_checkBox {
    padding-bottom: 70px;
    width: calc(100% - 60px);
    margin: 4px auto 15px;
  }
}
.bl-modalSearchNav_checkBox .sty_checkbox {
  margin-left: 70px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox {
    margin-left: 10px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox {
    padding: 10px 20px 30px;
    margin-top: 1px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNav_checkBox label {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox label {
    margin-left: 0;
    margin-right: 0;
    width: calc((100% - 10px) / 2);
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox {
    width: 100%;
    justify-content: space-between;
  }
}
.bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie {
  padding-left: 16px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie {
    padding-left: 30px;
    font-size: 13px;
  }
}
.bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie::before {
  left: -20px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie::before {
    left: 0px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie::after {
    left: -14px;
    top: -3px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--movie::after {
    left: 6px;
    top: -2px;
  }
}
.bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit {
  padding-left: 34px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit {
    padding-left: 34px;
    letter-spacing: -0.02em;
    font-size: 13px;
  }
}
.bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit::before {
  left: -3px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit::before {
    left: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit::after {
    left: 3px;
    top: -3px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_checkBox .sty_checkbox .checkbox-label--recruit::after {
    left: 10px;
    top: -2px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNav_multiSearch .submit_multiSearch {
    min-width: 350px;
    padding: 14px 5px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_multiSearch .submit_multiSearch {
    width: 100%;
    margin: 0 auto;
    padding: 11px 5px 12px;
    font-size: 14px;
  }
}
.bl-modalSearchNav_multiSearch .bl_btn.bl_btn__icn::before {
  right: 20px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav_multiSearch .bl_btn.bl_btn__icn::before {
    right: 15px;
  }
}
.bl_inputWrap {
  width: calc(100% - 520px);
  height: 60px;
  margin-left: 5px;
  background: #EFF1F2;
  position: relative;
}
.bl_inputWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 15px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-image: url(../images/icn_search__blk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 812px) {
  .bl_inputWrap {
    width: 100%;
    margin-top: 24px;
    position: relative;
    margin-left: 0;
  }
}
.bl_inputWrap input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  outline: 2px solid #E1E6E8;
}
.bl_inputWrap input:focus {
  outline: var(--border-blue);
}

@media screen and (max-width: 812px) {
  .bl_inputWrap input {
    height: 45px;
  }
}
.bl-modalSearchNav {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 10px;
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav {
    margin: 0 20px;
  }
}
.bl-modalSearchNav_multiSearch {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  z-index: 3;
  text-align: center;
  background-color: #f5f5f5;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav_multiSearch {
    background-color: #fff;
    border-top: 1px solid #dce1f2;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav_multiSearch {
    padding: 0px 20px 41px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNav_multiSearch {
    position: static;
    display: block;
    border: 0;
    background-color: transparent;
    padding: 5px 0 20px;
  }
  .bl-modalSearchNav_multiSearch--sizeM {
    display: none;
  }
}
.bl-modalSearchNav_multiSearchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav_multiSearchBtn {
    width: 250px;
    background-color: #00b8bf;
    border: 3px solid #eff5f5;
    margin-bottom: 0;
    margin: 0 auto;
  }
}
.bl-modalSearchNav_multiSearchBtn .bl-btnSearch__mark:disabled svg {
  fill: #d6e3e5;
}

.bl-modalSearchNav_multiSearchBtn .bl-btnSearch__label {
  position: relative;
  left: 6px;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav_multiSearchBtn .bl-btnSearch__label {
    left: 14px;
  }
}
.bl-modalSearchNav_clearAllBtn {
  width: 100%;
  height: 40px;
  font-size: 12px;
  border: 3px solid #d6e3e5;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 700;
  color: #424952;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav_clearAllBtn {
    width: 130px;
    height: 50px;
    font-size: 16px;
    border: 2px solid #d6e3e5;
  }
}
.bl-modalSearchNavBtn {
  height: 87px;
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl-modalSearchNavBtn img {
  transition: all 0s ease;
}
.bl-modalSearchNavBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue-tertiary);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.bl-modalSearchNavBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: var(--border-primary);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bl-modalSearchNavBtn:hover::before {
  background: var(--color-blue-primary);
}
.bl-modalSearchNavBtn:hover .bl-searchIcon img, .bl-modalSearchNavBtn:hover .bl-modalSearchNav__text img {
  filter: invert(30%) sepia(100%) saturate(300%) hue-rotate(149deg) brightness(94%) contrast(92%);
}
.bl-modalSearchNavBtn:hover .bl-modalSearchNav__label {
  color: #FFF;
}

.bl-modalSearchNavBtn {
  height: auto;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNavBtn {
    height: 110px;
    margin-bottom: 10px;
  }
}
.bl-modalSearchNavBtn__inner {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .bl-modalSearchNavBtn__inner {
    top: 9px;
  }
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNavBtn__inner {
    padding: 0 11px;
    position: relative;
    top: -1px;
  }
}
.bl-modalSearchNavBtn__inner .bl-searchIcon {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.bl-modalSearchNavBtn__inner .bl-modalSearchNav__label {
  color: var(--color-base-gray);
  text-align: center;
  font-weight: bold;
}

.bl-modalSearchNavBtn__inner .bl-modalSearchNav__label .bl-modalSearchNav__text {
  display: block;
  margin-bottom: 24px;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNavBtn__inner .bl-modalSearchNav__label .bl-modalSearchNav__text img {
    width: auto;
    height: 12px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNavBtn__inner .bl-modalSearchNav__label .bl-modalSearchNav__text {
    height: 19px;
    margin-bottom: 2px;
  }
  .bl-modalSearchNavBtn__inner .bl-modalSearchNav__label .bl-modalSearchNav__text img {
    width: auto;
    height: 8px;
  }
}
.bl-modalSearchNav__label {
  font-size: 12px;
  white-space: nowrap;
  display: block;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 2px;
}
@media screen and (max-width: 812px) {
  .bl-modalSearchNav__label {
    margin-top: 8px;
  }
}

@media screen and (max-width: 812px) {
  .bl-modalSearchNav__label {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -8px;
  }
}
.is-desktop .bl-modalSearchNavBtn:hover .bl-modalSearchNav__label {
  color: #fe8894;
}

.is-desktop .bl-modalSearchNavBtn:hover .bl-searchIcon {
  -webkit-transform: scale(0.72);
  transform: scale(0.72);
}

.bl-modalSearch__freeword {
  width: 100%;
  border-top: 1px solid #dce1f2;
  padding: 20px 30px;
  margin-top: 10px;
  margin-bottom: 150px;
}

.bl-modalSearch__freeword .bl-freewordInput__input {
  background-color: #fff;
}

.bl-modalSearchBody {
  bottom: 131px;
}

.bl-modalSearch.is-portal .bl-modalSearchBody {
  bottom: 0;
}

.bl-modalSearch__footer {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 94px;
  background-color: #FFF;
  padding: 15px 30px;
  outline: var(--border-primary);
  z-index: 1;
}

@media screen and (max-width: 812px) {
  .bl-modalSearch__footer {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    height: 147px !important;
    padding: 0px 20px 20px;
  }
}
@media screen and (max-width: 812px) {
  #modal-01 .bl-modalSearch__footer {
    height: 85px !important;
    padding: 0px 20px 20px;
  }
}
.bl-modalSearch__footer .bl-btnSearch {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.bl-modalSearch__footer .bl-btnSearch .bl-btnSearch__label {
  font-size: 15px;
}

.bl-modalSearch__footer .bl-btnClear {
  width: 100%;
}

.bl-modalSearchLineSelectors {
  position: relative;
  padding: 20px 15px;
  display: none;
}

.bl-modalSearchLineSelectors.is-visible {
  display: block;
}

.bl-modalSearchLineSelectors__gruop {
  width: 100%;
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-modalSearchLineSelectors__gruop .bl-selector {
  width: calc((100% - 10px) / 2);
  position: relative;
  left: auto;
  right: auto;
  height: 45px;
}

.bl-modalSearchLineSelectors__gruop .bl-selector__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 10px;
}

.bl-modalSearchLineSelectors__gruop:first-child {
  margin-top: 0;
}

.bl-modalSearchNavBtn.isSelectedAtLeastOne::before {
  background: var(--color-blue-primary);
}
.bl-modalSearchNavBtn.isSelectedAtLeastOne .bl-searchIcon img, .bl-modalSearchNavBtn.isSelectedAtLeastOne .bl-modalSearchNav__text img {
  filter: invert(30%) sepia(100%) saturate(300%) hue-rotate(149deg) brightness(94%) contrast(92%);
}
.bl-modalSearchNavBtn.isSelectedAtLeastOne .bl-modalSearchNav__label {
  color: #FFF;
}

@media screen and (min-width: 813px) {
  .bl-modalSearchNav {
    margin: 0 30px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .bl-modalSearchNavBtn {
    height: 183px;
    width: calc((100% - 30px) / 4);
    margin-bottom: 16px;
    transition: 0.3s ease;
  }
}
@media only screen and (min-width: 813px) and (orientation: landscape) {
  .bl-modalSearchNavBtn {
    height: 190px;
  }
}
@media screen and (min-width: 813px) {
  .bl-modalSearchNavBtn .bl-searchIcon {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: -10px;
  }
  .is-desktop .bl-modalSearchHistory .bl-modalSearchNavBtn {
    width: calc((100% - 20px) / 2);
  }
  .is-desktop .bl-modalSearchNavBtn:hover .bl-searchIcon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bl-modalSearchNav__label {
    font-size: var(--fontsize-l);
    margin-top: 14px;
  }
  .bl-modalSearch__freeword {
    width: 100%;
    border-top: 1px solid #dce1f2;
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .bl-modalSearch__freeword .bl-freewordInput__input {
    width: 480px;
    margin: auto;
  }
  .bl-modalSearchBody {
    bottom: 70px;
  }
  .bl-modalSearch__footer {
    width: 100%;
    padding: 0;
    height: 94px;
  }
  .bl-modalSearch__footer .bl-btnSearch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
  }
  .bl-modalSearch__footer .bl-btnSearch .bl-btnSearch__label {
    font-size: 18px;
  }
  .bl-modalSearch__footer .bl-btnClear {
    position: absolute;
    top: -11px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 200px;
    height: 55px;
    right: 30px;
  }
  .bl-modalSearchLineSelectors {
    padding: 36px 115px;
  }
  .bl-modalSearchLineSelectors__gruop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bl-modalSearchLineSelectors__gruop .bl-selector {
    width: calc((100% - 10px) / 2);
    position: relative;
    left: auto;
    right: auto;
    height: 50px;
  }
  .bl-modalSearchLineSelectors__gruop .bl-selector__label {
    left: 16px;
  }
  .bl-modalSearchLineSelectors__gruop + .bl-modalSearchOptions {
    padding-top: 5px;
  }
}
.bl-searchIcon {
  border-radius: 50%;
  height: 55px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .bl-searchIcon {
    height: 30px;
  }
}

@media screen and (min-width: 813px) {
  .bl-searchIcon--place img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--ocupation img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--category img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--status img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--salary img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--feature img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--myself img {
    width: 48px;
    height: 48px;
  }
  .bl-searchIcon--railway img {
    width: 48px;
    height: 55px;
  }
}
@media screen and (max-width: 812px) {
  .bl-searchIcon {
    height: 28px;
  }
}
@media screen and (max-width: 812px) {
  .bl-searchIcon--place {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--ocupation {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--category {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--status {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--salary {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--feature {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--myself {
    width: 48px;
    height: auto;
  }
  .bl-searchIcon--railway {
    width: 48px;
    height: auto;
  }
}
.modalType1-enter-active,
.modalType1-enter-active .bl-modalContents,
.modalType1-leave-active,
.modalType1-leave-active .bl-modalContents {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.modalType1-leave-active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modalType1-enter .bl-modalContents,
.modalType1-leave-to .bl-modalContents {
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

.modalType1-enter-to .bl-modalContents,
.modalType1-leave .bl-modalContents {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modalType2-enter-active,
.modalType2-enter-active .bl-modalContents,
.modalType2-leave-active,
.modalType2-leave-active .bl-modalContents {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.modalType2-leave-active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modalType2-enter .bl-modalContents {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.modalType2-leave-to .bl-modalContents {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.modalType2-enter-to .bl-modalContents,
.modalType2-leave .bl-modalContents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modalType3-enter-active,
.modalType3-enter-active .bl-modalContents,
.modalType3-leave-active,
.modalType3-leave-active .bl-modalContents {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.modalType3-leave-active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modalType3-enter .bl-modalContents {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.modalType3-leave-to .bl-modalContents {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.modalType3-enter-to .bl-modalContents,
.modalType3-leave .bl-modalContents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.toolTip-enter-active,
.toolTip-leave-active {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.toolTip-enter,
.toolTip-leave-to {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
}

.toolTip-enter-to,
.toolTip-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.swiper-scrollbar {
  background-color: #d6e3e5;
}

.swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.3);
}

.bl-searchIcon--recentClock {
  background-color: #ff6473 !important;
}

.bl-searchIcon--recentClock svg {
  width: 36px;
  height: 34px;
}

.bl-searchIcon--history {
  background-color: #ff6473 !important;
}

.bl-searchIcon--history svg {
  width: 17px;
  height: 18px;
}

.bl-formHeader {
  width: 100%;
}

.bl-formHeader__head {
  width: 100%;
  height: 45px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  color: #fff;
}

.bl-formHeader__titles {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #dce1f2;
}

.bl-formHeader__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  border-right: 1px solid #dce1f2;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bl-formHeader__thumb img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}

.bl-formHeader__title {
  padding: 10px 23px 10px 113px;
  position: relative;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 1.66;
  min-height: 71px;
}

@media screen and (min-width: 813px) {
  .bl-formHeader {
    width: 100%;
  }
  .bl-formHeader__head {
    height: 70px;
    font-size: 18px;
  }
  .bl-formHeader__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 142px;
  }
  .bl-formHeader__thumb img {
    border: 10px solid #fff;
  }
  .bl-formHeader__title {
    padding: 30px 40px 30px 182px;
    font-size: 24px;
    min-height: 111px;
  }
}
.bl-form,
.bl-form__lead {
  position: relative;
}

.bl-form__lead {
  padding: 24px 0;
  font-size: 12px;
  text-align: center;
}

.bl-form__lead:after {
  background-image: linear-gradient(90deg, #424952, #424952 2px, transparent 0, transparent 4px);
  background-size: 4px 2px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
}

.bl-form__lead .bl-formErrorMsg {
  margin-top: 6px;
  font-size: 11px;
}

.bl-form--complete .bl-form__lead {
  font-size: 20px;
  padding: 33px 0;
}

.bl-form__inner {
  padding: 30px 30px 35px;
  position: relative;
  border-bottom: 1px solid #dce1f2;
}

@media screen and (min-width: 813px) {
  .bl-form {
    padding: 0 15%;
    background-color: #f3f7f7;
  }
  .bl-form__lead {
    padding: 50px 0 35px;
    font-size: 18px;
  }
  .bl-form__lead .bl-formErrorMsg {
    margin-top: 12px;
    font-size: 14px;
  }
  .bl-form__inner {
    margin: 0 auto;
    max-width: 1020px;
    padding: 54px 14% 84px;
    border-radius: 6px;
    background-color: #fff;
    border-bottom: none;
  }
  .bl-form--complete .bl-form__inner {
    padding-bottom: 50px;
  }
  .bl-form--complete .bl-form__lead {
    padding: 50px 0;
    font-size: 30px;
  }
}
.bl-formItem {
  position: relative;
  margin-top: 30px;
}

.bl-formItem:first-child {
  margin-top: 0;
}

.bl-formItemGroup .bl-formItem {
  margin-top: 30px;
}

.bl-formItem__label {
  font-size: 12px;
}

.bl-formItem__contents {
  margin-top: 12px;
}

.bl-form--confirm .bl-formItem__contents {
  font-size: 12px;
  padding-left: 15px;
  color: #94a3a9;
  line-height: 1.66;
}

.bl-formItem__required {
  font-size: 9px;
  color: #ff6473;
  padding-left: 0.6em;
}

input.bl-formItem__textField {
  font-size: 16px;
  border-radius: 6px;
  background-color: #f3f7f7;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none !important;
}

input.bl-formItem__textField[readonly] {
  background-color: #fff;
  border: 1px solid #d6e3e5 !important;
}

input.bl-formItem__textField.bl-formItem__textField--l1 {
  width: 160px;
}

input.bl-formItem__textField::-webkit-input-placeholder {
  font-size: 12px;
  color: #94a3a9;
}

input.bl-formItem__textField::-moz-placeholder {
  font-size: 12px;
  color: #94a3a9;
}

input.bl-formItem__textField:-ms-input-placeholder {
  font-size: 12px;
  color: #94a3a9;
}

input.bl-formItem__textField::-ms-input-placeholder {
  font-size: 12px;
  color: #94a3a9;
}

input.bl-formItem__textField::placeholder {
  font-size: 12px;
  color: #94a3a9;
}

input.bl-formItem__textField.is-error {
  background-color: #ffe8e2;
  border: 1px solid #ff6473 !important;
}

.bl-formItem__birthday {
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.bl-formItemSelectorUnit {
  font-size: 12px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
}

.bl-formItem .bl-selector {
  border-radius: 6px;
  background-color: #f3f7f7;
  width: 80px;
  height: 45px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.bl-formItem .bl-selector:before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d6e3e5;
  right: 24px;
  content: "";
}

.bl-formItem .bl-selector:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 6px;
  width: 6px;
  margin-top: 1.5px;
  border: 3px solid transparent;
  border-top-color: #424952;
  content: "";
}

.bl-formItem .bl-selector.is-error {
  border: 1px solid #ff6473;
  background-color: #ffe8e2;
}

.bl-formItem .bl-selector.is-error:before {
  background-color: #ff6473;
}

.bl-formItem .bl-selector.is-error:after {
  border-top-color: #ff6473;
}

.bl-formItem .bl-selector__label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding-right: 24px;
  color: #94a3a9;
  letter-spacing: normal;
  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;
  position: relative;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.bl-formItemSelector.has-value .bl-formItem .bl-selector__label {
  color: #424952;
}

.bl-formItem .bl-selector__select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.bl-formItem .bl-selector.is-year {
  width: 90px;
  margin-right: 6px;
}

.bl-formItem .bl-selector.is-date,
.bl-formItem .bl-selector.is-month {
  margin: 0 6px;
}

@media screen and (max-width: 320px) {
  .bl-formItem .bl-selector.is-year {
    width: 70px;
    margin-right: 4px;
  }
  .bl-formItem .bl-selector.is-date,
  .bl-formItem .bl-selector.is-month {
    width: 64px;
    margin: 0 4px;
  }
  .bl-formItemSelectorUnit {
    font-size: 10px;
  }
}
.bl-formItem__inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 10px;
}

.bl-formItem__inputGroup:first-child {
  margin-top: 0;
}

.bl-formItem__inputGroup .bl-formItem__textField {
  width: calc((100% - 10px) / 2);
}

.bl-formErrorMsg {
  font-size: 10px;
  margin-top: 6px;
}

.bl-formErrorMsg[v-cload] {
  display: none;
}

.bl-formItem__child {
  margin-top: 12px;
}

.bl-formItem__child:first-child {
  margin-top: 0;
}

.bl-formItem__childTitle {
  font-size: 12px;
  margin-bottom: 10px;
  color: #94a3a9;
}

@media screen and (min-width: 813px) {
  .bl-formItem {
    margin-top: 54px;
  }
  .bl-formItem:first-child {
    margin-top: 0;
  }
  .bl-formItem__label {
    font-size: 16px;
  }
  .bl-formItem__contents {
    margin-top: 16px;
  }
  .bl-form--confirm .bl-formItem__contents {
    font-size: 14px;
    padding-left: 22px;
  }
  .bl-formItem__required {
    font-size: 12px;
  }
  input.bl-formItem__textField {
    font-size: 14px;
    border-radius: 6px;
    height: 50px;
    padding: 0 22px;
  }
  input.bl-formItem__textField.bl-formItem__textField--l2 {
    width: 300px;
  }
  .bl-formItemSelectorUnit {
    font-size: 14px;
    line-height: 50px;
  }
  .bl-formItem .bl-selector {
    border-radius: 6px;
    width: 120px;
    height: 50px;
  }
  .bl-formItem .bl-selector:before {
    right: 21px;
  }
  .bl-formItem .bl-selector:after {
    right: 6px;
    height: 8px;
    width: 8px;
    margin-top: 2px;
    border: 4px solid transparent;
    border-top-color: #424952;
  }
  .bl-formItem .bl-selector__label {
    font-size: 14px;
    padding-right: 21px;
  }
  .bl-formItem .bl-selector.is-year {
    width: 180px;
    margin-right: 18px;
  }
  .bl-formItem .bl-selector.is-date,
  .bl-formItem .bl-selector.is-month {
    margin: 0 18px;
  }
  .bl-formItem__textField::-webkit-input-placeholder {
    font-size: 14px;
  }
  .bl-formItem__textField::-moz-placeholder {
    font-size: 14px;
  }
  .bl-formItem__textField:-ms-input-placeholder {
    font-size: 14px;
  }
  .bl-formItem__textField::-ms-input-placeholder {
    font-size: 14px;
  }
  .bl-formItem__textField::placeholder {
    font-size: 14px;
  }
  .bl-formItem__inputGroup {
    margin-top: 15px;
  }
  .bl-formItem__inputGroup:first-child {
    margin-top: 0;
  }
  .bl-formItem__inputGroup .bl-formItem__textField {
    width: calc((100% - 20px) / 2);
  }
  .bl-formItemGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 40px;
  }
  .bl-formItemGroup .bl-formItem {
    margin-top: 0;
    width: calc((100% - 20px) / 2);
  }
  .bl-formErrorMsg {
    font-size: 12px;
    margin-top: 8px;
  }
  .bl-formItem__child {
    margin-top: 14px;
  }
  .bl-formItem__child:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bl-formItem .bl-selector.is-year {
    width: 140px;
  }
}
.bl-formFooter {
  background-color: #f3f7f7;
  padding: 25px 30px 30px;
}

.bl-formFooter__link {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

.bl-formFooter__link a {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.is-desktop .bl-formFooter__link a:hover {
  opacity: 0.7;
}

.bl-formFooter__linkIcon {
  display: inline-block;
  width: 15px;
  height: 12px;
  fill: #424952;
  margin-right: 0.6em;
}

.bl-formBtnSubmit {
  width: 100%;
  height: 70px;
  border-radius: 35px;
}

.bl-formBtnSubmit .bl-btnRounded__label {
  font-size: 15px;
}

@media screen and (max-width: 320px) {
  .bl-formBtnSubmit .bl-btnRounded__label {
    font-size: 14px;
  }
}
.bl-formBtnBack {
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
}

.bl-formBtnBack .bl-btnRounded__label {
  color: #ff6473;
}

.bl-formBtnBack:before {
  left: 35px;
  background-color: #d6e3e5;
  width: 1px;
  height: 20px;
  content: "";
}

.bl-formBtnBack .bl-formBtnBack__arrow,
.bl-formBtnBack:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.bl-formBtnBack .bl-formBtnBack__arrow {
  left: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  fill: #ff6473;
  width: 6px;
  height: 10px;
}

.bl-formBtnTop {
  margin: 0 auto;
}

.bl-form__completeMsg {
  font-size: 12px;
  text-align: center;
  line-height: 1.66;
  padding-top: 23px;
}

@media screen and (max-width: 320px) {
  .bl-form__completeMsg {
    font-size: 11px;
  }
}
@media screen and (min-width: 813px) {
  .bl-formFooter {
    max-width: 1020px;
    margin: auto;
    padding: 42px 30px 54px;
    position: relative;
  }
  .bl-formFooter__link {
    font-size: 14px;
  }
  .bl-formFooter__linkIcon {
    width: 16px;
    height: 13px;
  }
  .bl-formBtnSubmit {
    width: 450px;
    height: 80px;
    margin: auto;
    display: block;
    border-radius: 40px;
  }
  .bl-formBtnSubmit .bl-btnRounded__label {
    font-size: 18px;
  }
  .bl-formBtnSubmit .bl-btnRounded__label br {
    display: none;
  }
  .bl-form--confirm .bl-formBtnSubmit {
    max-width: 450px;
    width: 47%;
  }
  .bl-formBtnBack {
    position: absolute;
    margin: 0;
    top: 42px;
    left: 0;
    width: 180px;
    height: 80px;
    border-radius: 40px;
  }
  .bl-formBtnBack:before {
    left: 42px;
    width: 1px;
    height: 14px;
  }
  .bl-formBtnBack .bl-formBtnBack__arrow {
    left: 18px;
    width: 8px;
    height: 14px;
  }
  .bl-formBtnBack .bl-btnRounded__label {
    font-size: 14px;
    padding-left: 30px;
  }
  .bl-formBtnTop {
    max-width: 280px;
  }
  .bl-form__completeMsg {
    font-size: 13px;
    padding-top: 30px;
    line-height: 2;
  }
}
.bl-searchForm {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 0;
  height: 0;
  overflow: hidden;
}

.errorMsg-enter-active,
.errorMsg-leav-active {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.errorMsg-enter-to,
.errorMsg-leave {
  opacity: 1;
}

.errorMsg-enter,
.errorMsg-leave-to {
  opacity: 0;
}

.p-loading {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.p-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.p-loading__indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-header {
  width: 100%;
  height: 55px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.p-header__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 86px;
  height: 21px;
  left: 15px;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.p-header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.is-desktop .p-header__logo:hover {
  opacity: 0.7;
}

.p-headerSubTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 109px;
  height: 100%;
  font-size: 6px;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0;
}

.p-headerSubTitle-pc {
  display: none;
}

.p-headerSubTitle__line1 {
  display: block;
}

.p-headerSubTitle__line2 {
  display: block;
}

.p-btnFavlist {
  position: absolute;
  top: 0;
  width: 45px;
  height: 55px;
  right: 45px;
}

.p-btnFavlist__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #ffe8e2;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btnFavlist__inner svg {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  fill: #ff6473;
  width: 15px;
  height: 14px;
}

.p-btnFavlist__count {
  font-family: Futura, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  padding: 3px 2px 0;
  font-size: 10px;
  color: #ff6473;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: 50%;
  bottom: 50%;
  margin-left: 3px;
  margin-bottom: 2px;
}

.p-btnFavlist__count span {
  font-size: 8px;
}

.p-btnBookmark {
  position: absolute;
  top: 0;
  width: 45px;
  height: 55px;
  right: 90px;
}

.p-btnBookmark__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #f3f7f7;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.p-btnBookmark__inner svg {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  fill: #00b8bf;
  width: 15px;
  height: 14px;
}

.p-btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 55px;
}

.p-btnSearch__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #00b8bf;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btnSearch__inner svg {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  fill: #fff;
  width: 14px;
  height: 14px;
}

.is-desktop .p-btnBookmark:hover svg,
.is-desktop .p-btnFavlist:hover svg,
.is-desktop .p-btnSearch:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.is-desktop .p-btnFavlist:hover .p-btnFavlist__inner {
  background-color: #fcf4f2;
}

.is-desktop .p-btnSearch:hover .p-btnSearch__inner {
  background-color: #0ed2d9;
}

.is-desktop .p-btnBookmark:hover .p-btnBookmark__inner {
  background-color: #f8fafa;
}

.p-btnAbout,
.p-headerNumJobs {
  display: none;
}

@media screen and (max-width: 320px) {
  .p-header__logo {
    width: 72px;
    height: 19px;
    left: 10px;
  }
  .p-headerSubTitle {
    left: 90px;
    font-size: 6px;
  }
  .p-btnFavlist {
    width: 45px;
    right: 45px;
  }
  .p-btnBookmark {
    width: 45px;
    right: 90px;
  }
  .p-btnSearch {
    width: 45px;
  }
}
@media screen and (min-width: 813px) {
  .p-header {
    width: 100%;
    height: 80px;
  }
  .p-header__logo {
    width: 140px;
    height: 36px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header__logo svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-headerSubTitle {
    left: 102px;
    font-size: 11px;
  }
  .p-headerSubTitle-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-headerSubTitle-sp {
    display: none;
  }
  .p-btnFavlist {
    width: 80px;
    height: 80px;
    right: 80px;
  }
  .p-btnFavlist__inner svg {
    width: 22px;
    height: 20px;
  }
  .p-btnBookmark {
    width: 80px;
    height: 80px;
    right: 160px;
  }
  .p-btnBookmark__inner svg {
    width: 22px;
    height: 20px;
  }
  .p-btnSearch {
    width: 80px;
    height: 80px;
  }
  .p-btnSearch__inner svg {
    width: 20px;
    height: 20px;
  }
  .p-btnAbout {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    display: block;
  }
  .p-btnAbout__inner {
    width: 100%;
    height: 100%;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    background-color: #f3f7f7;
    -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-btnAbout__inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .p-btnAbout__inner svg {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    display: block;
    top: 1px;
    width: 16px;
    height: 20px;
    fill: #424952;
  }
  .is-desktop .p-btnAbout:hover {
    background-color: #f8fafa;
  }
  .is-desktop .p-btnAbout:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p-headerNumJobs {
    font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 270px;
    top: 22px;
    font-size: 11px;
    text-align: right;
    letter-spacing: -0.01em;
  }
  .p-headerNumJobs__title {
    margin-bottom: 6px;
  }
  .p-headerNumJobs__num {
    font-size: 24px;
    padding: 0 0.3em;
    letter-spacing: -0.05em;
  }
}
.p-footer {
  background-color: #fff;
  overflow: hidden;
}

.p-footer__numJobsBlock {
  background-color: #ffe8e2;
  height: 146px;
  width: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.p-footer__numJobsBlock:after,
.p-footer__numJobsBlock:before {
  position: absolute;
  bottom: 0;
  content: "";
}

.p-footer__numJobsBlock:before {
  background-position: -629px 0;
  width: 75px;
  height: 133px;
  right: 50%;
  margin-right: 106px;
}

.p-footer__numJobsBlock:after {
  background-position: -629px -134px;
  width: 74px;
  height: 134px;
  left: 50%;
  margin-left: 108px;
}

.p-footerNumJobs {
  -webkit-box-shadow: 0 2px 0 0 #ffdcd3;
  box-shadow: 0 2px 0 0 #ffdcd3;
  padding: 20px 20px 16px;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-align: center;
}

.p-footerNumJobs__title {
  text-align: center;
  border-bottom: 1px solid #dce1f2;
  padding-bottom: 12px;
  margin-bottom: 12px;
  width: 165px;
}

.p-footerNumJobs__num {
  font-size: 25px;
  letter-spacing: -0.05em;
  padding: 0 0.3em;
}

.p-footer__headBlock {
  text-align: center;
  padding: 40px 0 42px;
}

.p-footer__logo {
  width: 122px;
  height: 31px;
  margin: 0 auto 10px;
}

.p-footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-footer__logoSogoCareer {
  position: relative;
  margin: auto;
  width: 103px;
  height: 17px;
}

.p-footer__logoSogoCareer a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  background-image: url("../img/common/sprites.png");
  background-position: -255px -414px;
  width: 103px;
  height: 17px;
  background-size: 795px 778px;
  display: block;
}

.p-footerAbout {
  font-size: 12px;
  letter-spacing: -0.01em;
  margin-top: 26px;
}

.p-footerAbout__listItem {
  margin-top: 1.6em;
}

.p-footerAbout__listItem a {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.p-footer__pref {
  padding: 40px 24px 20px;
  background-color: #f3f7f7;
  font-size: 12px;
}

.p-footer__prefList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-footer__prefItem {
  margin-bottom: 1.4em;
  white-space: nowrap;
  width: 9em;
  text-align: center;
}

.p-footer__prefItem a {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.is-desktop .p-footer__prefItem:hover a,
.is-desktop .p-footerAbout__listItem:hover a {
  opacity: 0.7;
}

.p-footer__copyright {
  height: 55px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  letter-spacing: 0;
  font-size: 9px;
  background-color: #f3f7f7;
  border-top: 1px solid #dce1f2;
}

@media screen and (min-width: 813px) {
  .p-footer__numJobsBlock {
    height: 220px;
  }
  .p-footer__numJobsBlock:before {
    background-position: -934px -638px;
    width: 400px;
    height: 172px;
    margin-right: 170px;
  }
  .p-footer__numJobsBlock:after,
  .p-footer__numJobsBlock:before {
    background-image: url("../img/common/spritesL.png");
    background-size: auto;
  }
  .p-footer__numJobsBlock:after {
    background-position: -934px -463px;
    width: 415px;
    height: 173px;
    margin-left: 170px;
  }
  .p-footerNumJobs {
    -webkit-box-shadow: 0 4px 0 0 #ffdcd3;
    box-shadow: 0 4px 0 0 #ffdcd3;
    padding: 30px 30px 24px;
    font-size: 14px;
  }
  .p-footerNumJobs__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 220px;
  }
  .p-footerNumJobs__num {
    font-size: 32px;
  }
  .p-footer__headBlock {
    padding: 60px 0 56px;
  }
  .p-footer__logo {
    width: 140px;
    height: 36px;
    margin-bottom: 24px;
  }
  .p-footer__logoSogoCareer {
    width: 168px;
    height: 28px;
  }
  .p-footer__logoSogoCareer a {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    background-image: url("../img/common/spritesL.png");
    background-position: -934px -812px;
    width: 168px;
    height: 28px;
    background-size: auto;
    display: block;
  }
  .p-footerAbout {
    font-size: 12px;
    margin-top: 20px;
  }
  .p-footerAbout__title {
    padding-right: 16px;
  }
  .p-footerAbout__contents,
  .p-footerAbout__title {
    display: inline-block;
    white-space: nowrap;
  }
  .p-footerAbout__listItem {
    margin-top: 0;
    display: inline-block;
    border-left: 1px solid #dce1f2;
  }
  .p-footerAbout__listItem:first-child {
    border-left: none;
  }
  .p-footerAbout__listItem a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-footer__pref {
    padding: 50px 0 34px;
    font-size: 12px;
  }
  .p-footer__pref:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .p-footer__prefList {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
  }
  .p-footer__prefItem {
    float: none;
  }
  .p-footer__copyright {
    height: 60px;
    font-size: 10px;
  }
}
.p-contents {
  background-color: #fff;
}

.u-svgDef {
  width: 0;
  height: 0;
  z-index: -1000;
  position: absolute;
  overflow: hidden;
}

.u-svgDef svg {
  width: inherit;
  height: inherit;
}

[v-cloak] {
  visibility: hidden;
}

.bl-modalContents {
  position: relative !important;
}

.bl-modalSearchBody {
  position: relative !important;
}

.bl-modalCategorySelector__lv2 .bl-slideItem {
  display: none !important;
}

.bl-modalCategorySelector__lv2 .bl-slideItem.bl-slideItem--active {
  display: flex !important;
}

.bl-modalSearchOptionsWrapper__lv3 {
  position: relative;
}

.bl-modalSearchOptionsWrapper__lv3 .bl-modalSearchOptions {
  display: none !important;
}

.bl-modalSearchOptionsWrapper__lv3 .bl-modalSearchOptions.select-lv3-child {
  display: flex !important;
}

@media screen and (max-width: 812px) {
  .bl-modalSearchOptionsWrapper__lv3 .bl-modalSearchOptions.select-lv3-child {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.bl-clearAllBtn {
  position: absolute;
  left: 15px;
  top: 9px;
  bottom: 0;
  font-size: var(--fontsize);
  color: #FFF;
  width: 224px;
  height: 50px;
}
.bl-clearAllBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.bl-clearAllBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: var(--border-primary);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bl-clearAllBtn .bl-clearAllBtn__inner {
  text-align: center;
}
.bl-clearAllBtn .bl-clearAllBtn__text {
  color: var(--color-base-gray);
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
}
.bl-clearAllBtn .bl-clearAllBtn__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../images/modal/icn_modal_clear.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 812px) {
  .bl-clearAllBtn {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0;
    font-size: 14px;
    padding-left: 25px;
    margin: 15px auto 4px;
  }
}
@media screen and (max-width: 812px) {
  #modal-01 .bl-clearAllBtn {
    margin: 2px auto 4px;
  }
}
.submit_SearchWrap {
  padding-top: 24px;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .submit_SearchWrap {
    padding-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 812px) {
  .submit_SearchWrap {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.submit_SearchWrap .submit_Search {
  color: var(--color-base-gray);
  font-size: var(--fontsize-m);
  font-weight: 700;
  position: relative;
}
.submit_SearchWrap .submit_Search::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-yellow);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.submit_SearchWrap .submit_Search::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: var(--border-primary);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.submit_SearchWrap .submit_Search span {
  padding-right: 2em;
  position: relative;
}
.submit_SearchWrap .submit_Search span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 21px;
  height: 21px;
  margin: auto;
  background-image: url(../images/icn_search__blk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 813px) {
  .submit_SearchWrap .submit_Search {
    min-width: 350px;
    padding: 14px 5px;
  }
  .submit_SearchWrap .submit_Search .bl_btn.bl_btn__icn::before {
    right: 20px;
  }
}
@media screen and (max-width: 812px) {
  .submit_SearchWrap .submit_Search {
    width: 100%;
    margin: 0 auto;
    padding: 11px 5px 12px;
    font-size: 14px;
  }
  submit_SearchWrap .submit_Search .bl_btn.bl_btn__icn::before {
    right: 15px;
  }
}
@media screen and (max-width: 812px) {
  .bl-modalSearch__footer2 {
    z-index: 99;
  }
}
[id^=jsIcon] {
  cursor: default;
}
[id^=jsIcon] img {
  transform: scale3d(0.7, 0.7, 1);
  width: 48px;
  height: 48px;
}

#jsIconRailway img {
  width: 48px;
  height: 55px;
}

@media screen and (max-width: 812px) {
  #js_form_07 .bl-modalSearchAllOptions__select {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #js_form_08 .bl-modalSearchOptions {
    padding: 10px 10px 0 10px;
  }
}
#js_form_08 .bl-modalSearchOption:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 812px) {
  #js_form_08 .bl-modalSearchAllOptions__select {
    margin-bottom: 20px;
  }
}
#js_form_08 .bl-modalSearchAllOptions__select .bl-modalSearchOption:first-child {
  margin-bottom: 10px;
}
#js_form_08 bl-modalSearchOption__all {
  margin-right: auto;
  margin-left: auto;
}

.railwayOptions_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.railwayOptions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}/*# sourceMappingURL=style.css.map */