@charset "UTF-8";
:root {
  --vk-line-height: 2.2em;
  --vk-letter-spacing: 0.03em;
}
.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: "Roboto-Light";
  src: url("../css/fonts/Roboto-Light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../css/fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, sans-serif;
  color: #4d4039;
  line-height: 1.5em;
}
body:not(.home) {
  background: #eeeae5;
  /* line-height: var(--vk-line-height); */
}

.en {
  font-family: "Oswald", sans-serif;
}

.en2 {
  font-family: "Oswald-Light", sans-serif;
}

a {
  color: #4d4039;
  text-decoration: none;
}

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;
}

.tb-block {
  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;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
   .tb-block {
    display: block;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.5rem;
  }
}

/*ヘッダー*/
.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 100px;
  background: #fff;
  z-index: 1000;
}

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;
  height: 100px;
}
@media (max-width: 991.99px) {
  .header_scrolled .site-header {
    height: 60px;
  }
}

.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: var(--vk-color-primary);
  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 .btn_clr1,
.cta_btn .btn_clr2 {
  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;
}
.cta_btn .btn_clr3 {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 991.99px) {
  .cta_btn .btn_clr1,
  .cta_btn .btn_clr2 {
    width: 60px;
    height: 60px;
  }
}
.cta_btn .btn_clr1 {
  background: var(--vk-color-custom-1);
}
.cta_btn .btn_clr1 span {
  display: block;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 991.99px) {
  .cta_btn .btn_clr1 span {
    padding-top: 15px;
  }
}
.cta_btn .btn_clr1 span::before {
  content: "";
  background: url(../../img/icon-1.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 .btn_clr1 span::before {
    height: 18px;
    top: -3px;
  }
}
.cta_btn .btn_clr2 {
  background: var(--vk-color-custom-2);
}
.cta_btn .btn_clr2 span {
  display: block;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 991.99px) {
  .cta_btn .btn_clr2 span {
    padding-top: 15px;
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  .cta_btn .btn_clr2 span {
    letter-spacing: 0;
  }
}
.cta_btn .btn_clr2 span::before {
  content: "";
  background: url(../../img/icon-2.svg) center no-repeat;
  background-size: contain;
  width: 80%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
}
@media (max-width: 991.99px) {
  .cta_btn .btn_clr2 span::before {
    height: 15px;
    top: -2px;
  }
}

@media (max-width: 991.99px) {
  .header-r .sns.pc-none {
    display: block;
    position: fixed;
    right: 75px;
    top: 15px;
  }
}

@media (min-width: 992px) {
  #global-nav .global-nav-list > li > a {
    padding: 40px 1.5em;
  }
}
@media (max-width: 1191.99px) {
  #global-nav .global-nav-list > li > a {
    padding: 40px 0.5em;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 1em;
    width: 20%;
    padding-left: 1em;
  }
  .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: 200px;
    height: 55px;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 0;
  }
}
.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: var(--vk-color-custom-1);
}

@media (max-width: 991.99px) {
  body .site-header #global-nav {
    display: none;
  }
  .cta_btn {
    position: fixed;
    bottom: 0;
    width: calc(100% - 60px);
  }
  .cta_btn .btn_clr1,
  .cta_btn .btn_clr2 {
    width: calc(100% / 3);
    height: 60px;
    font-size: 14px;
  }
  .cta_btn .btn_clr3 {
    display: flex;
    width: calc(100% / 3);
    height: 60px;
    font-size: 14px;
    background: var(--vk-color-custom-3);
    color: #fff;
  }
  .cta_btn .btn_clr3 span {
    display: block;
    position: relative;
    padding-top: 15px;
    top: 0px;
  }
  .cta_btn .btn_clr3 span::before {
    content: "";
    background: url(../../img/icon-3.svg) center no-repeat;
    background-size: contain;
    width: 80%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
  }
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
  }
  .site-header {
    height: 60px;
  }
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 10px;
    height: 45px;
  }
}
.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: -102vh;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: top 0.3s ease;
  z-index: 100000;
  padding-top: 150px;
  overflow-y: scroll;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  #panel-drawer-nav {
    padding-top: 25px;
  }
}

#panel-drawer-nav.open {
  top: 0;
}

