/*
    Theme Name:  Kaitaicareer Theme    
*/


/* Blog */
.blog_wrap {
  padding: 60px 80px;
  margin: 60px auto;
  max-width: 1280px;
}

.main-blog-ct {
  background-color: #fff;
  /*    padding-bottom: 30px;*/

  width: 68%;
  margin-right: 2%;
  float: left;
}

.mgb-30 {
  margin-bottom: 30px;
}

.header-blog {
  position: relative;
  font-weight: 700;
  color: #555;
  line-height: 140%;
  border-bottom: 3px solid #38393c;
  font-size: 26px;
  text-align: left;
}

.header-blog:after {
  border-bottom: 3px solid #38393c;
}

/* Blog Post Area */
.list-posts .post {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  /*==========   SET MIN-HEIGHT IF BLOG POST THUMBNAIL IMAGE EXIST  =============*/
  /*    min-height: 180px;*/
}


.list-posts .post a {
  display: flex;
  flex-wrap: wrap;
}

/*
.list-posts .post a .img {
    width: 30%;
}

.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
*/

/* Blog Post Thumbnail Photo */
.blog-photo {
  width: 25%;
  float: left;
  /*    margin-right: 1%;*/
}

.blog-photo img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.list-posts .post a .info {
  width: 100%;
  padding-left: 15px;
  /*    letter-spacing: 0;   */
}

.info {
  font-size: 16px;
  line-height: 160%;
}

.info div {
  line-height: 160%;
}

.info .info-title {
  font-weight: 700;
  font-size: 18px;
}

.info .date {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
}

.info .excerpt {
  font-weight: normal;
}

/* Side Widget Area */
h2.widgettitle {
  font-size: 24px;
  /*    font-weight: bold;   */
  color: #555555;
  padding: 5px;
  border-bottom: 3px solid #38393c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}

.sidebar {
  padding: 0 15px;
  margin-top: -20px;
  width: 30%;
  float: left;
}

.sidebar-wrap {
  /*    padding: 20px 10px 30px 10px;*/
  padding: 17px 10px 30px 10px;
  background-color: #fff;
}

.sidebar ul {
  list-style-type: none;
}

.sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  font-weight: 5500;
  letter-spacing: 0;
}

.sidebar ul li a {
  color: #000;
}

.sidebar ul li:first-child {
  padding-top: 0;
}

/* Single Blog Page */
.single img {
  max-width: 100%;
  height: auto;
}

.single-date {
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 0;
}

.single-ct {
  font-size: 16px;
  padding-bottom: 30px;
  letter-spacing: 0;
}

.single-ct p {
  line-height: 160%;
}

.single-ct strong {
  font-weight: bolder;
}

/* calendar widget */
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  font-size: 15px;
  padding-left: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

/*
#wp-calendar tbody td a {
    background: #38393c;
    color: #fff;
}
*/

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.pagination .page-numbers {
  padding: 7px 15px;
}

.pagination .current {
  background-color: #38393c;
  color: #fff;
}

.clear {
  clear: both;
}

/* Useful Information Section */
#useful-information {
  padding: max(4.2vw, 60px) 0;
  color: #000;
}

#useful-information-list {
  margin: 0 auto;
  padding: 0 15px 80px;
  background-image: url(../images/bg-info.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}

.useful-information-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  max-width: 1460px;
  margin: 0 auto;
  gap: 20px;
}

