@charset "UTF-8";
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
#recruit_header::before {
  content: "";
  display: block;
  background: url(../img/recruit/fv-bg.jpg);
  background-size: cover;
  width: 95.2%;
  aspect-ratio: 1904/1359;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#hnav {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4em 0 3em;
  display: grid;
  grid-template-columns: 1fr 12.8em 1fr;
}
@media (max-width: 1500px) {
  #hnav {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #hnav {
    font-size: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 12.8em;
    padding: 3em 0 4em;
  }
  #hnav.pg {
    position: relative;
  }
}
#hnav > ul {
  display: flex;
  justify-content: end;
  padding: 1.2em 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  #hnav > ul {
    display: none;
  }
}
#hnav > ul > li {
  padding: 0 1em;
}
#hnav > ul > li > a {
  display: block;
}
#hnav > ul > li:nth-child(1) > a {
  width: 4.625em;
}
#hnav > ul > li:nth-child(2) > a {
  width: 8.975em;
}
#hnav > ul > li:nth-child(3) > a {
  width: 8.775em;
}
#hnav > ul:nth-child(3) {
  justify-content: start;
  padding: 1.2em 0 0 1.5em;
}
#hnav > ul:nth-child(3) > li:nth-child(1) > a {
  width: 6.325em;
}
#hnav > ul:nth-child(3) > li:nth-child(2) > a {
  width: 5.9em;
}
#hnav > ul:nth-child(3) > li:nth-child(3) > a {
  width: 5.975em;
}

#tpf {
  overflow: hidden;
  top: -3em;
}
@media screen and (max-width: 768px) {
  #tpf {
    padding-bottom: 10em;
  }
}
#tpf > img {
  position: absolute;
  width: 40.575em;
  height: 72.775em;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transform: translateX(25em);
}
@media screen and (max-width: 768px) {
  #tpf > img {
    width: 90%;
    height: auto;
    transform: none;
  }
}
#tpf > h2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 6.5em 0 6.5em 3em;
}
@media screen and (max-width: 768px) {
  #tpf > h2 {
    padding: 12em 1em 10em 0;
    text-align: right;
  }
}
#tpf > h2 > span {
  font-size: 2.3em;
  line-height: 2em;
  font-weight: 400;
}
#tpf > div {
  margin-right: calc(8em + 50vw - 650px);
  border-radius: 0 10em 10em 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #tpf > div {
    margin-right: 8em;
  }
}
@media screen and (max-width: 768px) {
  #tpf > div {
    margin-right: 2em;
  }
}
#tpf > div > ul {
  width: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: left_scroll_photo 120s linear infinite;
}
@keyframes left_scroll_photo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#tpf > div > ul > li {
  width: 20em;
  border-right: 0.2em solid #000;
}
#tpf > ul {
  width: 15em;
  margin: 0 auto;
  top: -2em;
  transform: translateX(30em);
}
@media (max-width: 1500px) {
  #tpf > ul {
    top: 0;
    padding-top: 2em;
    transform: translateX(23em);
  }
}
@media screen and (max-width: 768px) {
  #tpf > ul {
    display: none;
  }
}
#tpf > ul > li {
  margin-bottom: 2em;
}
#tpf > ul > li:nth-child(1) {
  width: 6.225em;
}
#tpf > ul > li:nth-child(2) {
  width: 9.125em;
}
#tpf > ul > li:nth-child(3) {
  width: 6.45em;
}
#tpf > ul > li:nth-child(4) {
  width: 8.25em;
}
#tpf > ul > li:nth-child(5) {
  width: 14.05em;
}
#tpf > ul > li:nth-child(6) {
  width: 9.7em;
}
#tpf > p {
  width: 1em;
  height: 13.225em;
  position: absolute;
  left: 2em;
  bottom: 8.5em;
}
@media screen and (max-width: 768px) {
  #tpf > p {
    position: relative;
    bottom: 0;
    margin-top: 5em;
  }
}
#tpf > h1 {
  width: 12.8em;
  margin: auto;
  transform: translateX(-25em);
}
@media screen and (max-width: 768px) {
  #tpf > h1 {
    position: absolute;
    transform: none;
    left: 0;
    right: 0;
    bottom: 8em;
  }
}

#interview_wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 3em 4.5em;
}
@media screen and (max-width: 768px) {
  #interview_wrap {
    padding: 0 1em 2em;
  }
}
#interview_wrap > div#interview_header {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 768px) {
  #interview_wrap > div#interview_header {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
