@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
footer {
  background: #595757;
  padding: 64px 0;
}
@media screen and (max-width: 570px) {
  footer {
    padding: 56px 0 0;
  }
}
footer .inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 100px;
}
@media screen and (max-width: 1080px) {
  footer .inner {
    max-width: 880px;
    width: 100%;
    padding: 0 20px 16px 20px;
  }
}
footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer_top {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_top .footer_left {
    text-align: center;
    width: 100%;
  }
  footer .footer_top .footer_left .logo img {
    width: 162px;
    height: auto;
  }
}
footer .footer_top .description {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 51px;
  margin-top: 37px;
}
@media screen and (max-width: 750px) {
  footer .footer_top .description {
    font-size: 12px;
    margin: 32px auto 27px;
    width: 100%;
  }
}
footer .footer_top .sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 14px;
}
@media screen and (max-width: 750px) {
  footer .footer_top .sns ul {
    justify-content: center;
  }
}
footer .footer_top .links {
  border-left: 1px solid #fff;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 750px) {
  footer .footer_top .links {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 28px 0 0 0;
    width: 100%;
  }
}
footer .footer_top .links h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  footer .footer_top .links h4 {
    margin-bottom: 24px;
  }
}
footer .footer_top .links ul li {
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  footer .footer_top .links ul li {
    margin-bottom: 14px;
  }
}
footer .footer_top .links ul li:last-child {
  margin-bottom: 0;
}
footer .footer_top .links ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
}
footer .footer_top .links ul li a span {
  color: #8F8F8F;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  footer .footer_top .links ul li a span {
    font-size: 14px;
  }
}
footer .footer_top .links ul li a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon_foot_blank.svg");
  background-size: cover;
  display: block;
  margin-left: 2px;
}
footer .footer_top .footer_middle {
  display: none;
}
@media screen and (max-width: 750px) {
  footer .footer_top .footer_middle {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 18px;
    margin: 32px 0;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 750px) and (max-width: 1080px) {
  footer .footer_top .footer_middle {
    margin: 28px 0 0 0;
    gap: 12px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_top .footer_middle li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }
  footer .footer_top .footer_middle li a[target=_blank]:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/icon_blank.svg");
    background-size: cover;
    display: block;
    margin-left: 2px;
  }
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  footer .footer_bottom {
    padding-bottom: 16px;
  }
}
footer .footer_bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 32px;
}
@media screen and (max-width: 750px) {
  footer .footer_bottom ul {
    display: none;
  }
}
footer .footer_bottom ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
footer .footer_bottom ul li a[target=_blank]:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon_blank.svg");
  background-size: cover;
  display: block;
  margin-left: 2px;
}
footer .footer_bottom .copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  footer .footer_bottom .copy {
    text-align: center;
    width: 100%;
  }
}

.float_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .float_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .float_sp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
  }
  .float_sp ul li {
    width: 33%;
    box-sizing: border-box;
    text-align: center;
  }
  .float_sp ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px;
    color: #3c3c3c;
  }
  .float_sp ul li a img {
    height: 36px;
    width: auto;
    margin-bottom: 6px;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #F6F6F3;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
}
body.modal_open {
  overflow: hidden;
}
body.nav_open {
  overflow: hidden;
}

section .inner, .content .inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  section .inner, .content .inner {
    max-width: 880px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
section .inner.inner_sidebar, .content .inner.inner_sidebar {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  section .inner.inner_sidebar, .content .inner.inner_sidebar {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  section .inner.inner_sidebar .sidebar, .content .inner.inner_sidebar .sidebar {
    width: 100%;
    display: grid;
    gap: 40px 4%;
    grid-template-columns: 58% 38%;
    grid-template-rows: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 570px) {
  section .inner.inner_sidebar .sidebar, .content .inner.inner_sidebar .sidebar {
    display: block;
    padding-bottom: 24px;
  }
}
section .inner.right, .content .inner.right {
  text-align: right;
}
@media screen and (max-width: 570px) {
  section .inner.right, .content .inner.right {
    text-align: center;
  }
}

ol {
  list-style-position: inside;
}

header {
  padding-top: 64px;
}
@media screen and (max-width: 750px) {
  header {
    padding-top: 62px;
  }
}
header .fixed_area {
  background: #F6F6F3;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  header .fixed_area {
    height: 62px;
    padding: 0 20px;
  }
}
header .fixed_area .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 960px) {
  header .fixed_area .nav {
    display: none;
  }
}
header .fixed_area .nav nav {
  display: flex;
  height: 100%;
}
header .fixed_area .nav nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 40px;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  header .fixed_area .nav nav ul {
    gap: 0 16px;
  }
}
header .fixed_area .nav nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .fixed_area .nav nav ul li a {
  text-decoration: none;
  font-style: 15px;
  font-weight: 600;
  color: #3c3c3c;
  line-height: 1.6;
}
@media screen and (max-width: 1180px) {
  header .fixed_area .nav nav ul li a {
    font-size: 14px;
  }
}
header .fixed_area .nav nav ul li .sub-menu {
  position: absolute;
  top: 64px;
  left: -1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s;
}
header .fixed_area .nav nav ul li .sub-menu li {
  width: 100%;
  background: #fff;
  padding: 0.75em 1.5em;
  line-height: 2.4;
  border-bottom: 1px solid rgb(236, 234, 219);
}
header .fixed_area .nav nav ul li .sub-menu li a {
  transition: all 0.3s;
  opacity: 1;
}
header .fixed_area .nav nav ul li .sub-menu li a:hover {
  opacity: 0.8;
}
header .fixed_area .nav nav ul li:hover .sub-menu, header .fixed_area .nav nav ul li:focus-within .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header .fixed_area .search_open {
  margin-left: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 0;
  padding: 0 0 0 14px;
}
@media screen and (max-width: 1180px) {
  header .fixed_area .search_open {
    margin-left: 8px;
  }
}
header .fixed_area .search_open form {
  visibility: hidden;
  width: 0;
  padding: 0 8px;
  position: relative;
}
header .fixed_area .search_open form input {
  width: calc(100% - 32px);
  margin-top: 4px;
  overflow: hidden;
}
header .fixed_area .search_open form .clear {
  width: 24px;
  height: 24px;
  background: url("../img/icon-close.svg");
  background-size: cover;
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  cursor: pointer;
}
header .fixed_area .search_open:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/search.svg");
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
}
header .fixed_area .search_open.open {
  position: fixed;
  z-index: 102;
  background: #fff;
  width: 372px;
  border-radius: 999px;
}
header .fixed_area .search_open.open form {
  visibility: visible;
  width: calc(100% - 32px);
}
header .description {
  background: #fff;
  padding: 10px 32px;
}
header .description p {
  color: #A48F71;
  line-height: 1;
  letter-spacing: 0.7px;
  font-size: 12px;
}
@media screen and (max-width: 570px) {
  header .description p {
    font-size: 12px;
    line-height: 1.5;
  }
}
header .description p br {
  display: none;
}
@media screen and (max-width: 570px) {
  header .description p br {
    display: block;
  }
}
header .humburger_menu {
  display: none;
}
@media screen and (max-width: 960px) {
  header .humburger_menu {
    display: block;
    cursor: pointer;
  }
  header .humburger_menu:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/menu_btn.svg");
    background-size: contain;
    background-position: center;
  }
  header .humburger_menu.open:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/menu_close.svg");
    background-size: contain;
    background-position: center;
  }
}
header .sp_navigation {
  display: none;
  overflow: scroll;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  header .sp_navigation {
    display: block;
    position: fixed;
    height: 100svh;
    width: 100%;
    top: -100px;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    z-index: 99;
  }
  header .sp_navigation.open {
    top: 62px;
    opacity: 1;
    pointer-events: all;
  }
  header .sp_navigation .nav_links {
    padding: 32px 20px 0;
  }
  header .sp_navigation .nav_links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .sp_navigation .nav_links ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(236, 234, 219);
    padding: 0.5em 0;
    position: relative;
  }
  header .sp_navigation .nav_links ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #3c3c3c;
    padding: 0.5em 0;
    display: inline-block;
  }
  header .sp_navigation .nav_links ul li .menu-toggle {
    display: none;
  }
  header .sp_navigation .nav_links ul li .menu-label {
    width: 24px;
    height: 24px;
    background-image: url("../img/open_btn.svg");
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
  }
  header .sp_navigation .nav_links ul li input:checked + label {
    transform: rotate(180deg);
  }
  header .sp_navigation .nav_links ul li .sub-menu {
    display: none;
  }
  header .sp_navigation .nav_links ul li .sub-menu li {
    padding: 0 0 0 1em;
    border-bottom: none;
  }
}
@media screen and (max-width: 1180px) and (max-width: 960px) {
  header .sp_navigation .nav_links ul li .sub-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1180px) {
  header .sp_navigation .nav_links ul li:has(input:checked) .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  header .sp_navigation .search_area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 40px);
    margin: 32px auto;
    box-sizing: border-box;
    height: 48px;
    transition: all 0.3s;
    border-radius: 0;
    padding: 0 0 0 14px;
    border-radius: 999px;
    border: 1px solid #ECEADB;
  }
  header .sp_navigation .search_area form {
    padding: 0 8px;
    position: relative;
    width: 100%;
  }
  header .sp_navigation .search_area form input {
    width: calc(100% - 32px);
    margin-top: 0px;
    overflow: hidden;
  }
  header .sp_navigation .search_area form .clear {
    width: 24px;
    height: 24px;
    background: url("../img/icon-close.svg");
    background-size: cover;
    display: none;
    position: absolute;
    right: 14px;
    top: 0;
    cursor: pointer;
  }
  header .sp_navigation .search_area:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/search.svg");
    background-size: 24px 24px;
    background-position: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 1180px) {
  header .sp_navigation .popular-tags {
    border-top: none;
    padding: 0;
  }
  header .sp_navigation .popular-tags ul {
    height: 74px;
  }
}
@media screen and (max-width: 1180px) {
  header .sp_navigation .side-service {
    width: calc(100% - 40px);
    margin: 36px auto;
  }
}

