@charset "UTF-8";
@import "../css/cta.css";
@font-face {
  font-family: "Asap Condensed";
  src: url("../css/fonts/AsapCondensed-Medium.woff") format("woff");
}
@font-face {
  font-family: "Asap Condensed Italic";
  src: url("../css/fonts/AsapCondensed-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Asap Condensed SemiBold";
  src: url("../css/fonts/AsapCondensed-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Asap Condensed Light";
  src: url("../css/fonts/AsapCondensed-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Asap Condensed Regular";
  src: url("../css/fonts/AsapCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../css/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "aoyagi", serif;
  src: url("../css/fonts/YDWaosagi_1.woff") format("woff");
}
:root {
  --vk-color-text-body: #717171;
  --space: 160px;
  --radius: 35px;
}

@media (max-width: 767.98px) {
  :root {
    --space: 45px;
    --radius: 20px;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body.home {
  background: url(../../img/top/fv-bg.jpg);
  background-size: 102%;
}

a {
  color: var(--vk-color-text-body);
  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;
}

@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
.tab-none {
  display: inline-block;
}

.tab-only {
  display: none;
}

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

/*ヘッダー*/
.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 120px;
  background: none;
  z-index: 1000;
  pointer-events: none;
  padding-right: 15px;
}
@media (max-width: 991.99px) {
  .site-header {
    height: 50px;
    width: 100%;
    padding: 2px 20px 2px 20px;
  }
}

@media (max-width: 991.99px) {
  .site-header-container {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
  }
}
.site-header-logo {
  max-width: 198px;
  pointer-events: auto;
}
@media (max-width:991.98px) {
  .site-header-logo {
    margin: 0;
    padding: 0;
  }
}

.site-header-logo img {
  margin-left: 0;
  height: auto;
  width: 100%;
}
@media (max-width: 991.99px) {
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 0;
    height: 25px;
  }
}

@media (min-width: 992px) {
  .site-header-logo {
    padding-top: 35px;
    margin-left: 70px;
  }
  .site-header--layout--nav-float .site-header-container {
    justify-content: space-between;
  }
  .site-header--layout--nav-float .site-header-logo {
    width: 198px;
  }
  .site-header--layout--nav-float .site-header-logo img {
    margin-left: 0;
  }
}
.site-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.drawer-toggle {
  transition: opacity 0.5s ease;
}

.home .drawer-toggle {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .home .drawer-toggle {
    opacity: 1;
    pointer-events: auto;
  }
}

.site-header-logo {
  transition: opacity 0.5s ease;
}

.site-header.is-scrolled .drawer-toggle {
  opacity: 1;
  pointer-events: auto;
}
.site-header.is-scrolled .site-header-logo {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991.99px) {
  .site-header {
    background-color: #fff;
  }
  .home .site-header {
    background-color: transparent;
  }
  .site-header-right {
    opacity: 1;
    pointer-events: auto;
  }
  .site-header.is-scrolled {
    background-color: #fff;
    transition: background-color 0.5s ease;
  }
  .site-header.is-scrolled .site-header-logo {
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header-sns ul {
  display: flex;
  gap: 12px;
}
.site-header-sns ul li {
  display: flex;
  align-items: center;
}
.site-header-sns ul li a {
  display: block;
  width: 24px;
}
.site-header-sns ul li a img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .site-header-sns ul {
    gap: 10px;
  }
  .site-header-sns ul li a {
    width: 20px;
  }
}

.drawer-toggle {
  position: relative;
  top: auto;
  right: auto;
  width: 60px;
  padding: 10px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--vk-color-text-body);
  z-index: 1200;
  pointer-events: auto;
}
@media (max-width:991.98px) {
  .drawer-toggle {
    top: auto;
    right: auto;
    width: 40px;
    padding: 0;
  }
}

.drawer-toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--vk-color-text-body);
  margin: 14px 0;
}
@media (max-width:991.98px) {
  .drawer-toggle__line {
    margin: 11px 0;
  }
}

/*topへ戻るボタン*/
.page_top_btn,
.scrolled .page_top_btn {
  width: 90px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 100px;
  margin: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  display: flex;
  opacity: 1;
  color: #fff;
  box-shadow: none;
  background-color: #000;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  background-position: 20px 50%;
  padding-left: 25px;
  background-size: 25px;
  z-index: 100000;
}
@media (max-width:991.98px) {
  .page_top_btn,
  .scrolled .page_top_btn {
    width: 75px;
    height: 40px;
    bottom: 120px;
    background-position: 10px 50%;
  }
}
@media (max-width: 767.98px) {
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    opacity: 1;
    font-size: 10px;
    background-size: 24px;
    padding: 25px 0 0 0;
    background-position: center 4px;
  }
}

.site-header-sns {
  position: fixed;
  bottom: 150px;
  right: 12px;
  pointer-events: all;
}
@media (max-width:991.98px) {
  .site-header-sns {
    bottom: 160px;
    right: 4px;
  }
}
@media (max-width: 767.98px) {
  .site-header-sns {
    bottom: auto;
    right: 84px;
  }
}

.header-ttl {
  margin-top: 0 !important;
}
@media (max-width: 991.99px) {
  .header-ttl {
    margin-top: 60px !important;
  }
}
.header-ttl img {
  width: calc(100% - 150px);
  border-radius: 0 0 50px 0;
}
@media (max-width: 767.98px) {
  .header-ttl img {
    width: 90%;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*管理画面用*/
/*ドロワー内*/
#panel-drawer-nav .drawer-toggle {
  position: absolute;
  top: 35px;
  right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 60px;
  padding: 10px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--vk-color-text-body);
  z-index: 1200;
  pointer-events: auto;
}
@media (max-width: 991.99px) {
  #panel-drawer-nav .drawer-toggle {
    top: 0.5rem;
    right: 10px;
  }
}

