@charset "utf-8";

@import url('library/css/color.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* @font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 500;
  src: url("./library/font/nsjpm.woff") format("woff");

}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 700;
  src: url("./library/font/nsjpd.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 900;
  src: url("./library/font/nsjpc.woff") format("woff");
} */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #111;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: #111111;
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
}
dl, menu, ol, ul {
  margin: 0;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}
h2, .h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
}
h3, .h3 {
  font-size: 117%;
  font-weight: 700;
  margin: 0;
}
h4, .h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}
h5, .h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  margin: 0;
}
#page-top {
  position: fixed;
  right: 20px;
  z-index: 99999;
  width: 55px;
  cursor: pointer;
}
.contents-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contents-wrap.lg-top {
  padding-top: 80px;
}
.text-just {
  text-align: justify;
}
.no-padding {
  padding: 0;
}
.side-banner {
  position: fixed;
  right: 0px;
  top: 35%;
  z-index: 2;
}
.side-banner a:hover {
  opacity: 1;
}
.sp-none {
  display: block;
}
.pc-none {
  display: none;
}
.sp-none-br {
  display: inline-block;
}
@media (max-width: 767px) {
.home #content, .blog #content {
  margin: 0;
}
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  font-size: 13px;
}
#page-top {
  left: 10px;
  width: 42px;
}
.sp-left {
  text-align: left !important;
}
.contents-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sp-none, .sp-none-br {
  display: none;
}
.pc-none {
  display: block;
}
}
/* =============================================================
【パンくずリストの設定】
================================================================ */
#breadcrumb ol {
  margin: 0 0 3px;
  padding: 0;
  list-style: none;
}
#breadcrumb ol li {
  display: inline-block;
  list-style: none;
  line-height: 17px;
  vertical-align: middle;
  font-size: 12px;
}
#breadcrumb ol li:after {
  content: '＞';
  padding: 0 0.1em;
  color: #555;
}
#breadcrumb ol li:last-child:after {
  content: '＞';
  opacity: 0;
}
#breadcrumb ol li a {
  line-height: 17px;
  display: inline-block;
}
@media print {
  #breadcrumb ol li {
    display: inline;
  }
}
/********** ie ハック **********/
@media all and (-ms-high-contrast: none) {
#breadcrumb ol {
  margin: 3px 0;
}
#breadcrumb ol li:first-child {
  font-size: 11px;
}
#breadcrumb ol li:first-child a.home::before {
  top: 0;
  transform: translateY(0%);
}
}
/* =============================================================
【タイトルの設定】
================================================================ */
.main-ttl {
  line-height: 1.4;
}
.main-ttl span {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
/* =============================================================
【カラーの設定】
================================================================ */

.main-color {
  color: var(--main-color);
}
.main-color-bg {
  background-color: var(--main-color);
}
.gray-color-bg {
  background-color: var(--sub-bg-color);
}
.white-color-bg {
  background-color: #ffffff;
}
.white {
  color: #ffffff;
}
.yellow {
  color: #F29600;
}
/**************************************************************
【ボタンの設定】
**************************************************************/
.link-btn-area {
  margin-top: 40px;
}
.link-btn {
  padding: 5px 70px 5px 40px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 2;
}
footer .link-btn {
  line-height: 1.7;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: -6px;
  width: 7px;
  height: 10px;
  border-top: 2px solid #111111;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  border: solid 1px #ffffff;
}
.link-btn:hover {
  opacity: 0.7;
}
.link-btn-deco {
  position: relative;
  display: inline-block;
}
.link-btn-deco::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  border: solid 1px #111111;
}
.link-btn-deco::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./library/img/company/btn-deco-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.job-type-area .main-btn {
  display: block;
}
.job-type-area .link-btn {
  padding: 5px 30px 5px 15px;
  font-size: 90%;
}
.link-btn-deco.main-btn::before {
  content: none;
}
.entry-btn {
  background-color: var(--entry-color);
}
.footer-web-link .link-btn {
  border: 1px solid #ffffff;
}
.footer-web-link .link-btn::before {
  border-top: 2px solid #ffffff;
}
.footer-web-link .link-btn-deco::after {
  border: solid 1px #ffffff;
}
/* =============================================================
【headerの設定】
================================================================ */
.c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.c-header-logo img {
  height: 35px;
}
.c-header-right {
  display: flex;
  align-items: center;
}
.header-sns-link.sp {
  display: none;
}
.header-sns-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-sns-link ul li + li {
  padding-left: 15px;
}
.header-sns-link ul li a img {
  height: 30px;
  width: 30px;
}
.header-sns-link + .header-web-link {
  padding-left: 17.5px;
}
.gnav-header {
  height: 80px;
}
.gnav-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  font-size: 16px;
}
.gnav-header ul li + li {
  position: relative;
  padding-left: 40px;
}
.gnav-header ul li + li::before {
  content: "";
  position: absolute;
  left: 20px;
  height: 100%;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.gnav-header ul li a {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.sp-nav-wrap {
  display: none;
}
@media(max-width: 991px) {
.header-web-link .link-btn {
  padding: 5px 70px 5px 15px;
}
.header-sns-link ul li a img {
  height: 25px;
  width: 25px;
}
.header-sns-link ul li + li {
  padding-left: 12.5px;
}
}
@media(max-width: 767px) {
.c-header {
  height: 60px;
}
.c-header-logo img {
  height: 30px;
}
.header-sns-link.pc {
  display: none;
}
.header-sns-link.sp {
  display: block;
}
.c-header-logo img {
  height: 30px;
}
#pc-menu {
  margin-top: 10px;
}
.gnav-header {
  height: auto;
  padding: 10px 15px;
}
.gnav-header ul {
  height: auto;
}
.header-sns-link.sp ul li + li::before {
  display: none;
}
}
@media(max-width: 575px) {
.header-web-link .link-btn {
  padding: 5px 35px 5px 10px;
  font-size: 12px;
}
.link-btn-deco::before {
  width: 12px;
  height: 12px;
  right: 17px;
}
.header-web-link .link-btn::after {
  width: 10px;
}
/* .c-header-logo img {
  height: 18px;
} */
.gnav-header ul {
  justify-content: center;
}
}
/**************************************************************
【footerの設定】
**************************************************************/
/*
#footer {
  border-top: 1px solid #3E3E3E;
}
*/
#footer .footer-inner {
  position: relative;
}
.c-footer-logo {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
.c-footer-logo img {
  height: 35px;
}
.c-footer-under {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footert-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footert-menu ul li + li {
  padding-left: 20px;
}
#footert-menu ul li a {
  color: #ffffff;
  font-weight: 500;
}
.footer-copy {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
.footer-org {
  display: none !important;
}
@media (max-width: 1199px) {
.footer-web-link {
  position: absolute;
  right: 30px;
  top: 0;
}
.c-footer-under {
  align-items: flex-end;
  flex-direction: column;
}
#footert-menu ul {
  justify-content: flex-end;
}
}
@media (max-width: 767px) {
/* #footert-menu ul {
  justify-content: flex-start;
} */
#footert-menu ul li + li {
  padding-left: 0;
}
#footert-menu ul li {
  padding-right: 20px;
}
}
@media (max-width: 575px) {
.c-footer-logo img {
  height: 24px;
}
.footer-web-link .link-btn::after {
  width: 10px;
}
.footer-web-link .link-btn {
  padding: 2px 35px 2px 10px;
  font-size: 12px;
}
}
/**************************************************************
【formの設定】
**************************************************************/
.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
  position: relative;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #DCDCDC;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 44px solid transparent;
  border-left: 44px solid #DCDCDC;
  margin: auto;
}
.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}
.progressbar .item h3 {
  font-family: arial;
}
.progressbar .item h3 span {
  padding-left: 5px;
}
@media(max-width: 767px) {
.progressbar .item {
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  border-width: 25px;
  border-left-width: 12px;
}
}
/* active */
.progressbar .item.active {
  z-index: 1;
  background: var(--main-color);
}
.progressbar .item.active h3,
.progressbar .item.active p {
color: #ffffff;
}
.progressbar .item.active:not(:last-child)::after {
  border-left-color: var(--main-color);
}
.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}
.inner-pd {
  padding: 40px;
}
.border-main-color {
  border: 2px solid var(--main-color);
  padding: 40px;
}
.entry-table {
  border-collapse: collapse;
  width: 100%;
}
.entry-table tr {
  margin-top: 40px;
  display: block;
}
.entry-table tr th {
  display: block;
  text-align: left;
  font-size: 1.4em;
  position: relative;
  padding-bottom: 5px;
}
.entry-table tr th::after {
  content: "";
  height: 2px;
  width: 25px;
  background-color: var(--main-color);
  display: inline-block;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.entry-table tr td {
  display: block;
  margin-top: 10px;
}
.entry-table tr td.check-box,
.entry-table tr td.radio,
.entry-table tr td .radio,
.entry-table tr td .birth {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.entry-table tr td.check-box p {
  padding-right: 20px;
}
.entry-table tr td.radio p + p,
.entry-table tr td .radio p + p,
.entry-table tr td .birth p + p,
.entry-table tr td.retirement-date p + p {
  padding-left: 20px;
}
.entry-table tr td p {
  margin: 0;
  line-height: 1.4;
}
.required {
  color: #ff0000;
  font-weight: normal;
  font-size: 80%;
}
.required-normal {
  display: inline-block;
  font-size: 80%;
  background-color: #ff0000;
  color: #fff;
  padding: 6px 8px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.required-small {
  display: inline-block;
  font-size: 55%;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 8px;
  vertical-align: middle;
}
/* .required-small {
  position: absolute;
  font-size: 60%;
  color: #ff0000;
  top: 20%;
} */
.entry-frex-area {
  display: flex;
  align-items: center;
}
.entry-table tr td h5,
.entry-table tr td .empty {
  min-width: 170px;
}
.entry-table input[type="text"], .entry-table input[type="number"]{
  border: 1px solid;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 2px;
}
.entry-table select {
  border: 1px solid;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 2px;
  height: 35px;
  margin-right: 5px;
  width: 80px;
}
.entry-table tr td .birth p input[type="text"],
.entry-table tr td.retirement-date p input[type="text"] {
  width: 80px;
}
.entry-table tr.border {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.entry-table tr td .privacy-policy {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid;
  margin-top: 20px;
  padding: 20px;
}
.p-text {
  padding-left: 15px;
}
.entry-table textarea {
  width: 100%;
  border: 1px solid;
  border-radius: 2px;
  resize: vertical;
  padding: 10px;
}
#sendBtn, #checkBtn {
  padding: 10px 70px 10px 40px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: var(--entry-color);
}
#sendBtn {
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 150px;
  cursor: pointer;
}
/*
.formCheck {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  z-index: 99;
  bottom: -100px;
}
*/
.formCheck .checkArea {
  pointer-events: none;
}
.formCheck .shadow-box {
  box-shadow: initial;
  border: none;
}
.content-check {
  display: block;
}
.formCheck .content-check {
  display: none;
}
.formtxt-hide {
  display: none;
}
.formCheck .formtxt-hide {
  display: block;
}
.chckeMessage {
  display: none;
  color: #F44336;
  font-weight: bold;
}
.formCheck .chckeMessage {
  display: block;
}
.checkBtnArea {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.formCheck .checkBtnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.backBtn {
  padding: 0 10px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  width: 150px;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
}
/*
.mask {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0px;
  z-index: 1;
}
*/
.notEntered {
  border: 1px solid #cc0000 !important;
  background-color: #ffdada !important;
  position: relative;
  overflow: initial;
}
.notEntered::before {
  content: "";
  border: 1px solid #cc0000;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.emailError, .emailConfirmError {
  display: none;
  color: #cc0000;
}
.border-b {
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 10px;
}
.contact-ttl {
  position: relative;
  padding-bottom: 10px;
}
.contact-ttl::after {
  content: "";
  height: 2px;
  width: 25px;
  background-color: var(--main-color);
  display: inline-block;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.contact-access {
  line-height: 1.4;
}
.contact-access, .contact-tel, .contact-fax {
  position: relative;
  padding-left: 30px;
}
.contact-access::before, .contact-tel::before, .contact-fax::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-access::before {
  background-image: url(./library/img/company/access.svg);
}
.contact-tel::before {
  background-image: url(./library/img/company/tel.svg);
}
.contact-fax::before {
  background-image: url(./library/img/company/fax.svg);
}
#resume-area div,
#job-career-area div {
  margin-top: 10px;
}
#resume-area input[type="file"],
#job-career-area input[type="file"] {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
.entry-table {
  table-layout: fixed;
}
.entry-table input[type="text"] {
  width: 100%;
}
.entry-table tr td label.sec {
  margin-left: 0;
}
.inner-pd {
  padding: 40px 15px;
}
.border-main-color {
  padding: 40px 15px;
}
.entry-table tr td h5, .entry-table tr td .empty {
  min-width: 140px;
}
.entry-table tr th {
  font-size: 1.2em;
}
input[type="number"] {
  max-width: 60px;
}
#sendBtn, #checkBtn {
  font-size: 14px;
}
}
@media (max-width: 575px) {
.entry-frex-area {
  display: block;
}
.entry-table tr td .empty {
  min-width: auto;
}
.entry-table tr td .birth {
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.entry-table tr td.radio p + p {
  padding-left: 0;
}
.entry-table tr td.radio p {
  padding-right: 20px;
}
.retirement-date .entry-frex-area {
  flex-direction: row;
}
.entry-table tr td h5, .entry-table tr td .empty {
  min-width: 100%;
}
}
/**************************************************************
【タブ切り替えの設定（インタビュー）】
**************************************************************/
.tabBox .tabArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  color: #fff;
  cursor: pointer;
  width: calc(100%/3);
  padding: 0 15px;
  margin-top: 40px;
}
.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  background-color: var(--main-color);
}
.tabBox .tabArea .one_tab.select .interview-image-area {
  position: relative;
}
.tabBox .tabArea .one_tab.select .interview-image-area::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #222a38 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}
.contents .tab_main {
  display: none;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.contents {
  padding: 0 15px;
}
.tabArea.bottom .tab_inner {
  position: relative;
}
.tabArea.bottom .tab_inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  border-bottom: solid 1px #111111;
}
.tab-btn-bottom {
  padding: 10px 15px;
  position: relative;
}
.tab-btn-bottom::before {
  content: "";
  position: absolute;
  top: 48%;
  right: -10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111111;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.tab-btn-bottom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  border-bottom: solid 1px #ffffff;
}
.tab-btn-bottom p {
  letter-spacing: 1px;
}
.tab-btn-bottom p span {
  padding-left: 25px;
}
/**************************************************************
【アコーディオンの設定（faq）】
**************************************************************/
.faq-accordion dt{
  display: block;
  cursor: pointer;
  background-color: var(--sub-bg-color);
  padding: 10px 50px 10px 65px;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}
