@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
}
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover img {
  transform: translateY(-5px);
}

a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .np {
    display: none;
  }
}
.bx-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

#wrapper {
  overflow: hidden;
}

header {
  background-color: #fff;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  header {
    height: 45px;
    padding-left: 15px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
}
header > h1 {
  width: 235px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  header > h1 {
    width: 160px;
    margin-right: 10px;
  }
}
header > h1 a:hover img {
  transform: translateY(0);
}
header > p.recruitSite {
  margin-top: 3px;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 5px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  header > p.recruitSite {
    font-size: 1rem;
  }
}
header > p.spMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  header > p.spMenu {
    display: block;
    margin: 0 15px 0 auto;
    width: 30px;
  }
  header > p.spMenu a {
    display: block;
    position: relative;
  }
  header > p.spMenu a span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    margin: 6px auto;
    background: #000;
    transition: 0.5s all;
  }
  header > p.spMenu a.close span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header > p.spMenu a.close span:nth-child(2) {
    opacity: 0;
  }
  header > p.spMenu a.close span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
header > p.entryBtn {
  height: 100%;
}
header > p.entryBtn a {
  background: linear-gradient(to bottom, rgb(111, 255, 238) 0%, rgb(0, 160, 233) 40%, rgb(0, 160, 233) 60%, rgb(111, 255, 238) 100%);
  background-size: auto 200%;
  animation: gradOff 0.8s forwards;
  color: #fff;
}
header > p.entryBtn a:hover {
  animation: gradOn 1s forwards;
}
@keyframes gradOn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes gradOff {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
header > p.entryBtn a {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  header > p.entryBtn a {
    width: 45px;
  }
}
header > p.entryBtn a span {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 960px) {
  header > p.entryBtn a span {
    font-size: 1.3rem;
  }
}
header nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0 100px 0 auto;
}
@media screen and (max-width: 960px) {
  header nav {
    display: none;
  }
}
header nav .navTxt {
  height: 100%;
}
header nav .navTxt a,
header nav .navTxt span.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header nav .navTxt a > span,
header nav .navTxt span.btn > span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.5s;
}
header nav .navTxt a > span::after,
header nav .navTxt span.btn > span::after {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
header nav .navTxt a:hover span,
header nav .navTxt span.btn:hover span {
  color: #00D1FF;
}
header nav .navTxt a:hover span::after,
header nav .navTxt span.btn:hover span::after {
  width: 100%;
  border-bottom: 1px solid #00D1FF;
}
header nav .interview {
  width: 240px;
  position: relative;
}
header nav .interview p.on span.btn {
  color: #00D1FF;
}
header nav .interview ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
header nav .interview ul li a {
  display: block;
  background-color: #00D1FF;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1px;
  padding: 20px 5px;
}
header nav .interview ul li a:hover {
  background-color: #38B0CA;
}
header nav .youkou {
  width: 100px;
}

.menuCommon {
  margin-top: 45px;
  height: auto !important;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.menuCommon .closeBtn {
  position: fixed;
  top: 0;
  right: 60px;
  width: 30px;
  height: 45px;
  display: block;
  font-size: 1rem;
}
.menuCommon .rightContentsMenu dl * {
  font-size: 1.6rem;
  font-weight: 500;
}
.menuCommon .rightContentsMenu dl dt a,
.menuCommon .rightContentsMenu dl dt > span,
.menuCommon .rightContentsMenu dl dd a {
  text-align: center;
  padding: 15px 10px;
  display: block;
  margin-bottom: 1px;
}
.menuCommon .rightContentsMenu dl dt a,
.menuCommon .rightContentsMenu dl dt > span {
  color: #00D1FF;
}
.menuCommon .rightContentsMenu dl dt a span.under,
.menuCommon .rightContentsMenu dl dt > span span.under {
  display: inline-block;
  text-decoration: underline #00D1FF;
  text-underline-offset: 3px;
  padding: 5px 0;
}
.menuCommon .rightContentsMenu dl dd a {
  color: #fff;
  background-color: #00D1FF;
}

#contents .textBtn {
  width: 470px;
  margin: 0 auto;
}
#contents .textBtn a {
  background: linear-gradient(to bottom, rgb(111, 255, 238) 0%, rgb(0, 160, 233) 40%, rgb(0, 160, 233) 60%, rgb(111, 255, 238) 100%);
  background-size: auto 200%;
  animation: gradOff 0.8s forwards;
  color: #fff;
}
#contents .textBtn a:hover {
  animation: gradOn 1s forwards;
}
@keyframes gradOn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes gradOff {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .textBtn {
    width: 100%;
  }
}
#contents .textBtn a {
  display: block;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  padding: 17px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .textBtn a {
    font-size: 3rem;
  }
}

.footerEntry {
  padding: 120px 20px;
}
.footerEntry .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .footerEntry {
    padding: 60px 20px;
  }
}

footer {
  background-color: rgba(0, 160, 233, 0.6);
  padding: 25px 10px;
}
footer p {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}

input[type=text],
input[type=button],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 2px 10px;
}
input[type=text]:focus,
input[type=button]:focus,
input[type=email]:focus,
input[type=submit]:focus,
textarea:focus {
  outline: none;
}

select {
  outline: none;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 2px 10px;
}
select:focus {
  outline: none;
}

input[type=button] {
  background-color: #555;
  color: #fff;
}

input[type=submit] {
  display: block;
  cursor: pointer;
  font-size: 3.5rem;
  font-weight: 700;
  width: 470px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgb(111, 255, 238) 0%, rgb(0, 160, 233) 40%, rgb(0, 160, 233) 60%, rgb(111, 255, 238) 100%);
  background-size: auto 200%;
  animation: gradOff 0.8s forwards;
  color: #fff;
  border: 0;
  padding: 17px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  input[type=submit] {
    width: 100%;
    font-size: 3rem;
  }
}
input[type=submit]:hover {
  animation: gradOn 1s forwards;
}

.sizeXS {
  width: 80px;
}

.sizeS {
  width: 120px;
  max-width: 30%;
}

.sizeM {
  width: 210px;
  max-width: calc(50% - 20px);
}

.sizeL {
  width: 500px;
  max-width: 100%;
}

.sizeXL {
  width: 100%;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}
.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}/*# sourceMappingURL=layout.css.map */