.under_page .cms-contents,
.under_page .news_container {
  padding-top: 88px;
}
@media print, screen and (min-width: 768px) {
  .under_page .cms-contents,
  .under_page .news_container {
    padding-top: 80px;
  }
}
.under_page .gnav {
  background-color: #EFEFEF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.under_page .gnav.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.no_links {
  pointer-events: none !important;
}

.header {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header {
    position: static;
    box-shadow: none;
  }
}

.bg_gray {
  background-color: #f7f7f7;
}
.bg_gray:before, .bg_gray:after {
  content: "";
  display: table;
}

.page_breadcrumb_wrap {
  padding-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .page_breadcrumb_wrap {
    padding-top: 35px;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.page_breadcrumb_list li {
  margin-right: 10px;
}
.page_breadcrumb_list li:after {
  content: "\e90e";
  font-size: 1rem;
  line-height: 1.4;
  font-family: "icomoon";
  margin-left: 10px;
}
.page_breadcrumb_list li:last-of-type {
  margin-right: 0;
}
.page_breadcrumb_list li:last-of-type:after {
  content: none;
  margin-left: 0;
}
.page_breadcrumb_list li > a {
  text-decoration: none;
  color: #9a9a9a;
  font-size: 1.4rem;
}
.page_breadcrumb_list li > a:hover {
  text-decoration: underline;
}
.page_breadcrumb_list li > span {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 700;
}

.page_head {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 23px;
  background-image: url(/assets/hojin/img/common/under_mv.jpg?240401);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 70px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_head {
    padding: 148px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .page_head {
    background-position: center center;
  }
}
.page_head .page_head_title {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.83);
  font-family: "noto serif jp", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #5a5a5a;
  padding: 0 10px 2px;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .page_head .page_head_title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 920px) {
  .page_head .page_head_title {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_head .page_head_title {
    font-size: 3.8rem;
    padding: 0 20px 3px;
  }
}

.page_eyecatch {
  height: 35vw;
}
@media print, screen and (min-width: 920px) {
  .page_eyecatch {
    height: 350px;
  }
}
@media print, screen and (min-width: 1024px) {
  .page_eyecatch {
    margin-right: 0;
  }
}
.page_eyecatch img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.article_wrap {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .article_wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 1430px) {
  .article_wrap {
    display: flex;
    margin-right: -110px;
  }
}

.article_flex_body {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_body {
    width: calc(100% - 300px);
    flex-shrink: 0;
  }
}

.article_flex_body__bg {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .article_flex_body__bg {
    padding-bottom: 200px;
  }
}

.article_flex_nav {
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav {
    position: relative;
    top: auto;
    left: auto;
  }
}
.article_flex_nav.js_side_fix {
  position: fixed;
  top: 48px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .article_flex_nav.js_side_fix {
    top: 96px;
  }
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix {
    position: relative;
    top: auto;
    left: auto;
  }
}
.article_flex_nav.js_side_fix .article_flex_nav__inner {
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix .article_flex_nav__inner {
    padding-left: 40px;
  }
}

.article_flex_nav__inner {
  padding: 50px 0;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav__inner {
    padding: 0;
    width: 300px;
    padding: 0;
    padding-left: 40px;
  }
}
.article_flex_nav__inner.is_fixed {
  position: fixed;
  top: 117px;
  width: 300px;
}
.article_flex_nav__inner.is_absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.news_head {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .news_head {
    margin-bottom: 60px;
  }
}
.news_head h1 {
  background-color: #622f85;
  font-family: "noto serif jp", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 10px 10px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .news_head h1 {
    font-size: 3.8rem;
    padding: 9px 20px 11px;
  }
}
.news_head.news_single_head h1 {
  margin-bottom: 0;
}

.news_list_item .info .date {
  color: #222222;
}

.news_list_item .info .category {
  background-color: #222222 !important;
}

.news_list_item {
  border-bottom-color: #222222;
}

.nav_pagination .count li.dot {
  color: #222222;
}

.nav_pagination .page_back a {
  border: 1px solid #222222;
  background-color: #622f85;
  color: #222222;
}

.nav_pagination .page_back a:hover {
  background-color: #622f85;
  color: #222222;
}

.news_single_title .info .date {
  color: #222222;
}

.news_single_title .info .category {
  background-color: #222222;
}

.news_single_content_wrap {
  margin-top: -70px;
}
@media print, screen and (min-width: 920px) {
  .news_single_content_wrap {
    margin-top: -90px;
  }
}

.news_list_item {
  border-bottom: 1px solid #d7d7e0;
}
.news_list_item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #222222;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .news_list_item a {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list_item a:hover {
    background: #f7f7f7;
  }
}
.news_list_item .info {
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease;
  column-gap: 10px;
}
.news_list_item .info .date {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 920px) {
  .news_list_item .info .date {
    font-size: 1.3rem;
  }
}
.news_list_item .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 8px 3px 8px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 920px) {
  .news_list_item .info .category {
    font-size: 1.2rem;
    padding: 2px 8px 3px 8px;
  }
}
.news_list_item .info .title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: normal;
}
@media print, screen and (min-width: 920px) {
  .news_list_item .info .title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .news_list_item.column4 {
    width: 25%;
  }
}

