@keyframes child_fade-right {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes child_fade-left {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes child_fade-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes child_fade-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes child_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes child_rotate {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes child_width-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes child_hidden {
  from {
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
  }
  to {
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
  }
}
@keyframes child_zoom-80 {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes flowing-background {
  0% {
    background-position: 300% 0%;
    filter: brightness(1);
  }
  25% {
    background-position: 150% 0%;
    filter: brightness(2);
  }
  50% {
    background-position: 0% 0%;
    filter: brightness(1);
  }
  70% {
    background-position: -150% 0%;
    filter: brightness(2);
  }
  100% {
    background-position: -300% 0%;
    filter: brightness(1);
  }
}
@keyframes width-height-0 {
  99% {
    width: auto;
    height: auto;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@font-face {
  font-family: "Noto Serif";
  src: url("../../../webfonts/Noto_Serif/NotoSerif-Bold.ttf") format("truetype");
  src: url("../../../webfonts/Noto_Serif/NotoSerif-BoldItalic.ttf") format("truetype");
  src: url("../../../webfonts/Noto_Serif/NotoSerif-Italic.ttf") format("truetype");
  src: url("../../../webfonts/Noto_Serif/NotoSerif-Regular.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Noto Serif", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 1023px) {
  body {
    margin-top: 0 !important;
  }
}
.navi .menu-item__has-icon,
.navi-footer .menu-item__has-icon {
  top: 0;
  bottom: 0;
  height: calc(50px - 15px);
  line-height: calc(50px - 15px);
}
.navi .menu-item__has-icon a,
.navi-footer .menu-item__has-icon a {
  position: relative;
  padding: 0 36px 0 12px !important;
}
.navi .menu-item__has-icon a::before,
.navi-footer .menu-item__has-icon a::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
}
.navi .menu-item__contact a,
.navi-footer .menu-item__contact a {
  border-radius: 2em;
  color: white !important;
  background: linear-gradient(90deg, #8a2387 0%, #e94057 60.94%);
  margin: auto;
}
.navi .menu-item__contact a::before,
.navi-footer .menu-item__contact a::before {
  content: "\f0e0";
}

.header-container {
  position: fixed;
  z-index: 90000;
  width: 100%;
  top: 0;
  backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 0px solid #dfdfdf;
  transition: all 0.4s;
}
.header-container-in.hlt-top-menu {
  padding: 0 20px;
  width: 1340px;
  max-width: calc(100% - 40px);
}
.header-container-in.hlt-top-menu .header {
  padding-left: 20px;
}
.header-container-in.hlt-top-menu .header .logo-header img {
  max-height: 20px;
  vertical-align: unset;
}
.header-container-in.hlt-top-menu .site-name-text {
  font-weight: bold;
}
.header-container-in.hlt-top-menu .navi {
  margin: 0 40px;
  padding: 0 20px;
  position: relative;
  background-color: transparent !important;
}
.header-container-in.hlt-top-menu .navi::before {
  content: "";
  position: absolute;
  height: calc(50px / 3);
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dfdfdf;
}
.header-container-in.hlt-top-menu .navi .navi-in > ul {
  justify-content: flex-start;
}
.header-container-in.hlt-top-menu .navi .navi-in a {
  font-weight: bold;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top {
  position: relative;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item {
  width: auto;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item a {
  padding: 0 20px;
  font-size: 12px;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item__right {
  position: absolute;
  right: 0;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item__has-icon {
  margin: auto;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item__has-icon + .menu-item {
  margin-left: 10px;
}
.header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item:not(.menu-item__has-icon) {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1023px) {
  .header-container-in.hlt-top-menu {
    padding: 0;
  }
  .header-container-in.hlt-top-menu .navi {
    margin-right: 0;
  }
  .mblt-header-mobile-buttons .menu-pc {
    display: flex;
  }
  .mobile-header-menu-buttons {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header-container-in.hlt-top-menu {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    opacity: 0;
    height: 50px;
    z-index: -1;
    animation: unset !important;
  }
  .mobile-header-menu-buttons {
    margin-top: 0 !important;
    position: fixed;
    top: 0 !important;
    box-shadow: unset;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: all 0.1s ease 0s;
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: #d4d4d4 0px 0px 3px 0px;
  }
  .mobile-header-menu-buttons > li {
    flex-grow: unset !important;
    width: auto !important;
    padding: 0;
    margin: 0;
    line-height: unset;
    min-width: unset;
  }
  .mobile-header-menu-buttons .logo-menu-button img {
    height: 18px;
    width: auto;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-button-in .navi-menu-icon {
    width: 14px;
    height: 14px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(45deg);
    top: -3px;
    position: relative;
    transition: all 0.3s;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content {
    opacity: 0;
    transform: translateY(calc(-105% - 50px));
    width: 100%;
    max-width: unset;
    padding: 0 30px;
    top: 50px;
    height: calc(100% - 50px);
    overflow: auto;
    display: flex;
    flex-direction: column;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .search-box {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .search-edit {
    border: 0;
    padding: 10px 5px;
    background: unset;
    outline: unset;
    font-size: 14px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .search-submit {
    position: initial;
    padding: 0;
    margin-right: 10px;
    color: #333;
    font-size: 18px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer {
    padding: 0;
    height: 100%;
    position: relative;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item a {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item:not(.menu-item__right) a:hover {
    background: linear-gradient(90deg, #8a2387 0%, #e94057 60.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__right {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__has-icon {
    width: 100%;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__has-icon a {
    position: relative;
    border-radius: 2em;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: bold;
    font-size: 16px;
    width: 90%;
    margin: 0 auto 15px;
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__has-icon a::before {
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__contact a {
    color: white !important;
    background: linear-gradient(90deg, #8a2387 0%, #e94057 60.94%);
  }
  .mobile-header-menu-buttons .navi-menu-button .menu-content .menu-drawer .menu-item__contact a::before {
    content: "\f0e0";
  }
  #navi-menu-input:checked ~ .mobile-header-menu-buttons {
    background: #393939;
    backdrop-filter: unset;
  }
  #navi-menu-input:checked ~ .mobile-header-menu-buttons::after {
    opacity: 0;
  }
  #navi-menu-input:checked ~ .mobile-header-menu-buttons .logo-menu-button img {
    filter: brightness(10);
  }
  #navi-menu-input:checked ~ .mobile-header-menu-buttons .navi-menu-button .menu-button-in .navi-menu-icon {
    transform: rotate(45deg) scale(-1);
    top: 4px;
    border-color: white;
  }
  #navi-menu-input:checked ~ .mobile-header-menu-buttons .navi-menu-button .menu-content {
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.5s ease-in-out, background-color 1s ease-in-out, backdrop-filter 1s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: calc(600px + 1px)) {
  .sp-large-visible {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-hidden {
    display: none !important;
  }
}
.animation-fade-left {
  animation: child_fade-left 0.9s cubic-bezier(0.5, 0, 0, 1);
}
.animation-fade-up {
  animation: child_fade-up 0.9s cubic-bezier(0.5, 0, 0, 1);
}
.animation-fade-right {
  animation: child_fade-right 0.9s cubic-bezier(0.5, 0, 0, 1);
}
.animation-fade-down {
  animation: child_fade-down 0.9s cubic-bezier(0.5, 0, 0, 1);
}

.button-gradation__main a {
  background: linear-gradient(90deg, #8a2387 0%, #e94057 60.94%);
  border-radius: 90px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 19px 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.button__arrow a {
  padding-right: 82px;
}
.button__arrow a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: 12px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .button-gradation__main a {
    font-size: 16px;
    padding: 14px 43px;
    line-height: 20px;
  }
}
.icontitle {
  position: relative;
  padding-bottom: 5px !important;
  width: fit-content;
}
.icontitle::before {
  font-size: 70%;
  position: absolute;
  bottom: 0;
  top: -5px;
  margin: auto;
  height: fit-content;
  width: fit-content;
  left: -30px;
}
.icontitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background: black;
  border-radius: 2em;
}
.icontitle-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
}
.icontitle-work::before {
  left: -33px;
  content: "\f108";
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 820px) {
  .icontitle {
    display: flex;
    align-items: center;
  }
  .icontitle::before {
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .icontitle::before {
    margin-right: 5px;
  }
}

.split-heading span {
  line-height: 1;
}
.split-heading > span:not(:last-child) {
  margin-bottom: 15px;
  display: inline-block;
}

.card-type1 {
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 0px #eeeeee;
  border-radius: 50px;
}
.card-type1 .card__header {
  text-align: center;
  margin-bottom: 0px;
}
.card-type1 .card__header .card__tag .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.card-type1 .card__header .card__tag .wp-block-buttons .wp-block-button__link {
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 0.2em;
}
.card-type1 .card__body {
  padding: 20px 12px;
  margin-bottom: 20px !important;
}
.card-type1 .card__body p {
  font-size: 18px;
  line-height: 21px;
}
.card-type1 .card__title {
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.card-type1 .card__title .ghostkit-icon-box-icon {
  font-size: 37px;
}
.card-type1 .card__title .ghostkit-icon-box-content {
  flex: unset;
  padding: 0;
  margin-left: 15px;
}
.card-type1 .card__title .ghostkit-icon-box-content > * {
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.card-type1 .card__subtitle {
  margin-bottom: 22px;
}
.card-type1 .card__subtitle p {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .card-type1 .card__title {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 500px) {
  .card-type1 {
    padding: 40px 20px;
  }
  .card-type1 .card__header {
    margin-bottom: 40px;
  }
  .card-type1 .card__header .card__tag .wp-block-buttons .wp-block-button__link {
    font-size: 10px;
    padding: 5px 20px;
  }
  .card-type1 .card__title {
    margin-bottom: 8px !important;
  }
  .card-type1 .card__title .ghostkit-icon-box-icon {
    font-size: 24px;
  }
  .card-type1 .card__title .ghostkit-icon-box-content {
    margin-left: 10px;
  }
  .card-type1 .card__title .ghostkit-icon-box-content > * {
    font-size: 24px;
  }
  .card-type1 .card__subtitle {
    margin-bottom: 10px !important;
  }
  .card-type1 .card__subtitle p {
    font-size: 10px;
  }
  .card-type1 .card__body {
    padding: 0;
  }
  .card-type1 .card__body p {
    font-size: 14px;
  }
}
.column-ic {
  margin-top: 60px;
  margin-bottom: 40px;
  gap: 10px;
}
.column-ic__txt {
  text-align: center;
  font-size: 12px !important;
}
.column-ic .wp-block-image {
  max-height: 600px;
  overflow-y: auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.column-ic .wp-block-image figcaption {
  text-align: center;
  font-size: 12px;
}
@supports (overflow-x: clip) {
  .column-ic .ghostkit-carousel {
    overflow: unset;
    overflow-x: clip;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .column-ic .ghostkit-carousel .ghostkit-carousel-items {
    padding-bottom: 0 !important;
  }
  .column-ic .ghostkit-carousel .ghostkit-carousel-bullets {
    bottom: -20px !important;
  }
}
.column-ic .ghostkit-carousel .wp-block-image {
  box-shadow: unset;
}
.column-ic .ghostkit-carousel-items {
  margin-top: 0;
}
.column-ic .ghostkit-carousel-arrow {
  box-shadow: 0 1px 5px 0 #ccc;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.15;
  backdrop-filter: blur(2px);
  transform: translateY(0) !important;
}
.column-ic .ghostkit-carousel-arrow-prev {
  left: 5px;
}
.column-ic .ghostkit-carousel-arrow-next {
  right: 5px;
}
.column-ic .ghostkit-carousel:hover .ghostkit-carousel-arrow {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .column-ic .wp-block-image {
    max-height: 400px;
  }
  .column-ic .ghostkit-carousel {
    margin-bottom: 30px !important;
  }
}
.entry-card-list-group h3 {
  margin: 40px 0;
}
.entry-card-list-group .custom-entry-card-list-wrapper:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.entry-card-list-group .ghostkit-widgetized-area:not(:last-child) .custom-entry-card-list-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.entry-card-list-group .ghostkit-widgetized-area .utils-list-widget:not(:last-child) .custom-entry-card-list-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
  .entry-card-list-group h3 {
    margin: 30px 0;
  }
  .entry-card-list-group .ghostkit-widgetized-area .utils-list-widget:not(:last-child) .custom-entry-card-list-wrapper {
    border: unset;
  }
  .entry-card-list-group .ghostkit-widgetized-area:not(:last-child) .custom-entry-card-list-wrapper {
    border: unset;
  }
}
.fv-title {
  font-size: 38px;
  line-height: 55px;
  margin-bottom: 40px;
}
.fv-title strong {
  background: linear-gradient(90deg, #8a2387 0%, #e94057 60.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.5;
  font-size: 43px;
}
.fv-list {
  font-size: 20px;
  padding-inline-start: 20px;
  line-height: 27px;
  margin-bottom: 50px !important;
}
.fv-section {
  margin-top: 34px;
  margin-bottom: 50px !important;
}
.fv-section > .wp-block-columns .wp-block-column {
  flex-basis: unset !important;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(1) {
  width: 54%;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(1) .button-gradation__main a {
  padding: 19px 88px 19px 65px;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(2) {
  margin-left: 0 !important;
  width: 46%;
  min-width: 490px;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card {
  margin: auto !important;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card .wp-block-image {
  transition: transform 1s 0.8s;
}
.fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card .wp-block-image:nth-child(2) {
  bottom: 80px;
}
.fv-section > .wp-block-columns .wp-block-column .fv-title {
  margin-top: 36px;
}

@media screen and (max-width: 1250px) {
  .fv-title {
    font-size: 3.1vw;
  }
  .fv-title strong {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 1170px) {
  .fv-title {
    font-size: 2.6vw;
  }
  .fv-title strong {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 1023px) {
  .fv-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .fv-title strong {
    font-size: 33px;
  }
  .fv-list {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px !important;
  }
  .fv-section > .wp-block-columns {
    flex-wrap: nowrap !important;
    padding: 0 20px;
  }
  .fv-section > .wp-block-columns .wp-block-column .fv-title {
    margin-top: 15px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(1) .button-gradation__main a {
    font-size: 14px;
    padding: 9px 88px 9px 65px;
    line-height: 16px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) {
    min-width: unset;
    width: 35%;
    max-height: 330px;
    min-width: 330px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 {
    height: 100%;
    width: 100%;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image {
    width: 36% !important;
    bottom: 40px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image img {
    max-height: 270px !important;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image:nth-child(2) {
    bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .fv-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .fv-title strong {
    font-size: 25px;
  }
  .fv-list {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 35px !important;
  }
  .fv-section > .wp-block-columns {
    padding: 0;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(1) .button-gradation__main a {
    padding: 9px 30px 9px 30px;
    display: flex;
    align-items: center;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) {
    max-height: 270px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image {
    bottom: 30px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image img {
    max-height: 210px !important;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image:nth-child(2) {
    bottom: 50px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image:nth-child(3) img, .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image:nth-child(4) img {
    max-height: 230px !important;
  }
}
@media screen and (max-width: 660px) {
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) {
    min-width: 270px;
    max-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .fv-section {
    margin-bottom: 35px !important;
    margin-top: 24px;
  }
  .fv-section > .wp-block-columns {
    padding: 0;
    flex-wrap: wrap !important;
  }
  .fv-section > .wp-block-columns .wp-block-column {
    width: 100% !important;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(1) {
    margin-bottom: 0;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(1) .wp-block-buttons {
    display: none;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) {
    max-height: unset;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 {
    height: 255px;
    width: 351px;
  }
  .fv-section > .wp-block-columns .wp-block-column:nth-child(2) .images-card__sheets4 .wp-block-image {
    width: 100px !important;
  }
  .fv-section > .wp-block-columns .wp-block-column .fv-title {
    margin-top: 0;
    font-size: 20px;
  }
  .fv-section > .wp-block-columns .wp-block-column .fv-title strong {
    font-size: 23px;
  }
}
.images-card {
  position: relative;
  margin: auto;
}
.images-card .wp-block-image {
  position: absolute !important;
  left: 0;
  transform-origin: top;
  width: auto;
  margin: unset !important;
}
.images-card .wp-block-image img {
  object-fit: cover !important;
  object-position: top !important;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 3px rgba(102, 102, 102, 0.22)) drop-shadow(-3px 2px 2px rgba(50, 50, 50, 0.3)) drop-shadow(8px 5px 5px rgba(50, 50, 50, 0.18)) drop-shadow(-3px 2px 5px rgba(0, 0, 0, 0.2));
}
.images-card .wp-block-image:nth-child(1) {
  z-index: 500;
}
.images-card .wp-block-image:nth-child(2) {
  z-index: 490;
}
.images-card .wp-block-image:nth-child(3) {
  z-index: 480;
}
.images-card .wp-block-image:nth-child(4) {
  z-index: 470;
}
.images-card .wp-block-image:hover {
  z-index: 1000;
}
.images-card__sheets4 {
  height: 475px;
  width: 548px;
  max-width: 100%;
}
.images-card__sheets4 .wp-block-image {
  width: 200px !important;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto !important;
  transform-origin: bottom;
}
.images-card__sheets4 .wp-block-image img {
  max-height: 410px !important;
}
.images-card__sheets4 .wp-block-image:nth-child(1) {
  transform: rotate(-29deg);
}
.images-card__sheets4 .wp-block-image:nth-child(2) {
  transform: rotate(-12deg);
}
.images-card__sheets4 .wp-block-image:nth-child(3) {
  transform: rotate(6deg);
}
.images-card__sheets4 .wp-block-image:nth-child(4) {
  transform: rotate(27deg);
}

@media screen and (max-width: 768px) {
  .images-card__sheets4 {
    width: 351px;
    height: 255px;
  }
  .images-card__sheets4 .wp-block-image {
    width: 30% !important;
    bottom: 30px;
  }
  .images-card__sheets4 .wp-block-image img {
    max-height: 215px !important;
  }
}
.sbox-gray {
  padding: 10px 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
.sbox-gray p {
  font-size: 12px;
  color: #949495;
}

.section-black {
  padding: 60px 0 90px;
  color: white;
  background: linear-gradient(106.83deg, #131313 0%, rgba(19, 19, 19, 0.95) 49.48%, #131313 100%);
}
.section-black h1,
.section-black h2,
.section-black h3,
.section-black h4,
.section-black h5,
.section-black h6 {
  color: white;
}
.section-black h2 {
  padding-bottom: 30px !important;
  position: relative;
}
.section-black h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #e94057 0%, #fcb045 18%, #d138cd 36%, #e94057 44%, #fcb045 62%, #d138cd 80%, #e94057 100%);
  border-radius: 2em;
  background-size: 200%;
  animation: flowing-background 16s infinite linear;
}
.section-black h3 {
  font-size: 36px;
}
.section-black ul,
.section-black ol {
  line-height: 19px;
}
.section-black .card-type1 {
  box-shadow: unset;
  background: linear-gradient(101.99deg, #222222 4.5%, #090909 28.37%, #191919 100%);
}
.section-black .card-type1 .card__header .card__tag .wp-block-buttons .wp-block-button__link {
  background: #424242;
  color: #e7e7e7;
}
.section-black .card-type1 .card__title .ghostkit-icon-box-icon {
  color: white;
}
.section-black .slick-slider-nav__slider .slick-list {
  box-shadow: -5px -5px 20px 0px #eb4856, 5px -5px 20px 0px #fcae46, 5px 5px 20px 0px #d643c1, 0px 0px 14px 0px #767676;
  border-radius: 50px;
}
.section-black .slick-slider-nav__nav {
  height: 90px;
}
.section-black .slick-slider-nav__nav .circular-text-icon {
  transform: scale(0.6);
  margin-top: -20px !important;
  margin-left: -20px !important;
  cursor: pointer;
}
.section-black > .wp-block-columns > .wp-block-column {
  flex-basis: unset !important;
}
.section-black > .wp-block-columns > .wp-block-column:first-child {
  width: 38%;
  min-width: 440px;
}
.section-black > .wp-block-columns > .wp-block-column:last-child {
  margin-top: 98px;
  margin-left: 53px;
  width: 62%;
}
.section-black.section-wave-top {
  position: relative;
}
.section-black.section-wave-top::before {
  top: 0;
  transform: scale(1, -1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-black.section-wave-top::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-black.section-wave-top::before {
    transform: scale(-1, -1);
  }
}
.section-black.section-wave-top--outer::before {
  top: -30px;
  transform: unset;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-black.section-wave-top--outer::before {
    top: -10px;
  }
}
.section-black.section-wave-bottom {
  position: relative;
}
.section-black.section-wave-bottom::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-black.section-wave-bottom::after {
    height: 10px;
  }
}
.section-black.section-wave-bottom--outer::after {
  bottom: -30px;
  transform: scale(1, -1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-black.section-wave-bottom--outer::after {
    bottom: -10px;
  }
}
.section-lightgray {
  background: #fbfbfd;
}
.section-lightgray > * {
  padding: 60px 30px;
}
.section-lightgray.section-wave-top {
  position: relative;
}
.section-lightgray.section-wave-top::before {
  top: 0;
  transform: scale(1, -1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-lightgray.section-wave-top::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-lightgray.section-wave-top::before {
    transform: scale(-1, -1);
  }
}
.section-lightgray.section-wave-top--outer::before {
  top: -30px;
  transform: unset;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fbfbfd' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-lightgray.section-wave-top--outer::before {
    top: -10px;
  }
}
.section-lightgray.section-wave-bottom {
  position: relative;
}
.section-lightgray.section-wave-bottom::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-lightgray.section-wave-bottom::after {
    height: 10px;
  }
}
.section-lightgray.section-wave-bottom--outer::after {
  bottom: -30px;
  transform: scale(1, -1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fbfbfd' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section-lightgray.section-wave-bottom--outer::after {
    bottom: -10px;
  }
}
.section-lightgray.section-wave-top {
  padding-top: 0;
}
.section-lightgray.section-wave-top--outer > * {
  padding-top: 40px;
}
.section.section-wave-top {
  position: relative;
}
.section.section-wave-top::before {
  top: 0;
  transform: scale(1, -1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section.section-wave-top::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-wave-top::before {
    transform: scale(-1, -1);
  }
}
.section.section-wave-top--outer::before {
  top: -30px;
  transform: unset;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section.section-wave-top--outer::before {
    top: -10px;
  }
}
.section.section-wave-bottom {
  position: relative;
}
.section.section-wave-bottom::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section.section-wave-bottom::after {
    height: 10px;
  }
}
.section.section-wave-bottom--outer::after {
  bottom: -30px;
  transform: scale(1, -1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 16' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 8 6 14.6087 16 14.6087C26 14.6087 40 0 60 0C80 0 94 14.6087 104 14.6087C114 14.6087 120 8 120 8V16H60H0V8Z' fill='%23fff' /%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .section.section-wave-bottom--outer::after {
    bottom: -10px;
  }
}

@media screen and (max-width: 1123px) {
  .section-black .split-heading {
    font-size: 24px;
  }
  .section-black .split-heading .fz-44px {
    font-size: 32px;
  }
  .section-black > .wp-block-columns > .wp-block-column:first-child {
    min-width: unset;
  }
}
@media screen and (max-width: 834px) {
  .section-black {
    padding: 35px 0 70px;
  }
  .section-black h2 {
    margin: 0 0 20px;
    padding-bottom: 20px !important;
  }
  .section-black h3 {
    font-size: 26px;
  }
  .section-black .split-heading .fz-44px {
    font-size: 30px;
  }
  .section-black .slick-slider-nav > * {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-black .slick-slider-nav__slider > .slick-list {
    margin-bottom: 0;
  }
  .section-black .slick-slider-nav__slider > .slick-list > .slick-track > .wp-block-column {
    margin-bottom: 0;
  }
  .section-black .slick-slider-nav__nav {
    margin-bottom: 40px !important;
  }
  .section-black > .wp-block-columns {
    flex-wrap: wrap;
  }
  .section-black > .wp-block-columns > .wp-block-column:first-child {
    width: 100%;
    margin-bottom: 0;
  }
  .section-black > .wp-block-columns > .wp-block-column:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-lightgray {
    padding: 35px 0;
  }
  .section-lightgray > * > h2 {
    margin: 0 0 30px;
  }
  .section-lightgray .entry-card-list-group {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-black .slick-slider-nav__nav .circular-text-icon {
    height: 65px;
    margin-top: 0 !important;
    transform: scale(0.5);
  }
}
html body.--is-black-section .header-container {
  border-bottom: 1px solid #333;
  background-color: rgba(29, 29, 29, 0.8) !important;
}
html body.--is-black-section .header-container-in.hlt-top-menu .header .logo-header img {
  filter: brightness(10);
}
html body.--is-black-section .header-container-in.hlt-top-menu .navi::before {
  background: white;
}
html body.--is-black-section .header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item a {
  color: white !important;
}
html body.--is-black-section .header-container-in.hlt-top-menu .navi .navi-in .menu-top .menu-item__contact a {
  border: unset;
}
html body.--is-black-section .mobile-header-menu-buttons {
  box-shadow: unset;
  border-bottom: 1px solid #333;
  background-color: rgba(29, 29, 29, 0.8) !important;
}
html body.--is-black-section .mobile-header-menu-buttons .logo-menu-button img {
  filter: brightness(10);
}
html body.--is-black-section .mobile-header-menu-buttons .navi-menu-button .menu-button-in .navi-menu-icon {
  border-color: white;
}

.slick-slider-nav__slider:not(.slick-initialized) {
  max-height: 500px;
  overflow: hidden;
}
.slick-slider-nav__nav .slick-slide {
  outline: unset;
}

@media screen and (max-width: 500px) {
  .slick-slider-nav > * {
    display: flex;
    flex-direction: column-reverse;
  }
  .slick-slider-nav__slider > .slick-list > .slick-track > .wp-block-column {
    margin-bottom: 0;
  }
}
.slider-container .slider-title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.slider-container .slider .slider-item {
  margin: auto 40px;
}
.slider-container .slider .slider-item__img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.31));
}

.width-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.width-full__1200 > * {
  max-width: 1260px;
  padding: 0 30px;
  margin: auto;
}
.width-full__1600 > * {
  max-width: 1600px;
  padding: 0 30px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .width-full > * {
    padding: 0 20px;
  }
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  margin-bottom: 0;
}

.wp-block-buttons {
  gap: 0px !important;
}
.wp-block-buttons > .wp-block-button {
  margin: 0 5px 10px !important;
}

.article h2 {
  margin: 30px 0;
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  background: unset;
}
.article h3 {
  padding: 0;
  margin: 30px 0;
  border: 0;
}
.article h4 {
  font-size: 16px;
  margin: 15px 0;
  padding: 0;
  border: 0;
}
.article h5 {
  font-size: 15px;
  margin: 0.6em 0 0.4em;
}
.article ul,
.article ol {
  padding-inline-start: 20px;
}

@media screen and (max-width: 500px) {
  .article h2 {
    font-size: 24px;
    margin: 20px 0;
  }
  .article h4 {
    margin: 10px 0;
  }
}
.blogcard {
  border: 1px solid #eee !important;
  border-radius: 10px;
}

.cat-link:hover {
  color: #000;
}

.eye-catch img {
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-height: 540px;
  object-fit: contain;
  object-position: center;
}

.card-thumb img {
  border-radius: 5px;
}

.custom-entry-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.custom-entry-card-list .custom-entry-card-wrapper {
  text-decoration: unset;
  color: #000;
}
.custom-entry-card-list__card .custom-entry-card-wrapper {
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  border-radius: 15px;
  height: min-content;
  max-width: 520px;
  margin: 0 auto;
}
.custom-entry-card-list__card .custom-entry-card-wrapper.thumb-no-frame .custom-entry-card__thumb-single .custom-entry-card__thumb {
  box-shadow: unset;
  overflow: unset;
}
.custom-entry-card-list__card .custom-entry-card-wrapper.img-fit-contain .custom-entry-card__thumb-single .custom-entry-card__thumb img {
  object-fit: contain;
}
.custom-entry-card-list__card .custom-entry-card-wrapper.img-no-filter .custom-entry-card__thumb-single .custom-entry-card__thumb img {
  filter: unset;
}
.custom-entry-card-list__card .custom-entry-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px 30px 35px;
}
.custom-entry-card-list__card .custom-entry-card__title {
  margin: 0 0 45px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.custom-entry-card-list__card .custom-entry-card__thumb-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.custom-entry-card-list__card .custom-entry-card__thumb-wrapper .custom-entry-card__thumb img {
  filter: drop-shadow(2px 2px 3px rgba(102, 102, 102, 0.22)) drop-shadow(-3px 2px 2px rgba(50, 50, 50, 0.3)) drop-shadow(8px 5px 5px rgba(50, 50, 50, 0.18)) drop-shadow(-3px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
.custom-entry-card-list__card .custom-entry-card__thumb-single {
  max-width: 320px;
}
.custom-entry-card-list__card .custom-entry-card__thumb-single .custom-entry-card__thumb {
  width: 100%;
  height: 197px;
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.custom-entry-card-list__card .custom-entry-card__thumb-single .custom-entry-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0, 0, 0.32, 0.97);
}
.custom-entry-card-list__card .custom-entry-card__thumbs {
  position: relative;
  height: 390px;
  max-width: 318px;
}
.custom-entry-card-list__card .custom-entry-card__thumbs .custom-entry-card__thumb {
  position: absolute;
  transform-origin: top;
}
.custom-entry-card-list__card .custom-entry-card__thumbs .custom-entry-card__thumb:nth-child(1) {
  left: -10px;
  bottom: 0;
  transform: rotate(-22deg);
  z-index: 500;
}
.custom-entry-card-list__card .custom-entry-card__thumbs .custom-entry-card__thumb:nth-child(2) {
  right: 0;
  bottom: 35px;
  transform: rotate(15deg);
  z-index: 490;
}
.custom-entry-card-list__card .custom-entry-card__content {
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}
.custom-entry-card-list__card .custom-entry-card__snippet {
  margin-bottom: 20px;
}
.custom-entry-card-list__card .custom-entry-card__snippet p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.custom-entry-card-list__card .custom-entry-card__skills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 1;
}
.custom-entry-card-list__card .custom-entry-card__skills .custom-entry-card__skill {
  margin-bottom: 5px;
}
.custom-entry-card-list__card .custom-entry-card__skills .custom-entry-card__skill:not(:last-child) {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid;
  display: inline-block;
}
.custom-entry-card-list__card .custom-entry-card:hover .custom-entry-card__thumb-single .custom-entry-card__thumb img {
  transform: scale(1.2);
  opacity: 0.8;
}
.custom-entry-card-list__columns .custom-entry-card {
  display: flex;
}
.custom-entry-card-list__columns .custom-entry-card-column:first-child {
  margin-right: 20px;
}
.custom-entry-card-list__columns .custom-entry-card-column:last-child {
  margin: 10px 0;
}
.custom-entry-card-list__columns .custom-entry-card__thumb {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 100;
}
.custom-entry-card-list__columns .custom-entry-card__thumb img {
  transition: all 0.6s cubic-bezier(0, 0, 0.32, 0.97);
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.custom-entry-card-list__columns .custom-entry-card__category {
  font-size: 12px;
  color: #606060;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.custom-entry-card-list__columns .custom-entry-card__title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  max-height: 57px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.custom-entry-card-list__columns .custom-entry-card__date {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #a8a8a8;
  display: block;
}
.custom-entry-card-list__columns .custom-entry-card:hover .custom-entry-card__thumb img {
  transform: scale(1.2);
  opacity: 0.8;
}

@media screen and (max-width: 1123px) {
  .custom-entry-card-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .custom-entry-card-list {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .custom-entry-card-list {
    grid-template-columns: unset;
    gap: 20px;
  }
  .custom-entry-card-list__card .custom-entry-card {
    padding: 30px;
  }
  .custom-entry-card-list__card .custom-entry-card__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .custom-entry-card-list__card .custom-entry-card__thumbs {
    height: 330px;
  }
  .custom-entry-card-list__card .custom-entry-card__thumbs .custom-entry-card__thumb img {
    width: 150px;
    max-height: 270px;
    object-fit: cover;
    object-position: top;
  }
  .custom-entry-card-list__card .custom-entry-card__content {
    padding-top: 20px;
  }
  .custom-entry-card-list__card .custom-entry-card__snippet p {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-entry-card-list__columns {
    grid-template-columns: unset;
    gap: 20px;
  }
  .custom-entry-card-list__columns .custom-entry-card-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
  }
  .custom-entry-card-list__columns .custom-entry-card-column:first-child {
    margin-right: 15px;
  }
  .custom-entry-card-list__columns .custom-entry-card-column:last-child {
    margin: 4px 0;
  }
  .custom-entry-card-list__columns .custom-entry-card__thumb {
    width: 100px;
    height: 100px;
  }
  .custom-entry-card-list__columns .custom-entry-card__title {
    font-size: 14px;
    line-height: 16.5px;
  }
}
.custom-entry-card-list-wrapper {
  margin-bottom: 30px;
}
.custom-entry-card-list-wrapper .custom-entry-card-list__more {
  text-align: right;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}
.custom-entry-card-list-wrapper .custom-entry-card-list__link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: unset;
  color: #000;
  padding-right: 22px;
  position: relative;
}
.custom-entry-card-list-wrapper .custom-entry-card-list__link::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dc-beforeAndAfter {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.dc-beforeAndAfter .dc-baa-in {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dc-beforeAndAfter .dc-baa-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dc-beforeAndAfter .dc-baa-item-in {
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
.dc-beforeAndAfter .dc-baa-item-in > img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-beforeAndAfter .dc-baa-item.--after {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.dc-beforeAndAfter .dc-baa__split {
  position: absolute;
  z-index: 100;
  top: 0;
  left: calc(50% - 5px);
  height: 100%;
  width: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  background-color: red;
  pointer-events: none;
}
.dc-beforeAndAfter .dc-baa__tag {
  position: absolute;
  z-index: 100;
  bottom: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.dc-beforeAndAfter .dc-baa__tag.--before {
  left: 10px;
}
.dc-beforeAndAfter .dc-baa__tag.--after {
  right: 10px;
}
.dc-beforeAndAfter[data-direction=vertical] {
  height: 500px;
}
.dc-beforeAndAfter[data-direction=vertical] .dc-baa-in {
  flex-direction: column;
}
.dc-beforeAndAfter[data-direction=vertical] .dc-baa-item.--after {
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.dc-beforeAndAfter[data-direction=vertical] .dc-baa__split {
  top: calc(50% - 5px);
  left: 0;
  height: 10px;
  width: 100%;
}
.dc-beforeAndAfter[data-direction=vertical] .dc-baa__tag.--before {
  top: 10px;
  bottom: unset;
  left: 10px;
}
.dc-beforeAndAfter[data-type=click] .dc-baa__split {
  cursor: ew-resize;
  pointer-events: unset;
}
.dc-beforeAndAfter[data-type=click] .dc-baa__split::before, .dc-beforeAndAfter[data-type=click] .dc-baa__split::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: red;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.dc-beforeAndAfter[data-type=click] .dc-baa__split::before {
  left: -30px;
}
.dc-beforeAndAfter[data-type=click] .dc-baa__split::after {
  right: -30px;
  transform: scale(-1, 1);
}
.dc-beforeAndAfter[data-type=click][data-direction=vertical] .dc-baa__split {
  cursor: ns-resize;
}
.dc-beforeAndAfter[data-type=click][data-direction=vertical] .dc-baa__split::before {
  left: 0;
  top: -30px;
  transform: rotate(90deg);
}
.dc-beforeAndAfter[data-type=click][data-direction=vertical] .dc-baa__split::after {
  right: 0;
  bottom: -30px;
  transform: rotate(-90deg);
}
.dc-beforeAndAfter[data-state=start] * {
  user-select: none;
}
.circular-text-icon:hover .circular-text {
  animation: rotate 5s infinite linear;
}

.content {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.content::before {
  content: "";
  width: 100%;
  max-width: 1340px;
  position: absolute;
  height: 1px;
  background: #dfdfdf;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .content {
    margin-top: 50px;
  }
  .content::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .entry-title {
    padding-left: 0;
  }
}
.footer-in {
  max-width: 1340px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.footer-bottom {
  max-width: 1260px;
  padding: 30px 30px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 55px;
}
.footer-bottom-logo {
  width: 32%;
  position: relative;
  float: unset;
}
.footer-bottom-logo .logo {
  text-align: left;
}
.footer-bottom-logo img {
  height: 20px;
}
.footer-bottom-content {
  width: 68%;
}
.footer-bottom-content .menu-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
}
.footer-bottom-content .menu-footer .menu-item {
  border: 0 !important;
}
.footer-bottom-content .menu-footer .menu-item__has-icon {
  margin-top: 5px;
}
.footer-bottom-content .menu-footer .menu-item:not(.menu-item__has-icon) a {
  padding: 0 !important;
}
.footer-bottom-content .copyright {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    margin: unset;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom {
    padding: 30px 30px 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .footer-bottom > * {
    width: 100%;
  }
  .footer-bottom-logo {
    margin-bottom: 20px;
  }
  .footer-bottom-content {
    text-align: left;
  }
  .footer-bottom-content .copyright {
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer-bottom {
    padding: 30px 10px 20px;
  }
}
#wpadminbar,
#admin-panel {
  transform: translateX(calc(100% - 10px));
}
#wpadminbar:hover,
#admin-panel:hover {
  transform: unset;
  padding-bottom: 100px;
}

html[lang=ja] {
  margin-top: 0 !important;
}

body.--has-scrolled .header-container {
  background-color: rgba(250, 250, 250, 0.8) !important;
}
body.--has-scrolled .header-container-in.hlt-top-menu .navi::before {
  background: #b5b5b5;
}