@charset "UTF-8";
body {
  background-color: #000;
}

.key-visual-top {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../image/top/key-visual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .key-visual-top {
    height: 100%;
    margin-bottom: 80px;
  }
}
.key-visual-top .logo {
  width: 350px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1300px) {
  .key-visual-top .logo {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .key-visual-top .logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-top .logo {
    width: 180px;
  }
}
.key-visual-top .logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .key-visual-top .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-top .logo img {
    width: 80px;
  }
}
.key-visual-top .navi {
  position: fixed;
  z-index: 200;
  top: 40px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .key-visual-top .navi {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .key-visual-top .navi {
    display: none;
  }
}
.key-visual-top .navi li {
  padding: 20px 25px;
  transition: 0.45s;
}
.key-visual-top .navi li:last-child {
  margin-right: 0px;
}
.key-visual-top .navi li:hover {
  background-color: #4b70eb;
}
.key-visual-top .navi li:hover a {
  color: #fff;
}
.key-visual-top .navi li a {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  width: 100%;
  height: 100%;
}
.key-visual-top .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-visual-top .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .key-visual-top .title-box h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-top .title-box h2 {
    font-size: 32px;
  }
}
.key-visual-top .news-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 30px 0 0 0;
  padding: 30px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .key-visual-top .news-box {
    margin-top: 100%;
    position: relative;
    min-width: 100%;
    width: 100%;
    border-radius: 0px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box {
    padding: 20px 15px;
  }
}
.key-visual-top .news-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box h2 {
    font-size: 17px;
  }
}
.key-visual-top .news-box .news-list {
  width: 100%;
}
.key-visual-top .news-box .news-list li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.key-visual-top .news-box .news-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li {
    display: block;
  }
}
.key-visual-top .news-box .news-list li .time {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li .time {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.key-visual-top .news-box .news-list li .info {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li .info {
    font-size: 14px;
  }
}

.service-1 {
  background-image: url(../image/service/key-1.png);
}

.service-2 {
  background-image: url(../image/service/key-2.png);
}

.service-3 {
  background-image: url(../image/service/key-3.png);
}

.about {
  background-image: url(../image/about/key.png);
  background-position: center;
}

.link {
  background-image: url(../image/link/key.png);
}
.link .title-box h2 {
  color: #000 !important;
  text-shadow: none !important;
}
.link .title-box p {
  color: #000 !important;
  text-shadow: none !important;
}

.recruit {
  background-image: url(../image/recruit/key.jpg);
}

.contact {
  background-image: url(../image/contact/key.png);
}
.contact .title-box h2 {
  color: #000 !important;
  text-shadow: none !important;
}
.contact .title-box p {
  color: #000 !important;
  text-shadow: none !important;
}
.contact .title-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.contact .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .title-box h2 {
    font-size: 35px;
  }
}
.contact .title-box p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .title-box p {
    font-size: 18px;
  }
}

.key-visual-sub {
  position: relative;
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .key-visual-sub {
    height: 500px;
  }
}
.key-visual-sub .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1300px) {
  .key-visual-sub .logo {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .key-visual-sub .logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-sub .logo {
    width: 180px;
  }
}
.key-visual-sub .logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .key-visual-sub .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-sub .logo img {
    width: 80px;
  }
}
.key-visual-sub .navi {
  position: fixed;
  top: 40px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .key-visual-sub .navi {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi {
    display: none;
  }
}
.key-visual-sub .navi li {
  padding: 20px 25px;
  transition: 0.45s;
}
.key-visual-sub .navi li:last-child {
  margin-right: 0px;
}
.key-visual-sub .navi li:hover {
  background-color: #4b70eb;
}
.key-visual-sub .navi li:hover a {
  color: #fff;
}
.key-visual-sub .navi li a {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  width: 100%;
  height: 100%;
}
.key-visual-sub .title-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.key-visual-sub .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key-visual-sub .title-box h2 {
    font-size: 35px;
  }
}
.key-visual-sub .title-box p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key-visual-sub .title-box p {
    font-size: 18px;
  }
}

