@charset "UTF-8";
.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/Oswald-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Light";
  src: url("../css/fonts/Oswald-Light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Corporate-Logo";
  src: url("../css/fonts/Corporate-Logo-Medium-ver3.woff") format("woff");
  font-style: normal;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  color: #231815;
  letter-spacing: 0.05em;
}

.en {
  font-family: "Oswald", sans-serif;
}

.en2 {
  font-family: "Oswald-Light", sans-serif;
}

.ja {
  font-family: "Corporate-Logo", sans-serif;
}

.min {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: #231815;
}

a:hover {
  color: initial;
  opacity: 0.7;
}

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

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

.lg-none {
  display: none;
}

@media (max-width: 991.98px) {
  .lg-none {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 100px;
  background: #fff;
  z-index: 10000;
}
.header_scrolled .site-header{
  z-index: 10000;
}

body.header_scrolled .site-header .global-nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 15px;
}

.global-nav--layout--float-right {
  margin-right: 15px;
}

.page-header {
  padding-top: 100px;
  margin-top: 0 !important;
}
@media (max-width: 991.99px) {
  .page-header {
    padding-top: 60px;
    margin-top: 0 !important;
  }
}

#site-header-container {
  align-items: center;
  justify-content: space-between;
}

.header_scrolled .site-header {
  animation: none !important;
}

.header_scrolled .header-top,
.header_scrolled .site-header-logo,
.header_scrolled .site-header-sub,
.header_scrolled .vk-campaign-text {
  display: block;
}

.global-nav-list > li .global-nav-name {
  font-size: 13px;
  color: #231815;
  font-weight: 500;
}

body .site-header #global-nav {
  margin-right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-r {
  flex: 1;
  display: flex;
}

.cta_btn {
  display: flex;
  align-items: center;
}
.cta_btn .black_btn,
.cta_btn .red_btn {
  width: 100px;
  height: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 991.99px) {
  .cta_btn .black_btn,
  .cta_btn .red_btn {
    width: 60px;
    height: 60px;
  }
}
.cta_btn .black_btn {
  background: #231815;
}
.cta_btn .black_btn span {
  display: block;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 991.99px) {
  .cta_btn .black_btn span {
    padding-top: 25px;
  }
}
.cta_btn .black_btn span::before {
  content: "";
  background: url(../../img/icon1.svg) center no-repeat;
  background-size: contain;
  width: 80%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta_btn .tel.black_btn span::before {
  content: "";
  background: url(../../img/icon4_wh.svg) center no-repeat;
  background-size: contain;
  width: 80%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta_btn .tel {
  display: none;
}
@media (max-width: 991.99px) {
  .cta_btn .tel {
    display: flex;
  }
  .cta_btn .black_btn span::before {
    height: 20px;
  }
}
.cta_btn .red_btn {
  background: #a81f24;
}
.cta_btn .red_btn span {
  display: block;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 991.99px) {
  .cta_btn .red_btn span {
    padding-top: 25px;
  }
}
.cta_btn .red_btn span::before {
  content: "";
  background: url(../../img/icon2.svg) center no-repeat;
  background-size: contain;
  width: 80%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.99px) {
  .cta_btn .red_btn span::before {
    height: 20px;
  }
}

@media (min-width: 992px) {
  #global-nav .global-nav-list > li > a {
    padding: 14px 1.5em;
  }
}
@media (max-width: 1191.99px) {
  #global-nav .global-nav-list > li > a {
    padding: 14px 0.5em;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 1em;
    width: 20%;
    padding-left: 25px;
  }
  .header_scrolled .site-header {
    box-shadow: none;
  }
}
@media (max-width: 1191.99px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0.5em;
  }
}
@media (min-width: 1192px) {
  .site-header--layout--nav-float .site-header-logo {
    width: 30%;
    margin-right: 0;
    padding-left: 25px;
  }
}
.site-header-logo img {
  margin-left: 0;
  height: 55px;
  width: auto;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo img {
    margin-left: 0;
  }
}
.page_top_btn,
.scrolled .page_top_btn {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  display: block;
  opacity: 1;
  color: transparent;
  background-color: #313131;
}

