/* LESS Document */
body {
  background: #FAFAFA;
}
.inner {
  max-width: 1400px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  min-height: 445px;
  margin: 0 0 30px;
  padding: 350px 0 0;
  position: relative;
}
@media (width <= 767px) {
  .pageHeader {
    min-height: 0;
    padding-top: 180px;
  }
}
.pageHeader::before,
.pageHeader::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pageHeader::before {
  background: #A60004;
  clip-path: polygon(0 0, 0 62%, 90% 0);
}
.pageHeader::after {
  background: #2481E3;
  clip-path: polygon(95% 0, 100% 0, 100% 100%, 60% 100%);
}
.pageHeader .marquee {
  position: absolute;
  top: 70px;
  z-index: 2;
}
.pageHeader .marquee_before {
  z-index: -1;
}
.pageHeader .marquee span {
  display: inline-block;
  position: relative;
}
.pageHeader .marquee img {
  display: inline-block;
  vertical-align: top;
}
@media (width <= 767px) {
  .pageHeader .marquee img {
    width: 1000px;
  }
}
.pageHeader .hgroup,
.pageHeader hgroup {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 45px;
  position: relative;
  z-index: 3;
}
@media (width <= 767px) {
  .pageHeader .hgroup,
  .pageHeader hgroup {
    padding: 20px 10px 10px;
  }
}
.pageHeader .hgroup .h1,
.pageHeader hgroup .h1,
.pageHeader .hgroup h1,
.pageHeader hgroup h1 {
  color: #3A3A3A;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media (width <= 1023px) {
  .pageHeader .hgroup .h1,
  .pageHeader hgroup .h1,
  .pageHeader .hgroup h1,
  .pageHeader hgroup h1 {
    font-size: 6.4rem;
  }
}
@media (width <= 767px) {
  .pageHeader .hgroup .h1,
  .pageHeader hgroup .h1,
  .pageHeader .hgroup h1,
  .pageHeader hgroup h1 {
    font-size: 7.2vw;
  }
}
.pageHeader .hgroup p,
.pageHeader hgroup p {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #AF1C40;
}
@media (width <= 767px) {
  .pageHeader .hgroup p,
  .pageHeader hgroup p {
    font-size: 4vw;
  }
}
.pageHeader_bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  line-height: 1.4;
}
@media (width <= 1023px) {
  .pageHeader_bottom {
    padding: 0 10px;
  }
}
@media (width <= 767px) {
  .pageHeader_bottom {
    flex-direction: column-reverse;
  }
}
.pageHeader_bottom_nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
@media (width <= 767px) {
  .pageHeader_bottom_nav {
    align-self: center;
  }
}
.pageHeader_bottom_nav li {
  padding: 0 0 0 25px;
  position: relative;
}
@media (width <= 767px) {
  .pageHeader_bottom_nav li {
    padding: 0;
  }
}
.pageHeader_bottom_nav li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #AF1C40;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
@media (width <= 767px) {
  .pageHeader_bottom_nav li::before {
    content: '\f13a';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    width: auto;
    height: auto;
    background: none;
    color: #FFF;
    left: 15px;
  }
}
.pageHeader_bottom_nav li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: #3A3A3A;
}
@media (width <= 767px) {
  .pageHeader_bottom_nav li a {
    padding: 5px 30px 5px 60px;
    background: #AF1C40;
    border: #AF1C40 2px solid;
    border-radius: 8px;
    color: #FFF;
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
}
@media (width <= 767px) {
  #breadcrumbsList {
    align-self: flex-end;
    font-size: 2.8vw;
  }
}
#breadcrumbsList a {
  font-weight: bold;
  text-decoration: none;
  color: #B5B5B5;
}
#breadcrumbsList li {
  display: inline-block;
  font-weight: bold;
}
#breadcrumbsList li + li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 18px;
  vertical-align: 2.5px;
  background: #1F296A;
}
@media (width <= 767px) {
  #breadcrumbsList li + li::before {
    margin: 0 6px 0 4px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  見出し
+++++++++++++++++++++++++++++++++++++++++++ */
section {
  margin: 170px 0;
}
@media (width <= 767px) {
  section {
    margin: 100px 0;
  }
}
section .hgroupWrapper {
  min-height: 188px;
  margin: 0 auto 60px;
  line-height: 1.2;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #1F296B, #FFF) 1;
}
@media (width <= 767px) {
  section .hgroupWrapper {
    min-height: 0;
  }
}
section .hgroupWrapper hgroup {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .hgroupWrapper hgroup h2 {
  width: 100%;
  min-height: 188px;
  margin: 0 auto;
  padding: 94px 60px 44px 60px;
  color: #1F296A;
  font-weight: 900;
  font-size: 6.4rem;
  position: relative;
  left: -10px;
  z-index: 1;
}
@media (width <= 767px) {
  section .hgroupWrapper hgroup h2 {
    min-height: 0;
    padding: 0 20px 20px;
    font-size: 12vw;
  }
}
section .hgroupWrapper hgroup p {
  width: 100%;
  color: rgba(31, 41, 106, 0.07);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16rem;
  font-weight: 900;
  letter-spacing: -1px;
  position: absolute;
  top: 0;
  left: 104px;
}
@media (width <= 767px) {
  section .hgroupWrapper hgroup p {
    font-size: 16vw;
    left: 7vw;
    top: auto;
    bottom: 7vw;
  }
}
section h3,
section .h3 {
  margin: 210px 0 40px 85px;
  padding: 4px 0 4px 35px;
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 1.4;
  color: #AF1C40;
  position: relative;
}
@media (width <= 1023px) {
  section h3,
  section .h3 {
    margin-left: 10px;
  }
}
@media (width <= 767px) {
  section h3,
  section .h3 {
    font-size: 9.6vw;
    padding-left: clamp(0px, 8vw, 35px);
  }
}
section h3::before,
section .h3::before {
  content: '';
  display: block;
  width: 18px;
  height: 100%;
  background: #1F296A;
  clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (width <= 767px) {
  section h3::before,
  section .h3::before {
    max-width: 18px;
    width: 4vw;
  }
}
section h3::after,
section .h3::after {
  content: '';
  display: block;
  width: 468px;
  height: 540px;
  background: url(../img/bg_htl.svg) no-repeat center center / cover;
  position: absolute;
  top: -152px;
  left: -96px;
  z-index: -1;
  pointer-events: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  lead
+++++++++++++++++++++++++++++++++++++++++++ */
.lead {
  margin: 50px 0 0;
  padding: 0 10px;
  text-align: center;
}
@media (width <= 767px) {
  .lead {
    text-align: left;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  categoryNav
+++++++++++++++++++++++++++++++++++++++++++ */
.categoryNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 38px 42px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 20px auto 0;
}
@media (width <= 767px) {
  .categoryNav {
    gap: 20px;
    padding: 0 10px;
  }
}
@media (width <= 767px) {
  .categoryNav li {
    width: calc(50% - 10px);
  }
}
.categoryNav li a {
  display: block;
  padding: 10px 5px 5px;
  text-align: center;
  text-decoration: none;
  min-width: 268px;
  border-radius: 5px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  background: #AF1C40;
  color: #FFF;
}
@media (width <= 767px) {
  .categoryNav li a {
    min-width: 0;
    font-size: 3.2vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .categoryNav li a:hover {
    opacity: 0.7;
  }
  .categoryNav li a:hover::after {
    transform: translateY(5px);
  }
}
@media (hover: none) {
  .categoryNav li a:active {
    opacity: 0.7;
  }
  .categoryNav li a:active::after {
    transform: translateY(5px);
  }
}
.categoryNav li a::after {
  content: '\f078';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  display: block;
  transition: transform 0.2s;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  footer_top_text
+++++++++++++++++++++++++++++++++++++++++++ */
.footer_top_text {
  position: relative;
  bottom: -2vw;
  z-index: -1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  jobArea
+++++++++++++++++++++++++++++++++++++++++++ */
.jobArea {
  margin: 0;
  padding: 64px 0 84px;
}
.jobArea_top {
  max-width: 1080px;
  margin: 0 auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  bnr
+++++++++++++++++++++++++++++++++++++++++++ */
.bnr a {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  padding: 10px;
  background: #FFF;
  border: #000 2px solid;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  movArea
+++++++++++++++++++++++++++++++++++++++++++ */
.movArea {
  text-align: center;
  padding: 0 10px;
}
.movArea p {
  font-size: 4.4rem;
  font-weight: 900;
}
@media (width <= 767px) {
  .movArea p {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.movArea iframe {
  max-width: 800px;
  width: 100%;
}
@media (width <= 767px) {
  .movArea iframe {
    height: 50vw;
  }
}