.faq-accordion dt::before {
  content: "Q";
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 8px;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  z-index: 2;
}
.faq-accordion dd{
  border-bottom: 1px solid var(--sub-bg-color);
  padding: 10px 15px 10px 65px;
  display: none;
  position: relative;
}
.faq-accordion dd::before {
  content: "A";
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 8px;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  z-index: 2;
  color: var(--main-color);
}
.accordion_icon {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
}
.accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--main-color);
}
.accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 767px) {
.faq-accordion dt::before {
  top: 4px;
  font-size: 27px;
}
.faq-accordion dd::before {
  font-size: 27px;
}
}
/**************************************************************
【パスワード確認画面用設定】
**************************************************************/
#password-check form {
  background-color: #fff;
  border: 1px solid #c8cfd7;
  border-radius: 5px;
  margin: 20px 0;
  overflow: hidden;
  padding: 40px;
}
#password-check form h3 {
  text-align: center;
}
#password-check form .field {
  margin-top: 20px;
}
#password-check form .field input {
  font-size: 16px;
  height: 45px;
  margin-bottom: 20px;
  width: 100%;
  padding: 2px 15px;
}
#password-check form .action input {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .3s;
  width: 100%;
  padding: 10px 20px;
}
#password-check form .action input:hover {
  background-color: #ffffff;
  color: var(--main-color);
}
/**************************************************************
【front用設定】
**************************************************************/

