@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fade 1s;
  font-weight: 500;
}

.hidden {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100px;
  transition: 0.2s;
  height: 90px;
}

header .inner {
  display: flex;
  align-items: center;
  height: 90px;
}

header .inner .header-logo {}

header .inner .header-logo a {
  margin-left: 2em;
  margin-right: 2em;
  min-width: 242px;
}

header .inner .header-logo a figure {}

header .inner .header-logo a figure img {}

header .inner .header-logo a h1 {
  font-size: 17px;
  margin-top: 4px;
  color: #1a1a1a;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

header .menu-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background: #1a1a1a;
  display: grid;
  place-content: center;
}

header .menu-trigger {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: #1a1a1a;
}

header .menu-trigger span {
  position: absolute;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 2px;
  background-color: #FFF;
  transition: 0.5s;
}

header .menu-trigger span:nth-of-type(1) {
  top: 50%;
}

header .menu-trigger span:nth-of-type(2) {
  top: 20%;
}

header .menu-trigger span:nth-of-type(3) {
  top: 80%;
}

header .menu-trigger.active span {
  transition: 0.5s;
}

header .menu-trigger.active span:nth-of-type(1) {
  opacity: 0;
}

header .menu-trigger.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(40deg);
}

header .menu-trigger.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-40deg);
}

