@charset "UTF-8";
/*
Theme Name: Chiba-jiso
Author: Rebridge
Author URI: https://www.rebridge.co.jp/
Description: The WP theme for chibajiso-recruit.net
Version: 0.9
*/

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

html,body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
body.navmenu-opened {overflow: hidden;width: 100%;}
a,a:visited {color: #000;text-decoration: none;transition: all 0.3s ease;}
a:hover {color: #000;text-decoration: underline;}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
.wpcf7-spinner {display:none;}
.grecaptcha-badge {visibility:hidden;}
img {max-width:100%;height:auto;}
.btn {border-radius: 0;transition: all 0.3s ease;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
:focus-visible {
  outline: none!important;
}
/*::selection {
  background-color: #;
  color: #fff;
}*/
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}

.confirm-tt {
  font-size: 24px;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
.custom-wpcf7c-confirmed input:-internal-autofill-selected  {
  background: none!important;
}
.custom-wpcf7c-confirmed .form-group .form-control {
  background: none;
  border: none;
}
.custom-wpcf7c-confirmed .input-ts,.custom-wpcf7c-confirmed .btn-reset {
  display: none;
}
.custom-wpcf7c-confirmed .confirm-tt {
  display: block;
}

@media (min-width: 1200px){
  .container {
    width: 1104px;
  }
}
.f-dscr {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
}
.f-zmaru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: flex;
  width: 64px;
  height: 64px;
  color: #181818;
  border:1px solid #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#gotop-btn a svg {
  width: 25px;
  height: auto;
}

.form-control {
  border-radius: 0;
}

/* breadcrumb */
.container-fluid.cont-brc {
  padding:0 40px;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.breadcrumb a,.breadcrumb a:visited {
  color:#181818;
  text-decoration: none;
}
/*.breadcrumb .bi-house-fill {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: -2px;
}*/
.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 14px;
}
.breadcrumb ul li:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(assets/img/common/ic-chevron-r.svg);
  top:50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 12px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li span {
  padding: 2px 4px;
}
.breadcrumb ul li:first-child span {
  padding-left: 0;
}
header,footer {
  overflow: hidden;
}

/* header  */
.nav-site {
  background: rgba(255, 255, 255, 0.7);
  padding:0;
}
.nav-site>.container-fluid {
  padding:0;
  padding-left: 34px;
}
.nav-site .navbar-brand {
  padding:0;
  margin:11px 0;
}
.nav-site .navbar-brand:hover {
  text-decoration: none;
}
.nav-site .navbar-brand .logo {
  display: inline-block;
  padding:0 18px 0 0;
  border-right: 1px solid #000;
  margin-right: 14px;
}
.nav-site .navbar-brand .sitename {
  display: inline-block;
  vertical-align: middle;
}
.nav-site .navbar-nav .nav-item {
  margin-left: 50px;
}
.nav-site .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.nav-site .navbar-nav .nav-link {
  color:#000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding:20px 10px;

}
.nav-site .navbar-nav .nav-link:hover {
  color:#ED9124;
  text-decoration: none;
}
.nav-site .navbar-nav .rec {
  padding:8px 0;
}
.nav-site .navbar-nav .rec .btn {
  background: #DE848F;
  border-radius: 24px 0 0 24px;
  color:#fff;
  width: 192px;
  padding:10px;
}
.nav-site .navbar-nav .rec .btn:hover {
  background: #62C5DD;
}
.nav-site .dd-menu {
  position: absolute;
  z-index: 200;
  top:60px;
  left: 0;
  width: 100%;
  padding-top:10px;
  opacity:1;

  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.dd-menu>.inn {
  background: rgba(255, 255, 255, 0.7);
  padding:6px 0 20px;
}
.nav-dropdown:hover .dd-menu {
  transform: scaleY(1);
}
.job-sub-menu {
  text-align: center;
}
.job-sub-menu li {
  display: inline-block;
}
.job-sub-menu li a {
  font-weight: 500;
  padding:2px 12px;
}
.job-sub-menu li a:hover {
  text-decoration: none;
  color:#ED9124;
  font-weight: 500;
}

main {
  min-height: 800px;
  overflow: hidden;
}
.scro { visibility: hidden; }
.modal.mtype0 {
  border:none;
}
.modal.mtype0 .modal-content {
  border:none;
  background: transparent;
}
.modal.mtype0 .modal-body {
  padding:0;
  margin:auto;
}
.modal.mtype1 {
  border:none;
}
.modal.mtype1 .modal-content {
  border:none;
}

.modal .btn-close  {
  position: absolute;
  right: 15px;
  top: 15px;
  --bs-btn-close-opacity: 1;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  width: 34px;
  height: 34px;
}

.thepage .p-head {
  position: relative;
  height: 480px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-head .sec-cont-brc {
  padding-top: 75px;
}
.head-cont .ht {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3%;
}
@media (min-width: 1600px) {
  .head-cont .ht {
    padding-top: 2%;
  }
}
@media (min-width: 1800px) {
  .head-cont .ht {
    padding-top: 0;
  }
}
.head-cont h1 {
  text-align: center;
  font-weight: 500;
}

.head-cont h1 .en {
  font-size: 75px;
  line-height: 80px;
  margin-bottom: 5px;
}
.head-cont h1 .ja {
  font-size: 18px;
}
.p-head .hb-part {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin:auto;
}

.thepage .hlt {
  position: relative;
  margin-bottom: 60px;
}
.thepage .hlt:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin:auto;
  width: 626px;
  height: 64px;
}
.thepage .hlt h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
}
.thepage .hlt h2 .sm {
  font-size: 28px;
}
.hlt .hl-en {
  font-family: "Dancing Script", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.thepage .hlt.hb {
  color:#418DBF;
}
.thepage .hlt.hb:after {
  background: no-repeat center url(assets/img/common/headline-deco-blue.svg);
}
.thepage .hlt.horg {
  color:#ED9124;
}
.thepage .hlt.horg:after {
  background: no-repeat center url(assets/img/common/headline-deco-orange.svg);
}
.thepage .hlt.hgr {
  color:#8BAD35;
}
.thepage .hlt.hgr:after {
  background: no-repeat center url(assets/img/common/headline-deco-green.svg);
}
.thepage .hlt.hpp {
  color:#9B6597;
}
.thepage .hlt.hpp:after {
  background: no-repeat center url(assets/img/common/headline-deco-purple.svg);
}
.thepage .hlt.hpink {
  color:#DD7E83;
}
.thepage .hlt.hpink:after {
  background: no-repeat center url(assets/img/common/headline-deco-pink.svg);
}
.thepage .hlt.hb2 {
  color:#5FC2E8;
}
.thepage .hlt.hb2:after {
  background: no-repeat center url(assets/img/common/headline-deco-blue2.svg);
}
.thepage .hlt:after {
  background-size: 100%!important;
}
.hlt-desc {
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.l-gotop {
  padding-top: 50px;
  text-align: right;
}
.no-item {
  padding:20px 0;
  text-align: center;
}

/* footer */
footer {
  width: 100%;
}
.f-gotop {
  padding:30px 0;
  text-align: right;
}
.btn-gotop,.btn-gotop:visited {
  position: relative;
  display: inline-block;
  width: 160px;
  padding:2px;
  padding-left: 18px;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  background: #5FC2E8;
}
.btn-gotop:hover,.btn-gotop:focus,.btn-gotop:active {
  text-decoration: none;
  background: #ED9124;
  color:#fff;
  border:none;
}
.btn-gotop:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 22px;
  width: 12px;
  height: 11px;
  background: no-repeat center url(assets/img/common/btn-arrow-up-white.svg);
  background-size: 100%;
}
.footer-inner {
  position: relative;
  background: #FFFAEF;
  padding:60px 0 50px;
}
.f-site-logo {
  margin-bottom: 30px;
}
.f-site-l:hover,
.tel-mail a:hover {
  text-decoration: none;
}
.f-site-l .logo {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #707070;
  margin-right: 20px;
}
.f-site-l .sitename {
  display: inline-block;
  vertical-align: middle;
}

.f-tp-link {
  padding:0 0 10px;
}
.f-tp-link .h-tp {
  margin-bottom: 10px;
  font-size: 18px;
}
.p-link ul {
  text-align: center;
}
.p-link ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.p-link ul li:last-child {
  margin-right: 0;
}

.f-btm-bar {
  position: relative;
  padding:15px 0;
  background: #DD7E83;
  color:#fff;
  line-height: 22px;
}
.f-btm-bar a,.f-btm-bar a:hover,.f-btm-bar a:visited {
  color:#fff;
  line-height: 22px;
}
.f-ul li {
  margin-bottom: 8px;
  padding-left: 25px;
}
.f-ul a {
  line-height: 22px;
}
.f-ul li.h {
  padding-left: 0;
  margin-bottom: 10px;
}
.f-ul li.h a {
  font-size: 18px;
  line-height: 26px;
}

.f-hr {
  border-color:#707070;
  opacity: 1;
  margin-bottom: 30px;
}
.f-row-contact .c-tt {
  border:1px solid #418DBF;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#418DBF;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
}
.f-contact {
  margin-left: -40px;
}
.f-contact .t1 {
  font-size: 18px;
}
.f-contact .t2 {
  font-size: 14px;
}
.tel-mail {
  margin-top: 18px;
  line-height: 45px;
}
.tel-mail span {
  display: inline-block;
  font-size: 25px;
}
.tel-mail a {
  display: inline-block;
  font-weight: 500;
  margin-left: 15px;
}
.tel-mail .tel-l {
  font-size: 44px;
  margin-right: 30px;
}
.tel-mail .email-l {
  font-size: 32px
}

.col-fl a {
  display: inline-block;
}
.col-fl a:first-child {
  position: relative;
  margin-right: 26px;
}
.col-fl a:first-child:before {
  content:"";
  position: absolute;
  top:0;
  right: -16px;
  height: 24px;
  width: 1px;
  background: #fff;
}
.f-btm-bar .col-cpr {
  text-align: right;
}
.f-btm-bar .copyright {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

@media (max-width: 1300px) {
  .nav-site .navbar-brand .logo {
    width: 140px;
  }
  /*.nav-site .navbar-brand .sitename {
    width: 250px;
  }*/
  .nav-site .navbar-nav .nav-item {
    margin-left: 25px;
  }
  .nav-site .navbar-nav .rec .btn {
    width: 140px;
  }
  .nav-site .dd-menu {
    top:56px;
  }
}
@media (max-width: 1199px) {
  .nav-site>.container-fluid {
    padding-left: 12px;
  }
  .nav-site .navbar-brand .logo {
    padding-right: 12px;
    margin-right: 10px;
    width: 120px;
  }
  .nav-site .navbar-brand .sitename {
    width: 220px;
  }
  .nav-site .navbar-nav .nav-link {
    font-size: 16px;
  }
  .nav-site .navbar-nav .nav-item {
    margin-left: 18px;
  }
  .nav-site .navbar-nav .rec .btn {
    width: 130px;
    padding:8px;
  }
  .nav-site .dd-menu {
    top:56px;
  }
  .p-head .sec-cont-brc {
    padding-top: 80px;
  }
  .thepage .p-head {
    height: 440px;
  }
  .dd-menu>.inn {
    padding-bottom: 14px;
  }

  /* footer  */
  .f-contact {
    margin-left: 0;
  }
  .tel-mail {
    line-height: 40px;
  }
  .tel-mail span {
    font-size: 24px;
  }
  .tel-mail a {
    margin-left: 8px;
  }
  .tel-mail .tel-l {
    font-size: 38px;
    margin-right: 20px;
  }
  .tel-mail .email-l {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .nav-site>.container-fluid {
    padding:0 12px;
  }
  .container-fluid.cont-brc {
    padding:0 12px;
  }
  .navbar-light .navbar-toggler,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-light .navbar-toggler {
    height: 50px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 60;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(assets/img/ic-nav-toggle.svg);
    width: 50px;
  }
  .navbar-toggler .close {
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(assets/img/ic-nav-toggle-close.svg);
    opacity: 1;
  }
  .navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  }
  /*.nav-site .navbar-collapse.collapsing {
    transition: none;
    height: 100vh;
  }

  .nav-site .navbar-collapse.show {
    background: #fff;
    height: 100vh;
    padding: 0 15px;
  }*/
  .nav-site .navbar-nav.mr-auto {
    display: none;
  }
  .nav-site .navbar-collapse {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
  }
  .nav-site .navbar-nav .nav-item {
    margin:0;
    text-align: center;
    margin-bottom: 10px;
  }
  .nav-site .navbar-nav .nav-link {
    font-size: 20px;
  }
  .nav-site .navbar-nav .rec .btn {
    display: inline-block;
    border-radius: 24px;
    width: 200px;
    padding:8px;
  }
  .nav-site .dd-menu {
    display: block;
    position: relative;
    transform: unset;
    top: auto;
    padding-top: 0;
    margin-top: -6px;
  }
  .dd-menu>.inn {
    background: transparent;
    padding:0;
  }
  .job-sub-menu li {
    display: block;
    margin-bottom: 12px;
  }
  .job-sub-menu li:last-child {
    margin-bottom: 0;
  }
  .job-sub-menu li a {
    padding:2px 0;
    font-size: 18px;
    line-height: 26px;
  }


  .thepage .p-head {
    height: 320px;
  }
  .head-cont .ht {
    padding-top: 0;
  }
  .head-cont h1 .en {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 0;
  }
  .head-cont h1 .ja {
    font-size: 16px;
  }
  .thepage .hlt h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .thepage .hlt h2 .sm {
    font-size: 24px;
  }


  .row-fl>div {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .nav-site .navbar-brand {
    margin:12px 0;
  }
  .nav-site .navbar-brand .logo {
    width: 90px;
    padding-right: 8px;
    margin-right: 6px;
  }
  .nav-site .navbar-brand .sitename {
    width: 150px;
  }

  .nav-site .navbar-collapse {
    overflow-y:scroll;
    height: 100vh;
    max-height: calc(100vh - 56px);
  }
  .navbar-light .navbar-toggler-icon {
    width: 40px;
  }
  .navbar-toggler .close {
    width: 34px;
    height: 34px;
  }
  .nav-site .navbar-nav .nav-link {
    padding:20px 10px;
    font-size: 18px;
  }
  .nav-site .dd-menu {
    margin-top: 0;
  }
  .job-sub-menu li a {
    font-size: 16px;
  }

  .p-head .sec-cont-brc {
    padding-top: 55px;
  }
  .breadcrumb {
    padding:2px 0 0;
  }
  .breadcrumb ul li:after {
    right: -1px;
  }
  .breadcrumb ul li {
    padding-right: 12px;
  }
  .breadcrumb ul li span {
    padding:0;
  }

  .thepage .p-head {
    height: 200px;
    margin-bottom: 15px;
  }
  .head-cont h1 .en {
    font-size: 32px;
    line-height: 38px;
  }
  .head-cont h1 .ja {
    font-size: 15px;
    line-height: 24px;
  }

  .thepage .hlt {
    margin-bottom: 40px;
  }
  .thepage .hlt h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .thepage .hlt h2 .sm {
    font-size: 20px;
  }
  .hlt .hl-en {
    font-size: 14px;
  }
  .thepage .hlt:after {
    bottom: -22px;
    width: 310px;
    height: 40px;
  }
  .hlt-desc {
    text-align: justify;
  }


  /* footer */
  .f-gotop {
    padding:20px 0;
  }
  .footer-inner {
    padding:30px 0;
  }
  .f-site-logo {
    text-align: center;
  }
  .f-site-l .logo {
    width: 120px;
    padding-right: 10px;
    margin-right: 7px;
  }
  .f-site-l .sitename {
    width: 180px;
  }

  .row-fl>div:last-child {
    margin-bottom: 0;
  }
  footer .f-ul,
  .p-link ul {
    max-width: 240px;
    margin: auto;
  }
  .f-ul a {
    font-size: 15px;
    line-height: 20px;
  }
  .f-ul li.h {
    margin-bottom: 8px;
  }
  .f-ul li.h a {
    font-size: 16px;
    line-height: 22px;
  }
  .f-tp-link .h-tp {
    max-width: 240px;
    margin:0 auto 8px;
  }
  .p-link ul {
    text-align: left;
  }
  .p-link ul li {
    display: block;
    padding-left: 20px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .f-row-contact .c-tt {
    max-width: unset;
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
  }
  .tel-mail {
    line-height: 30px;
  }
  .tel-mail span {
    font-size: 18px;
  }
  .tel-mail a {
    margin-left: 5px;
  }
  .tel-mail .tel-l {
    font-size: 30px;
    margin-right: 0;
  }
  .tel-mail .email-l {
    font-size: 20px;
  }

  .f-btm-bar .col-fl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
  }
  .col-fl a:first-child {
    margin-right: 20px;
  }
  .col-fl a:first-child:before {
    right: -12px;
    height: 22px;
  }
  .f-btm-bar .col-cpr {
    text-align: center;
  }
  .f-btm-bar .copyright {
    font-size: 12px;
    line-height: 20px;
  }
}