@media (max-width: 991.99px) {
  body .site-header #global-nav {
    display: none;
  }
  .cta_btn {
    position: fixed;
    bottom: 0;
    width: calc(100% - 60px);
  }
  .cta_btn .black_btn,
  .cta_btn .red_btn {
    width: 50%;
    height: 60px;
    font-size: 14px;
  }
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
    background-color: #313131;
  }
  .site-header {
    height: 60px;
  }
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 20px;
    height: 40px;
  }
}
.header_scrolled.admin-bar .site-header,
.admin-bar .site-header {
  top: 32px;
}

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

#panel-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: url(../../img/bg_stone.jpg);
  transition: right 0.3s ease;
  z-index: 100000;
  padding-top: 100px;
  overflow-y: scroll;
  padding-bottom: 40px;
}

#panel-drawer-nav.open {
  right: 0;
}
@media (max-width: 767.98px) {
  #panel-drawer-nav {
    padding-top: 30px;
  }
  #panel-drawer-nav .footer-none.col-lg-12.mb-4 {
    display: block;
  }
}
#btn-drawer-open {
  background: #fff;
  width: 100px;
  height: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 4px;
}
@media (max-width: 991.99px) {
  #btn-drawer-open {
    width: 60px;
    height: 60px;
  }
}
#btn-drawer-open span {
  display: block;
  padding-top: 30px;
  color: #231815;
}
#btn-drawer-open span::before {
  content: "";
  background: url(../../img/open.svg) center no-repeat;
  background-size: contain;
  width: 54px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.99px) {
  #btn-drawer-open span::before {
    top: 0;
    width: 50px;
  }
}
@media (max-width: 991.99px) {
  #btn-drawer-open {
    position: fixed;
    top: 0;
    right: 5px;
  }
}

#btn-drawer-close {
  background: #231815;
  width: 100px;
  height: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    width: 60px;
    height: 60px;
  }
}
#btn-drawer-close img {
  width: 54%;
}

@media (max-width: 991.99px) {
  .admin-bar #btn-drawer-open {
    top: 30px;
  }
  .admin-bar #btn-drawer-close {
    top: 30px;
  }
}
#panel-drawer-nav .col-lg-4.mb-4 a,
#panel-drawer-nav .col-lg-4.mb-4 a img,
.f_under .col-lg-4.mb-4 a,
.f_under .col-lg-4.mb-4 a img{
  display: block;
}
#site-header .global-nav-list > li:before {
  position: absolute;
  left: 1.5em;
  bottom: 5px;
  content: "";
  width: 0;
  border-bottom: 1px solid #231815;
  transition: all 0.5s ease-out;
}
#site-header .global-nav-list > li:hover:before {
  width: calc(100% - 3em);
}
.global-nav-list > li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

ul#drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 10px;
}

ul#drawer-nav > li a {
  display: block;
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
ul#drawer-nav > li a strong {
  font-weight: 500;
}
ul#drawer-nav > li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  ul#drawer-nav {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
  }
  ul#drawer-nav li {
    margin: 3px 0;
    width: calc(50% - 10px);
  }
  ul#drawer-nav > li a {
    font-size: 14px;
  }
  ul#drawer-nav > li#menu-item-2996 {
    width: 100%;
    /* order: 1; */
  }
}
#panel-drawer-nav .ttl {
  font-size: 30px;
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  #panel-drawer-nav .ttl {
    margin-bottom: 10px;
  }
}

