@charset "utf-8";

/*
Theme Name: helper;
Author: ;
Theme URI: https://helper.com;
Description:helperのテーマ;
version: 1.0.0;
Author: helper;
Author URI: helper; 
*/

/*common
-----------------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: rgba(51, 51, 51, 1);
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*header
-----------------------------------------------------------------------------------------*/
.header {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  height: 140px;
  font-family: "Zen Maru Gothic", sans-serif;
  background-image: url("./images/header-title-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  text-align: center;
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-inner {
  height: 200px;
}
.header-logo {
  width: 200px;
  min-width: 120px;
}
.header-titlebox {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  gap: 40px;
}
.header-title {
  font-size: 1.375rem;
  padding-top: 15px;
}
.top-link {
  color: #ffffff;
}
.header-recruit {
  background-color: #fff;
  border: solid 3px #eba067;
  border-radius: 10px;
  padding: 5px 10px;
}
.header-recruit-button {
  color: #eba067;
}
.header-list {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-list-item {
  flex-grow: 1;
  border-right: 1px solid #6f6e6e;
}
.header-list-item-link {
  display: block;
}
.header-list-item-link:hover {
  opacity: 0.8;
}
.header-side-recruit {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 30px;
  position: fixed;
  right: 0;
  z-index: 2;
  text-align: center;
  top: 100px;
}
.header-side-recruit-tab {
  height: 140px;
  padding: 0 10px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header-side-recruit-entry {
  color: #ffffff;
  background-color: #6ec574;
  border: 1px solid #6ec574;
}
.header-side-recruit-info {
  color: #ffffff;
  background-color: #eba067;
  border: 1px solid #eba067;
}

.header-side-recruit-entry:hover {
  background-color: #fff;
  color: #6ec574;
  border: 1px solid #6ec574;
}
.header-side-recruit-info:hover {
  background-color: #fff;
  color: #eba067;
  border: 1px solid #eba067;
}

.header-sns {
  padding: 0;
  flex-grow: 0;
}
.header-button {
}
.header-font-bold {
  font-weight: 700;
  font-size: bold;
}
.header-nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.header-nav-list {
}

.header-nav-list-link {
  padding: 6px 0;
  color: #fff;
}
.header-kira-imgbox {
  width: 500px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.header-kira-imgbox img {
  object-fit: cover;
}

.drawer-open .drawer-hamburger-icon:after {
  width: 100% !important;
}
.drawer-open .drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: transparent;
}
.drawer .drawer-nav {
  padding-top: 50px;
  background-color: #eba067;
  z-index: 35;
}
.drawer .drawer-hamburger-icon:after {
  width: 70%;
}
.drawer .drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #333;
}

/*footer-----------------------------------------------------------------------------------------*/

.footer-linebox {
  width: 100%;
}
.footer-line-1 {
  position: absolute;
  transform: translateY(-205px);
  z-index: -1;
}
.footer-line-2 {
  position: absolute;
  transform: translateY(-300px);
  z-index: -1;
}
.footer-entry-section-arrowbox {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.footer-entry-section-arrowbox-white {
  background-color: #ffffff;
}
.footer-entry-button:hover .footer-entry-section-arrowbox-white {
  background-color: #6ec574;
}
.footer-entry-section-arrowbox-orange {
  background-color: #eba067;
}
.footer-entry-button:hover .footer-entry-section-arrowbox-orange {
  background-color: #ffffff;
}

.footer-entry-section-arrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: 0.3s;
}

.footer-entry-section-arrow::before {
  content: "";
  width: 14px;
  height: 1px;
}
.footer-entry-section-arrow::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  margin: auto;
  transform: translateY(-6%) rotate(45deg);
  border-color: #ffffff;
  inset: 0;
  right: -32%;
}
.footer-entry-section-arrow::before,
.footer-entry-section-arrow::after {
  content: "";
  display: inline-block;
}
.footer-entry-button-info-icon {
  transition: 0.3s;
}
.footer-entry-button-info-icon img {
  object-fit: cover;
}

.footer-entry-section-arrow-white:before {
  background-color: #fff;
}
.footer-entry-button:hover .footer-entry-section-arrow-white:before {
  background-color: #eba067;
}
.footer-entry-button:hover .footer-entry-section-arrow-white:after {
  border-color: #eba067;
}
.footer-entry-section-arrow-green::before {
  background-color: #6ec574;
}
.footer-entry-section-arrow-green::after {
  border-color: #6ec574;
}
.footer-entry-button:hover .footer-entry-section-arrow-green:before {
  background-color: #ffffff;
}
.footer-entry-button:hover .footer-entry-section-arrow-green:after {
  border-color: #ffffff;
}

.footer-entry-section {
  background-image: url("./images/footer-entry-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 680px;
  margin-top: 150px;
  margin-bottom: -100px;
  position: relative;
  text-align: center;
}
.footer-entry-section-title {
  font-size: 3.8125rem;
  font-family: "Quicksand", sans-serif;
  font-style: medium;
  color: #fff;
}
.footer-entry-section-title-sub {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  display: block;
}
.footer-entry-section-text {
  color: rgba(51, 51, 51, 1);
  font-family: "Noto Sans JP", sans-serif;
}
.footer-entry-section-text span {
  display: inline-block;
}
.footer-entry-section-buttonbox {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.footer-entry-button {
  display: flex;
  justify-content: space-between;
  width: 300px;
  padding: 20px 30px;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: bold;
  text-align: center;
  cursor: pointer;
}
.footer-entry-button-info {
  color: #eba067;
  border: solid 2px #eba067;
  background-color: #ffffff;
}
.footer-entry-button-info:hover {
  color: #ffffff;
  border: solid 2px #ffffff;
  background-color: #eba067;
}
.footer-entry-button-info:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(179deg)
    brightness(101%) contrast(101%);
}
.footer-entry-button-entry {
  color: #ffffff;
  border: solid 2px #6ec574;
  background-color: #6ec574;
}
.footer-entry-button-entry:hover {
  color: #6ec574;
  border: solid 2px #ffffff;
  background-color: #ffffff;
}
.footer-entry-button-entry:hover img {
  filter: invert(74%) sepia(23%) saturate(807%) hue-rotate(74deg)
    brightness(91%) contrast(86%);
}
.footer {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}

.footer-entry-section-titlebox {
  background-image: url("./images/footer-entry-section-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 490px;
  height: 210px;
  margin: 0 auto;
  transform: translateY(-66px);
  padding-top: 40px;
}
.footer-title {
  font-size: 1.96rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: bold;
  color: #eba067;
  text-align: left;
  padding: 40px 0;
}
.footer-content {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 20px;
}
.footer-addressbox {
  display: flex;
  flex-direction: column;
  color: #333;
  text-align: left;
}
.footer-address span {
  display: inline-block;
}
.footer-tel {
  color: #333;
  padding-top: 20px;
}
.footer-list {
  width: 40%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 20px;
  text-align: left;
}

.footer-list-item {
  height: calc((100% / 4) - 8px);
  display: flex;
  flex-direction: column;
}
.footer-list-item::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #eba067;
}
.footer-list-item-link {
  color: #333;
}
.copy-right {
  display: flex;
  gap: 10px;
}
.copy-right-bg {
  padding: 15px 0;
  color: #ffffff;
  background-color: #d27e3f;
}
.copy-rightbox {
  display: flex;
  justify-content: space-between;
}
.copy-right a {
  color: #ffffff;
}
.footer-list-item-privacy {
  display: none;
}
.footer-privacy {
  color: #fff;
}

/* 投稿ページ 一覧ページ*/
.blog-sort {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.blog-sort-button {
  display: block;
  color: #ffffff;
  border: solid 2px;
  border-radius: 30px;
  width: 140px;
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
}

.blog-all {
  background-color: #eba067;
  border: solid 2px #eba067;
}
.blog-all:hover {
  background-color: #fff;
  color: #eba067;
  border: solid 2px #eba067;
}
/* カテゴリごとの色 .category-スラッグ名*/
.category-none {
  background: rgb(206, 206, 206);
}
.category-entry {
  background-color: #e2d08f;
}
.blog-sort .category-entry:hover {
  color: #e2d08f;
  background-color: #fff;
}

.category-news {
  background-color: #e47778;
}
.blog-sort .category-news:hover {
  color: #e47778;
  background-color: #fff;
}

.category-report {
  background-color: #a3bdd0;
}
.blog-sort .category-report:hover {
  color: #a3bdd0;
  background-color: #fff;
}

.category-carehome {
  background-color: #cb9bd2;
}
.blog-sort .category-carehome:hover {
  color: #cb9bd2;
  background-color: #fff;
}

.category-others {
  background-color: #a6a9e5;
}
.blog-sort .category-others:hover {
  color: #a6a9e5;
  background-color: #fff;
}

/* アクティブの時 */
.sort-is-active {
  pointer-events: none;
}
.blog-sort-button.blog-all.sort-is-active,
.blog-all.sort-is-active:hover {
  color: #eba067;
  background-color: #ffffff;
}
.blog-sort-button.category-entry.sort-is-active,
.blog-sort-button.category-entry.sort-is-active:hover {
  color: #e2d08f;
  background-color: #ffffff;
}
.blog-sort-button.category-news.sort-is-active,
.blog-sort-button.category-news.sort-is-active:hover {
  color: #e47778;
  background-color: #ffffff;
}
.blog-sort-button.category-report.sort-is-active,
.blog-sort-button.category-report.sort-is-active:hover {
  color: #a3bdd0;
  background-color: #ffffff;
}
.blog-sort-button.category-carehome.sort-is-active,
.blog-sort-button.category-carehome.sort-is-active:hover {
  color: #cb9bd2;
  background-color: #ffffff;
}
.blog-sort-button.category-others.sort-is-active,
.blog-sort-button.category-others.sort-is-active:hover {
  color: #a6a9e5;
  background-color: #ffffff;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: space-between;
}
.blog-list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 30px);
  height: 0;
}

.common-post-list-item-link-imgbox {
  position: relative;
}
.common-post-list-item-link-imgbox img {
  filter: blur(3px);
  opacity: 0.7;
  aspect-ratio: 1/1;
  height: 250px;
  object-fit: cover;
}
.common-post-list-item-link-imgbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  border-top: 2px solid #eba067;
  border-bottom: 2px solid #eba067;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.375rem;
  color: #eba067;
}

.common-post-list-item {
  width: calc((100% - 40px * 2) / 3);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.common-post-list-item-title {
  font-size: 1.375rem;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-post-list-item-link-inner {
  margin-top: 10px;
  line-height: 1.5;
}
.common-post-datebox {
  display: flex;
  align-items: center;
}
.common-post-date {
  margin-right: auto;
}
.common-post-list-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 1rem;
}

.common-post-list-item-link {
  color: #333333;
}
.common-post-list-item-link:hover {
  opacity: 0.8;
}
.common-link-item-category {
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
}

.voice-single-card {
  margin-bottom: 40px;
}

.common-card-item-link.voice-card-item-link.voice-single-card:hover {
  opacity: 1;
} 

.voice-post {
  position: relative;
}
.voice-dot-bg {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-dot-bg img {
  object-fit: cover;
}
.voice-crayon-bg {
  width: 200px;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: -1;
}
.voice-content {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.common-card-item-link-imgbox {
  width: 220px;
}
.common-card-item-link {
  position: relative;
  background-color: #f4ca8b;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.common-card-item-link:hover {
  opacity: 0.8;
}
.common-card-item-link img {
  object-fit: cover;
  height: 100%;
}
.common-card-item-link-inner {
  text-align: left;
}
.voice-card-item-link-inner {
  width: 40%;
  text-align: left;
  margin: 0 auto;
}
.common-card-databox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.common-card-item-title {
  margin-right: 50px;
}
.common-card-item-text {
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.voice-job {
  width: 100%;
}
.voice-card-item-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 50px;
}
.job-year {
  display: block;
  position: absolute;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fea55c;
  color: #ffffff;
  font-size: 1.375rem;
}
.voice-job-year {
  left: 0;
  bottom: 50px;
}

.dist-circle {
  max-width: 235px;
  max-height: 235px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 56% 52% 64% 46% / 38% 35% 55% 57%; /* 要素を歪んだ円形にする */
  box-shadow: 10px -10px 0px 0px rgb(252, 141, 5);
  overflow: hidden;
  position: relative;
}
.dist-circle img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
}
.voice-arrowbox {
  align-self: flex-end;
  margin-left: auto;
}
.voice-arrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.voice-arrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.voice-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  margin: auto;
  margin-right: 0;
  transform: rotate(45deg);
  border-color: #ffffff;
  inset: 0;
  right: 0;
}

.single-voice-content {
  margin-bottom: 150px;
}
.single-voice-questionbox {
  margin-bottom: 40px;
  text-align: left;
}
.single-voice-questionbox:first-of-type {
  margin-top: 40px;
}
.single-voice-question {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.375rem;
}
.single-voice-question::after {
  content: "";
  display: block;
  max-width: 650px;
  height: 1px;
  background-color: #eba067;
  margin-top: 15px;
}
.single-voice-question-title {
  font-family: "Noto Sans JP", sans-serif;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.125rem;
  padding: 20px 0;
  color: #eba067;
}
.single-voice-question-text {
  font-family: "Noto Sans JP", sans-serif;
}
.question-icon {
  display: inline-block;
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  color: #eba067;
  padding-right: 20px;
}

.single-blog {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.single-blog-databox {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.single-blog-category {
  display: flex;
  gap: 20px;
}

.single-blog-category-item {
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-style: Bold;
}
.single-blog-titlebox {
  border-bottom: 1px solid #eba067;
}
.single-blog-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 30px;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.375rem;
}
.single-blog-thumbnail {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
.single-blog-thumbnail img {
  object-fit: cover;
  height: 100%;
}

.single-blog-text {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.single-navigation {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  margin-top: 80px;
}
.single-prev-button a,
.single-next-button a {
  display: flex;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eba067;
}
.single-navigation-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-navigation-right-arrow:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #eba067;
  margin-top: 4px;
}
.single-navigation-left-arrow {
}
.single-navigation-left-arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  border-color: #eba067;
  margin-top: 4px;
}

.blog-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  margin-top: 80px;
}

.blog-navigation-arrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  right: 0;
  transition: 0.3s;
}
.blog-navigation-right-arrow:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #eba067;
  margin-top: 4px;
}

