@charset "UTF-8";
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.ll_pagi .extend, .cc_project_card .item_new, .heading .en {
  font-size: 1rem;
}

.ll_use_deco .item_txt, .ll_job_post .item_datetime, .ll_project_post .item_datetime, .ll_about .item_text, .ll_breadcrumb .list, .cc_finish__item .item_desc__txt, .cc_tags_row, .cc_row_checkbox, .cc_row_radio, .cc_article .item_datetime, .footer_menu .item_link {
  font-size: 1.2rem;
}

.ll_pagi .extend,
.ll_pagi .pager,
.ll_pagi .current,
.ll_pagi .prev,
.ll_pagi .next, .ll_job_post .item_title, .ll_project_post .item_title, .ll_tags_form_submit, .ll_keyword_form_submit, .ll_list_tags .item_title, .ll_about .item_title, .cc_finish__txt, .cc_finish__box .box_ttl, .cc_finish__item .item_desc__ttl, .cc_list__ttl, .cc_list__item .item_ttl, .cc_title_icon, .cc_btn__sub {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .ll_pagi .extend,
  .ll_pagi .pager,
  .ll_pagi .current,
  .ll_pagi .prev,
  .ll_pagi .next, .ll_job_post .item_title, .ll_project_post .item_title, .ll_tags_form_submit, .ll_keyword_form_submit, .ll_list_tags .item_title, .ll_about .item_title, .cc_finish__txt, .cc_finish__box .box_ttl, .cc_finish__item .item_desc__ttl, .cc_list__ttl, .cc_list__item .item_ttl, .cc_title_icon, .cc_btn__sub {
    font-size: 1.6rem;
  }
}

.cc_info_row__salary .value {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cc_info_row__salary .value {
    font-size: 1.8rem;
  }
}

.ll_use_deco .item_heading, .ll_use_deco .item_order, .ll_use_deco .item_title, .ll_about .item_heading, .cc_finish__subtxt, .heading .jp {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco .item_heading, .ll_use_deco .item_order, .ll_use_deco .item_title, .ll_about .item_heading, .cc_finish__subtxt, .heading .jp {
    font-size: 2rem;
  }
}

.ll_job_post .cc_info_row__salary .value, .ll_project_post .cc_info_row__salary .value, .cc_finish__sub {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .cc_info_row__salary .value, .ll_project_post .cc_info_row__salary .value, .cc_finish__sub {
    font-size: 2.2rem;
  }
}

.cc_finish__ttl, .cc_finish__inner .subttl {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .cc_finish__ttl, .cc_finish__inner .subttl {
    font-size: 2.4rem;
  }
}

.ll_about_counter .item_photo::after {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .ll_about_counter .item_photo::after {
    font-size: 4rem;
  }
}

.ll_pagi .extend {
  font-feature-settings: "palt";
}

.ll_pagi .extend,
.ll_pagi .pager,
.ll_pagi .current,
.ll_pagi .prev,
.ll_pagi .next, .ll_job_post .item_photo, .ll_keyword_form_submit, .ll_list_tags a::before, .ll_condition_search .item_searchbox_label > input[type=text], .cc_btn__more, .cc_btn__back, .cc_btn__next {
  border-radius: 4px;
}

.cc_btn__apply, .cc_btn__keep {
  border-radius: 6px;
}

.ll_job_post_wrap, .ll_project_post_wrap, .ll_tags_form_submit, .ll_list_tags {
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .ll_job_post_wrap, .ll_project_post_wrap, .ll_tags_form_submit, .ll_list_tags {
    border-radius: 8px;
  }
}

.ll_tags_form_submit, .ll_keyword_form_submit, .ll_esearch .item_state_btn, .cc_btn {
  background-size: 204% 100%;
  background-repeat: no-repeat;
  background-position: 99% center;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form_submit:hover, .ll_keyword_form_submit:hover, .ll_esearch .item_state_btn:hover, .cc_btn:hover {
    opacity: 1;
    background-position: 0 center;
  }
}

.ll_tags_form_submit, .ll_keyword_form_submit {
  background-image: linear-gradient(to right, #e3efff 50%, #1771e1 0);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form_submit:hover, .ll_keyword_form_submit:hover {
    color: #1771e1;
  }
}