.fixed_area.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.fixed_area.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search_bg {
  visibility: none;
  pointer-events: none;
  opacity: 0;
  background: #3c3c3c;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.search_bg.active {
  opacity: 0.6;
}

.admin-bar header .fixed_area {
  top: 32px;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

/*追記*/
ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

/* chromeの青線除去 */
button {
  outline: none !important;
}

*:focus {
  outline: none;
}

input {
  outline: none !important;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-size: 100%;
}

p {
  margin: 0;
}

img {
  flex-shrink: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.breadcrumb {
  max-width: 1080px;
  margin: 24px auto 0;
}
@media screen and (max-width: 1080px) {
  .breadcrumb {
    max-width: 880px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 570px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2px;
}
.breadcrumb ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50ch;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #3c3c3c;
  transition: opacity 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50ch;
}
.breadcrumb ul li a:hover {
  opacity: 0.8;
}
.breadcrumb ul li:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/icon-arrow.svg");
  background-size: cover;
  display: block;
}
.breadcrumb ul li:last-child:after {
  display: none;
}

.btn_link {
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.btn_link:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
.btn_link:hover {
  color: #fff;
  background: #595757;
}
.btn_link:hover:after {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.list_category h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-officenews.svg") !important;
  background-size: contain;
  background-position: center;
  display: block;
}

.tag_list .sumall_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.tag_list h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: center;
  display: none !important;
}

.list_gallery {
  width: 644px;
}
@media screen and (max-width: 1080px) {
  .list_gallery {
    max-width: 880px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.list_gallery h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .list_gallery h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.list_gallery h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-gallery.svg") !important;
  background-size: contain;
  background-position: center;
  display: block;
}
.list_gallery .list_gallery_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .list_gallery .list_gallery_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 570px) {
  .list_gallery .list_gallery_wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.list_gallery .list_gallery_wrap .list_gallery_block {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .list_gallery .list_gallery_wrap .list_gallery_block {
    width: calc(50% - 10px);
  }
}

.gallery_modal_open {
  cursor: pointer;
}
.gallery_modal_open .image {
  aspect-ratio: 310/220;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_modal_open .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.gallery_modal_open:hover .image img {
  width: 115%;
  height: 115%;
}

.gallery_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(246, 246, 243, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .gallery_modal {
    padding: 0;
  }
}
.gallery_modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.gallery_modal .gallery_modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  max-width: 800px;
  width: 70%;
}
@media screen and (max-width: 1080px) {
  .gallery_modal .gallery_modal_inner {
    max-width: 760px;
    width: 70%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 570px) {
  .gallery_modal .gallery_modal_inner {
    width: 90%;
  }
}
.gallery_modal .gallery_modal_inner:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/icon-close.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -28px;
  right: -28px;
  cursor: pointer;
}
@media screen and (max-width: 570px) {
  .gallery_modal .gallery_modal_inner:after {
    top: -32px;
    right: 0;
  }
}
.gallery_modal .gallery_modal_inner .gallery_modal_inner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .gallery_modal .gallery_modal_inner .gallery_modal_inner_content {
    width: 100%;
  }
}
.gallery_modal .image {
  aspect-ratio: 900/600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.gallery_modal .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.gallery_modal p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .gallery_modal p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    line-height: 1.5;
  }
}
.gallery_modal a {
  margin-top: 32px;
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.gallery_modal a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gallery_modal a span:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
.gallery_modal a:hover {
  color: #fff;
  background: #595757;
}
.gallery_modal a:hover span:after {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.list_article {
  width: 644px;
}
@media screen and (max-width: 1080px) {
  .list_article {
    width: 100%;
  }
}
.list_article .list_article_block {
  padding: 24px;
  border-bottom: 1px solid rgb(236, 234, 219);
  transition: all 0.3s;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block {
    padding: 20px 0 80px;
  }
}
.list_article .list_article_block a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a {
    flex-wrap: wrap;
    position: relative;
  }
}
.list_article .list_article_block a .thumbnail {
  aspect-ratio: 214/151;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 214px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .thumbnail {
    width: 142px;
    height: 100px;
    margin-right: 16px;
  }
}
.list_article .list_article_block a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list_article .list_article_block a .card_info {
  position: relative;
  flex: 1 0 0;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info {
    position: static;
  }
}
.list_article .list_article_block a .card_info .category {
  display: flex;
  align-items: center;
  gap: 0 3px;
  font-size: 13px;
  font-weight: 600;
  color: #A48F71;
  line-height: 1;
  margin-bottom: 9px;
}
.list_article .list_article_block a .card_info .category:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #FDD13A;
  display: block;
}
.list_article .list_article_block a .card_info .category span:after {
  content: "/";
  margin-left: 3px;
}
.list_article .list_article_block a .card_info .category span:last-child:after {
  display: none;
}
.list_article .list_article_block a .card_info .meta {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 7px;
}
.list_article .list_article_block a .card_info .meta .vol {
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
}
.list_article .list_article_block a .card_info .meta .company {
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3c;
}
.list_article .list_article_block a .card_info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #3C3C3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  transition: all 0.3s;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info h3 {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info .tags {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -44px;
  }
}
.list_article .list_article_block a .card_info .tags ul {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  height: 32px;
  overflow: hidden;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info .tags ul {
    height: 32px;
  }
}
.list_article .list_article_block a .card_info .tags ul li {
  padding: 10px;
  background: #F3F1E5;
  color: #3C3C3C;
  line-height: 1;
  font-size: 12px;
  transition: all 0.3s;
  border-radius: 3px;
}
.list_article .list_article_block a .card_info .tags ul li:hover {
  background: #E1DFC6;
}
.list_article .list_article_block a .card_info .date {
  position: absolute;
  bottom: -4px;
  left: 0px;
  font-size: 12px;
  color: #A48F71;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info .date {
    bottom: -68px;
  }
}
.list_article .list_article_block a .card_info .like {
  position: absolute;
  bottom: -4px;
  right: 0px;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block a .card_info .like {
    bottom: -68px;
  }
}
.list_article .list_article_block a .card_info .like:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/like_dissable.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.list_article .list_article_block:has(+ .list_article_block:hover) {
  border-bottom: 1px solid rgba(236, 234, 219, 0);
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block:has(+ .list_article_block:hover) {
    border-bottom: 1px solid rgb(236, 234, 219);
  }
}
.list_article .list_article_block:hover {
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
  background: #fff;
  border-radius: 16px;
  border-bottom: 1px solid rgba(236, 234, 219, 0);
}
@media screen and (max-width: 570px) {
  .list_article .list_article_block:hover {
    background: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid rgb(236, 234, 219);
  }
}
.list_article .list_article_block:hover a h3 {
  color: #FEB700;
}
.list_article .list_article_block:hover a .thumbnail img {
  width: 115%;
  height: 115%;
}
.list_article .list_article_block.disable {
  box-shadow: none;
  background: none;
}
.list_article .list_article_block.disable a h3 {
  color: #3C3C3C;
}
.list_article .list_article_block.disable a .thumbnail img {
  width: 100%;
  height: 100%;
}

.office_keyword {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ECEADB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.office_keyword a {
  text-decoration: none;
  color: #3c3c3c;
  transition: all 0.3s;
  display: inline-block;
}
.office_keyword a span {
  color: #A48F71 !important;
  transition: color 0.3s;
}
.office_keyword a:hover span {
  color: #FEB700 !important;
}
.office_keyword .block .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.office_keyword .block .col .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.office_keyword .block .keyword01 {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  width: 72px;
  height: 302px;
}
.office_keyword .block .keyword01 a {
  padding: 10px;
}
.office_keyword .block .keyword02 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  width: 150px;
}
.office_keyword .block .keyword02 a {
  padding: 12px;
}
.office_keyword .block .keyword03 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  width: 234px;
}
.office_keyword .block .keyword03 a {
  padding: 8px;
}
.office_keyword .block .keyword04 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  width: 262px;
}
.office_keyword .block .keyword04 a {
  padding: 10px;
}
.office_keyword .block .keyword05 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  width: 262px;
}
.office_keyword .block .keyword05 a {
  padding: 10px;
}
.office_keyword .block .keyword06 {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  width: 120px;
  height: 196px;
}
.office_keyword .block .keyword06 a {
  padding: 10px;
}
.office_keyword .block .keyword07 {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  width: 94px;
  height: 342px;
}
.office_keyword .block .keyword07 a {
  padding: 12px;
}