.news_wrap {
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .news_wrap {
    padding-top: 90px;
  }
}

.news_content_wrap {
  padding-top: 88px;
}
@media print, screen and (min-width: 768px) {
  .news_content_wrap {
    padding-top: 80px;
  }
}

.nav_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination {
    margin-top: 90px;
  }
}
.nav_pagination .prev a,
.nav_pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  color: #222222;
}
.nav_pagination .prev {
  margin-right: 20px;
}
.nav_pagination .prev a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(-2px) rotate(180deg);
}
.nav_pagination .prev a:hover {
  background: #fff;
}
.nav_pagination .next {
  margin-left: 20px;
}
.nav_pagination .next a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(2px);
}
.nav_pagination .next a:hover {
  background: #fff;
}
.nav_pagination .count {
  display: flex;
  align-items: center;
}
.nav_pagination .count a {
  display: block;
  text-decoration: none;
  width: 42px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "noso serif jp", serif;
  padding: 12px;
  border: 1px solid #d7d7e0;
}
.nav_pagination .count a:hover {
  opacity: 0.6;
}
.nav_pagination .count li {
  margin-right: 10px;
  height: 100%;
  text-align: center;
}
.nav_pagination .count li:last-of-type {
  margin-right: 0;
}
.nav_pagination .count li.current a {
  background-color: #622f85;
  color: #fff;
  border: 1px solid #622f85;
}
.nav_pagination .count li.dot {
  color: #222222;
  border: none;
  padding: 15px 0;
  min-width: auto;
}
.nav_pagination .page_back {
  display: block;
  padding: 0 50px;
}
.nav_pagination .page_back a {
  display: block;
  text-decoration: none;
  color: #222222;
  width: 108px;
  text-align: center;
  border: 1px solid #d7d7e0;
  padding: 8px 10px;
  font-family: "noso serif jp", serif;
}
@media print, screen and (min-width: 920px) {
  .nav_pagination .page_back a:hover {
    background: #f7f7f7;
  }
}
.nav_pagination.single_pagination {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .nav_pagination.single_pagination {
    margin-top: 100px;
  }
}

.news_single_title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9a9a9a;
}
@media print, screen and (min-width: 768px) {
  .news_single_title {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
.news_single_title .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .news_single_title .info {
    column-gap: 22px;
  }
}
.news_single_title .info .date {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .date {
    font-size: 1.6rem;
  }
}
.news_single_title .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #895f97;
  color: #895f97;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .category {
    font-size: 1.6rem;
    padding: 2px 8px 2px 8px;
  }
}
.news_single_title .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.news_single_title .info .tags .tag {
  padding: 0 6px;
  font-size: 1.3rem;
  color: #5a5a5a;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .tags .tag {
    font-size: 1.5rem;
  }
}
.news_single_title .title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "noto serif jp", serif;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .title {
    margin-top: 15px;
    font-size: 2.8rem;
  }
}

.search_word {
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_word {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 3rem;
  }
}

.search_list__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .search_list__item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.search_list__item:last-child {
  margin-bottom: 0;
}
.search_list__item a {
  color: #895f97;
  text-decoration: underline;
}
.search_list__item .title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_list__item .title {
    font-size: 1.8rem;
  }
}
.search_list__item .text {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_list__item .text {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

.device-pc .search_list__item a:hover {
  text-decoration: none;
}