.contact_contents {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .contact_contents {
    margin-top: 40px;
  }
}
.contact_contents .contact_tel,
.contact_contents .contact_mail {
  width: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .contact_contents .contact_tel,
  .contact_contents .contact_mail {
    width: 100%;
  }
}
.contact_contents .contact_tel a,
.contact_contents .contact_mail a {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 130px;
  font-size: 33px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact_contents .contact_tel a,
  .contact_contents .contact_mail a {
    height: 90px;
  }
}
.contact_contents .contact_tel a::after,
.contact_contents .contact_mail a::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #231815;
  transition: 0.3s;
}
.contact_contents .contact_tel a:hover,
.contact_contents .contact_mail a:hover {
  color: #fff;
  opacity: 1;
}
.contact_contents .contact_tel a:hover span.block::before,
.contact_contents .contact_mail a:hover span.block::before {
  background: url(../../img/icon4_wh.svg) center no-repeat;
}
.contact_contents .contact_tel a:hover::after,
.contact_contents .contact_mail a:hover::after {
  width: 100%;
}
.contact_contents .contact_tel a span.block,
.contact_contents .contact_mail a span.block {
  display: block;
  position: relative;
  padding-left: 50px;
  z-index: 1;
}
.contact_contents .contact_tel a span.block::before,
.contact_contents .contact_mail a span.block::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../../img/icon4.svg) center no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
}
.contact_contents .contact_tel a span.block span.small,
.contact_contents .contact_mail a span.block span.small {
  display: block;
  font-size: 0.45em;
  font-weight: 500;
}
.contact_contents .contact_mail {
  border-left: none;
}
@media (max-width: 991.98px) {
  .contact_contents .contact_mail {
    border-left: 1px solid;
    border-top: none;
  }
}
.contact_contents .contact_mail a {
  font-size: 20px;
  font-weight: 500;
}
.contact_contents .contact_mail a span.block::before {
  width: 38px;
  height: 38px;
  background: url(../../img/icon5.svg) center no-repeat;
  top: -4px;
}
@media (max-width: 767.98px) {
  .contact_contents .contact_mail a span.block::before {
    top: 11px;
  }
}
.contact_contents .contact_mail a:hover span.block::before {
  background: url(../../img/icon5_wh.svg) center no-repeat;
}

@media (max-width: 991.98px) {
  .menu_out {
    flex-direction: column;
  }
}
.menu_out li {
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .menu_out li {
    margin-right: 0;
  }
}
.menu_out li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50vh;
  background: #231815;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-link .menu_out li::before {
  background: #fff;
}
.sns_icon {
  align-items: center;
  justify-content: space-between;
  width: 190px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .sns_icon {
    width: auto;
    margin: 15px 0;
  }
}
.sns_icon li {
  margin: 0 15px;
}
@media (max-width: 767.98px) {
  .sns_icon li {
    margin: 0 5px;
  }
}
.sns_icon li a {
  display: block;
}
.sns_icon li a img {
  width: 32px;
}
@media (max-width: 767.98px) {
  .sns_icon li a img {
    width: 28px;
  }
}

.site-footer .link,
.col-site-footer-copyright {
  width: calc((100% - 190px) / 2);
}
.site-footer .bg-wh .link {
  padding-right: 60px;
}
.f_under .col-lg-4 {
  position: relative;
}
.link.footer-link {
  width: 100%;
  position: absolute;
  bottom: 8px;
  a {
    color: #fff;
  }
}
#panel-drawer-nav .link.footer-link {
  display: none;
}
.col-site-footer-copyright {
  text-align: right;
}
@media (max-width: 767.98px) {
  .site-footer .bg-wh .link {
    padding-right: 0;
    width: 100%;
  }
  .link.footer-link {
    position: relative;
    bottom: auto;
    top: 25px;
  }
  .col-site-footer-copyright {
    font-size: 2.4vw;
    text-align: left;
  }
}

footer .bg-wh .sp-flex {
  display: flex;
}