.side_keywords {
  max-width: 356px;
  height: 294px;
  margin-top: 72px;
}
@media screen and (max-width: 1080px) {
  .side_keywords {
    width: 100%;
    max-width: inherit;
    height: auto;
    overflow: hidden;
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 570px) {
  .side_keywords {
    margin-top: 18px !important;
  }
}
.side_keywords h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .side_keywords h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.side_keywords h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-keyword.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.side_keywords .office_keyword {
  --w: 1;
  transform-origin: 0px 0px;
  transform: scale(0.59);
  width: 166.5%;
}
@media screen and (max-width: 1080px) {
  .side_keywords .office_keyword {
    transform: scale(var(--w));
    width: 600px;
    overflow: visible;
    justify-content: flex-start;
  }
}

.content-page h2 {
  font-size: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 570px) {
  .content-page h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.content-page .page_inner {
  width: 644px;
  margin: 56px auto 0;
}
@media screen and (max-width: 1080px) {
  .content-page .page_inner {
    max-width: 880px;
    width: 100%;
    box-sizing: border-box;
  }
}
.content-page .wp-block-columns {
  margin-bottom: 24px;
}
.content-page .wp-block-columns .wp-block-image {
  margin: 0;
}
.content-page :where(.wp-block-columns.is-layout-flex) {
  gap: 24px;
}
.content-page .mw_wp_form .form_block {
  margin-bottom: 40px;
}
.content-page .mw_wp_form .form_block p {
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.content-page .mw_wp_form .form_block p a {
  color: #3C3C3C;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
}
.content-page .mw_wp_form .form_block p a:hover {
  opacity: 0.8;
}
.content-page .mw_wp_form .form_block input[type=text], .content-page .mw_wp_form .form_block input[type=email] {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ECEADB;
  color: #3c3c3c;
  padding: 24px;
  width: 100%;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 300;
}
.content-page .mw_wp_form .form_block .select_area {
  position: relative;
  margin-top: 14px;
}
.content-page .mw_wp_form .form_block .select_area:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/select_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 24px;
}
.content-page .mw_wp_form .form_block .select_area select {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ECEADB;
  color: #3c3c3c;
  padding: 24px;
  width: 100%;
  font-size: 16px;
}
.content-page .mw_wp_form .form_block textarea {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ECEADB;
  color: #3c3c3c;
  padding: 24px;
  width: 100%;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 300;
}
.content-page .mw_wp_form .form_block .mwform-checkbox-field label {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  line-height: 1;
  gap: 16px;
}
.content-page .mw_wp_form .form_block .mwform-checkbox-field span {
  line-height: 1;
  color: #3c3c3c;
}
.content-page .mw_wp_form .form_block .mwform-checkbox-field span:after {
  content: "※必須";
  color: #EE4D74;
  font-size: 12px;
  margin-left: 8px;
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
}
.content-page .mw_wp_form .form_block .mwform-checkbox-field input {
  width: 27px;
  height: 27px;
  border-radius: 4px;
  border: 1px solid #8F8F8F;
}
.content-page .mw_wp_form .form_block input[type=file] {
  display: none;
}
.content-page .mw_wp_form .form_block .input_file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
}
.content-page .mw_wp_form .form_block .input_file label {
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.content-page .mw_wp_form .form_block .input_file label:hover {
  color: #fff;
  background: #595757;
}
.content-page .mw_wp_form .form_block .input_file .mwform-file-delete {
  display: none;
}
.content-page .mw_wp_form .form_block .input_file .select-image {
  width: 160px;
  margin-left: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-page .mw_wp_form .form_block .input_file .select-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.content-page .mw_wp_form .form_block .input_file .select-image .delete_btn {
  width: 24px;
  height: 24px;
  background: url("../img/icon-close.svg");
  background-size: 16px 16px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ECEADB;
}
.content-page .mw_wp_form .form_block input[name=submitConfirm] {
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 32px 0 24px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  margin: 12px auto 0;
  background-image: url("../img/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 12px) 50%;
}
.content-page .mw_wp_form .form_block input[name=submitConfirm]:hover {
  color: #fff;
  background: #595757;
  background-image: url("../img/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 12px) 50%;
}
.content-page .mw_wp_form .form_block.form_block_send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.content-page .mw_wp_form .form_block.form_block_send br {
  display: none;
}
.content-page .mw_wp_form .form_block button[name=send] {
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 32px 0 24px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #595757;
  background-image: url("../img/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 12px) 50%;
}
.content-page .mw_wp_form .form_block button[name=send]:hover {
  opacity: 0.8;
}
.content-page .mw_wp_form .form_block button[name=submitBack] {
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px 0 32px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  background-image: url("../img/link_arrow_back.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 4px 50%;
}
.content-page .mw_wp_form .form_block button[name=submitBack]:hover {
  opacity: 0.8;
}
.content-page .mw_wp_form .form_block .required:after {
  content: "※必須";
  color: #EE4D74;
  font-size: 12px;
  margin-left: 8px;
  display: inline-block;
  line-height: 24px;
}
.content-page .mw_wp_form.mw_wp_form_confirm .input_file label {
  display: none;
}
.content-page .mw_wp_form.mw_wp_form_confirm .input_file .select-image {
  display: none;
}
.content-page .mw_wp_form.mw_wp_form_confirm .form_block p:last-child {
  font-weight: 300;
}
.content-page .mw_wp_form.mw_wp_form_confirm .form_block a {
  text-decoration: none;
  color: #3c3c3c;
  pointer-events: none;
}
.content-page .mw_wp_form.mw_wp_form_complete {
  min-height: 80vh;
}
.content-page .mw_wp_form.mw_wp_form_complete p {
  font-size: 16px;
}
.content-page .mw_wp_form.mw_wp_form_complete p strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 24px;
}
.content-page .mw_wp_form.mw_wp_form_complete a {
  width: 150px;
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 32px 0 24px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  margin: 70px auto 0;
  background-image: url("../img/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 12px) 50%;
}
.content-page .mw_wp_form.mw_wp_form_complete a:hover {
  color: #fff;
  background: #595757;
  background-image: url("../img/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 12px) 50%;
}
.content-page .privacy h2 {
  border-top: 1px solid #CEC7C7;
  padding: 32px 0;
  line-height: 1.5;
  margin-top: 32px;
  font-size: 24px;
}
.content-page .privacy h2:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.content-page .privacy p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.content-page .privacy p strong {
  font-weight: 600;
}
.content-page .privacy .indent {
  padding-left: 24px;
  border-left: 1px solid #CEC7C7;
}
.content-page .privacy .contact_area {
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
}
.content-page .privacy .contact_area p:last-child {
  margin-bottom: 0;
}
.content-page .page_service_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.content-page .page_service_banner li {
  width: calc(50% - 8px);
}
.content-page .page_service_banner li a {
  transition: all 0.3s;
}
.content-page .page_service_banner li a:hover {
  opacity: 0.6;
}
.content-page .page_service_banner li a img {
  max-width: 100%;
  height: auto;
}

.pnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 56px;
}
@media screen and (max-width: 1080px) {
  .pnavi {
    gap: 16px;
  }
}
.pnavi .page-numbers {
  display: none;
  color: #595757;
  font-style: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .pnavi .page-numbers {
    padding: 0 20px;
  }
}
.pnavi .page-numbers.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pnavi .page-numbers.next:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
.pnavi .page-numbers.prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pnavi .page-numbers.prev:before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: block;
  margin-right: 14px;
}
.pnavi .page-numbers:hover {
  color: #fff;
  background: #595757;
}
.pnavi .page-numbers:hover.next:after {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pnavi .page-numbers:hover.prev:before {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pnavi_number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0;
}
@media screen and (max-width: 570px) {
  .pnavi_number {
    margin: 32px 0 0 0;
  }
}
.pnavi_number span, .pnavi_number a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #8F8F8F;
  font-size: 14px;
  color: #8F8F8F;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s;
}
.pnavi_number span.current, .pnavi_number a.current {
  color: #fff;
  background: #8F8F8F;
}
.pnavi_number a:hover {
  color: #fff;
  background: #8F8F8F;
}

.popular-tags {
  margin-top: 38px;
  border-top: 1px solid #CEC7C7;
  padding: 60px 0;
}
@media screen and (max-width: 570px) {
  .popular-tags {
    border-top: none;
    padding: 32px 0 48px;
    margin-top: 0;
  }
}
.popular-tags .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 570px) {
  .popular-tags .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.popular-tags h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  flex: 0 0 auto;
  margin-top: 0;
}
@media screen and (max-width: 570px) {
  .popular-tags h2 {
    font-size: 20px;
  }
}
.popular-tags h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-tag.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.popular-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 74px;
  overflow: hidden;
  border-left: 1px solid #CEC7C7;
  padding-left: 32px;
  margin-left: 32px;
}
@media screen and (max-width: 570px) {
  .popular-tags ul {
    border-left: none;
    padding: 0;
    margin: 20px 0 0 0;
    height: 116px;
  }
}
.popular-tags ul li {
  padding: 10px;
  background: #F3F1E5;
  color: #3C3C3C;
  line-height: 1;
  font-size: 12px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px;
}
.popular-tags ul li:hover {
  background: #E1DFC6;
}
.popular-tags ul li a {
  text-decoration: none;
  color: #3c3c3c;
}

.recommend_office {
  margin-top: 40px;
  width: 356px;
}
@media screen and (max-width: 1080px) {
  .recommend_office {
    width: 100%;
    grid-column: 2;
    grid-row: 1/3;
    margin-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .recommend_office {
    margin-top: 40px;
  }
}
.recommend_office h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .recommend_office h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.recommend_office h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-recommend.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.recommend_office .recommend_office_block {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
  padding: 32px;
}
.recommend_office .recommend_office_block a {
  text-decoration: none;
}
.recommend_office .recommend_office_block a .thumbnail {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend_office .recommend_office_block a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.recommend_office .recommend_office_block a .subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #3c3c3c;
  margin-bottom: 9px;
  margin-top: 19px;
  display: block;
  transition: all 0.3s;
}
.recommend_office .recommend_office_block a .description {
  padding: 14px;
  border: 1px dashed #A48F71;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.154px;
}
.recommend_office .recommend_office_block a .description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3c3c3c;
}
.recommend_office .recommend_office_block:hover .subtitle {
  color: #FEB700;
}
.recommend_office .recommend_office_block:hover .thumbnail img {
  width: 115%;
  height: 115%;
}

.side-ranking {
  padding: 72px 0 0;
  width: 356px;
}
@media screen and (max-width: 1080px) {
  .side-ranking {
    display: none;
  }
}
.side-ranking h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
.side-ranking h2 span {
  font-size: 14px;
  font-weight: 600;
  color: #A48F71;
}
.side-ranking h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-ranking.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.side-ranking .side_ranking_wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.side-ranking .side_ranking_wrap .list_article_block {
  padding: 20px;
  border-bottom: 1px solid rgb(236, 234, 219);
  transition: all 0.3s;
}
.side-ranking .side_ranking_wrap .list_article_block a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 28px;
}
.side-ranking .side_ranking_wrap .list_article_block a .thumbnail {
  aspect-ratio: 142/100;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 142px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .side-ranking .side_ranking_wrap .list_article_block a .thumbnail {
    height: 100px;
  }
}
.side-ranking .side_ranking_wrap .list_article_block a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.side-ranking .side_ranking_wrap .list_article_block a .card_info {
  position: relative;
  flex: 1 0 0;
}
.side-ranking .side_ranking_wrap .list_article_block a .card_info .meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 7px;
}
.side-ranking .side_ranking_wrap .list_article_block a .card_info .meta .vol {
  font-size: 11px;
  font-weight: 600;
  color: #8F8F8F;
  margin-bottom: 4px;
}
.side-ranking .side_ranking_wrap .list_article_block a .card_info .meta .company {
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3c;
}
.side-ranking .side_ranking_wrap .list_article_block a .card_info h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #3C3C3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 4px;
  transition: all 0.3s;
}
.side-ranking .side_ranking_wrap .list_article_block a .tags {
  margin-top: 16px;
  width: 100%;
}
.side-ranking .side_ranking_wrap .list_article_block a .tags ul {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  height: 25px;
  overflow: hidden;
}
.side-ranking .side_ranking_wrap .list_article_block a .tags ul li {
  padding: 6px;
  background: #F3F1E5;
  color: #3C3C3C;
  line-height: 1;
  font-size: 11px;
  transition: all 0.3s;
  border-radius: 3px;
}
.side-ranking .side_ranking_wrap .list_article_block a .tags ul li:hover {
  background: #E1DFC6;
}
.side-ranking .side_ranking_wrap .list_article_block a .date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  color: #A48F71;
  line-height: 1;
}
.side-ranking .side_ranking_wrap .list_article_block a .like {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.side-ranking .side_ranking_wrap .list_article_block a .like:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/like_dissable.svg");
  background-size: cover;
  display: block;
}
.side-ranking .side_ranking_wrap .list_article_block:has(+ .list_article_block:hover) {
  border-bottom: 1px solid rgba(236, 234, 219, 0);
}
.side-ranking .side_ranking_wrap .list_article_block:hover {
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
  background: #fff;
  border-radius: 16px;
  border-bottom: 1px solid rgba(236, 234, 219, 0);
}
@media screen and (max-width: 570px) {
  .side-ranking .side_ranking_wrap .list_article_block:hover {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid rgb(236, 234, 219);
  }
}
.side-ranking .side_ranking_wrap .list_article_block:hover a h3 {
  color: #FEB700;
}
.side-ranking .side_ranking_wrap .list_article_block:hover a .thumbnail img {
  width: 115%;
  height: 115%;
}
.side-ranking .side_ranking_wrap .list_article_block.disable {
  box-shadow: none;
  background: none;
}
.side-ranking .side_ranking_wrap .list_article_block.disable a h3 {
  color: #3C3C3C;
}
.side-ranking .side_ranking_wrap .list_article_block.disable a .thumbnail img {
  width: 100%;
  height: 100%;
}
.side-ranking .side_ranking_wrap .list_article_block:first-child a .thumbnail {
  position: relative;
}
.side-ranking .side_ranking_wrap .list_article_block:first-child a .thumbnail:before {
  content: "1";
  background: #CBAA4F;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(2) a .thumbnail {
  position: relative;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(2) a .thumbnail:before {
  content: "2";
  background: #B8B9BA;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(3) a .thumbnail {
  position: relative;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(3) a .thumbnail:before {
  content: "3";
  background: #B18054;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(4) a .thumbnail {
  position: relative;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(4) a .thumbnail:before {
  content: "4";
  background: #595757;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(5) a .thumbnail {
  position: relative;
}
.side-ranking .side_ranking_wrap .list_article_block:nth-child(5) a .thumbnail:before {
  content: "5";
  background: #595757;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 570px) {
  .sidebar section:first-child {
    margin-top: 0;
  }
}

.side-gallery {
  width: 356px;
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .side-gallery {
    display: none;
  }
}
.side-gallery h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
  text-align: left;
}
.side-gallery h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-gallery.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.side-gallery ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.side-gallery ul li {
  width: calc(50% - 10px);
}
.side-gallery a {
  color: #595757;
  font-size: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  margin: 32px auto 0;
}
.side-gallery a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.side-gallery a span:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
.side-gallery a:hover {
  color: #fff;
  background: #595757;
}
.side-gallery a:hover span:after {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single .side-category, .archive .side-category, .page .side-category {
  margin-bottom: 72px;
}
@media screen and (max-width: 1080px) {
  .single .side-category, .archive .side-category, .page .side-category {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .single .side-category, .archive .side-category, .page .side-category {
    margin-bottom: 40px;
  }
}

.side-category {
  margin: 72px 0;
}
@media screen and (max-width: 1080px) {
  .side-category {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 570px) {
  .side-category {
    display: none;
  }
}
.side-category h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .side-category h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.side-category h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-category.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.side-category ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .side-category ul {
    justify-content: flex-start;
    gap: 14px;
  }
}
.side-category ul li a {
  transition: all 0.3s;
}
.side-category ul li a img {
  max-width: 100%;
}
.side-category ul li a:hover {
  opacity: 0.6;
}

.side-service {
  margin: 72px 0;
  width: 356px;
}
@media screen and (max-width: 1080px) {
  .side-service {
    width: 100%;
    grid-column: 1/3;
    grid-row: 4;
    margin: 0;
  }
}
@media screen and (max-width: 570px) {
  .side-service {
    margin-top: 40px;
  }
}
.side-service h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .side-service h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.side-service h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-service.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.side-service ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1080px) {
  .side-service ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  .side-service ul li {
    width: calc(50% - 8px);
  }
}
.side-service ul li a {
  transition: all 0.3s;
}
.side-service ul li a:hover {
  opacity: 0.6;
}
.side-service ul li a img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 570px) {
  .single .pc {
    visibility: hidden;
    pointer-events: none;
    width: 0;
    height: 0;
    display: none;
  }
}
.single .sp {
  display: none;
}
@media screen and (max-width: 570px) {
  .single .sp {
    display: block;
  }
}
@media screen and (max-width: 570px) {
  .single .inner {
    width: 100%;
    padding: 0;
  }
  .single .inner .sidebar {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 570px) {
  .single .single_ranking, .single .popular-tags {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
  .single footer .inner {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
}
.single .post_wrap {
  max-width: 100%;
}
.single .post {
  margin-top: 40px;
  margin-bottom: 56px;
  width: 644px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
  flex: 0 0 auto;
}
@media screen and (max-width: 1080px) {
  .single .post {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .single .post {
    padding: 20px 20px 40px 20px;
    margin-top: 20px;
  }
}
.single .post .post_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
@media screen and (max-width: 570px) {
  .single .post .post_head {
    margin-bottom: 0;
  }
}
.single .post .category_label {
  display: flex;
  align-items: center;
  gap: 0 3px;
  font-size: 13px;
  font-weight: 600;
  color: #A48F71;
  line-height: 1;
}
.single .post .category_label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #FDD13A;
  display: block;
}
.single .post .category_label span:after {
  content: "/";
  margin-left: 3px;
}
.single .post .category_label span:last-child:after {
  display: none;
}
.single .post .intro-text-contents {
  margin-top: 24px;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 570px) {
  .single .post .intro-text-contents {
    margin-top: 0px;
  }
}
.single .post .intro-text-contents .title_front {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.single .post .intro-text-contents .title_front div {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 570px) {
  .single .post .intro-text-contents .title_front div {
    margin-bottom: 0;
  }
}
.single .post .intro-text-contents .title_front .vol {
  color: #8F8F8F;
  font-size: 16px;
  margin-right: 1em;
}
@media screen and (max-width: 570px) {
  .single .post .intro-text-contents .title_front .vol {
    font-size: 14px;
  }
}
.single .post .intro-text-contents .title_front .company {
  font-size: 16px;
}
@media screen and (max-width: 570px) {
  .single .post .intro-text-contents .title_front .company {
    font-size: 14px;
  }
}
.single .post .post_date span {
  color: #A48F71;
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.single .post .post_date span.post_date:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/icon-post.svg");
  background-size: contain;
  background-position: center;
  margin-right: 2px;
}
.single .post .post_date span.modified_date {
  margin-left: 1em;
}
.single .post .post_date span.modified_date:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/icon-midified.svg");
  background-size: contain;
  background-position: center;
  margin-right: 2px;
}
.single .post h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 570px) {
  .single .post h1 {
    font-size: 22px;
    margin-top: 16px;
  }
}
.single .post p {
  font-size: 16px;
  line-height: 1.8;
}
.single .post p img {
  margin: 12px auto;
  max-width: 100%;
}
.single .post p strong {
  font-weight: bold;
}
.single .post p a {
  color: #5C74CA;
  align-items: center;
  transition: opacity 0.3s;
}
.single .post p a[target=_blank]:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #5C74CA;
  -webkit-mask-image: url("../img/open_in_new.svg");
          mask-image: url("../img/open_in_new.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 0.5em;
}
.single .post p a:hover {
  opacity: 0.6;
}
.single .post ul {
  margin: 32px 0;
  list-style-type: none;
  padding-left: 0;
}
.single .post ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.single .post ul li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #A48F71;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -0.25em;
}
.single .post ol {
  list-style: none;
  margin: 32px 0;
}
.single .post ol li {
  list-style-type: none;
  counter-increment: cnt;
  line-height: 1.8;
}
.single .post ol li::before {
  content: counter(cnt);
  color: #A48F71;
  font-weight: bold;
  margin-right: 0.75em;
}
.single .post iframe {
  max-width: 100%;
  margin: 24px 0;
}
.single .post img.alignnone {
  max-width: 100%;
  height: auto;
}
.single .post .col {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 570px) {
  .single .post .col {
    margin-top: 12px;
  }
}
.single .post .col.sp {
  display: none;
}
@media screen and (max-width: 570px) {
  .single .post .col.sp {
    display: flex;
  }
}
.single .post .wpulike {
  padding: 0;
}
.single .post .tags ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  height: 34px;
  list-style: none;
  margin: 0;
}
.single .post .tags ul li {
  margin-right: 0.5em;
  flex: 0 0 auto;
  margin-bottom: 4px;
  height: 34px;
  padding: 0;
  line-height: 1.5;
  text-indent: 0;
}
.single .post .tags ul li:before {
  display: none;
}
.single .post .tags ul li a {
  color: #3C3C3C;
  font-size: 12px;
  background: #F3F1E5;
  border-radius: 3px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.single .post .tags ul li a:hover {
  background: #E1DFC6;
}
.single .post .mainvisual {
  margin-top: 32px;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 570px) {
  .single .post .mainvisual {
    margin: 16px 0;
  }
}
.single .post .mainvisual img {
  max-width: 100%;
  height: auto;
}
.single .post .block-read {
  background: #F6F6F3;
  padding: 32px;
  border-radius: 6px;
  margin: 32px 0;
}
.single .post .block-read p {
  font-size: 14px;
}
.single .post .wp-block-embed {
  margin: 24px 0;
}
.single .post .wp-block-embed iframe {
  margin: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.single .post .wp-block-embed figcaption {
  font-size: 12px;
  color: #8F8F8F;
  margin-top: 0.5em;
}
.single .post .wp-element-caption {
  font-size: 12px;
  color: #8F8F8F;
  margin-top: 0.5em;
}
.single .post .block-googlemap {
  margin: 24px 0;
}
.single .post .block-googlemap iframe {
  aspect-ratio: 573/368;
  width: 100%;
  height: auto;
  margin: 0;
}
.single .post .block-guest {
  margin: 32px 0;
}
.single .post .block-guest .block-guest_inner {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #A48F71;
  margin-right: 32px 0;
}
@media screen and (max-width: 570px) {
  .single .post .block-guest .block-guest_inner {
    padding: 20px;
  }
}
.single .post .block-guest .block-guest_inner .block-guest_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single .post .block-guest .block-guest_inner .block-guest_header .thumbnail {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
  flex: 0 0 auto;
}
.single .post .block-guest .block-guest_inner .block-guest_header .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single .post .block-guest .block-guest_inner .block-guest_header .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single .post .block-guest .block-guest_inner .block-guest_header .text .name {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 570px) {
  .single .post .block-guest .block-guest_inner .block-guest_header .text .name {
    flex-wrap: wrap;
    gap: 6px 0;
    margin-bottom: 6px;
  }
}
.single .post .block-guest .block-guest_inner .block-guest_header .text .name .label {
  border: 1px solid #3C3C3C;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 2em;
  margin-right: 12px;
  flex: 0 0 auto;
}
.single .post .block-guest .block-guest_inner .block-guest_header .text .name span {
  font-size: 12px;
  color: #3C3C3C;
  padding-left: 0.5em;
  font-weight: 300;
}
.single .post .block-guest .block-guest_inner .block-guest_header .text .position {
  font-size: 12px;
  color: #8F8F8F;
}
.single .post .block-guest .block-guest_inner .guest_content {
  margin-top: 20px;
}
.single .post .block-guest .block-guest_inner .guest_content p {
  font-size: 14px;
}
.single .post .block-index {
  background: #F6F6F3;
  padding: 32px;
  margin: 32px 0;
  display: none;
}
.single .post .block-index h2 {
  font-size: 18px;
}
.single .post h2, .single .post h2.wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #eceadb;
  padding-bottom: 18px;
  line-height: 1.5;
  margin: 26px 0 32px;
}
.single .post h3, .single .post h3.wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 28px 0;
}
.single .post h4, .single .post h4.wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 28px 0;
}
.single .post h5, .single .post h5.wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 28px 0;
}
.single .post h6, .single .post h6.wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 28px 0;
}
.single .post .wp-block-table {
  white-space: nowrap;
  margin: 28px 0;
}
.single .post .wp-block-table table {
  border-collapse: inherit;
  border-radius: 6px;
  border-spacing: 0;
  border: 1px solid #CEC7C7;
  font-size: 12px;
}
.single .post .wp-block-table table tr {
  border: none;
}
.single .post .wp-block-table table tr th {
  background: #F6F6F3;
}
.single .post .wp-block-table table tr th, .single .post .wp-block-table table tr td {
  padding: 8px;
  border-bottom: 1px solid #CEC7C7;
  border-right: 1px solid #CEC7C7;
}
.single .post .wp-block-table table tr th:last-child, .single .post .wp-block-table table tr td:last-child {
  border-right: none;
}
.single .post .wp-block-table table tr:last-child td {
  border-bottom: none;
}
.single .post .wp-block-table table tr:first-child > *:first-child {
  border-radius: 6px 0 0 0;
}
.single .post .wp-block-table table tr:first-child > *:last-child {
  border-radius: 0 6px 0 0;
}
.single .post .wp-block-table table tr:last-child > *:first-child {
  border-radius: 0 0 0 6px;
}
.single .post .wp-block-table table tr:last-child > *:last-child {
  border-radius: 0 0 6px 0;
}
.single .post .wp-block-table table thead tr:first-child > *:first-child {
  border-radius: 6px 0 0 0;
}
.single .post .wp-block-table table thead tr:first-child > *:last-child {
  border-radius: 0 6px 0 0;
}
.single .post .wp-block-table table thead tr:last-child > *:first-child {
  border-radius: 6px 0 0 0;
}
.single .post .wp-block-table table thead tr:last-child > *:last-child {
  border-radius: 0 6px 0 0;
}
.single .post .block-interview {
  margin: 32px 0;
}
.single .post .block-interview p:nth-child(n+2) {
  margin-top: 1em;
}
.single .post .block-interview p, .single .post .block-interview span {
  font-size: 16px;
  line-height: 180%;
}
.single .post .block-interview span {
  float: left;
  margin-right: 0.25em;
}
.single .post .wp-block-image {
  margin: 32px 0;
}
.single .post .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 570px) {
  .single .post .wp-block-image .alignright, .single .post .wp-block-image .alignleft {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
.single .post .wp-block-image figcaption {
  font-size: 12px;
  color: #8F8F8F;
}
.single .post .wp-block-image figcaption a {
  text-decoration: none;
  color: #8F8F8F;
  align-items: center;
  display: flex;
  transition: opacity 0.3s;
}
.single .post .wp-block-image figcaption a[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #8F8F8F;
  -webkit-mask-image: url("../img/open_in_new.svg");
          mask-image: url("../img/open_in_new.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 0.5em;
}
.single .post .wp-block-image figcaption a:hover {
  opacity: 0.6;
}
.single .post .wp-caption {
  max-width: 100%;
}
.single .post .block-object {
  margin: 32px 0;
  text-decoration: none;
  display: block;
}
.single .post .block-object .block-object-inner {
  background: #fff;
  border: 1px solid #cec7c7;
  border-radius: 6px;
  padding: 24px 24px 18px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.single .post .block-object .block-object-contents {
  display: flex;
  width: 100%;
}
.single .post .block-object .thumb {
  width: 152px;
  height: 108px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.single .post .block-object .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.single .post .block-object .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #3c3c3c;
  flex: 1 1 auto;
}
.single .post .block-object .text span {
  font-size: 13px;
  font-weight: 600;
  color: #8f8f8f;
  margin-bottom: 4px;
}
.single .post .block-object p.raed_next {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
  font-size: 12px;
  color: #3c3c3c;
}
.single .post .block-object p.raed_next:after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
}
.single .post .block-object:hover .thumb img {
  width: 115%;
  height: 115%;
}
.single .post .banner_block {
  margin: 32px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.single .post .banner_block a {
  text-decoration: none;
}
.single .post .banner_block a img {
  max-width: 100%;
}
.single .post .block-btn {
  margin: 32px 0;
  text-align: center;
}
.single .post .block-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
}
.single .post .block-btn a:hover {
  opacity: 0.8;
}
.single .post .block-btn a[target=_blank]:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: url("../img/open_in_new.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.single .post .pager_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.single .post .wpulike-heart .wp_ulike_general_class {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.single .post .wpulike-heart .wp_ulike_put_image:after {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 32px;
  background: url(../img/icon_like.svg) no-repeat;
  background-size: 14px 14px;
  background-position: center;
  margin-right: 14px;
  filter: invert(51%) sepia(23%) saturate(4000%) hue-rotate(18deg) brightness(135%) contrast(102%);
}
.single .post .wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  content: "";
  background-image: url(../img/icon_like_on.svg);
  background-size: 14px 14px;
  background-position: center;
}
.single .post .wpulike-heart .count-box {
  font-weight: 300;
}
.single .post #toc_container {
  border-radius: 6px;
  background: #F6F6F3;
  margin: 32px 0;
  padding: 32px;
}
.single .post #toc_container .toc_title {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.single .post #toc_container .toc_list {
  margin: 0;
}
.single .post #toc_container .toc_list ul {
  margin: 0;
}
.single .post #toc_container .toc_list li {
  border-bottom: 1px solid #ECEADB;
  padding: 20px 0;
  text-indent: 0;
}
.single .post #toc_container .toc_list li:before {
  display: none;
}
@media screen and (max-width: 570px) {
  .single .post #toc_container .toc_list li {
    padding: 16px 0;
  }
}
.single .post #toc_container .toc_list li:first-child {
  border-top: 1px solid #ECEADB;
}
.single .post #toc_container .toc_list li ul {
  margin: 0;
  padding-left: 0.5em;
}
.single .post #toc_container .toc_list li ul li {
  border: none;
  padding: 10px 0 0 0;
}
.single .post #toc_container .toc_list li ul li:first-child {
  border-top: none;
}
.single .post #toc_container .toc_list li ul li a {
  font-weight: 300;
}
.single .post #toc_container .toc_list li ul li a:before {
  content: "・";
}
.single .post #toc_container .toc_list li a {
  text-decoration: none;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 600;
  transition: opacity 0.3s;
}
.single .post #toc_container .toc_list li a:hover {
  opacity: 0.8;
}
.single .post #toc_container .toc_list ul li:first-child {
  border-top: none;
}
.single .post #toc_container.paging_toc_paged {
  position: relative;
}
.single .post #toc_container.paging_toc_paged .toc_title {
  padding-bottom: 0;
}
.single .post #toc_container.paging_toc_paged .toc_list {
  display: none;
  margin-top: 20px;
}
.single .post #toc_container.paging_toc_paged .toc_button {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/open_btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 28px;
  right: 28px;
  cursor: pointer;
}
.single .post #toc_container.paging_toc_paged.open .toc_button {
  background: url("../img/close_btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single .post .post_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 570px) {
  .single .post .post_footer {
    flex-direction: column;
    align-items: flex-end;
  }
}
.single .post .post_footer p {
  margin: 0 !important;
}
.single .post .post_footer .left_side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.single .post .post_footer .left_side .share_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.single .post .post_footer .left_side .share_btn a {
  text-decoration: none;
}
.single .post .post_footer .left_side .like_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.single .post .post_footer .credit {
  font-size: 11px;
}
@media screen and (max-width: 570px) {
  .single .post .post_footer .credit {
    margin-bottom: 20px;
  }
}
.single .post .face_box {
  margin-top: 10px;
  margin-bottom: 12px;
}
.single .post .face_box + p {
  margin-bottom: 24px;
}
.single .post .face_box img {
  float: left;
  margin-right: 16px;
  width: 72px;
}
.single .post .face_box p {
  float: right;
  padding-top: 15px;
  width: calc(100% - 88px);
}
.single .post .face_box:after {
  content: "";
  display: block;
  clear: both;
}
.single .post .profile {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #A48F71;
  margin-bottom: 32px;
}
.single .post .profile div:first-child {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
}
.single .post .profile div:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single .post .profile .profile_right .profile_name, .single .post .profile .profile_right .name_samall {
  font-weight: 600;
}
.single .post.old p {
  margin-bottom: 24px;
}
.single .post.old p img {
  margin: 12px 0;
}
.single .related_post {
  margin-bottom: 56px;
}
@media screen and (max-width: 570px) {
  .single .related_post {
    width: calc(100% - 40px);
    margin: 32px auto;
  }
}
.single .related_post h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
.single .related_post h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-related.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.single .related_post .list_article .list_article_block:last-child {
  border-bottom: none;
}
.single .pager_text {
  margin: 32px 0;
}
.single .pager_text a {
  color: #595757;
  font-style: 14px;
  border: 1px solid #595757;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.single .pager_text a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single .pager_text a span.next:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
.single .pager_text a span.previous:before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../img/link_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: block;
  margin-right: 14px;
}
.single .pager_text a:hover {
  color: #fff;
  background: #595757;
}
.single .pager_text a:hover span.next:after {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single .pager_text a:hover span.previous:before {
  content: "";
  background: url("../img/link_arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single .pager_number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0;
}
.single .pager_number span, .single .pager_number a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #8F8F8F;
  font-size: 14px;
  color: #8F8F8F;
  text-decoration: none;
}
.single .pager_number span.current, .single .pager_number a.current {
  color: #fff;
  background: #8F8F8F;
}
.single .office_data {
  border: 1px solid #A48F71;
  border-radius: 6px;
  padding: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 570px) {
  .single .office_data {
    padding: 20px;
    box-sizing: border-box;
  }
}
.single .office_data_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .sp {
    margin-top: 8px;
  }
}
.single .office_data_inner .thumb {
  width: 180px;
  height: 128px;
  margin-right: 24px;
  flex: 0 0 auto;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .thumb {
    aspect-ratio: 140/100;
    margin-right: 20px;
    width: 140px;
    height: auto;
    flex: 1 1 auto;
  }
}
.single .office_data_inner .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single .office_data_inner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .text {
    width: calc(100% - 160px);
  }
}
.single .office_data_inner .text h3, .single .office_data_inner .text h4 {
  margin-bottom: 14px;
  line-height: 1;
  margin-top: 0;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .text h3, .single .office_data_inner .text h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.single .office_data_inner .text a {
  color: #8F8F8F;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.single .office_data_inner .text a[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../img/open_in_new_gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
}
.single .office_data_inner .text a .pc {
  display: inline-block;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .text a .pc {
    display: none;
  }
}
.single .office_data_inner .text a .sp {
  display: none;
}
@media screen and (max-width: 570px) {
  .single .office_data_inner .text a .sp {
    display: inline-block;
  }
}
.single .office_data p {
  font-size: 13px;
}
.single .recommend_office_info {
  border-radius: 6px;
  border: 1px solid #A48F71;
  background: #fff;
  padding: 32px;
  margin-top: 32px;
}
.single .recommend_office_info h3 {
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
  font-size: 18px;
  border-bottom: 1px solid #ECEADB;
}
.single .recommend_office_info p {
  font-size: 14px;
  line-height: 1.7;
}
.single .recommend_office_info .info_links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin-top: 24px;
}
.single .recommend_office_info .info_links a {
  color: #3C3C3C;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  line-height: 22px;
}
.single .recommend_office_info .info_links a:hover {
  opacity: 0.8;
}
.single .recommend_office_info .info_links a:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url("../img/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single .recommend_office_table {
  margin-top: 40px;
  border: 1px solid #CEC7C7;
  border-radius: 6px;
  overflow: hidden;
}
.single .recommend_office_table table {
  width: 100%;
  border-collapse: collapse;
}
.single .recommend_office_table table tr {
  border-bottom: 1px solid #CEC7C7;
}
.single .recommend_office_table table tr:last-child {
  border-bottom: none;
}
.single .recommend_office_table table tr th {
  background: #F6F6F3;
  border-right: 1px solid #CEC7C7;
}
.single .recommend_office_table table tr th, .single .recommend_office_table table tr td {
  padding: 24px;
}