footer {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  footer {
    width: 90%;
  }
}
footer h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 400px) {
  footer h2 {
    font-size: 24px;
  }
}
footer .navi {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .navi {
    display: none;
  }
}
footer .navi li {
  margin-right: 35px;
}
footer .navi li:hover a {
  color: #999999;
}
footer .navi li a {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  color: #fff;
}
footer .add-area {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .add-area {
    display: block;
  }
}
footer .add-area .box {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  footer .add-area .box {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
footer .add-area .box .name {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
footer .add-area .box .add {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
footer .add-area .box .num {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
footer .add-area .box .mail {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}

.copy {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#menubar {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(200%);
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1100px) {
  #menubar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 100px 50px;
  }
}
#menubar .logo {
  width: 120px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .navi li {
  width: 100%;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #272727;
  box-shadow: 2px 2px 5px #272727, inset 0 0 5px rgba(39, 39, 39, 0);
  transition: 0.45s;
}
#menubar .navi li:hover {
  box-shadow: 2px 2px 5px rgba(39, 39, 39, 0), inset 0 0 5px #272727;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  right: 30px;
  top: 30px;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  #menubar_hdr {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #fff;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
  height: 4px;
  border-top: none;
  background-color: transparent;
  box-shadow: inset 0 0 10px #272727;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 12px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(1px, -6px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

header aside.mainimg-slick div img {
  width: 100%;
}

#container {
  width: 100%;
}

.message {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .message {
    font-size: 22px;
  }
}

.m-text {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .m-text {
    font-size: 15px;
  }
}

.image-list {
  width: 1280px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1300px) {
  .image-list {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .image-list {
    grid-template-columns: 49% 49%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .image-list {
    grid-template-columns: 49% 49%;
  }
}
.image-list img {
  width: 100%;
  height: auto;
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto 80px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .tab-container {
    width: 90%;
  }
}

.tab {
  text-align: center;
  width: 50%;
  padding: 15px;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .tab {
    font-size: 16px;
    width: 100%;
  }
}

.tab.active {
  background-color: #fff;
  color: #000;
}

.content-container {
  width: 1280px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1300px) {
  .content-container {
    width: 90%;
  }
}
.content-container .atention {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content-container .atention {
    font-size: 15px;
    width: 100%;
  }
}

.content {
  display: none; /*必須*/
}

.content.show {
  display: block; /*必須*/
}

.recruit-list {
  width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1300px) {
  .recruit-list {
    width: 90%;
  }
}
.recruit-list li {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 67%;
  -moz-column-gap: 3%;
       column-gap: 3%;
  padding: 0 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.recruit-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recruit-list li {
    display: block;
  }
}
.recruit-list li .jd {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-list li .jd {
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
  }
}
.recruit-list li .in-a {
  display: flex;
  gap: 50px;
}
.recruit-list li .inner .list {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-list li .inner .list {
    font-size: 16px;
  }
}
.recruit-list li .inner .list span {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}
.recruit-list li .inner .box {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.8;
}
.recruit-list li .inner .box:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .recruit-list li .inner .box {
    font-size: 16px;
  }
}
.recruit-list li .inner .box a {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 7px;
  border: 1px solid #fff;
  transition: 0.45s;
}
.recruit-list li .inner .box a:hover {
  background-color: #fff;
}
.recruit-list li .inner .box a:hover .text {
  color: #000;
}
.recruit-list li .inner .box a:hover svg {
  fill: #000;
}
.recruit-list li .inner .box a .text {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  transition: 0.45s;
}
.recruit-list li .inner .box a svg {
  width: 20px;
  fill: #fff;
  transition: 0.45s;
}

.contact-area {
  width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1300px) {
  .contact-area {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-area {
    display: block;
  }
}
.contact-area .contact-box {
  width: 50%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  border: 1px solid #fff;
  border-radius: 20px;
}
.contact-area .contact-box:hover .image-box {
  animation: shakeTilt 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-area .contact-box {
    margin-bottom: 40px;
  }
}
.contact-area .contact-box .image-box {
  width: 55px;
  margin: 0 auto 30px;
  transition: transform 0.3s;
}
.contact-area .contact-box .image-box img {
  width: 100%;
}
.contact-area .contact-box .tel {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contact-area .contact-box p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@keyframes shakeTilt {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=recruit.css.map */