@media (max-width: 767.98px) {
  footer .bg-wh .sp-flex {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .link,
  .col-site-footer-copyright {
    width: 100%;
  }
}
footer .footer-none {
  display: none;
}

footer .f_upper {
  background: #443f40;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
footer .f_upper a {
  color: #fff;
}
footer .f_under {
  background: #231815;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer .f_under .ttl {
  color: #544d4b;
  font-size: 30px;
}
footer .f_under ul#drawer-nav li a {
  color: #fff;
}
footer .f_under ul#drawer-nav li a::before {
  background: #fff;
}
footer .bg-wh {
  background: #fff;
  padding: 2rem 0;
}
footer .contact_contents .contact_tel a::after,
footer .contact_contents .contact_mail a::after {
  background-color: #fff;
}
footer .contact_contents .contact_tel a:hover,
footer .contact_contents .contact_mail a:hover {
  color: #231815;
}
footer .contact_contents .contact_tel a span.block::before {
  background: url(../../img/icon4_wh.svg) center no-repeat;
}
footer .contact_contents .contact_tel a:hover span.block::before {
  background: url(../../img/icon4.svg) center no-repeat;
}
footer .contact_contents .contact_mail a span.block::before {
  background: url(../../img/icon5_wh.svg) center no-repeat;
}
footer .contact_contents .contact_mail a:hover span.block::before {
  background: url(../../img/icon5.svg) center no-repeat;
}

@media (max-width: 991.98px) {
  .f_upper .info .left {
    order: 1;
  }
  .f_upper .info .center {
    order: 3;
  }
  .f_upper .info .right {
    order: 2;
  }
}
.f_upper .info {
  color: #ffffff;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .f_upper .info {
    flex-direction: column;
  }
}

.f_upper .info .left {
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .f_upper .info .left {
    display: block;
    width: 100%;
  }
}

