@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}


.u-font_en {
  font-family: "Jost", sans-serif;
}

.u-font_w7 {
  font-weight: 700;
}


/* ------------------------
  Accordions
------------------------ */
.js-accordion_target {
  overflow: hidden;
  height: 0;
}

.is-accordion_disable .js-accordion_target {
  overflow: auto;
  height: auto !important;
}

.is-accordion_disable .js-accordion {
  pointer-events: none;
}

.js-accordion_target02 {
  overflow: hidden;
  height: 0;
}

/*
* footer.css
*
*/
/* --------------------------------
  footer
-------------------------------- */
.l-footer {
  position: relative;
  padding: 94px 5.5555555556vw 40px;
  background-color: #6a7889;

  ul {
    list-style: none;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .l-footer {
    padding: 65px 5.5555555556vw 60px;
  }
}

.l-footer a {
  color: #000;
}

.l-footer_hat {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 16px;
}

@media (min-width: 768px) {
  .l-footer_hat {
    top: -53px;
    height: 54px;
  }
}

.l-footer_hat img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: initial;

  object-fit: initial;
}

.l-footer_inner {
  position: relative;
  margin: 0 auto;
  max-width: calc(1200px + 5.5555555556vw);

  container: footer_inner/inline-size;
}

.l-footer_page_top {
  position: absolute;
  top: -70px;
  right: 0;
}

@media (min-width: 768px) {
  .l-footer_page_top {
    top: -60px;
    right: 2.7777777778vw;
  }
}

@media (min-width: 1024px) {
  .l-footer_page_top {
    top: 0;
  }
}

.l-footer_page_top>button {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

@media (min-width: 768px) {
  .l-footer_page_top>button {
    flex-direction: column-reverse;
  }
}

.l-footer_page_top .txt {
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

.l-footer_page_top .icon {
  display: grid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;

  place-items: center;
}

@media (min-width: 768px) {
  .l-footer_page_top .icon {
    width: 40px;
    height: 40px;
  }
}

.l-footer_page_top .arw {
  position: relative;
  width: 12px;
  height: 12px;
}

.l-footer_page_top .arw>svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: inherit;
  height: inherit;

  fill: #6a7889;
}

.l-footer_contact {
  padding: 0 2.7777777778vw;
  color: #fff;
}

.l-footer_contact_ttl>p {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  line-height: 1;
}

.l-footer_contact_link_wrapper {
  margin-top: 20px;
}

.l-footer_contact_link {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;

  -moz-column-gap: 6px;

  column-gap: 6px;
}

@media (min-width: 768px) {
  .l-footer_contact_link {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

.l-footer_contact_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, hsl(302deg, 52%, 61%) 0%, hsl(10deg, 25%, 75%) 20%, hsl(190deg, 15%, 77%) 43%, hsl(334deg, 50%, 84%) 60%, hsl(48deg, 45%, 79%) 79%, hsl(203deg, 46%, 83%) 100%);
}

.l-footer_contact_link_icon {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .l-footer_contact_link_icon {
    width: 60px;
    height: 60px;
  }
}

.l-footer_contact_link_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .l-footer_contact_link_icon svg {
    width: 30px;
    height: 30px;
  }
}

.l-footer_contact_link_txt {
  letter-spacing: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .l-footer_contact_link_txt {
    font-size: 3rem;
  }
}

.l-footer_contact_txt {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .l-footer_contact_txt {
    margin-top: 30px;
  }
}

.l-footer_contact_txt>p {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1;
}

.l-footer_link_list_wrapper {
  display: grid;
  margin-top: 60px;
  padding: 0 2.7777777778vw;

  gap: 20px;
}

@media (min-width: 768px) {
  .l-footer_link_list_wrapper {
    margin-top: 80px;

    gap: 40px;
  }
}

@container footer_inner (min-width: 935px) {
  .l-footer_link_list_wrapper {
    grid-template-columns: 2.15fr 1fr;
  }
}

.l-footer_link_list {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 20px;
}