.useful-information-item {
  flex: 100%;
  max-width: calc(100% / 3 - 20px);
  margin: 0 20px 0 0;
  color: #000;
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(217, 217, 217, 1);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

.useful-information-item2 {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0;
  margin-bottom: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.useful-information-item:last-child {
  margin-right: 0;
}

.useful-information-item2 a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item2 a:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.useful-information-item-img {
  padding: 0 15px;
}

.useful-information-item2 .useful-information-item-img {
  padding: 0;
}

.useful-information-item-content {
  margin-top: 10px;
}

.useful-information-details {
  padding: 0 10px;
  color: rgba(51, 51, 51, 1);
}

/* Page 3 Useful Information - Main */
.useful-information-main {
  margin-top: 40px;
}

.useful-information-sidebar {
  margin-top: -40px;
}

.useful-information-pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.useful-information-pagination a.page-numbers {
  border: 1px solid #25BF3C;
  color: rgba(51, 51, 51, 1);
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
}

.useful-information-pagination a.page-numbers:hover {
  background: rgba(191, 40, 37, 1);
  color: #fff;
}

.useful-information-pagination .page-numbers.current {
  border: 1px solid #25BF3C;
  background: #25BF3C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
}

.useful-information-pagination .page-numbers {
  margin-right: 10px;
}

.useful-information-item-readmore {
  margin-top: 10px;
}

.useful-information-item-readmore a {
  color: rgba(51, 51, 51, 1);
}

.useful-information-item-readmore a:hover {
  color: rgba(191, 40, 37, 1);
  text-decoration: none;
}

.useful-information-item-readmore a img {
  margin-left: 5px;
  position: relative;
  top: -2px;
  width: 24px;
}

.sidebar-item {
  margin-top: 40px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
}

.sidebar-item-title {
  position: relative;
  font-size: 21px;
  color: rgba(51, 51, 51, 1);
}

.sidebar-item-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #000;
}

.sidebar-banner img {
  width: 100%;
}

.sidebar-item-content-item {
  display: flex;
  flex-wrap: wrap;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px solid rgba(182, 182, 182, 1);
  padding-top: 30px;
}

.sidebar-item-content-item:hover {
  color: rgba(242, 89, 133, 1);
  text-decoration: none;
}

.sidebar-item-content-item-img {
  flex: 100%;
  max-width: calc(100% / 2 - 10px);
  margin: 0 10px 30px 0;
}

.sidebar-item-content-item-img img {
  width: 100%;
}

.sidebar-item-content-item-title {
  flex: 100%;
  max-width: calc(100% / 2 - 10px);
  margin: 0 10px 30px 0;
}

/* Page 3 Useful Information - Single */
.post-title {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
}

.post-date {
  font-weight: 700;
  margin: 10px 0 60px;
}

.post-date a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.post-date a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.post-image img {
  width: 100%;
}

.post-content {
  margin-top: 60px;
}

.table-contents {
  margin-top: 60px;
  border: 1px solid #000;
  background: #fff;
  padding: 30px;
  color: rgba(51, 51, 51, 1);
}

.table-contents h3 {
  text-align: center;
}

.table-contents h3 {
  font-size: 24px;
  font-weight: 700;
}

.tabel-contents-item {
  margin-top: 40px;
}

.tabel-contents-item a {
  display: block;
  color: rgba(51, 51, 51, 1);
  line-height: 2.4em;
}

.tabel-contents-item a:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.post-content-body {
  margin-top: 80px;
}

.post-content-body-title h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
}

.post-content-body-article {
  margin-top: 30px;
}


.related-article {
  margin-top: 80px;
  border: 3px solid #000;
  position: relative;
  min-height: 150px;
}

.related-title {
  position: absolute;
  left: 40px;
  top: -40px;
}

.related-title h3 {
  color: #000;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding: 0 10px;
}

.related-title h3 img {
  margin-right: 10px;
}

.related-title p {
  color: #000;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding: 0 10px;
}

.related-title p img {
  margin-right: 10px;
}

.related-title p::before {
  display: none;
}

.related-article-item {
  position: absolute;
  left: 10px;
  top: 40%;
}

.related-article-item a {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  padding-left: 10px;
  text-decoration: underline;
  padding-right: 20px;
  display: block
}

.related-article-item a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: underline;
}

.related-article-item ul li {
  list-style: none;
  position: relative;
}

.related-article-item ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  display: none;
}

.post-content #section1::before,
.post-content #section2::before,
.post-content #section3::before,
.post-content #section4::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.useful-information-nav {
  margin-top: 80px;
  display: flex;
}

.useful-information-nav {
  margin: 50px -10px 0;
}

.useful-information-nav-item {
  width: 50%;
  color: #000;
  padding: 0 10px;
}

.useful-information-nav-item:hover {
  color: #000;
  text-decoration: none;
}

.useful-information-nav-item:first-child {
  border-right: 1px solid rgba(182, 182, 182, 1);
}

.useful-information-nav-item:last-child {
  margin-left: 40px;
}

