@charset "UTF-8";
/*********************************
 * Layout Customizations
 *****************************/
html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0;
  background-color: #1B3757;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  position: relative;
}

#wpadminbar {
  position: relative !important;
}

h3 {
  border-bottom: 0;
}
h3:where(:not(.wp-block-post-title)):after {
  border-bottom: unset;
}

h2 {
  border-top: unset;
  border-bottom: unset;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

:where(:not(.wp-block-table)) > table {
  border: unset;
}

@media (min-width: 576px) {
  .container, .container-sms {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1150px;
  }
}
.site-body {
  padding: unset;
}

.main-section {
  margin-bottom: unset;
}

.main-section--margin-bottom--on {
  margin-bottom: unset;
}

@media (min-width: 576px) {
  .site-body {
    padding: unset;
  }
}
@media (min-width: 768px) {
  .site-body {
    padding: unset;
  }
}
@media (min-width: 992px) {
  .site-body {
    padding: unset;
  }
}
@media (min-width: 1200px) {
  .site-body {
    padding: unset;
  }
}
.wp-block-cover-custom {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.page-kv-text-common {
  font-size: 24px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.page-kv-text-common::after {
  content: "";
  position: absolute;
  display: block;
  width: 10000px;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 auto;
  right: -20px;
}

.wp-block-cover-custom {
  display: block;
  position: relative;
  min-height: 275px;
}

.wp-block-group-kv-custom {
  position: absolute;
  top: 145px;
  width: 100%;
}

@media (min-width: 768px) {
  .wp-block-cover-custom {
    display: block;
    position: relative;
    min-height: 360px;
  }
  .wp-block-group-kv-custom {
    position: absolute;
    top: 145px;
    width: 100%;
  }
  .page-kv-text-common {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .wp-block-cover-custom {
    display: block;
    position: relative;
    min-height: 486px;
  }
  .wp-block-group-kv-custom {
    position: absolute;
    top: 283px;
    width: 100%;
  }
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  margin: 0;
}
input[type=date]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
  color: #bbb;
}

/*********************************
 * Common Parts Customizations
 *****************************/
.common-button {
  background-color: #A6791E;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: unset;
  padding: 0;
}

.common-button a {
  width: 100%;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 14px 10px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
}

.common-button--line {
  background-color: #06C755;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 992px) {
  .common-button a {
    width: 172px !important;
    font-size: 16px;
    padding: 15px 10px;
  }
}
/*********************************
 * Header Customizations
 *****************************/
.wp-admin-bar-aioseo-admin-bar-noindex-warning, .menupop, #wp-admin-bar-aioseo-admin-bar-noindex-warning {
  display: none !important;
}

.custom-header__bg {
  background-color: #fff;
  opacity: 1;
  backdrop-filter: blur(30px);
}

.custom-header-nav-wrapper {
  background-color: unset;
}

.custom-header-nav {
  background-color: unset;
  display: block;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.custom-text {
  font-size: 20px;
}

.global-nav-list > li:hover:before {
  width: 0;
  display: none;
}

.global-nav-list > li:before {
  width: 0;
  display: none;
}

.device-pc .global-nav-list > li.menu-item-has-children:hover::after {
  display: none;
}

.sub-menu .menu-item-type-custom .global-nav-name--span {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > .global-nav-name-custom > a {
    padding: 16px 10px;
  }
}
.global-nav-list > .global-nav-name-custom a {
  color: #000;
}

.nav-text-white > .global-nav-name-custom a {
  color: #fff;
}

.global-nav-list > .global-nav-name-custom a .global-nav-name {
  font-weight: normal;
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.global-nav-list > li.menu-item-has-children::after {
  transition: unset;
  display: none;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: unset;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container {
    display: block;
    flex-direction: unset;
  }
}

@media (min-width: 992px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    display: block;
    justify-content: unset;
    align-items: unset;
    width: 100%;
  }
  .global-nav--layout--float-right .global-nav-list {
    margin: unset;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}
.site-header {
  background-color: unset;
  box-shadow: unset;
  position: absolute;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.menu-item {
  max-width: 1100px;
  margin: 0 auto;
}

.device-pc .global-nav-list > li:hover > .sub-menu {
  margin-top: 0;
}

.top-kv {
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}

.global-nav-list > li > ul.sub-menu {
  background-color: unset;
  box-shadow: unset;
  left: 0;
  margin-left: 0;
  width: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.vk-menu-acc li {
  position: unset;
  margin: 0 auto;
  width: 100%;
}

.vk-mobile-nav nav ul li {
  position: relative;
}

.device-pc .global-nav-list > li > .sub-menu {
  position: absolute;
  max-width: 1100px;
  left: 0;
  margin: 0 auto;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.5);
  grid-auto-flow: row;
}

.device-pc .global-nav-list > li:hover > .sub-menu {
  position: absolute;
  max-width: 1100px;
  left: 0;
  margin: 0 auto;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  font-size: 14px;
}

.custom-header-logo {
  width: 100%;
  margin: 0 auto;
}

.custom-header-logo .site-header-logo {
  display: inline-block;
  display: flex;
  column-gap: 22px;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 0;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.custom-header-logo .site-header-logo h1 {
  margin-bottom: unset;
}

.header-nav-button {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-nav-button {
    margin-left: auto;
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  .custom-header-logo .site-header-logo {
    padding-top: 27px;
    padding-right: 0;
    width: auto;
    justify-content: unset;
  }
}
.mobile-nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  row-gap: 10px;
}

.mobile-nav-button .common-button {
  width: 100%;
}

.mobile-nav-button .common-button a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global-nav-list .sub-menu li a {
  color: #000000;
  opacity: 1;
  font-size: 14px;
  border-bottom: 0;
}

.global-nav-list .sub-menu li a:hover {
  color: #000;
  background-color: unset;
}

@media (min-width: 992px) {
  .site-header-logo {
    text-align: left;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.page-header, .breadcrumb {
  display: none;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 45px;
  left: 15px;
}

@media (max-width: 782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 59px;
  }
}
.vk-mobile-nav-menu-btn--custom {
  top: 13px;
  left: 15px;
  width: 28px;
  height: 28px;
  background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, 0);
  border: unset;
}

.vk-mobile-nav-menu-btn.menu-open {
  top: 13px;
  left: 15px;
  width: 28px;
  height: 28px;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0);
  border: unset;
}

.admin-bar .vk-mobile-nav-menu-btn.menu-open {
  top: 45px;
}

@media (max-width: 782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 59px;
  }
  .admin-bar .vk-mobile-nav-menu-btn.menu-open {
    top: 59px;
  }
}
.vk-menu-acc .acc-btn {
  right: 0;
  top: 0;
  width: 100%;
  height: 44px;
  border: unset;
  border-radius: unset;
  background: unset;
  background-size: unset;
}

@media (max-width: 991.98px) {
  .site-header {
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    position: fixed;
    backdrop-filter: blur(30px);
  }
  .custom-header-logo {
    display: flex;
    align-items: center;
    height: 54px;
    padding-left: 51px;
  }
  .vk-mobile-nav {
    background: rgba(27, 55, 87, 0.9);
  }
}
.vk-mobile-nav {
  padding: 65px 20px;
  border-bottom: unset;
}

.vk-mobile-nav nav > ul {
  border-top: unset;
}

.vk-mobile-nav nav ul li a {
  padding: 12px 20px;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}

.vk-menu-acc ul.sub-menu li a {
  padding: 15px 33px;
}

.vk-menu-acc ul.sub-menu li a:focus-within {
  padding: 15px 33px;
  background-color: unset !important;
}

/* メール・Lineでご相談 モバイル */
.cp-contact-wrapper-mobile ul {
  display: flex;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-left: 0;
  column-gap: 10px;
}

.cp-contact-wrapper-mobile ul li {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cp-contact-wrapper-mobile ul li figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 42px;
  width: 41px;
  justify-content: space-between;
}

.cp-contact-wrapper-mobile ul li .top-icon1 img {
  max-width: 15px;
  max-height: 12px;
  filter: invert(1);
}

.cp-contact-wrapper-mobile ul li .top-icon2 img {
  max-width: 16px;
  max-height: 15px;
}

.cp-contact-wrapper-mobile ul li figure figcaption {
  font-size: 10px;
  margin: 0;
}

.cp-contact-wrapper-mobile ul li figure figcaption p {
  margin: 0;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .cp-contact-wrapper-mobile {
    display: none;
  }
}
/* メール・Lineでご相談 PC */
.cp-contact-wrapper-pc {
  display: block;
  position: fixed;
  right: 0;
  top: 313px;
  z-index: 1000;
}

.cp-contact-wrapper-pc ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-left: 0;
  row-gap: 10px;
}

.cp-contact-wrapper-pc ul li {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 0px 6px #000029;
  border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  -moz-border-radius: 7px 0px 0px 7px;
}
.cp-contact-wrapper-pc ul li a {
  padding: 16px 11px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: unset;
}

.cp-contact-wrapper-pc ul li figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.cp-contact-wrapper-pc ul li .top-icon1 img {
  max-width: 27px;
  max-height: 21px;
  margin-left: auto;
  margin-right: auto;
  filter: invert(0);
}

.cp-contact-wrapper-pc ul li .top-icon2 img {
  max-width: 27px;
  max-height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.cp-contact-wrapper-pc ul li figure figcaption {
  font-size: 10px;
  margin: 0;
}

.cp-contact-wrapper-pc ul li figure figcaption p {
  margin: 0;
  line-height: 1.125;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991.98px) {
  .cp-contact-wrapper-pc {
    display: none;
  }
}
/*********************************
 * Footer Customizations
 *****************************/
.site-footer {
  background-color: #5C5043;
  color: #FDF7ED;
  font-weight: normal;
  font-size: 14px;
  border-top: unset;
}

.site-footer-content .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .site-footer-content .row .col-lg-4, .site-footer-content .row .col-md-6 {
    flex: unset;
  }
}
.site-footer-content .row > div {
  padding: 0;
  max-width: unset;
}
@media screen and (min-width: 782px) {
  .site-footer-content .row > div {
    max-width: 354px;
  }
}
.site-footer-content .row .widget_block {
  margin-bottom: 0;
}
.site-footer-content .row .widget_block .wp-block-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.site-footer-content .row .widget_block .wp-block-list li {
  margin-top: 0;
  margin-bottom: 5px;
  list-style: none;
}
.site-footer-content .row .widget_block .wp-block-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-footer-content .row .widget_block .wp-block-list li a {
  color: #FFFFFF;
  text-decoration-style: solid;
  text-decoration-color: #FFFFFF;
  text-decoration: underline;
}
.site-footer-content .row .widget_block .wp-block-list li a:hover {
  color: inherit;
}
@media screen and (min-width: 782px) {
  .site-footer-content .row {
    row-gap: unset;
    column-gap: 24px;
    flex-wrap: unset;
  }
}
@media screen and (min-width: 782px) and (min-width: 768px) {
  .site-footer-content .row .col-lg-4, .site-footer-content .row .col-md-6 {
    flex: unset;
  }
}
@media screen and (min-width: 782px) {
  .site-footer-content .row > div {
    padding: 0;
    max-width: unset;
  }
}
@media screen and (min-width: 782px) and (min-width: 782px) {
  .site-footer-content .row > div {
    max-width: 354px;
  }
}
@media screen and (min-width: 782px) {
  .site-footer-content .row .widget_block .wp-block-list {
    padding-left: 15px;
  }
}

.widget--footer-upside .wp-block-columns {
  gap: 40px;
  margin-bottom: 25px;
}

.footer-column__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 19px;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.footer-column__title:after {
  display: none;
}

.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) {
  border-right: none;
}
.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) figure img {
  max-width: 185px !important;
  width: 100%;
  height: auto;
}
.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) address {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}

.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(2) .footer-column__title {
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: unset;
}
.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(2) p {
  font-size: 12px;
}

.widget--footer-upside .wp-block-columns .wp-block-column:nth-child(3) {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 7px;
}

.footer-button-wrapper .common-button {
  width: 100%;
}

.footer-button-wrapper .common-button a {
  width: 100% !important;
  max-width: unset !important;
  font-size: 14px;
  padding: 27px 10px;
}

.site-footer-copyright {
  margin-top: 65px;
  padding: 10px;
}
.site-footer-copyright p {
  font-size: 9px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .widget--footer-upside .wp-block-columns {
    gap: 32px;
    margin-bottom: 44px;
  }
  .footer-column__title {
    font-size: 28px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .footer-column__title:after {
    display: none;
  }
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(2) {
    max-width: 314px;
  }
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(2) .footer-column__title {
    margin-bottom: 24px;
  }
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(2) p {
    font-size: 14px;
  }
  .footer-button-wrapper {
    row-gap: 10px;
  }
  .footer-button-wrapper .common-button {
    width: 100%;
  }
  .footer-button-wrapper .common-button a {
    max-width: 366px !important;
    padding: 29px 10px;
    width: 100% !important;
    max-width: unset !important;
    font-size: 18px;
  }
}
@media screen and (min-width: 782px) {
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) {
    border-right: 1px solid #FFFFFF;
  }
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) figure img {
    max-width: 180px !important;
  }
  .widget--footer-upside .wp-block-columns .wp-block-column:nth-child(1) address {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
  .site-footer-copyright {
    margin-top: 35px;
  }
  .site-footer-copyright p {
    font-size: 9px;
  }
}
/****************************
 * Column Page Customizations
 * 時計修理コラム（一覧ページ）
*****************************/
.column-page h3:where(:not(.wp-block-post-title)):after {
  content: unset;
}
.column-page h3:where(:not(.wp-block-post-title)) {
  border-bottom: unset;
  padding: 0;
}
.column-page .column-pickup {
  background-color: #FDF7ED;
  padding: 30px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 575.98px) {
  .column-page .column-pickup {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.column-page .column-pickup {
  position: relative;
  color: #331D20;
}
.column-page .column-pickup__label {
  position: absolute;
  padding: 2px 8px;
  background-color: #FF3131;
  color: #FFFFFF;
  font-size: 14px;
}
.column-page .column-pickup__item-title {
  display: none;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 768px) {
  .column-page .column-pickup__item-title {
    display: block;
  }
}
.column-page .column-pickup__item-title--mobile {
  border-bottom: unset;
  padding: 0;
  color: #331D20;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.column-page .column-pickup__item-title--mobile a {
  color: #331D20;
}
.column-page .column-pickup__item-title--mobile a::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .column-page .column-pickup__item-title--mobile {
    display: none;
  }
}
.column-page .column-pickup__item-header-sub {
  display: flex;
  align-items: self-start;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  line-height: 1;
}
.column-page .column-pickup__item-category--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .column-page .column-pickup__item-category--pc {
    display: block;
  }
}
.column-page .column-pickup__item-category--mobile {
  display: block;
  font-size: 12px;
  border: solid 1px #000000;
  padding: 5px 9px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .column-page .column-pickup__item-category--mobile {
    display: none;
  }
}
.column-page .column-pickup__item-image {
  aspect-ratio: 335/221;
  overflow: hidden;
  margin-bottom: 15px;
}
.column-page .column-pickup__item-image a img {
  object-fit: none;
  object-position: center;
  width: 100%;
  height: 100%;
}
.column-page .column-pickup__item-excerpt {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.column-page .column-pickup__item-link {
  text-align: right;
}
.column-page .column-pickup__item-link a {
  color: #331D20;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.column-page .column-pickup__item-link a:hover {
  color: #331D20;
}
.column-page .column-articles-title h2 {
  font-size: 19px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 7px;
  line-height: 1;
  border-top: unset;
  border-bottom: unset;
  text-align: center;
}
.column-page .column-articles__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.column-page .column-mobile-card__title {
  margin-bottom: 2px;
}
.column-page .column-mobile-card__title a {
  color: #331D20;
  font-size: 19px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.5789;
}
.column-page .column-mobile-card__meta {
  font-size: 14px;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.column-page .column-mobile-card__category {
  font-size: 12px;
  padding: 4px 9px;
  background-color: #FFFFFF;
  border: solid 1px #000000;
}
.column-page .column-card {
  background-color: #FFF7ED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 20px;
  color: #331D20;
}
@media screen and (min-width: 768px) {
  .column-page .column-card {
    padding: 20px;
  }
}
.column-page .column-card__image {
  aspect-ratio: 295/196;
  overflow: hidden;
}
.column-page .column-card__image a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.column-page .column-card__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .column-page .column-card__title {
    display: block;
  }
}
.column-page .column-card__category {
  display: none;
}
@media screen and (min-width: 576px) {
  .column-page .column-card__category {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 11px;
    margin-bottom: 20px;
  }
  .column-page .column-card__category span {
    display: inline-block;
    padding: 5px 9px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
  }
}
.column-page .column-card__excerpt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .column-page .column-card__excerpt {
    margin-bottom: 10px;
  }
}
.column-page .column-card__item-link {
  text-align: right;
}
.column-page .column-card__item-link a {
  color: #331D20;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.column-page .column-card__item-link a:hover {
  color: #331D20;
}
.column-page__title {
  display: none;
}
@media screen and (min-width: 576px) {
  .column-page__title {
    display: block;
  }
}