#btn-drawer-open {
  background: var(--vk-color-custom-3);
  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: #fff;
  -webkit-font-smoothing: antialiased;
}
#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;
}
@media (max-width: 991.99px) {
  #btn-drawer-open span {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #btn-drawer-open span::before {
    top: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991.99px) {
  #btn-drawer-open {
    position: fixed;
    top: 0;
    right: 0;
  }
}

#btn-drawer-close {
  background: var(--vk-color-custom-3);
  width: 100px;
  height: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
}
/* @media (max-width: 767.98px) {
  #btn-drawer-close {
    right: 30px;
  }
} */
#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;
  }
}
.global-nav-list > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: var(--vk-color-primary);
  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;
}
@media (max-width: 767.98px) {
  ul#drawer-nav {
    display: block;
  }
}

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: var(--vk-color-primary);
  top: 50%;
  transform: translateY(-50%);
}

#panel-drawer-nav .ttl {
  font-size: 30px;
  letter-spacing: 1.6px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

#nav-child {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  border-top: 0.5px solid #ccc;
  padding: 4em 0;
  box-sizing: border-box;
  z-index: 100;
}
#nav-child .row {
  margin: 0 -2px;
}
#nav-child .row .col-lg-2 {
  padding: 0 2px;
}
#nav-child .case-item {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
}
#nav-child .case-item img {
  display: block;
  width: 100%;
  height: auto;
}
#nav-child .case-item span {
  display: block;
  position: relative;
  padding: 14px 10px;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  letter-spacing: -1.7px;
}
#nav-child .case-item span::after {
  background: url(../../img/icon-more.svg) center center/contain no-repeat;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767.98px) {
  #nav-child .case-item span {
    padding: 12px;
    font-size: 14px;
  }
}

.header-ttl {
  background-position: center;
  background-size: cover;
  aspect-ratio: 144 / 30;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 991.99px) {
  .header-ttl {
    margin-top: 60px;
    aspect-ratio: 178 / 80;
  }
}

.post-type-archive-collection .header-ttl {
  background-image: url(../../img/page/ttl-bg-collection.jpg);
}
@media (max-width: 991.99px) {
  .post-type-archive-collection .header-ttl {
    background-image: url(../../img/page/ttl-bg-collection-sp.jpg);
    background-color: #f2ead3;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
#cta-widget2 .catalog {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  #cta-widget2 .catalog {
    margin-top: 40px;
  }
}
#cta-widget2 .catalog img {
  display: block;
}
.contact_contents {
  margin-top: 80px;
  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: 150px;
  font-size: 33px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact_contents .contact_tel a,
  .contact_contents .contact_mail a {
    height: 90px;
  }
}
.contact_contents .contact_tel a:hover,
.contact_contents .contact_mail a:hover {
  color: #fff;
  opacity: 1;
}
.contact_contents .contact_tel a:hover span.block .icon::before,
.contact_contents .contact_mail a:hover span.block::before {
  background: url(../../img/icon4_wh.svg) center no-repeat;
}
.contact_contents .contact_tel a span.block,
.contact_contents .contact_mail a span.block {
  display: block;
  position: relative;
  padding-left: 49px;
  z-index: 1;
  padding-bottom: 10px;
  letter-spacing: 3.5px;
}
.contact_contents .contact_tel a span.block .icon {
  position: relative;
}
.contact_contents .contact_tel a span.block .icon::before,
.contact_contents .contact_mail a span.block::before {
  content: "";
  width: 40px;
  height: 42px;
  background: url(../../img/icon4.svg) center no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: -16px;
}
.contact_contents .contact_tel a span.block .icon::before {
  left: -45px;
  top: -10px;
}
.contact_contents .contact_tel a span.block span.small,
.contact_contents .contact_mail a span.block span.small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  left: 14px;
  letter-spacing: 1.2px;
  bottom: -21px;
}
.contact_contents .contact_tel a::before,
.contact_contents .contact_mail a::before {
  background: var(--vk-color-primary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.contact_contents .contact_tel a:hover::before,
.contact_contents .contact_mail a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.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;
  position: relative;
}
.contact_contents .contact_mail a span.block {
  letter-spacing: 2px;
  padding-bottom: 0;
}
.contact_contents .contact_mail a span.block::before {
  width: 38px;
  height: 38px;
  background: url(../../img/icon5.svg) center no-repeat;
  top: -8px;
}
@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: 767.98px) {
  .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: 0;
    font-size: 20px;
    width: 100%;
  }
  .contact_contents .contact_mail a span.block {
    font-size: 12px;
    padding-left: 30px;
  }
  .contact_contents .contact_tel a span.block .icon::before {
    width: 22px;
    height: 28px;
    left: -30px;
    top: -7px;
  }
  .contact_contents .contact_mail a span.block::before {
    top: 2.5px;
    width: 25px;
    height: 16px;
  }
  .contact_contents .contact_tel a span.block span.small,
  .contact_contents .contact_mail a span.block span.small {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 100%;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .menu_out {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .menu_out {
    flex-direction: row;
  }
}
.menu_out li {
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .menu_out li {
    margin-right: 15px;
  }
}
.menu_out li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50vh;
  background: var(--vk-color-primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

li a,
p a {
  text-decoration: none;
}

.sns_icon {
  align-items: center;
  justify-content: space-between;
  width: 130px;
}
@media (max-width: 767.98px) {
  .sns_icon {
    width: auto;
  }
}
.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: 25px;
  }
}

