@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  transition: transform 0.3s ease;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.font_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

body {
  min-height: 100vh;
}

h3 {
  margin-bottom: 0.5em;
}

h3, h4 {
  font-weight: 600;
  color: #353535;
}
@media (min-width: 769px) {
  h3, h4 {
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 768px) {
  h3, h4 {
    font-size: 3.3854166667vw;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_3em {
  padding-left: 3em;
  text-indent: -3em;
}

.pl_1em {
  padding-left: 1em;
}

@media (min-width: 769px) {
  .sp_visible {
    display: none;
  }
}
.site_title {
  top: 2.5vw;
  left: 2.5vw;
  z-index: 100;
}
@media (min-width: 769px) {
  .site_title {
    position: fixed;
  }
}
@media (max-width: 768px) {
  .site_title {
    position: absolute;
    top: 3.90625vw;
    left: 3.90625vw;
  }
}
.site_title img {
  width: 26.3333333333vw;
  height: 2.6666666667vw;
}
@media (max-width: 768px) {
  .site_title img {
    width: 51.3020833333vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  .site_title.open img {
    width: 65.4947916667vw;
    height: 6.5104166667vw;
  }
}

.btn_jobinfo {
  position: absolute;
  top: 2.6041666667vw;
  right: 18.2291666667vw;
  z-index: 120;
}
.btn_jobinfo img {
  width: 23.4375vw;
  height: 7.8125vw;
}
.btn_jobinfo a {
  display: block;
  transition: all 0.3s;
}
.btn_jobinfo a:hover {
  opacity: 0.7;
}

button.btn_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
}
button.btn_menu::after {
  content: "";
  display: block;
  background-image: url(../images/btn_menu.svg);
  background-size: contain;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
}
button.btn_menu.open::after {
  background-image: url(../images/btn_close.svg);
}

.sp_nav {
  display: none;
  background-color: #b1000d;
  position: fixed;
  z-index: 110;
  inset: 0;
  padding-top: 20.8333333333vw;
  transition: all 0.3s ease-in-out;
}
.sp_nav li.entry::after {
  content: "";
  display: block;
  background-image: url(../images/sp_nav_illust.svg);
  width: 100vw;
  height: 19.53125vw;
  margin-top: -11.0677083333vw;
}
.sp_nav ul {
  height: 100%;
  overflow-y: scroll;
}
.sp_nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 3.3854166667vw;
  letter-spacing: 0.075em;
  padding: 2.6041666667vw 17.578125vw;
  transition: all 0.3s;
}
.sp_nav ul li a:hover {
  opacity: 0.7;
}
.sp_nav ul li a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 5.2083333333vw;
  margin-bottom: 0.6666666667vw;
}
.sp_nav li + li {
  margin-top: 2.6041666667vw;
}

@media (max-width: 768px) {
  body.open .sp_nav {
    display: block;
  }
  body.open .btn_jobinfo {
    display: none;
  }
}

.container {
  position: fixed;
  width: 100%;
  background-image: url(../images/bg_top_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 58.9166666667%;
}

.inner {
  position: absolute;
  top: 0;
  height: 100%;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner .nav {
  order: 3;
  width: 34%;
  position: relative;
  height: 100vh;
}
.inner .nav ul {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: -moz-max-content;
  width: max-content;
}
.inner .nav li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.9166666667vw;
}
.inner .nav li a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #b1000d;
  font-size: 1.3333333333vw;
  margin-bottom: 0.6666666667vw;
  margin-right: 1em;
}
.inner .nav li + li {
  margin-top: 2vw;
}
.inner .nav li img {
  height: 3vw;
  width: auto;
}
.inner .main_title {
  order: 1;
  width: 34%;
  position: relative;
  height: 100vh;
}
.inner .main_title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17.1666666667vw;
  height: 27.5vw;
}
.inner::after {
  position: fixed;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-image: url(../images/bg_bottom_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 11.375%;
  z-index: -1;
}

main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  background-color: #fff;
  z-index: 50;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.btn_entry {
  position: fixed;
  bottom: 6.6666666667vw;
  right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .btn_entry {
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
  }
}
.btn_entry {
  z-index: 50;
}
.btn_entry img {
  width: 12.6666666667vw;
  height: auto;
}
@media (max-width: 768px) {
  .btn_entry img {
    width: 42.96875vw;
    height: auto;
  }
}
.btn_entry a {
  display: block;
  transition: all 0.3s;
}
.btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .btn_entry.stop {
    bottom: 55.2083333333vw;
    right: 2.6041666667vw;
  }
}

@media (max-width: 768px) {
  .container {
    display: none;
  }
  main {
    width: 100%;
  }
}
#jobInfo {
  background-color: #fdfced;
}
@media (min-width: 769px) {
  #jobInfo {
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  #jobInfo {
    padding-bottom: 6.25vw;
  }
}
#jobInfo .info {
  width: 92.4%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0.4em 0.4em rgba(0, 0, 0, 0.25);
  margin-bottom: 0.4em;
}
@media (min-width: 769px) {
  #jobInfo .info {
    border-radius: 0.4166666667vw;
    padding: 1.5vw 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  #jobInfo .info {
    border-radius: 1.3020833333vw;
    padding: 5.2083333333vw 4.4270833333vw;
  }
}
#jobInfo p {
  line-height: 1.69;
  color: #353535;
}
#jobInfo p.add_mb {
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  #jobInfo p {
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 768px) {
  #jobInfo p {
    font-size: 3.3854166667vw;
  }
}
#jobInfo .bold {
  font-weight: 600;
}

footer {
  background-color: #fdfced;
  padding-bottom: 2.5em;
}

.btn_official_site {
  display: block;
  width: 44.27%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
  transition: all 0.3s;
}
.btn_official_site:hover {
  opacity: 0.7;
}

.palt {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}

.dotted-border {
  width: 100%;
  height: 4px; /* ドットの縦サイズと必ず一致させる */
  background-image: radial-gradient(circle, #353535 2px, transparent 2px);
  background-size: 8px 4px; /* 横8px・縦4px のパターン */
  background-repeat: repeat-x;
}
@media (min-width: 769px) {
  .dotted-border {
    height: 0.1666666667vw;
    background-image: radial-gradient(circle, #353535 0.0833333333vw, transparent 0.0833333333vw);
    background-size: 0.3333333333vw 0.1666666667vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .dotted-border {
    height: 0.5208333333vw;
    background-image: radial-gradient(circle, #353535 0.2604166667vw, transparent 0.2604166667vw);
    background-size: 1.0416666667vw 0.5208333333vw;
    margin-top: 4.4270833333vw;
    margin-bottom: 4.4270833333vw;
  }
}

