@charset "UTF-8";
@media (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
/*---------------------------
wrap
----------------------------*/
#wrap {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
}

/*---------------------------
header
----------------------------*/
header {
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    height: 20vw;
  }
}
header .inner {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  header .inner {
    grid-template-columns: 1fr 20%;
    grid-auto-rows: 20vw;
  }
}
header .inner .logo {
  padding: 1rem;
  padding-top: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  header .inner .logo {
    padding-top: 4vw;
  }
}
header .inner .logo h1 {
  width: 369px;
  height: 29px;
  padding-top: 1rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 10px;
}
@media screen and (max-width: 767px) {
  header .inner .logo h1 {
    width: 100%;
    height: 5.5vw;
    flex-wrap: wrap;
    padding-top: 0;
    gap: 0;
  }
}
header .inner .logo h1 p {
  font-size: 0.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .inner .logo h1 p {
    display: block;
    width: 100%;
  }
}
header .inner .logo h1 p span {
  font-size: 1rem;
}
header .inner .logo h1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .inner .logo h1 img {
  max-width: 199px;
}
header .inner .logo h1 img.red {
  display: block;
}
header .inner .logo h1 img.white {
  display: none;
}
header .inner .menu .sp_nav {
  display: block;
  background-image: url(../../img/recruit/common/menu_bg.webp);
  background-color: #353535;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .inner .menu .sp_nav {
    width: 100%;
    height: 100%;
  }
}
header .inner .menu .sp_nav.view {
  background-image: url(../../img/recruit/common/menu_bg_close.webp);
  background-size: 45%;
}

.is-fixed {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #353535;
}
.is-fixed .inner .logo h1 p {
  color: #fff;
}
.is-fixed .inner .logo h1 img.red {
  display: none;
}
.is-fixed .inner .logo h1 img.white {
  display: block;
}

/*---------------------------
nav
-----------------------------*/
nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #353535;
  display: none;
  border-top: 1px solid #555;
}
@media screen and (max-width: 767px) {
  nav {
    top: 20vw;
  }
}
nav .inner {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 0;
  margin-left: auto;
  margin-right: 3vw;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  nav .inner {
    display: block;
    max-width: 90%;
    margin: auto;
    padding: 2rem 0;
  }
}
nav .inner ul {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  nav .inner ul {
    display: block;
  }
}
nav .inner ul li {
  list-style: none;
  display: block;
  padding: 0px;
  margin-bottom: 0.5rem;
  letter-spacing: normal;
  color: #fff;
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 767px) {
  nav .inner ul li {
    margin-bottom: 0;
  }
}
nav .inner ul li a {
  display: block;
  color: #fff;
  padding: 1.5rem 0;
  text-decoration: none;
  font-size: 1.1rem;
}
nav .inner ul li a::before {
  content: "- ";
}
nav .inner ul li a:hover {
  background: #555;
}
/*---------------------------
entry
-----------------------------*/
#entry {
  padding: 4rem 0;
}
#entry .inner {
  max-width: 85%;
}
#entry .inner h2 {
  color: #d21d37;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #entry .inner h2 {
    margin-bottom: 1.5rem;
  }
}
#entry .inner h2 span {
  display: block;
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #entry .inner h2 span {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#entry .inner h2 p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #entry .inner h2 p {
    font-size: 1.1rem;
  }
}
#entry .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 767px) {
  #entry .inner .row {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
#entry .inner .row .col {
  background-color: #d21d37;
  color: #fff;
  padding: 3vw 1rem;
  position: relative;
}
#entry .inner .row .col p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #entry .inner .row .col p {
    font-size: 1.2rem;
  }
}
#entry .inner .row .col p:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #entry .inner .row .col p:nth-of-type(1) {
    margin-bottom: 0.5rem;
  }
}
#entry .inner .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*---------------------------
footer
---------------------------*/
footer {
  background-color: #353535;
  padding: 0 0 3rem 0;
  color: #fff;
}
footer .head {
  padding: 3rem 0;
  border-bottom: 1px solid #555;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .head {
    text-align: center;
    padding: 1.5rem 0;
  }
}
footer .head > .inner {
  max-width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .head > .inner {
    font-size: 0.6rem;
    justify-content: center;
  }
}
footer .head > .inner span {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  footer .head > .inner span {
    font-size: 0.7rem;
  }
}
footer .head > .inner img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  footer .head > .inner img {
    max-width: 35%;
  }
}
footer > .inner {
  max-width: 90%;
  padding: 2rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  footer > .inner {
    padding: 1rem 0;
  }
}
footer > .inner .sitemap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 10px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  footer > .inner .sitemap {
    display: none;
  }
}
footer > .inner .sitemap ul {
  width: 20%;
  list-style: none;
}
footer > .inner .sitemap ul li a {
  text-align: left;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
footer > .inner .sitemap ul li a::before {
  content: "- ";
}
footer .cr {
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .cr {
    font-size: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .cr p {
    width: 100%;
    text-align: center;
  }
}
footer .cr a {
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  footer .cr a {
    padding: 5px 20px;
    max-width: 50%;
  }
}
footer .cr a img {
  margin-right: 10px;
  vertical-align: middle;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  footer .cr a img {
    max-width: 72px;
  }
}

/*----------------------
main
------------------------*/
main {
  width: 100%;
  display: block;
}

/*---------------------------
common
-----------------------------*/
* .inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  * .inner {
    max-width: 90%;
  }
}

* {
  box-sizing: border-box;
}

.content_title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #353535;
}
.content_title .inner {
  max-width: 95%;
  padding: 60px 0px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .content_title .inner {
    /*sp*/
    padding: 20px 0px;
    text-align: center;
  }
}
.content_title .inner h1 {
  color: #353535;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .content_title .inner h1 {
    font-size: 1rem;
    letter-spacing: 5px;
  }
}
.content_title.ul {
  border-bottom: 1px solid #353535;
}

.pagetop {
  width: 70px;
  height: 70px;
  background-image: url(../../img/recruit/common/pagetop.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
  }
}

h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

/*翻訳プラグインの装飾*/
#gt_float_wrapper {
  left: 10px !important;
  bottom: 10px !important;
  line-height: 1 !important;
  background-color: #333 !important;
}

@media screen and (max-width: 767px) {
  #gt_float_wrapper {
    left: 0px !important;
    bottom: 0px !important;
  }
}
#gt_float_wrapper a {
  font-size: 12px !important;
  background-color: #333 !important;
  color: #fff !important;
  line-height: 1 !important;
}

#gt_float_wrapper .gt-selected .gt-current-lang {
  font-size: 14px !important;
  background-color: #333 !important;
  color: #fff !important;
  line-height: 1 !important;
}

#gt_float_wrapper .gt_float_switcher {
  background: #333;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px !important;
  background-color: #333 !important;
  color: #fff !important;
}

.gt_float_switcher .gt_options a {
  padding: 5px 10px !important;
}/*# sourceMappingURL=style.css.map */