@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.recruit_2024 {
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
.recruit_2024 p, .recruit_2024 span, .recruit_2024 h2, .recruit_2024 a {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
}
.recruit_2024 .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_2024 .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.recruit_2024 .title p {
  color: #5596ff;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.recruit_2024 .title p:first-letter {
  color: #1d75ff;
}
.recruit_2024 img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.modal-video-movie-wrap {
  padding-bottom: 90% !important;
}
@media screen and (max-width: 768px) {
  .modal-video-movie-wrap {
    padding-bottom: 110vw !important;
  }
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0);
  transition: all 2.5s;
}

.fadeInLeft {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1.5s;
}

.fadeInRight {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 1.5s;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

img.lg-image {
  max-width: 90% !important;
}
@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.topImageWrap {
  position: relative;
}
.topImageWrap__logo {
  max-width: 1070px;
  width: 43%;
  position: absolute;
  top: 16%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .topImageWrap__logo {
    width: 94%;
    bottom: 3vw;
    left: 3%;
    top: auto;
  }
}

#recruit_content {
  align-items: flex-start;
  max-width: 900px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #recruit_content {
    width: 90%;
    padding: 0;
    display: block;
  }
}
#recruit_content .title p:after {
  content: "";
  background-image: url(../img/red.png);
  height: 73%;
  width: 7%;
  background-repeat: no-repeat;
  top: -20%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 31%;
  z-index: -1;
  transform: rotate(21deg);
}
#recruit_content .content {
  width: 100%;
}
#recruit_content .tabAnker {
  width: 100%;
}
#recruit_content .tab-area {
  width: 20%;
  margin-right: 3%;
  display: flex;
  flex-flow: column;
  position: sticky;
  top: 0;
  padding-top: 0%;
}
@media screen and (max-width: 768px) {
  #recruit_content .tab-area {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    flex-flow: nowrap;
    justify-content: space-evenly;
    z-index: 1;
    background-color: #fff;
  }
}
#recruit_content .tab {
  cursor: pointer;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  transition: 0.4s;
  background-color: #d0e2ff;
}
@media screen and (max-width: 768px) {
  #recruit_content .tab {
    padding: 2% 0;
    width: 29%;
  }
}
#recruit_content .tab p {
  font-size: 1.1em;
  font-weight: bold;
}
#recruit_content .tab:hover {
  border-radius: 10px;
  background-color: #1d75ff;
}
#recruit_content .tab:hover p {
  color: #fff;
}
#recruit_content .tab.active {
  background-color: #1d75ff;
  color: #fff;
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
#recruit_content .tab.active p {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
#recruit_content .tab.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -35px;
  transform: rotate(270deg);
  border: 11px solid transparent;
  border-top: 12px solid #1d75ff;
}
@media screen and (max-width: 768px) {
  #recruit_content .tab.active::after {
    content: "";
    top: initial;
    right: initial;
    margin: auto 0;
    border: 11px solid transparent;
    border-top: 12px solid #1d75ff;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#recruit_content .panel-area {
  width: 100%;
  max-width: 100%;
  padding: 0%;
}
@media screen and (max-width: 768px) {
  #recruit_content .panel-area {
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
#recruit_content .panel-area .panel {
  display: none;
  text-align: left;
}
#recruit_content .panel-area .panel .catchText {
  font-size: 1.3em;
  font-weight: bold;
  padding: 5% 3% 3%;
  text-align: center;
  border-bottom: 2px solid #5596ff;
  line-height: 2em;
}
#recruit_content .panel-area .panel .catchText span {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFA600;
}
#recruit_content .panel-area .panel .detailCatch {
  width: 90%;
  margin: 35px auto 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  text-align: left;
}
#recruit_content .panel-area .panel .detailCatch div + div {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #eee;
}
#recruit_content .panel-area .panel .detailCatch .detailCatchlTitle {
  display: inline-block;
  color: #e60021;
  font-size: 130%;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#recruit_content .panel-area .panel .detailCatch .detailCatchContent {
  line-height: 1.7em;
}
#recruit_content .panel-area .panel .detailWrap {
  padding-top: 3%;
}
#recruit_content .panel-area .panel .detailWrap .detailTitle {
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 1.5em;
}
#recruit_content .panel-area .panel .detailWrap .detailContent {
  line-height: 1.7em;
  font-size: 1.1em;
}
#recruit_content .panel-area .panel.active {
  display: block;
}
#recruit_content #recruit .staff b.head {
  width: 90%;
  margin: 2em auto 0;
  border-radius: 10px;
  background-image: url(../img/title_bg.png);
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: top -16px center;
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .staff b.head {
    padding: 3vw 0;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .staffbox {
    margin-bottom: 11vw;
  }
}
#recruit_content #recruit .staffbox:nth-child(odd) .photo {
  margin-right: 0em;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .staffbox:nth-child(odd) .photo {
    margin: 0 auto 5vw;
  }
}
#recruit_content #recruit .staffbox .photo {
  width: 33%;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .staffbox .photo {
    width: 40%;
    margin: 0 auto 5vw;
  }
}
#recruit_content #recruit .staffbox .photo img {
  border-radius: 10px;
}
#recruit_content #recruit .staffbox .photo + .comment {
  text-align: left;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