.f_upper .info .left img {
  display: block;
  width: 150px;
  height: auto;
  margin-right: 10px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: top;
  top: -9px;
  position: relative;
  left: -5px;
}
@media (max-width: 991.98px) {
  .f_upper .info .left img {
    width: 100%;
    margin-top: 0;
    aspect-ratio: auto;
    margin-bottom: 25px;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.f_upper .info .center {
  flex: 1 1 auto;
  padding: 0 0 0 40px;
}
@media (max-width: 991.98px) {
  .f_upper .info .center {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.f_upper .info .center .slogan {
  font-size: 22px;
  margin-bottom: 28px;
  letter-spacing: 12px;
}
@media (max-width: 1199.98px) {
  .f_upper .info .center .slogan {
    letter-spacing: 6px;
  }
}
@media (max-width: 991.98px) {
  .f_upper .info .center .slogan {
    display: none;
  }
}

.f_upper .info .center .info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f_upper .info .center .info-left {
  display: flex;
  flex-direction: column;
}

.f_upper .info .center .company-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.f_upper .info .center .address {
  font-size: 15px;
  letter-spacing: 2px;
}

.f_upper .info .center .info-right {
  width: 225px;
}

.f_upper .info .center .info-right .map-link {
  display: block;
  width: 100%;
}

.f_upper .info .center .info-right .map-link img {
  display: block;
  width: 118px;
}

.f_upper .info .right {
  flex: 0 0 auto;
}

.f_upper .info .right img {
  display: block;
  width: 220px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .f_upper .info .right img {
    width: 210px;
  }
}
@media (max-width: 991.98px) {
  .f_upper .info .right img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  footer .f_upper {
    padding-top: 1rem;
  }
  .f_upper .info .center .company-name {
    font-size: 16px;
  }
  .f_upper .info .center .info-row {
    position: relative;
  }
  .f_upper .info .center .info-right {
    width: auto;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .f_upper .info .center .info-right .map-link img {
    width: 95px;
  }
  .contact_contents {
    margin-top: 10px;
  }
  .contact_contents .contact_tel a,
  .contact_contents .contact_mail a {
    height: 75px;
  }
  .contact_contents .contact_tel a span.block {
    padding-left: 30px;
    font-size: 20px;
  }
  .contact_contents .contact_mail a span.block {
    font-size: 14px;
    padding-left: 30px;
  }
  .contact_contents .contact_tel a span.block::before {
    width: 22px;
    height: 28px;
  }
  .contact_contents .contact_mail a span.block::before {
    top: 1px;
    width: 20px;
    height: 16px;
  }
  .f_upper .info .center .address {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .f_upper .info .left {
    width: 95%;
}
}
.container_in {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .container_in {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container_in {
    max-width: 486px;
  }
}
@media (min-width: 768px) {
  .container_in {
    max-width: 648px;
  }
}
@media (min-width: 992px) {
  .container_in {
    max-width: 864px;
  }
}
@media (min-width: 1200px) {
  .container_in {
    max-width: 1026px;
  }
}
.full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.v-more {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  border-bottom: 0.5px solid;
  padding: 6px 36px 10px 0;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  text-decoration: none;
}
.v-more::before {
  background: url(../../img/top/arrow_b.svg) center center/contain no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 0;
  top: 5px;
  z-index: 10;
}

.more {
  width: 80%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  border-radius: 50vh;
  border: 0.5px solid #231815;
  text-align: center;
  max-width: 370px;
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
  min-width: 230px;
}
.next-prev .more {
  width: 365px;
  padding: 20px 20px;
}
@media (max-width: 767.98px) {
  .next-prev .more {
    padding: 15px 20px;
    width: 80%;
  }
}
.more:hover {
  opacity: 1;
  color: #fff;
}

.more::before {
  background: url(../../img/top/arrow_b.svg) center center/contain no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.next-prev .more::before {
  width: 20px;
  height: 20px;
}

.more:hover::before {
  background-image: url(../../img/top/arrow_w.svg);
}

.more::after {
  background: #231815;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.more:hover::after {
  transform: scale(1, 1);
}

.more.more-s {
  border-radius: 0;
}

.text-marker span.marker {
  position: relative;
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background: #fff;
  white-space: nowrap;
  padding: 0px 20px;
  letter-spacing: 3px;
}

.text-marker.bg-none span.marker {
  background: none;
  padding: 0;
}

.is-visible.text-marker span.marker {
  animation: marker 1s 0.5s both;
}

.is-visible.text-marker span.marker::after {
  animation: markerBg 1s 0.5s both;
}

@keyframes marker {
  60%,
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes markerBg {
  60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .fs25 {
    font-size: 18px;
  }
}
.header_scrolled .global-nav-list {
  height: auto;
}
.header-ttl {
  padding: 10em;
  background-position: center;
  background-size: cover;
  aspect-ratio: 2000 / 480;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 991.99px) {
  .header-ttl {
    margin-top: 60px;
  }
}
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: -1px;
}
.breadcrumb-list li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb .fa-home {
  display: none;
}
@media (min-width: 1200px) {
  .site-body {
    padding-bottom: 8rem;
  }
}

.next-prev .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .next-prev .row .order-3 {
    margin-top: 40px;
  }
}
.prev-post-link {
  position: relative;
  padding-left: 45px;
}
.prev-post-link::before {
  content: "";
  background: url(../../img/icon-next-prev.svg) center no-repeat;
  width: 46px;
  height: 22px;
  background-size: contain;
  position: relative;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.next-post-link {
  position: relative;
  padding-right: 45px;
}
.next-post-link::after {
  content: "";
  background: url(../../img/icon-next-prev.svg) center no-repeat;
  width: 46px;
  height: 22px;
  background-size: contain;
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.headline h1,
.headline .h1 {
  font-size: 55px;
  font-family: "Oswald";
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
.headline h1 span,
.headline .h1 span {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  display: block;
  margin-top: 4px;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 767.98px) {
  .headline h1,
  .headline .h1 {
    font-size: 40px;
  }
}
.post-type-archive-column .headline {
  margin-bottom: 4rem;
}

#book {
  margin: 2rem 0 10rem;
}
#book .container .d-flex {
  background: url(../../img/page/book-bg.jpg) center no-repeat;
  color: #fff;
  flex-wrap: wrap;
  padding: 60px 60px 15px;
}
@media (max-width: 1199.98px) {
  #book .container .d-flex {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  #book .container .d-flex {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  #book .container .d-flex {
    padding: 54px 20px;
  }
}
#book .container .d-flex h2 {
  font-size: 35px;
  letter-spacing: 0.02rem;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  #book .container .d-flex h2 {
    display: block;
  }
  #book .container .d-flex h2 span {
    margin-left: 0;
  }
}
#book .container .d-flex .fs18 {
  line-height: 2.3;
  letter-spacing: 0.02rem;
}
@media (max-width: 767.98px) {
  #book .container .d-flex .fs18 {
    line-height: 2.3;
    letter-spacing: 1px;
    font-size: 15px;
  }
  #book .container .d-flex h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
#book .container .d-flex h2 u {
  display: inline-block;
  border-bottom: 2px solid;
  text-decoration: none;
}
#book .container .d-flex h2 span {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #book .container .d-flex h2 u{
    padding-bottom: 2px;
  }
  #book .container .d-flex h2 span {
    font-size: 18px;
  }
}
#book .container .d-flex img {
  width: 355px;
  margin-right: 38px;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