.link,
.col-site-footer-copyright {
  width: calc((100% - 190px) / 2);
}

.col-site-footer-copyright {
  text-align: right;
}
@media (max-width: 767.98px) {
  .col-site-footer-copyright {
    font-size: 12px;
    text-align: left;
  }
}

/*共通*/
.site-body {
  margin-top: 100px;
  padding-top: 0;
}
@media (max-width: 991.99px) {
  .site-body {
    margin-top: 40px;
    padding-top: 0;
  }
}

.fs18 {
  font-size: 18px;
}

.fs25 {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .fs25 {
    font-size: 18px;
  }
}

.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: "Roboto-Light";
  position: relative;
  font-size: 14px;
  padding-right: 32px;
  letter-spacing: 0.2px;
  margin-top: 20px;
}

.v-more::before {
  background: url(../../img/icon-more.svg) center center/contain no-repeat;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.btn-more {
  width: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  border-radius: 50vh;
  border: 0.5px solid var(--vk-color-primary);
  text-align: center;
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
  background: #fff;
}
.btn-more.more-s {
  border-radius: 0;
  background: none;
}

@media (max-width: 767.98px) {
  .case-award-btn .btn-more.more-s {
    margin-top: 15px;
  }
}

.btn-more::after {
  background: url(../../img/icon-more.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;
  transition: background-image 0s ease-in-out 0.3s;
}

.btn-more:hover:after {
  background: url(../../img/icon-more-w.svg) center center/contain no-repeat;
  transition-delay: 0.3s;
}

.btn-more::before {
  background: var(--vk-color-primary);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.btn-more:hover {
  opacity: 1;
  color: #fff;
}

.btn-more:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

.fixed-banners {
  position: fixed;
  width: 220px;
  height: 220px;
  right: 0;
  top: 50vh;
  z-index: 10000;
  opacity: 0;
  display: none;
  transition: all 0.5s 0s ease;
}

.add-layer .fixed-banners {
  opacity: 1;
  display: block;
}

.fixed-banners a,
.fixed-banners img {
  display: block;
}

.fixed-banners.close {
  transform: translateX(calc(100% - 40px));
}

.fixed-banners .close-btn .text {
  display: none;
}

.close-btn {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: var(--vk-color-primary);
  left: 0;
  top: 0;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #fff;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-banners.close .close-btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  background: var(--vk-color-custom-3);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  height: 220px;
}

.fixed-banners .close-btn .close-txt {
  display: none;
}

.fixed-banners.close .close-btn .close-txt {
  display: block;
}

.fixed-banners.close .close-btn::before,
.fixed-banners.close .close-btn::after {
  display: none;
}

.fixed-banners a:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .fixed-banners,
  .add-layer .fixed-banners {
    display: none;
  }
}

.post_item {
  display: flex;
  padding: 1.75rem 0;
  border-bottom: 0.5px solid #4d4039;
}
.post_item:first-of-type {
  border-top: 0.5px solid #4d4039;
}
.post_item .thumb-img {
  display: block;
  width: 140px;
  margin-right: 25px;
  flex: 0 0 140px;
}
.post_item img {
  aspect-ratio: 7/5;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.post_item div {
  flex: 1;
  color: #666666;
}
.post_item div time {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
}
.post_item div h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post_item div h3 a {
  color: #666666;
}

.nav-wrap {
  background: #fff;
}
.nav-wrap .footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
  color: var(--vk-color-primary);
}
@media (max-width: 767.98px) {
  .nav-wrap .footer-nav {
    padding: 0;
  }
}
.nav-wrap .nav-column {
  flex: 1 1 25%;
  padding: 0 10px 0 25px;
  border-left: 1px solid var(--vk-color-primary);
}
@media (max-width: 991.98px) {
  .nav-wrap .nav-column {
    flex: 1 1 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .nav-wrap .nav-column {
    flex: 1 1 100%;
    margin-bottom: 15px;
    padding: 0;
    border-left: none;
    border-bottom: 1px solid var(--vk-color-primary);
  }
  .nav-wrap .nav-column:last-child {
    border-bottom: none;
  }
}
.nav-wrap .nav-column .title,
.nav-wrap .nav-column .title a {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1.34;
  letter-spacing: 1px;
  color: #bea78a;
}
.nav-wrap .nav-column .title small {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.25rem;
  letter-spacing: 5px;
  padding-left: 2px;
}
.nav-wrap .nav-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-wrap .nav-column ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  padding-right: 0;
}
.nav-wrap .nav-column ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0;
  background: var(--vk-color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.nav-wrap .nav-column ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .nav-wrap .nav-column ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 10px;
  }
  .nav-wrap .nav-column ul li {
    width: 50%;
    padding: 5px 0 5px 11px;
    font-size: 12px;
    margin: 4px 0;
  }
  .nav-wrap .nav-column .title,
  .nav-wrap .nav-column .title a {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .nav-wrap .nav-column ul li::before {
    width: 6px;
  }
}

footer .nav-wrap {
  background: var(--vk-color-primary);
  margin-bottom: 0;
}
footer .nav-wrap .footer-nav {
  color: #fff;
}
footer .nav-wrap .nav-column {
  border-left: 1px solid #fff;
}
footer .nav-wrap .nav-column .title,
footer .nav-wrap .nav-column .title a {
  color: #fff;
}
footer .nav-wrap .nav-column ul li::before {
  background: #fff;
}

footer .bg-white .sp-flex,
#panel-drawer-nav .bg-white .sp-flex {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0px;
}
@media (max-width: 767.98px) {
  footer .nav-wrap {
    padding-top: 40px;
  }
  footer .nav-wrap .nav-column {
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  footer .nav-wrap .nav-column:last-child {
    border-bottom: none;
  }
  footer .bg-white .sp-flex,
  #panel-drawer-nav .bg-white .sp-flex {
    flex-wrap: wrap;
    padding: 10px 0 15px;
  }
  footer .link,
  footer .col-site-footer-copyright,
  #panel-drawer-nav .link,
  #panel-drawer-nav .col-site-footer-copyright {
    width: 100%;
  }
  footer .bg-white .sp-flex .sns,
  #panel-drawer-nav .bg-white .sp-flex .sns {
    display: none;
  }
}
.next-prev .row {
  align-items: center;
  justify-content: center;
  margin: 3rem 0 6rem;
}
@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);
}
.breadcrumb {
  padding: 10px 0;
}
.single-case .breadcrumb {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
 .single-case .breadcrumb {
  margin-top: 60px;
}
}
.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;
}