.single-recommend.single .post .mainvisual {
  margin-top: 0;
}
.single-recommend .side-gallery {
  margin-top: 40px;
}

.top_news_list {
  padding: 40px 0;
}
@media screen and (max-width: 570px) {
  .top_news_list {
    padding: 20px 0 40px;
  }
}
.top_news_list h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
.top_news_list h2 span {
  font-size: 16px;
  color: #3C3C3C;
  margin-left: 0.5em;
  align-self: end;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 570px) {
  .top_news_list h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.top_news_list h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-new.svg");
  background-size: contain;
  background-position: center;
  display: block;
}

.top_office_news {
  padding: 28px 0 56px;
  border-bottom: 1px solid #ECEADB;
}
@media screen and (max-width: 570px) {
  .top_office_news {
    padding: 20px 0 40px;
  }
}
.top_office_news h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
}
@media screen and (max-width: 570px) {
  .top_office_news h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.top_office_news h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-officenews.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.top_office_news .top_carousel {
  margin-bottom: 12px;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel {
    margin-bottom: 32px;
  }
}
.top_office_news .top_carousel .slick-track {
  display: flex;
  align-items: center;
  height: calc(100vh - 240px);
  margin-bottom: 18px;
  min-height: 570px;
  max-height: 640px;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slick-track {
    min-height: auto;
    height: 482px;
  }
}
.top_office_news .top_carousel .slide {
  margin: 0;
  transition: all 0.3s;
}
.top_office_news .top_carousel .slide.slick-slide {
  aspect-ratio: 452/650;
  height: 86%;
  width: auto;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  min-height: 530px;
}
@media screen and (max-width: 1080px) {
  .top_office_news .top_carousel .slide.slick-slide {
    aspect-ratio: 280/400;
    height: 86%;
  }
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide.slick-slide {
    min-height: auto;
    height: 414px;
    margin: 0px;
  }
}
.top_office_news .top_carousel .slide a {
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a {
    width: calc(100% - 24px);
    aspect-ratio: 299/448;
  }
}
.top_office_news .top_carousel .slide a .thumbnail {
  aspect-ratio: 298/210;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top_office_news .top_carousel .slide a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.top_office_news .top_carousel .slide a .card_info {
  font-size: 10px;
  padding: 2.4em;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info {
    font-size: 9px;
    padding: 2.4em 2em;
  }
}
.top_office_news .top_carousel .slide a .card_info .category {
  display: flex;
  align-items: center;
  gap: 0 0.3em;
  font-size: 1.5em;
  font-weight: 600;
  color: #A48F71;
  line-height: 1;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 1080px) {
  .top_office_news .top_carousel .slide a .card_info .category {
    font-size: 1.3em;
    margin-bottom: 1.4em;
  }
}
.top_office_news .top_carousel .slide a .card_info .category:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 8px;
  background: #FDD13A;
  display: block;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info .category:before {
    width: 0.6em;
    height: 0.6em;
  }
}
.top_office_news .top_carousel .slide a .card_info .category span:after {
  content: "/";
  margin-left: 0.3em;
}
.top_office_news .top_carousel .slide a .card_info .category span:last-child:after {
  display: none;
}
.top_office_news .top_carousel .slide a .card_info .meta {
  display: flex;
  align-items: center;
  gap: 0 1em;
  line-height: 1;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info .meta {
    gap: 0 8px;
  }
}
.top_office_news .top_carousel .slide a .card_info .meta .vol {
  font-size: 1.3em;
  font-weight: 400;
  color: #8F8F8F;
}
@media screen and (max-width: 1080px) {
  .top_office_news .top_carousel .slide a .card_info .meta .vol {
    font-size: 1.2em;
  }
}
.top_office_news .top_carousel .slide a .card_info .meta .company {
  font-size: 1.6em;
  font-weight: 400;
  color: #3c3c3c;
}
@media screen and (max-width: 1080px) {
  .top_office_news .top_carousel .slide a .card_info .meta .company {
    font-size: 1.3em;
  }
}
.top_office_news .top_carousel .slide a .card_info h3 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 150%;
  color: #3C3C3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  .top_office_news .top_carousel .slide a .card_info h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info h3 {
    font-size: 1.72em;
    margin-bottom: 0.8em;
  }
}
.top_office_news .top_carousel .slide a .card_info .tags ul {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
  flex-wrap: wrap;
  height: 3.21em;
  overflow: hidden;
  margin-bottom: 3.2em;
}
.top_office_news .top_carousel .slide a .card_info .tags ul li {
  padding: 0.85em;
  background: #F3F1E5;
  color: #3C3C3C;
  line-height: 1;
  font-size: 1.2em;
  border-radius: 3px;
  transition: all 0.3s;
}
.top_office_news .top_carousel .slide a .card_info .tags ul li:hover {
  background: #E1DFC6;
}
.top_office_news .top_carousel .slide a .card_info .date {
  position: absolute;
  bottom: 1.6em;
  left: 2.2em;
  font-size: 1.4em;
  color: #A48F71;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info .date {
    bottom: 1.2em;
    left: 1.7em;
    font-size: 1.4em;
  }
}
.top_office_news .top_carousel .slide a .card_info .like {
  position: absolute;
  bottom: 1.9em;
  right: 2.2em;
  font-size: 1.2em;
  color: #3c3c3c;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top_office_news .top_carousel .slide a .card_info .like:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../img/like_dissable.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 0.4em;
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info .like:before {
    width: 1.2em;
    height: 1.2em;
  }
}
@media screen and (max-width: 570px) {
  .top_office_news .top_carousel .slide a .card_info .like {
    bottom: 1.4em;
    right: 1.6em;
    font-size: 1.3em;
  }
}
.top_office_news .top_carousel .slide.slick-center {
  transform: scale(1.06);
}
.top_office_news .top_carousel .slide.slick-center a {
  opacity: 1;
  box-shadow: 0px 0px 10px 0px rgb(187, 187, 187);
}
.top_office_news .top_carousel .slide:hover a {
  box-shadow: 0px 0px 10px 0px rgb(187, 187, 187);
}
.top_office_news .top_carousel .slide:hover a h3 {
  color: #FEB700;
}
.top_office_news .top_carousel .slide:hover a .thumbnail img {
  width: 115%;
  height: 115%;
}
.top_office_news .top_carousel .slide.disable {
  box-shadow: none;
  background: none;
}
.top_office_news .top_carousel .slide.disable a h3 {
  color: #3C3C3C;
}
.top_office_news .top_carousel .slide.disable a .thumbnail img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 570px) {
  .top_office_news .inner {
    text-align: center;
  }
}
.top_office_news .btn_link {
  float: right;
  margin-top: -22px;
}
@media screen and (max-width: 570px) {
  .top_office_news .btn_link {
    float: none;
  }
}
.top_office_news .controller {
  position: relative;
  width: 294px;
}
@media screen and (max-width: 570px) {
  .top_office_news .controller {
    display: none;
  }
}
.top_office_news .controller .slick-next, .top_office_news .controller .slick-prev {
  width: 44px;
  height: 44px;
  top: 0;
}
.top_office_news .controller .slick-prev {
  left: 0;
  z-index: 2;
}
.top_office_news .controller .slick-next {
  right: 0;
  z-index: 2;
}
.top_office_news .controller .slick-next:before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../img/slide-arrow.svg");
  background-size: cover;
  display: block;
  transform: rotate(180deg);
}
.top_office_news .controller .slick-prev:before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../img/slide-arrow.svg");
  background-size: cover;
  display: block;
}
.top_office_news .controller .slick-dots {
  bottom: -10px;
}
.top_office_news .controller .slick-dots li {
  margin: 0 2px;
}
.top_office_news .controller .slick-dots li button:before {
  font-size: 12px;
}