.useful-information-nav-item:last-child p {
  text-align: right;
}

.useful-information-nav-item-prev {
  display: flex;
  gap: 10px;
}

.useful-information-nav-item-next {
  display: flex;
  gap: 10px;
}

.useful-information-nav-item-img {
  width: 220px;
  height: 100px;
}

.useful-information-nav-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.useful-information-nav-item .arrow-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #000;
  margin-right: 15px;
}

.useful-information-nav-item .arrow-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #000;
  margin-left: 15px;
}

.useful-information-head {
  color: #000;
  position: relative;
  font-size: 21px;
}

.useful-information-head::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}

ul.cat__list {
  margin-top: 15px;
  margin-left: -40px;
}

ul.cat__list li {
  list-style: none;
  border-bottom: 1px solid rgba(182, 182, 182, 1);
  padding: 10px 0;
}

ul.cat__list li a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.useful-information-item-date {
  color: rgba(51, 51, 51, 1);
  margin: 10px 0 0;
}

.useful-information-item-date img {
  position: relative;
  top: 0;
}

.icon-category {
  margin: 0;
  width: 20px;
  height: 20px;
}


.useful-information-main.blog-single-main {
  margin-top: 0;
}

.useful-information-head img,
.sidebar-item-title img {
  position: relative;
  top: 0;
}

.useful-information-thumbnail {
  margin-bottom: 20px;
}

.useful-information-date-wrap {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.useful-information-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.useful-information-date img {
  display: inline-block;
}

.useful-information-category {
  display: flex;
  align-items: center;
  gap: 5px;
}

.useful-information-category img {
  display: inline-block;
}

.useful-information-category a,
.useful-information-category ul,
.useful-information-category li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

.useful-information-category ul {
  display: inline;
}

ul.post-categories li a {
  color: #000;
  text-decoration: none;
}

ul.post-categories li a:hover {
  color: #000;
  text-decoration: none;
}

/* Blog Flexbox Layout - Replacement for Bootstrap Grid */
#useful-information .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#useful-information .blog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#useful-information .blog-main {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
  box-sizing: border-box;
}

#useful-information .blog-sidebar {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.post-content-body h3 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
}

.post-content-body h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-content-body h4 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.post-content-body h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  right: -4px;
  height: 0.5em;
  background-color: #25BF3C;
  z-index: -1;
}

.related-title h3::before {
  display: none;
}

.post-content-body-article a {
  text-decoration: underline;
}


@media screen and (max-width:834px) {
  .blog_wrap {
    padding: 60px 40px;
  }

  .main-blog-ct {
    width: 60%;
  }

  .sidebar {
    width: 38%;
  }
}

@media screen and (max-width:768px) {

  h2.widgettitle {
    font-size: 18px;
    font-weight: bold;
  }

  .pagination {
    float: left;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
}


@media screen and (max-width: 767px) {
  .blog_wrap {
    padding: 100px 10px;
  }

  .main-blog-ct {
    margin-bottom: 60px;
    padding: 20px 10px 30px 10px;
    width: 100%;
    margin-right: 0;
  }

  .list-posts .post a .img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .list-posts .post a .info {
    width: 100%;
    padding-left: 0;
  }

  .sidebar {
    padding: 0;
    width: 100%;
  }

  .blog-photo {
    margin-right: 1%;
  }
}

@media screen and (max-width: 376px) {
  .related-title {
    left: 10px;
  }
}

/* End Blog */


/* Responsive: Stack columns on smaller screens */
@media (max-width: 767px) {

  #useful-information .blog-main,
  #useful-information .blog-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #useful-information .blog-sidebar {
    margin-top: 80px;
  }

  .useful-information-nav-item-prev {
    flex-wrap: wrap;
  }

  .useful-information-nav-item-img {
    width: 100%;
    order: 1;
  }

  .useful-information-nav-item-title {
    order: 2;
  }

  .useful-information-nav-item-next {
    flex-wrap: wrap;
  }
}

/* Responsive styles for useful-information-item2 */
@media (max-width: 767px) {
  .useful-information-item2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* search-job */
#job-information,
#contact-top,
#job-recruitment,
.search-result,
#search-jobs {
  font-family: "Noto Sans JP", sans-serif;
}