#cta-widget2 {
  padding-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #cta-widget2 {
    padding-bottom: 4rem;
  }
}
#cta-widget2 .contact-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 4rem 0 3rem;
}
@media (max-width: 767.98px) {
  #cta-widget2 .contact-header {
    flex-direction: column;
  }
}
#cta-widget2 .contact-logo {
  flex: 1 1 0;
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 0;
}
@media (max-width: 767.98px) {
  #cta-widget2 .contact-logo {
    min-width: 240px;
  }
}
#cta-widget2 .contact-logo img {
  max-width: 215px;
}
@media (max-width: 767.98px) {
  #cta-widget2 .contact-logo img {
    max-width: 240px;
  }
}
#cta-widget2 .contact-tagline {
  flex: 2 1 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  min-width: 0;
  letter-spacing: 0.24rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  #cta-widget2 .contact-tagline {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
#cta-widget2 .branches {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#cta-widget2 .branch {
  flex: 0 0 calc((100% - 4rem) / 3);
  border-left: 1px solid var(--vk-color-primary);
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  #cta-widget2 .branch {
    flex: 0 0 100%;
    padding-left: 5px;
    border-left: none;
    border-bottom: 1px solid var(--vk-color-primary);
    padding-bottom: 1.5rem;
  }
}
#cta-widget2 .branch-name {
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
#cta-widget2 .branch-address,
#cta-widget2 .branch-tel,
#cta-widget2 .branch-hours {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
#cta-widget2 .map-link {
  display: inline-block;
  margin-top: 15px;
}
#cta-widget2 .map-icon {
  height: 21px;
}
body.post-type-r3d,
body.post-type-r3d > div,
.flipbook-main-wrapper {
  height: 100vh !important;
}
body.post-type-r3d #page_top {
  display: none;
}
.headline {
  margin-bottom: 6rem;
  @media (max-width: 767.98px) {
    margin-bottom: 4rem;
  }
  h1 {
    font-size: 45px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
    letter-spacing: 3.5px;
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    @media (max-width: 767.98px) {
      font-size: 26px;
    }
    &::after {
      content: "";
      width: 0;
      transition: width 0.8s ease;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      background: #231815;
    }
    &.is-linein::after {
      width: 70%;
    }
    span {
      font-size: 18px;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ",
        Meiryo, sans-serif;
      display: block;
      font-weight: normal;
      letter-spacing: 1.5px;
    }
  }
  h2 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 2.5px;
    @media (max-width: 767.98px) {
      font-size: 22px;
    }
  }
}
.page {
  h2.big {
    font-size: 40px;
    line-height: 1.57em;
    margin-bottom: 20px;
    letter-spacing: 1.4px;
    @media (max-width: 1199.98px) {
      font-size: 32px;
    }
    @media (max-width: 991.98px) {
      font-size: 26px;
    }
    @media (max-width: 767.98px) {
      font-size: 24px;
      letter-spacing: 1px;
    }
  }
}