.nextpostslink:hover .blog-navigation-arrow {
  right: -6px;
  transition: 0.3s;
}
.previouspostslink:hover .blog-navigation-arrow {
  right: 6px;
  transition: 0.3s;
}
.blog-navigation-left-arrow {
}
.blog-navigation-left-arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  border-color: #eba067;
  margin-top: 4px;
}

/* ページネーション pagenation */

/* .wp-pagenavi リセット*/
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* .wp-pagenavi リセット終わり*/

/* .wp-pagenavi スタイル */
.wp-pagenavi {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.375rem;
  gap: 30px;
}
.wp-pagenavi {
  width: 80%;
  margin-right: auto;
}
.wp-pagenavi span.current {
  color: #eba067;
  transition: 0.3s;
  border-bottom: solid 1px #eba067;
  margin-bottom: -1px;
}
.wp-pagenavi .page {
  color: #333;
  transition: 0.3s;
}
span.current:first-child {
  margin-left: auto;
}
span.current:last-child {
  margin-right: auto;
}
.wp-pagenavi .page:hover {
  color: #eba067;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #eba067;
}
.wp-pagenavi .previouspostslink {
  margin-right: auto;
}
.wp-pagenavi .nextpostslink {
  margin-left: auto;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border-color: #eba067;
}
@media screen and (max-width: 1200px) {
  .footer-entry-section-buttonbox {
    justify-content: center;
    gap: 50px;
  }
  .common-post-list-item-link-imgbox-inner {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .header-kira-imgbox {
    left: initial;
  }
  .voice-content {
    margin-bottom: 100px;
  }
  .voice-card-item-link-inner {
    width: 60%;
  }
  .voice-card-item-link {
    padding: 15px 40px;
  }
  .blog-post {
    font-size: 12px;
  }
  .common-post-list-item {
    width: calc((100% - 10px * 2) / 3);
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
  }
  .common-post-list-item-title {
    font-size: 16px;
  }
  .common-post-list-item-link-imgbox-inner {
    font-size: 14px;
  }
  .common-card-databox {
    margin-bottom: 10px;
  }
  .common-card-item-link-imgbox {
    width: 150px;
    background-position: -3px 3px;
  }
  .common-post-item-title {
    font-size: 16px;
  }
  .blog-post {
    margin-bottom: 120px;
  }

  .blog-sort {
    flex-wrap: wrap;
  }
  .blog-sort-button {
    width: calc((100% / 3) - 20px);
  }
  .blog-list {
    gap: 40px 20px;
  }
  .blog-list-item {
    width: calc((100% / 2) - 20px);
  }
  .job-year {
    font-size: 1rem;
    bottom: 30px;
  }
  /* シングルページ */
  .single-voice-questionbox {
    margin-bottom: 30px;
  }
  .single-voice-questionbox:last-of-type {
    margin-bottom: 0;
  }
  .single-blog {
    margin-bottom: 100px;
  }

  .footer-entry-section {
    height: 550px;
  }
  .footer-entry-section-buttonbox {
    margin-top: 70px;
  }
  .footer-line-1 {
    transform: translateY(-136px);
  }
  .footer-line-2 {
    transform: translateY(-200px);
  }
}
@media screen and (max-width: 1023px) {
  .header-side-recruit {
    justify-content: center;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 50px);
  }
  .header-kira-imgbox {
    width: 240px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    left: initial;
  }
  .header-side-recruit {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    gap: 0;
  }

  .header-side-recruit-tab {
    width: 50%;
    height: 40px;
    writing-mode: horizontal-tb;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    line-height: 2.75;
  }
  .header .contents-wrapper {
    width: calc(100% - 10px);
  }
  .header {
    height: 120px;
    background-size: 256px 71px;
    background-position: -25px 0;
    margin-bottom: 0;
  }
  .header-titlebox {
    gap: 10px;
  }
  .header-title {
    font-size: 14px;
    padding-top: 5px;
  }
  .header-recruit {
    background-color: #fff;
    border: solid 2px #eba067;
    border-radius: 10px;
    padding: 0 8px;
    line-height: 1.6;
  }
  .header-recruit-button {
    display: inline-block;
    font-size: 14px;
  }
  .drawer .drawer-hamburger {
    padding-right: 10px;
    padding-left: 0;
  }
  /* voice */
  .voice-content {
    font-size: 12px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .voice-section {
    padding-bottom: 120px;
  }
  .voice-dot-bg {
    width: 200px;
  }
  .voice-crayon-bg {
    display: none;
  }
  .voice-job {
    width: 100%;
  }
  .common-card-item-title {
    width: 50%;
    margin-right: 0;
  }
  .voice-join {
    width: 50%;
  }
  .common-card-item-text {
    font-size: 12px;
    line-height: 140%;
  }
  .common-card-item-link {
    width: 100%;
    padding: 10px 10px 20px;
    border-radius: 20px;
  }
  .common-card-item-link-imgbox {
    max-width: 40%;
    padding: 0 10px;
  }
  .common-item-link-imgbox-post-37 {
    background-size: 75%;
    background-position: 13px 2px;
  }
  .common-item-link-imgbox-post-37 img {
    transform: translate(0, 6%);
  }
  .common-card-item-link-inner {
    width: 60%;
  }
  .common-card-item-link-imgbox img {
    object-fit: contain;
  }
  .voice-arrowbox {
    margin-right: 10px;
    transform: translateY(10px);
  }

  .voice-arrow::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #ffffff;
  }
  .voice-arrow::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    margin: auto;
    margin-right: 0;
    transform: rotate(45deg);
    border-color: #ffffff;
    inset: 0;
    right: 0;
  }
  .job-year {
    font-size: 12px;
    bottom: 30px;
    padding-right: 7px;
    padding-left: 5px;
    padding: 0 6px;
  }
  .top-job-year {
    bottom: 15%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .common-arrow {
    margin-top: 8px;
  }
  .common-arrow::before {
    content: "";
    width: 12px;
    height: 1px;
  }
  .common-arrow::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #ffffff;
  }
  /* ブログ */
  .common-post-list-item-link-imgbox img {
    height: 200px;
  }
  .common-link-item-category {
    font-size: 12px;
  }
  .common-post-list-item-title {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .common-post-list-item-text {
    font-size: 12px;
  }
  .blog-sort {
    margin-bottom: 40px;
    gap: 10px;
  }
  .blog-sort-button {
    width: calc((100% / 2) - 10px);
  }
  .blog-list-item {
    width: calc(100%);
  }
  .wp-pagenavi {
    font-size: 14px;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 14px;
  }
  /* シングルページ */
  .question-icon {
    font-size: 22px;
    padding-right: 10px;
  }
  .single-voice-content {
    font-size: 12px;
  }

  .single-voice-question {
    font-size: 16px;
  }
  .single-voice-question:after {
    margin-top: 8px;
  }
  .single-voice-question-title {
    font-size: 14px;
    padding: 20px 0;
  }
  /* シングルブログ */
  .single-blog-category-item {
    padding: 5px 20px;
  }
  .single-blog {
    font-size: 12px;
  }
  .single-blog-title {
    font-size: 16px;
    padding: 10px 0;
  }
  .single-blog-text {
    margin-top: 20px;
  }
  .single-blog .more-button {
    width: 140px;
  }
  .single-voice-content .more-button {
    width: 160px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .single-prev-button a,
  .single-next-button a {
    padding-bottom: 2px;
  }
  .single-navigation-right-arrow:after {
    width: 6px;
    height: 6px;
    margin-top: 2px;
  }
  .single-navigation-left-arrow:after {
    width: 6px;
    height: 6px;
    margin-top: 2px;
  }
  .single-navigation {
    margin-top: 30px;
    font-size: 12px;
  }
  .single-navigation a {
    font-size: 12px;
  }

  .single-blog-text,
  .single-voice-text {
    line-height: 140%;
  }

  .footer {
    margin-bottom: 40px;
  }

  .footer-line-1 {
    transform: translateY(-70px);
  }
  .footer-line-2 {
    transform: translateY(-105px);
  }
  .footer-entry-section {
    height: 365px;
  }
  .footer-entry-section-titlebox {
    width: 230px;
    transform: translateY(-85px);
  }
  .footer-entry-section-title {
    font-size: 32px;
    padding-top: 35px;
  }
  .footer-entry-section-title-sub {
    font-size: 16px;
  }
  .footer-entry-section-text {
    transform: translateY(-110px);
    line-height: 160%;
  }
  .footer-entry-section-buttonbox {
    margin-top: 40px;
    transform: translateY(-120px);
    gap: 10px;
  }
  .footer-entry-button {
    width: calc((100% / 2) - 5px);
    font-size: 12px;
    padding: 5px;
    align-items: center;
    line-height: 1;
  }
  .footer-entry-section-arrowbox {
    width: 20px;
    height: 20px;
  }
  .footer-entry-section-arrow::before {
    width: 10px;
  }

  .footer-entry-button-info-icon {
    width: 20px;
  }
  .footer-entry-button-entry-icon {
    width: 20px;
  }

  .footer {
    font-size: 12px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .footer-title {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-content {
    padding-bottom: 30px;
  }
  .footer-list {
    width: 50%;
    row-gap: 15px;
  }
  .footer-list-item {
    height: auto;
  }
  .footer-list-item::before {
    width: 12px;
    height: 1px;
  }
  .footer-list-item-privacy {
    display: flex;
  }
  .footer-privacy {
    display: none;
  }
  .copy-right-bg {
    padding: 5px 0;
  }

  .copy-right {
    text-align: center;
    margin: 0 auto;
  }
}

/*404
-----------------------------------------------------------------------------------------*/
div.error-message {
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  div.error-message {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  div.error-message {
    font-size: 120%;
  }
}
