@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #454545;
  font-family: "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
p {
  font-family: "MS PGothic", "Hiragino Kaku Gothic StdN", sans-serif;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block !important;
  color: black;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

/**********************************
header
***********************************/
.menu-btn1 {
  margin-top: 50px;
}
.menu-btn1 a,
.menu-btn1 .a-check {
  margin: 20px 40px;
  border-radius: 0em;
}
.menu-btn1 a img,
.menu-btn1 .a-check img {
  position: relative;
  border-radius: 0em;
  z-index: -1;
}
.menu-btn1 a:nth-child(1) {
  margin-bottom: 50px;
}

.menu-btn2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.menu-btn2 a {
  width: 47.5%;
  margin: 0 5% 5% 0;
  box-shadow: 0px 0px 0.3em 0.2em rgba(0, 0, 0, 0.4) inset;
  border-radius: 0.8em;
}
.menu-btn2 a img {
  position: relative;
  border-radius: 0.7em;
  z-index: -1;
}
.menu-btn2 .link-small:nth-child(even) {
  margin-right: 0;
}

.metal-hr {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.668);
}

/**********************************
body
***********************************/
.top-word-box {
  position: relative;
}
.top-word-box img {
  width: 105%;
  margin-left: -2.5%;
}
.top-word-box .word-box {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 800;
  font-size: 2vw;
  height: 80%;
  line-height: 170%;
}
.top-word-box .word-box .under-line {
  -webkit-text-decoration: line-through 1px white;
          text-decoration: line-through 1px white;
  margin-right: -50%;
  position: absolute;
  bottom: 4%;
  left: 3%;
}