/* 片側だけはみ出すセット*/
.container {
  .split {
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
  .split__content {
    width: calc(55% - 30px);
    letter-spacing: var(--vk-letter-spacing);
  }
  .split__media {
    width: calc(45% - 30px);
  }
  .bleed-right .split__media {
    width: 50vw;
    max-width: 50vw;
    margin-right: calc(45% - 50vw);
  }
  .bleed-left .split__media {
    width: 50vw;
    max-width: 50vw;
    margin-left: calc(45% - 50vw);
  }
  .split__media img {
    display: block;
  }
  @media (max-width: 767.98px) {
    .bleed-left .split__media,
    .bleed-right .split__media {
      width: 100vw;
      max-width: none;
      margin: 0 calc(50% - 50vw);
    }
    .split {
      flex-direction: column;
      gap: 20px;
    }
    .split__content,
    .split__media {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
      width: 100%;
    }
  }
}

.text_up {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.text_up span {
  display: inline-block;
  transform: translateX(-1px);
  opacity: 0;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.9s,
    opacity cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
}

.text_up.-visible span {
  transform: translateX(0);
  opacity: 1;
}

.text_up div {
  flex: 0 0 100%;
}
.cat_contact {
  padding: 8rem 0 0;
  & img {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .cat_contact {
    padding: 4rem 0 0;
  }
}

/*フォームまわり*/
.wpcf7 {
  input {
    margin-bottom: 0;
  }
  .confirm-child {
    display: flex;
    align-items: center;
  }
  label {
    margin-right: 10px;
  }
  .confirm-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  table,
  table th,
  table td {
    border-left-width: 0;
    border-right-width: 0;
    padding: 1rem 1.5rem;
    border-top-color: #333;
    border-bottom-color: #333;
    font-weight: normal;
    border-top-width: 0.5px;
    border-bottom-width: 0.5px;
    font-size: 16px;
  }
  table th {
    width: 20%;
    background: #eeeae5;
    vertical-align: baseline;
    text-align: left;
    position: relative;
  }
  .required {
    position: absolute;
    right: 1.2rem;
    background: var(--vk-color-custom-1);
    font-size: 12px;
    color: #fff;
    padding: 3px 7px;
    line-height: 1;
    top: 1.2rem;
  }
  input[type="number"] {
    width: 50%;
  }
  input[type="checkbox"] {
    cursor: pointer;
    height: 18px;
    margin: 0 5px 0px 0;
    width: 18px;
    position: relative;
    top: 3px;
  }
  .wpcf7-form-control-wrap {
    flex: 1;
  }
  .confirm_button,
  .submitBtn .wpcf7-form-control.wpcf7-submit {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
   .wpcf7 .required {
    position: absolute;
    /*right: 5.5rem;*/
    right: .5rem;
    /*top: 40px;*/
    top: 15px;
    background: var(--vk-color-custom-1);
    font-size: 12px;
    color: #fff;
    padding: 3px 7px;
    line-height: 1;
  }
}



@media (max-width: 767.98px) {
  .wpcf7 {
    table th,
    table td {
      display: block;
      width: 100%;
      border-top-width: 0.5px;
      border-bottom-width: 0.5px;
      padding: 10px 15px;
    }
    table {
      border-top-width: 0.5px;
      border-bottom-width: 0.5px;
    }
    .required {
      top: 13px;
      right: 1.5rem;
    }
  }
}

#autozip {
  display: none !important;
}

#toc_container {
  width: 100% !important;
}
.single-reform-blog .red {
  color: #dc3232;
}

.single-reform-blog .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: var(--vk-color-custom-1);
      position: absolute;
      bottom: -2px;
      left: 0;
    }

    @media (max-width: 767.98px) {
      font-size: 26px;
    }
  }

  h3 {
    font-size: 22px;
    background: rgba(188, 165, 136, 0.2);
    padding: 5px 5px 5px 12px;
    border-left: 4px solid #bb9b73;
    @media (max-width: 767.98px) {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 18px;
    font-weight: 500;
    color: #7b685e;
    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;
    }
  }

  .balloon {
    display: flex;
    margin: 0 0 1.5em 0;
  }

  .balloonR {
    flex-direction: row-reverse;
  }

  .balloon-img {
    width: 14%;
    height: auto;
    flex-shrink: 0;
  }

  .balloon-img img {
    max-width: 100%;
  }

  .balloon-text {
    padding: 1em;
    border-radius: 6px;
    position: relative;
    display: flex;
    width: 100%;
  }

  .balloon-text-inner {
    margin: auto;
    font-size: 14px;
    margin-left: 14px;
  }

  .balloon-text::before,
  .balloon-text::after {
    content: "";
    position: absolute;
    top: 19px;
    font-size: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .balloonL .balloon-text {
    margin: 12px 0 12px 24px;
    background: #fff;
  }

  .balloonR .balloon-text {
    margin: 12px 24px 12px 0;
    background: #fff;
  }

  .balloonL .balloon-text::before {
    left: -16px;
    border-right: 16px solid #fff;
  }

  .balloonR .balloon-text::before {
    right: -16px;
    border-left: 16px solid #fff;
  }
  @media (max-width: 480px) {
    .balloon-img {
      width: 25%;
    }
    .balloon-text-inner {
      margin-left: 7px;
    }
    .balloon-text {
      padding: 0.5em 3px;
    }
    .reform-pic h3 img {
      width: 100%;
    }
  }
}

.author_c {
  margin: 2em 0;
  display: block;
  overflow: hidden;
  padding: 30px 30px 20px;
  font-size: 14px;
  /*background: rgba(255, 255, 255, 0.4);*/
  background: #e5dfd6;
}

.author_c .ttl {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #333;
  font-size: 18px;
}

.author_c .flex {
  display: flex;
}

.author_c .thumb {
  width: 30%;
}

.author_c .thumb img {
  width: 100%;
}

.author_c .text {
  margin-left: 5%;
  width: 65%;
}

.author_c .text a {
  text-decoration: underline;
}

.author_c .name {
  font-size: 18px;
  font-weight: bold;
}

.author_c .skill p span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .author_c .flex {
    flex-wrap: wrap;
  }
  .author_c .thumb {
    margin-bottom: 30px;
    width: 100%;
  }
  .author_c .text {
    margin-left: 0;
    width: 100%;
  }
}

footer .notice {
  text-align: center;
  background: var(--vk-color-custom-3);
  color: #fff;
  p {
    margin: 0;
    padding: 8px 0;
    line-height: 1.5em;
  }
}
@media (max-width: 991.99px) {
  footer .notice {
    margin-bottom: 60px;
  }
}