@media (max-width: 1199.98px) {
  #book .container .d-flex img {
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  #book .container .d-flex img {
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  #book .container .d-flex img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
#book .container .d-flex .text {
  flex: 1;
}
.single .page-header,
.archive .page-header {
  background: var(--vk-color-primary);
  color: #fff;
  aspect-ratio: 2000 / 480;
}
@media (min-width: 576px) {
  .main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
    border-top: 1px solid var(--vk-color-border-hr);
  }
}
.single-column .main-section {
  h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 2px;
    border-bottom: 2px solid #c2c2c2;

    &::after {
      content: "";
      width: 30%;
      height: 2px;
      background-color: #a81f24;
      position: absolute;
      bottom: -2px;
      left: 0;
    }

    @media (max-width: 767.98px) {
      font-size: 26px;
    }
  }

  h3 {
    font-size: 22px;
    background: #f7f7f7;
    padding: 5px 5px 5px 12px;
    border-left: 4px solid #443f40;
    @media (max-width: 767.98px) {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    position: relative;
    padding-left: 1.2em;

    &::before {
      content: "▶";
      position: absolute;
      left: 0;
      top: 0;
      color: #999;
      font-size: 0.9em;
    }

    @media (max-width: 767.98px) {
      font-size: 16px;
    }
  }
}
#toc_container {
  width: 100%;
  display: block;
}
.vk_post .vk_post_title {
  font-weight: 500;
}
.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author {
  display: none;
}
.single-event {
  .header-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5em 0 8em;
    img {
      width: 55%;
      padding-right: 5%;
      margin-right: 5%;
      border-right: 0.5px solid #231815;
    }
    .event-text {
      width: 40%;
      h1 {
        font-size: 22px;
      }
    }
  }
  .event-table {
    th,
    hd {
      padding: 1rem;
    }
    th {
      background: #f1f0f0;
      width: 25%;
    }
  }
}
@media (max-width: 767.98px) {
  .single-event {
    .header-img {
      margin: 5em 0 8em;
      img {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        border-bottom: 0.5px solid #231815;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
      }
      .event-text {
        width: 100%;
        h1 {
          font-size: 22px;
        }
      }
    }
  }
}
.post-type-archive-event .vk_posts-mainSection {
  margin-top: 5em;
}
.wpcf7 input[type="date"]{
  height: 36px;
}
a.link-none{
  pointer-events: none;
}


/* 資産運用 */

.asset {
  background: #263343;
   color: #fff;
   border-bottom: 5px solid #fff;
}

.container {

}

.asset__contents{
    display: flex;
    justify-content: space-between;
}

.asset__left {
  width: 34%;
}

.asset__img img{
display: block;
}

.asset__img1 {

}

.asset__img2 {
margin-top: 10px;
}

.asset__middle {
 width: 30%;
 display: flex;
    flex-direction: column;
    align-items: center;
}

.asset__title {
  color: #fff;
  margin-top: 50px !important;
  text-align: center;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: "Oswald";
  margin-bottom: 0;
}