.ll_about_counter .item_photo::after, .cc_accent_text {
  display: inline-block;
  background: var(--color-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  --color-accent: linear-gradient(to right, #0c9bda, #03bbc9);
  --color-sub: #1771e1;
  --color-green: #0cd2af;
  --color-text: #333;
  --color-gray-hover: #a4a4a4;
  --bg: #f5fdff;
  --bg-glay: #f6f6f6;
  --bg-gray: #f9f9f9;
  --bg-blue: #e3efff;
  line-height: 2;
  scrollbar-width: thin;
  overflow-x: clip;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--color-text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
}

main {
  width: 100%;
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 110px;
  }
}
main.p_top {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  main.p_top {
    padding-top: clamp(60px, (100vw - 1160px) * 1000, 80px);
  }
}

@media only screen and (min-width: 768px) {
  a {
    transition: opacity 150ms linear;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

img {
  width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input {
  cursor: pointer;
}
input::placeholder {
  color: inherit;
}

address {
  font-style: normal;
}

.wrapper,
#wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: clip;
  z-index: 1;
}

/** -- ▷ header -- */
.header {
  width: 100%;
  z-index: 1000;
  transition: 150ms ease;
  position: fixed;
  top: 0;
  left: 0;
}
.header.is_top {
  background-color: #fff;
}
.header.is_scroll {
  background-color: #fff;
}
.header_inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 14px;
}
.header_logo {
  position: relative;
  margin-right: auto;
}
.header_logo .item_link {
  width: 160px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_logo .item_link {
    width: clamp(100px, (100vw - 1160px) * 1000, 160px);
  }
}
.header_menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_menu {
    display: block;
  }
}
.header_menu .list {
  display: flex;
  align-items: center;
}
.header_menu .item + .item {
  position: relative;
}
.header_menu .item + .item::before {
  content: "";
  width: 1px;
  height: 20px;
  background-image: var(--color-accent);
  position: absolute;
  top: 50%;
  left: 0px;
  translate: 0 -50%;
}
.header_menu .item_link {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .header_menu .item_link {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: clamp(5px, (100vw - 1160px) * 1000, 20px);
    padding-right: clamp(5px, (100vw - 1160px) * 1000, 20px);
    font-size: clamp(10px, (100vw - 1160px) * 1000, 12px);
  }
  .header_menu .item_link:hover .text {
    background-position: 0 center;
  }
}
.header_menu .item_link .text {
  background-image: linear-gradient(to right, #1771e1 50%, #0c9bda 50%, #03bbc9 0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-text-fill-color: transparent;
  transition: 300ms ease;
}
.header_action {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_action {
    display: flex;
    margin-left: 30px;
    margin-left: clamp(10px, (100vw - 1160px) * 1000, 30px);
  }
}
.header_action .item_btn {
  width: clamp(120px, (100vw - 1160px) * 1000, 220px);
  height: clamp(60px, (100vw - 1160px) * 1000, 80px);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #e3efff 50%, #0c9bda 50%, #03bbc9 100%) 99% center/204% 100% no-repeat;
}
@media only screen and (min-width: 768px) {
  .header_action .item_btn {
    transition: 300ms ease;
    gap: clamp(4px, (100vw - 1160px) * 1000, 8px);
    font-size: clamp(1rem, 3.125vw + -2.2rem, 1.8rem);
  }
  .header_action .item_btn:hover {
    background-position: 0 center;
    color: var(--color-sub);
  }
}
.header_action .item_btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: currentColor;
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .header_action .item_btn::before {
    width: clamp(16px, (100vw - 1160px) * 1000, 24px);
    height: clamp(16px, (100vw - 1160px) * 1000, 24px);
  }
}
.header_action .item_btn.login::before {
  mask-image: url("./../images/common/icon_login.svg");
}
.header_action .item_btn.register {
  background-image: linear-gradient(to right, #e3efff 50%, #1771e1 0);
}
.header_action .item_btn.register::before {
  mask-image: url("./../images/common/icon_apply.svg");
}
.header_action .item_btn.mypage {
  background-image: linear-gradient(to right, #e3efff 50%, #1771e1 0);
}
.header_action .item_btn.mypage::before {
  mask-image: url("./../images/common/icon_mypage.svg");
}

.nav {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms linear;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav.is_open .header_action {
  display: flex;
  width: 100%;
  padding-top: 10px;
}
.nav.is_open .header_action .item_btn {
  width: 220px;
}
.nav_toggler {
  width: 40px;
  height: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(1) {
  top: calc(50% - 1px);
  rotate: 45deg;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(2) {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(3) {
  top: calc(50% - 1px);
  rotate: -45deg;
}
.nav_toggler_box {
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.nav_toggler_bar {
  width: 100%;
  height: 1px;
  background-color: var(--color-sub);
  position: absolute;
  left: 0;
  transition: rotate 300ms ease;
}
.nav_toggler_bar:nth-child(1) {
  top: -1px;
}
.nav_toggler_bar:nth-child(2) {
  top: calc(50% - 1px);
}
.nav_toggler_bar:nth-child(3) {
  top: calc(100% - 1px);
}
.nav_inner {
  padding-bottom: 60px;
}
.nav_ova {
  width: 100%;
  max-height: calc(100vh - 80px - 60px);
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .nav_ova {
    max-width: 270px;
  }
}
.nav_menu .list {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}
.nav_menu .item_link {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 10px;
}
.nav_menu .item_link .text {
  background-image: linear-gradient(to right, #1771e1 50%, #0c9bda 50%, #03bbc9 0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-text-fill-color: transparent;
  transition: 300ms ease;
}

/** -- ▷ footer -- */
.footer {
  background-color: var(--color-sub);
  color: #fff;
  margin-top: 80px;
  padding-top: 47px;
  padding-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer_logo .item_link {
  width: 168px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer_menu {
  margin-top: 36px;
}
.footer_menu .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer_menu .list {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_menu .list + .list {
  margin-top: 12px;
}
.footer_menu .item {
  position: relative;
}
.footer_menu .item::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.footer_menu .item:last-child::before {
  display: none;
}
.footer_menu .item_link {
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 20px;
}
.footer_copyright {
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.totop {
  width: 40px;
  height: 40px;
  background-color: var(--color-sub);
  transition: 300ms ease;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .totop:hover {
    filter: brightness(1.2);
  }
}
.totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.totop::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  rotate: -45deg;
  translate: -50% 0;
}

.cc_btn {
  cursor: pointer;
}
.cc_btn_navi {
  display: flex;
  gap: 20px;
}
.cc_btn_navi .cc_btn__back {
  width: 150px;
  flex-shrink: 0;
}
.cc_btn_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cc_btn_wrap {
    gap: 20px;
  }
}
.cc_btn_wrap > .cc_btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cc_btn_wrap > .cc_btn {
    width: calc(50% - 10px);
  }
}
.cc_btn__apply {
  min-width: 160px;
  background-image: linear-gradient(to right, #f9f9f9 50%, #0c9bda 50%, #03bbc9 100%);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .cc_btn__apply:hover .text {
    background-position: 0 100%;
  }
}
.cc_btn__apply.is_open {
  background-position: 0 100%;
  pointer-events: none;
}
.cc_btn__apply.is_open .text {
  background-position: 0 100%;
}
.cc_btn__apply .text {
  background-image: linear-gradient(to right, #0c9bda 0, #03bbc9 50%, #fff 0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 204% 100%;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-text-fill-color: transparent;
  transition: 300ms ease;
}
.cc_btn__more {
  width: 184px;
  background-image: linear-gradient(to right, #e3efff 50%, #1771e1 0);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  padding: 6px 40px 6px 10px;
}
@media only screen and (min-width: 768px) {
  .cc_btn__more:hover {
    color: var(--color-sub);
  }
}
.cc_btn__more::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  rotate: -45deg;
  translate: -50% -50%;
  border: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.cc_btn__back, .cc_btn__next {
  width: 100%;
  padding: 6px 10px;
}
.cc_btn__back {
  color: #fff;
  font-weight: 600;
  background-image: linear-gradient(to right, #f9f9f9 50%, #a4a4a4 0);
}
@media only screen and (min-width: 768px) {
  .cc_btn__back:hover {
    color: var(--color-gray-hover);
  }
}
.cc_btn__next {
  background-image: linear-gradient(to right, #e3efff 50%, #1771e1 0);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cc_btn__next:hover {
    background-color: var(--bg-blue);
    color: var(--color-sub);
  }
}
.cc_btn__sub {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--bg-sub-to-light);
}
@media only screen and (min-width: 768px) {
  .cc_btn__sub:hover {
    color: var(--color-sub);
  }
}
.cc_btn__keep {
  background-image: linear-gradient(to right, #0c9bda 0%, #03bbc9 50%, #e3efff 0);
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .cc_btn__keep:hover .icon::before {
    opacity: 0;
  }
  .cc_btn__keep:hover .icon::after {
    opacity: 1;
  }
  .cc_btn__keep:hover .text {
    background-position: 0 center;
  }
}
.cc_btn__keep .icon {
  width: 19px;
  height: 19px;
  position: relative;
}
.cc_btn__keep .icon::before, .cc_btn__keep .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 16.63px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 300ms ease;
}
.cc_btn__keep .icon::before {
  background-image: url("./../images/common/icon_star_border.svg");
}
.cc_btn__keep .icon::after {
  opacity: 0;
  background-image: url("./../images/common/icon_star_border_w.svg");
}
.cc_btn__keep.is_kept .icon::before {
  opacity: 0;
}
.cc_btn__keep.is_kept .icon::after {
  opacity: 1;
}
.cc_btn__keep.is_kept .text {
  background-position: 0 center;
}
.cc_btn__keep .text {
  background-image: linear-gradient(to right, #fff 50%, #0c9bda 50%, #03bbc9 0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 204% 100%;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-text-fill-color: transparent;
  transition: 300ms ease;
  position: relative;
  top: 2px;
}

.cc_article {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cc_article:hover .item_title {
    color: var(--color-gray-hover);
  }
}
.cc_article .item_overlay_link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cc_article .item_wrap {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  padding: 10px;
  pointer-events: none;
}
.cc_article .item_wrap a {
  pointer-events: all;
}
.cc_article .item_col {
  width: 100%;
}
.cc_article .item_col:nth-child(1) {
  width: 160px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cc_article .item_col:nth-child(1) {
    max-width: 38.3693045564%;
  }
}
.cc_article .item_title {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: color 300ms ease;
}
.cc_article .item_datetime {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cc_article .item_datetime {
    margin-top: 20px;
  }
}
.cc_article .cc_tags_row {
  margin-top: 8px;
}

.cc_favourite {
  width: 40px;
  height: 40px;
  background-color: var(--bg-gray);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
  pointer-events: all;
}
@media only screen and (min-width: 768px) {
  .cc_favourite {
    width: 60px;
    cursor: pointer;
  }
  .cc_favourite:hover::before {
    opacity: 1;
  }
  .cc_favourite:hover::after {
    opacity: 0;
  }
}
.cc_favourite.is_collected::before {
  opacity: 1;
}
.cc_favourite.is_collected::after {
  opacity: 0;
}
.cc_favourite::before, .cc_favourite::after {
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: opacity 300ms linear;
}
.cc_favourite::before {
  background-image: url("./../images/common/icon_star.svg");
}
.cc_favourite::after {
  opacity: 1;
  background-image: url("./../images/common/icon_star_border.svg");
}

.heading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .heading {
    padding-left: 6px;
  }
}
.heading::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-sub);
  display: block;
  margin-top: 8px;
}
.heading .en,
.heading .jp {
  line-height: 1;
  letter-spacing: 0.1em;
}
.heading .en {
  font-weight: 600;
  color: var(--color-sub);
}
.heading .jp {
  font-weight: 700;
  margin-top: 4px;
}

.cc_project_card .item_wrap {
  --radius: 10px;
  filter: drop-shadow(0 2px 10px rgba(146, 146, 146, 0.25));
}
.cc_project_card .item_head {
  background-image: var(--color-accent);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  position: relative;
  padding: 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .cc_project_card .item_head {
    min-height: 90px;
    padding: 24px 8px 24px;
  }
}
.cc_project_card .item_body {
  background-color: #fff;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .cc_project_card .item_body {
    padding: 20px 20px 20px 16px;
  }
}
.cc_project_card .item_new {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: var(--color-green);
  border-top-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 11px;
}
.cc_project_card .item_title {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
.cc_project_card .item_more {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: stretch;
}
.cc_project_card .item_more .cc_favourite {
  flex: 0 0 40px;
  width: 40px;
  min-height: 40px;
  align-self: stretch;
}
.cc_project_card .item_more .cc_btn__back,
.cc_project_card .item_more .cc_btn__apply {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  min-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.cc_project_card .item_more .cc_btn__apply {
  min-width: 0;
}
.cc_project_card .item_more .cc_favourite,
.cc_project_card .item_more .cc_btn,
.cc_project_card .item_more button {
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.ll_job_post .cc_btn_wrap .cc_btn,
.ll_job_post .cc_btn_wrap button {
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.cc_project_card_list {
  max-width: 830px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.cc_project_card_list .cc_project_card {
  width: clamp(50% - 15px, (540px - 100vw) * 1000, 100%);
}
@media only screen and (min-width: 768px) {
  .cc_project_card_list .cc_project_card {
    width: calc(33.33% - 20px);
  }
}
.cc_project_card_more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .cc_project_card_more {
    margin-top: 72px;
  }
}

.cc_info_row {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
}
.cc_info_row::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0em;
  left: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left center;
}
@media only screen and (min-width: 768px) {
  .cc_info_row::before {
    width: 20px;
    height: 20px;
    top: -0.3em;
  }
}
.cc_info_row a {
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-right: 6px;
}
@media only screen and (min-width: 768px) {
  .cc_info_row a {
    transition: 300ms ease;
  }
  .cc_info_row a:hover {
    opacity: 1;
    color: var(--color-sub);
  }
}
.cc_info_row__salary {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cc_info_row__salary::before {
  background-image: url("./../images/common/icon_sallary.svg");
  background-size: 12px 12px;
  top: 0em;
}
.cc_info_row__salary .value {
  line-height: 1;
}
.cc_info_row__place {
  margin-top: 13px;
}
.cc_info_row__place::before {
  background-image: url("./../images/common/icon_place.svg");
  background-size: 10px;
  left: 2px;
}
@media only screen and (min-width: 768px) {
  .cc_info_row__place::before {
    top: -0.2em;
  }
}
.cc_info_row__business {
  color: #000;
  margin-top: 11px;
}
.cc_info_row__business::before {
  background-image: url("./../images/common/icon_business.svg");
}
@media only screen and (min-width: 768px) {
  .cc_info_row__business::before {
    top: -0.1em;
  }
}
.cc_info_row__clang {
  margin-top: 10px;
  align-items: flex-start;
  letter-spacing: 0.1em;
}
.cc_info_row__clang::before {
  background-image: url("./../images/common/icon_clang.svg");
  top: 0.075em;
}
@media only screen and (min-width: 768px) {
  .cc_info_row__clang::before {
    top: -0.2em;
  }
}
.cc_info_row__classic {
  margin-top: 10px;
  align-items: flex-start;
  letter-spacing: 0.1em;
}
.cc_info_row__classic::before {
  background-image: url("./../images/common/icon_classic.svg");
  background-size: 14px 14px;
}
@media only screen and (min-width: 768px) {
  .cc_info_row__classic::before {
    top: -0.25em;
  }
}
.cc_info_row__bus {
  margin-top: 10px;
  align-items: flex-start;
  letter-spacing: 0.1em;
}
.cc_info_row__bus::before {
  background-image: url("./../images/common/icon_bus.svg");
  background-size: 14px 14px;
}
@media only screen and (min-width: 768px) {
  .cc_info_row__bus::before {
    top: -0.25em;
  }
}

.cc_row_radio {
  font-weight: 400;
  color: var(--color-sub);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cc_row_radio {
    transition: opacity 300ms ease;
    cursor: pointer;
  }
  .cc_row_radio:hover {
    opacity: 0.6;
  }
}
.cc_row_radio input[type=radio] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid var(--color-sub);
  box-shadow: inset 0 0 0 1px #fff;
  flex-shrink: 0;
}
.cc_row_radio input[type=radio]:checked {
  background-color: var(--color-sub);
}
.cc_row_radio_gray input[type=radio] {
  border: 1px solid var(--color-gray-hover);
}

.cc_row_checkbox {
  font-weight: 400;
  color: var(--color-sub);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cc_row_checkbox {
    transition: opacity 300ms ease;
    cursor: pointer;
  }
  .cc_row_checkbox:hover {
    opacity: 0.6;
  }
}
.cc_row_checkbox input[type=checkbox] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px var(--color-sub);
  background-image: url("./../images/common/icon_checkbox.svg");
  background-position: center center;
  background-size: 100%;
  flex-shrink: 0;
}
.cc_row_checkbox input[type=checkbox]:checked {
  background-color: var(--color-sub);
  box-shadow: inset 0 0 0 1px var(--color-sub);
}
.cc_row_checkbox_gray input[type=checkbox] {
  box-shadow: inset 0 0 0 1px var(--color-gray-hover);
  background-image: url("./../images/common/icon_checkbox_gray.svg");
}
.cc_row_checkbox_gray input[type=checkbox]:checked {
  background-image: url("./../images/common/icon_checkbox.svg");
}

.cc_select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cc_select {
    width: 130px;
  }
}
.cc_select_wrap {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cc_select__year {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) {
  .cc_select__month {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .cc_select__date {
    width: 90px;
  }
}

.cc_search_input {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cc_search_input {
    transition: opacity 300ms ease;
  }
  .cc_search_input:hover {
    opacity: 0.6;
  }
}
.cc_search_input::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("./../images/common/icon_search.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% + 2px);
  left: 10px;
  translate: 0 -50%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cc_search_input::before {
    left: 69px;
  }
}
.cc_search_input > input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #f9f9f9;
  padding-left: 42px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cc_search_input > input[type=text] {
    padding-left: 101px;
  }
}
.cc_search_input > input[type=text]::placeholder {
  color: #a4a4a4;
}
.cc_tags_row {
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cc_tags_row > a {
  display: inline-flex;
  background-color: var(--bg-blue);
  border-radius: 4px;
  padding: 1px 4px;
  color: var(--color-sub);
}
@media only screen and (min-width: 768px) {
  .cc_tags_row > a {
    transition: 300ms ease;
  }
  .cc_tags_row > a:hover {
    opacity: 1;
    color: var(--bg-blue);
    background-color: var(--color-sub);
  }
}

.cc_title_icon {
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.cc_title_icon > img {
  width: 18px;
}

[data-align=center] {
  text-align: center;
}

.cc_list__content {
  background-color: #fff;
}
.cc_list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 60px;
}
@media only screen and (min-width: 768px) {
  .cc_list__btn {
    margin: 33px 0 clamp(6rem, 23.4375vw + -12rem, 12rem);
  }
}
.cc_list__btn .cc_btn {
  width: 100%;
  max-width: 230px;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cc_list__btn .cc_btn.cc_btn__more {
    padding-left: 22px;
  }
}
.cc_list__ttl {
  padding: 20px 20px 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e3efff;
}
@media only screen and (min-width: 768px) {
  .cc_list__ttl {
    padding: 24px clamp(2rem, 16.40625vw + -10.6rem, 6.2rem) 23px;
  }
}
.cc_list__desc {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .cc_list__desc {
    padding: 40px clamp(3rem, 15.234375vw + -8.7rem, 6.9rem) 31px clamp(3rem, 15.625vw + -9rem, 7rem);
  }
}
.cc_list__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
.cc_list__item {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cc_list__item {
    margin-top: 29px;
  }
}
.cc_list__item .item_ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1875;
}
.cc_list__item .item_txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .cc_list__item .item_txt {
    padding-top: 11px;
  }
}
.cc_list__item .item_list {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cc_list__item .item_list {
    padding-top: 22px;
  }
}
.cc_list__item .item_list__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  position: relative;
}
.cc_list__item .item_list__txt::before {
  content: "・";
}

.cc_finish {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .cc_finish {
    padding-top: 71px;
  }
}
.cc_finish__ttl {
  line-height: 2.25;
  font-weight: 600;
  color: #1771e1;
  text-align: center;
  letter-spacing: 0.1em;
}
.cc_finish__sub {
  text-align: center;
  color: #07afcf;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cc_finish__sub {
    padding-top: 23px;
  }
}
.cc_finish__subtxt {
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cc_finish__subtxt {
    padding-top: 21px;
  }
}
.cc_finish__subtxt::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-sub);
  display: block;
  margin-top: -3px;
}
.cc_finish__txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1875;
}
.cc_finish__img {
  max-width: 400px;
  margin: 21px auto 0;
}
.cc_finish__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 60px;
}
@media only screen and (min-width: 768px) {
  .cc_finish__btn {
    margin: 56px 0 clamp(6rem, 7.8125vw + 0rem, 8rem);
  }
}
.cc_finish__box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .cc_finish__box {
    padding: 93px 0 95px;
  }
}
.cc_finish__box .box_ttl {
  color: #033333;
  display: inline;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cc_finish__box .box_ttl::after, .cc_finish__box .box_ttl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  top: 2px;
  background-color: #033333;
}
.cc_finish__box .box_ttl::after {
  left: 104%;
  transform: rotate(22deg);
}
.cc_finish__box .box_ttl::before {
  right: 104%;
  transform: rotate(-22deg);
}
.cc_finish__box .box_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc_finish__box .box_content .cc_btn {
  width: 260px;
  padding: 12px 56px 10px 10px;
}
.cc_finish__inner .subttl {
  line-height: 1.5;
  color: #1771e1;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.cc_finish .ll_about {
  padding-top: 39px;
}
@media only screen and (min-width: 768px) {
  .cc_finish .ll_about_counter .item {
    padding: 20px 6px;
  }
}
.cc_finish .ll_about_counter .item_text {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .cc_finish .ll_about_counter .item_text {
    padding-top: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .cc_finish .ll_about_counter .item_title {
    margin-top: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .cc_finish .ll_about_counter .ll_about_body {
    padding: 19px 40px 28px;
  }
}
.cc_finish__item {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cc_finish__item {
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    left: clamp(0rem, 6.640625vw + -6.8rem, 1.7rem);
    padding: 30px 0 69px;
  }
}
.cc_finish__item .item_img {
  width: 236px;
  flex-shrink: 0;
}
.cc_finish__item .item_desc {
  text-align-last: left;
  max-width: 346px;
  padding-bottom: 5px;
}
.cc_finish__item .item_desc__ttl {
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #0c9bda, #03bbc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  padding-bottom: 5px;
}
.cc_finish__item .item_desc__txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.container {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1028px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container_fluid {
  padding-left: 14px;
  padding-right: 14px;
}
.container_md {
  max-width: 908px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  width: 100%;
  height: 100vh;
  background-image: var(--color-accent);
  position: fixed;
  opacity: 0;
  z-index: 999999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.ll_breadcrumb .list {
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-width: 1180px;
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.ll_breadcrumb .list img {
  width: 18px;
}
.ll_breadcrumb .list > li {
  display: inline-flex;
  gap: 6px;
}
.ll_breadcrumb .list > li + li::before {
  content: "/";
}
.ll_breadcrumb .list a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.ll_breadcrumb_wrap {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 768px) {
  .ll_breadcrumb_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ll_condition_search_head {
  background-image: var(--color-accent);
  padding-top: 21px;
  padding-bottom: 21px;
}
.ll_condition_search .item_heading {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.ll_condition_search .item_searchbox {
  background-color: var(--bg-blue);
  padding: 14px 28px 14px 24px;
}
.ll_condition_search .item_searchbox_label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ll_condition_search .item_searchbox_label img {
  width: 20px;
}
.ll_condition_search .item_searchbox_label > input[type=text] {
  width: 100%;
  height: 33px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  padding: 4px 20px;
}
.ll_condition_search .item_searchmenu {
  background-color: #fff;
}
.ll_condition_search .item_searchmenu_toggler {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  position: relative;
  border-bottom: 1px solid #f9f9f9;
  padding: 16px 40px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .ll_condition_search .item_searchmenu_toggler {
    transition: 300ms ease;
    cursor: pointer;
  }
  .ll_condition_search .item_searchmenu_toggler:hover {
    opacity: 0.6;
  }
}
.ll_condition_search .item_searchmenu_toggler.is_open::before {
  opacity: 0;
}
.ll_condition_search .item_searchmenu_toggler.is_open + .item_searchmenu_list {
  border-bottom: 1px solid #f9f9f9;
}
.ll_condition_search .item_searchmenu_toggler::before, .ll_condition_search .item_searchmenu_toggler::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--color-gray-hover);
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  translate: 0 -50%;
}
.ll_condition_search .item_searchmenu_toggler::before {
  rotate: 90deg;
}
.ll_condition_search .item_searchmenu_list {
  display: flex;
  gap: 6px;
  flex-direction: column;
  padding: 10px 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .ll_condition_search .item_searchmenu_list.item_searchmenu_col2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .ll_condition_search .item_searchmenu_list.item_searchmenu_col2 li {
    width: calc(50% - 10px);
  }
}
.ll_condition_search_footer {
  margin-top: 16px;
}
.ll_condition_search_footer .ll_tags_form_submit {
  width: 160px;
  margin-top: 0;
}
.ll_condition_search .item_searchbox_row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ll_condition_search .item_searchbox_row .item_searchbox_label {
  flex: 1;
  min-width: 0;
}
.ll_tags_form_clear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 52px;
  height: 33px;
  border: 2px solid #1771e1;
  border-radius: 4px;
  color: #1771e1;
  background: #fff;
  text-decoration: none;
  transition: 300ms ease;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form_clear:hover {
    background: #1771e1;
    color: #fff;
  }
}

.ll_new_column {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
.ll_new_column .list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ll_new_column .list {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .ll_new_column .cc_article {
    width: calc(50% - 5px);
  }
}
.ll_new_column_more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.ll_new_column_more .cc_btn {
  height: 43px;
}

.ll_about + .ll_about {
  margin-top: 24px;
}
.ll_about .list {
  display: flex;
  gap: 35px 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ll_about .list {
    gap: 0;
  }
}
.ll_about .item {
  width: clamp(50% - 10px, (600px - 100vw) * 1000, 100%);
  counter-increment: about-counter;
}
@media only screen and (min-width: 768px) {
  .ll_about .item {
    width: 33.33%;
    padding: 0 13px 20px;
  }
}
.ll_about .item_heading {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ll_about .item_title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.ll_about .item_photo {
  width: 200px;
  max-width: 100%;
  position: relative;
  aspect-ratio: 1.2;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ll_about .item_photo {
    width: 100%;
    margin: 0;
  }
}
.ll_about .item_photo img {
  height: 100%;
  object-fit: cover;
}
.ll_about .item_text {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ll_about_counter {
  counter-reset: about-counter;
}
.ll_about_counter .ll_about_body {
  padding: 30px 40px;
}
@media only screen and (min-width: 768px) {
  .ll_about_counter .list {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ll_about_counter .item {
    padding: 20px 20px;
  }
}
.ll_about_counter .item_photo {
  aspect-ratio: 1.25;
}
.ll_about_counter .item_photo::after {
  content: counter(about-counter, decimal-leading-zero);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 0;
}
.ll_about_wrap {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
.ll_about_head {
  background-image: var(--color-accent);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.ll_about_body {
  background-color: var(--bg-gray);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 40px 10px;
}
.ll_about_more {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.ll_about_more .cc_btn {
  width: 199px;
  height: 43px;
}

.ll_esearch {
  --radius: 6px;
}
@media only screen and (min-width: 768px) {
  .ll_esearch {
    --radius: 10px;
  }
}
.ll_esearch_wrap {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-blue);
  position: relative;
  padding-bottom: 28px;
  box-shadow: 0 4px 4px rgba(141, 141, 141, 0.25);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.ll_esearch .item_head {
  height: 40px;
  background-image: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.ll_esearch .item_title {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.ll_esearch .item_body {
  padding: 12px 12px 0;
}
@media only screen and (min-width: 768px) {
  .ll_esearch .item_body {
    padding: 13px 36px 0;
  }
}
.ll_esearch .item_foot {
  padding: 12px 12px 5px;
}
@media only screen and (min-width: 768px) {
  .ll_esearch .item_foot {
    padding-top: 40px;
  }
}
.ll_esearch .item_state_btn {
  width: 158px;
  height: 40px;
  background-image: linear-gradient(to right, #1771e1 50%, #f9f9f9 0);
  border-radius: 100px;
  font-weight: 600;
  color: var(--color-sub);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 26px;
  padding-left: 20px;
  padding-right: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .ll_esearch .item_state_btn {
    transition: 300ms ease;
    cursor: pointer;
  }
  .ll_esearch .item_state_btn:hover {
    background-position: 0 center;
    color: var(--bg-gray);
  }
}
.ll_esearch .item_state_btn.is_open {
  padding-left: 16px;
  padding-right: 16px;
}
.ll_esearch .item_state_btn.is_open::after {
  rotate: 180deg;
}
.ll_esearch .item_state_btn.is_open span:nth-child(1) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.ll_esearch .item_state_btn.is_open span:nth-child(2) {
  position: static;
  opacity: 1;
}
.ll_esearch .item_state_btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("./../images/common/icon_arrow_down.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  margin-left: auto;
  transition: rotate 300ms ease;
}
.ll_esearch .item_state_btn span {
  transition: 300ms ease;
}
.ll_esearch .item_state_btn span:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ll_list_tags {
  background-color: var(--bg-gray);
  box-shadow: 0 4px 4px 0 rgba(141, 141, 141, 0.25);
  padding: 20px 14px 30px;
}
@media only screen and (min-width: 768px) {
  .ll_list_tags {
    padding: 24px 30px 30px 40px;
  }
}
.ll_list_tags .list {
  display: flex;
  gap: 5px 4px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.ll_list_tags a {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  display: inline-flex;
  position: relative;
  z-index: 0;
  padding: 5px 8px 4px 9px;
}
@media only screen and (min-width: 768px) {
  .ll_list_tags a {
    line-height: 1.5714285714;
    transition: 300ms ease;
  }
  .ll_list_tags a:hover {
    color: #fff;
    opacity: 1;
  }
  .ll_list_tags a:hover::before {
    background-color: var(--color-sub);
  }
}
.ll_list_tags a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--bg-blue);
  transition: 300ms ease;
}
.ll_list_tags .item_title {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}
.ll_list_tags_block + .ll_list_tags_block {
  margin-top: 20px;
  padding-bottom: 20px;
}
.ll_list_tags_underline .list {
  gap: 10px;
  margin-top: 0;
}
.ll_list_tags_underline a {
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .ll_list_tags_underline a:hover {
    color: #a4a4a4;
  }
}
.ll_list_tags_underline a::before {
  display: none;
}

.ll_keyword_form .nice-select__current {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.ll_keyword_form_wrap {
  display: flex;
  flex-wrap: wrap;
}
.ll_keyword_form_wrap .cc_select_wrap {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .ll_keyword_form_wrap .cc_select_wrap {
    width: 194px;
  }
}
.ll_keyword_form_wrap .cc_select_wrap .cc_select {
  width: 100%;
}
.ll_keyword_form_wrap .nice-select__display {
  height: 50px;
  background-color: #f9f9f9;
  border: none;
}
@media only screen and (min-width: 768px) {
  .ll_keyword_form_wrap .nice-select__display {
    padding-left: 60px;
  }
}
.ll_keyword_form_wrap .nice-select__display::after {
  border-color: var(--color-sub);
}
@media only screen and (min-width: 768px) {
  .ll_keyword_form_wrap .nice-select__display::after {
    right: 23px;
  }
}
.ll_keyword_form_wrap .cc_search_input_wrap {
  flex: 1;
  margin-left: -1px;
}
.ll_keyword_form_submit {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ll_keyword_form_submit {
    width: 126px;
    margin-left: 20px;
    margin-top: 0;
  }
  .ll_keyword_form_submit:hover {
    opacity: 0.6;
    background-position: 100% center;
    color: #fff;
  }
}

.ll_tags_form .item_block {
  padding-bottom: 30px;
}
.ll_tags_form .item_row {
  display: flex;
  gap: 4px 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.ll_tags_form .item_row__type {
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__type {
    gap: 6px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__type .item_col:nth-child(3n+1) {
    width: 177px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__type .item_col:nth-child(3n+2) {
    width: 138px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__type .item_col:nth-child(3n+3) {
    width: 164px;
  }
}
.ll_tags_form .item_row__inco {
  max-width: 592px;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__inco {
    gap: 4px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__inco .item_col {
    width: auto;
  }
}
.ll_tags_form .item_row__income {
  max-width: 618px;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__income {
    gap: 4px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__income .item_col {
    width: auto;
  }
}
.ll_tags_form .item_row__lang {
  max-width: 642px;
  margin-top: 23px;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang {
    gap: 23px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang .item_col:nth-child(5n+1) {
    width: 97px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang .item_col:nth-child(5n+2) {
    width: 123px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang .item_col:nth-child(5n+3) {
    width: 127px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang .item_col:nth-child(5n+4) {
    width: 126px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__lang .item_col:nth-child(5n+5) {
    width: 88px;
  }
}
.ll_tags_form .item_row__area {
  max-width: 430px;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__area {
    gap: 8px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__area .item_col:nth-child(4n+1) {
    width: 59px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__area .item_col:nth-child(4n+2) {
    width: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__area .item_col:nth-child(4n+3) {
    width: 59px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_tags_form .item_row__area .item_col:nth-child(4n+4) {
    width: 59px;
  }
}
.ll_tags_form .item_col {
  width: calc(50% - 10px);
}
.ll_tags_form_submit {
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 158px;
  height: 50px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ll_tags_form_submit:hover {
    opacity: 0.6;
    background-position: 100% center;
    color: #fff;
  }
}

.ll_project_post {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ll_project_post:hover .item_title {
    color: #a4a4a4;
  }
}
.ll_project_post .cc_tags_row {
  gap: 8px;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .cc_tags_row {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_project_post .cc_tags_row > a {
    padding: 4px 8px;
  }
}
.ll_project_post .cc_info_row {
  margin-top: 0;
}
.ll_project_post .cc_info_row__salary {
  letter-spacing: -0.04em;
}
.ll_project_post .cc_btn {
  min-width: 1px;
}
.ll_project_post .cc_btn__keep {
  width: calc(31.0606060606% - 5px);
}
@media only screen and (min-width: 768px) {
  .ll_project_post .cc_btn__keep {
    width: calc(31.8181818182% - 10px);
  }
}
.ll_project_post .cc_btn__apply,
.ll_project_post .cc_btn__back {
  width: calc(34.0909090909% - 5px);
}
@media only screen and (min-width: 768px) {
  .ll_project_post .cc_btn__apply,
  .ll_project_post .cc_btn__back {
    width: calc(34.8484848485% - 10px);
  }
}
.ll_project_post .cc_btn__apply {
  background-image: linear-gradient(to right, #d4f7ff 50%, #0c9bda 50%, #03bbc9 100%);
}
.ll_project_post a {
  pointer-events: all;
}
.ll_project_post .item_overlay_link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ll_project_post .item_row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_row {
    gap: 30px;
    gap: clamp(20px, (100vw - 1025px) * 1000, 30px);
    flex-direction: row;
  }
}
.ll_project_post .item_col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_col:nth-child(1) {
    width: 190px;
    width: clamp(190px, (1025px - 100vw) * 1000, 100%);
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_col:nth-child(2) {
    width: calc(100% - 190px - 30px);
    width: clamp(100% - 190px - 30px, (1025px - 100vw) * 1000, 100%);
  }
}
.ll_project_post .item_datetime {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #8e8787;
  text-align: right;
  padding-right: 8px;
}
.ll_project_post .item_title {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_title {
    transition: 300ms ease;
  }
}
.ll_project_post .item_list {
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 17px;
  padding-left: 2px;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_list {
    margin-right: -20px;
  }
}
.ll_project_post .item_list .cc_info_row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ll_project_post .item_list .cc_info_row {
    width: 210px;
  }
}
.ll_project_post .item_btns {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.ll_project_post .item_btns .cc_btn,
.ll_project_post .item_btns button {
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.ll_project_post_list {
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.ll_project_post_wrap {
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(141, 141, 141, 0.25));
  padding: 20px 14px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .ll_project_post_wrap {
    padding: 30px 30px;
    padding: clamp(14px, (100vw - 1025px) * 1000, 30px);
  }
}

.ll_job_post {
  position: relative;
}
.ll_job_post .cc_tags_row {
  margin-top: 20px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .cc_tags_row > a {
    padding: 4px 8px;
  }
}
.ll_job_post .cc_info_row {
  margin-top: 0;
}
.ll_job_post .cc_info_row__salary {
  letter-spacing: -0.04em;
}
.ll_job_post .cc_info_row__salary::before {
  top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .cc_info_row__salary::before {
    top: 0;
  }
}
.ll_job_post .cc_btn_wrap {
  margin-top: 25px;
}
.ll_job_post .cc_favourite {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .cc_favourite {
    width: 60px;
    height: 60px;
  }
}
.ll_job_post .item_overlay_link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ll_job_post .item_row {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .item_row {
    gap: 30px;
    gap: clamp(20px, (100vw - 1025px) * 1000, 30px);
    flex-direction: row;
  }
}
.ll_job_post .item_col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .item_col:nth-child(1) {
    width: 350px;
    width: clamp(240px, (100vw - 1025px) * 1000, 350px);
    flex-shrink: 0;
  }
}
.ll_job_post .item_col:nth-child(2) {
  flex: 1;
}
.ll_job_post .item_photo {
  overflow: hidden;
  aspect-ratio: 1.2589928058;
}
.ll_job_post .item_photo img {
  height: 100%;
  object-fit: cover;
}
.ll_job_post .item_datetime {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #8e8787;
  text-align: right;
  padding-right: 8px;
}
.ll_job_post .item_title {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  margin-top: 15px;
}
.ll_job_post .item_list {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 18px;
  padding-left: 2px;
}
@media only screen and (min-width: 768px) {
  .ll_job_post .item_list {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .ll_job_post .item_list .cc_info_row:nth-child(odd) {
    width: 218px;
  }
}
@media only screen and (min-width: 768px) {
  .ll_job_post .item_list .cc_info_row:nth-child(even) {
    width: calc(100% - 218px);
  }
}
.ll_job_post a {
  pointer-events: all;
}
.ll_job_post_list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.ll_job_post_wrap {
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(141, 141, 141, 0.25));
  padding: 20px 14px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .ll_job_post_wrap {
    padding: 40px 40px 40px 40px;
  }
}

.ll_use_deco {
  --radius: 6px;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco {
    --radius: 10px;
  }
}
.ll_use_deco_head {
  background-image: var(--color-accent);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  padding-top: 20px;
  padding-bottom: 20px;
}
.ll_use_deco_body {
  background-color: #fff;
  padding: 24px 14px;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco_body {
    padding: 30px 20px 30px;
  }
}
.ll_use_deco .item_heading {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.ll_use_deco .item_list {
  max-width: 700px;
  counter-reset: stt;
  display: flex;
  gap: 60px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco .item_list {
    gap: 80px;
  }
}
.ll_use_deco .item_row {
  counter-increment: stt;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco .item_row {
    gap: 48px;
  }
}
.ll_use_deco .item_row + .item_row::before {
  content: "";
  width: 26px;
  aspect-ratio: 1.4444444444;
  background-image: var(--color-accent);
  position: absolute;
  top: -37px;
  left: calc(50% - 13px);
  mask-image: url("./../images/common/icon_triangle_down.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco .item_row + .item_row::before {
    top: -47px;
  }
}
.ll_use_deco .item_photo {
  width: 100px;
  aspect-ratio: 1.1538461538;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .ll_use_deco .item_photo {
    width: 150px;
  }
}
.ll_use_deco .item_photo img {
  height: 100%;
  object-fit: cover;
}
.ll_use_deco .item_order {
  font-weight: 600;
  line-height: 1;
  color: var(--color-gray-hover);
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ll_use_deco .item_order::after {
  content: counter(stt, decimal-leading-zero);
}
.ll_use_deco .item_title {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.ll_use_deco .item_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.ll_recommend_info .item_heading {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-image: var(--color-accent);
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .ll_recommend_info .item_heading {
    font-size: 2rem;
    padding: 18px 26px 15px;
  }
}
.ll_recommend_info .item_list {
  display: flex;
  gap: 3px;
  flex-direction: column;
}
.ll_recommend_info .item_row {
  width: 100%;
  min-height: 53px;
  display: flex;
}
.ll_recommend_info .item_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  width: 140px;
  background-color: var(--bg-gray);
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .ll_recommend_info .item_title {
    width: 208px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 19px 26px 17px;
  }
}
.ll_recommend_info .item_detail {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: calc(100% - 140px);
  background-color: #fff;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .ll_recommend_info .item_detail {
    width: calc(100% - 208px);
    font-size: 1.4rem;
    padding: 19px 26px 16px;
  }
}
.ll_recommend_info .item_detail * {
  font-weight: 500;
}
.ll_recommend_info .item_detail a {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 8px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .ll_recommend_info .item_detail a {
    transition: 300ms ease;
    text-underline-offset: 6px;
    margin-right: 16px;
    font-size: 1.6rem;
  }
  .ll_recommend_info .item_detail a:hover {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.ll_recommend_info .item_detail a[target=_blank] {
  color: var(--color-sub);
  text-decoration: none;
}
.ll_recommend_info .item_detail ul li {
  position: relative;
  padding-left: 15px;
}
.ll_recommend_info .item_detail ul li::before {
  content: "・";
  position: absolute;
  top: 0em;
  left: -1px;
}
.ll_recommend_info .item_detail ul li + li {
  margin-top: 8px;
}
.ll_pagi {
  margin-top: 30px;
}
.ll_pagi .list {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ll_pagi .list {
    gap: 8px;
  }
}
.ll_pagi .extend,
.ll_pagi .pager,
.ll_pagi .current,
.ll_pagi .prev,
.ll_pagi .next {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .ll_pagi .extend,
  .ll_pagi .pager,
  .ll_pagi .current,
  .ll_pagi .prev,
  .ll_pagi .next {
    width: 44px;
    height: 44px;
    transition: 300ms ease;
  }
  .ll_pagi .extend:hover,
  .ll_pagi .pager:hover,
  .ll_pagi .current:hover,
  .ll_pagi .prev:hover,
  .ll_pagi .next:hover {
    opacity: 1;
    background-color: var(--color-sub);
    color: #fff;
  }
}
.ll_pagi .extend {
  width: 36px;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 768px) {
  .ll_pagi .extend:hover {
    color: var(--color-sub);
    background-color: rgba(255, 255, 255, 0);
  }
}
.ll_pagi .current {
  background-color: var(--color-sub);
  color: #fff;
  pointer-events: none;
}
.ll_pagi .prev::before,
.ll_pagi .next::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 11px;
  rotate: -45deg;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media only screen and (min-width: 768px) {
  .ll_pagi .prev::before,
  .ll_pagi .next::before {
    top: 17px;
    left: 15px;
  }
}
.ll_pagi .prev {
  scale: -1 1;
}

/*# sourceMappingURL=common.css.map */