#panel-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: right 0.3s ease;
  z-index: 1000000;
  padding: 0;
}

#panel-drawer-nav.open {
  right: 0;
  padding-top: 0;
}

#btn-drawer-close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--vk-color-text-body);
  z-index: 1200;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    top: 0.5rem;
    right: 10px;
  }
}

#btn-drawer-close .drawer-close__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--vk-color-text-body);
  transform-origin: center;
}

#btn-drawer-close .drawer-close__line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

#btn-drawer-close .drawer-close__line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav_inner {
  background: url(../../img/top/fv-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 60px;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width:991.98px) {
  .nav_inner {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .nav_inner {
    padding: 30px 0 40px;
  }
}
@media (max-width:575.98px) {
  .nav_inner {
    padding: 30px 0 40px;
  }
}
.nav_inner__content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width:991.98px) {
  .nav_inner__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .nav_inner__content {
    gap: 0;
    margin-bottom: 20px;
  }
}
.nav_inner__left {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width:991.98px) {
  .nav_inner__left {
    width: 100%;
  }
}
.nav_inner__logo {
  margin-bottom: 40px;
  width: 198px;
}
@media (max-width: 767.98px) {
  .nav_inner__logo {
    margin-bottom: 22px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__logo {
    margin-bottom: 22px;
  }
}
.nav_inner__logo img {
  width: 100%;
  height: auto;
}
.nav_inner__list {
  margin-bottom: 40px;
}
@media (max-width:991.98px) {
  .nav_inner__list {
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 5px;
  }
}
.nav_inner__list li {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .nav_inner__list li {
    margin-bottom: 2px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__list li {
    margin-bottom: 2px;
  }
}
.nav_inner__list li a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (max-width: 767.98px) {
  .nav_inner__list li a {
    font-size: 14px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__list li a {
    font-size: 14px;
  }
}
.nav_inner__list li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: var(--vk-color-text-body);
  margin-right: 10px;
}
.nav_inner__list li a:hover {
  opacity: 0.7;
}
.nav_inner__sub-links {
  font-size: 15px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .nav_inner__sub-links {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__sub-links {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.nav_inner__sub-links a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  transition: opacity 0.3s;
}
.nav_inner__sub-links a:hover {
  opacity: 0.7;
}
.nav_inner__sns {
  display: flex;
  gap: 20px;
}
.nav_inner__sns a {
  color: var(--vk-color-text-body);
  font-size: 24px;
  transition: opacity 0.3s;
}
.nav_inner__sns a:hover {
  opacity: 0.7;
}
.nav_inner__right {
  flex: 1;
}
.nav_inner__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .nav_inner__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
.nav_inner__grid-item {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* Aspect ratio 3:2 */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767.98px) {
  .nav_inner__grid-item {
    padding-top: 55%;
    border-radius: 15px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__grid-item {
    padding-top: 55%;
    border-radius: 15px;
  }
}
.nav_inner__grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}
.nav_inner__grid-item:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.nav_inner__grid-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .nav_inner__grid-content {
    bottom: 8px;
    left: 15px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__grid-content {
    bottom: 8px;
    left: 15px;
  }
}
.nav_inner__grid-title {
  font-size: 30px;
  font-family: "Asap Condensed";
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .nav_inner__grid-title {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
@media (max-width:575.98px) {
  .nav_inner__grid-title {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.nav_inner__grid-subtitle {
  font-size: 12px;
}
.nav_inner__contact {
  display: flex;
  border: 1px solid var(--vk-color-text-body);
}
@media (max-width: 767.98px) {
  .nav_inner__contact {
    flex-direction: column;
  }
}
.nav_inner__tel {
  flex: 1;
  border-right: 1px solid var(--vk-color-text-body);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) {
  .nav_inner__tel {
    border-right: none;
    border-bottom: 1px solid var(--vk-color-text-body);
    padding: 10px 20px;
  }
}
.nav_inner__tel:hover {
  background-color: var(--vk-color-text-body);
  opacity: 1;
}
.nav_inner__tel:hover a img {
  content: url("../../img/icon-tel.svg");
}
.nav_inner__tel a {
  display: block;
}
.nav_inner__tel a img {
  height: 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  .nav_inner__tel a img {
    height: 57px;
  }
}
.nav_inner__mail {
  flex: 1;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) {
  .nav_inner__mail {
    padding: 31px 20px;
  }
}
.nav_inner__mail:hover {
  background-color: var(--vk-color-text-body);
  opacity: 1;
}
.nav_inner__mail:hover a {
  color: #fff;
}
.nav_inner__mail:hover a img {
  content: url("../../img/icon-mail.svg");
}
.nav_inner__mail a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vk-color-text-body);
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.nav_inner__mail a img {
  height: 24px;
  width: auto;
}
@media (max-width: 767.98px) {
  .nav_inner__mail a img {
    height: 21px;
  }
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb .breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: -1px;
}
.breadcrumb .breadcrumb-list li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb .fa-home {
  display: none;
}

.site-footer {
  color: #fff;
  padding: 80px 0 40px;
}
@media (max-width:991.98px) {
  .site-footer {
    background: var(--vk-color-text-body);
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 60px 0 30px;
  }
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
}
@media (max-width:991.98px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 0;
  }
}
.site-footer__left {
  flex: 1;
}
.site-footer__right {
  width: 37%;
  padding-left: 5%;
  border-left: 1px solid #fff;
}
@media (max-width:991.98px) {
  .site-footer__right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
  }
}
.site-footer__title {
  font-size: 60px;
  font-family: "Asap Condensed";
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  line-height: 0.85em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .site-footer__title {
    font-size: 45px;
    padding-left: 5px;
  }
}
.site-footer__desc {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .site-footer__desc {
    padding-left: 5px;
  }
}
.site-footer__contact-box {
  border: 1px solid #fff;
  margin-bottom: 60px;
  max-width: 470px;
  width: 100%;
}
.site-footer__tel {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) {
  .site-footer__tel {
    height: 100px;
  }
}
.site-footer__tel:hover {
  background-color: #fff;
  border-bottom-color: var(--vk-color-text-body);
  opacity: 1;
}
.site-footer__tel:hover a img {
  content: url("../../img/icon-tel-d.svg");
}
.site-footer__tel a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-footer__icon-tel {
  width: auto;
  height: 65px;
}
@media (max-width: 767.98px) {
  .site-footer__icon-tel {
    height: 58px;
  }
}
.site-footer__mail {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) {
  .site-footer__mail {
    height: 100px;
  }
}
.site-footer__mail:hover {
  background-color: #fff;
  opacity: 1;
}
.site-footer__mail:hover a img {
  content: url("../../img/icon-mail-d.svg");
}
.site-footer__mail a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.site-footer__icon-mail {
  width: auto;
  height: 24px;
}
@media (max-width: 767.98px) {
  .site-footer__icon-mail {
    height: 21px;
  }
}
.site-footer__company-info {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.site-footer__company-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.site-footer__brand {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .site-footer__brand {
    margin-bottom: 20px;
  }
}
.site-footer__brand-logo {
  width: 85%;
  height: auto;
  margin-bottom: 10px;
}
.site-footer__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .site-footer__nav {
    margin-bottom: 10px;
  }
}
.site-footer__nav-list {
  width: 54%;
}
.site-footer__nav-list:last-child {
  width: 43%;
}
.site-footer__nav-list li {
  margin-bottom: 15px;
}
.site-footer__nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.site-footer__nav-list li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  margin-right: 5px;
}
.site-footer__nav-list li a:hover {
  opacity: 0.7;
}
.site-footer__sub-links {
  font-size: 12px;
  margin-bottom: 10px;
}
.site-footer__sub-links a {
  color: #fff;
  text-decoration: none;
}
.site-footer__sns {
  margin-bottom: 50px;
  display: flex;
  gap: 0;
}
.site-footer__sns a {
  color: #fff;
  font-size: 20px;
}
.site-footer__corporate {
  margin-top: 40px;
}
@media (max-width:991.98px) {
  .site-footer__corporate {
    border-top: 1px solid #fff;
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .site-footer__corporate {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.site-footer__corporate-logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.site-footer__copyright {
  font-size: 10px;
  letter-spacing: 1.2px;
}

.site-footer__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
.site-footer__bg-wrapper .site-footer__bg-top {
  background: url(../../img/top/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
@media (max-width:991.98px) {
  .site-footer__bg-wrapper .site-footer__bg-top {
    height: 50%;
  }
}
.site-footer__bg-wrapper .site-footer__bg-bottom {
  background: #717171;
  height: 0;
  width: 100%;
}
@media (max-width:991.98px) {
  .site-footer__bg-wrapper .site-footer__bg-bottom {
    height: 50%;
  }
}

/*共通*/
.site-body {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.99px) {
  .site-body {
    margin-top: 40px;
    padding-top: 0;
  }
}

.post-name-interview .site-body,
.archive:not(.post-type-staff) .site-body {
  border-bottom: 0.5px solid var(--vk-color-text-body);
  padding-bottom: var(--space);
}
@media (max-width: 767.98px) {
  .post-name-interview .site-body,
  .archive:not(.post-type-staff) .site-body {
    border-bottom: none;
  }
}

.home .site-body {
  margin-top: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}

.fs18 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs25 {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .fs25 {
    font-size: 18px;
  }
}

.light {
  font-family: "Asap Condensed Light";
}

.semibold {
  font-family: "Asap Condensed SemiBold";
}

.full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@keyframes v-more-icon-shoot {
  0%, 85%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  90% {
    transform: translateY(-50%) translateX(5px);
  }
}
.v-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 60px;
  border: 1px solid var(--vk-color-text-body);
  border-radius: 50vh;
  position: relative;
  color: var(--vk-color-text-body);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  padding-right: 16px;
}
.v-more::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--vk-color-text-body);
  border-radius: 50vh;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../img/more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  transition: background-color 0.3s ease-out, background-image 0.3s ease-out, transform 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .v-more::after {
    width: 25px;
    height: 25px;
  }
}
.v-more:hover {
  background-color: var(--vk-color-text-body);
  color: #fff;
  opacity: 1;
}
.v-more:hover::after {
  background-color: #fff;
  background-image: url("../../img/more-w.svg");
  transform: translateY(-50%) translateX(3px);
}
@media (max-width: 767.98px) {
  .v-more {
    width: 205px;
    height: 48px;
    font-size: 14px;
  }
  .v-more::after {
    animation: v-more-icon-shoot 3s ease-out infinite;
  }
}

.lifestyle__btn .v-more {
  width: 295px;
}
@media (max-width: 767.98px) {
  .lifestyle__btn .v-more {
    width: 240px;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(15px);
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-3ms.is-show {
  transition-delay: 30ms;
}

.delay-6ms.is-show {
  transition-delay: 60ms;
}

.floating-actions {
  position: fixed;
  right: 0;
  bottom: 210px;
  z-index: 1000;
}
.floating-actions__list {
  display: block;
}
.floating-actions__item {
  width: 90px;
  height: 90px;
  margin: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media (max-width:991.98px) {
  .floating-actions__item {
    width: 75px;
  }
}
.floating-actions__item:nth-child(1) {
  background-color: var(--vk-color-primary);
}
@media (max-width: 767.98px) {
  .floating-actions__item:nth-child(1) .floating-actions__icon {
    width: 21px;
  }
}
.floating-actions__item:nth-child(2) {
  background-color: var(--vk-color-custom-2);
}
.floating-actions__item:nth-child(3) {
  background-color: var(--vk-color-custom-3);
}
.floating-actions__item:nth-child(3) .floating-actions__icon {
  width: 23px;
  height: 23px;
}
@media (max-width: 767.98px) {
  .floating-actions__item:nth-child(3) .floating-actions__icon {
    width: 20px;
  }
}
.floating-actions__item:nth-child(4) {
  background-color: #000;
}
.floating-actions__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767.98px) {
  .floating-actions__link {
    flex-direction: row;
    gap: 5px;
    height: 50px;
  }
}
.floating-actions__link:hover {
  opacity: 0.8;
  color: #fff;
}
.floating-actions__icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.floating-actions__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating-actions__text {
  font-size: 11.7px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}
@media (max-width:991.98px) {
  .floating-actions__text {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .floating-actions {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .floating-actions__list {
    display: flex;
    width: calc(100% - 50px);
  }
  .floating-actions__item {
    width: 33.3333333333%;
    height: auto;
    border-radius: 0;
    padding: 0;
  }
  .floating-actions__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
  }
  .floating-actions__text {
    font-size: 11px;
  }
}

.delay-9ms.is-show {
  transition-delay: 90ms;
}

.delay-3ms.is-show {
  transition-delay: 30ms;
}

.delay-6ms.is-show {
  transition-delay: 60ms;
}

.delay-9ms.is-show {
  transition-delay: 90ms;
}

.headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .headline {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.headline h1,
.headline .h1 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: var(--vk-color-text-body);
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .headline h1,
  .headline .h1 {
    font-size: 48px;
  }
}
.headline__sub {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--vk-color-text-body);
  opacity: 0.8;
}
.headline__sub span {
  display: inline-block;
  margin-right: 30px;
}
.headline__sub::after {
  content: "";
  display: block;
  height: 0.5px;
  flex: 1;
  background-color: var(--vk-color-text-body);
}
.headline__lead {
  font-size: 20px;
  margin-top: 60px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .headline__lead {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.contact-msg {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin: 58px 0 58px calc(25px + 1vw);
  letter-spacing: 2vw;
}
@media (max-width: 767.98px) {
  .contact-msg {
    margin: 40px 0;
    font-size: 21px;
    letter-spacing: 3px;
    transform: translateX(11px);
  }
}

.section-contact-wrapper {
  padding-bottom: var(--space);
  padding-top: var(--space);
}
@media (max-width: 767.98px) {
  .section-contact-wrapper {
    padding-bottom: 5px;
    padding-top: 0;
  }
}

.bottom-nav {
  padding-bottom: 0;
}
.bottom-nav__list {
  display: flex;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .bottom-nav__list {
    flex-direction: column;
    gap: 5px;
  }
}
.bottom-nav__item {
  width: 33.333%;
  position: relative;
  margin: 0;
}
@media (max-width: 767.98px) {
  .bottom-nav__item {
    width: 100%;
    margin: 0;
  }
}
.bottom-nav__link {
  display: block;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.bottom-nav__link:hover {
  opacity: 0.8;
  color: #fff;
}
@media (max-width:991.98px) {
  .bottom-nav__link {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .bottom-nav__link {
    height: 225px;
  }
}
.bottom-nav__content {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .bottom-nav__content {
    left: 25px;
  }
}
.bottom-nav__en {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Asap Condensed Regular";
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media (max-width:991.98px) {
  .bottom-nav__en {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .bottom-nav__en {
    font-size: 45px;
  }
}
.bottom-nav__ja {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .bottom-nav__ja {
    font-size: 14px;
  }
}
.bottom-nav__icon {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  z-index: 2;
}
.bottom-nav__icon img {
  width: 100%;
  height: 100%;
}
@media (max-width:991.98px) {
  .bottom-nav__icon {
    width: 35px;
    height: 35px;
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .bottom-nav__icon {
    width: 38px;
    height: 38px;
    right: 20px;
  }
}
.bottom-nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
}
.bottom-nav__link:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

#breadcrumb {
  transition: opacity 0.3s ease;
}

#breadcrumb.is-breadcrumb-hidden {
  opacity: 0;
  pointer-events: none;
}

.single:not(.single-staff, .single-works) #breadcrumb {
  border-bottom: 0.5px solid var(--vk-color-text-body);
  margin: 6rem 0 0;
}
@media (max-width: 767.98px) {
  .single:not(.single-staff, .single-works) #breadcrumb {
    border: none;
    margin: 4rem 0 0;
  }
}

@media (max-width:991.98px) {
  .single:not(.single-staff, .single-works) .site-body {
    margin-top: 80px;
  }
}
.pagesub-header {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .pagesub-header {
    margin-bottom: 80px;
  }
}

.pagesub-header__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width:991.98px) {
  .pagesub-header__title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .pagesub-header__title {
    font-size: 20px;
  }
}

.pagesub-header__desc {
  line-height: 1.8;
}

.archive:not(.post-type-archive-staff, .post-type-archive-works, .post-type-works) .main-section .vk_posts,
.blog .main-section .vk_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .archive:not(.post-type-archive-staff, .post-type-archive-works, .post-type-works) .main-section .vk_posts,
  .blog .main-section .vk_posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .archive:not(.post-type-archive-staff, .post-type-archive-works, .post-type-works) .main-section .vk_posts,
  .blog .main-section .vk_posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single .headline {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 90px;
  flex-direction: row;
  padding-top: 4rem;
}

@media (max-width: 767.98px) {
  .single .headline {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.single .headline__sub::after {
  content: none;
}

.single-event .headline__sub::after,
.single-works .headline__sub::after,
.single-column .headline__sub::after,
.single-news .headline__sub::after,
.single-life-style .headline__sub::after {
  content: "";
}

.single-works .headline-works__group,
.single-event .headline__group,
.single-column .headline__group,
.single-news .headline__group,
.single-life-style .headline__group {
  width: 100%;
}

.wpcf7 .entry-dl {
  width: 100%;
  border: none;
  margin: 0;
}
.wpcf7 .entry-dl .entry-dl__row {
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.wpcf7 .entry-dl .entry-dl__row:last-child {
  border-bottom: 1px solid #ccc;
}
.wpcf7 .entry-dl dt,
.wpcf7 .entry-dl dd {
  margin: 0;
  padding: 1rem;
}
.wpcf7 .entry-dl dt {
  width: 25%;
  text-align: left;
  padding: 1.4rem 1rem 1rem;
  font-weight: normal;
  color: var(--vk-color-text-body);
}
.wpcf7 .entry-dl dt .required {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.wpcf7 .entry-dl dd {
  width: 75%;
}
.wpcf7 .entry-dl dd span {
  display: contents;
}
.wpcf7 .entry-dl dd span.wpcf7-list-item {
  display: inline-block;
}
.wpcf7 .entry-dl dd .w100 {
  width: 100%;
}
.wpcf7 .entry-dl dd .w100 span {
  width: 100%;
}
.wpcf7 .entry-dl dd input[type=text],
.wpcf7 .entry-dl dd input[type=tel],
.wpcf7 .entry-dl dd input[type=email],
.wpcf7 .entry-dl dd select,
.wpcf7 .entry-dl dd textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s;
  margin-bottom: 0;
  border-radius: 0;
}
.wpcf7 .entry-dl dd .InputRadio label {
  margin-right: 20px;
  font-weight: normal;
  cursor: pointer;
}
.wpcf7 .entry-dl dd .InputRadio input[type=radio] {
  margin-right: 5px;
}
.wpcf7 .entry-dl dd input[id=zip] {
  width: 120px;
  display: inline-block;
  margin-right: 5px;
}
.wpcf7 .entry-dl dd select#ProfileBirthdayYear,
.wpcf7 .entry-dl dd select#ProfileBirthdayMonth,
.wpcf7 .entry-dl dd select#ProfileBirthdayDay {
  width: 150px;
  margin-right: 5px;
  display: inline-block;
}
.wpcf7 .entry-dl dd textarea {
  height: 100px;
  resize: vertical;
}

@media (max-width: 767.98px) {
  .wpcf7 .entry-dl .entry-dl__row {
    display: block;
  }
  .wpcf7 .entry-dl dt,
  .wpcf7 .entry-dl dd {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .wpcf7 .entry-dl dt {
    padding-bottom: 0;
  }
  .wpcf7 .entry-dl dd span {
    margin-bottom: 10px;
  }
  .wpcf7 .entry-dl dd select#ProfileBirthdayYear,
  .wpcf7 .entry-dl dd select#ProfileBirthdayMonth,
  .wpcf7 .entry-dl dd select#ProfileBirthdayDay {
    width: 100%;
    margin-bottom: 10px;
  }
}
input[type=submit] {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary);
  display: block;
  margin: 60px auto 80px;
  border-radius: 0;
  width: 80%;
}
@media (max-width: 767.98px) {
  input[type=submit] {
    margin: 50px auto 20px;
  }
}

input[type=button] {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary);
  display: block;
  margin: 60px auto 80px;
  border-radius: 0;
  width: 80%;
  background-color: var(--vk-color-primary);
  color: #fff;
    padding: .5em 2em;
}
@media (max-width: 767.98px) {
  input[type=button] {
    margin: 50px auto 20px;
  }
}


.wpcf7 .InputRadio .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.wpcf7 .InputRadio input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.wpcf7 .InputRadio label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.wpcf7 .InputRadio .wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
  display: inline-block;
}
.wpcf7 .InputRadio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.wpcf7 .InputRadio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.15em + 5px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  opacity: 0;
}
.wpcf7 .InputRadio input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.page-child #breadcrumb,
.error404 #breadcrumb,
.error404 .headline {
  display: none;
}

.page-child .wpcf7 {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .page-child .wpcf7 {
    margin-bottom: 80px;
  }
}

.page-child .headline {
  margin-top: 120px;
}
@media (max-width:991.98px) {
  .page-child .headline {
    margin-top: 80px;
  }
}

.wpcf7 .entry-dl dd .required {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

.form-notes__area-title {
  font-size: 1.2em;
  font-weight: bold;
}

.form-notes__area-list {
  margin-bottom: 20px;
}

/* 404 */
.main-section-no-posts {
  padding: 100px 0;
  text-align: center;
}

.main-section-no-posts__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.main-section-no-posts__link {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--vk-color-text-body);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.main-section-no-posts__link:hover {
  opacity: 0.7;
  color: #fff;
}

.card-img-overlay {
  display: none;
}

h1.archive-header-title {
  font-size: 1.5rem;
}

.vk_post_title_new {
  color: var(--vk-color-primary);
}

.wpcf7 .consideration .wpcf7-list-item.last {
  margin-top: 15px;
}

.wpcf7 .d-block {
  padding-left: 25px;
}

/*ここから*/
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 60px auto;
  padding: 0 20px;
}

.post-navigation__prev,
.post-navigation__next {
  flex: 1;
}

.post-navigation__prev a,
.post-navigation__next a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--vk-color-text-body);
  text-decoration: none;
}

.post-navigation__prev a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--vk-color-text-body);
  border-left: 1px solid var(--vk-color-text-body);
  transform: rotate(-45deg);
  margin-right: 15px;
}

.post-navigation__next {
  text-align: right;
}

.post-navigation__next a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--vk-color-text-body);
  border-right: 1px solid var(--vk-color-text-body);
  transform: rotate(45deg);
  margin-left: 15px;
}

.post-navigation__archive {
  flex: 0 0 350px;
  text-align: center;
}

.post-navigation__archive a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid var(--vk-color-text-body);
  color: var(--vk-color-text-body);
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

@media (max-width: 767.98px) {
  .post-navigation {
    flex-wrap: wrap;
    gap: 4px;
    margin: 40px auto;
  }
  .post-navigation__prev {
    order: 1;
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }
  .post-navigation__next {
    order: 2;
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin-top: -2px;
  }
  .post-navigation__archive {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .post-navigation__prev a,
  .post-navigation__next a,
  .post-navigation__archive a {
    font-size: 14px;
  }
}
.single-news article {
  max-width: 740px;
  margin: 0 auto;
}

.pagination {
  margin-top: 4rem;
}

.sub-section {
  margin-bottom: 4rem;
}