.top-visual{
  position: relative;
}
.top-visual-image img{
  width: 100vw;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
}
.main-visual-area{
  position: relative;
}
.top-main-message-area{
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
}
.top-main-message-area-inner{
  padding: 20px 15px 20px 30px;
  font-size: 24px;
  letter-spacing: 4px;
  background: rgba(36,128,194,0.6);
}
.top-main-message-area-inner h2{
  white-space: nowrap;
  line-height: 1.6;
}
.scroll-area {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-area .scroll-area-inner {
  position: relative;
}
.scroll-area .scroll-area-inner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  border-left: solid 1px #ffffff;
}
.scroll-area .scroll-area-inner p {
  font-size: 1.5em;
  letter-spacing: 1px;
  position: relative;
}
.scroll-area .scroll-area-inner p::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 42%;
  width: 12px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.scroll-area .scroll-area-inner p::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  border-left: solid 1px #ffffff;
}
.news-area {
  margin: 40px auto 0;
}
.news-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-area ul li.day {
  font-weight: bold;
}
.news-area ul li + li {
  padding-left: 40px;
}
.news-area ul:hover {
  opacity: 0.7;
}
.about-jpb-description {
  text-align: center;
}
.about-job-image-area,
.interview-image-area,
.pr-point-image-area {
  position: relative;
  background-color: #222a38;
}
.about-job-image-area .layered-image,
.interview-image-area .layered-image,
.pr-point-image-area .layered-image {
  width: 100%;
  /*height: 100%;*/
  -webkit-mask-image: linear-gradient(black 60%, transparent);
          mask-image: linear-gradient(black 60%, transparent);
}
.about-job-image-area .layered-ttl,
.interview-image-area .layered-ttl,
.pr-point-image-area .layered-ttl {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  line-height: 1.4em;
}
.appeal-area {
  display: flex;
}
.appeal-no-area {
  min-width: 150px;
  font-size: 3.5em;
  font-family: Arial;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.appeal-no-area::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 70px;
  height: 40%;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appeal-point-area {
  padding: 40px 40px 40px 0;
}
.interview-image-area .profile {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.interview-image-area .profile .profile-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
}
.interview-image-area .profile .profile-ttl::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 40px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.interview-image-area .profile .profile-name {
  font-size: 1.4em;
  font-weight: bold;
}
.interview-image-area .profile .profile-text {
  font-weight: bold;
  line-height: 1.4em;
  font-size: 80%;
}
.interview-ttl {
  position: relative;
  padding-left: 60px;
}
.interview-ttl::before {
  content: "";
  position: absolute;
  background-color: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  border-radius: 1px;
  display: inline-block;
}
.interview-name {
  margin-top: 15px;
}
.interview-name span {
  padding-left: 20px;
  font-size: 80%;
  vertical-align: bottom;
}
.blue-band-area {
  background-color: var(--main-color);
  color: #ffffff;
  margin-top: 30px;
  font-size: 1.4em;
  line-height: 1.4;
  padding: 15px;
}
.day-schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid var(--sub-bg-color);
  padding-bottom: 60px;
}
.day-schedule-ttl {
  font-family: arial;
  font-size: 2.2em;
  position: relative;
  line-height: 1em;
}
.day-schedule-ttl::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.day-schedule-inner {
  width: calc(100%/7);
  padding: 0 15px;
}
.flow-area {
  background-color: #ffffff;
  border: 2px solid var(--main-color);
  position: relative;
  min-height: 100px;
  text-align: center;
  padding-top: 35px;
}
.flow-area::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent var(--main-color);
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.flow-area.last::after {
  display: none;
}
.flow-step {
  background-color: var(--main-color);
  color: #ffffff;
  position: absolute;
  width: 70%;
  display: inline-block;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 15px;
}
.flow-ttl span {
  padding-left: 7px;
}
.flow-text {
  font-size: 1.5em;
}
.bg-layer,.bg-layer2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-layer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:var(--bg-layer-color);
  opacity: 0.8;
  display: block !important;
}
.bg-layer2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg-layer-color2);
  display: block !important;
}
.bg-layer p,.bg-layer2 p {
  color: #ffffff;
}
.bg-layer-inner-text {
  position: relative;
  z-index: 2;
}
.location-flex-box {
  display: flex;
  align-items: center;
}
.location-text-area {
  background-color: #ffffff;
  padding: 20px 15px;
}
.location-ttl {
  position: relative;
  padding-bottom: 10px;
}
.person-ttl {
  color: #ffffff;
}
.gray-color-bg .person-ttl {
  color: #ffffff;
}
.person-ttl span {
  padding-right: 15px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.location-ttl::after, .person-ttl span::after {
  content: "";
  height: 2px;
  width: 25px;
  background-color: var(--main-color);
  display: inline-block;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.person-ttl span::after {
  background-color: #ffffff;
  width: 20px;
}
.gray-color-bg .person-ttl span::after {
  background-color: #ffffff;
}
.daihyou-name {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 15px;
}
.greeting-ttl {
  font-size: 2em;
  line-height: 1.6em;
  position: relative;
  padding-top: 5px;
}
.pr-point-image-area .layered-ttl span {
  position: relative;
  padding-top: 10px;
}
.greeting-ttl::before,
.pr-point-image-area .layered-ttl span::before {
  content: "";
  height: 2px;
  width: 25px;
  background-color: var(--main-color);
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0;
}
.pr-point-image-area .layered-ttl span::before {
  background-color: #ffffff;
  left: 0;
}
.company-info-area,
.job-type-area {
  padding: 40px 30px;
}
.job-type-area {
  padding-top: 0 !important;
}
table.company {
  border-collapse: collapse;
  width: 100%;
  border-top: 3px double #eeeeee;
}
table.company tr th, table.company tr td {
  padding: 15px;
  border-bottom: 3px double #eeeeee;
}
table.company tr th {
  width: 250px;
  text-align: left;
  font-size: 18px;
  padding-left: 0;
}
table.company tr td {
  font-size: 16px;
}
.location-list-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.location-list-area .location-ttl + p {
  padding-left: 20px;
}
.person-main-ttl-area {
  position: relative;
  height: 100%;
}
.person-main-ttl-area .main-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.person-texr-area {
  font-size: 14px;
  margin: 0 -15px;
  padding: 40px;
  height: 100%;
}
.person-area {
  display: flex;
}
.document-right-100 {
  margin-right: 100px;
}
.document-right-40 {
  margin-right: 40px;
}
.recruit-person-bg1 {
  background-color: rgb(255 255 255 / 90%);
  padding: 20px 0;
}
/* .recruit-person-bg2 {
  background-color: rgb(2 32 64 / 50%)
}
.recruit-person-bg3 {
  background-color: rgb(22 95 171 / 50%);
}
.recruit-person-bg4 {
  background-color: rgb(19 122 228 / 50%);
} */
.recruit-person-bg5 {
  background-color: var(--bg-layer01);
}
.recruit-person-bg6 {
  background-color: var(--bg-layer02);
}
.recruit-person-bg7 {
  background-color: var(--bg-layer03);
}
.document-person {
  margin-top: 40px;
}
@media (max-width: 1199px) {
.day-schedule-inner {
  width: calc(100%/5);
}
.greeting-ttl {
  font-size: 1.8em;
  line-height: 1.5em;
}
}
@media (max-width: 991px) {
.top-main-message-area-inner{
  font-size: 18px;
}
.day-schedule-inner {
  width: calc(100%/4);
}
.main-ttl {
  font-size: 1.3em;
}
.news-area ul {
  align-items: flex-start;
  flex-direction: column;
}
.news-area ul li + li {
  padding-left: 0;
}
.tab-btn-bottom p span {
  padding-left: 0;
  display: block;
}
.greeting-ttl {
  font-size: 1.5em;
  line-height: 1.4em;
}
.daihyou-name {
  font-size: 1em;
}
table.company tr th {
  min-width: 120px;
  width: 160px;
}
.document-right-100 {
  margin-right: 60px;
}
.document-right-40 {
  margin-right: 20px;
}
}
@media (max-width: 767px) {
/* .top-visual-image img{
  height: 70vh;
} */
.top-main-message-area{
  width: 100%;
}
.top-main-message-area-inner{
  font-size: 18px;
}
.top-main-message-area-inner h2{
  white-space: normal;
}
.day-schedule-inner {
  width: calc(100%/3);
}
.appeal-no-area {
  min-width: 90px;
  font-size: 3em;
}
.appeal-no-area::before {
  left: 60px;
  height: 20%;
}
.tabBox .tabArea {
  padding: 0 15px;
}
.tabBox .tabArea .one_tab {
  padding: 0;
}
.interview-image-area .profile .profile-ttl {
  display: none;
}
.interview-image-area .profile .profile-name {
  font-size: 1em;
  display: block;
}
.interview-image-area .profile .profile-text {
  line-height: 1.4em;
  font-size: 70%;
  display: inline-block;
}
.day-schedule-ttl {
  font-size: 2em;
}
.tabBox .tabArea.bottom {
  padding: 0;
}
.tabBox .tabArea.bottom .one_tab {
  padding: 0 15px;
  width: 50%;
}
.location-text-area {
  margin-top: -40px;
}
.location-text-area.no-image {
  margin-top: 0;
}
table.company tr th {
  font-size: 16px;
  width: 120px;
}
.person-ttl {
  font-size: 1.2em;
}
.flow-area::after {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -32px;
  transform: rotate(90deg) translateX(-50%) translateY(0%);
}
.side-banner {
  top: auto;
  bottom: 50px;
  z-index: 10;
}
.person-main-ttl-area .main-ttl {
  position: static;
  transform: translateY(0%);
}
.person-texr-area {
  padding: 30px 20px;
}
.document-right-100 {
  margin-right: 40px;
}
.document-person {
  margin-top: 0px;
}
.document-right-40 {
  margin-right: 0;
}
table.company tr td {
  font-size: 13px;
}
.interview-image-area .layered-image {
  -webkit-mask-image: linear-gradient(black 30%, transparent);
          mask-image: linear-gradient(black 30%, transparent);
}
}
@media (max-width: 575px) {
.top-main-message-area-inner{
  font-size: 12px;
  letter-spacing: 1px;
}
.appeal-no-area {
  min-width: 50px;
  font-size: 2em;
  padding: 10px;
}
.appeal-no-area::before {
  left: 35px;
  height: 10%;
}
.appeal-point-area {
  padding: 40px 15px 40px 10px;
}
.day-schedule-ttl {
  font-size: 1.5em;
}
.tabBox .tabArea.bottom .one_tab {
  width: 85%;
  margin-top: 20px;
}
.interview-image-area .profile .profile-name {
  font-size: 12px;
}
.interview-image-area .profile .profile-text {
  line-height: 1.2em;
  font-size: 10px;
  text-align: left;
  padding: 0 5px;
  margin-top: 5px !important;
}
.faq-accordion dt {
  font-size: 1em;
}
.faq-accordion dd {
  font-size: 14px;
}
.company-info-area, .job-type-area {
  padding: 40px 15px;
}
table.company tr th, table.company tr td {
  display: block;
}
table.company tr th {
  font-size: 15px;
  border-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  padding-right: 0;
}
table.company tr td {
  padding: 0 0 15px 0;
}
.location-list-area {
  align-items: flex-start;
  flex-direction: column;
}
.location-list-area .location-ttl + p {
  padding-left: 0;
  padding-top: 10px;
}
.blue-band-area {
  padding: 5px 15px;
  line-height: 1.5;
}
.main-ttl span {
  font-size: 1em;
  letter-spacing: 0;
}
}

.entry-btn-side {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  font-size: 16px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: var(--entry-color);
  color: #ffffff;
  padding: 20px 10px;
  font-weight: 500;
  width: 43px;
}
.entry-btn-side::before {
  content: "";
  display: inline-block;
  background-color: var(--sub-entry-color);
  width: 43px;
  height: 36px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.entry-btn-side::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13.9px 8px;
  border-color: transparent transparent var(--entry-color) transparent;
  position: absolute;
  bottom: -17px;
  right: 13px;
}
.entry-btn-side:hover {
  opacity: 0.8;
}
.entry-btn-side span {
  line-height: 1.4em;
  display: block;
}
.entry-btn-side span:last-of-type {
  transform: rotate(90deg);
}
.link-btn-area2 .entry-btn-side {
  width: auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}
.link-btn-area2 .entry-btn-side::before,
.link-btn-area2 .entry-btn-side::after {
  content: none;
}
input[type="radio"],
input[type="number"],
input[type="checkbox"],
select {
  cursor: pointer;
}

.add-file-btn {
  background: var(--main-color);
  color: #ffffff;
  border: 1px solid var(--main-color);
  padding: 3px 10px;
  cursor: pointer;
  margin-left: 15px;
}
.add-file-btn:hover {
  background: #ffffff;
  color: var(--main-color);
}

.link-btn-area2.is_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0px;
  z-index: 100;
  background: rgb(255, 255, 255);
  padding: 10px 0px;
  box-shadow: rgba(203, 205, 214, 0.25) 0px -3px 3px 0px;
}
label.birth {
  display: flex;
  align-items: center;
}
label.birth p {
  margin-right: 5px !important;
}
.entry-table select {
  width: auto;
}
.entry-table input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックスデザイン */
.entry-table input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.entry-table input[type="checkbox"]::before,
.entry-table input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
}
.entry-table input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.entry-table input[type="checkbox"]::after {
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -4px;
  left: 10px;
}
.entry-table input[type="checkbox"]:checked::after {
  opacity: 1;
}
.p-text {
  padding-left: 5px;
}
.entry-btn {
  padding: 5px 40px 5px 40px;
}
#accept.notEntered,
input[name="workPlace"].notEntered,
input[name="workType"].notEntered {
  height: 24px;
}
@media (max-width: 767px) {
  .entry-table input[type="checkbox"]::after {
    top: 4px;
  }
  .entry-table input[type="text"],
  .entry-table textarea {
    font-size: 16px;
  }
}
/*** 20250318エントリーフォーム調整CSS ***/
.entry-table tr td p {
  margin: 0 0 8px;
}
@media (max-width: 575px) {
  .entry-table tr td h5 {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .progressbar .item {
    padding: 4px 0 8px;
  }
  .entry-table input[type="checkbox"]::after {
    top: calc(50% - 4px);
  }
}