.asset__title span {
  color: #fff !important;
  font-size: 16px;
  display: block;
  font-weight: 400;
   line-height: 1.6;
   letter-spacing: 0.2em !important;
}

.asset__items {
  display:flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
  
}

.asset__item {
  width: 30%;
  background: #fff;
  color:#263343;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}

.asset__copy {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}

.is-sp {

}


.asset__logo {
  max-width: 162px;
  margin-top: 50px;
  width: 100%;
}

.asset__more {
  color: #fff !important;
  border: 0.5px solid #fff;
margin-bottom: 30px;
margin-top: 50px;
}

.asset__more::before{
       background-image: url(../../img/top/arrow_w.svg);
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.asset__more:hover{
  background-color: #fff !important;
  color: #231815 !important;
  border: 0.5px solid #231815;
      opacity: 1;
}
.asset__more:hover::before {
    background-image: url(../../img/top/arrow_b.svg);
}
.asset__more::after{
    background: #ffffff;
 
}

.asset__right {
 width: 34%;
}

.asset__img3 {

}

.asset__img4 {
margin-top: 10px;
}



@media (max-width: 991.98px){
 .asset__contents{
  flex-direction: column;
    align-items: center;
}
.asset__left {
  width: 100%;
  display: flex;
  gap: 10px;
}
.asset__img2{
  margin-top: 0;
}
.asset__middle{
  width: 100%;
  padding: 0 15px;
}
.asset__right {
 width: 100%;
   display: flex;
  gap: 10px;
}
.asset__img4 {
margin-top: 0px;
}
.asset__copy{
  margin-top: 0px;
}
.asset__logo{
  max-width: 100px;
  margin-top: 20px;
}
.asset__more{
  margin-top: 20px;
  margin-bottom: 50px;
}
.asset__items{
  margin-top: 30px;
}
.asset__item{
  font-size: 14px;
}
.asset__copy{
  margin-top: 20px;
}
}

.flatpickr-months .flatpickr-current-month {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.flatpickr-months .flatpickr-current-month .numInputWrapper {
  position: relative;
  padding-right: 26px;
  width: 80px;
}
.flatpickr-months .flatpickr-current-month .numInputWrapper::after {
  content: "年";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
}
.post-list .no-link{
position: relative;
.close{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
img{
  display: block;
}
}

.single-pickup .entry-header{
  margin-bottom: 6rem;
}

/* Pickup Page Tabs */
.pickup-tabs {
  margin: 40px 0 0;
  padding: 0;
}

.pickup-tabs-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0;
  background: transparent;
}

.pickup-tab-item {
  padding: 18px 30px;
  background: #ffffff;
  color: #444;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  border-right: 1px solid #ddd;
  position: relative;
  min-width: 140px;
  text-align: center;
}

.pickup-tab-item:first-child {
  border-left: 1px solid #ddd;
}

/* .pickup-tab-item:last-child {
  border-right: none;
} */

.pickup-tab-item:hover {
  background: #f0f0f0;
  color: #000;
}

.pickup-tab-item.active {
  background: #000;
  color: #fff;
  font-weight: 700;
  z-index: 10;
}

.pickup-tab-content {
  min-height: 400px;
  padding-top: 30px;
  background: #fff;
}

.pickup-tab-item .sp-only {
  display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .pickup-tabs {
    margin: 20px 0 0;
  }

  .pickup-tab-item .sp-only {
    display: block;
  }
  
  .pickup-tabs-nav {
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 0;
    padding: 0;
    width: 100%;
  }
  
  .pickup-tab-item {
    flex: 1;
    min-width: 0;
    width: 20%;
    height: 40px;
    padding: 8px 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border-right: 1px solid #ddd;
    white-space: normal;
    overflow: hidden;
    transition: all 0.2s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
  
  .pickup-tab-item:first-child {
    border-left: 1px solid #ddd;
  }
  
  .pickup-tab-item:last-child {
    border-right: 1px solid #ddd;
  }
  
  .pickup-tab-content {
    padding-top: 20px;
  }
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none !important;
}