.column-sidebar {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 46px 20px;
  background-color: #F7F7F8;
  width: 100%;
  border: solid 1px #707070;
  text-align: center;
}
.column-sidebar__title {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 17px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 768px) {
  .column-sidebar__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.column-sidebar .column-filter__group {
  position: relative;
}
.column-sidebar .column-filter__group::after {
  color: #000000;
  content: "▼";
  position: absolute;
  top: 12px;
  right: 13px;
}
.column-sidebar .column-filter__group select {
  border: solid 1px #707070;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
  padding: 12px;
  font-size: 13px;
}
.column-sidebar .column-filter__group:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .column-sidebar {
    margin-top: 0;
  }
}

.column-articles__pagination {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.column-articles__pagination--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .column-articles__pagination--desktop {
    display: block;
  }
  .column-articles__pagination--desktop .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    border: unset;
    margin-left: 0;
  }
  .column-articles__pagination--desktop .page-numbers li {
    min-width: 35px;
    min-height: 35px;
  }
  .column-articles__pagination--desktop .page-numbers li .current {
    background-color: #FFFFFF !important;
    color: #1B3757 !important;
  }
  .column-articles__pagination--desktop .page-numbers li a {
    color: #FFFFFF;
    padding: 5px 6px;
    border: 1px solid #FFFFFF;
    margin-left: 0;
  }
  .column-articles__pagination--desktop .page-numbers li a:hover {
    background-color: #FFFFFF;
    color: #1B3757;
  }
  .column-articles__pagination--desktop .page-numbers li .dots {
    color: #FFFFFF !important;
    padding: 5px;
    margin-left: 0;
    border: unset !important;
  }
  .column-articles__pagination--desktop .page-numbers .prev {
    margin-right: 12px;
  }
  .column-articles__pagination--desktop .page-numbers .next {
    margin-left: 12px;
  }
  .column-articles__pagination--desktop .page-numbers .prev, .column-articles__pagination--desktop .page-numbers .next {
    font-size: 0;
    position: relative;
    background: transparent !important;
    color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
  }
  .column-articles__pagination--desktop .page-numbers .prev::before, .column-articles__pagination--desktop .page-numbers .next::before {
    content: "";
    width: 20.45px;
    height: 21.52px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }
  .column-articles__pagination--desktop .page-numbers .prev::before {
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg");
    transform: rotate(180deg);
  }
  .column-articles__pagination--desktop .page-numbers .next::before {
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg");
  }
}
.column-articles__pagination--mobile {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.column-articles__pagination--mobile .prev, .column-articles__pagination--mobile .page-info, .column-articles__pagination--mobile .next {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  height: 25px;
}
.column-articles__pagination--mobile .prev, .column-articles__pagination--mobile .next {
  padding: 5px;
  font-size: 0;
}
.column-articles__pagination--mobile .prev::before, .column-articles__pagination--mobile .next::before {
  content: "";
  width: 15px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  bottom: 1px;
}
.column-articles__pagination--mobile .prev::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg");
  transform: rotate(180deg);
}
.column-articles__pagination--mobile .next::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg");
}
@media screen and (min-width: 768px) {
  .column-articles__pagination--mobile {
    display: none;
  }
}
.column-articles__pagination--mobile .page-info {
  height: 25px;
  padding: 2px 8px;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .column-page .column-mobile-card__title {
    display: none;
  }
  .column-page .column-mobile-card__meta {
    display: none;
  }
  .column-page .column-card__title {
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    line-height: 1.5;
    margin-top: 11px;
    margin-bottom: 11px;
    display: block;
  }
  .column-page .column-card__title a {
    color: #331D20;
  }
  .column-page .column-card__title a:hover {
    color: #331D20;
  }
  .column-page .column-card__item-link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .column-page .column-pickup {
    padding: 30px;
    margin-top: 50px;
  }
  .column-page .column-pickup__item {
    display: flex;
    flex-direction: row;
    gap: 26px;
  }
  .column-page .column-pickup__item-image {
    max-width: 326px;
    width: 100%;
    margin-bottom: 0;
  }
  .column-page .column-pickup__item-link {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
  }
  .column-page .column-pickup__item-content {
    width: calc(100% - 326px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .column-page .column-pickup__item-content .column-pickup__item-title {
    margin-bottom: 10px;
  }
  .column-page .column-pickup__item-content .column-pickup__item-title a {
    color: #331D20;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4286;
  }
  .column-page .column-pickup__item-content .column-pickup__item-category--pc {
    font-size: 12px;
    padding: 5px 9px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    display: inline-block;
  }
  .column-page .column-pickup__item-content .column-pickup__item-excerpt {
    font-size: 14px;
    margin-bottom: 0;
  }
  .column-page .column-pickup__item-header-sub {
    display: none;
  }
  .column-page .column-content-wrapper {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
  }
  .column-page .column-page .column-articles__flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
  }
  .column-page .column-page .column-articles__flex .column-card {
    max-width: 354px;
    width: calc(50% - 12px);
  }
  .column-page .column-articles-title h2 {
    font-size: 28px;
    margin-top: 57px;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .column-page .column-articles__flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
    max-width: 766px;
    width: 100%;
  }
  .column-page .column-articles__flex .column-card {
    position: relative;
    width: 100%;
    max-width: 354px;
  }
  .column-page .column-articles__flex .column-card__item-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .column-page .column-articles__flex .column-card__item-link a {
    font-size: 16px;
  }
  .column-page .column-articles__flex .column-card__excerpt {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .column-sidebar {
    margin-top: 0;
    max-width: 374px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .column-sidebar {
    margin-top: 0;
    max-width: 354px;
    width: 100%;
  }
}
/* ========================================
   News Page Styles
   お知らせ・一覧ページ
   ======================================== */
.news-page {
  padding: 50px 0;
}

.page-kv-common .news-kv {
  object-fit: cover;
}

/* ========================================
   News Filter Buttons
   ======================================== */
.news-filter {
  display: grid;
  grid-template-columns: repeat(3, 354px);
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 80px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.news-filter__button {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 354px;
  height: 50px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-filter__button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.news-filter__button.active {
  background: #FCF7ED;
  color: #331D20;
  border-color: #FCF7ED;
  font-weight: 600;
}

/* ========================================
   News Cards - Horizontal Layout
   ======================================== */
.news-cards {
  display: flex;
  flex-direction: column;
  gap: 90px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.news-card {
  background: transparent;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  gap: 24px;
  min-height: 187px;
}
.news-card__image {
  flex: 0 0 271px;
}
.news-card:hover {
  transform: translateY(-4px);
}
.news-card__pc {
  display: flex;
  width: 100%;
  align-items: center;
}
.news-card__sp {
  display: none;
}
.news-card__image {
  width: 271px;
  height: 187px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__image--new::before {
  content: "NEW";
  position: absolute !important;
  width: 54px !important;
  height: 24px !important;
  background: #fd0000 !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-align: center !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  top: 0 !important;
  left: 0 !important;
}
.news-card__placeholder {
  width: 271px;
  height: 187px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
.news-card__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-left: 0;
  max-width: none;
  min-width: 0;
}
.news-card__date {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin-right: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-card__category {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  min-width: 74px;
  height: 22px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 14px;
  padding: 5px 9px;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-card__title-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  margin-top: 13px;
}
.news-card__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 29px 0 0;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 745px;
  min-height: 28px;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  transition: color 0.3s ease;
  min-width: 0;
  padding-bottom: 0;
  line-height: 1.4286;
}
.news-card__image-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news-card__image-link:hover {
  opacity: 0.8;
}
.news-card__title-link {
  display: block;
  text-decoration: none;
  color: inherit;
  flex: 1;
  margin-right: 0;
}
.news-card__link {
  flex: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 21.524px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news-card__link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.news-card__divider {
  height: 1px;
  background: #ffffff;
  margin: 15px 0 20px 0;
  width: 100%;
  display: block !important;
  position: relative;
  z-index: 10;
  clear: both;
  visibility: visible;
  opacity: 1;
  min-height: 1px;
  border: none;
  outline: none;
}
.news-card__excerpt {
  color: #ffffff;
  font-size: 14px;
  max-width: 795px;
  max-height: 48px;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.news-card__excerpt p {
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
}
.news-card__excerpt .excerpt-pc {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.news-card__excerpt .excerpt-sp {
  display: none;
}
.news-card__link {
  color: #ffffff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 21.524px;
}
.news-card__link svg {
  width: 100%;
  height: 100%;
}

/* ========================================
   No Posts Message
   ======================================== */
.news-no-posts {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 60px 20px;
  grid-column: 1/-1;
}

/* ========================================
   News Pagination
   ======================================== */
.news-pagination {
  text-align: center;
  padding: 80px 0 50px 0;
}
.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-pagination .page-numbers li a,
.news-pagination .page-numbers li span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 10 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.news-pagination .page-numbers li a:hover {
  color: #ffffff !important;
}
.news-pagination .page-numbers li .current {
  background-color: #FFFFFF !important;
  color: #1f3b5a !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.news-pagination .page-numbers li span:not(.current) {
  background: transparent !important;
}
.news-pagination .page-numbers li .page-numbers.dots {
  border: none !important;
  background: transparent !important;
  color: #ffffff !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.news-pagination .page-numbers li .prev,
.news-pagination .page-numbers li .next {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  width: 20.45px !important;
  height: 21.52px !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.news-pagination .page-numbers li .prev::before,
.news-pagination .page-numbers li .next::before {
  content: "";
  width: 20.45px !important;
  height: 21.52px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.news-pagination .page-numbers li .prev:hover,
.news-pagination .page-numbers li .next:hover {
  background: transparent !important;
  color: transparent !important;
}
.news-pagination .page-numbers li .prev::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
  transform: rotate(180deg) !important;
  width: 20.45px !important;
  height: 21.52px !important;
}
.news-pagination .page-numbers li .next::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
  width: 20.45px !important;
  height: 21.52px !important;
}
.news-pagination .page-numbers li .prev {
  margin-right: 20px;
}
.news-pagination .page-numbers li .next {
  margin-left: 20px;
}
.news-pagination .page-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
}
.news-pagination .page-mobile .prev,
.news-pagination .page-mobile .next {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  width: 20.45px !important;
  height: 21.52px !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.news-pagination .page-mobile .prev::before,
.news-pagination .page-mobile .next::before {
  content: "";
  width: 20.45px !important;
  height: 21.52px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.news-pagination .page-mobile .prev,
.news-pagination .page-mobile .next {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
}
.news-pagination .page-mobile .prev:hover,
.news-pagination .page-mobile .next:hover {
  background: transparent !important;
  color: transparent !important;
}
.news-pagination .page-mobile .prev::before {
  width: 14.78px !important;
  height: 15.55px !important;
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
  transform: scaleX(1) !important;
}
.news-pagination .page-mobile .next::before {
  width: 14.78px !important;
  height: 15.55px !important;
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
  transform: scaleX(-1) !important;
}
.news-pagination .page-mobile .page-info {
  border: 1px solid #ffffff !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 300 !important;
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: 80px !important;
  height: 25px !important;
}
.news-pagination .page-mobile .page-info span {
  width: 63px !important;
  height: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ========================================
   Responsive Design - All Breakpoints
   ======================================== */
@media (max-width: 991.98px) {
  .news-card__content {
    padding-left: 18px;
  }
  .news-card__title {
    font-size: 24px;
  }
}
.news-main__container {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .news-main__container {
    overflow: unset;
  }
}
.news-main__container .news-filter {
  overflow-x: scroll;
}

@media (max-width: 767.98px) {
  .news-page {
    padding: 0;
  }
  .news-page .news-main__container {
    padding: 0 5px;
  }
  .news-filter {
    display: grid !important;
    grid-template-columns: repeat(3, 213px) !important;
    grid-auto-rows: 40px !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    padding: 30px 0 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: start !important;
    align-content: start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .news-filter {
    width: calc(100% + 20px) !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .news-filter::-webkit-scrollbar {
    display: none !important;
  }
  .news-filter__button {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    width: 213px !important;
    height: 40px !important;
    border-radius: 0 !important;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    line-height: 16px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-self: start !important;
  }
  .news-filter__button:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
  }
  .news-filter__button.active {
    background: #FCF7ED !important;
    color: #000000 !important;
    border-color: #FCF7ED !important;
    font-weight: 600 !important;
  }
  .news-cards {
    gap: 20px;
    margin-bottom: 20px;
    margin-left: 0; /* Align with filter */
    margin-right: 0;
  }
  .news-card {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    background: #f8f5ed; /* Exact color from design */
    overflow: hidden;
    position: relative;
  }
  .news-card__pc {
    display: none;
  }
  .news-card__sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; /* Fill full card height */
    padding: 27px 20px 30px;
  }
  .news-card__sp .news-card__header {
    margin: 0 !important;
  }
  .news-card__sp .news-card__title {
    font-size: 18px !important;
    text-align: left !important;
    color: #2a3b50 !important; /* Dark blue from design */
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    font-weight: 700 !important; /* Bold */
    line-height: 1.4 !important;
    margin: 0 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
  }
  .news-card__sp .news-card__meta {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
  }
  .news-card__sp .news-card__date {
    font-size: 14px !important;
    margin: 0 !important;
    color: #331D20 !important; /* Dark blue from design */
    display: inline-block !important;
    line-height: 24px !important;
    margin-right: 10px !important;
  }
  .news-card__sp .news-card__category {
    font-size: 12px !important;
    padding: 5px 5px 5px 5px !important;
    margin: 0 !important;
    background: #FFFFFF !important;
    color: #000000 !important; /* Dark blue from design */
    border: 1px solid #707070 !important;
    border-radius: 0 !important;
    display: inline-block !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 300 !important; /* W3 */
    line-height: 20px !important; /* Match font-size for perfect centering */
    text-align: center !important; /* Center text horizontally */
    display: flex !important; /* Use flexbox for perfect centering */
    align-items: center !important; /* Center vertically */
    justify-content: center !important; /* Center horizontally */
  }
  .news-card__sp .news-card__image {
    flex: none !important;
    height: 100%;
    width: 100%;
    margin: 0 auto 15px auto !important; /* Center horizontally and add 15px bottom margin */
    position: relative !important;
    aspect-ratio: 295/196;
  }
  .news-card__sp .news-card__image--new::before {
    content: "NEW";
    position: absolute !important;
    width: 54px !important;
    height: 24px !important;
    background: #fd0000 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: center !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    top: 0 !important;
    left: 0 !important;
  }
  .news-card__sp .news-card__content {
    padding: 0 !important; /* Remove padding */
    margin: 0 auto !important; /* Center the content horizontally */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  .news-card__sp .news-card__excerpt {
    margin: 0;
    font-size: 14px !important; /* Updated font size */
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; /* Set font family */
    font-weight: 300 !important; /* W3 font weight */
    text-align: left !important; /* Left align text naturally */
    color: #333 !important;
    line-height: 1.5 !important;
    width: 100% !important; /* Limit width to parent container */
    max-width: 100% !important; /* Prevent overflow */
  }
  .news-card__sp .news-card__excerpt p {
    margin: 0 !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    max-width: 100% !important;
    color: #331D20 !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; /* Inherit font family */
    font-weight: 300 !important; /* W3 font weight */
    text-align: left !important; /* Left align paragraph text */
    max-height: 140px !important;
  }
  .news-card__sp .news-card__footer {
    margin: 0 auto !important; /* Center horizontally */
    padding-top: 16px !important; /* Add spacing from content */
  }
  .news-card__sp .news-card__title-link {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .news-card__sp .news-card__title-link .news-card__title {
    font-size: 19px !important;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 2px !important;
    color: #331D20 !important;
  }
  .news-card__sp .news-card__image-link {
    text-decoration: none !important;
    display: block !important;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    aspect-ratio: 295/196;
  }
  .news-card__sp .news-card__image-link .news-card__image {
    flex: none !important;
    margin: 0 auto 15px auto !important;
    position: relative !important;
  }
  .news-card__sp .news-card__image-link .news-card__image--new::before {
    content: "NEW";
    position: absolute !important;
    width: 54px !important;
    height: 24px !important;
    background: #fd0000 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: center !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    top: 0 !important;
    left: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }
  .news-card__sp .news-card__link {
    color: #331D20 !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 14px !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 600 !important;
    text-align: right !important;
    line-height: 23px !important;
    margin: 0 !important;
  }
  .news-card__image {
    flex: none;
    height: 160px;
    width: 100%;
    position: relative;
  }
  .news-card__image--new::before {
    content: "NEW";
    position: absolute !important;
    width: 54px !important;
    height: 24px !important;
    background: #fd0000 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: center !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    top: 0 !important;
    left: 0 !important;
  }
  .news-card__image .news-card__placeholder {
    width: 100%;
    height: 100%;
  }
  .news-card__content {
    padding: 16px;
    width: 100%;
    height: auto;
  }
  .news-card__title-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .news-card__title-link {
    flex: 1;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .news-card__title {
    font-size: 16px !important;
    margin: 0 0 8px 0 !important;
    text-align: left !important;
    width: 100% !important;
    color: #333 !important; /* Dark text color */
    font-weight: 600 !important;
    line-height: 1.4 !important;
  }
  .news-card__excerpt {
    margin: 15px 0 !important;
    font-size: 12px !important;
    text-align: left !important;
    color: #333 !important; /* Dark text color */
    line-height: 1.5 !important;
  }
  .news-card__excerpt p {
    margin: 0 !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    width: 100% !important;
    color: #331D20 !important; /* Dark text color */
  }
  .news-card .excerpt-pc {
    display: none;
  }
  .news-card .excerpt-sp {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
  }
  .news-card__date {
    font-size: 12px !important;
    margin-bottom: 6px !important;
    color: #333 !important; /* Dark text color */
    display: inline-block !important;
  }
  .news-card__category {
    font-size: 11px !important;
    padding: 3px 8px !important;
    margin-bottom: 8px !important;
    background: transparent !important; /* Transparent background */
    color: #333 !important; /* Dark text color */
    border: 1px solid #ccc !important; /* Light gray border */
    border-radius: 0 !important;
    display: inline-block !important;
    margin-left: 8px !important;
  }
  .news-card__title-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .news-card__link {
    color: #333 !important; /* Dark text color */
    text-decoration: none !important;
    display: inline-block !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-shrink: 0 !important;
    width: auto !important;
    height: auto !important;
    align-self: flex-end !important;
    font-size: 12px !important;
    margin-top: 8px !important;
  }
  .news-card__link svg {
    width: 12px !important;
    height: 12px !important;
    fill: #333 !important; /* Dark color for arrow */
    margin-left: 4px !important;
  }
  .news-no-posts {
    font-size: 16px;
    padding: 40px 20px;
  }
  .news-pagination {
    padding: 10px 0 100px 0;
  }
  .news-pagination .page-numbers {
    display: none;
  }
  .news-pagination .page-mobile {
    display: flex;
  }
  .news-pagination .page-mobile .prev::before {
    width: 14.78px !important;
    height: 15.55px !important;
    transform: rotate(180deg) !important;
  }
  .news-pagination .page-mobile .next::before {
    width: 14.78px !important;
    height: 15.55px !important;
    transform: rotate(0deg) !important;
  }
  .news-pagination .page-info {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .news-page {
    padding: 50px 0;
  }
}
/*********************************
 * COLUMN DETAIL Customizations
 *****************************/
.veu_autoEyeCatchBox,
.entry-header,
.entry-footer,
.entry-meta-item-updated,
.entry-meta-item-author,
.entry-meta-data-list--category dt,
.fa-calendar-alt {
  display: none;
}

.entry-column-meta-data-list dd {
  color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.published {
  font-size: 14px;
  padding-left: 20px;
}

.cd-content-img {
  margin: 42px auto 42px;
  padding: 0px 20px;
}

.wp-block-image img {
  width: 100%;
}

.entry-meta-data-list--category dd a {
  background-color: #fff;
  font-size: 12px;
  color: #000000;
  padding: 5px 9px;
  margin-right: 0px;
}

.main-section-inner--column {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 100px !important;
}
@media screen and (min-width: 992px) {
  .main-section-inner--column {
    flex-direction: row;
    gap: 0;
  }
}

.left-column {
  margin-top: 30px;
  max-width: 755px;
  width: 100%;
}
.left-column img {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .left-column figure {
    padding: 0 !important;
  }
  .left-column p {
    padding: 0 !important;
  }
  .left-column img {
    padding: 0px;
  }
}
.right-column {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .right-column {
    width: 355px;
  }
}
.right-column .side_text {
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 600;
}

.entry-header_column {
  background-image: url("/wp-content/uploads/2025/10/flow_hero_pc.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.entry-header_column .entry-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  top: 69%;
  font-size: 33px;
}

@media (min-width: 576px) {
  .entry-header_column .entry-title {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .entry-header_column .entry-title {
    max-width: 620px;
  }
}
@media (min-width: 992px) {
  .entry-header_column .entry-title {
    max-width: 860px;
  }
}
@media (max-width: 1199px) {
  .entry-header_column .entry-title {
    top: 74%;
  }
}
@media (min-width: 1200px) {
  .entry-header_column .entry-title {
    max-width: 1040px;
  }
}
.entry-title_border {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 76%;
  left: 0%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1199px) {
  .entry-title_border {
    top: 84%;
  }
}
@media (max-width: 767px) {
  .entry-title_border {
    width: 119%;
  }
  .entry-header_column .entry-title {
    top: 69%;
  }
}
.entry-day-category_flex--column {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

h1.cd__detail-h1 {
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 28px;
  padding-left: 20px;
  font-weight: 400;
}

.cd__entry-text {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
}

.news_detail_mokuji_block {
  background-color: #FDF7ED;
  padding: 40px 20px;
  color: #000;
  margin-bottom: 65px;
}

.news_detail_mokuji_block p:first-child {
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-bottom: 8px;
}

.news_detail_mokuji_block ul {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 19px;
  list-style: none;
  text-decoration: none;
  padding-left: 0px;
}

.news_detail_mokuji_block ul li > a {
  color: #000;
  text-decoration: none;
}

.toc-h3 {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #000;
  text-decoration: none;
}

.left-column .toc-h3:before, .right-column .toc-h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #BEBEBE !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.ul_title {
  margin-bottom: 11px;
}

h2.cd__detail-h2 {
  font-size: 20px;
  line-height: 29px;
  padding-left: 20px;
  border-top: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  margin-bottom: 32px;
  padding-bottom: 0px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

h3.cd__detail-h3 {
  font-size: 20px;
  line-height: 29px;
  margin-left: 20px;
  border-left: 3px solid #fff;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.vk_posts.next-prev {
  display: none;
}

.cd__section-column {
  padding-bottom: 105px;
  display: flex;
}

.widget_block .toc-h3:before {
  border-color: transparent transparent transparent #fff;
}

.widget_block .toc-list ul a {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.widget_block .toc-list ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.toc-list li {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.toc-list > ul > li > ul {
  margin: 9px 0px 29px 20px !important;
}

.cd__latest-relation-post.wp-block-latest-posts__list li {
  background-color: #FDF7ED;
  color: #1B3757;
  padding: 0px;
  margin-bottom: 21px;
}

.cd__latest-relation-post li > a:where(:not(:last-child)) {
  font-size: 16px;
  padding-top: 15px;
  margin-right: 43px;
  margin-bottom: 10px;
}

.cd__latest-relation-post .wp-block-latest-posts__post-excerpt {
  font-size: 12px;
  margin-right: 43px;
}

.column-last-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .column-last-button .common-button {
    width: 134px;
  }
}

.wp-block-latest-posts__featured-image.alignleft {
  width: 240px;
  height: 160px;
  margin-bottom: 0px;
  margin-right: 20px;
  overflow: hidden;
}

.cd__entry-text.column_img_text {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-left: 25px;
}

.cd__entry-text.column_img_text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}

.cd__entry-text.column_connection_title {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.column_body_img {
  margin: 42px auto 13px;
}

.wp-block-latest-posts__featured-image img {
  width: 100%;
  padding: 0 !important;
}

.recent-posts-with-thumbnails {
  padding-left: 0 !important;
}

.recent-posts-with-thumbnails li {
  border-bottom: 1px solid #fff;
}

@media (max-width: 767.98px) {
  .entry-header_column .entry-title {
    font-size: 23px;
    line-height: 33px;
    top: 58%;
  }
  .entry-title_border {
    display: none;
  }
  .entry-header_column .entry-title {
    padding-left: 20px;
    width: fit-content;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
  }
  .left-column .published {
    padding-left: 0;
    font-size: 10px;
  }
  .entry-day-category_flex--column {
    margin-top: 0 !important;
    margin-bottom: 11px;
    align-items: baseline;
  }
  h1.cd__detail-h1 {
    font-size: 19px;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 17px;
    padding-bottom: 4px;
  }
  .cd__entry-text {
    padding: 0 10px;
  }
  .cd-content-img {
    margin: 15px auto 30px;
    padding: 0px 10px;
  }
  .news_detail_mokuji_block {
    padding: 30px 0px 30px;
    margin-bottom: 30px;
  }
  .news_detail_mokuji_block p:first-child {
    font-size: 18px;
  }
  .news_detail_mokuji_block ul li ul {
    margin: 6px 0px 15px !important;
  }
  h2.cd__detail-h2 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 17px;
    padding-left: 0;
  }
  h3.cd__detail-h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 26px;
    padding-left: 9px;
    margin-left: 0;
    margin-bottom: 11px;
  }
  .cd__section-column {
    padding-bottom: 50px;
  }
  .entry-meta-data-list--category dd a {
    margin-bottom: 5px;
  }
  .entry-meta {
    min-width: 103px;
  }
  .column_body_img {
    margin: 15px auto 10px;
  }
  .cd__entry-text.column_img_text {
    margin-left: 15px;
  }
  .column_connection_title,
  .wp-block-latest-posts__list,
  .sub-section {
    display: none;
  }
  .column-last-button {
    flex-direction: column;
  }
  .common-button a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .site-body-container-column {
    display: flex;
  }
  .sub-section .recent-posts-with-thumbnails .post-link {
    display: flex;
    color: #fff;
    gap: 9px;
    padding-left: 20px;
  }
  .sub-section .recent-posts-with-thumbnails .post-link .info .title {
    font-size: 13px;
    line-height: 23px;
  }
  .sub-section .recent-posts-with-thumbnails .post-link .info .excerpt {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .sub-section .recent-posts-with-thumbnails .post-link .info .date {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: right;
  }
  .sub-section .recent-posts-with-thumbnails .post-link .thumb {
    width: 100px;
    height: 70px;
    margin-top: 7px;
  }
  .sub-section .recent-posts-with-thumbnails .post-link .info {
    width: calc(100% - 109px);
  }
  .recent-posts-with-thumbnails {
    list-style: none;
  }
}
/*********************************
 * Case Page Styles
 * 修理実績・お客様の声
 *****************************/
/* ===========================================
   VARIABLES - Only specific values not in base
   =========================================== */
/* ===========================================
   MAIN CONTENT
   =========================================== */
.case-main {
  padding: 50px 0;
}

/* ===========================================
   INTRO TEXT
   =========================================== */
.case-intro {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.case-intro__text {
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ===========================================
   FILTER DROPDOWN
   =========================================== */
.case-filter {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: initial !important;
}
.case-filter__dropdown {
  background-color: #FFFFFF;
  border: solid 1px #000000;
  padding: 16px 0 16px 20px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 399px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='%23000000'%3e%3cpolygon points='2,2 10,2 6,8'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 10px;
  padding-right: 48px;
  margin: 0;
}
.case-filter__dropdown:focus {
  outline: 2px solid #A67A1E;
}
.case-filter__dropdown {
  font-weight: 600;
  color: #A8A8A8;
}

/* ===========================================
   CARDS GRID
   =========================================== */
.case-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .case-cards {
    grid-template-columns: repeat(2, 354px);
    gap: 24px;
    max-width: 732px;
  }
}
@media (max-width: 991.98px) {
  .case-cards {
    max-width: 354px;
  }
}
@media (max-width: 767.98px) {
  .case-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 335px;
    margin: 0 auto 48px auto;
  }
}

.case-card {
  background-color: #FFFFFF;
  border-radius: 0;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.case-card {
  padding: 38px 24px;
}
@media screen and (max-width: 767.98px) {
  .case-card {
    padding: 28px 20px;
  }
}
.case-card {
  margin: 0;
  height: 387px;
  justify-content: space-between;
  position: relative;
  max-width: 354px;
  width: 100%;
  background-color: #FCF7ED;
  border: 1px solid #000000;
}
.case-card__image {
  text-align: center;
  margin-bottom: 0;
}
.case-card__image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}
.case-card__image {
  margin-top: 18px;
  margin: 0 auto;
}
.case-card__image-container {
  width: 80px;
  height: 80px;
  border: 1px solid #707070 !important;
  border-radius: 5px;
  overflow: hidden;
}
.case-card__placeholder {
  width: 80px;
  height: 80px;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.case-card__title-container {
  margin: 0 auto;
}
.case-card__title {
  margin-top: 12px;
  margin-bottom: 7px;
  max-width: 296px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
.case-card__customer {
  font-size: 12px;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  font-weight: 300;
  line-height: 12px;
}
.case-card__excerpt {
  color: #331D20;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  flex-grow: 1;
  overflow: hidden;
}
.case-card__excerpt::after {
  content: "";
}
.case-card__excerpt p {
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
}
.case-card__excerpt .excerpt-pc {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.875;
}
.case-card__excerpt .excerpt-sp {
  display: none;
}
.case-card__link {
  display: block;
  text-align: right;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  bottom: 38px;
  right: 25px;
  line-height: 16px;
}
.case-card__link:hover {
  color: #A67A1E;
  text-decoration: none;
}
.case-card * {
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.case-card h1, .case-card h2, .case-card h3, .case-card h4, .case-card h5, .case-card h6, .case-card p, .case-card div, .case-card span {
  border-bottom: none !important;
}
.case-card h1::after, .case-card h1::before, .case-card h2::after, .case-card h2::before, .case-card h3::after, .case-card h3::before, .case-card h4::after, .case-card h4::before, .case-card h5::after, .case-card h5::before, .case-card h6::after, .case-card h6::before, .case-card p::after, .case-card p::before, .case-card div::after, .case-card div::before, .case-card span::after, .case-card span::before {
  display: none !important;
}

/* ===========================================
   NO POSTS MESSAGE
   =========================================== */
.case-no-posts {
  text-align: center;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  grid-column: 1/-1;
}

/* ===========================================
   PAGINATION
   =========================================== */
.case-pagination {
  text-align: center;
  padding: 50px 0 52px 0;
  max-width: 1110px;
  margin: 0 auto;
}
.case-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-pagination .page-numbers li a, .case-pagination .page-numbers li span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 10px 7px;
  max-width: 35px;
  border: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 10 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.case-pagination .page-numbers li a:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.case-pagination .page-numbers li .current {
  background-color: #FFFFFF !important;
  color: #1f3b5a !important;
  font-weight: 600 !important;
}
.case-pagination .page-numbers li span:not(.current) {
  background: transparent !important;
}
.case-pagination .page-numbers li .page-numbers.dots {
  border: none !important;
  background: transparent !important;
  color: #ffffff !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.case-pagination .page-numbers li .prev, .case-pagination .page-numbers li .next {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.case-pagination .page-numbers li .prev::before, .case-pagination .page-numbers li .next::before {
  content: "" !important;
  width: 24px !important;
  height: 24px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.case-pagination .page-numbers li .prev, .case-pagination .page-numbers li .next {
  border: none !important;
  border-left: none !important;
}
.case-pagination .page-numbers li .prev:hover, .case-pagination .page-numbers li .next:hover {
  background: #FFFFFF;
  color: #1B3757;
  border: none !important;
  border-left: none !important;
}
.case-pagination .page-numbers li .prev::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
  transform: rotate(180deg) !important;
  width: 20.45px !important;
  height: 21.52px !important;
}
.case-pagination .page-numbers li .next::before {
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_left.svg") !important;
  width: 20.45px !important;
  height: 21.52px !important;
}
.case-pagination .page-numbers li .prev {
  margin-right: 13px;
}
.case-pagination .page-numbers li .next {
  margin-left: 13px;
}
.case-pagination .page-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ffffff;
  font-size: 14px;
}
.case-pagination .page-mobile .prev, .case-pagination .page-mobile .next {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.case-pagination .page-mobile .prev::before, .case-pagination .page-mobile .next::before {
  content: "" !important;
  width: 24px !important;
  height: 24px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.case-pagination .page-mobile .prev, .case-pagination .page-mobile .next {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
}
.case-pagination .page-mobile .prev:hover, .case-pagination .page-mobile .next:hover {
  background: transparent !important;
  color: transparent !important;
  border: 1px solid #ffffff !important;
}
.case-pagination .page-mobile .prev::before {
  content: "" !important;
  width: 14.78px !important;
  height: 15.55px !important;
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_left.svg") !important;
  transform: rotate(180deg) !important;
}
.case-pagination .page-mobile .next::before {
  content: "" !important;
  width: 14.78px !important;
  height: 15.55px !important;
  background-image: url("/wp-content/themes/lightning/_g3/assets/images/icons/arrow_right.svg") !important;
}
.case-pagination .page-mobile .page-info {
  border: 1px solid #ffffff !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 300 !important;
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: 80px !important;
  height: 25px !important;
}
.case-pagination .page-mobile .page-info span {
  width: 63px !important;
  height: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 767.98px) {
  .case-pagination .page-numbers {
    display: none;
  }
  .case-pagination .page-mobile {
    display: flex;
  }
}

/* ===========================================
   REMOVE HORIZONTAL LINES
   =========================================== */
.case-page hr,
.case-card hr {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.case-page *,
.case-card * {
  border-bottom: none !important;
}
.case-page *::after, .case-page *::before,
.case-card *::after,
.case-card *::before {
  content: none !important;
}
.case-page .case-card__image-container,
.case-card .case-card__image-container {
  border: 1px solid #707070 !important;
}

/* ===========================================
   MOBILE RESPONSIVE
   =========================================== */
@media (max-width: 767.98px) {
  .case-main {
    padding: 30px 5px;
  }
  .case-intro {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-intro__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .case-filter {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-filter__dropdown {
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
  }
  .case-card {
    height: 378px;
    margin: 0 auto;
  }
  .case-card__image {
    margin-bottom: 28px;
  }
  .case-card__image img, .case-card__image-container {
    width: 70px;
    height: 70px;
  }
  .case-card__placeholder {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .case-card__title-container {
    margin-bottom: 10px;
  }
  .case-card__title {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-card__customer {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .case-card__excerpt {
    width: 100%;
    height: 140px;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: left;
  }
  .case-card__excerpt p {
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    text-align: left;
  }
  .case-card__excerpt .excerpt-pc {
    display: none;
  }
  .case-card__excerpt .excerpt-sp {
    display: block;
    font-size: 14px;
  }
  .case-card__link {
    font-size: 16px;
    bottom: 20px;
    right: 20px;
  }
  .case-cards {
    margin-bottom: 10px;
  }
  .case-pagination {
    width: 100%;
    padding: 16px 0 70px 0;
  }
  .case-pagination .page-numbers {
    display: none;
  }
  .case-pagination .page-mobile {
    display: flex;
  }
}
/*********************************
 * NEWS DETAIL Customizations
 *****************************/
.veu_autoEyeCatchBox,
.entry-header,
.entry-footer,
.entry-meta-item-updated,
.entry-meta-item-author,
.entry-meta-data-list--category dt,
.fa-calendar-alt {
  display: none;
}

.entry-meta-data-list dd {
  color: transparent;
}

.entry-meta-data-list--category dd {
  display: flex;
  gap: 10px;
}

.published {
  font-size: 14px;
  padding-left: 20px;
}

.nd__image {
  margin: 42px auto 42px;
}

.nd__image img {
  width: 100%;
  padding: 0px 20px;
}

.news__contents-wrapper {
  margin-bottom: 100px;
}

.entry-meta-data-list--category dd span {
  background-color: #fff;
  font-size: 12px;
  color: #000000;
  padding: 2px 9px;
  margin-right: 0px;
  display: inline-block;
  cursor: default;
}

.entry-header_news {
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  background-position: center center;
}

.entry-header_news .entry-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: absolute;
  max-width: 1140px;
  font-weight: 400;
  font-size: 33px;
}

@media (min-width: 576px) {
  .entry-header_news .entry-title {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .entry-header_news .entry-title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .entry-header_news .entry-title {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .entry-header_news .entry-title {
    top: 74%;
  }
}
@media (min-width: 1200px) {
  .entry-header_news .entry-title {
    max-width: 1140px;
  }
}
.entry-title_border {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 76%;
  left: 0%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1199px) {
  .entry-title_border {
    top: 84%;
  }
}
@media (max-width: 767px) {
  .entry-title_border {
    width: 119%;
  }
  .entry-header_news .entry-title {
    top: 69%;
  }
}
.entry-day-category_flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1.nd__detail-h1 {
  font-size: 28px;
  font-family: "Noto Serif JP", sans-serif;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 28px;
  padding-left: 20px;
  font-weight: 400;
}

.nd__entry-text {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
}

.news_detail_mokuji_block {
  background-color: #FDF7ED;
  padding: 40px 20px;
  color: #000;
  margin-bottom: 65px;
}

.news_detail_mokuji_block p:first-child {
  font-size: 28px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.news_detail_mokuji_block ul {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 19px;
  list-style: none;
  text-decoration: none;
  padding-left: 0px;
}

.news_detail_mokuji_block ul li > a {
  color: #000;
  text-decoration: none;
}

.news_detail_mokuji_block ul li .toc-h3 {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #000;
  text-decoration: none;
}

.news_detail_mokuji_block ul li .toc-h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.ul_title {
  margin-bottom: 11px;
}

h2.nd__detail-h2 {
  font-size: 20px;
  line-height: 29px;
  padding-left: 20px;
  border-top: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  margin-bottom: 32px;
  padding-bottom: 0px;
  font-family: "Noto Serif JP", sans-serif;
}

h3.nd__detail-h3 {
  font-size: 20px;
  line-height: 29px;
  margin-left: 20px;
  border-left: 3px solid #fff;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  font-family: "Noto Serif JP", sans-serif;
}

.vk_posts.next-prev {
  display: none;
}

#toc-list li {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .entry-header_news .entry-title {
    font-size: 23px;
    line-height: 33px;
    top: 58%;
  }
  .entry-title_border {
    display: none;
  }
  .entry-header_news .entry-title {
    width: fit-content;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
  }
  .published {
    padding-left: 9px;
    font-size: 10px;
  }
  .entry-day-category_flex {
    margin-top: 30px;
    margin-bottom: 11px;
  }
  h1.nd__detail-h1 {
    font-size: 19px;
    line-height: 30px;
    padding-left: 9px;
    margin-bottom: 17px;
    padding-bottom: 4px;
  }
  .nd__entry-text {
    padding: 0 10px;
  }
  .wp-block-image {
    margin: 15px auto 30px;
    padding: 0px 10px;
  }
  .news_detail_mokuji_block {
    padding: 30px 0px;
    margin-bottom: 30px;
  }
  .news_detail_mokuji_block p:first-child {
    font-size: 18px;
  }
  .news_detail_mokuji_block ul li ul {
    margin: 6px 0px 15px !important;
  }
  h2.nd__detail-h2 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 17px;
    padding-left: 9px;
  }
  h3.nd__detail-h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 26px;
    padding-left: 9px;
    margin-left: 10px;
    margin-bottom: 11px;
  }
}
/*********************************
 * cf Customizations
 *****************************/
/*不要な要素を非表示*/
.entry-footer {
  display: none;
}

/*ページ下部コンテンツ非表示*/
.vk_posts {
  display: none;
}

/*ページ下部コンテンツ非表示*/
.entry-header {
  display: none;
}

/* サムネ非表示 */
.veu_autoEyeCatchBox {
  display: none;
}

/*ページ上部ヘッダー情報非表示*/
/*end 不要な要素を非表示*/
.cad-brandname-content {
  background: #FCF7ED;
  padding: 30px;
  min-height: 275px;
  height: auto;
  align-items: center;
}

.cad-brandname-content figure {
  min-width: 326px;
  height: 100%;
  overflow: hidden;
}

.cad-img .cad-process-img {
  height: 100%;
  width: 100%;
}

.cad-img img {
  width: 100%;
}

.cad-process-img img {
  height: 100%;
  width: 100%;
  max-height: 180px;
}

.cad-brandname-content-text {
  gap: 0;
}

.cad-brandname-content h2 {
  color: #331D20;
  margin-bottom: 10px;
  font-weight: 500;
}

.cad-brandname-content p {
  color: #331D20;
}

.cad-repair-process-content {
  background: #FCF7ED;
  padding: 30px;
}

.cad-process-detail {
  background: white;
  padding: 24px;
  height: auto;
  flex-direction: row !important;
}

.cad-process-detail-h {
  gap: 15px;
}

.cad-repair-process-num {
  width: 35px;
  height: 35px;
  min-width: 35px;
  vertical-align: middle;
  text-align: center;
  background: #331D20;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 23px;
}

.cad-process-detail h5 {
  color: #331D20;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  border: none;
  margin: 0;
  padding: 0;
}

.cad-process-detail-inner {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.cad-process-detail-inner p {
  width: 70%;
}

.cad-process-detail-inner figure {
  width: 30%;
  height: 100%;
  overflow: hidden;
}

.cad-process-detail p {
  color: #331D20;
  font-family: "Hiragino Kaku Gothic ProN W3";
}

.cad-contact-btn {
  width: 300px;
}

.cad-contact-btn a {
  font-size: 18px !important;
}
.cad-contact-btn a:hover {
  opacity: 1;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

@media (max-width: 767.98px) {
  .cad-full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
  }
  .cad-brandname-content h2 {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .cad-brandname-content {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px;
    height: 100%;
    gap: 15px;
  }
  .cad-brandname-content figure {
    width: 100%;
    min-width: unset;
  }
  .cad-brandname-content-text {
    width: 100%;
  }
  .cad-brandname-content-text p {
    margin-bottom: 10px !important;
  }
  .cad-repair-process-content {
    padding: 20px;
  }
  .cad-brandname-content p {
    font-size: 14px !important;
  }
  .cad-process-detail-inner {
    flex-direction: column;
  }
  .cad-process-detail-inner p {
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .cad-process-detail-inner figure {
    width: 100%;
  }
  .cad-process-detail {
    padding: 20px;
    gap: 15px;
  }
  .cad-process-detail-inner p {
    margin-bottom: 20px !important;
  }
  .cad-process-detail-h {
    gap: 10px;
    margin: 0 0 18px !important;
  }
  .cad-process-detail h5 {
    font-size: 19px;
    margin-left: 10px;
  }
  .cad-btnarea {
    display: flex;
    flex-direction: column;
    row-gap: 15px !important;
    padding: 0 20px;
  }
  .cad-contact-btn {
    width: 100%;
  }
  .cad-contact-btn a {
    font-size: 16px !important;
  }
  .cad-spacer {
    height: 30px !important;
  }
  .cad-spacer-s {
    height: 10px !important;
  }
  .cad-img img {
    max-height: 365px;
  }
  .cad-process-img img {
    max-height: 280px;
  }
}
/*********************************
 * Brand detail Pages Customizations
 *****************************/
.bd-mincho {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.bd-top {
  margin-top: -70px;
}

.bd-kv {
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  aspect-ratio: 16/9;
  min-height: unset;
  max-height: 780px;
  overflow: hidden;
}

.bd-pc {
  display: block;
}

.bd-sp {
  display: none;
}

.bd-kv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center !important;
}

.bd-column-child figure {
  min-width: 120px;
}

.bd-column-child-header {
  height: 120px;
}
.bd-column-child-header .wp-block-image {
  padding: 0;
}

.bd-column-child-header-text {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.bd-contact-btn {
  width: 300px;
}

.bd-text-detail {
  padding: 0 !important;
}

.bd-contact-btn a {
  font-size: 18px !important;
}
.bd-contact-btn a:hover {
  opacity: 1;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.bd-table :where(:not(.wp-block-table)) > table {
  border: unset;
}

.bd-example > div {
  min-width: 350px;
  overflow-x: auto;
}

.bd-table figure {
  overflow-x: auto;
}

@media (max-width: 1199.98px) {
  .bd-example {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    max-width: 100vw;
    overflow-x: auto;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .bd-pc {
    display: none;
  }
  .bd-sp {
    display: block;
  }
  .bd-full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
  }
  .bd-full-bleed p {
    font-size: 14px !important;
  }
  .bd-kv {
    height: 275px;
    max-height: 275px;
  }
  .bd-top {
    margin-top: 0;
  }
  .bd-top-inner {
    margin-top: -55px !important;
  }
  .bd-top-inner h2 {
    font-size: 19px !important;
  }
  h2.bd-top-brandname {
    font-size: 35px !important;
    margin-bottom: 10px !important;
  }
  .bd-table {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    overflow-x: auto;
  }
  .bd-table figure {
    margin: 0 !important;
  }
  .bd-table table th,
  .bd-table table th span {
    font-size: 16px !important;
    line-height: 1.2;
  }
  .bd-table table th span:nth-child(2) {
    font-size: 9px !important;
  }
  /*修理料金の幅調節*/
  .bd-table th:nth-child(1) {
    width: 275px;
  }
  .bd-table th:nth-child(2) {
    width: 275px;
  }
  .bd-table th:nth-child(3) {
    width: 275px;
  }
  /*研磨料金の幅調節*/
  .bd-table td:nth-child(1) {
    width: 180px !important;
  }
  .bd-table td:nth-child(2) {
    width: 120px !important;
  }
  .bd-table td:nth-child(3) {
    width: 390px !important;
  }
  .bd-column-child {
    min-width: 250px !important;
  }
  .bd-column-child-header {
    height: 80px;
  }
  .bd-column-child figure {
    min-width: 80px;
  }
  .bd-column-child-header img {
    width: 80px !important;
    height: 80px !important;
  }
  .bd-column-child-header-text p {
    display: none;
  }
  .bd-column-child-header-text h6 {
    margin: 0 !important;
  }
  .bd-btnarea {
    display: flex;
    flex-direction: column;
    gap: 15px !important;
    padding: 0 20px;
  }
  .bd-contact-btn {
    width: 100%;
  }
  .bd-contact-btn a {
    font-size: 16px !important;
    padding: 7px !important;
  }
  .bd-spacer {
    height: 30px !important;
  }
  .bd-h2 {
    font-size: 19px !important;
  }
  .bd-h2-mb {
    margin-bottom: 15px !important;
  }
  .bd-guarantee p {
    margin: 0 !important;
  }
  .bd-guarantee p span {
    font-size: 16px !important;
  }
  .bd-guarantee p.bd-1year {
    line-height: 1;
    margin-top: 16px !important;
    margin-bottom: 8px !important;
  }
  .bd-example > div {
    column-gap: 20px;
  }
}
/*********************************
 * Top Customizations
 *****************************/
.top__video-height {
  min-height: 666px !important;
  aspect-ratio: unset !important;
}
@media screen and (min-width: 768px) {
  .top__video-height {
    min-height: unset !important;
  }
}

.top-kv {
  aspect-ratio: unset !important;
}
@media screen and (min-width: 768px) {
  .top-kv {
    aspect-ratio: 16/9 !important;
  }
}

.hero__column-wrapper li h4 a {
  color: #FFFFFF !important;
}
.hero__campaign-wrapper {
  min-height: unset;
  aspect-ratio: unset;
}
.hero__campaign-wrapper > div {
  min-height: 666px !important;
  justify-content: center !important;
}
.hero__campaign-wrapper .is-position-bottom-center {
  align-items: unset;
}
.hero__campaign-wrapper .wp-block-cover__inner-container {
  max-width: 335px !important;
}
.hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group {
  padding-top: 15px;
  padding-bottom: 20px;
}
.hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group h2, .hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group p {
  text-align: center;
}
.hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group h2 {
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  margin-bottom: 8px !important;
}
.hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group p {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7143;
  margin-bottom: 10px;
}
.hero__campaign-content {
  margin-block-end: 15px !important;
  background-color: #3C2B2B !important;
  border: 1px solid #707070;
  opacity: 0.9;
  mix-blend-mode: hard-light;
}
.hero__campaign-content .wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 11px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
.hero__campaign-content .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.top__message {
  background-color: #FCF7ED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 27px 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 28px;
}
@media screen and (min-width: 782px) {
  .top__message {
    margin-left: unset;
    margin-right: unset;
    padding: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .top__message {
    margin-top: -70px;
  }
}
.top__message h2 {
  font-size: 19px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1.4211;
  text-align: center;
  margin-bottom: 13px;
  padding: 0;
  border-top: unset;
  border-bottom: unset;
}
.top__message p {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.top__message .wp-block-columns {
  gap: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.top__message-button {
  margin-block-start: 15px !important;
}
.top__message-button .common-button {
  width: 100%;
}
.top__message-button .common-button a {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  padding: 12px;
}
.top-kv .video-pc {
  display: none;
}
@media screen and (min-width: 576px) {
  .top-kv .video-pc {
    display: block;
  }
}
.top-kv .video-sp {
  display: block;
}
@media screen and (min-width: 576px) {
  .top-kv .video-sp {
    display: none;
  }
}
.top__news {
  margin-bottom: 25px;
}
.top__news h2 {
  border-top: unset;
  border-bottom: 1px solid #FFFFFF;
  font-size: 19px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0 0 12px;
}
.top__news-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top__news-content li {
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  background-color: unset !important;
}
.top__news-content li a, .top__news-content li time {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  line-height: 1.6667;
}
.top__news-content li a {
  margin-bottom: 0;
}
.top__news-content li a:hover {
  text-decoration: unset !important;
  padding-top: 0 !important;
}
.top__news-content li time {
  margin-bottom: 10px;
}
.top__brands h2 {
  font-size: 19px;
  margin-block-end: 12px !important;
  text-align: center;
}
.top__brands .wp-block-columns {
  margin-bottom: 10px;
}
.top__brands .wp-block-columns .wp-block-column {
  display: flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
}
.top__brands .wp-block-columns .wp-block-column p {
  width: calc(100% - 89px);
  font-size: 16px;
  line-height: 1.3684;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.top__brands .wp-block-columns .wp-block-column figure {
  margin: 0 !important;
  padding: 0;
}
.top__brands .wp-block-columns .wp-block-column figure img {
  max-width: 89px;
  max-height: 89px;
}
.top__brands .wp-block-columns .wp-block-column:has(a:hover) {
  background-color: #FDF7ED;
  color: #331D20;
}
.top__brand-button {
  margin-block-start: 15px !important;
  margin-block-end: 25px !important;
}
.top__brand-button .common-button {
  width: 100%;
}
.top__brand-button .common-button a {
  font-size: 16px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  padding: 12px;
  width: 100% !important;
}
.top__price h2 {
  font-size: 19px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  margin-block-end: 15px !important;
  text-align: center;
}
.top__price-list {
  margin-block-end: 30px !important;
}
.top__price-list dl div {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FFFFFF;
}
.top__price-list dl div dt {
  margin-bottom: 0;
  font-weight: normal;
}
.top__contact-header {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
.top__contact-button a:hover {
  opacity: 1;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.top__strength {
  flex-direction: column;
  gap: 15px !important;
}
.top__strength .wp-block-column {
  padding: 20px;
  background-color: #FCF7ED;
  color: #331D20;
}
.top__strength .wp-block-column h4 {
  margin-block-start: 24px;
  margin-block-end: 16px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 9px;
  border-top: 1px solid #331D20;
  border-bottom: 1px solid #331D20;
  border-radius: unset;
  background-color: unset;
  text-align: center;
}
.top__strength .wp-block-column p {
  line-height: 2.1429;
}
.top__strength .wp-block-column figure {
  padding: 0 !important;
  margin-bottom: 24px !important;
}
.top__strength .wp-block-column figure img {
  width: 100%;
}
.top__strength-upside-text {
  margin-left: calc(50% - 50vw) !important;
  margin-right: 20px !important;
}
.top__strength-upside-text h3 {
  font-size: 19px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-bottom: 0;
  margin-block-end: 15px;
}
.top__strength-upside-text p {
  margin-block-end: 15px !important;
  margin-bottom: 15px !important;
}
.top__strength-downside-text {
  margin-right: calc(50% - 50vw) !important;
  margin-left: 20px !important;
}
.top__strength-downside-text h3 {
  font-size: 19px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-bottom: 0;
  margin-block-end: 15px;
}
.top__strength-downside-text p {
  margin-block-end: 15px !important;
  margin-bottom: 15px !important;
}
.top__strength-button .common-button {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border: 1px solid #A67A1E;
  background-color: #FFFFFF;
  width: 200px;
  transition: all 0.3s ease;
  position: relative;
}
.top__strength-button .common-button:has(a:hover)::after {
  content: "";
  height: 1px;
  width: 34px;
  background-color: #FEF7ED;
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  position: absolute;
}
.top__strength-button .common-button:has(a:hover) {
  background-color: #A67A1E;
}
.top__strength-button .common-button a {
  color: #A67A1E;
  font-size: 14px;
  padding: 13px;
  position: relative;
}
.top__strength-button .common-button a:hover {
  color: #A67A1E;
  color: #FFFFFF;
}
.top__strength-button .common-button a::before {
  content: "";
  height: 1px;
  width: 63px;
  background-color: #A67A1E;
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
}
.top__strength-button .common-button a:after {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #A67A1E;
  display: block;
  rotate: 45deg;
  position: absolute;
  top: 23px;
  right: -31px;
}
.top__case-list-wrapper {
  min-width: 100%;
  overflow-x: auto;
  padding-right: 10px;
}
.top__case-list-wrapper .top__column-item {
  display: flex !important;
  justify-content: center !important;
}
.top__case-list-wrapper .top__column-item .post {
  padding: 20px;
  background-color: #FCF7ED;
  max-width: 250px;
  width: 100%;
}
.top__case-list-wrapper .top__column-item .post figure {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1 !important;
}
.top__case-list-wrapper .top__column-item .post figure a img {
  width: 60px !important;
  height: 60px !important;
}
.top__case-list-wrapper .top__column-item .post .wp-block-post-excerpt {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.top__case-list-wrapper .top__column-item .post .wp-block-post-excerpt p {
  line-height: 1.5;
}
.top__case-list-wrapper .top__column-item .post .is-dynamic-field {
  text-align: right;
  margin-top: 10px;
}
.top__case-list-wrapper .top__column-item h4 {
  text-align: center;
  margin-top: 12px;
}
.top__case-list-wrapper .top__column-item h4 a {
  color: #331D20 !important;
  font-size: 16px;
}
.top__case-list-wrapper .top__column-item .value, .top__case-list-wrapper .top__column-item .suffix {
  color: #331D20;
  margin-inline-start: 0;
}
.top__case-header {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-block-end: 12px !important;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px !important;
  left: -10px !important;
  font-weight: 600 !important;
}
.top__case-button {
  width: calc(100% - 20px);
  text-align: center;
  margin-top: 15px !important;
}
.top__case-button .common-button {
  width: 100%;
  max-width: 335px;
  margin-left: -20px;
}
.top__case-button .common-button a {
  font-size: 16px !important;
}
.top__case-column-group .wp-block-cover__inner-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-width: 100%;
  padding-left: 20px;
}
.top__column-list-wrapper {
  min-width: 100%;
  overflow-x: auto;
  padding-right: 10px;
}
.top__column-list-wrapper .top__column-item {
  display: flex !important;
  justify-content: center;
}
.top__column-list-wrapper .top__column-item .post {
  max-width: 250px;
  width: 100%;
}
.top__column-list-wrapper .top__column-item .post figure {
  overflow: hidden;
  aspect-ratio: 25/14 !important;
}
.top__column-list-wrapper .top__column-item .post figure a img {
  width: 250px !important;
  height: 140px !important;
}
.top__column-list-wrapper .top__column-item .post .wp-block-post-excerpt {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.top__column-list-wrapper .top__column-item h4 {
  text-align: left;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  font-weight: bold;
}
.top__column-list-wrapper .top__column-item h4 a {
  color: #FFFFFF !important;
  font-size: 14px !important;
}
.top__column-list-wrapper .top__column-item .value, .top__column-list-wrapper .top__column-item .suffix {
  color: #FFFFFF;
}
.top__column-header {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-block-end: 12px !important;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px !important;
  left: -10px !important;
  font-weight: 600 !important;
}
.top__column-date {
  font-size: 12px !important;
  color: #FFFFFF !important;
}
.top__column-button {
  width: calc(100% - 20px);
  text-align: center;
  margin-top: 16px !important;
}
.top__column-button .common-button {
  width: 100%;
  max-width: 335px;
  margin-left: -20px;
}
.top__column-button .common-button a {
  font-size: 16px !important;
}
.top__column-column-group .wp-block-cover__inner-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-width: 100%;
  padding-left: 20px;
}
.top__img--right-side img {
  left: 190px !important;
}

@media screen and (min-width: 782px) {
  .top__message {
    margin-bottom: 33px;
  }
  .top__message h2 {
    font-size: 35px;
    line-height: 1.4857;
  }
  .top__message p {
    font-size: 19px;
    line-height: 1.7368;
  }
  .top__message .wp-block-columns {
    gap: 30px;
  }
  .top__message-button {
    margin-block-start: 30px !important;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
  .top__message-button .common-button a {
    font-size: 18px !important;
    padding: 17px 0;
    text-align: center;
    width: 100% !important;
  }
  .top__news {
    margin-bottom: 93px;
  }
  .top__news h2 {
    padding: 0 15px 11px;
    font-size: 24px;
    margin-block-end: 15px !important;
  }
  .top__news ul li {
    padding-left: 0;
    padding-right: 15px;
  }
  .top__news li {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
  }
  .top__news li time, .top__news li a {
    margin-bottom: 0;
    font-size: 14px;
  }
  .top__news li time {
    margin-right: 0;
    min-width: 115px;
  }
}
@media screen and (min-width: 576px) {
  .hero__column-wrapper li h4 a {
    color: #FFFFFF !important;
    font-size: 16px !important;
  }
  .hero__campaign-wrapper > div {
    justify-content: flex-end !important;
  }
  .hero__campaign-wrapper .is-position-bottom-center {
    align-items: unset;
  }
  .hero__campaign-wrapper .wp-block-cover__inner-container {
    max-width: 345px !important;
  }
  .hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group {
    padding: 19px 20px !important;
    margin-right: 5px;
  }
  .hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group h2 {
    font-size: 24px !important;
    margin-bottom: 6px !important;
  }
  .hero__campaign-wrapper .wp-block-cover__inner-container .wp-block-group p {
    text-align: left;
  }
  .hero__campaign-content {
    margin-block-end: 130px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .hero__campaign-content {
    margin-block-end: 15px !important;
  }
}
@media screen and (min-width: 576px) {
  .hero__campaign-content .wp-block-button.is-style-outline > .wp-block-button__link {
    font-size: 18px;
  }
  .hero__campaign-content .wp-block-button.is-style-outline > .wp-block-button__link:hover {
    background-color: #FFFFFF !important;
    color: #000000 !important;
  }
  .top__brands h2 {
    margin-block-end: 35px;
  }
  .top__price h2 {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .top__price-list {
    margin-block-end: 100px !important;
  }
  .top__price-list dl div {
    padding: 0 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
  }
  .top__price-list dl div dt, .top__price-list dl div dd {
    font-size: 14px;
  }
  .top__contact-header {
    font-size: 28px !important;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  }
  .top__contact-button {
    max-width: 297px;
    margin-left: auto;
    margin-right: auto;
  }
  .top__contact-button a:hover {
    opacity: 1;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
}
@media screen and (min-width: 768px) {
  .top__brands {
    margin-bottom: 40px;
  }
  .top__brands .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
    width: 33.3333% !important;
  }
  .top__brands h2 {
    font-size: 28px;
    margin-block-end: 35px !important;
  }
  .top__brands .wp-block-columns {
    margin-bottom: 24px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .top__brands .wp-block-columns .wp-block-column {
    flex-direction: column;
    gap: 6px;
    padding: 30px 10px;
  }
  .top__brands .wp-block-columns .wp-block-column p {
    font-size: 21px;
    line-height: 1.2381;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    letter-spacing: 2.1px;
  }
  .top__brands .wp-block-columns .wp-block-column figure {
    margin: 0 !important;
  }
  .top__brands .wp-block-columns .wp-block-column figure img {
    max-width: 121px;
    max-height: 121px;
  }
  .top__brand-button {
    margin-block-start: 40px !important;
    margin-block-end: 93px !important;
    text-align: center;
  }
  .top__brand-button .common-button {
    max-width: 296px;
  }
  .top__brand-button .common-button a {
    font-size: 18px !important;
    padding: 16px;
  }
  .top__contact-button {
    max-width: 296px;
  }
  .top__contact-button .vk_button_link.btn {
    font-size: 18px !important;
    padding: 13px 0 !important;
  }
  .top__strength { /* 強み */
    flex-direction: row !important;
    gap: unset;
  }
  .top__strength .wp-block-column {
    padding: 20px;
  }
  .top__strength .wp-block-column h4 {
    margin-block-start: 24px;
    margin-block-end: 16px;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 9px;
    border-top: 1px solid #331D20;
    border-bottom: 1px solid #331D20;
    border-radius: unset;
    background-color: unset;
    text-align: center;
  }
  .top__strength .wp-block-column p {
    line-height: 2.1429;
  }
  .top__strength .wp-block-column figure img {
    width: 100%;
  }
  .top__strength-upside-text {
    margin-left: unset !important;
    margin-right: unset !important;
    padding: 32px 46px !important;
  }
  .top__strength-upside-text h3 {
    font-size: 28px;
    margin-block-end: 28px;
  }
  .top__strength-upside-text p {
    margin-block-end: 24px !important;
    margin-bottom: 24px !important;
    font-size: 16px;
    line-height: 1.875;
  }
  .top__strength-downside-text {
    margin-right: unset !important;
    margin-left: unset !important;
    padding: 32px 46px !important;
  }
  .top__strength-downside-text h3 {
    font-size: 28px;
    margin-block-end: 28px;
  }
  .top__strength-downside-text p {
    margin-block-end: 24px !important;
    margin-bottom: 24px !important;
    font-size: 16px;
    line-height: 1.875;
  }
  .top__strength-button .common-button {
    width: 242px;
  }
  .top__strength-button .common-button:has(a:hover)::after {
    content: "";
    width: 34px;
    right: -1px;
  }
  .top__strength-button .common-button a {
    font-size: 18px !important;
    padding: 16px;
    width: 100% !important;
  }
  .top__strength-button .common-button a::before {
    content: "";
    width: 63px;
    right: -30px;
  }
  .top__strength-button .common-button a:after {
    content: "";
    width: 11px;
    top: 21px;
    right: -31px;
  }
  .top__case-list-wrapper {
    padding-right: unset;
  }
  .top__case-list-wrapper .top__column-item {
    display: flex !important;
    justify-content: center !important;
  }
  .top__case-list-wrapper .top__column-item h4 a {
    font-size: 16px;
  }
  .top__case-list-wrapper .top__column-item .post {
    padding: 38px 24px;
    max-width: 354px;
  }
  .top__case-list-wrapper .top__column-item .post figure {
    width: 80px !important;
    height: 80px !important;
  }
  .top__case-list-wrapper .top__column-item .post figure a img {
    width: 80px !important;
    height: 80px !important;
  }
  .top__case-list-wrapper .top__column-item .post .wp-block-post-excerpt {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    line-height: 1.875;
  }
  .top__case-list-wrapper .top__column-item .post .wp-block-post-excerpt p {
    line-height: 1.875;
  }
  .top__case-column-group .wp-block-cover__inner-container {
    min-width: unset;
    padding-left: unset;
  }
  .top__case-button {
    margin-top: 40px !important;
    width: 100%;
  }
  .top__case-button .common-button {
    max-width: 296px;
    margin-left: unset;
  }
  .top__case-button .common-button a {
    width: 100% !important;
    font-size: 18px !important;
    padding: 16px;
  }
  .top__case-header {
    margin-right: unset !important;
    margin-left: unset !important;
    margin-block-end: 40px !important;
    font-size: 28px !important;
    left: 0 !important;
    font-weight: 600 !important;
  }
  .top__column-list-wrapper {
    padding-right: unset;
  }
  .top__column-list-wrapper .top__column-item h4 a {
    font-size: 14px;
  }
  .top__column-list-wrapper .top__column-item .post {
    padding: 0;
    max-width: 354px;
  }
  .top__column-list-wrapper .top__column-item .post figure a img {
    max-width: 354px;
    width: 100% !important;
    max-height: 200px !important;
    height: 100% !important;
  }
  .top__column-list-wrapper .top__column-item .post .wp-block-post-excerpt {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    line-height: 1.875;
  }
  .top__column-list-wrapper .top__column-item .post .wp-block-post-excerpt p {
    line-height: 1.875;
  }
  .top__column-column-group .wp-block-cover__inner-container {
    min-width: unset;
    padding-left: unset;
  }
  .top__column-button {
    margin-top: 40px !important;
    width: 100%;
  }
  .top__column-button .common-button {
    max-width: 296px;
    margin-left: unset;
  }
  .top__column-button .common-button a {
    width: 100% !important;
    font-size: 18px !important;
    padding: 16px;
  }
  .top__column-header {
    margin-right: unset !important;
    margin-block-end: 35px !important;
    font-size: 28px !important;
    left: 0 !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 600px) {
  .top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top__case-column-wrapper {
    margin-top: 20px;
    overflow-x: auto;
  }
  .top__case-column {
    min-width: 806px;
    padding-right: unset;
  }
  .top__column-wrapper {
    overflow-x: auto;
  }
  .top__column-item {
    min-width: 806px;
    display: flex !important;
  }
}
/*********************************
 * Inquiry Page Customizations
 *****************************/
.inquiry-sp-disp {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .inquiry-sp-disp {
    display: block;
  }
}
.inquiry-label {
  color: var(--unnamed-color-331d20);
  text-align: left;
  letter-spacing: NaNpx;
  color: #331D20;
  opacity: 1;
}
.inquiry-label input[type=radio i] {
  margin: 0;
  accent-color: #331D20;
  width: 16px;
  height: 16px;
}

.inquiry__title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.inquiry__form {
  margin-bottom: 100px;
}
.inquiry__form-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
.inquiry__form-container .fw-300 {
  font-weight: 300;
}
.inquiry__form-container .fw-600 {
  font-weight: 600;
}
.inquiry__form-container input, .inquiry__form-container select, .inquiry__form-container textarea {
  padding: 17px 20px;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.inquiry__form-container a {
  color: #FFFFFF;
  text-decoration: underline;
}
.inquiry__form-container a:hover {
  color: #FFFFFF;
}
.inquiry__form-container input[type=checkbox i] {
  margin: 0 5px 0 0;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  accent-color: #331D20;
}
.inquiry__form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-size: 14px;
}
.inquiry__form-row-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.inquiry__form-row-label div {
  line-height: 1;
}
.inquiry__form-row-label--address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.inquiry__form-row--textarea {
  margin-bottom: 7px;
}
.inquiry__form-row--textarea label {
  cursor: pointer;
  font-size: 14px;
}
.inquiry__count {
  display: block;
  text-align: right;
  font-size: 13px;
}
.inquiry__form-required {
  position: relative;
  bottom: 2px;
}
.inquiry__form-required font {
  margin-left: 5px;
  padding: 2px 4px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-size: 9px;
}
.inquiry__form-select--icon {
  position: relative;
}
.inquiry__form-select--icon::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000;
}
.inquiry__form-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  margin-top: 10px;
}
.inquiry__form-radio input[type=radio i] {
  margin: 0 5px 0 0 !important;
  color: #000;
  accent-color: #331D20;
}
.inquiry__form-radio label {
  cursor: pointer;
}
.inquiry__form-submit {
  margin-top: 20px;
  text-align: center;
}
.inquiry__form-submit--privacy {
  margin-bottom: 10px;
  font-weight: 300;
}
.inquiry__form-submit--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.inquiry__form-submit--privacy input {
  margin: 0 10px 0 0;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 1;
  accent-color: #331D20;
}
.inquiry__form-submit--button input {
  background-color: #A67A1E;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.inquiry__form-submit--button input:hover {
  background-color: #A67A1E !important;
}

@media screen and (min-width: 768px) {
  .inquiry__form-row {
    flex-direction: row;
    align-items: center;
    font-size: 16px;
  }
  .inquiry__form-row--align-top {
    align-items: baseline;
  }
  .inquiry__form-row--textarea {
    margin-bottom: 13px;
    align-items: flex-start;
  }
  .inquiry__form-row--textarea .inquiry__form-row-label {
    margin-top: 4px;
  }
  .inquiry__form-row--textarea .inquiry__form-row-label font {
    max-width: 272px;
    width: 100%;
  }
  .inquiry__form-row-label {
    max-width: 356px;
    width: 100%;
    margin-bottom: 0;
  }
  .inquiry__form-row-label--address {
    max-width: 754px;
    width: 100%;
  }
  .inquiry__form-row--input {
    max-width: 754px;
    width: 100%;
  }
  .inquiry__form-submit {
    flex-direction: column !important;
    margin-top: 30px;
  }
  .inquiry__form-submit--button {
    width: 296px;
  }
  .inquiry__form-submit--button input {
    font-size: 18px;
    padding: 16px;
  }
  .inquiry__form-submit--privacy {
    margin-bottom: 14px;
  }
  .inquiry__form-required {
    margin-left: auto;
    margin-right: 10px;
    bottom: 0;
  }
  .inquiry__form-required font {
    font-size: 16px;
    margin-left: 0;
  }
  .inquiry__form-radio {
    max-width: 754px;
    width: 100%;
  }
}
/**
 * Law page styles
 * 法務ページのスタイル
 *
 * @since 1.0.0
 * @package Lightning
 */
.law-page-content {
  min-height: 100vh;
  padding: 50px 0;
}
.law-page-content * {
  box-sizing: border-box;
}
.law-page-content h1,
.law-page-content h2,
.law-page-content h3,
.law-page-content h4,
.law-page-content h5,
.law-page-content h6,
.law-page-content p,
.law-page-content div,
.law-page-content span,
.law-page-content a {
  color: #ffffff !important;
}
.law-page-content p,
.law-page-content div,
.law-page-content span,
.law-page-content a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
}
.law-page-content .law-info-section {
  margin: 0 auto;
  padding: 0;
  max-width: none;
}
.law-page-content .law-info-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.law-page-content .law-info-label {
  font-weight: 600;
  padding-left: 9px;
  flex-basis: 341px;
}
.law-page-content .law-info-value {
  flex: 1;
  flex-basis: 729px;
  padding-right: 15px;
}
.law-page-content .law-info-value p {
  margin-bottom: 0;
  line-height: 1.7;
}
.law-page-content .law-info-value p:last-child {
  margin-bottom: 0;
}
.law-page-content .law-info-value ul {
  margin: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}
.law-page-content .law-info-value ul li {
  margin-bottom: 0;
  padding-left: 16px;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  vertical-align: top;
}
.law-page-content .law-info-value ul li:before {
  content: "・";
  position: absolute;
  margin-left: -15px;
}
.law-page-content .law-info-value a {
  text-decoration: underline;
  color: #ffffff;
}
.law-page-content .law-info-value a:hover {
  color: #a8823e;
}
.law-page-content h1.law-main-title {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 1.43 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0px !important;
  opacity: 1 !important;
  margin: 0 0 35px 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .law-page-content {
    padding: 30px 0;
  }
  .law-page-content .law-info-section {
    padding: 0 12px;
    max-width: none;
  }
  .law-page-content .law-info-row {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    row-gap: 8px;
    column-gap: 12px;
  }
  .law-page-content .law-info-label {
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.71 !important;
    letter-spacing: 0.05em !important;
    flex-basis: 100px; /* widen to keep 4 characters on one line */
    padding-left: 25px;
  }
  .law-page-content .law-info-value {
    margin-left: 0;
    flex: 0 0 calc(100% - 100px - 25px - 16px - 12px);
    padding-right: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.71 !important;
    letter-spacing: 0.05em !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  .law-page-content .law-info-value p {
    text-align: left !important;
    margin-bottom: 0;
    line-height: 1.7;
  }
  .law-page-content .law-info-value a {
    text-decoration: none !important;
  }
  .law-page-content .law-info-value ul {
    padding-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .law-page-content .law-info-value ul li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    vertical-align: top !important;
  }
  .law-page-content h1.law-main-title {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    letter-spacing: 0px !important;
  }
}
/*********************************
 * Contact Page Customizations
 *****************************/
.contact-center p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0;
}

.contact-sp-disp {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .contact-sp-disp {
    display: block;
  }
}
.contact-base {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #331D20;
  letter-spacing: 0px;
  width: 100%;
  margin-bottom: 40px;
}

.contact-price-from {
  background-color: #FDF7ED;
  opacity: 1;
  margin: 20spx auto 0;
}

.contact-center {
  max-width: 555px;
  width: 100%;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 0;
}

.contact-center p {
  font-weight: bold;
  letter-spacing: 0px;
  color: #331D20;
}

.contact-price-element {
  margin-left: 30px;
  margin-bottom: 40px;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.contact-center__icon {
  position: relative;
}
.contact-center__icon::after {
  content: "▼";
  position: absolute;
  right: 31px;
  top: 15px;
  font-size: 12px;
}

.contact-price-element label {
  cursor: pointer;
}

.contact-label {
  color: var(--unnamed-color-331d20);
  text-align: left;
  letter-spacing: NaNpx;
  color: #331D20;
  opacity: 1;
}
.contact-label input[type=radio i] {
  margin: 0;
  accent-color: #331D20;
  width: 16px;
  height: 16px;
}

.contact-price-element input[type=radio i] {
  margin: 0 5px 0 0;
  accent-color: #331D20;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.contact-input {
  width: 16px;
  height: 16px;
  border: 1px solid #331D20;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  opacity: 1;
}

.contact-price {
  max-width: 553px;
  width: 100%;
  background: #FF3131 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
}

.contact-price-name {
  top: 1180px;
  left: 904px;
  width: 112px;
  height: 28px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.contact-ajax-result {
  text-align: center;
  font-size: 60px;
  letter-spacing: 0px;
  color: #331D20;
  opacity: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.contact-price-result {
  text-align: center;
}

.contact-text {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}

.contact-text p {
  margin: 0;
}

.contact-email .contact-form-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 20px;
  border: 0;
}
.contact-email p {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: 300;
}

.contact__form {
  margin-bottom: 100px;
}
.contact__form-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
.contact__form-container .fw-300 {
  font-weight: 300;
}
.contact__form-container .fw-600 {
  font-weight: 600;
}
.contact__form-container input, .contact__form-container select, .contact__form-container textarea {
  padding: 17px 20px;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.contact__form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-size: 14px;
}
.contact__form-row-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.contact__form-row-label div {
  line-height: 1;
}
.contact__form-row-label--address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.contact__form-row--textarea {
  margin-bottom: 7px;
}
.contact__form-required {
  position: relative;
  bottom: 2px;
}
.contact__form-required font {
  margin-left: 5px;
  padding: 2px 4px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-size: 9px;
}
.contact__form-select--icon {
  position: relative;
}
.contact__form-select--icon::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000;
}
.contact__form-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  margin-top: 10px;
}
.contact__form-radio input[type=radio i] {
  margin: 0 5px 0 0 !important;
  color: #000;
  accent-color: #331D20;
}
.contact__form-radio label {
  cursor: pointer;
}
.contact__form-submit {
  margin-top: 30px;
  text-align: center;
}
.contact__form-submit--privacy {
  margin-bottom: 10px;
  font-weight: 300;
}
.contact__form-submit--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.contact__form-submit--privacy input {
  margin: 0 10px 0 0;
  border: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 1;
  accent-color: #331D20;
}
.contact__form-submit--privacy a {
  color: #FFFFFF;
  text-decoration: underline;
}
.contact__form-submit--button input {
  background-color: #A67A1E;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.contact__form-submit--button input:hover {
  background-color: #A67A1E !important;
}

@media screen and (min-width: 768px) {
  .contact__form-row {
    flex-direction: row;
    align-items: center;
    font-size: 16px;
  }
  .contact__form-row--align-top {
    align-items: baseline;
  }
  .contact__form-row--textarea {
    margin-bottom: 13px;
  }
  .contact__form-row--textarea .contact__form-row-label font {
    max-width: 272px;
    width: 100%;
  }
  .contact__form-row-label {
    max-width: 356px;
    width: 100%;
    margin-bottom: 0;
  }
  .contact__form-row-label--address {
    max-width: 754px;
    width: 100%;
  }
  .contact__form-row--input {
    max-width: 754px;
    width: 100%;
  }
  .contact__form-submit {
    flex-direction: column !important;
    margin-top: 50px;
  }
  .contact__form-submit--button {
    width: 296px;
  }
  .contact__form-submit--button input {
    font-size: 18px;
    padding: 16px;
  }
  .contact__form-submit--privacy {
    margin-bottom: 14px;
  }
  .contact__form-required {
    margin-left: auto;
    margin-right: 10px;
    bottom: 0;
  }
  .contact__form-required font {
    font-size: 16px;
    margin-left: 0;
  }
  .contact__form-radio {
    max-width: 754px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-base {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767.98px) {
  .contact-base {
    width: auto;
  }
  .contact-price-from {
    margin: 0;
  }
  .contact-center {
    display: block;
    margin: 0;
    padding: 30px 20px 15px;
  }
  .contact-center p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
  }
  .contact-input[type=radio i] {
    margin: 0 5px 0 0 !important;
    color: #000;
  }
  .contact-price-element {
    margin-left: 20px;
    margin-bottom: 30px;
    width: calc(100% - 20px);
  }
  .contact-price-element label {
    font-size: 14px;
    display: block;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
  }
  .contact-price-element label span {
    padding-left: 20px;
    line-height: 2;
  }
  .contact-price-element--option label {
    margin-bottom: 8px;
  }
  select.contact-price-element {
    color: #A8A8A8;
    border: 1px solid #000;
    padding: 17px 31px;
    font-size: 14px;
    border-radius: unset;
  }
  .contact-label-material {
    font-size: 12px;
  }
  .contact-price {
    margin-top: 30px;
  }
  .contact-price-result {
    margin-top: 9px;
  }
  .contact-price-result .contact-ajax-result {
    font-size: 40px;
  }
  .contact-text {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .contact-text p {
    margin-bottom: 10px;
  }
  .contact-text p:last-child {
    margin-bottom: 0;
  }
  .contact-email {
    display: block;
  }
  .contact-email .contact-form-title {
    font-size: 19px;
    height: auto;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 1.5789;
  }
  .contact-email p {
    font-size: 14px;
    padding: 0 20px;
  }
}
/*********************************
 * Privacy Pages Customizations
 *****************************/
.privacy-page__main-title {
  margin: 50px auto 50px auto;
  font-size: 28px;
  text-align: center;
  line-height: 1.4286;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.privacy-page__main-content {
  margin: 0 auto;
}

.privacy-page__intro-text {
  margin: 0 auto 50px auto;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.privacy-page__section-title {
  font-size: 28px;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 25px 0 28px 0;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}

.privacy-page__text-content {
  display: flex;
  align-items: flex-start;
  margin-left: 76px;
  width: calc(100% - 76px);
}

.privacy-page__text-content-title {
  text-align: center;
  position: relative;
}

.privacy-dots {
  position: relative;
}
.privacy-dots::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -48px;
  font-size: 16px;
}

.privacy-page__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  margin-top: 0;
  font-weight: 300;
}

.privacy-page__numbered-title {
  text-decoration: underline;
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.privacy-page__text-indent {
  font-weight: 300;
  margin: 0 0 10px 47px;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: calc(100% - 47px);
}

.privacy-page__text-list {
  margin-left: 47px;
  margin-bottom: 25px;
  width: calc(100% - 47px);
}

.privacy-page__text-list-item {
  display: flex;
}

.privacy-page__text-list-item-number {
  text-align: center;
  font-size: 14px;
  line-height: 1.7143;
  margin-right: 5px;
}

.privacy-page__text-list-item-text {
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.privacy-page__text-indent-first {
  margin-bottom: 50px;
}

.privacy-page__text-indent-second {
  margin-left: 23px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  width: calc(100% - 23px);
}
.privacy-page__text-indent-second a {
  color: #FFFFFF;
  text-decoration: underline;
}

.privacy-page__text-last {
  margin-bottom: 100px;
}

@media (max-width: 575.98px) {
  .privacy-page__main-title {
    margin: 30px auto 15px auto;
    font-size: 19px;
    line-height: 1.4211;
  }
  .privacy-page__intro-text {
    margin: 0 auto 30px auto;
    min-height: 86px;
  }
  .privacy-page__section-title {
    font-size: 19px;
    line-height: 1.4211;
    margin: 5px auto 25px auto;
  }
  .privacy-page__text-content-container {
    margin: 0 auto;
  }
  .privacy-page__text-content {
    margin-left: 38px;
    width: calc(100% - 38px);
  }
  .privacy-page__numbered-title {
    margin: 9px auto 10px auto;
  }
  .privacy-page__text-indent {
    margin: 0 auto 15px auto;
  }
  .privacy-page__text-list {
    margin-left: 2px;
  }
  .privacy-page__text-list-item-number {
    margin-left: 19px;
  }
  .privacy-page__text-indent-first {
    margin-bottom: 30px;
  }
  .privacy-dots::before {
    left: -37px;
  }
  .privacy-page__text-indent-second {
    margin-left: 40px;
  }
}
/*********************************
 * Faq Page Styles
 * 修理実績・お客様の声
 *****************************/
/* ===========================================
   VARIABLES - Only specific values not in base
   =========================================== */
.faq-container {
  padding-top: 50px;
  scroll-behavior: smooth;
}
.faq-container .faq-list-top {
  margin-bottom: 56px;
}
.faq-container .faq-accordion {
  padding: 0;
}
.faq-container .faq-accordion .faq-list-label {
  flex: 1 1 auto;
  padding: 9px 40px 8px 16px;
  font-size: 14px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.7143;
}
.faq-container .faq-accordion .faq-list-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
  background-image: url("../images/icons/plus-large-svgrepo-com.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1); /* Chuyển màu đen thành trắng */
}
.faq-container .faq-accordion .faq-list-subtext {
  flex: 0 0 auto;
  color: #1B3757;
  padding: 9px 13px 9px 11px;
  background-color: #FFFFFF;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.faq-container .faq-accordion .faq-list-subtext p {
  margin: 0;
  font: normal normal bold 23px/1.4375rem "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq-container .faq-accordion .faq-collapse {
  overflow: hidden;
  transition: all 0.2s ease-out;
  margin-bottom: 10px;
}
.faq-container .faq-accordion .faq-collapse-header {
  display: flex;
  cursor: pointer;
  position: relative;
  display: flex;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.faq-container .faq-accordion .faq-collapse-content {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.2s ease-out;
  display: flex;
}
.faq-container .faq-accordion .faq-collapse-content .faq-list-subtext--answer {
  flex: 0 0 auto;
  color: #FFFFFF;
  padding: 10px 11px 10px 13px;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: start;
  align-self: stretch;
}
.faq-container .faq-accordion .faq-collapse-content .faq-list-subtext--answer p {
  margin: 0;
  font: normal normal bold 23px/1.4375rem "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq-container .faq-accordion .faq-collapse-content .faq-list-text {
  font: normal normal normal 14px/1.375rem "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  margin: 0;
  flex: 1 1 auto;
  border-left: 1px solid #FFFFFF;
  padding: 10px 0 10px 16px;
}
.faq-container .faq-accordion .faq-collapse-content .faq-list-text a {
  color: #FFFFFF;
  text-decoration: underline;
}
.faq-container .faq-accordion .faq-collapse.active .faq-collapse-header {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.faq-container .faq-accordion .faq-collapse.active .faq-list-label {
  color: #331D20;
}
.faq-container .faq-accordion .faq-collapse.active .faq-list-label::after {
  background-image: url("../images/icons/minus-svgrepo-com.svg");
  filter: none; /* Giữ màu đen gốc */
}
.faq-container .faq-accordion .faq-collapse.active .faq-list-subtext {
  color: #FFFFFF;
  background-color: #1B3757;
}
.faq-container .faq-title {
  font: normal normal 600 28px/1.4286rem "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 8px !important;
  padding: 9px 0 9px 0;
}
.faq-container .faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
  margin: 70px 0 70px;
  padding: 0;
  justify-content: center;
}
.faq-container .faq-categories .faq-categories-button {
  font-size: 16px;
  line-height: 1.6875;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  padding: 11px 17px 10px;
  width: calc(33.3333% - 16px);
  cursor: pointer;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.faq-container .faq-categories .faq-categories-button:hover, .faq-container .faq-categories .faq-categories-button.active {
  color: #1B3757;
  background-color: #FDF7ED;
}
.faq-container .faq-list-container {
  margin-bottom: 0px;
}
.faq-container .faq-list-wrapper {
  margin-bottom: 73px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faq-container .faq-contact {
  padding: 50px 0 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-container .faq-contact::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: url("/wp-content/uploads/2025/10/top_bg1_pc.jpg") no-repeat center center;
  opacity: 0.6;
}
.faq-container .faq-contact .faq-contact-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
  margin-block-end: 20px;
  position: relative;
  z-index: 1;
  min-height: 40px;
}
.faq-container .faq-contact .faq-contact-text {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7143;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.faq-container .faq-contact .common-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  max-width: 296px;
  width: 100%;
  padding: 16px;
}
.faq-container .faq-contact .common-button a {
  width: 100% !important;
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.faq__contact-wrapper {
  height: 277px;
  background-color: #3E2E18;
}
.faq__contact-wrapper img {
  opacity: 0.6;
}
.faq__contact-wrapper .sp-disp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .faq__contact-wrapper .sp-disp {
    display: block;
  }
}
.faq__contact-header {
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
}
.faq__contact-text {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7143;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
  margin-block-end: 0 !important;
}
.faq__contact-button {
  max-width: 296px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq__contact-button a {
  width: 100% !important;
  display: block;
  padding: 16px !important;
  font-size: 18px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
.faq__contact-button a:hover {
  opacity: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

@media screen and (max-width: 767.98px) and (min-width: 576px) {
  .faq-contact {
    width: max-content;
  }
}
@media screen and (max-width: 767.98px) {
  .faq-container {
    padding: 30px 0 0;
    margin: 0 5px 100px;
    transform: translateZ(0);
    will-change: transform;
  }
  .faq-container .faq-list-top {
    margin-bottom: 30px;
  }
  .faq-container .faq-list-wrapper {
    margin-bottom: 30px;
  }
  .faq-container .faq-accordion .faq-collapse.active .faq-collapse-header {
    margin-bottom: 10px;
  }
  .faq-container .faq-accordion .faq-collapse-header {
    margin: 0;
    min-height: 92px;
  }
  .faq-container .faq-accordion .faq-list-label {
    padding: 9px 40px 9px 16px;
    font: normal normal 600 14px/1.5rem "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .faq-container .faq-accordion .faq-list-label::after {
    width: 15px;
    height: 15px;
    right: 12px;
  }
  .faq-container .faq-accordion .faq-collapse-content .faq-list-subtext--answer {
    align-items: center;
  }
  .faq-container .faq-accordion .faq-list-subtext p {
    font: normal normal bold 23px/1.4375rem "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .faq-container .faq-title {
    font: normal normal 600 19px/1.4211rem "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin-bottom: 7px !important;
    padding: 0 0 7px 0;
  }
  .faq-container .faq-categories {
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    overflow-x: auto;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    justify-content: start;
  }
  .faq-container .faq-categories::-webkit-scrollbar {
    display: none !important;
  }
  .faq-container .faq-categories .faq-categories-button {
    display: block;
    min-width: unset;
    width: 235px;
    padding: 11px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .faq-container .faq-list-container {
    margin-bottom: 0px;
  }
  .faq-container .faq-contact {
    display: none;
  }
  .faq__contact-header {
    font-size: 19px;
  }
}
/* ===========================================
   AGREEMENT PAGE STYLES
   =========================================== */
.agreement-page {
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #FFFFFF;
}

.agreement-page__main-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  line-height: 1.4286;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  border: unset;
}

.agreement-page__main-content {
  margin-bottom: 100px;
  background-color: transparent;
}

.agreement-page__section-title {
  width: 100%;
  font-size: 28px;
  line-height: 1.4286;
  color: #FFFFFF;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 40px 0 30px 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  padding-left: 20px;
}

.agreement-page__text {
  margin-left: 45px;
  font-size: 14px;
  line-height: 1.7143;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 22px;
}
.agreement-page__text::before {
  content: "・";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  left: -41px;
  top: 0;
  border-radius: 50%;
  padding-left: 23px;
}
.agreement-page__text strong {
  font-weight: bold;
  color: #FFFFFF;
}

.agreement-page__indent {
  padding-left: 38px !important;
  margin-top: -20px !important;
}
.agreement-page__indent::before {
  display: none !important;
}

.agreement-page__list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
.agreement-page__list li {
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
  margin-bottom: 10px;
  list-style: none;
}

.agreement-page__main-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.agreement-page__main-content table th, .agreement-page__main-content table td {
  padding: 15px;
  text-align: left;
  border-bottom: none;
  font-size: 16px;
  color: #FFFFFF;
}
.agreement-page__main-content table th {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
.agreement-page__main-content table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .agreement-page__indent {
    padding-left: 50px !important;
    margin-top: -15px !important;
  }
}
@media (max-width: 767.98px) {
  .agreement-page {
    padding: 0;
  }
  .agreement-page__main-title {
    width: 100%;
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.4;
  }
  .agreement-page__main-content {
    padding: 0 20px 40px;
  }
  .agreement-page__section-title {
    width: 100%;
    font-size: 20px;
    margin: 30px 0 15px 0;
  }
  .agreement-page__main-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .agreement-page__indent {
    margin-left: 30px !important;
    margin-top: -10px !important;
  }
  .agreement-page__main-content ul,
  .agreement-page__main-content ol {
    margin: 15px 0;
    padding-left: 15px;
  }
  .agreement-page__main-content ul li,
  .agreement-page__main-content ol li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
    list-style: none;
  }
  .agreement-page__main-content ul li ol li,
  .agreement-page__main-content ol li ol li {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .agreement-page__main-content table {
    font-size: 12px;
  }
  .agreement-page__main-content table th, .agreement-page__main-content table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1199.98px) {
  .agreement-page__main-title {
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.2;
    margin: 30px auto 15px auto;
  }
  .agreement-page__main-content {
    padding: 0 20px 40px;
  }
  .agreement-page__section-title {
    width: 100%;
    font-size: 18px;
    margin: 35px 0 20px 0;
  }
  .agreement-page__section-title::after {
    width: 100%;
  }
  .agreement-page__text {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
    padding-left: 25px;
  }
  .agreement-page__text::before {
    left: 4px;
  }
  .agreement-page__indent {
    padding-left: 13px !important;
    margin-top: -15px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .agreement-page__main-title {
    font-size: 18px;
    margin: 20px auto 10px auto;
    padding: 0 15px;
  }
  .agreement-page__main-content {
    padding: 0 15px 30px;
  }
  .agreement-page__section-title {
    font-size: 16px;
    margin: 25px 0 15px 0;
  }
  .agreement-page__text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 28px;
  }
  .agreement-page__text::before {
    left: 7px;
  }
  .agreement-page__indent {
    margin-left: 0 !important;
    padding-left: 44px !important;
  }
}
@media screen and (max-width: 375px) {
  .agreement-page__main-title {
    font-size: 19px;
    margin: 30px auto 15px auto;
    padding: 0 10px;
    line-height: 27px;
  }
  .agreement-page__main-content {
    padding: 0 10px 100px;
  }
  .agreement-page__section-title {
    margin: 15px 0 10px 0;
    line-height: 1.4211;
    text-align: left;
    font-size: 19px;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    letter-spacing: 0px;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
  }
  .agreement-page__text {
    width: 300px;
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .agreement-page__text::before {
    left: -38px;
    top: 12px;
    width: 2px;
    height: 2px;
  }
  .agreement-page__indent {
    margin-left: 15px !important;
    margin-top: -3px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .agreement-page__text::before {
    padding-left: 0;
    left: 0;
  }
  .agreement-page__text {
    padding-left: 33px;
  }
}
.line-contents {
  max-width: 1110px;
  margin: 0 auto;
  box-sizing: border-box;
}

.line-contents__item {
  background-color: #FDF7ED;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 50px;
  gap: 28px;
}

.line-contents__figure {
  margin: 0;
  width: 326px;
  height: 255px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-contents__figure img {
  object-fit: cover;
  height: 100%;
  display: block;
}

.line-contents__body {
  width: 676px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.line-contents__title {
  font-family: "Noto Serif JP", SemiBold;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #000000;
  border: none;
  padding: 0;
}

.line-contents__description {
  font-family: "Hiragino Kaku Gothic ProN", W3;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #000000;
}

.line-friend {
  background-color: #24C402;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.line-friend__container {
  max-width: 1110px;
  margin: 0 auto;
  box-sizing: border-box;
}

.line-friend__inner {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.line-friend__figure {
  margin: 0;
  flex-shrink: 0;
  align-self: flex-end;
}

.line-friend__figure img {
  display: block;
  width: 329px;
  height: 318px;
  object-fit: contain;
}

.line-friend__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-friend__text {
  color: #24C402;
  font-size: 28px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN, W6";
  margin: 0 0 25px 0;
}

.line-friend__button {
  display: inline-block;
  background-color: #24C402;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN, W6";
  text-decoration: none;
  padding: 22px 116px;
  border-radius: 50px;
  transition: opacity 0.3s;
}

.line-friend__button:hover {
  opacity: 0.8;
  color: #fff !important;
}

.line-friend__br-sp {
  display: none;
}

@media (min-width: 768px) {
  .page-kv-text-common.line-header__text {
    font-size: 33px;
  }
  .line-header__text--description {
    text-align: center;
    font-size: 28px;
    font-family: Noto Serif JP, Noto Serif JP;
    margin-top: 43px;
    margin-bottom: 15px;
  }
  .line-contents__text {
    text-align: left;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic ProN, W3;
    line-height: 24px;
    max-width: 1110px;
  }
}
@media (max-width: 767.98px) {
  .line-contents__item {
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    gap: 0;
  }
  .line-contents__figure {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .line-contents__figure img {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .line-contents__body {
    width: 100%;
    padding: 12px 20px;
  }
  .line-contents__title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
  .line-contents__description {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-kv-text-common.line-header__text {
    font-size: 23px !important;
  }
  .line-header__text--description {
    text-align: center;
    font-size: 19px;
    font-family: Noto Serif JP, Noto Serif JP;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .line-friend {
    padding: 20px 0;
  }
  .line-friend__container {
    padding: 0 15px;
  }
  .line-friend__inner {
    flex-direction: column;
    padding: 30px 20px;
    gap: 16px;
    align-items: center;
    padding-right: 28px;
  }
  .line-friend__body {
    display: contents;
  }
  .line-friend__figure {
    align-self: auto;
    order: 2;
  }
  .line-friend__figure img {
    height: 200px;
    width: auto;
  }
  .line-friend__text {
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
    order: 1;
  }
  .line-friend__button {
    font-size: 19px;
    padding: 20px 81px;
    order: 3;
  }
  .line-friend__br-sp {
    display: block;
  }
}
/*********************************
 * About Page Customizations
 *****************************/
.sp-display {
  display: block;
}

.pc-display {
  display: none;
}

@media screen and (min-width: 576px) {
  .sp-display {
    display: none;
  }
  .pc-display {
    display: block;
  }
}
.about-container {
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.about-container .about-overlay {
  padding: 30px 20px;
  background-color: #FCF7ED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
}
.about-container .about-overlay .about-overlay-text {
  color: #000000;
  font: normal normal normal 14px/1.5 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 14px;
}
.about-container .about-overlay .about-overlay-text .about-overlay-text--bold {
  font-weight: bold;
}
.about-container .about-overlay .about-overlay-link {
  background: #a6791e 0% 0% no-repeat padding-box;
  color: #FDF7ED;
  padding: 7px 0 6px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  font: normal normal normal 16px/1.6875 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
}

.about__content-column--right .about__content-header {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px !important;
  font-weight: normal;
  display: inline-block;
}
.about__content-column--right .about__content-header::after {
  content: "";
  display: block;
  width: 141px;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 15px;
}
.about__content-column--right .about__content-text {
  font-size: 14px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.about__content-column--left .about__content-header {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px !important;
  font-weight: normal;
  display: inline-block;
}
.about__content-column--left .about__content-header::after {
  content: "";
  display: block;
  width: 141px;
  height: 1px;
  background-color: #000000;
  margin-top: 15px;
}
.about__content-column--left .about__content-text {
  font-size: 14px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.about-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  gap: 15px;
}
.about-button .common-button {
  width: 100%;
}
.about-button .common-button a {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 599.98px) {
  .about__content-image {
    min-height: unset !important;
    width: 242px !important;
    aspect-ratio: 1/1 !important;
    margin-top: 20px !important;
  }
  .about__content-image--right {
    margin-left: auto !important;
  }
  .about__banner-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .about__content--left-img {
    background: linear-gradient(0deg, rgb(92, 80, 67) 100%, rgba(92, 80, 67, 0) 100%) !important;
  }
  .about__content--right-img {
    background: linear-gradient(90deg, rgb(252, 247, 237) 100%, rgba(252, 247, 237, 0) 100%) !important;
  }
}
@media screen and (min-width: 600px) {
  .about-container {
    margin-bottom: 80px;
    margin-left: unset;
    margin-right: unset;
  }
  .about-container .about-overlay {
    padding: 30px;
  }
  .about-container .about-overlay .about-overlay-text {
    font-size: 19px;
    line-height: 1.7368;
  }
  .about-container .about-overlay .about-overlay-link {
    padding: 10px;
    font-size: 18px;
    line-height: 1.7222;
    max-width: 296px;
    width: 100%;
  }
  .about__content-column--right .about__content-header {
    font-size: 28px !important;
    margin-block-end: 30px;
  }
  .about__content-column--right .about__content-header::after {
    margin-top: 30px;
  }
  .about__content-column--right .about__content-text {
    font-size: 16px !important;
    line-height: 1.6875;
  }
  .about__content-column--left .about__content-header {
    font-size: 28px !important;
    margin-block-end: 30px;
  }
  .about__content-column--left .about__content-header::after {
    margin-top: 30px;
  }
  .about__content-column--left .about__content-text {
    font-size: 16px !important;
    line-height: 1.6875;
  }
  .about-button {
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .about-button .common-button {
    max-width: 296px;
  }
  .about-button .common-button a {
    font-size: 18px;
    width: 100% !important;
    max-width: 296px;
  }
  .about__banner-text {
    font-size: 20px;
    line-height: 1.7;
  }
}
/*********************************
 * Brand Pages Customizations
 *****************************/
.brand-message h2, .most-repair-requests h2, .brands__tab-wrapper h2 {
  border-top: unset;
  border-bottom: unset;
  padding-top: unset;
  padding-bottom: unset;
  color: #FFFFFF;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
}

.brand-message {
  background-color: #FCF7ED;
  color: #331D20;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: -25px;
  margin-bottom: 25px;
  padding: 30px 20px;
  text-align: center;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
.brand-message p {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  margin-block-end: 15px !important;
}
.brand-message__button .common-button {
  width: 100%;
}
.brand-message__button .common-button a {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}

.brand-message h2 {
  font-weight: 600;
  color: #331D20 !important;
}
.brand-message p {
  color: #331D20 !important;
}
.brand-message .wp-block-columns {
  gap: 13px;
}

@media screen and (min-width: 768px) {
  .brand-message {
    width: 100%;
    margin-top: -63px;
    margin-bottom: 63px;
    left: 0;
  }
  .brand-message p {
    font-size: 19px;
    line-height: 1.7368;
    margin-bottom: 30px;
  }
  .brand-message .wp-block-columns {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .brand-message .wp-block-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .brand-message .wp-block-columns .wp-block-column h2 {
    font-size: 35px;
    line-height: 1.4857;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .brand-message .wp-block-columns .wp-block-column:first-child {
    min-width: 495px;
  }
}
@media screen and (min-width: 768px) {
  .brand-message__button {
    max-width: 296px;
    margin: 0 auto;
  }
  .brand-message__button .common-button a {
    font-size: 18px;
    padding: 16px;
    width: 100% !important;
  }
}
.most-repair-requests h2 {
  margin-bottom: 12px;
}
.most-repair-requests .wp-block-columns {
  margin-bottom: 10px;
}
.most-repair-requests .wp-block-columns .wp-block-column {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.most-repair-requests .wp-block-columns .wp-block-column .wp-block-image.aligncenter {
  margin-left: unset !important;
  margin-right: unset !important;
}
.most-repair-requests .wp-block-columns .wp-block-column p {
  width: calc(100% - 121px);
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 1.625;
}
.most-repair-requests .wp-block-columns .wp-block-column figure {
  margin-bottom: 0;
  padding: 0;
}
.most-repair-requests .wp-block-columns .wp-block-column figure img {
  max-width: 89px;
  max-height: 89px;
}
.most-repair-requests .wp-block-columns .wp-block-column:hover {
  background-color: #FDF7ED;
  color: #331D20;
}
.most-repair-requests .wp-block-columns:last-child {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .most-repair-requests {
    margin-bottom: 93px;
  }
  .most-repair-requests h2 {
    font-size: 28px;
    line-height: 1.4285;
    margin-block-end: 35px;
  }
  .most-repair-requests .wp-block-columns {
    gap: 24px;
    margin-bottom: 24px;
  }
  .most-repair-requests .wp-block-columns .wp-block-column {
    flex-direction: column;
    gap: 6px;
    padding: 30px 0;
  }
  .most-repair-requests .wp-block-columns .wp-block-column p {
    font-size: 21px;
    line-height: 1.2381;
    letter-spacing: 2.1px;
  }
  .most-repair-requests .wp-block-columns:last-child {
    margin-bottom: 0;
  }
  .most-repair-requests figure img {
    max-width: 121px;
    max-height: 121px;
  }
}
.brands__content {
  margin-block-end: 100px !important;
}
.brands__tab-wrapper h2 {
  margin-block-end: 12px !important;
}
.brands__tab-overflow {
  overflow-x: auto;
}
.brands__tab-list {
  margin: 0;
  padding: 0;
  min-width: 873px;
  display: flex;
  gap: 8px;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
  overflow: hidden;
  scrollbar-width: thin;
}
.brands__tab-item {
  border: 1px solid #FFFFFF;
  margin: 0;
  padding: 10px 2px;
  list-style: none;
  font-size: 19px;
  width: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.brands__tab-item:hover {
  background-color: #FDF7ED;
  color: #1B3757;
  cursor: pointer;
}
.brands__panel {
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.brands__panel figure {
  padding: 0;
}
.brands__panel figure img {
  max-width: 89px;
  max-height: 89px;
}
.brands__panel.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.brands__panel .wp-block-columns {
  gap: 10px;
  margin-bottom: 10px !important;
}
.brands__panel .wp-block-columns .wp-block-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.brands__panel .wp-block-columns .wp-block-column figure {
  margin-right: unset !important;
  margin-left: unset !important;
  margin-bottom: 0;
}
.brands__panel .wp-block-columns .wp-block-column p {
  width: calc(100% - 121px);
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.brands__panel .wp-block-columns .wp-block-column:hover {
  background-color: #FDF7ED;
  color: #331D20;
}

@media screen and (min-width: 768px) {
  .brands__tab-wrapper {
    margin-bottom: 30px !important;
  }
  .brands__tab-wrapper h2 {
    margin-block-end: 35px !important;
    font-size: 28px;
  }
  .brands__panel .wp-block-columns .wp-block-column {
    flex-direction: column;
    gap: 6px;
    padding: 30px 0;
  }
  .brands__panel .wp-block-columns .wp-block-column p {
    font-size: 21px;
    line-height: 1.2381;
    letter-spacing: 2.1px;
  }
  .brands__panel figure img {
    max-width: 121px;
    max-height: 121px;
  }
  .brands__tab-list {
    min-width: unset;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px !important;
    position: relative;
    padding-bottom: 0;
  }
  .brands__tab-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
  }
  .brands__tab-item {
    font-size: 22px;
    width: 83px;
  }
}
.company-page {
  margin-bottom: 100px;
}

.company-main__container {
  max-width: 1110px;
  margin: 0 auto;
}

.company-overview__title {
  margin: 50px 0 50px 0;
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
}

.company-info {
  background-color: #1B3757;
  border-radius: 8px;
  margin: 0 auto;
}
.company-info__row {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.company-info__row:first-child {
  padding-top: 0;
}
.company-info__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
}
.company-info__label {
  max-width: 355px;
  width: 100%;
  font: normal normal normal 14px/24px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  opacity: 1;
  margin-right: 10px;
  padding-left: 14px;
  flex-shrink: 0;
  font-weight: 300;
}
.company-info__value {
  font: normal normal normal 14px/24px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 300;
}
.company-info__value a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 1199.98px) and (min-width: 576px) {
  .company-main__container {
    max-width: 100%;
    padding: 0 20px;
  }
  .company-overview__title {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    font-size: 26px;
  }
  .company-info {
    width: 100%;
    max-width: 900px;
  }
  .company-info__row {
    padding: 15px 0;
    position: relative;
  }
  .company-info__label {
    max-width: 280px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .company-info__label {
    max-width: 120px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .company-info__value {
    width: calc(100% - 120px);
    height: auto;
  }
  .company-info__value--multi {
    width: calc(100% - 120px);
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .company-page {
    padding: 0;
    min-height: auto;
  }
  .company-main__container {
    padding: 0;
  }
  .company-overview__title {
    width: 295px;
    margin: 30px auto 25px;
    font-size: 19px;
  }
  .company-info {
    width: 100%;
    max-width: 335px;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 100px;
  }
  .company-info__row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 10px 20px;
    position: relative;
  }
  .company-info__label {
    width: 65px;
    margin-right: 10px;
    padding-left: 0;
    font: normal normal normal 14px/24px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFFFFF;
    line-height: 1.5;
  }
  .company-info__value {
    font: normal normal normal 14px/21px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFFFFF;
  }
  .company-info__value--multi {
    font: normal normal normal 14px/21px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/****************************
  * 404 Not Found Page Customizations
*****************************/
.not_found_kv_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.not_found_kv_text__heading {
  border: none;
  font-size: 53px !important;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  margin-block-end: 41px !important;
}

.not_found_kv_text__description {
  display: block;
  font-size: 28px !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.not_found_kv_text .page-kv-text-common::after {
  display: none !important;
}

@media (max-width: 767.98px) {
  .not_found_kv_text__heading {
    font-size: 23px !important;
    padding: 0;
    margin-block-end: 0 !important;
  }
  .not_found_kv_text__description {
    display: block;
    font-size: 14px !important;
  }
}
/*********************************
 * Flow Page Customizations
 *****************************/
.pr-column {
  margin-top: 55px;
  margin-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .pr-column {
    gap: 20px !important;
    margin-top: 37px;
    margin-bottom: 51px;
  }
}

.pr-column-wrapper > p:first-of-type {
  font-size: 35px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 900;
  margin-bottom: 15px !important;
  line-height: 1;
  text-align: center;
}
.pr-column-wrapper p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.pr-column-wrapper p a:hover {
  color: #FFFFFF;
}
.pr-column-wrapper > figure {
  text-align: center;
  position: relative;
}
.pr-column-wrapper > figure img {
  width: 171px !important;
  height: 171px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media screen and (min-width: 782px) {
  .pr-column-wrapper > figure::after {
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: -16px;
  }
}
@media screen and (min-width: 992px) {
  .pr-column-wrapper > figure::after {
    width: 35px;
    height: 1px;
    right: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .pr-column-wrapper > figure::after {
    width: 77px;
    height: 1px;
    right: -48px;
  }
}
.pr-column-wrapper:last-child > figure::after {
  display: none;
}
.pr-column-wrapper .wp-block-heading {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5789;
  padding: 20px 0;
}

@media screen and (min-width: 576px) {
  .page-kv-common .flow-kv {
    object-position: 50% 20%;
  }
}
@media screen and (min-width: 768px) {
  .pr-column-wrapper > p:first-of-type {
    font-size: 48px;
  }
  .pr-column-wrapper p {
    font-size: 14px;
    line-height: 1.5;
  }
  .pr-column-wrapper .wp-block-heading {
    padding: 20px 0 10px;
    height: 114px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .pr-column-wrapper .wp-block-heading {
    height: 92px;
  }
}
.flow-info__wrapper {
  background-color: #FCF7ED;
  color: #331D20;
  padding: 20px;
}
.flow-info__wrapper .vk_block-margin-lg--margin-bottom {
  margin: 0 !important;
  flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .flow-info__wrapper .vk_block-margin-lg--margin-bottom {
    flex-wrap: nowrap !important;
    flex-direction: row;
  }
}
.flow-info__wrapper h3 {
  color: #331D20 !important;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 19px;
  padding: 0;
  margin-bottom: 20px !important;
}
.flow-info__wrapper p {
  font-size: 14px;
  line-height: 1.7;
}
.flow-info__wrapper p::first-line {
  line-height: 1;
}

.flow__message-left-img figure {
  padding: 0;
}
.flow__message-left-img figure img {
  width: auto !important;
  height: auto !important;
}

.flow-step-wrapper {
  padding: 63px 0 30px;
  margin-inline: auto;
  /* カウンターをリセット */
  counter-reset: step-index;
}
@media screen and (min-width: 768px) {
  .flow-step-wrapper {
    padding: 58px 0 52px;
  }
}

.flow-step {
  position: relative;
  padding-bottom: 40px;
  /* カウンターを増やす */
  counter-increment: step-index;
  /* 縦線の描画 */
}
.flow-step:last-child {
  padding-bottom: 0;
}
.flow-step:not(:last-child)::before {
  position: absolute;
  top: 80px;
  left: 25px;
  width: 1px;
  height: calc(86% - 40px);
  content: "";
  background-color: #FFFFFF;
}
.flow-step__title {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 19px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 0.1;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #1B3757;
}
.flow-step__title::before {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  content: counter(step-index);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.flow-step__description {
  padding-left: 50px;
  line-height: 1.7;
  position: relative;
  top: 0;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.flow-step__text {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  min-width: 0;
}
.flow-step__text::first-line {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .flow-info__wrapper {
    padding: 30px;
  }
  .flow-info__wrapper h3 {
    font-size: 28px;
  }
  .flow-info__wrapper figure.aligncenter {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .flow-step:not(:last-child)::before {
    top: 110px;
    left: 45px;
    height: 230px;
  }
  .flow-step__title {
    grid-template-columns: 89px 1fr;
    gap: 20px;
    font-size: 28px;
  }
  .flow-step__title::before {
    width: 89px;
    height: 89px;
    font-size: 48px;
  }
  .flow-step__description {
    padding-left: 109px;
    top: -15px;
    column-gap: 24px;
    row-gap: unset;
    flex-direction: row;
  }
  .flow-step__description img {
    width: 100%;
    height: 100%;
    max-width: 354px;
  }
  .flow-step__text {
    font-size: 19px;
  }
}
.flow-button__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 100px;
}
.flow-button__wrapper button a {
  font-size: 16px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .flow-button__wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
  }
  .flow-button__wrapper button a {
    font-size: 18px;
    padding: 16px;
    width: 100% !important;
  }
  .flow-button__wrapper button {
    max-width: 296px;
    width: 100%;
  }
}

/*********************************
 * Brand Pages Customizations
 *****************************/
h2.sitemap-header__text {
  font-size: 33px !important;
}

.sitemap__list-wrapper {
  padding-top: 50px;
  margin-bottom: 100px;
}

h2.wp-block-heading.sitemap__list-title {
  border-top: none !important;
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

h2:where(:not(.wp-block-post-title)).sitemap__list-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  line-height: 1;
}

.sitemap__list-item {
  list-style: none;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sitemap__list-item li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sitemap__list-item li a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .sitemap__list {
    margin-bottom: 25px !important;
  }
  .sitemap__list-wrapper {
    padding-top: 30px;
  }
  h2:where(:not(.wp-block-post-title)).sitemap__list-title {
    font-size: 19px;
  }
  :root :where(.is-layout-flex) {
    gap: 0;
  }
}