.home-display {
  display: flex;
  width: 100%;
  justify-content: center;
}
.home-display .logo {
  color: white;
  margin: 0 auto;
  width: 85%;
  margin-top: 10%;
}
.home-display .side-menu {
  width: 0%;
  background-color: white;
  border-right: solid 0.5px white;
}
.home-display .side-menu .side-menu-box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.home-display .side-menu .side-menu-box .list {
  border-bottom: solid 1px white;
  padding: 8% 0;
  line-height: 170%;
  font-size: max(1.1vw, 10px);
}
.home-display .side-menu .side-menu-box .list:last-of-type {
  border-bottom: none;
}
.home-display .side-menu .side-menu-box .insta {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  filter: invert(100%);
}
.home-display .static {
  position: relative;
  box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.432);
  z-index: 100;
}
.home-display .main-box {
  width: 100%;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.home-display .main-box::-webkit-scrollbar {
  display: none;
}
.home-display .main-box .title-box {
  width: 80%;
  display: block;
  margin: 5% auto;
}
.home-display .main-box .title-box h2 {
  font-size: 1.5vw;
  border-bottom: solid 1px black;
  text-align: center;
  padding-bottom: 3%;
  font-weight: bold;
}
.home-display .main-box .title-box h3 {
  font-weight: 400;
  text-align: center;
  line-height: 200%;
  font-size: max(1.2vw, 10px);
  padding-top: 3%;
}
.home-display .main-box .news {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.home-display .main-box .news h4 {
  margin-left: 4%;
  margin-bottom: 0%;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1vw, 10px);
}
.home-display .main-box .news .news-box {
  background-color: #f1f1f1;
  height: 160px;
  overflow-y: scroll;
  border: 10px solid #f1f1f1;
  padding: 0 20px;
  padding-top: 5px;
}
.home-display .main-box .news .news-box::-webkit-scrollbar {
  display: none;
}
.home-display .main-box .news .news-box a {
  display: flex !important;
  border-bottom: solid 1px rgb(161, 161, 161);
  padding: 10px 0;
}
.home-display .main-box .news .news-box .news-title {
  flex: 17%;
  width: 17%;
  text-align: center;
  font-size: 15px;
}
.home-display .main-box .news .news-box .news-btn {
  flex: 83%;
  width: 83%;
}
.home-display .main-box .news .news-box .news-btn img {
  display: block;
  width: 4%;
}
.home-display .main-box .news .news-box .news-btn p {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .home-display .main-box .news .news-box .news-title {
    font-size: 11px;
  }
  .home-display .main-box .news .news-box .news-btn p {
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  .home-display .main-box .news .news-box {
    padding-top: 0px;
    height: 100px;
  }
}
.home-display .main-box .link-box1 {
  margin-top: 5%;
  display: flex;
  justify-items: center;
  background-color: #333333;
  align-items: center;
}
.home-display .main-box .link-box1 .link1 {
  flex: 13%;
  width: 13%;
  text-align: center;
  background-color: #333333;
  color: white;
}
.home-display .main-box .link-box1 .link1 .link-font {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1vw, 10px);
}
.home-display .main-box .link-box1 .link1 .link-title {
  font-size: 1.5vw;
  margin-bottom: 13%;
  margin-top: 10%;
}
.home-display .main-box .link-box1 .link1 img {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.home-display .main-box .link-box1 .link-bg {
  flex: 85%;
  width: 85%;
  position: relative;
}
.home-display .main-box .link-box1 .link-word {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.9vw;
}

.sub-menu {
  display: flex;
  width: 87%;
  margin: 5% auto;
}
.sub-menu .sub-card {
  width: 25%;
}
.sub-menu .sub-card .sub-link {
  position: relative;
}
.sub-menu .sub-card .sub-box {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.sub-menu .sub-card .sub-box .sub-font {
  font-size: max(1vw, 10px);
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sub-menu .sub-card .sub-box .sub-title {
  font-size: 1.9vw;
  font-weight: 800;
}
.sub-menu .sub-card .sub-box img {
  width: 15%;
  margin: 0 auto;
  margin-top: 5%;
}
.sub-menu .sub-card a .sub-bg-img {
  opacity: 0;
  transition: 1.3s;
}
.sub-menu .sub-card a:hover .sub-bg-img {
  opacity: 1;
}

.side-menu-box0 {
  position: fixed;
  top: 0;
  left: 0;
  display: none !important;
  width: 23%;
  z-index: 150;
}

.metal-hr .logo {
  margin: 3% 3%;
  margin: 12px auto 0 15px;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
}
.metal-hr .logo img {
  width: 200px;
}
.metal-hr .recruit-site {
  color: #191919;
  padding-left: 15px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-size: 19px;
  color: #191919;
  padding-top: 1px;
  font-weight: 900;
}

/**********************************
staff
**********************************/
section.staff {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.container {
  width: 100%;
  position: relative;
  background-image: url("../../src/home/staff/stars.webp");
  padding-top: 200px;
  background-size: 1600px;
  background-color: transparent !important;
  background-position: center center;
}
.container .card-image {
  position: relative;
  padding-top: 5%;
  filter: drop-shadow(0.2em 0.2em 0.4em rgba(0, 0, 0, 0.588));
}
.container .card-image a {
  width: 90%;
  display: block;
  mask-image: url("../../src/home/staff/frame.webp"); /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: contain;
  -webkit-mask-image: url("../../src/home/staff/frame.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
  -webkit-mask-size: contain;
  margin-top: 36%;
}
.container .card-image .job {
  position: absolute;
  left: -7%;
  bottom: 2%;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  color: white;
  writing-mode: vertical-rl;
  font-size: 30px;
  text-shadow: 0.1em 0.1em 0.3em rgb(0, 0, 0), -0.1em -0.1em 0.3em rgba(0, 0, 0, 0.139);
  letter-spacing: 0.05em;
  transform: translate(-100%, 0);
  opacity: 0;
}
.container .card-image .job-l {
  font-size: 20px;
  left: -2%;
  bottom: 2%;
}
.container .card-image .job-m {
  font-size: 25px;
  left: -4%;
  bottom: 2%;
}
.container .card-image .name {
  position: absolute;
  right: -2%;
  bottom: -4%;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  color: white;
  font-size: 24px;
  text-shadow: 0.1em 0.1em 0.3em rgb(0, 0, 0), -0.1em -0.1em 0.3em rgba(0, 0, 0, 0.139);
  transform: translate(0%, 200%);
  opacity: 0;
}
.container .swiper-slide-prev .card-image > a {
  mask-image: url("../../src/home/staff/frame2.webp"); /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../../src/home/staff/frame2.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: 0.7s all ease;
  margin-top: 0%;
}
.container .swiper-slide-prev .card-image .job {
  display: block;
  transform: translate(0%, 0);
  transition: 1.5s all ease;
  opacity: 1;
}
.container .swiper-slide-prev .card-image .name {
  display: block;
  transition: 2s all ease;
  transform: translate(0%, 0);
  opacity: 1;
}
.container .interview-text {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  width: 800px;
  max-width: 80%;
}
.container .title {
  width: 250px;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: white;
}
.container .text {
  max-width: 750px;
  width: 90%;
  font-size: 18px;
  color: white;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
}

.card-image > a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/**************************************
お問い合わせ
***************************************/
.tel {
  width: 1000px;
  margin: 50px auto;
  max-width: 90%;
  margin-top: 200px;
}

.tel-box {
  border: solid 0.4em #f2f2f2;
  display: flex;
  padding: 2% 15%;
  align-items: center;
}
.tel-box .tel-img {
  width: 20%;
}
.tel-box .tel-info {
  width: 80%;
}
.tel-box .tel-number {
  width: 100%;
  font-size: 35px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
}
.tel-box p {
  font-size: max(1vw, 13px);
}
.tel-box p span {
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  padding-right: 8%;
}

.entry-box {
  text-align: center;
  margin-top: 5%;
}

.entry-btn {
  text-align: center;
  display: inline !important;
  background: #d60011;
  background: linear-gradient(0deg, #af1c1c 20%, #f02d2d 100%);
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  color: white;
  padding: 20px 30px;
  font-size: 18px;
  border-radius: 0.5em;
  box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.543);
}

/**************************************
footer
***************************************/
.footer {
  background-color: white;
  color: black;
  padding-top: 5%;
  padding-bottom: 3%;
  text-align: center;
}
.footer .address-box {
  width: 80%;
  margin: 0% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5%;
}
.footer .address-box a {
  color: white;
  text-decoration: none;
  display: inline !important;
}
.footer .address-box .address {
  margin-right: 4%;
  font-size: max(1.3vw, 10px);
}
.footer .address-box .tel {
  font-size: max(1.3vw, 10px);
}
.footer .copy {
  font-size: max(1vw, 10px);
  text-align: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*************************
footer 下層ページ
**************************/
button#scroll-to-top-btn {
  display: block;
  text-align: right;
  border-bottom: solid 1px red;
  margin: 5% 10% 5% auto;
  font-size: max(1.2vw, 12px);
  padding: 0.5% 1%;
}

.sub-logo {
  margin: 10% auto 5% auto;
  width: 400px;
  max-width: 80%;
}

.entry {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
  width: 750px !important;
  margin: 50px auto;
  flex-wrap: wrap;
  max-width: 90%;
}
.entry a {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.415);
  display: flex !important;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  justify-content: center;
  width: 350px;
  max-width: 90%;
  background: white;
  margin: 0 auto;
}
.entry a:hover {
  transform: scale(1.02, 1.02);
}
.entry img {
  font-size: 30px;
  color: white;
  font-weight: 800;
  padding: 0;
}
.entry .navi25 {
  padding: 20px;
  width: 400px;
}
.entry a:first-child {
  padding: 25px 20px;
}

.entry.this {
  padding-top: 50px;
}
.entry.this a {
  padding: 10px;
}
.entry.this a:first-child {
  padding: 10px;
}

.entry26 img {
  margin-top: 0;
}

@media (max-width: 700px) {
  .metal-hr {
    height: 50px;
  }
  .metal-hr .logo {
    margin: 3% 3%;
    margin: 12px auto 12px auto;
    opacity: 1 !important;
  }
  .metal-hr .logo img {
    width: 140px;
  }
  .metal-hr .recruit-site {
    font-size: 13px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .fixed-hr {
    position: fixed;
    z-index: 700;
  }
  .top-word-box img {
    width: 100%;
    margin-left: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .top-word-box {
    width: 100%;
    overflow-x: hidden;
    z-index: 2;
  }
  .top-word-box img {
    width: 170%;
  }
  .top-word-box .word-box {
    font-size: 7vw;
    color: black;
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
  }
  .top-word-box .word-box .under-line {
    -webkit-text-decoration: line-through 1px black;
            text-decoration: line-through 1px black;
  }
  .home-display .main-box .title-box {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 90%;
  }
  .home-display .main-box .title-box h2 {
    font-size: 14px;
    margin-bottom: 5%;
    padding-bottom: 5%;
    line-height: 250%;
  }
  .home-display .main-box .title-box h3 {
    font-size: 14px;
    text-align: left;
    line-height: 200%;
  }
  .home-display .main-box .news {
    width: 90%;
    margin-bottom: 10%;
    font-size: 10px;
  }
  .home-display .main-box .news .news-box {
    height: 105px;
    padding: 0;
  }
  .home-display .main-box .news .news-box .news-title {
    font-size: 13px;
    flex: 25%;
    width: 25%;
  }
  .home-display .main-box .news .news-box .news-btn {
    flex: 75%;
    width: 75%;
  }
  .home-display .main-box .news .news-box .news-btn img {
    width: 6%;
    margin-left: 3%;
  }
  .home-display .main-box .news .news-box .news-btn p {
    font-size: 13px;
  }
  .home-display .main-box .link-box1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .home-display .main-box .link-box1 .link1 {
    flex: 25%;
    width: 25%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    margin-top: 3%;
  }
  .home-display .main-box .link-box1 .link1 .link-font {
    font-size: 10px;
  }
  .home-display .main-box .link-box1 .link1 .link-title {
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg {
    flex: 75%;
    width: 75%;
    overflow: hidden;
  }
  .home-display .main-box .link-box1 .link-bg img {
    width: 200%;
    margin-left: -30%;
  }
  .home-display .main-box .link-box1 .link-bg .link-word {
    text-align: left;
    font-size: 14px;
  }
  .home-display .main-box .link-box1 .link-bg2 img {
    width: 100%;
    margin-left: 0;
  }
  .sub-menu {
    margin-top: 10%;
    flex-wrap: wrap;
  }
  .sub-menu .sub-card {
    width: 50%;
  }
  .sub-menu .sub-card a .sub-bg-img {
    opacity: 1;
  }
  .sub-menu .sub-card .sub-box .sub-font {
    font-size: 10px;
  }
  .sub-menu .sub-card .sub-box .sub-title {
    font-size: 18px;
  }
  .tel h3 {
    font-size: 16px;
  }
  .tel-box {
    padding: 2% 5%;
  }
  .tel-box .tel-number {
    font-size: 20px;
  }
  .footer {
    font-size: 10px;
  }
  .footer .address-box {
    width: 90%;
    display: block;
    padding-top: 5%;
  }
  .footer .address-box .address {
    font-size: 13px;
  }
  .footer .address-box .tel {
    font-size: 13px;
    margin-bottom: 10%;
  }
  .footer .copy {
    padding-bottom: 5%;
    font-size: 10px;
  }
  .static {
    display: none;
  }
  .home-display .main-box .news h4 {
    font-size: 12px;
  }
  /*************************
  スタッフ
  **************************/
  .container {
    background-size: 150%;
    padding-top: 10%;
    margin-top: -10%;
  }
  .container .swiper-slide-prev .card-image > a {
    width: 90%;
    display: block;
    mask-image: url("../../src/home/staff/frame.webp"); /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: contain;
    -webkit-mask-image: url("../../src/home/staff/frame.webp");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    -webkit-mask-size: contain;
    margin-top: 36%;
  }
  .container .swiper-slide-prev .card-image .job {
    display: none;
    transform: translate(0%, 0);
    transition: 0s all ease;
    opacity: 0;
  }
  .container .swiper-slide-prev .card-image .name {
    display: none;
    transition: 0s all ease;
    transform: translate(0%, 0);
    opacity: 0;
  }
  .container .swiper-slide-active .card-image > a {
    mask-image: url("../../src/home/staff/frame2.webp"); /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../../src/home/staff/frame2.webp");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: 1s all ease;
    margin-top: 0%;
  }
  .container .swiper-slide-active .card-image .job {
    display: block;
    transform: translate(0%, 0);
    left: -8%;
    bottom: 2%;
    transition: 0.7s all ease;
    opacity: 1;
    font-size: 26px;
  }
  .container .swiper-slide-active .card-image .job-l {
    font-size: 16px;
    left: -2%;
    bottom: 2%;
  }
  .container .swiper-slide-active .card-image .job-m {
    font-size: 20px;
    left: -4%;
    bottom: 2%;
  }
  .container .swiper-slide-active .card-image .name {
    display: block;
    transition: 1.2s all ease;
    transform: translate(0%, 0);
    opacity: 1;
    font-size: 22px;
    right: -2%;
    bottom: -6%;
  }
  .container .title {
    font-size: 8vw;
    top: 5%;
    left: 25%;
  }
  .container .text {
    font-size: 3.5vw;
    top: 13%;
    left: 25%;
    width: 48%;
  }
  .container2 .swiper-slide {
    width: 200px !important;
  }
  /*************************
  マイナビ　リクナビ
  **************************/
  /* .entry {
      display: block;

      img {
          max-width: 70%;
          margin: 0 auto;
          margin-bottom: 30px;
      }

      .navi25 {
          margin-top: 0;
          width: 400px;
          max-width: 70%;
      }

      .navi25 {
          padding: 20px;
      }
  }*/
  .entry {
    flex-direction: column;
  }
  .entry a:first-child {
    padding: 25px 20px;
  }
  /*************************
  お問い合わせ
  **************************/
  .tel {
    margin-top: 50px;
  }
  .entry-btn {
    display: block !important;
    width: 270px;
    max-width: 90%;
    margin: 5% auto 0 auto;
    padding: 5px 10px;
  }
}/*# sourceMappingURL=index.css.map */