.single_ranking {
  display: none;
}
@media screen and (max-width: 1080px) {
  .single_ranking {
    display: block;
  }
}

.top_ranking, .single_ranking {
  padding: 72px 0 0;
}
@media screen and (max-width: 1080px) {
  .top_ranking, .single_ranking {
    padding: 42px 0 0 0;
  }
}
@media screen and (max-width: 570px) {
  .top_ranking, .single_ranking {
    padding: 32px 0 0 0;
  }
}
.top_ranking h2, .single_ranking h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .top_ranking h2, .single_ranking h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.top_ranking h2:before, .single_ranking h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-ranking.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
.top_ranking .top_ranking_wrap, .single_ranking .top_ranking_wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 418px 300px 300px;
  grid-template-rows: 414px 147px 252px;
}
@media screen and (max-width: 1080px) {
  .top_ranking .top_ranking_wrap, .single_ranking .top_ranking_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 1080px) {
  .top_ranking .top_ranking_wrap .card_block, .single_ranking .top_ranking_wrap .card_block {
    width: calc(50% - 16px);
    display: flex;
  }
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block, .single_ranking .top_ranking_wrap .card_block {
    width: 100%;
    padding: 16px 0 70px 0;
    border-bottom: 1px solid rgb(236, 234, 219);
    transition: all 0.3s;
  }
}
.top_ranking .top_ranking_wrap .card_block a, .single_ranking .top_ranking_wrap .card_block a {
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 300px;
  min-height: 414px;
  transition: all 0.5s;
  box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.5);
}
@media screen and (max-width: 1080px) {
  .top_ranking .top_ranking_wrap .card_block a, .single_ranking .top_ranking_wrap .card_block a {
    width: 100%;
    aspect-ratio: auto;
    padding-bottom: 24px;
    min-height: auto;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a, .single_ranking .top_ranking_wrap .card_block a {
    background: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    margin-bottom: 0;
  }
}
.top_ranking .top_ranking_wrap .card_block a .thumbnail, .single_ranking .top_ranking_wrap .card_block a .thumbnail {
  aspect-ratio: 418/296;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .thumbnail, .single_ranking .top_ranking_wrap .card_block a .thumbnail {
    width: 142px;
    height: 100px;
    margin-right: 16px;
    border-radius: 6px;
  }
}
.top_ranking .top_ranking_wrap .card_block a .thumbnail img, .single_ranking .top_ranking_wrap .card_block a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.top_ranking .top_ranking_wrap .card_block a .card_info, .single_ranking .top_ranking_wrap .card_block a .card_info {
  padding: 24px;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .card_info, .single_ranking .top_ranking_wrap .card_block a .card_info {
    flex: 1 0 0;
    position: static;
    padding: 0;
  }
}
.top_ranking .top_ranking_wrap .card_block a .card_info .category, .single_ranking .top_ranking_wrap .card_block a .card_info .category {
  display: flex;
  align-items: center;
  gap: 0 3px;
  font-size: 13px;
  font-weight: 600;
  color: #A48F71;
  line-height: 1;
  margin-bottom: 8px;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .category:before, .single_ranking .top_ranking_wrap .card_block a .card_info .category:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #FDD13A;
  display: block;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .category span:after, .single_ranking .top_ranking_wrap .card_block a .card_info .category span:after {
  content: "/";
  margin-left: 3px;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .category span:last-child:after, .single_ranking .top_ranking_wrap .card_block a .card_info .category span:last-child:after {
  display: none;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .meta, .single_ranking .top_ranking_wrap .card_block a .card_info .meta {
  display: flex;
  align-items: center;
  gap: 0 8px;
  line-height: 1;
  margin-bottom: 8px;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .meta .vol, .single_ranking .top_ranking_wrap .card_block a .card_info .meta .vol {
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .meta .company, .single_ranking .top_ranking_wrap .card_block a .card_info .meta .company {
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3c;
}
.top_ranking .top_ranking_wrap .card_block a .card_info h3, .single_ranking .top_ranking_wrap .card_block a .card_info h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #3C3C3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 14px;
  transition: all 0.3s;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .card_info h3, .single_ranking .top_ranking_wrap .card_block a .card_info h3 {
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.top_ranking .top_ranking_wrap .card_block a .card_info .tags, .single_ranking .top_ranking_wrap .card_block a .card_info .tags {
  margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .card_info .tags, .single_ranking .top_ranking_wrap .card_block a .card_info .tags {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -38px;
    margin-bottom: 0;
  }
}
.top_ranking .top_ranking_wrap .card_block a .card_info .tags ul, .single_ranking .top_ranking_wrap .card_block a .card_info .tags ul {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  height: 24px;
  overflow: hidden;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .tags ul li, .single_ranking .top_ranking_wrap .card_block a .card_info .tags ul li {
  padding: 6px;
  background: #F3F1E5;
  color: #3C3C3C;
  line-height: 1;
  font-size: 11px;
  border-radius: 3px;
  transition: all 0.3s;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .tags ul li:hover, .single_ranking .top_ranking_wrap .card_block a .card_info .tags ul li:hover {
  background: #E1DFC6;
}
.top_ranking .top_ranking_wrap .card_block a .card_info .date, .single_ranking .top_ranking_wrap .card_block a .card_info .date {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 12px;
  color: #A48F71;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .card_info .date, .single_ranking .top_ranking_wrap .card_block a .card_info .date {
    left: 0;
    bottom: -58px;
  }
}
.top_ranking .top_ranking_wrap .card_block a .card_info .like, .single_ranking .top_ranking_wrap .card_block a .card_info .like {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 13px;
  color: #3c3c3c;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a .card_info .like, .single_ranking .top_ranking_wrap .card_block a .card_info .like {
    right: 0;
    bottom: -58px;
  }
}
.top_ranking .top_ranking_wrap .card_block a .card_info .like:before, .single_ranking .top_ranking_wrap .card_block a .card_info .like:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/like_dissable.svg");
  background-size: cover;
  display: block;
}
.top_ranking .top_ranking_wrap .card_block a:hover, .single_ranking .top_ranking_wrap .card_block a:hover {
  box-shadow: 0px 0px 10px 0px rgb(187, 187, 187);
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block a:hover, .single_ranking .top_ranking_wrap .card_block a:hover {
    box-shadow: none;
  }
}
.top_ranking .top_ranking_wrap .card_block a:hover h3, .single_ranking .top_ranking_wrap .card_block a:hover h3 {
  color: #FEB700;
}
.top_ranking .top_ranking_wrap .card_block a:hover .thumbnail img, .single_ranking .top_ranking_wrap .card_block a:hover .thumbnail img {
  width: 115%;
  height: 115%;
}
.top_ranking .top_ranking_wrap .card_block.disable, .single_ranking .top_ranking_wrap .card_block.disable {
  box-shadow: none;
  background: none;
}
.top_ranking .top_ranking_wrap .card_block.disable a h3, .single_ranking .top_ranking_wrap .card_block.disable a h3 {
  color: #3C3C3C;
}
.top_ranking .top_ranking_wrap .card_block.disable a .thumbnail img, .single_ranking .top_ranking_wrap .card_block.disable a .thumbnail img {
  width: 100%;
  height: 100%;
}
.top_ranking .top_ranking_wrap .card_block:first-child, .single_ranking .top_ranking_wrap .card_block:first-child {
  grid-row: 1/3;
}
.top_ranking .top_ranking_wrap .card_block:first-child a, .single_ranking .top_ranking_wrap .card_block:first-child a {
  aspect-ratio: 418/600;
  width: 418px;
}
@media screen and (max-width: 1080px) {
  .top_ranking .top_ranking_wrap .card_block:first-child a, .single_ranking .top_ranking_wrap .card_block:first-child a {
    width: 100%;
    aspect-ratio: auto;
  }
}
.top_ranking .top_ranking_wrap .card_block:first-child a .thumbnail, .single_ranking .top_ranking_wrap .card_block:first-child a .thumbnail {
  position: relative;
}
.top_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before {
  content: "1";
  background: #CBAA4F;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 49px;
  width: 49px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .top_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:first-child a .thumbnail:before {
    content: "1";
    background: #CBAA4F;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 76px;
    width: 76px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info {
    padding: 32px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .category, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .category {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .category:before, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #FDD13A;
    display: block;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta {
    gap: 0 10px;
    margin-bottom: 12px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta .vol, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta .vol {
    font-size: 13px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta .company, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .meta .company {
    font-size: 16px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info h3, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags {
    margin-bottom: 20px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags ul, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags ul {
    gap: 0 8px;
    height: 32px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags ul li, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .tags ul li {
    padding: 10px;
    font-size: 12px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .date, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .date {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 14px;
    color: #A48F71;
    line-height: 1;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .like, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .like {
    position: absolute;
    bottom: 32px;
    right: 32px;
    font-size: 15px;
  }
  .top_ranking .top_ranking_wrap .card_block:first-child a .card_info .like:before, .single_ranking .top_ranking_wrap .card_block:first-child a .card_info .like:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/like_dissable.svg");
    background-size: cover;
    display: block;
  }
}
.top_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail, .single_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail {
  position: relative;
}
.top_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail:before {
  content: "2";
  background: #B8B9BA;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 49px;
  width: 49px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(2) a .thumbnail:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.top_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail, .single_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail {
  position: relative;
}
.top_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail:before {
  content: "3";
  background: #B18054;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 49px;
  width: 49px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(3) a .thumbnail:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.top_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail, .single_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail {
  position: relative;
}
.top_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail:before {
  content: "4";
  background: #595757;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 49px;
  width: 49px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(4) a .thumbnail:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.top_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail, .single_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail {
  position: relative;
}
.top_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail:before {
  content: "5";
  background: #595757;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 49px;
  width: 49px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 570px) {
  .top_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail:before, .single_ranking .top_ranking_wrap .card_block:nth-child(5) a .thumbnail:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .keywords {
    display: none;
  }
}
.keywords h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 24px;
}
.keywords h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-keyword.svg");
  background-size: contain;
  background-position: center;
  display: block;
}

.top_gallery, .single_gallery {
  background: #fff;
  padding: 56px 0 48px 0;
  margin-top: 72px;
}
@media screen and (max-width: 570px) {
  .top_gallery, .single_gallery {
    margin-top: 32px;
    padding: 32px 0;
  }
}
.top_gallery h2, .single_gallery h2 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 18px;
}
@media screen and (max-width: 570px) {
  .top_gallery h2, .single_gallery h2 {
    padding: 0px 20px;
    font-size: 20px;
  }
}
.top_gallery h2:before, .single_gallery h2:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-gallery.svg");
  background-size: contain;
  background-position: center;
  display: block;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top_gallery .anim_gallery, .single_gallery .anim_gallery {
  display: flex;
  overflow: hidden;
  height: 190px;
  align-items: center;
  margin-bottom: 30px;
}
.top_gallery .gallery_carousel, .single_gallery .gallery_carousel {
  display: flex;
}
.top_gallery .gallery_carousel.stop, .single_gallery .gallery_carousel.stop {
  animation: none;
}
.top_gallery .gallery_carousel .gallery_modal_open, .single_gallery .gallery_carousel .gallery_modal_open {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 240/170;
  width: 240px;
  margin: 0 12px;
  transition: transform 0.2s;
}
.top_gallery .gallery_carousel .gallery_modal_open img, .single_gallery .gallery_carousel .gallery_modal_open img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_gallery .gallery_carousel .gallery_modal_open:hover, .single_gallery .gallery_carousel .gallery_modal_open:hover {
  transform: scale(1.1);
}
.top_gallery .slide-paused:hover .gallery_carousel, .single_gallery .slide-paused:hover .gallery_carousel {
  animation-play-state: paused;
}
@media screen and (max-width: 570px) {
  .top_gallery .slide-paused:hover .gallery_carousel, .single_gallery .slide-paused:hover .gallery_carousel {
    animation-play-state: running;
  }
}

@media screen and (max-width: 570px) {
  .top_gallery h2 {
    padding: 0px !important;
  }
}

.single_gallery {
  display: none;
}
@media screen and (max-width: 1080px) {
  .single_gallery {
    display: block;
  }
}

.home .content .inner_sidebar .sidebar .side_keywords {
  display: none;
}
@media screen and (max-width: 1080px) {
  .home .content .inner_sidebar .sidebar .side_keywords {
    display: block;
  }
}