#interview_wrap > div#interview_header > h3 {
  order: 1;
  padding: 2em 0;
}
#interview_wrap > div#interview_header > h3 > span {
  display: block;
  color: #c03230;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: normal;
}
#interview_wrap > div#interview_header > h3 > strong {
  display: block;
  font-size: 1.25em;
  font-weight: normal;
}
#interview_wrap > div#interview_header > h2 {
  order: 3;
  align-self: center;
}
@media screen and (max-width: 768px) {
  #interview_wrap > div#interview_header > h2 {
    order: 2;
  }
}
#interview_wrap > div#interview_header > h2 > span {
  font-size: 1.8em;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  #interview_wrap > div#interview_header > h2 > span {
    display: block;
    font-size: 1.65em;
    line-height: 2em;
    margin-bottom: 1em;
  }
}
#interview_wrap > div#interview_header > div {
  order: 4;
  justify-self: end;
  padding: 1.5em;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #interview_wrap > div#interview_header > div {
    justify-self: auto;
    margin-left: 15%;
    margin-top: 1em;
  }
}
#interview_wrap > div#interview_header > div > * {
  display: grid;
  grid-template-columns: 4em 1fr;
  padding: 0.5em 0;
}
#interview_wrap > div#interview_header > div > * > span {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-weight: 400;
}
#interview_wrap > div#interview_header > div > * > strong {
  font-weight: normal;
}
#interview_wrap > div#interview_header > span {
  order: 2;
  grid-row: span 3;
  display: block;
  margin: 0 1em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #interview_wrap > div#interview_header > span {
    order: 3;
    width: 70%;
    margin: 0 auto;
  }
}
#interview_wrap #interview_body > h2 {
  margin: 9em 0 3em;
  padding-left: 5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview_wrap #interview_body > h2 {
    padding-left: 3em;
  }
}
#interview_wrap #interview_body > h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.5em;
  height: 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #interview_wrap #interview_body > h2::before {
    width: 2em;
  }
}
#interview_wrap #interview_body > h2 > span {
  font-size: 1.8em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #interview_wrap #interview_body > h2 > span > br {
    display: none;
  }
}
#interview_wrap #interview_body > p {
  padding-left: 2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #interview_wrap #interview_body > p {
    padding-left: 0;
  }
}
#interview_wrap #interview_body > p > span {
  font-size: 1.1em;
  line-height: 1.6em;
}

/***************************************************************
 *
 * 				 ドロワーメニュー
 *
***************************************************************/
#drawer_btn,
#drawer_nav {
  display: none;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #drawer_btn,
  #drawer_nav {
    font-size: 1.5384615385dvw;
  }
}
@media screen and (max-width: 768px) {
  #drawer_btn,
  #drawer_nav {
    font-size: 2.6041666667vw;
  }
}
#drawer_btn *,
#drawer_nav * {
  position: relative;
}

@media screen and (max-width: 768px) {
  p#drawer_btn {
    transition: 1s ease all;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 103;
    top: 3em;
    right: 3em;
    width: 3em;
    height: 3em;
    cursor: pointer;
  }
  p#drawer_btn > span {
    transition: 1s ease all;
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    text-align: center;
    cursor: pointer;
  }
  p#drawer_btn > span::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    top: -0.5em;
    left: 0;
    transition: 1s ease all;
  }
  p#drawer_btn > span::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    top: 0.5em;
    left: 0;
    transition: 1s ease all;
  }
  body.drawer_open p#drawer_btn > span {
    background-color: transparent;
  }
  body.drawer_open p#drawer_btn > span::before {
    top: 0;
    transform: rotate(-405deg);
  }
  body.drawer_open p#drawer_btn > span::after {
    top: 0;
    transform: rotate(405deg);
  }
  nav#drawer_nav {
    transition: 1s ease all;
    opacity: 0;
    filter: blur(12px);
    z-index: -10;
  }
  body.drawer_open nav#drawer_nav {
    opacity: 1;
    filter: blur(0);
    z-index: 100;
  }
  nav#drawer_nav {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 2em;
  }
  nav#drawer_nav::before {
    position: fixed;
    width: 100vw;
    height: 100vh;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  nav#drawer_nav > div {
    background: #FFF;
    border-radius: 3em 0 0 0;
    padding: 6em 3em;
    overflow: auto;
    max-height: calc(100vh - 4em);
  }
  nav#drawer_nav > div > h1 {
    width: 70%;
    margin: 0 auto 3em;
  }
  nav#drawer_nav > div > ul > li {
    margin-bottom: 1.4em;
  }
  nav#drawer_nav > div > ul > li > a {
    display: block;
  }
  nav#drawer_nav > div > ul > li > a > span {
    font-size: 1.6em;
    vertical-align: text-top;
    top: -0.6em;
    margin-right: 1em;
  }
  nav#drawer_nav > div > ul > li > a > strong {
    font-size: 2.4em;
    line-height: 2em;
  }
}
/* totop ボタン
-----------------------*/
#totop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 5em;
  height: 5em;
}
#totop > a {
  display: block;
  opacity: 0.7;
  transition: all 0.5s ease;
  transform: translateY(8em);
}
#totop > a.show {
  transform: none;
}
#totop > a.show:hover {
  opacity: 1;
}/*# sourceMappingURL=header.css.map */