@charset "UTF-8";
:root {
  --bg-skew-deg: 7deg;
  --hover-opacity: 0.7;
  --hover-arrow-transition: opacity 0.3s;
  --hover-arrow-transition-time: 0.3s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

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

body {
  font-family: 'Noto Sans JP', sans-serif;
}

header {
  background: #FFFFFF;
}

#footer_entry_guideline {
  color: #FFFFFF;
}

#footer_entry_guideline .link_area > li a {
  background: #FFFFFF;
  color: #4d5761;
}

footer {
  background: #4d5761;
  color: #dddddd;
}

footer a {
  color: #ffffff;
}

footer #footer_group {
  background: #434c55;
}

footer #footer_group dt {
  color: #ffffff;
}

footer #footer_group a {
  color: #dadbdc;
}

footer #footer_copyright {
  color: #dddddd;
}

.en {
  font-family: "Rubik", sans-serif;
}

.breadcrumb > ul > li {
  position: relative;
  color: #cccccc;
}

.breadcrumb > ul > li::before {
  content: "/";
}

.breadcrumb > ul > li a {
  color: #83a9db;
}

#recruit_floating_navi {
  position: fixed;
}

#recruit_floating_navi.hide {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    min-width: 1280px;
  }
  .sp {
    display: none !important;
  }
  .hover_link_effect {
    position: relative;
  }
  .hover_link_effect::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hover_link_effect::after {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_hover.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .hover_link_effect.white::before {
    background: url(/common/image/base/link_arw2_w.png) no-repeat;
  }
  .hover_link_effect:hover::before {
    opacity: 0;
  }
  .hover_link_effect:hover::after {
    opacity: 1;
  }
  .breadcrumb {
    margin: 200px auto 60px;
    width: 1280px;
  }
  .breadcrumb > ul {
    display: flex;
    padding-left: 35px;
    background: url(/common/image/base/ico_house-chimney.svg) no-repeat;
    background-position: left center;
    background-size: 18px auto;
  }
  .breadcrumb > ul > li {
    font-size: 1.6rem;
    padding: 0 20px 0 27px;
  }
  .breadcrumb > ul > li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* ヘッダー */
  header {
    position: sticky;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    font-size: 1.5rem;
    padding: 0 40px;
    transition: all 0.2s linear;
    z-index: 999;
  }
  header.off_screen {
    top: -120px;
  }
  header.off_screen.fixed {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 999;
  }
  header #header_menu_button {
    display: none;
  }
  header #header_navi {
    display: flex;
    height: 100%;
  }
  header #header_navi #header_navi_inner {
    display: flex;
  }
  header #header_navi #header_navi_inner > ul {
    display: flex;
    gap: 0 50px;
  }
  header #header_navi #header_navi_inner > ul > li {
    display: flex;
    position: relative;
  }
  header #header_navi #header_navi_inner > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #4d5761;
    letter-spacing: 0.08em;
    position: relative;
    transition: all 0.3s ease;
  }
  header #header_navi #header_navi_inner > ul > li > a > span {
    position: relative;
  }
  header #header_navi #header_navi_inner > ul > li > a > span::before {
    content: "";
    display: block;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    width: 10px;
    left: -10px;
    user-select: none;
    pointer-events: none;
  }
  header #header_navi #header_navi_inner > ul > li > a:hover {
    color: #83a9db;
  }
  header #header_navi #header_navi_inner > ul > li > a:hover > span::before {
    transition: 0.4s all ease-in-out;
    left: 100%;
  }
  header #header_navi #header_navi_inner > ul > li > a#recruit_header_entry {
    display: block;
    text-align: center;
    width: 160px;
    padding: 17px 0;
    border-radius: 40px;
    margin-left: 100px;
    background-image: linear-gradient(45deg, rgba(140, 183, 227, 0.3) 0%, rgba(211, 217, 219, 0.3) 24%, rgba(192, 213, 240, 0.3) 74%, rgba(255, 219, 219, 0.3) 100%);
  }
  header #header_navi #header_navi_inner > ul > li .sub_list {
    position: absolute;
    display: none;
    z-index: 1000;
    top: 90px;
    left: 0;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.06);
  }
  header #header_navi #header_navi_inner > ul > li .sub_list > li {
    border-top: 1px solid #e9eaeb;
  }
  header #header_navi #header_navi_inner > ul > li .sub_list > li:nth-of-type(1) {
    border-top: none;
  }
  header #header_navi #header_navi_inner > ul > li .sub_list > li > a {
    display: block;
    white-space: nowrap;
    padding: 13px 20px;
    font-size: 1.3rem;
    color: #4d5761;
    transition: color 0.3s;
  }
  header #header_navi #header_navi_inner > ul > li .sub_list > li > a:hover {
    color: #83a9db;
  }
  header #header_navi #header_navi_inner > ul > li.pc_open .sub_list {
    display: block;
  }
  header #header_navi #header_navi_inner > ul > li.entry_btn {
    align-items: center;
  }
  header #header_navi #header_navi_inner > ul > li.entry_btn span {
    display: block;
  }
  main#main {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  #recruit_floating_navi {
    right: 30px;
    bottom: 30px;
    z-index: 100;
  }
  #recruit_floating_navi a {
    width: 245px;
    height: 75px;
    font-size: 1.6rem;
    background: linear-gradient(to right, #4984d1, #83a9db);
    color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 45px;
    border-radius: 75px;
  }
  #recruit_floating_navi a::before {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: url(/common/image/base/link_arw_w.svg) no-repeat center center;
    background-size: 14px 14px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 25px);
    left: 12px;
    opacity: 1;
  }
  #recruit_floating_navi a::after {
    transition: var(--hover-arrow-transition);
    content: "";
    width: 50px;
    height: 50px;
    background: #fff url(/common/image/base/link_arw.svg) no-repeat center center;
    background-size: 14px 14px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 25px);
    left: 12px;
    opacity: 0;
  }
  #recruit_floating_navi a:hover::before {
    opacity: 0;
  }
  #recruit_floating_navi a:hover::after {
    opacity: 1;
  }
  #footer_entry_guideline {
    margin: 40px 0 0;
    background: linear-gradient(to top, #4d5761 150px, transparent 150px);
  }
  #footer_entry_guideline .guideline_area {
    width: 1280px;
    height: 563px;
    margin: 0 auto;
    border-radius: 64px;
    padding: 0 100px;
    background: url(/common/image/recruit/cta_guideline_bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #footer_entry_guideline .guideline_area .data_area {
    padding-bottom: 40px;
  }
  #footer_entry_guideline .guideline_area .data_area h2 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #footer_entry_guideline .guideline_area .data_area .description {
    margin-top: 36px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  #footer_entry_guideline .guideline_area .link_area > li {
    margin-top: 23px;
  }
  #footer_entry_guideline .guideline_area .link_area > li:nth-of-type(1) {
    margin-top: 0;
  }
  #footer_entry_guideline .guideline_area .link_area > li > a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    width: 440px;
    height: 120px;
    padding-left: 120px;
    font-size: 1.8rem;
    position: relative;
  }
  #footer_entry_guideline .guideline_area .link_area > li > a::before {
    content: "";
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer_entry_guideline .guideline_area .link_area > li > a::after {
    content: "";
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* フッター */
  footer {
    padding: 80px 0 60px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer #footer_contents {
    max-width: 1280px;
    margin: 0 auto;
  }
  footer #footer_navi {
    display: flex;
    justify-content: space-between;
    margin: 0 90px 0;
  }
  footer #footer_navi_main {
    display: flex;
    gap: 0 130px;
  }
  footer #footer_navi_main > dl > dt a {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
  }
  footer #footer_navi_main > dl > dt a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%) rotate(45deg);
  }
  footer #footer_navi_main > dl > dd > ul {
    margin-top: 20px;
  }
  footer #footer_navi_main > dl > dd > ul > li {
    margin-top: 17px;
  }
  footer #footer_navi_main > dl > dd > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  footer #footer_navi_other > ul > li {
    margin-top: 17px;
  }
  footer #footer_navi_other > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  footer #footer_group {
    border-radius: 10px;
    margin: 60px 60px 0;
    padding: 36px 38px;
  }
  footer #footer_group > dl > dt {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  footer #footer_group > dl > dd {
    margin-top: 13px;
    font-size: 1.4rem;
  }
  footer #footer_group_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  footer #footer_group_list li {
    display: flex;
    position: relative;
  }
  footer #footer_group_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  footer #footer_group_list li:nth-last-of-type(n+2) {
    padding-right: 1.5em;
    margin-right: 1.5em;
  }
  footer #footer_group_list li:nth-last-of-type(n+2)::after {
    content: "";
    display: block;
    background: #dadbdc;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  footer #footer_logo_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 90px;
  }
  footer #footer_logo_area #footer_logo {
    transition: all 0.3s ease;
  }
  footer #footer_logo_area #footer_logo:hover {
    opacity: 0.6;
  }
  footer #footer_copy {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  footer #footer_copyright {
    font-size: 1.1rem;
  }
}