.search-result .title-wrap {
  margin-bottom: 5rem;
}

.job-card {
  margin-bottom: 50px;
}

.job-card__company {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 5px;
}

.job-card__company h3 {
  margin-bottom: 0;
}

.job-card__desc {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-result {
  padding-top: 110px;
  padding-bottom: 70px;
}

.page-prev {
  background-image: url(images/prev.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.page-next {
  background-image: url(images/next.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}

#job-information {
  background-color: #F5F5F5;
  padding-bottom: 40px;
}

#job-information .title-wrap {
  padding-top: 110px;
  padding-bottom: 80px;
}

#search-jobs {
  padding: 90px 0 55px;
  background: url(images/550456194.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.search__form_top {
  margin-top: 115px;
}

.search__form_top .row {
  display: block;
}

.top-search-wrap {
  position: relative;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 10;
  margin-bottom: 0;
}

.top-search-inner {
  justify-content: center;
  padding: 40px min(10.417vw, 200px);
}

.top-search-inner {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(142, 2, 0, 1);
  border-radius: 4px;
  padding: 40px 200px;
  gap: 20px;
}

#job-recruitment {
  padding: 80px 0 80px;
  background-color: #fff;
}

.job-detail__image {
  margin-top: 50px;
  text-align: center;
}

.recruitment_container {
  margin-top: 50px;
  margin-bottom: 60px;
}

.job_container {
  margin-top: 5px;
  margin-bottom: 60px;
}

.search-result .container {
  max-width: 1030px;
  margin: 0 auto;
}

.desc-recruitment {
  margin-top: 40px;
  text-align: center;
}

.recruitment-row {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0px auto 0px;
  padding-bottom: 35px;
  gap: 35px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url('images/line-5.png');
  background-repeat: repeat-y;
  background-position: 49px top;
  background-size: 3px auto;
}

.recruitment__container .recruitment-row:last-child {
  background-image: none;
}

.recruitment-i {
  width: 100px;
  background-color: #fff;
}

.recruitment-info {
  width: calc(100% - 135px);
  padding-top: 5px;
}

.recruitment-info strong {
  display: block;
  margin-bottom: 15px;
}

.recruitment-step {
  color: #fff;
  background-color: #3B3939;
  border-radius: 99px;
  text-align: center;
  padding: 3px 15px 2px;
  display: inline-block;
  margin-right: 20px;
}

.recruitment-text {
  line-height: 1.75;
  margin-bottom: 0;
}

.recruitment__container {
  margin-top: 65px;
  /* max-width: 1000px;
    margin: 0 auto; */
}

.job-card__header {
  padding-left: 2.5rem;
  position: relative;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  margin-bottom: 25px;
}

.job-card__jobtype {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  width: 100%;
}

.job-card__jobtype p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 3px 10px 4px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.job-card__header::before {
  content: '';
  position: absolute;
  width: 15px;
  height: calc(100% + 2px);
  z-index: 2;
  background-color: #25BF3C;
  top: -1px;
  left: 0;
}

.job-card__new {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: #25BF3C;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 15px;
}

/* job Detail*/
.job-detail__group-label {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.job-detail__tags,
.job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-card__tags {
  margin-top: 10px;
}

.job-card__info .d-flex {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #CFCFCF;
}

.job-card__info .d-flex:last-child {
  border-bottom: 0;
}

.info__tag {
  width: 100px;
  font-weight: bold;
  padding-left: 5px;
}

.info__data {
  color: #333333;
  width: calc(100% - 100px);
}

.info__data p {
  margin-bottom: 0;
}

.job-detail__label {
  background: rgba(59, 57, 57, 1);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 15px;
  border: 1px solid rgba(59, 57, 57, 1);
}

.label--type {
  border: 1px solid;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.job-card__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}

.job-card__image {
  width: 46%;
}

.job-card__content {
  width: calc(54% - 60px);
}

.job-card__buttons {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: right;
  gap: 30px;
}

.job-card__buttons a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
  text-decoration: none;
  padding: 10px 50px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);
  -webkit-box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);
  -moz-box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);
}

.job-card__buttons a img {
  height: 12px;
  margin-left: 10px;
}

.job-detail__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.job-detail__location {
  padding-left: 35px;
  position: relative;
}