#recruit_content #recruit .staffbox .photo + .comment p {
  font-size: 1.1em;
}
#recruit_content #recruit .staffbox .photo + .comment p.name {
  font-size: 1.6em;
}
#recruit_content #recruit .staffbox .photo + .comment p.text {
  font-weight: initial;
}
#recruit_content #recruit .job {
  width: 90%;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  text-align: left;
}
#recruit_content #recruit .job p {
  font-size: 100%;
  font-weight: initial;
}
#recruit_content #recruit .job li {
  padding-left: 1.3em;
}
#recruit_content #recruit .entry .tablearea {
  border: none;
  margin: 100px auto 100px;
  padding: 50px 3%;
  background-color: #f5f5f5;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .entry .tablearea {
    margin: 0px auto 100px;
    padding: 5% 3%;
  }
}
#recruit_content #recruit .entry .tablearea .policylink {
  font-size: 1em;
}
#recruit_content #recruit .entry .tablearea .policylink a {
  text-decoration: underline;
}
#recruit_content #recruit .entry .tablearea input[type=submit] {
  padding: 15px 0;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #recruit_content #recruit .entry b.head {
    margin-bottom: 0.5em;
  }
}

.container {
  max-width: 900px;
  margin: 50px auto 200px;
  padding: 50px 3%;
  background-color: #f5f5f5;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}
.container h1 {
  background-color: #e60021;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 1em;
  border-radius: 10px;
  background-image: url(../img/title_bg.png);
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: top -16px center;
}
.container .confirmation {
  border: 2px solid #e60021;
  width: 63%;
  margin: 0 auto 2em;
  padding: 2%;
  border-radius: 10px;
  background-color: #ffedef;
  font-size: 1.2em;
  color: #e60021;
}
@media screen and (max-width: 768px) {
  .container .confirmation {
    width: 90%;
    padding: 4%;
    font-size: 1em;
  }
}
.container .submit_content {
  font-size: 1.3em;
  background-color: #fff;
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  padding: 6%;
}
@media screen and (max-width: 768px) {
  .container .submit_content {
    font-size: 1.1em;
  }
}
.container .submit_content dl {
  display: flex;
  margin-bottom: 1%;
  border-bottom: 1px solid #eee;
  padding: 1% 2%;
}
.container .submit_content dl dd {
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .container .submit_content dl dd {
    padding-left: 6%;
  }
}
.container .submit_content dl dd span.err {
  color: #e60021;
}
@media screen and (max-width: 768px) {
  .container .submit_content dl dd span.err {
    font-size: 0.8em;
  }
}
.container .submit_content .submit_area {
  text-align: center;
  padding: 3%;
}
.container .submit_content .submit_area input {
  border: 1px solid #333;
  padding: 1% 10%;
  margin: 0 2%;
  border-radius: 10px;
  transition: 0.6s;
}
.container .submit_content .submit_area input:hover {
  background-color: #333;
  color: #fff;
}

.submitWrap {
  border: none;
  padding: 100px 0%;
  max-width: 900px;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 1.5em;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}
.submitWrap .backWrap {
  border: 1px solid #333;
  padding: 0.5% 0;
  margin: 0 2%;
  border-radius: 10px;
  transition: 0.6s;
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 3% auto 0;
  background-color: #fff;
}
.submitWrap .backWrap:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-bottom: 0;
    padding-top: 0px;
  }
}