








/* ==================================================
  RESET
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  color: #13131e;
  text-decoration: none;
  background-color: #2D9BCD;
}
/* change colours to suit your needs */
mark {
  color: #13131e;
  font-style: italic;
  font-weight: bold;
  background-color: #2D9BCD;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #e1e1e1;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
  height: 1px;
}
input, select {
  vertical-align: middle;
}
img {
  font-size: 0;
  vertical-align: top;
  line-height: 0;
}
/* ==================================================
  COMMON STYLES
================================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 1em;
}
body {
  color: #13131e;
  font-family: Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #F5F5F5;
}
a:link {
  color: #13131e;
  text-decoration: none;
}
a:hover,
a:active,
a:hover > * {
  color: #2D9BCD;
  text-decoration: underline;
  opacity: 0.8;
}
/* ==================================================
  HEADER
================================================== */
.global-header {
  position: relative;
  padding: 20px 12px 18px;
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  transition: 0.3s;
}
.global-header__inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.global-header__logo-wrap {
  width: 260px;
  height: 25px;
}
.global-header__logo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('https://job.tabelog.com/press/ownerblog/images/kyujin-press_logo.png') no-repeat 50% 50% / contain;
}
/* ==================================================
  FOOTER
================================================== */
.global-footer {
  color: #ffffff;
  background: #34495E;
}
.global-footer__inner {
  margin: 0 auto;
  padding: 40px 20px 48px;
  width: 100%;
}
.global-footer__about {
  display: flex;
  padding: 0 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.global-footer__navi {
  position: relative;
  margin-top: 32px;
}
.global-footer__navi-inner {
  display: flex;
  padding: 8px 224px 8px 24px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  align-items: center;
}
.global-footer__subnavi {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: center;
}
/* ------------------------------
  ブログタイトル・説明文
------------------------------ */
.footer-about-title {
  display: block;
  margin-right: 40px;
  width: 250px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('https://job.tabelog.com/press/ownerblog/images/kyujin-press_logo_white.png') no-repeat 50% 50% / contain;
}
.footer-about-desc {
  width: calc(100% - 240px);
  font-size: 0.8125rem;
  line-height: 1.5;
}
/* ------------------------------
  カテゴリ一覧、企業リンク
------------------------------ */
.footer-navi {
  display: flex;
  align-items: center;
}
.footer-navi__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.footer-navi__list-item {
  position: relative;
  font-size: 0.75rem;
}
.footer-navi__list-item:before {
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -0.375rem;
  width: 1px;
  height: 0.75rem;
  content: '';
  background-color: #e1e1e1;
}
.footer-navi__list-item:last-child:before {
  display: none;
}
.footer-navi__list-item a,
.footer-navi__list-item span {
  display: block;
  padding: 10px;
  color: #ffffff;
}
.footer-navi__list-item span {
  color: #b4b4b4;
}
.footer-navi__list-item a:hover {
  text-decoration: underline;
}
.footer-navi__title {
  margin-right: 80px;
  width: 80px;
  font-size: 0.875rem;
  white-space: nowrap;
}
/* ------------------------------
  SNS
------------------------------ */
.footer-social {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 200px;
  transform: translateY(-50%);
}
/* ------------------------------
  copyright
------------------------------ */
.footer-copyright {
  margin-left: auto;
  font-weight: normal;
  font-size: 0.6875rem;
}
/* ------------------------------
  breadcrumb
------------------------------ */
.breadcrumb {
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
  background-color: #ffffff;
}
.breadcrumb__list {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  max-width: 1320px;
}
.breadcrumb__list-item {
  font-weight: bold;
  font-size: 0.75rem;
}
.breadcrumb__list-item a {
  font-weight: normal;
}
.breadcrumb__list-item a:hover {
  color: #13131e;
  text-decoration: underline;
}
.breadcrumb__list-item::after {
  margin: 0 8px;
  color: #707070;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.breadcrumb__list-item:last-child::after {
  display: none;
}
/* ==================================================
  LAYOUTS
================================================== */
#content {
  text-align: left;
}
.content__inner {
  margin: 0 auto;
  padding: 40px 12px;
  width: 100%;
}
#main-wrapper {
  float: left;
  margin-right: -300px;
  width: 100%;
}
#content main {
  display: block;
  word-break: break-all;
}
#content aside {
  float: right;
  width: 300px;
  word-break: break-all;
}
/* ==================================================
  PARTS
================================================== */
/* SNSボタン */
.social-buttons {
  display: flex;
  width: 100%;
  height: 24px;
  gap: 0 16px;
  align-items: center;
}
.social-buttons__link {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 24px;
}
.entry__meta .social-buttons__link img {
  max-width: 24px;
  height: auto;
}
.social-buttons__link img {
  max-width: 20px;
  height: auto;
}
.footer-social .social-buttons__link.icon-mail img{
  max-width: 24px;
  margin-top: -3.5px;
}
.social-buttons__link:hover i {
  color: inherit;
  text-decoration: none;
}
.social-buttons__link.icon-facebook {
  color: #1877f2;
}
.social-buttons__link.icon-twitter {
  color: #000000;
}
.social-buttons__link.icon-line {
  color: #06c755;
  font-size: 1.7rem;
}
.social-buttons__link.icon-pocket {
  margin-top: -1.5px;
  color: #2D9BCD;
  font-size: 1.7rem;
}
.social-buttons__link.icon-instagram {
  color: #f00075;
  font-size: 1.5rem;
}
.social-buttons__link.icon-mail{
  padding-top: 1.5px;
}
/* カテゴリラベル */
a.category-label {
  display: inline-block;
  z-index: 20;
  padding: 5px 12px 6px;
  border: 1px solid #96CDE6;
  border-radius: 11px;
  height: 22px;
  color: #96CDE6;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #ffffff;
  align-items: center;
}
a.category-label:hover {
  border-color: #949499;
  color: #949499;
  text-decoration: none;
}
/* pagenation */
.page-navigation {
  width: 100%;
}
.page-navigation__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.page-navigation__item {
  display: inline-block;
  border-bottom: none;
  width: auto;
}
.page-navigation__item:only-child {
  width: 100%;
  text-align: right;
}
.page-navigation__link {
  padding: 10px 8px;
  font-weight: bold;
}
.page-navigation__link::before,
.page-navigation__link::after {
  color: #2D9BCD;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
}
.page-navigation__link.page-navigation__link--prev::before {
  margin-right: 10px;
  content: "\f137";
}
.page-navigation__link.page-navigation__link--next::after {
  margin-left: 10px;
  content: "\f138";
}
.page-navigation__link:hover {
  text-decoration: none;
}
.page-navigation__link:hover > * {
  text-decoration: underline;
}
/* 筆者情報 */
.entry-author-detail {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
}
.entry-author-detail.entry-author-detail--list {
  margin-bottom: 40px;
}
.entry-author-detail__body {
  display: flex;
  width: 100%;
}
.entry-author-detail__body figure {
  display: flex;
  position: relative;
  float: left;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  justify-content: center;
}
.entry-author-detail__body figure img {
  margin-top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.entry-author-detail__body-text {
  margin-left: 20px;
}
.entry-author-detail__body-text .title {
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.entry-author-detail__body-text .name {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 0.875rem;
}
.entry-author-detail__body-text .profile {
  font-size: 0.875rem;
  line-height: 1.6;
}
.entry-author-buttons {
  margin-top: 16px;
  margin-bottom: 0.5rem;
}
.entry-author-detail__authorlist {
  margin-top: 16px;
}
.entry-author-detail__authorlist a {
  color: #0066cc;
  font-size: 0.875rem;
}
/* ==================================================
  ClearFix
================================================== */
.clearfix,
.conversation {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after,
.conversation:after {
  display: block;
  clear: both;
  content: '';
}
/* ==================================================
  SIDEBAR
================================================== */
.sidebar-content {
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #ffffff;
}
.sidebar-content:last-of-type {
  margin-bottom: 0;
}
.sidebar-content__title {
  padding: 20px 16px 16px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
/* ------------------------------
  カテゴリ一覧
------------------------------ */
.categorylist__list {
  list-style-type: none;
}
.categorylist__list-item {
  position: relative;
  font-size: 0.875rem;
}
.categorylist__list-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  content: '';
  background-color: #e9e9e9;
}
.categorylist__list-item:last-child::before {
  display: none;
}
.categorylist__link,
.categorylist__list-item .nolink {
  display: block;
  padding: 12px 16px;
}
.categorylist__list-item .nolink {
  color: #b4b4b4;
}
.categorylist__submenu {
  margin-left: 16px;
  border-top: solid 1px #e9e9e9;
}
.categorylist__submenu-item {
  border-bottom: solid 1px #e9e9e9;
}
.categorylist__submenu-item:last-child {
  border-bottom: none;
}
/* hover */
.categorylist__link:hover,
.categorylist__link:hover span {
  text-decoration: none;
}
/* ------------------------------
  おすすめ記事
------------------------------ */
.side-entrylist__list {
  list-style-type: none;
}
.side-entrylist__list-item {
  position: relative;
  padding: 12px 16px;
  min-height: 90px;
}
.side-entrylist__list-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  content: '';
  background-color: #e9e9e9;
}
.side-entrylist__list-item:last-child::before {
  display: none;
}
.side-entrylist__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.side-entrylist__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.side-entrylist__list-title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-weight: normal;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.side-entrylist__text {
  display: flex;
  width: calc(100% - (64px + 16px));
  gap: 10px 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.side-entrylist__date {
  color: #949499;
  font-size: 0.75rem;
}
.side-entrylist__img {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.side-entrylist__img img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* hover */
.side-entrylist__link:hover + .side-entrylist__inner .side-entrylist__list-title {
  color: #2D9BCD;
}
.side-entrylist__link + .side-entrylist__inner .side-entrylist__img img {
  transition: transform 600ms;
}
.side-entrylist__link:hover + .side-entrylist__inner .side-entrylist__img img {
  transition: transform 600ms cubic-bezier(0.345, 0.045, 0.355, 1);
  transform: scale(1.17);
}
/* ------------------------------
  バナー
------------------------------ */
.side-banner {
  margin-top: 40px;
}
.side-banner__link {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.side-banner__link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 521px) and (max-width: 1023px) {
  .side-banner__link {
    width: 33%;
  }
}
/* ------------------------------
  webpush
------------------------------ */
.webpush {
  display: none;
}
.mtnet-push-notification-service-enabled .webpush {
  display: block;
}
.side-webpush {
  display: block;
  margin: 0 auto 40px;
  padding: 0.5em;
  border-radius: 6px;
  max-width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #ffaa00;
}
a .side-webpush:hover {
  background: #ffaa00;
}
.side-webpush__txt {
  text-align: center;
}
.side-webpush__txt::before {
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25em;
  content: "\f0f3";
}
/* ==================================================
  記事一覧
================================================== */
.page-title {
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 1.875rem;
}
/* ==================================================
  記事カセット
================================================== */
.entrylist__list {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.entrylist__list-item {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  width: calc((100% - 24px) * 0.5);
  overflow: hidden;
  background-color: #ffffff;
}
.entrylist__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.entrylist__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.entrylist__image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 160px;
  height: 99px;
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
}
.entrylist__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.entrylist__image-inner {
  position: relative;
}
.entrylist__image-inner:before {
  display: block;
  padding-top: 62%;
  box-sizing: inherit;
  content: '';
}
.entrylist__text {
  display: flex;
  width: calc(100% - (160px + 16px));
  gap: 10px 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.entrylist__title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  color: #13131e;
  font-size: 1rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.entrylist__entry-date {
  color: #949499;
  font-size: 0.875rem;
}
/* hover */
.entrylist__link:hover + .entrylist__inner .entrylist__title {
  color: #2D9BCD;
}
.entrylist__link + .entrylist__inner .entrylist__image img {
  transition: transform 600ms;
}
.entrylist__link:hover + .entrylist__inner .entrylist__image img {
  transition: transform 600ms cubic-bezier(0.345, 0.045, 0.355, 1);
  transform: scale(1.17);
}
/* 1-2番目のカセット */
.entrylist__list-item:nth-child(-n+2) {
  padding: 0;
}
.entrylist__list-item:nth-child(-n+2) .entrylist__inner {
  display: block;
}
.entrylist__list-item:nth-child(-n+2) .entrylist__image {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.entrylist__list-item:nth-child(-n+2) .entrylist__image img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; 
}
.entrylist__list-item:nth-child(-n+2) .entrylist__text {
  padding: 16px;
  width: 100%;
}
.entrylist__list-item:nth-child(-n+2) .entrylist__title {
  font-size: 1.125rem;
}
@media (min-width: 650px) and (max-width: 820px) {
  .entrylist__image {
    width: 86px;
    height: 86px;
    border-radius: 8px;
  }
  .entrylist__image-inner:before {
    padding-top: 100%;
  }
  .entrylist__text {
    width: calc(100% - (86px + 16px));
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image {
    width: 100%;
    height: auto;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image-inner:before {
    padding-top: 62%;
  }
}
@media (max-width:649px) {
  .entrylist__list {
    gap: 12px 0;
  }
  .entrylist__list-item {
    width: 100%;
    padding: 12px;
  }
  .entrylist__image {
    width: 86px;
    height: 86px;
  }
  .entrylist__image-inner:before {
    padding-top: 100%;
  }
  .entrylist__text {
    width: calc(100% - (86px + 16px));
  }
  .entrylist__title {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
  }
  .entrylist__entry-date {
    font-size: 0.75rem;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image-inner:before {
    padding-top: 62%;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__inner {
    display: flex;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image img {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__image-inner:before {
    padding-top: 100%;
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__text {
    width: calc(100% - 120px);
  }
  .entrylist__list-item:nth-child(-n+2) .entrylist__title {
    font-size: 0.9375rem;
  }
}
/* ==================================================
  index
================================================== */
.top-article-title {
  margin-bottom: 28px;
  font-size: 1.5rem;
}
.top-article-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px 12px;
}
/* 最新記事 */
.top-article-list .entrylist__list-item {
  padding: 0;
  width: calc((100% - 24px) / 3);
}
.top-article-list .entrylist__inner {
  display: block;
}
.top-article-list .entrylist__image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top-article-list .entrylist__list-item .entrylist__image,
.top-article-list .entrylist__list-item .entrylist__image img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; 
}
.top-article-list .entrylist__text {
  padding: 16px;
  width: 100%;
}
.top-article-list .entrylist__title {
  font-size: 1.125rem;
}
/* カテゴリ記事一覧 */
.top-category-list {
  margin: 48px 0;
  padding-top: 48px;
  border-top: 1px solid #eeece4;
}
.top-category-list__title {
  margin-bottom: 32px;
  font-size: 1.5rem;
}
.top-category-list__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 542px;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 23px 23px;
}
.top-category-list__item {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  width: calc(50% - 12px);
  background-color: #ffffff;
}
.top-category-list__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.top-category-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-category-list__image {
  display: flex;
  position: relative;
  border-radius: 8px;
  width: 86px;
  height: 86px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.top-category-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-category-list__text {
  display: flex;
  width: calc(100% - (86px + 20px));
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-category-list__item-title {
  display: -webkit-box;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-category-list__summary {
  display: none;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.top-category-list__date {
  display: inline-block;
  color: #949499;
  font-size: 0.75rem;
}
.top-category-list__more-link {
  margin-top: 22px;
}
/* hover */
.top-category-list__link:hover + .top-category-list__inner .top-category-list__item-title {
  color: #2D9BCD;
}
.top-category-list__link + .top-category-list__inner .top-category-list__image img {
  transition: transform 600ms;
}
.top-category-list__link:hover + .top-category-list__inner .top-category-list__image img {
  transition: transform 600ms cubic-bezier(0.345, 0.045, 0.355, 1);
  transform: scale(1.17);
}
/* 1番目のカセット */
.top-category-list__item:first-child {
  min-height: 542px;
}
.top-category-list__item:first-child .top-category-list__inner {
  display: block;
}
.top-category-list__item:first-child .top-category-list__image {
  margin-bottom: 16px;
  width: 100%;
  height: 276px;
}
.top-category-list__item:first-child .top-category-list__item-title {
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.top-category-list__item:first-child .top-category-list__text {
  width: 100%;
}
.top-category-list__item:first-child .top-category-list__summary {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (min-width: 650px) and (max-width: 820px) {
  .top-article-list .entrylist__image-inner::before {
    padding-top: 62%;
  }
}
@media (max-width:649px) {
  .top-article-title {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  .top-article-list {
    gap: 12px 0;
  }
  .top-article-list .entrylist__list-item {
    width: 100%;
  }
  .top-article-list .entrylist__inner,
  .top-article-list .entrylist__list-item:nth-child(-n+2) .entrylist__inner {
    display: flex;
  }
  .top-article-list .entrylist__image {
    width: 120px;
    height: 120px;
  }
  .top-article-list .entrylist__list-item .entrylist__image,
  .top-article-list .entrylist__list-item .entrylist__image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
  }
  .top-article-list .entrylist__image-inner:before {
    padding-top: 100%;
  }
  .top-article-list .entrylist__text {
    padding: 12px;
    width: calc(100% - 120px);
  }
  .top-article-list .entrylist__title {
    font-size: 0.9375rem;
  }
  .top-article-list .entrylist__entry-date {
    font-size: 0.75rem;
  }
  .top-category-list {
    margin: 16px 0 20px;
    padding-top: 24px;
  }
  .top-category-list__title {
    margin-bottom: 24px;
    font-size: 1.125rem;
  }
  .top-category-list__list {
    height: auto;
    gap: 12px 0;
  }
  .top-category-list__item {
    width: 100%;
  }
  .top-category-list__item:first-child .top-category-list__summary {
    -webkit-line-clamp: 3;
  }
  .top-category-list__item-title {
    font-size: 0.875rem;
  }
  .top-category-list__item:first-child {
    min-height: auto;
  }
  .top-category-list__item:first-child .top-category-list__image {
    height: 202px;
  }
  .top-category-list__item:first-child .top-category-list__item-title {
    font-size: 0.9375rem;
  }
  .top-category-list__item:first-child .top-category-list__summary {
    font-size: 0.75rem;
  }
  .top-category-list__more-link-wrap {
    text-align: center;
  }
}
/* ==================================================
  記事詳細
================================================== */
.entry-content {
  padding: 48px;
  border-radius: 16px;
  background-color: #ffffff;
}
/* ------------------------------
  記事ヘッダー
------------------------------ */
.entry__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.4;
}
.entry__meta {
  display: flex;
  margin: 40px 0 48px;
  width: 100%;
  align-items: center;
  gap: 0 24px;
}
.entry__date {
  color: #949499;
  font-size: 0.75rem;
  white-space: nowrap;
}
.entry__categories-list {
  display: flex;
  gap: 5px 8px;
  flex-wrap: wrap;
}
/* SNS */
.entry__social-buttons {
  margin-left: auto;
}
.entry__social-buttons-bottom .social-buttons {
  height: auto;
  margin-bottom: 40px;
  justify-content: center;
}
.entry__social-buttons-bottom .social-buttons__item {
  min-width: 10%;
  height: 24px;
}
.entry__social-buttons-bottom .social-buttons__link {
  position: relative;
  padding: 1px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
}
@media (max-width:649px) {
  .entry__social-buttons-bottom .social-buttons__link {
    position: relative;
    padding: 13px 0;
    border: solid 1px transparent;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
  }
}
.entry__social-buttons-bottom .social-buttons__link i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.entry__social-buttons-bottom .social-buttons__link.icon-facebook {
  border-color: #1877f2;
}
.entry__social-buttons-bottom .social-buttons__link.icon-twitter {
  border-color: #000000;
}
.entry__social-buttons-bottom .social-buttons__link.icon-hatebu {
  border-color: #00a4de;
  background-size: 18px 18px;
}
.entry__social-buttons-bottom .social-buttons__link.icon-line {
  border-color: #06c755;
}
.entry__social-buttons-bottom .social-buttons__link.icon-mail {
  border-color: #2D9BCD;
  padding-top: 2px;
}
@media (max-width:649px) {
  .entry__social-buttons-bottom .social-buttons__link.icon-mail{
    padding-top: 14px;
  }
}
/* ------------------------------
  記事本文
------------------------------ */
.wysiwyg {
  clear: both;
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 2;
}
.wysiwyg a:link,
.wysiwyg a:visited {
  color: #0066cc;
  transition: ease-in-out 0.2s;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
/* 見出し */
.wysiwyg h1 {
  clear: both;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 1.5rem;
}
.wysiwyg h2 {
  clear: both;
  margin-bottom: 32px;
  padding-left: 12px;
  border-left: 8px solid #2D9BCD;
  font-size: 1.5rem;
}
.wysiwyg h3 {
  clear: both;
  margin-bottom: 24px;
  font-size: 1.375rem;
}
.wysiwyg h4 {
  clear: both;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.25rem;
}
.wysiwyg h4::before {
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #2D9BCD;
}
.wysiwyg h5 {
  clear: both;
  margin-bottom: 12px;
  color: #595960;
  font-weight: bold;
  font-size: 1.125rem;
}
.wysiwyg h6 {
  clear: both;
  margin-bottom: 12px;
  color: #595960;
  font-weight: bold;
  font-size: 1rem;
}
/* 段落 */
.wysiwyg p {
  margin-bottom: 32px;
  word-break: break-all;
}
/* 文字装飾 */
.wysiwyg strong {
  font-weight: bold;
  background: #fcf4ce;
}
.wysiwyg pre {
  margin-bottom: 32px;
}
/* 罫線 */
.wysiwyg hr {
  display: block;
  margin: 40px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
  height: 1px;
}
/* 画像 */
.wysiwyg img {
  display: inline-block;
  margin: 32px auto;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.wysiwyg figure {
  margin: 32px auto;
  width: fit-content;
}
.wysiwyg figcaption {
  margin-top: -32px;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.wysiwyg .imgflex {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 16px;
}
.wysiwyg .imgflex img {
  display: block;
}
/* 箇条書き */
.wysiwyg ul {
  margin: 32px 0;
}
.wysiwyg ul li {
  padding-left: 16px;
  text-indent: -16px;
  list-style: none;
}
.wysiwyg ul li:before {
  position: relative;
  top: -2px;
  margin-right: 10px;
  color: #cccccc;
  font-size: 16px;
  content: "●";
}
.wysiwyg ul li ul {
  margin: 0;
}
.wysiwyg ul li ul li {
  padding-left: 32px;
  text-indent: -24px;
  list-style: none;
}
.wysiwyg ul li ul li:before {
  font-size: 6px;
  content: "○";
}
/* 箇条書き（番号付き） */
.wysiwyg ol {
  margin: 32px 0;
  counter-reset: num;
}
.wysiwyg ol li {
  padding-left: 16px;
  text-indent: -16px;
  list-style: none;
}
.wysiwyg ol li::before {
  margin-right: 10px;
  color: #cccccc;
  counter-increment: num;
  content: counter(num);
}
/*
.wysiwyg ol.alphabet li {
  list-style-type: upper-alpha;
}
.wysiwyg ol.alphabet-small li {
  list-style-type: lower-latin;
}
.wysiwyg ol.hiragana li {
  list-style-type: hiragana;
}
*/
/* 定義リスト */
.wysiwyg dl {
  margin: 32px auto;
}
.wysiwyg dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.wysiwyg dl dd {
  margin: 0 0 16px 16px;
}
/* tips */
.wysiwyg dl.tips {
  margin: 32px 0;
  padding: 16px;
  position: relative;
  border: 1px solid #e1e1e1;
}
.wysiwyg dl.tips dt {
  display: inline-block;
  margin-bottom: 0;
  top: -32px;
  left: -8px;
  padding: 0 8px;
  background-color: #ffffff;
  position: relative;
  font-weight: bold;
}
.wysiwyg dl.tips dd {
  display: block;
  margin: -16px 0 0 0;
}
.wysiwyg dl.tips dd *:last-child {
  margin-bottom: 0;
}
/* テーブル */
.wysiwyg table {
  margin: 32px auto;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 8px 16px;
}
.wysiwyg table th {
  border: 1px solid #e1e1e1;
  color: #13131e;
  background-color: #faf8f5;
}
.wysiwyg table td {
  border: 1px solid #e1e1e1;
}
/* button */
.wysiwyg button {
  display: block;
  cursor: pointer;
  margin: 0 auto 24px;
  padding: 8px 16px;
  border-color: #2D9BCD;
  border-radius: 8px;
  width: 60%;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  background-color: #2D9BCD;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
}
.wysiwyg button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wysiwyg button.cv_small {
  width: auto;
}
/* 引用・転載文 */
.wysiwyg blockquote {
  position: relative;
  margin-bottom: 30px;
  padding: 35px 45px;
  background: #f7f7f7;
}
.wysiwyg blockquote:before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 22px;
  height: 20px;
  vertical-align: middle;
  content: "";
  background-image: url(https://job.tabelog.com/press/common/images/quote.svg);
  background-size: contain;
}
.wysiwyg blockquote:after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 22px;
  height: 20px;
  vertical-align: middle;
  content: "";
  background-image: url(https://job.tabelog.com/press/common/images/quote_end.svg);
  background-size: contain;
}
.wysiwyg blockquote footer {
  padding-top: 16px;
  border-top: 1px solid #e1e1e1;
  color: #13131e;
  background-color: inherit;
}
/* フォーム */
.wysiwyg iframe {
  font-size: 1rem !important;
}
/* 目次 */
.entry-outline {
  position: relative;
  margin: 32px auto;
  width: 100%;
  max-width: 608px;
  border: solid 1px #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
}
.entry-outline__title {
  margin-bottom: 0 !important;
  padding: 12px 32px 12px 16px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  background-color: #f4f4f4;
}
.entry-outline__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.entry-outline__toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -1.4rem;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f067";
}
.entry-outline__toggle:not(:checked)::before {
  content: "\f068";
}
.entry-outline__contents {
  display: block;
  margin-top: 5px;
  padding: 0 14px;
  opacity: 1
}
input[type=checkbox]:checked + label + .entry-outline__contents {
  display: none;
  opacity: 0;
}
.entry-outline__toggle.is-open + .entry-outline__contents {
  display: block;
  margin-top: 16px;
  padding: 0 13px;
  opacity: 1;
}
ul.entry-outline__list {
  margin: 0;
}
ul.entry-outline__list li.entry-outline__item {
  padding-left: 0;
  font-size: 1rem;
  text-indent: 0;
}
ul.entry-outline__list li.entry-outline__item::before,
ul.entry-outline__list li.entry-outline__item ul li::before {
  display: none;
}
ul.entry-outline__list li.entry-outline__item a {
  display: block;
  padding: 8px 0;
  border-bottom: dashed 1px #e1e1e1;
  color: #13131e !important;
}
ul.entry-outline__list li.entry-outline__item:last-child a {
  border-bottom: none;
}
ul.entry-outline__list li.entry-outline__item ul {
  margin-left: 16px;
}
ul.entry-outline__list li.entry-outline__item ul li {
  position: relative;
  padding-left: 0;
  text-indent: 0;
}
ul.entry-outline__list li.entry-outline__item ul li:last-child a {
  border-bottom: dashed 1px #e1e1e1;
}
/* ------------------------------
  インタビュー記事
------------------------------ */
.wysiwyg .conversation {
  width: 100%;
  margin: 0 auto;
}
.wysiwyg .conversation dt {
  float: right;
}
.wysiwyg .conversation dt.moderator {
  float: left;
}
.wysiwyg .userpic {
  width: 74px;
  height: auto;
}
.wysiwyg .userpic img {
  margin-top: 0;
  margin-bottom: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.wysiwyg .userpic .name {
  font-size: 0.75rem;
  margin-top: 8px;
  text-align: center;
}
.wysiwyg .speaker01, .wysiwyg .speaker02, .wysiwyg .speaker03, .wysiwyg .speaker04 {
  font-weight: bold;
  margin-right: 0.25rem;
}
.wysiwyg .speaker01:before, .wysiwyg .speaker02:before, .wysiwyg .speaker03:before, .wysiwyg .speaker04:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  margin-right: 2px;
  font-weight: 900;
}
.wysiwyg .speaker01:before {
  color: #3DC7BE;
}
.wysiwyg .speaker02:before {
  color: #F7B760;
}
.wysiwyg .speaker03:before {
  color: #ffaacc;
}
.wysiwyg .speaker04:before {
  color: #5fc6f1;
}
.wysiwyg .speaker01:after, .wysiwyg .speaker02:after, .wysiwyg .speaker03:after, .wysiwyg .speaker04:after {
  content: "：";
  margin-left: 0.25rem;
}
.wysiwyg .conversation dd {
  position: relative;
  padding: 1em;
  margin: 0px 96px 1em 0px;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.wysiwyg .conversation .moderator + dd {
  margin: 0px 0px 1em 96px;
  background-color: #fcf4ce;
}
.wysiwyg .conversation dd:after {
  position: absolute;
  top: 20px;
  right: -15px;
  border-top: 15px solid #f7f7f7;
  border-right: 15px solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.wysiwyg .conversation .moderator + dd:after {
  left: -15px;
  border-top: 15px solid #fcf4ce;
  border-right: 0px none;
  border-left: 15px solid transparent;
}
.wysiwyg .conversation dd p {
  margin: 0.5em 0px;
}
/* ------------------------------
  下部ナビゲーション
------------------------------ */
.entry-navi {
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
}
.entry-navi__link {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  flex: 1;
}
.entry-navi__link.entry-navi__link--prev {
  margin-right: 8px;
}
.entry-navi__link.entry-navi__link--next {
  margin-left: 8px;
}
.entry-navi__link-target {
  display: block;
  padding-bottom: 16px;
  width: 100%;
  text-decoration: none;
}
.entry-navi__link-target:hover > * {
  text-decoration: underline;
}
.entry-navi__header {
  width: 100%;
  font-weight: bold;
}
.entry-navi__title {
  font-size: 0.75rem;
}
.entry-navi__link.entry-navi__link--next .entry-navi__header,
.entry-navi__link.entry-navi__link--next .entry-navi__title {
  text-align: right;
}
.entry-navi__link::before,
.entry-navi__link::after {
  color: #2D9BCD;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.entry-navi__link.entry-navi__link--prev::before {
  margin-right: 10px;
  content: "\f137";
}
.entry-navi__link.entry-navi__link--next::after {
  margin-left: 10px;
  content: "\f138";
}
/* ------------------------------
  関連記事
------------------------------ */
.relation-entrylist {
  margin: 40px 0;
}
.relation-entrylist__title {
  margin-bottom: 24px;
}
.relation-entrylist__list {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.relation-entrylist .entrylist__list-item {
  padding: 0;
  width: calc((100% - 48px ) / 3);
}
.relation-entrylist .entrylist__inner {
  display: block;
}
.relation-entrylist .entrylist__image {
  width: 100%;
  height: auto;
}
.relation-entrylist .entrylist__text {
  padding: 16px;
  width: 100%;
}
@media (min-width: 650px) and (max-width: 820px) {
  .relation-entrylist__list .entrylist__image-inner:before {
    padding-top: 62%;
  }
}
@media (max-width:649px) {
  .relation-entrylist__list {
    gap: 12px 0;
  }
  .relation-entrylist .entrylist__list-item {
    width: 100%;
  }
  .relation-entrylist .entrylist__inner {
    display: flex;
  }
  .relation-entrylist .entrylist__image {
    width: 120px;
    height: 120px;
  }
  .relation-entrylist .entrylist__text {
    width: calc(100% - 120px);
  }
}
/* ==================================================
  Search
================================================== */
.mt-site-search-form {
  display: flex;
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
.mt-site-search-form__query {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding: 0 40px 0 20px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  box-sizing: inherit;
  font-size: 0.875rem;
  line-height: 1;
}
::placeholder {
  color: #b4b4b4;
}
.mt-site-search-form__button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 42px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
}
.mt-site-search-form__button::before {
  display: block;
  position: absolute;
  top: 12px;
  left: -10px;
  width: 20px;
  height: 20px;
  color: #949499;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f002";
}
.mt-site-search-form__button:focus {
  outline: 0;
  border: 0;
}
/* 以下、使われてないかも */
.entrylist .mt-site-search-result-container .mt-site-search-pagination-item {
  float: none;
  margin: 0 0;
  width: auto;
}
/* test */
:root {
  --main-gutter: 30px;
}
.box {
  margin: var(--main-gutter);
  width: 300px;
  height: 100px;
  background: #00bbdd;
}
/* ==================================================
  SWIPER
================================================== */
.main-recentpost {
  padding: 48px 0 14px;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.swiperWrap {
  width: 100%;
}
.swiper-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.swiper-container::before {
  display: block;
  padding-top: 42.11%;
  content: '';
}
.swiper-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
}
/* カセット */
.swiper-slide {
  transition: transform 0.6s;
}
.swiper-slide__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.swiper-slide__inner {
  position: relative;
  padding-bottom: 46px;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.swiper-slide__img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f8f8;
}
.swiper-slide__img-wrap::before {
  display: block;
  padding-top: 60.86%;
  content: '';
}
.swiper__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper__entry {
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  padding: 20px;
  border-radius: 8px;
  border-top-left-radius: 0;
  width: 65.38%;
  box-shadow: 0 2px 6px 0 rgba(0 0 0 / 16%);
  background-color: #ffffff;
}
.swiper__entry-label {
  display: inline-block;
  position: absolute;
  top: -32px;
  left: 0;
  padding: 10px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 32px;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #2D9BCD;
}
.swiper__entry-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
}
.swiper__entry-title {
  width: 100%;
  color: #13131e;
  font-size: 1.25rem;
  line-height: 1.6;
}
.swiper__entry-date {
  color: #949499;
  font-size: 0.875rem;
}
/* ページネーション */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: calc(50% - 70px);
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.swiper-container .swiper-button-prev {
  background-image: url(https://job.tabelog.com/press/common/images/icon_swiper-button-prev.svg);
  background-size: 40px 40px;
  left: calc(19.5% - 20px);
}
.swiper-container .swiper-button-next {
  background-image: url(https://job.tabelog.com/press/common/images/icon_swiper-button-next.svg);
  background-size: 40px 40px;
  right: calc(19.5% - 20px);
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2D9BCD;
}
/* hover */
.swiper-slide__link:hover + .swiper-slide__inner .swiper__img {
  opacity: 0.8;
}
.swiper-slide__link:hover + .swiper-slide__inner .swiper__entry-title {
  color: #2D9BCD;
}
@media(max-width:1023px) {
  .main-recentpost {
    padding: 0;
  }
  .swiper-container::before {
    padding-top: 72%;
  }
  .swiper-slide__img-wrap,
  .swiper__img {
    border-radius: 0;
  }
  .swiper__entry {
    left: 5%;
    width: 90%;
    padding: 12px;
  }
  .swiper__entry-title {
    font-size: 1.125rem;
  }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    top: auto;
    bottom: 62px;
  }
  .swiper-container .swiper-button-prev {
    left: 8px;
  }
  .swiper-container .swiper-button-next {
    right: 8px;
  }
}
@media (min-width:375px) and (max-width:767px) {
  .swiper-container::before {
    padding-top: 84%;
  }
  .swiper-slide__img-wrap::before {
    padding-top: 61.86%;
  }
  .swiper__entry-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .swiper__entry-date {
    font-size: 0.75rem;
  }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}
/* ==================================================
  for PC
================================================== */
@media (min-width:1024px) {
  /* layout */
  .content__inner {
    min-width: 980px;
    max-width: 1320px;
  }
  #content main {
    margin-right: 360px;
  }
  /* header, footer */
  .global-header__inner,
  .global-footer__inner {
    min-width: 980px;
    max-width: 1320px;
  }
  .service-related__inner,
  .breadcrumb {
    min-width: 980px;
  }
  /* CTA */
  .service-related__item:nth-child(odd) {
    padding-right: 6.092%;
  }
  .service-related__item:nth-child(even) {
    padding-left: 6.092%;
  }
}
/* ==================================================
  for tablet
================================================== */
@media (max-width:1023px) {
  /* layout */
  .content__inner {
    padding: 32px 12px 40px;
    min-width: 320px;
    max-width: 100%;
  }
  #main-wrapper {
    float: none;
    margin: 0;
    width: 100%;
  }
  #content aside {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  /* footer */
  .global-footer__about {
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .global-footer__navi-inner {
    padding: 16px 0;
  }
  .global-footer__subnavi {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-about-title {
    margin-right: 0;
  }
  .footer-about-desc {
    margin-top: 16px;
    width: 100%;
  }
  .footer-navi__title {
    margin: 0 auto;
    width: 110px;
    text-align: center;
  }
  .footer-navi {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-navi__list {
    margin: 0 auto;
    gap: 0 5px;
  }
  .footer-social {
    position: inherit;
    right: auto;
    margin: 16px auto 0;
    transform: translateY(0);
  }
  .footer-copyright {
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
  /* CTA */
  .service-related__list-wrap {
    width: 100%;
  }
  .service-related__item:nth-child(odd) {
    padding-right: 3.077%;
  }
  .service-related__item:nth-child(even) {
    padding-left: 3.077%;
  }
}
/* ==================================================
  for SP
================================================== */
@media (min-width:375px) and (max-width:767px) {
  /* layout */
  #content main {
    margin: 0;
  }
  #content aside {
    margin-top: 20px;
  }
  /* header */
  .global-header {
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 24px 0 16px;
    height: 96px;
  }
  .global-header__inner {
    width: 100%;
    min-width: 320px;
    justify-content: center;
  }
  .global-header__logo-wrap {
    min-width: inherit;
    height: 48px;
  }
  .global-header__logo {
    background-image: url('https://job.tabelog.com/press/ownerblog/images/kyujin-press_logo.png');
  }
  /* footer */
  .global-footer__inner {
    padding: 24px 20px 48px;
    width: 100%;
    min-width: 320px;
  }
  .global-footer__about {
    justify-content: center;
  }
  .footer-about-title {
    margin-right: 0;
    width: 100%;
    max-width: 320px;
    height: 48px;
    background-image: url('https://job.tabelog.com/press/ownerblog/images/kyujin-press_logo_white.png');
  }
  /* breadcrumb */
  .breadcrumb {
    width: 100%;
    min-width: 320px;
  }
  /* CTA */
  .service-related__inner {
    padding: 0 20px 0;
    width: 100%;
    min-width: 320px;
    flex-wrap: wrap;
  }
  .service-related__item {
    width: 100%;
  }
  .service-related__item::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .service-related__item:nth-child(odd),
  .service-related__item:nth-child(even) {
    padding: 32px 0;
  }
  .service-related__title {
    font-size: 1.125rem;
  }
  .service-related__text {
    font-size: 0.875rem;
  }
  .service-related__btn {
    font-size: 0.875rem;
  }
  .service-related__list-title {
    font-size: 0.875rem;
  }
  /* 記事一覧 */
  .page-title {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  /* index_最新記事 */
  .top-article-title {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  /* 記事詳細 */
  .entry-content {
    padding: 24px 16px 8px;
  }
  .entry__title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .entry__meta {
    margin: 16px 0 32px;
    flex-wrap: wrap;
    gap: 10px 24px;
  }
  .entry__categories {
    width: 100%;
  }
  .entry__social-buttons {
    margin: 20px auto 0;
  }
  .entry__social-buttons-bottom .social-buttons__item {
    min-width: 15%;
    height: 48px;
  }
  /* 記事詳細_本文 */
  .wysiwyg {
    font-size: 0.9375rem;
  }
  .wysiwyg h1 {
    font-size: 1.25rem;
  }
  .wysiwyg h2 {
    margin-bottom: 24px;
    padding-left: 10px;
    font-size: 1.25rem;
  }
  .wysiwyg h3 {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  .wysiwyg h4 {
    margin-bottom: 10px;
    font-size: 1.0625rem;
  }
  .wysiwyg h5,
  .wysiwyg h6 {
    font-size: 1rem;
  }
  .wysiwyg p {
    margin-bottom: 27px;
  }
  .wysiwyg img {
    width: 100%;
    max-width: 100%;
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin: 27px 0;
  }
  .wysiwyg hr {
    margin: 27px 0;
  }
  .wysiwyg blockquote {
    padding: 28px 28px;
  }
  .wysiwyg blockquote::before {
    top: 12px;
    left: 12px;
    width: 16px;
    height: 14px;
  }
  .wysiwyg blockquote::after {
    right: 12px;
    bottom: 12px;
    width: 16px;
    height: 14px;
  }
  .wysiwyg button {
    width: 100%;
  }
  /* 記事詳細_関連記事 */
  .relation-entrylist {
    margin: 16px 0 40px;
  }
  /* pagenation */
  .page-navigation {
    margin-top: 0;
  }
  .page-navigation__item:only-child {
    width: 100%;
  }
  .page-navigation__item:only-child .page-navigation__link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-navigation__link {
    padding: 20px;
  }
  /* 筆者情報 */
  .entry-author-detail {
    margin: 32px auto;
    padding-top: 16px;
  }
  .entry-author-detail__body-text .profile {
    font-size: 0.75rem;
  }
  .entry-author-buttons__item {
    font-size: 1.25rem;
  }
  .entry-author-detail__authorlist a {
    font-size: 0.75rem;
  }
  /* 以下、使われてないかも */
  .entrybox-large .entry-image {
    display: block;
    position: relative;
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .entrybox-large .entry-detail {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .entrybox-large .entry-detail .entry-meta {
    margin-bottom: 15px;
  }
  .search-form .search-text {
    width: 250px;
  }
  .mt-site-search-form__query, .mt-site-search-form__button {
    height: 46px;
  }
}

/* ===== お知らせブロック ===== */
.notice-block {
  border: 6px solid #2D9BCD;
  border-radius: 8px;
  text-align: center;
  padding: 32px 20px 20px;
}
@media (max-width:649px) {
  .notice-block {
    text-align: left;
  }
}
.notice-block__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width:649px) {
  .notice-block__title {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
}
.notice-block__text {
  font-size: 1.125rem;
  margin-bottom: 22px;
}
@media (max-width:649px) {
  .notice-block__text {
    font-size: 1rem;
  }
}
.interview{
  padding: 1em 0;
  font-weight: bold;
}
.profile{
  padding: 32px;
  background-color: #eef2f6;
}
.profile-heading{
  padding-bottom: 13px;
  border-bottom: 3px solid #dfe7f0;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
}
.profile-name{
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  font-weight: bold;
  margin-top: 32px;
}
.profile .profile-text{
  margin: 16px 0 0;
  line-height: 2;
}
#toc-wrapper{
  position: relative;
  margin: 32px auto;
  width: 100%;
  max-width: 608px;
  border: solid 1px #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
}
#toc-wrapper summary { 
  cursor:pointer;
  margin-bottom: 0 !important;
  padding: 12px 32px 12px 16px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  background-color: #f4f4f4;
  list-style: none;
}
details[open] summary::after{
  content: "−";
  font-weight: bold;
}
summary::after {
  content: "+";
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  right: 16px;
  top: 10px;
}
#toc-wrapper ul{
  display: block;
  margin-top: 5px;
  padding: 0 14px;
  opacity: 1;
  list-style: none;
}
#toc-wrapper li{
  padding-left: 0;
  font-size: 1rem;
  text-indent: 0;
}
#toc-wrapper li:before{
  content: none;
}
#toc-wrapper li ul{
  margin-left: 16px;
}
#toc-wrapper li ul li:before{
  content: none;
}
#toc-wrapper a{
  display: block;
  padding: 8px 0;
  border-bottom: dashed 1px #e1e1e1;
  color: #13131e !important;
}
html{scroll-behavior:smooth;} /* なめらかスクロール（任意）*/