.job-detail__location::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url(./images/location_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.job-detail__salary {
  font-weight: 700;
  color: #BF2826;
  padding-left: 40px;
  position: relative;
}

.job-detail__salary::before {

  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(./images/en.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mt-5 {
  margin-top: 50px;
}

.job-detail {
  max-width: 1200px;
  margin: 0 auto;
}

.job-detail .container {
  padding-left: 0;
  padding-right: 0;
}

.type__tag {
  font-size: 12px;
  font-weight: 500;
  background-color: #CFCFCF;
  padding: 2px 8px;
}

.job-row {
  margin-top: 45px;
  max-width: 1200px;
  margin: 45px auto 0;
}

.job-row .job-data {
  margin-top: 35px;
}

.job-info .job-data p {
  margin-bottom: 0;
}

.job-row .job-label {
  background-color: #333333;
  color: #fff;
  padding: 1.1rem 1.6rem;
  line-height: 1;
  font-family: 'Futura PT';
  font-weight: 600;
}

.job-info {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.job-info .job-label {
  width: 22.5%;
  text-align: center;
  position: relative;
  /* background-color: #D9D9D9; */
  z-index: 1;
  font-weight: bold;
  margin-top: 30px;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(217, 217, 217, 1)) 1;
  font-family: 'Futura PT';
  font-weight: 600;
}

.job-info .job-data {
  width: calc(77.5% - 40px);
  display: inline-flex;
  align-items: center;
  border-bottom: 1px dashed #535151;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 30px;
  padding-bottom: 20px;
}

.job-data p {
  margin-bottom: 0;
}

.job-desc p {
  margin-bottom: 10px;
}

.job-data a {
  color: #000;
  text-decoration: none;
}

input.wpcf7-form-control.form-control {
  background: #fff;
  border: none;
  color: #000;
}

.un_required {
  border: 1px solid #000;
  color: #000;
  background: transparent;
  font-weight: 400;
  margin-left: 5px;
  font-size: 16px;
  padding: 5px 25px;
  float: right;
  font-family: "Noto Sans JP", sans-serif;
}

#contact-top .required {
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.form-old .wpcf7-form-control-wrap {
  width: 80px;
  display: block;
  max-width: 100%;
  flex: initial !important;
}

.form-old .wpcf7-form-control-wrap {
  position: relative;
}

.form-old .wpcf7-form-control-wrap::after {
  position: absolute;
  content: '歳';
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-group p .wpcf7-form-control-wrap {
  border: #d8d7d7 1px solid;
  box-shadow: 2px 2px 5px 0px rgba(216, 215, 215, 1);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(216, 215, 215, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(216, 215, 215, 1);
}

.form-group p label {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.form-group textarea {
  height: 100px;
  resize: none;
}

.text_note {
  font-size: 16px;
  font-weight: bold;
  color: #BF2826;
}

.job_phone {
  color: #fff;
  background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
  text-decoration: none;
  padding: 25px 50px;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
}

.job_phone:hover {
  color: #fff;
  text-decoration: none;

}

.title-wrap .title-en {
  font-weight: 700;
  margin-bottom: 7px;
}

.title-wrap .title-jp {
  font-weight: 700;
}

.job_phone span {
  padding: 0 15px;
}

.form-group ::placeholder {
  color: #848484 !important;
}

.form-group ::-webkit-input-placeholder {
  color: #848484 !important;
}

.form-group :-ms-input-placeholder {
  color: #848484 !important;
}

.contact-app .contact-form {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #000;
}




.useful-information-pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.useful-information-pagination a.next.page-numbers {
  padding: 9px 13px;
}

.useful-information-pagination a.prev.page-numbers {
  padding: 9px 13px;
}

.useful-information-pagination a.prev.page-numbers .page-prev {
  position: relative;
  top: 2px;
}

.useful-information-pagination a.page-numbers {
  border: 1px solid #000;
  color: rgba(51, 51, 51, 1);
  padding: 9px 16px;
  text-decoration: none;
}

.useful-information-pagination a.page-numbers:hover {
  border: 1px solid #25BF3C;
  background: #25BF3C;
  color: #fff;
}

.useful-information-pagination .page-numbers.current {
  border: 1px solid #25BF3C;
  background: #25BF3C;
  color: #fff;
  padding: 9px 16px;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.noopener {
  display: inline-block;
  color: #fff !important;
  background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
  text-decoration: none;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);
  -webkit-box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);
  -moz-box-shadow: 2px 3px 5px 0px rgba(216, 215, 215, 1);

}

.noopener img {
  height: 12px;
  margin-left: 10px;
}

.blog-breadcrumb {
  background-color: #F5F5F5;
  padding: 40px 0;
}
.blog-breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-breadcrumb-wrap a {
  color: #000;
  text-decoration: none;
}

.single-page-header {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
  font-family: 'A-OTF Ryumin Pro';
  color: #fff;
  background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
  margin-bottom: 60px;
}

.main-header {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
}

.sub-header {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
}

.sub-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.txt-highlight {
  font-size: 20px;
  font-weight: 400;
  display: inline;
  padding-bottom: 0.05em; /* space so the underline doesn't overlap glyph descenders */

  background-image: linear-gradient(
      to top,
      rgba(37, 191, 60, 0.2) 0.35em,
      transparent 0.35em
  );
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 100%;

  /* Ensure underline applies per wrapped line on mobile Safari/Chrome */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width:480px) {
  .txt-highlight {
      background-size: 100% 0.4em;
  }
}

.blog-table table tr td:first-child {
  background: #f1f1f1;
}

.blog-table table tr td {
  padding: 15px;
}

.main-toc {
  margin: 40px 0;
  border: 1px solid #000;
  padding: 15px;       
}

ul.simpletoc-list {
  margin-left: -30px!important;
}

ul.simpletoc-list li {
  list-style: none;
}

ul.simpletoc-list li ul {
  margin-left: -22px!important;
}

.keypoints {
  margin: 40px 0;
}

.keypoints-title {
  background: #25BF3C;
  color: #fff;
  font-weight: 700;
  padding: 2px 20px;
  width: fit-content;
  border: 2px solid #25BF3C;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.keypoints-item {
  background: #fff;
  border: 2px solid #25BF3C;
  padding: 10px 20px;
}

.lwptoc-autoWidth .lwptoc_i {
  display: block!important;
}

.lwptoc_header {
  text-align: center;
}

.lwptoc_title {
  font-size: 24px;
  font-weight: 700;
}

.lwptoc_itemWrap {
  margin-top: 40px;
}

.lwptoc {
  margin-top: 60px;
  border: 1px solid #000;
  background: #fff;
  padding: 15px 10px;
  color: rgba(51, 51, 51, 1);
}

.lwptoc_item_number {
  display: none;
}

.lwptoc_item {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 2.4em;
}

.lwptoc_item a {
  display: block;
  color: rgba(51, 51, 51, 1)!important;
  line-height: 2.4em;
}

.lwptoc_item a:hover {
  text-decoration: none!important;
  border-bottom: none!important;
  border: none!important;
}

.lwptoc-light .lwptoc_i {
  background: #fff!important;
}

.lwptoc_toggle {
  display: none!important;
}


@media (max-width: 767px) {
  .job-info {
    gap: 0;
  }

  .job-info .job-data {
    min-height: initial;
  }

  .job-info .job-label,
  .job-info .job-data {
    width: 100%;
  }

  .recruitment-row {
    gap: 15px;
    background-position: 39px top;
  }

  .recruitment-i {
    width: 80px;
  }

  .recruitment-info {
    width: calc(100% - 95px);
    padding-top: 5px;
  }

  #job-information .title-wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .job-row .job-data {
    margin-top: 15px;
  }

  .job-row {
    margin: 35px auto 0;
  }

  .contact-app .contact-form {
    margin-top: 0;
  }

  .job-card__image {
    width: 100%;
  }

  .job-card__content {
    width: 100%;
    margin-top: 2rem;
  }

  .top-search-inner {
    padding: 40px 15px;
  }

  .job-card__buttons {
    gap: 10px;
  }

  .job-card__buttons a {
    padding: 10px 35px;
  }

  .single-page-header {
    font-size: 30px;
  }

  .blog-breadcrumb-wrap {
    flex-wrap: wrap;
  }

}