@container footer_inner (min-width: 935px) {
  .l-footer_link_list {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}

.l-footer_link_list._lg {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@container footer_inner (min-width: 935px) {
  .l-footer_link_list._lg {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}

.l-footer_link {
  position: relative;
  width: 100%;
}

.l-footer_link>a {
  text-decoration: none;
}

.l-footer_link .l-footer_link_inner {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.l-footer_link._lg .l-footer_link_inner {
  flex-direction: column;
  padding: 20px;

  row-gap: 12px;
}

@media (min-width: 768px) {
  .l-footer_link._lg .l-footer_link_inner {
    flex-direction: row;
    padding: 24px 20px 26px;
    padding: 46px 20px 46px 20px;
    height: 140px;
  }
}

@media (min-width: 768px) {
  .l-footer_link._sm {
    height: 60px;
  }
}

.l-footer_link._sm .l-footer_link_inner {
  padding: 15px 20px;
}

.l-footer_link_bg {
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: -5px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, hsl(302deg, 52%, 61%) 0%, hsl(10deg, 25%, 75%) 20%, hsl(190deg, 15%, 77%) 43%, hsl(334deg, 50%, 84%) 60%, hsl(48deg, 45%, 79%) 79%, hsl(203deg, 46%, 83%) 100%);
}

.l-footer_link_cont {
  display: inline-flex;
  align-items: center;

  -moz-column-gap: 11px;

  column-gap: 11px;
}

@media (min-width: 768px) {
  .l-footer_link_cont {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

._lg .l-footer_link_cont {
  flex-direction: column;

  row-gap: 6px;
}

@media (min-width: 768px) {
  ._lg .l-footer_link_cont {
    flex-direction: row;

    -moz-column-gap: 10px;

    column-gap: 10px;
  }
}

.l-footer_link_cont_txt {
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
}

._lg .l-footer_link_cont_txt {
  font-size: 1rem;
}

@media (min-width: 768px) {
  ._lg .l-footer_link_cont_txt {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  ._lg .l-footer_link_cont_txt {
    font-size: 1.5rem;
  }
}

._sm .l-footer_link_cont_txt {
  font-size: 1rem;
}

.l-footer_link_cont_icon {
  position: relative;
  width: 48px;
  height: 48px;
}

.l-footer_link_cont_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: inherit;
  height: inherit;
}

._lg .l-footer_link_cont_icon {
  width: 36px;
  height: 36px;
}

@media (min-width: 1024px) {
  ._lg .l-footer_link_cont_icon {
    width: 48px;
    height: 48px;
  }
}

.l-footer_link_icon {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #6a7889;
}

.l-footer_link_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;

  fill: #fff;
}

.l-footer_nav_list_wrapper {
  overflow: hidden;
  margin: 40px 2.7777777778vw 0;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

@media (min-width: 768px) {
  .l-footer_nav_list_wrapper {
    margin-top: 90px;
    padding: 60px 32px;
  }
}

@media (min-width: 1024px) {
  .l-footer_nav_list_wrapper {
    display: grid;
    padding: 60px;

    grid-template-columns: 1fr auto;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.l-footer_nav_list_wrapper a {
  text-decoration: none;
  color: inherit;
}

.l-footer_nav_list {
  display: grid;

  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .l-footer_nav_list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 60px;
  }
}

@media (min-width: 1024px) {
  .l-footer_nav_list {
    gap: 60px;
  }
}

.l-footer_nav_list .l-footer_nav_item:not(:first-of-type) {
  position: relative;
}

.l-footer_nav_list .l-footer_nav_item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .l-footer_nav_list .l-footer_nav_item:not(:first-of-type)::before {
    content: none;
  }
}

@media (min-width: 768px) {
  .l-footer_nav_list .l-footer_nav_item._col_span-2 {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .l-footer_nav_item.row_span_03 {
    grid-row: span 3;
  }
}

@media (min-width: 768px) {
  .l-footer_nav_item:has(.l-footer_nav_sns_list) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.l-footer_nav_category {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (width <768px) {
  .l-footer_nav_category {
    background-color: transparent;
    color: #fff !important;
  }
}

.l-footer_nav_category .category_label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .l-footer_nav_category .category_label {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.l-footer_nav_category .category_icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

.l-footer_nav_category .category_icon::before,
.l-footer_nav_category .category_icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.l-footer_nav_category .category_icon::after {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(90deg);
}

.l-footer_nav_category[aria-expanded=true] .category_icon::after {
  transform: rotate(0deg);
}

.l-footer_nav_body {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .l-footer_nav_body {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  ._col_span-2 .l-footer_nav_body {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (min-width: 1024px) {
  ._col_span-2 .l-footer_nav_body {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

.l-footer_nav_body_inner+.l-footer_nav_body_inner {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .l-footer_nav_body_inner+.l-footer_nav_body_inner {
    margin-top: 5px;
  }
}

.l-footer_nav_desc_subcategory>a {
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

.l-footer_nav_desc_subcategory+.l-footer_nav_desc_list {
  padding: 10px 0 10px 16px;
}

@media (min-width: 768px) {
  .l-footer_nav_desc_subcategory+.l-footer_nav_desc_list {
    padding: 5px 0 5px 1em;
  }
}

.l-footer_nav_desc_list {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

@media (min-width: 768px) {
  .l-footer_nav_desc_list {
    gap: 5px;
  }
}

.l-footer_nav_desc_item {
  overflow: visible;
}

.l-footer_nav_desc_list+.l-footer_nav_desc_subcategory {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .l-footer_nav_desc_list+.l-footer_nav_desc_subcategory {
    margin-top: 0;
  }
}

.l-footer_nav_desc_item>a {
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

.l-footer_nav_desc_item>a:has(span) span {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}

.l-footer_nav_desc_item>a:has(span) span svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: inherit;
  height: inherit;

  fill: #fff;
}

.l-footer_search_list {
  margin-top: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .l-footer_search_list {
    display: grid;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (min-width: 1024px) {
  .l-footer_search_list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 60px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);

    row-gap: 60px;
  }
}

.l-footer_nav_search_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  -moz-column-gap: 14px;

  column-gap: 14px;
}

@media (min-width: 768px) {
  .l-footer_nav_search_list {
    flex-direction: column;
    justify-content: flex-start;

    row-gap: 5px;
  }
}

.l-footer_nav_search_item {
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer_nav_search_item>a {
  display: inline-block;
  height: 100%;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 2.857;
}

@media (min-width: 768px) {
  .l-footer_nav_search_item>a {
    line-height: 1.8;
  }
}

.l-footer_search_list_label {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.875;
}

@media (min-width: 768px) {
  .l-footer_search_list_label {
    padding-top: 0;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.66;
  }
}

@media (min-width: 768px) {
  .l-footer_sns_list_wrapper {
    margin-top: 60px;
  }
}

.l-footer_nav_sns_list {
  display: flex;
  justify-content: center;
  margin-top: 10px;

  -moz-column-gap: 20px;

  column-gap: 20px;
}

@media (min-width: 768px) {
  .l-footer_nav_sns_list {
    justify-content: flex-start;
  }
}

.l-footer_nav_sns_item {
  width: 40px;
  height: 40px;
}

.l-footer_nav_sns_item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.l-footer_nav_sns_item a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: inherit;
  height: inherit;

  fill: #fff;
}

.l-footer_copy {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .l-footer_copy {
    margin-top: 40px;
    padding: 0 2.7777777778vw;
  }
}

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

.l-footer_copy_logo {
  position: relative;
  width: 108px;
  height: 20px;
}

@media (min-width: 768px) {
  .l-footer_copy_logo {
    width: 162px;
    height: 30px;
  }
}

.l-footer_copy_logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: inherit;
  height: inherit;

  fill: #fff;
}

.l-footer_copy_txt {
  color: #fff;
}

.l-footer_copy_txt small {
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .l-footer_copy_txt small {
    font-size: 0.875rem;
  }
}

html[lang=en] .l-footer {
  padding-top: 70px;
}

@media (min-width: 768px) {
  html[lang=en] .l-footer {
    padding-top: 100px;
  }
}

html[lang=en] .l-footer_page_top {
  top: -50px;
}

@media (min-width: 768px) {
  html[lang=en] .l-footer_page_top {
    top: -34px;
  }
}

html[lang=en] .l-footer_copy {
  margin-top: 0;
}

html[lang=en] .l-footer_copy_inner {
  justify-content: center;
}

.l-footer_contact_link:hover::after {
  animation: gradeBorder 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes gradeBorder {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  50% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  51% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.l-footer_link a {
  --scaleRate: 0%;
}

.l-footer_link a .l-footer_link_inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(0.001deg);

  will-change: transform;
}

.l-footer_link a .l-footer_link_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgba(0, 0, 0, 0);
}

.l-footer_link a:hover .l-footer_link_inner {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(5px, 5px);
}

.l-footer_link a:hover .l-footer_link_inner::after {
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(0, 0, 0, 0.3);
}

.l-footer_page_top .icon {
  transition: filter 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer_page_top:hover .icon {
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  filter: brightness(0.7);
}

.l-footer_nav_sns_item>a,
.l-footer_nav_sns_item button {
  transition: filter 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer_nav_sns_item>a:hover,
.l-footer_nav_sns_item button:hover {
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  filter: brightness(0.7);
}

.l-footer_nav_desc_subcategory>a,
.l-footer_nav_desc_item>a,
.l-footer_nav_search_item>a {
  display: inline;
  padding: 5px 0;
  transition: background-size 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: right calc(1lh - 3px);
  background-size: 0 1px;
}

.l-footer_nav_desc_subcategory>a:hover,
.l-footer_nav_desc_item>a:hover,
.l-footer_nav_search_item>a:hover {
  background-position: left calc(1lh - 3px);
  background-size: 100% 1px;
}

.l-footer_nav_category>a {
  display: inline;
  transition: background-size 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: right calc(1lh - 3px);
  background-size: 0 1px;
}

.l-footer_nav_category>a:hover {
  background-position: left calc(1lh - 3px);
  background-size: 100% 1px;
}

/* Theme overrides (internet.ac job column) */
.l-footer {
  margin-block-start: 120px;
  font-family: "BIZ UDPGothic", sans-serif;
}

.l-footer .u-font_en {
  font-family: Jost, sans-serif;
}

/* Suppress the theme-wide external-link marker inside the footer. */
.l-footer a[target=_blank]:not(:has(img))::after {
  content: none;
}

@media (max-width: 767px) {
  .l-footer {
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .l-footer {
    padding-top: 40px;
  }
}