.overlay {
  display: none;
  height: calc(100vh - 70px);
  /* z-index: 1000000; */
  /* position: relative; */
  width: 100%;
  /* height: 100vh; */
  background: #1a1a1a;
  background-image: url(../img/top/top-recruit_03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.overlay.active {
  display:block;
}

section+section {
  margin-top: 120px;
}

main {
  overflow: hidden;
}

/*----- ヘッダー -----*/
header .header-logo + nav {
  margin-left: auto;
    margin-right: 2em;
}

  header .header-logo + nav ul {
    display: flex;
    gap: 2em;
    display: none;
  }

  header .header-logo + nav ul li {

  }

  header .header-logo + nav ul li a {
    font-weight: bold;
    color: #1a1a1a;
  }

.overlay nav {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  background: url(../assets/img/top-recruit_03.jpg);
  max-width: 1000px;
  display: grid;
  place-content: center;
  place-items: center;
}

.overlay nav ul {
  display: flex;
  gap: 60px 5%;
  flex-wrap: wrap;
}

 .overlay nav ul.sub-menu {
  margin-top: 20px;
  gap: 10px;
  margin-left: 2em;
}

.overlay nav ul.sub-menu li {
  width: 100%;
}

.overlay nav ul.sub-menu li a {
  border: none;
  font-size: 17px;
  color: #fff;
}

.overlay nav ul.main-menu > li > a {
}

 .overlay nav ul.main-menu > li > a {
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 20px;
  padding-bottom: 6px;
}


.overlay nav ul li {
  width: 30%;
}

.overlay nav ul li a {
  font-weight: bold;
  color: #1a1a1a;
}

header .pc-header-contact {
  position: relative;
  height: 90px;
  cursor: pointer;
  background: #ee2930;
  display: grid;
  place-content: center;
  padding: 28px;
}

header .pc-header-contact a {
  display: flex;
  place-items: center;
  place-content: center;
  gap: 1em;
}

header .pc-header-contact a img {
  width: auto;
}

header .pc-header-contact a p {
  color: #fff;
  font-weight: bold;
}

header .to-top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  visibility: hidden;
}

header .to-top a {
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #292f36;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .to-top.active {
  visibility: visible;
  animation: fade 1s forwards;
}

/*----- フッター -----*/

footer {}

footer .footer_contact_inner {
  background: #292f36;
  padding: 160px 0;
}

footer .footer_contact_inner a {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

footer .footer_contact_inner a ul {
  display: flex;
  width: 100%;
}

footer .footer_contact_inner ul li:nth-of-type(1) {
  width: 45%;
}

footer .footer_contact_inner ul li:nth-of-type(1) h2 {display: flex;flex-direction: column;}

footer .footer_contact_inner ul li:nth-of-type(1) h2 span:nth-of-type(1) {
  display: block;
  color: #fff;
  font-size: 60px;
}

footer .footer_contact_inner ul li:nth-of-type(1) h2 span:nth-of-type(2) {
  display: block;
  font-size: 20px;
  color: #fff;
}

footer .footer_contact_inner ul li:nth-of-type(1) p {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  line-height: 1.5;
  font-weight: bold;
}

footer .footer_contact_inner ul li:nth-of-type(2) {
  width: 8%;
}

footer .footer_contact_inner ul li:nth-of-type(2) img {}

footer .footer_contact_inner ul li:nth-of-type(3) {

/* flex-grow: 1; */

width: 40%;
}

footer .footer_contact_inner ul li:nth-of-type(3) p:nth-of-type(1) {
  font-size: 60px;
  font-weight: bold;
  color: #999;
  text-align: right;
  font-family: Roboto;
  line-height: 1;
  letter-spacing: -0.02em;
}

footer .footer_contact_inner ul li:nth-of-type(3) p:nth-of-type(2) {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  font-family: Roboto;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: right;
}

footer .footer_middle {}

footer .footer_middle_inner {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
}

footer .footer_middle_inner .footer-logo {}

footer .footer_middle_inner .footer-logo a {}

footer .footer_middle_inner .footer-logo a figure {}

footer .footer_middle_inner .footer-logo a figure img {
  width: max-content;
}

footer .footer_middle_inner .footer-logo a h1 {
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 4px;
}

footer .footer_middle_inner nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px 2%;
  margin-top: 40px;
}

footer .footer_middle_inner nav dl {
  margin: 0;
}

footer .footer_middle_inner nav dl dt {
  padding-bottom: 20px;
  border-bottom: solid 1px #999;
}

footer .footer_middle_inner nav dl dt a {
  position: relative;
}

footer .footer_middle_inner nav dl dt a:after {
  position: absolute;
  right: 2%;
  top: 17px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  transform: rotate(45deg);
  transition: 0.3s;
}

footer .footer_middle_inner nav dl dt a h2 {}

footer .footer_middle_inner nav dl dt a h2 span:nth-of-type(1) {
  display: block;
  font-size: 18px;
  color: #1a1a1a;
}

footer .footer_middle_inner nav dl dt a h2 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

footer .footer_middle_inner nav dl dd {
  padding-top: 20px;
  margin: 0;
}

footer .footer_middle_inner nav dl dd ul {}

footer .footer_middle_inner nav dl dd ul li {}

footer .footer_middle_inner nav dl dd ul li+li {
  margin-top: 14px;
}

footer .footer_middle_inner nav dl dd ul li a {
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
}

footer .footer_middle_inner nav dl dd ul li a:after {
  position: absolute;
  right: 2px;
  top: 6px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  transform: rotate(45deg);
  transition: 0.3s;
}










footer .footer_bottom {
  background: #f2f2f2;
  padding: 30px;
}

footer .footer_bottom ul {
  width: 100%;
  max-width: 1400px;
  display: flex;
  margin: auto;
}

footer .footer_bottom ul li {}

footer .footer_bottom ul li p {
  font-size: 14px;
}

footer .footer_bottom ul li a {
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
  padding-right: 1em;
}

footer .footer_bottom ul li a:after {
  position: absolute;
  right: 0px;
  top: 5px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
  transform: rotate(45deg);
  transition: 0.3s;
}

footer .footer_bottom ul li:nth-of-type(2) {
  margin-left: auto;
}

footer .footer_bottom ul li:nth-of-type(3) {
  margin-left: 2em;
  margin-right: 70px;
}


/*----- -------------- -----*/

/*----- トップ -----*/


  /*----- トップ　スライド -----*/
  .top-slide {}

  .top-slide h2.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: auto;
    color: #fff;
    z-index: 2;
    display: grid;
    place-items: center;
    place-content: center;
    font-size: 48px;
    text-align: center;
    line-height: 1.7;
    filter: drop-shadow(0px 0px 10px black) drop-shadow(0px 0px 20px black);
    width: 90%;
  }

  .top-slide h2.title span {
    font-size: 24px;
    font-family: Roboto;
    margin-top: 20px;
  }

  .top-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: calc(100vh - 90px);
  }



  /*----- トップ　カンパニー -----*/
  .top-company {
    background-image: url(../img/top/top-company_bg.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top right;
  }

  .top-company .inner {
    max-width: 1200px;
    margin: auto;
    padding: 50px 0 0;
    width: 90%;
  }

  .top-company .inner h2 {}

  .top-company .inner h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-company .inner h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-company .inner h3 {
    font-size: 40px;
    margin-top: 50px;
    padding-left: 1em;
    border-left: solid 1px #ee2930;
  }

  .top-company .inner h3 span {
    color: #ee2930;
  }

  .top-company .inner p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
    font-weight: bold;
  }

  .top-company ul {
    display: flex;
    gap: 0 calc(8% / 3);
    margin-top: 50px;
    justify-content: center;
  }

  .top-company ul li {
    width: 26%;
  }

  .top-company ul li figure {
    position: relative;
    background: #000;
  }

  .top-company ul li figure img {
    opacity: 0.5;
    transition: 0.3s;
  }

  .top-company ul li:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  .top-company ul li figure figcaption {
    position: absolute;
    left: 0.7em;
    bottom: -0.95em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    filter: drop-shadow(0px 0px 5px black);
  }

  .top-company ul li figure figcaption span {
    color: #fff;
    display: block;
    font-size: 13px;
  }

  .top-company ul li a {
    color: #fff;
    background: #ee2930;
    display: block;
    place-items: center;
    place-content: center;
    height: 100px;
    font-weight: bold;
  }

  .top-company ul li a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .top-company ul li a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .top-company ul li a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .top-company ul li:hover a span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .top-company ul li:hover a span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  /*----- トップ　近畿制動の強み -----*/
  .top-strengths {
    background: #e6e6e6;
    margin-top: 200px;
  }

  .top-strengths .inner {
    max-width: 1200px;
    margin: auto;
    padding: 140px 0 0;
    position: relative;
    width: 90%;
  }

  .top-strengths .inner .text-unit {
    width: 50%;
    max-width: 600px;
    margin-left: auto;
    padding: 50px;
    background: #fff;
    z-index: 2;
    position: relative;
  }

  .top-strengths .inner .text-unit h2 {}

  .top-strengths .inner .text-unit h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-strengths .inner .text-unit h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-strengths .inner .text-unit p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
    font-weight: bold;
  }

  .top-strengths .inner .text-unit a {
    color: #fff;
    background: #292f36;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
  }

  .top-strengths .inner .text-unit a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .top-strengths .inner .text-unit a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .top-strengths .inner .text-unit a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .top-strengths .inner .text-unit a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .top-strengths .inner .text-unit a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  .top-strengths .inner figure {
    position: absolute;
    top: -15%;
    left: -15%;
    z-index: 1;
  }

  /*----- トップ　事業内容 -----*/
  .top-business {
    background: #e6e6e6;
    margin-top: 0;
  }

  .top-business .inner {
    max-width: 1200px;
    margin: auto;
    padding: 280px 0 0;
    position: relative;
    width: 90%;
  }

  .top-business .inner .text-unit {
    width: 50%;
    max-width: 600px;
    margin-right: auto;
    padding: 50px;
    background: #fff;
    z-index: 2;
    position: relative;
  }

  .top-business .inner .text-unit h2 {}

  .top-business .inner .text-unit h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-business .inner .text-unit h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-business .inner .text-unit p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
    font-weight: bold;
  }

  .top-business .inner .text-unit a {
    color: #fff;
    background: #292f36;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
  }

  .top-business .inner .text-unit a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .top-business .inner .text-unit a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .top-business .inner .text-unit a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .top-business .inner .text-unit a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .top-business .inner .text-unit a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  .top-business .inner figure {
    position: absolute;
    bottom: 10%;
    right: -15%;
    z-index: 1;
  }



  /*----- トップ　取扱製品 -----*/
  .top-product {
    margin-top: 160px;
  }

  .top-product .inner {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    position: relative;
    width: 90%;
  }

  .top-product .inner h2 {
    width: max-content;
    margin: 0 auto 50px;
    text-align: center;
  }

  .top-product .inner h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-product .inner h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-product .inner ul {
    gap: 3.5%;
    display: grid;
    place-content: center;
    place-items: center;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: auto;
  }

  .top-product .inner ul li {
    display: grid;
    grid-template-rows: subgrid;
    width: 100%;
    /* max-width: 386px; */
  }

  .top-product .inner ul li a {
    display: grid;
  }

  .top-product .inner ul li a:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  .top-product .inner ul li a figure {
    background: #1a1a1a;
    /* height: 300px; */
  }

  .top-product .inner ul li a figure img {
    opacity: 0.5;
    transition: 0.3s;
  }

  .top-product .inner ul li a .text-wrap {
    padding: 40px 20px 0px;
    background: #292f36;
    display: grid;
    min-height: 400px;
  }

  .top-product .inner ul li a .text-wrap h3 {
    color: #fff;
    font-size: 28px;
  }

  .top-product .inner ul li a .text-wrap p {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.5;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 7;
  }

  .top-product .inner ul li a .text-wrap .view_wrap {
    color: #fff;
    display: grid;
    place-items: center;
    place-content: center;
    height: 80px;
    font-weight: bold;
    width: 100%;
    margin: auto auto 0;
    border-top: solid 1px #fff;
  }

  .top-product .inner ul li a .text-wrap .view_wrap span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
    font-size: 18px;
  }

  .top-product .inner ul li a .text-wrap .view_wrap span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .top-product .inner ul li a .text-wrap .view_wrap span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .top-product .inner ul li a:hover .text-wrap .view_wrap span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .top-product .inner ul li a:hover .text-wrap .view_wrap span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }



  /*----- トップ　お知らせ -----*/
  .top-news {
    margin-top: 160px;
  }

  .top-news .inner {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    position: relative;
    width: 90%;
  }

  .top-news .inner h2 {
    width: max-content;
    margin: 0 auto 50px;
    text-align: center;
  }

  .top-news .inner h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-news .inner h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-news .inner dl {
    display: flex;
    gap: 5%;
  }

  .top-news .inner dl dt {
    width: 20%;
  }

  .top-news .inner dl dt button:nth-of-type(1) {
    display: block;
    background: #ee2930;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    font-weight: bold;
  }

  .top-news .inner dl dt button:nth-of-type(2) {
    display: block;
    background: #292f36;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  .top-news .inner dl dt button:nth-of-type(3) {
    display: block;
    background: #292f36;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  .top-news .inner dl dt h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .top-news .inner dl dd {
    width: 75%;
  }

  .top-news .inner dl dd ul {
    border-bottom: solid 1px #cccccc;
  }

  .top-news .inner dl dd ul li {
    border-top: solid 1px #cccccc;
  }

  .top-news .inner dl dd ul li a {
    padding: 30px;
    transition: 0.3s;
  }

  .top-news .inner dl dd ul li a:hover {
    background: #eee;
    transition: 0.3s;
  }

  .top-news .inner dl dd ul li a p.n-date {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #808080;
  }

  .top-news .inner dl dd ul li a p.n-category {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    margin-left: 1em;
  }

  .top-news .inner dl dd ul li a p.n-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    line-height: 1.5;
  }



  /*----- トップ　採用情報 -----*/
  .top-recruit {
    margin-top: 160px;
  }

  .top-recruit .inner {
    position: relative;
  }

  .top-recruit .inner h2 {
    width: max-content;
    margin: 0 auto 50px;
    text-align: center;
  }

  .top-recruit .inner h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .top-recruit .inner h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .top-recruit .inner h3 {
    width: max-content;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 24px;
  }

  .top-recruit .inner p {
    text-align: center;
    line-height: 1.5;
  }

  .top-recruit .inner ul {
    display: flex;
    height: 560px;
    position: relative;
    justify-content: space-between;
  }

  .top-recruit .inner ul li {}

  .top-recruit .inner ul li:nth-of-type(1) {
    width: 45%;
  }

  .top-recruit .inner ul li:nth-of-type(2) {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 3;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-480px, 0%);
    width: 320px;
    height: 280px;
  }

  .top-recruit .inner ul li:nth-of-type(3) {
    background: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    display: grid;
    place-items: center;
    place-content: center;
    width: 640px;
    z-index: 4;
    position: absolute;
    height: 562px;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .top-recruit .inner ul li:nth-of-type(4) {
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    z-index: 3;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(160px, 0%);
    width: 320px;
    height: 280px;
  }

  .top-recruit .inner ul li:nth-of-type(5) {
    width: 45%;
  }

  .top-recruit .inner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-recruit .inner a {
    color: #fff;
    background: #292f36;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
    width: 100%;
  }

  .top-recruit .inner a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .top-recruit .inner a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .top-recruit .inner a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .top-recruit .inner a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .top-recruit .inner a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }



/*----- -------------- -----*/



/*----- 下層ページ共通 -----*/

main {
  margin-top: 90px;
}

.page-head {
  margin-top: 90px;
}

.page-head .inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.page-head .inner h2 {
  margin: 110px 0;
  width: 90%;
  margin-inline: auto;
}

.page-head .inner h2 span:nth-of-type(1) {
  display: block;
  font-size: 72px;
}

.page-head .inner h2 span:nth-of-type(2) {
  display: block;
  font-size: 24px;
}

.page-head .inner figure {
  margin-right: calc(50% - 50vw);
}

.page-head .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.page-head .inner .breadcrumb {
  width: 90%;
  margin: auto;
}

.page-head .inner .breadcrumb ul {
  display: flex;
  gap: 1em;
  margin-top: 1.5em;
  font-weight: 500;
}

.page-head .inner .breadcrumb ul li {}

.page-head .inner .breadcrumb ul li a {
  color: #1a1a1a;
}

/*----- -------------- -----*/

/*----- 下層まとめて -----*/

  /*----- 企業情報（company -----*/

  .low section:nth-last-of-type(1) {
    margin-bottom: 120px;
  }

  .low .aisatsu {}

  .low .aisatsu .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .low h3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0em;
  }

  .low h3 span:nth-of-type(1) {
    font-size: 12px;
    color: #ee2930;
    display: block;
    letter-spacing: 0;
    font-weight: bold;
  }

  .low h3 span:nth-of-type(2) {
    font-size: 32px;
    display: block;
    margin-top: 5px;
  }

  .low h3 hr {
    margin: 10px 0 0;
    border: solid 1px #ee2930;
    width: 64px;
  }

  .aisatsu .inner figure {
    margin-top: 60px;
  }

  .aisatsu .inner p:nth-of-type(1) {
    font-size: 32px;
    text-align: center;
    margin: 40px 0;
  }

  .aisatsu .inner p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }

  .aisatsu .inner p:nth-of-type(3) {
    font-size: 20px;
    text-align: right;
    margin-top: 40px;
    font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
  }

  .aisatsu .inner p:nth-of-type(3) span {
    font-size: 16px;
  }

  .gaiyou {
    background: #f8f8f8;
    padding: 120px 0;
  }

  .gaiyou .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .gaiyou .inner dl {
    margin-top: 60px;
    border-bottom: solid 1px #e6e6e6;
  }

  .gaiyou .inner dl dt {
    padding: 20px 0 5px;
    border-top: solid 1px #e6e6e6;
    font-size: 20px;
    font-weight: bold;
  }

  .gaiyou .inner dl dd {
    margin: 0;
    padding: 5px 0 20px;
    line-height: 1.5;
  }

  .access {}

  .access .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .access .inner ul {
    margin-top: 60px;
  }

  .access .inner ul li {}

  .access .inner ul li+li {
    margin-top: 120px;
  }

  .access .inner ul li h4 {
    font-size: 24px;
    color: #fff;
    padding: 0.5em;
    background: #ee2930;
    text-align: center;
  }

  .access .inner ul li p {
    margin: 30px auto;
    width: max-content;
    line-height: 1.5;
  }

  .access .inner ul li iframe {
    width: 100%;
    height: 299px;
    display: block;
  }


  /*----- 近畿制動の強み（strengths) -----*/
  .strengths2 {}

  .strengths2 .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .strengths2 ul {
    gap: 5%;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .strengths2 ul li {
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
    place-items: center;
    width: 30%;
  }

  .strengths2 ul li h4 {
    font-size: 3vw;
    color: #ee2930;
    filter: drop-shadow(0px 0px 2px #ffcdcf);
  }

  .strengths2 ul li p {
    font-weight: bold;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 2px #ffcdcf);
    font-size: 1.8vw;
  }

  .strengths2 ul li .circle {
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    background: #ee2930;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    background-image: linear-gradient(-45deg, #fff 25%, #ffcdcf 25%, #ffcdcf 50%, #fff 50%, #fff 75%, #ffcdcf 75%, #ffcdcf);
    background-size: 4px 4px;
  }

  .strengths2 p.strengths2-text {
    margin-top: 40px;
    text-align: justify;
    line-height: 1.5;
  }

  .lineup {}

  .lineup .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .lineup .inner dl {
    gap: 5%;
    display: flex;
  }

  .lineup .inner dl+dl {
    margin-top: 120px;
  }

  .lineup .inner dl dt {
    width: 65%;
  }

  .lineup .inner dl dt p.line-title {
    color: #ee2930;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
  }

  .lineup .inner dl dt p.line-title:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #ee2930;
    margin-right: 1em;
  }

  .lineup .inner dl dt h2 {}

  .lineup .inner dl dt h2 span:nth-of-type(1) {
    color: #ee2930;
    display: block;
    font-size: 32px;
    margin-top: 40px;
  }

  .lineup .inner dl dt h2 span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
  }

  .lineup .inner dl dt h3 {
    text-align: left;
    display: block;
    font-size: 20px;
    color: #333;
    margin-top: 40px;
  }

  .lineup .inner dl dt p.line-text {
    line-height: 1.58;
    margin-top: 5px;
    text-align: justify;
  }

  .lineup .inner dl dd {
    width: 30%;
    margin: 0;
  }

  .lineup .inner dl dd img {}


  /*----- 事業内容（business) -----*/

  .sale {}

  .sale .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sale .inner h4 {
    margin-top: 60px;
    font-size: 20px;
  }

  .sale .inner h5 {
    margin-top: 60px;
  }

  .sale .inner h5 span:nth-of-type(1) {
    display: block;
    font-size: 18px;
    color: #ee2930;
  }

  .sale .inner h5 span:nth-of-type(2) {
    display: block;
    font-size: 24px;
    margin-top: 5px;
  }

  .sale .inner p {
    margin-top: 40px;
    line-height: 1.5;
  }

  .sale .inner figure {
    margin-top: 60px;
  }

  .sale .inner figure img {}

  .full-line {
    display: flex;
    margin-top: 5px;
  }

  .left-line {
    background: #ee2930;
    width: 100px;
    height: 1px;
  }

  .right-line {
    background: #ccc;
    height: 1px;
    width: 100%;
  }

  .main-products {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }

  .main-products .inner {
  width: 90%;
  margin-inline: auto;
}

  .main-products ul {
    display: flex;
    gap: 40px 3.5%;
    margin-top: 60px;
    flex-wrap: wrap;
  }

  .main-products ul li {
    border: solid 10px #ddd;
    width: 31%;
  }

  .main-products ul li a {
    padding: 40px;
  }

  .main-products ul li a figure {
    display: grid;
    place-content: center;
    place-items: center;
  }

  .main-products ul li a figure img {
    max-width: 120px;
  }

  .main-products ul li a figure figcaption {
    color: #333;
    font-weight: bold;
  }

  .supplement {
    font-weight: bold;
    margin-top: 20px;
  }

  /*----- 事業内容（business) -----*/

  .sale {}

  .sale .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sale .inner h4 {
    margin-top: 60px;
    font-size: 20px;
  }

  .sale .inner h5 {
    margin-top: 60px;
  }

  .sale .inner h5 span:nth-of-type(1) {
    display: block;
    font-size: 18px;
    color: #ee2930;
  }

  .sale .inner h5 span:nth-of-type(2) {
    display: block;
    font-size: 24px;
    margin-top: 5px;
  }

  .sale .inner p {
    margin-top: 40px;
    line-height: 1.5;
  }

  /*----- 事業内容（business) -----*/

  .car {}

  .car .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .car .inner h4 {
    margin-top: 60px;
    font-size: 20px;
    scroll-margin-block: 120px;
    margin: 60px 0 0;
  }

  .car .inner h5 {
    margin-top: 60px;
  }

  .car .inner h5 span:nth-of-type(1) {
    display: block;
    font-size: 18px;
    color: #ee2930;
  }

  .car .inner h5 span:nth-of-type(2) {
    display: block;
    font-size: 24px;
    margin-top: 5px;
  }

  .car .inner p.text {
    margin-top: 40px;
    line-height: 1.5;
    max-width: 1000px;
    margin-inline: auto;
  }

  .car .inner .anchor {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
  }

  .car .inner .anchor a {
    color: #fff;
    background: #292f36;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    width: calc(100% / 2 - 30px);
    max-width: 355px;
  }

  .car .inner .anchor a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .car .inner .anchor a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .car .inner .anchor a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .car .inner .anchor a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .car .inner .anchor a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  .car .inner ul {
    display: flex;
    gap: 40px 3.5%;
    margin-top: 60px;
    flex-wrap: wrap;
  }

  .car .inner ul+h4 {
    margin-top: 120px;
  }

  .car .inner ul li {
    width: 31%;
    scroll-margin-top: 120px;
  }

  .car .inner ul li p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .car .inner ul figure {
    background: #f5f5f5;
    padding: 10px 60px;
    margin-top: 5px;
  }

  .car .inner ul figure img {}




  #sdgs{
    max-width: 1200px;
    width: 90%;
    margin: 120px auto;
  }

  #sdgs > p:first-child{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ee2930;
  }

  #sdgs > p:nth-of-type(2){
    margin: 40px 0 20px;
  }

  #sdgs dl {
    display: flex;
    gap: 20px 4%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #sdgs dl dt {
    width: 48%;
    text-align: center;
  }
  
  #sdgs dl dt p {
    text-align: center;
    color: #ee2930;
    font-weight: bold;
    font-size: 18px;
  }

  .car .sdgs dl dt figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  
  #sdgs dl dd {
    width: 48%;
  }
  
  #sdgs dl dd ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px calc(10% / 4);
    margin-top: 0;
  }
  
  .car .sdgs dl dd ul li {
    width: 23%;
  }
  
  .car .sdgs dl dd ul li img {
    width: 100%;
  }


  /*----- お知らせ（news） -----*/
  .news {
    margin-top: 160px;
  }

  .news .inner {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    position: relative;
  }

  .news .inner h2 {
    width: max-content;
    margin: 0 auto 50px;
    text-align: center;
  }

  .news .inner h2 span:nth-of-type(1) {
    font-size: 40px;
    display: block;
  }

  .news .inner h2 span:nth-of-type(2) {
    font-size: 24px;
    color: #ee2930;
    font-family: Roboto;
  }

  .news .inner dl {
    display: flex;
    gap: 5%;
    margin-top: 60px;
    width: 90%;
    margin-inline: auto;
  }

  .news .inner dl dt {
    width: 20%;
  }

  .news .inner dl dt button:nth-of-type(1) {
    display: block;
    background: #ee2930;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    font-weight: bold;
  }

  .news .inner dl dt button:nth-of-type(2) {
    display: block;
    background: #292f36;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  .news .inner dl dt button:nth-of-type(3) {
    display: block;
    background: #292f36;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
  }

  .news .inner dl dt h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .news .inner dl dd {
    width: 75%;
  }

  .news .inner dl dd ul {
    border-bottom: solid 1px #cccccc;
  }

  .news .inner dl dd ul li {
    border-top: solid 1px #cccccc;
  }

  .news .inner dl dd ul li a {
    padding: 30px;
    transition: 0.3s;
  }

  .news .inner dl dd ul li a:hover {
    background: #eee;
    transition: 0.3s;
  }

  .news .inner dl dd ul li a p.n-date {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #808080;
  }

  .news .inner dl dd ul li a p.n-category {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    margin-left: 1em;
  }

  .news .inner dl dd ul li a p.n-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
  }

  .news-detail {
    margin-top: 80px;
  }

  .news-detail .inner {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    position: relative;
    width: 90%;
  }

  .news-detail .inner ul {}

  .news-detail .inner ul li {}

  .news-detail .inner .news-detail-head {
    display: flex;
    align-items: center;
    gap: 2em;
  }

  .news-detail .inner .news-detail-head p.n-date {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #808080;
  }

  .news-detail .inner .news-detail-head p.n-category {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    margin-left: 1em;
  }

  .news-detail .inner .news-detail-head p.n-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .news-detail .inner .news-detail-image {
    display: flex;
    gap: 4%;
    margin: 40px 0;
  }

  .news-detail .inner .news-detail-image figure {}

  .news-detail .inner .news-detail-image figure img {}

  .news-detail .inner .news-detail-bottom {}

  .news-detail .inner .news-detail-bottom p.n-comment {}

  .news-detail .inner .news-detail-bottom p.n-url {
    display: flex;
    margin-top: 20px;
  }

  .news-detail .inner .news-detail-bottom p.n-url a {
    color: #ee2930;
    font-weight: bold;
  }

  .news-detail .inner .news-detail-bottom p.n-pdf {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .news-detail .inner .news-detail-bottom p.n-pdf a {}

  /*----- お知らせ（news） -----*/
  .privacy {
    margin-top: 160px;
  }

  .privacy .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0;
    position: relative;
    width: 90%;
  }

  .privacy .inner p.head_text {
    border-bottom: solid 1px #ccc;
    margin-top: 120px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .privacy .inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .privacy .inner p {
    line-height: 1.5;
    text-align: justify;
  }

  .privacy .inner p+h4 {
    margin-top: 60px;
  }

  /*----- -------------- -----*/





/*----- 採用（recruit） -----*/

  .page-head-recruit {}

  .page-head-recruit .inner {
    position: relative;
  }

  .page-head-recruit .inner h2 {
    width: max-content;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 32px;
    font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 1.5;
  }

  .page-head-recruit .inner h3 {
    width: max-content;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 18px;
  }

  .page-head-recruit .inner p {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }

  .page-head-recruit .inner ul {
    display: flex;
    height: 560px;
    position: relative;
    justify-content: space-between;
  }

  .page-head-recruit .inner ul li {}

  .page-head-recruit .inner ul li:nth-of-type(1) {
    width: 45%;
  }

  .page-head-recruit .inner ul li:nth-of-type(2) {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 3;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-480px, 0%);
    width: 320px;
    height: 280px;
  }

  .page-head-recruit .inner ul li:nth-of-type(3) {
    background: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    display: grid;
    place-items: center;
    place-content: center;
    width: 640px;
    z-index: 4;
    position: absolute;
    height: 562px;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .page-head-recruit .inner ul li:nth-of-type(4) {
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    z-index: 3;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(160px, 0%);
    width: 320px;
    height: 280px;
  }

  .page-head-recruit .inner ul li:nth-of-type(5) {
    width: 45%;
  }

  .page-head-recruit .inner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-head-recruit .inner a {
    color: #fff;
    background: #2e4057;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
    width: 100%;
  }

  .page-head-recruit .inner a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .page-head-recruit .inner a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .page-head-recruit .inner a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .page-head-recruit .inner a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .page-head-recruit .inner a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  #recruit .breadcrumb {
    background: #333;
  }

  #recruit .breadcrumb ul {
    display: flex;
    gap: 1em;
    font-weight: 500;
    max-width: 1400px;
    width: 90%;
    padding: 1em 0;
    margin: auto;
  }

  #recruit .breadcrumb ul li {
    color: #fff;
  }

  #recruit .breadcrumb ul li a {
    color: #fff;
    text-decoration: underline;
  }

  .recruit_head_catch {
    background: #2e4057;
    padding: 120px 0;
  }

  .recruit_head_catch .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .recruit_head_catch .inner h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .recruit_head_catch .inner h2 span:nth-of-type(1) {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
  }

  .recruit_head_catch .inner h2 span:nth-of-type(2) {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .recruit_head_catch .inner h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 60px 0;
    font-weight: 500;
  }

  .recruit_head_catch .inner p {
    color: #fff;
    line-height: 1.5;
    text-align: justify;
  }

  .recruit_head_catch .inner p+p {
    margin-top: 10px;
  }

  .recruit_head_catch .anchor {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
  }

  .recruit_head_catch .anchor a {
    color: #2e4057;
    background: #fff;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    width: 100%;
    max-width: 320px;
  }

  .recruit_head_catch .anchor a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .recruit_head_catch .anchor a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #2e4057;
    transition: 0.3s;
  }

  .recruit_head_catch .anchor a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #2e4057;
    border-top: 1px solid #2e4057;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_head_catch .anchor a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .recruit_head_catch .anchor a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  .recruit_about {
    margin-bottom: 160px;
  }

  .recruit_about .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .recruit_about .inner h2 {
    font-size: 32px;
    color: #2e4057;
    display: flex;
    align-items: center;
  }

  .recruit_about .inner h2::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #2e4057;
    margin-right: 0.5em;
  }

  .recruit_about .inner ul {
    gap: 3.5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .recruit_about .inner ul li {
    display: grid;
    grid-template-rows: subgrid;
    width: 100%;
  }

  .recruit_about .inner ul li a {
    position: relative;
    height: 400px;
    display: grid;
  }

  .recruit_about .inner ul li a h3 {
    width: max-content;
    margin: 40px auto 0;
    filter: drop-shadow(0px 0px 5px black);
  }

  .recruit_about .inner ul li a h3 span:nth-of-type(1) {
    display: block;
    font-size: 40px;
    color: #fff;
  }

  .recruit_about .inner ul li a h3 span:nth-of-type(2) {
    display: block;
    color: #fff;
  }

  .recruit_about .inner ul li a .view_wrap {
    color: #fff;
    display: grid;
    place-items: center;
    place-content: center;
    height: 80px;
    font-weight: bold;
    width: 100%;
    margin: auto auto 0;
  }

  .recruit_about .inner ul li a .view_wrap span {
    display: block;
    position: relative;
    padding-right: 3em;
    transition: 0.3s;
    font-size: 18px;
  }

  .recruit_about .inner ul li a .view_wrap span:before {
    position: absolute;
    right: -21px;
    top: -16px;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    /* transform: rotate(45deg); */
    transition: 0.3s;
    background: #fff;
    border-radius: 50%;
  }

  .recruit_about .inner ul li a .view_wrap span:after {
    position: absolute;
    right: 0px;
    top: 3px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #2e4057;
    border-top: 2px solid #2e4057;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_about .inner ul li a figure {
    background: #2e4057;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
  }

  .recruit_about .inner ul li a figure img {
    opacity: 0.5;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recruit_about .inner ul li a:hover figure img {
    opacity: 1;
    transition: 0.3s;
  }

  .recruit_employee {}

  .recruit_employee .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 120px;
  }

  .recruit_employee .inner h2 {
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #2e4057;
    width: max-content;
    padding: 0.5em 5em 0.5em 0;
    border-image-source: linear-gradient(#2e4057, #2e4057);
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 100vw;
  }

  .recruit_employee .inner h2::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    margin-right: 0.5em;
  }

  .recruit_employee .inner .swiper {
    margin-top: 60px;
  }

  .recruit_employee .inner .swiper .swiper-wrapper {}

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide a {

  } */

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-image {
    position: relative;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-image p {
    display: block;
    font-weight: bold;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    color: #2e4057;
    font-family: Roboto;
    line-height: 1;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-image figure {
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-image figure img {}

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text {
    margin-left: -70px;
    z-index: 2;
    width: 360px;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text p:nth-of-type(1) {
    background: #2e4057;
    color: #fff;
    font-weight: bold;
    width: max-content;
    padding: 0.2em 1em;
    line-height: 1.5;
    margin: auto;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text p:nth-of-type(2) {
    background: #ddd;
    padding: 0.2em 1em;
    font-size: 20px;
    font-weight: bold;
    width: max-content;
    line-height: 1.5;
    color: #333;
    margin-top: 10px;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text p:nth-of-type(3) {
    background: #ddd;
    padding: 0.2em 1em;
    font-size: 20px;
    font-weight: bold;
    /* width: max-content; */
    margin-left: 1em;
    color: #333;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.5;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text div {
    color: #2e4057;
    /* background: #292f36; */
    display: grid;
    place-items: center;
    place-content: center;
    /* height: 60px; */
    font-weight: bold;
    /* max-width: 320px; */
    margin: 30px auto 0;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text div span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text div span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #2e4057;
    border-top: 1px solid #2e4057;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_employee .inner .swiper .swiper-wrapper .swiper-slide .slide-text div:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }







  .recruit_employee .inner .swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
    z-index: 222222;
  }

  .recruit_employee .inner .swiper .swiper-button-prev {
    background: #2e4057;
    aspect-ratio: 1 / 1;
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    top: 43%;
  }

  .recruit_employee .inner .swiper .swiper-button-next {
    background: #2e4057;
    aspect-ratio: 1/1;
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    top: 43%;
  }

  .recruit_employee .inner a.slide_link {
    color: #fff;
    background: #2e4057;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    max-width: 320px;
    margin: 40px auto 0;
  }

  .recruit_employee .inner a.slide_link span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
    font-size: 18px;
  }

  .recruit_employee .inner a.slide_link span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .recruit_employee .inner a.slide_link span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_employee .inner a.slide_link:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .recruit_employee .inner a.slide_link:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }

  #recruit .swiper-button-next:after,
  #recruit .swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
  }

  #recruit .swiper-button-next:after,
  #recruit .swiper-rtl .swiper-button-prev:after {}

  #recruit .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #recruit .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 12px;
    height: 12px;
  }

  #recruit .swiper-pagination-bullet-active {
    background: #2e4057;
  }





  .page-head-requirements {
    background: #2e4057;
    padding: 120px 0;
  }

  .page-head-requirements .inner {
    position: relative;
  }

  .page-head-requirements .inner h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .page-head-requirements .inner h2 span:nth-of-type(1) {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
  }

  .page-head-requirements .inner h2 span:nth-of-type(2) {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-weight: bold;
  }










  .recruit_detail {}

  .recruit_detail .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .recruit_detail .inner h3 {
    font-size: 32px;
    color: #2e4057;
    line-height: 1.5;
    text-align: center;
  }

  .recruit_detail .inner h3+p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.5;
    text-align: center;
  }

  .recruit_detail .inner dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #aaa;
    /* border-left: solid 1px #aaa; */
    margin-top: 60px;
  }

  .recruit_detail .inner dl dt {
    padding: 20px 20px;
    width: 20%;
    border-bottom: solid 1px #aaa;
    /* border-right: solid 1px #aaa; */
    background: #e6ebf1;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }

  .recruit_detail .inner dl dd {
    padding: 20px 20px;
    width: 80%;
    border-bottom: solid 1px #aaa;
    /* border-right: solid 1px #aaa; */
    line-height: 1.5;
  }


  .recruit_detail .anchor {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
  }

  .recruit_detail .anchor a {
    color: #fff;
    background: #2e4057;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    width: 100%;
    max-width: 320px;
  }

  .recruit_detail .anchor a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .recruit_detail .anchor a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .recruit_detail .anchor a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_detail .anchor a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .recruit_detail .anchor a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }









  .recruit_voice {}

  .recruit_voice .inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .recruit_voice .inner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recruit_voice .inner .swiper-slide .slide-image {
    position: relative;
  }

  .recruit_voice .inner .swiper-slide .slide-image p {
    display: block;
    font-weight: bold;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    color: #2e4057;
    font-family: Roboto;
    line-height: 1;
  }

  .recruit_voice .inner .swiper-slide .slide-image figure {
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
  }

  .recruit_voice .inner .swiper-slide .slide-image figure img {}

  .recruit_voice .inner .swiper-slide .slide-text {
    margin-left: -70px;
    z-index: 2;
    width: 360px;
  }

  .recruit_voice .inner .swiper-slide .slide-text p:nth-of-type(1) {
    background: #2e4057;
    color: #fff;
    font-weight: bold;
    width: max-content;
    padding: 0.2em 1em;
    line-height: 1.5;
    margin: auto;
  }

  .recruit_voice .inner .swiper-slide .slide-text p:nth-of-type(2) {
    background: #ddd;
    padding: 0.2em 1em;
    font-size: 20px;
    font-weight: bold;
    width: max-content;
    line-height: 1.5;
    color: #333;
    margin-top: 10px;
  }

  .recruit_voice .inner .swiper-slide .slide-text p:nth-of-type(3) {
    background: #ddd;
    padding: 0.2em 1em;
    font-size: 20px;
    font-weight: bold;
    margin-left: 1em;
    color: #333;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.5;
  }

  .recruit_interview {
    margin-top: 60px;
  }

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

  .recruit_interview dl + dl {
    margin-top: 60px;
  }

  .recruit_interview dl:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .recruit_interview dl dt {
    width: 48%;
  }

  .recruit_interview dl dd {
    width: 48%;
  }

  .recruit_interview dl dd h3 {
    font-size: 24px;
    color: #2e4057;
    line-height: 1.5;
    padding-left: 1.85em;
    text-indent: -1.85em;
    text-align: justify;
  }

  .recruit_interview dl dd p {
    line-height: 1.5;
    margin-top: 15px;
    text-align: justify;
  }

  .recruit_interview dl dd p + h3 {
    margin-top: 40px;
  }

  .recruit_voice .anchor {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
  }

  .recruit_voice .anchor a {
    color: #fff;
    background: #2e4057;
    display: grid;
    place-items: center;
    place-content: center;
    height: 60px;
    font-weight: bold;
    width: 100%;
    max-width: 320px;
  }

  .recruit_voice .anchor a span {
    display: block;
    position: relative;
    padding-right: 2em;
    transition: 0.3s;
  }

  .recruit_voice .anchor a span:before {
    position: absolute;
    right: 0px;
    top: 8.5px;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .recruit_voice .anchor a span:after {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .recruit_voice .anchor a:hover span:before {
    transform: translateX(5px);
    transition: 0.3s;
  }

  .recruit_voice .anchor a:hover span:after {
    transform: translateX(5px) rotate(45deg);
    transition: 0.3s;
  }



  /*----- お問い合わせ（contact） -----*/

  .contact-form {}

  .contact-form .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .contact-form .inner h3 {
    font-size: 32px;
    color: #2e4057;
    line-height: 1.5;
    text-align: center;
  }

  .contact-form .inner h3+p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.5;
    text-align: center;
  }

  .contact-form .inner h3+p span {
    color: #ee2930;
  }

  .contact-form .inner dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #aaa;
    margin-top: 60px;
  }

  .contact-form .inner dl dt {
    padding: 20px 20px;
    width: 20%;
    border-bottom: solid 1px #aaa;
    background: #e6ebf1;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .contact-form .inner dl dt p {
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
  }

  .contact-form .inner dl dt.required p::after {
    content: "＊";
    color: #ee2930;
    float: right;
  }

  .contact-form .inner dl dd {
    width: 80%;
    border-bottom: solid 1px #aaa;
    line-height: 1.5;
  }

  .contact-form.confirmed .inner dl dd {
    padding: 20px;
  }

  .contact-form .inner dl dd.radio-block {
    display: flex;
    gap: 30px;
    padding: 20px;
  }

  .contact-form .inner dl dd.radio-block label {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .contact-form .inner dl dd.radio-block label input {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
  }

  .contact-form .inner dl dd input {
    display: block;
    line-height: 1.5;
    width: 100%;
    border: none;
    padding: 20px;
  }

  .contact-form .inner dl dd textarea {
    display: block;
    line-height: 1.5;
    width: 100%;
    border: none;
    padding: 20px;
  }

  .privacy-box {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 5px;
    background-color: #ececec;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
  }

  .privacy-box p {
      line-height:1.5
  }

  .privacy-box p a {
    display: inline;
    color: #2e4057;
    font-weight: bold;
  }

.privacy-box label {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.contact-btn-area {
  width: 100%;
  /* max-width: 860px; */
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  gap: 30px;
}

.contact-btn-area input.btn-back {
  display: block;
  width: 47.5%;
  color: #333;
  background-color: #aaa;
  cursor: pointer;
  padding: 20px 0;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  border: none;
}

#contact .contact-btn-area input.btn-send {
  display: block;
  width: 47.5%;
  color: #FFF;
  background-color: #2e4057;
  cursor: pointer;
  padding: 20px 0;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  border: none;
}





.contact-form.thanks .inner a {
  color: #fff;
  background: #2e4057;
  display: grid;
  place-items: center;
  place-content: center;
  height: 60px;
  font-weight: bold;
  max-width: 320px;
  margin: 40px auto 0;
  width: 100%;
}

.contact-form.thanks .inner a span {
  display: block;
  position: relative;
  padding-right: 2em;
  transition: 0.3s;
}

.contact-form.thanks .inner a span:before {
  position: absolute;
  right: 0px;
  top: 8.5px;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.contact-form.thanks .inner a span:after {
  position: absolute;
  right: 0px;
  top: 5px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.contact-form.thanks .inner a:hover span:before {
  transform: translateX(5px);
  transition: 0.3s;
}

.contact-form.thanks .inner a:hover span:after {
  transform: translateX(5px) rotate(45deg);
  transition: 0.3s;
}


#contact .page-head .inner figure {
  height: 250px;
  overflow: hidden;
}

/*----- -------------- -----*/

#aisatsu,#gaiyou,#access,#member1,#member2,#member3 {
  scroll-margin-top: 120px;
}

/*----- 採用ニュース部分上書き処理（recruit） -----*/
#news-detail .page-head .inner figure {
  height: 200px;
  overflow: hidden;
}

#news-detail .page-head .inner h2 {
  margin-bottom: 30px;
}

/*----- -------------- -----*/




#news-detail .news-detail .news-detail-bottom p.n-comment{
  margin-top: 40px;
}