@charset "UTF-8";
/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
/* =================================
VARIABLES
================================ */
/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
/* =================================
BASE
================================ */
body {
  padding-top: 75px;
}
@media screen and (max-width: 1060px) {
  body {
    padding-top: 56px;
  }
}

body.home {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #333333 !important;
  font-size: 15px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

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

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* SECTION */
.l-section {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 70px 0;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

/* SECTION TITLE */
.p-section-title {
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-section-title {
    margin-bottom: 30px;
  }
}
.p-section-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 32px;
  width: 1px;
  height: 75%;
  background: #052a6e;
  transform: skewX(-25deg) scaleY(0);
  transform-origin: top;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-section-title {
  /* js-showがついた時に、本来の形に戻す */
}
.p-section-title.js-show::before {
  transform: skewX(-25deg) scaleY(1);
}
.p-section-title h2 {
  font-size: clamp(12px, 1.5vw + 0.5rem, 14px);
  font-weight: 700;
  color: #333333;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  background: none !important;
  margin: 0 0 -15px 0;
  padding: 8px 0 0 28px;
}
@media (max-width: 768px) {
  .p-section-title h2 {
    margin: 0 0 -8px 0;
    padding-left: 18px;
  }
}
.p-section-title span {
  display: block;
  font-size: clamp(40px, 5vw + 1rem, 56px);
  font-weight: 800;
  margin-left: 15px;
  color: #052a6e;
  font-family: "Schibsted Grotesk", sans-serif;
  /* 位置は変えず、不透明度だけで表現 */
  opacity: 0;
  transition: opacity 0.55s ease 0.15s;
}
.p-section-title.js-show span {
  opacity: 1;
}

/* 共通パーツ：アウトラインボタン */
.c-btn-outline {
  display: grid !important;
  grid-template-columns: 20px 1fr 20px;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 200px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #052a6e;
  background-color: #052a6e;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
}
.c-btn-outline.js-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .c-btn-outline {
    font-size: 14px;
    max-width: 160px;
    height: 40px;
    padding: 0 12px 0 0;
  }
}
.c-btn-outline span {
  grid-column: 2;
}
.c-btn-outline .c-arrow-slim {
  grid-column: 3;
  justify-self: end;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4,12 L20,12 M14,6 L20,12 L14,18' fill='none' stroke='%23003366' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.c-btn-outline:hover {
  background-color: transparent !important;
  color: #052a6e !important;
}
.c-btn-outline:hover .c-arrow-slim {
  filter: none;
  transform: translateX(5px);
}

/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
/* =================================
HEADER
================================ */
/* =================================
HEADER RESET
================================ */
.h-nav-pc ul,
.h-nav-sp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-nav-pc li,
.h-nav-sp li {
  margin-bottom: 0;
}
.h-nav-pc a,
.h-nav-sp a {
  text-decoration: none;
  color: inherit;
}

.h-dropdown-menu {
  z-index: 100;
}

.h-nav-sp {
  z-index: 9999;
}

/* =================================
HEADER BASE
================================ */
.keni-header_wrap {
  background-image: none !important;
  margin-bottom: -4px;
}

.h-header {
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.h-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
  height: 80px;
}

/* LOGO */
.h-header__logo {
  flex: 0 0 160px;
}
.h-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC NAV */
.h-header__nav--pc {
  margin-left: auto;
}

.h-nav-pc .h-nav-list {
  display: flex;
  align-items: center;
}
.h-nav-pc .h-nav-item {
  margin-left: 35px;
  position: relative;
}
.h-nav-pc .h-nav-link,
.h-nav-pc .h-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 25px 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.h-nav-pc .h-nav-link.h-dropdown-toggle::after,
.h-nav-pc .h-dropdown-toggle.h-dropdown-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.h-nav-pc .h-nav-link:hover,
.h-nav-pc .h-dropdown-toggle:hover {
  color: #052a6e;
}

/* CTA BUTTON */
.h-nav-cta {
  margin-left: 45px;
}
.h-nav-cta .h-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0f3a8b 0%, #001f5b 100%);
  color: #ffffff;
  padding: 15px 30px;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(2, 50, 92, 0.3);
  transition: 0.3s;
}
.h-nav-cta .h-cta-link span {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.h-nav-cta .h-cta-link .h-cta-arrow {
  width: 18px;
  transition: transform 0.3s;
  filter: brightness(0) invert(1);
}
.h-nav-cta .h-cta-link:hover {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(2, 60, 110, 0.4);
}
.h-nav-cta .h-cta-link:hover .h-cta-arrow {
  transform: translateX(4px);
}

/* DROPDOWN */
.h-dropdown:hover .h-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.h-dropdown:hover .h-dropdown-toggle {
  color: #052a6e;
}

.h-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #ffffff;
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #052a6e;
  padding: 10px 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}
.h-dropdown:hover .h-dropdown-menu {
  pointer-events: auto;
}

.h-dropdown-list li a {
  display: block;
  padding: 14px 20px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: color 0.3s;
  overflow: hidden;
}
.h-dropdown-list li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #052a6e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.h-dropdown-list li a:hover {
  color: #052a6e;
}
.h-dropdown-list li a:hover::after {
  transform: scaleX(1);
}

/* HAMBURGER */
.js-hamburger {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.js-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #002d58;
  left: 0;
  transition: 0.3s;
}
.js-hamburger span:nth-child(1) {
  top: 0;
}
.js-hamburger span:nth-child(2) {
  top: 10px;
}
.js-hamburger span:nth-child(3) {
  top: 20px;
}

/* =================================
SP DRAWER
================================ */
.h-nav-sp {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100vh;
  background: #ffffff;
  transition: right 0.4s;
  overflow-y: auto;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
}
.h-nav-sp a, .h-nav-sp__link {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}
.is-active .h-nav-sp {
  right: 0;
}

.h-nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 90;
}

body.is-active .h-nav-cover {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
.home .keni-main_outer--top {
  width: 100% !important;
  max-width: none !important;
}

/* ==========================================================================
   FRONT VISUAL (FV)
   ========================================================================== */
.fv {
  width: 100%;
  background: linear-gradient(to right, #f8f9fa 50%, transparent 50%);
  overflow: hidden;
  position: relative;
}
.fv__inner {
  display: flex;
  height: 80vh;
  min-height: 600px;
  width: 100%;
  max-width: none !important;
}
.fv {
  /* --- 左側：コピーエリア --- */
}
.fv__left {
  flex: 0 0 35%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 4%;
  z-index: 10;
}
.fv__copy {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 40px;
  transition: all 0.3s ease;
}
.fv {
  /* --- 右側：画像エリア --- */
}
.fv__right {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.fv__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  filter: brightness(0.9);
}
.fv__sub-en {
  color: #052a6e;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 15px);
  letter-spacing: 0.15em;
  margin-left: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fv__main-ja {
  color: #001f5b !important;
  font-size: clamp(36px, 3.5vw, 64px);
  font-weight: 800;
  line-height: 1.3;
  background: none !important;
}

/* =================================
     FV ANIMATION
     ================================= */
.reveal {
  display: inline-block;
  opacity: 0;
  transform: translateX(-40px);
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.6);
}

.reveal.js-show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}

/* --- レスポンシブ：画面が狭くなった時 --- */
@media (max-width: 1200px) {
  .fv__left {
    flex: 0 0 30%;
  }
  .fv__left .fv__copy {
    max-width: 700px;
    margin-right: -100px;
    padding: 0;
  }
  .fv__right img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .fv__left {
    flex: 0 0 10%;
  }
  .fv__left .fv__copy {
    margin-right: -200px;
  }
}
/* ==========================================================================
   6-2. METHOD
   ========================================================================== */
.p-method__container {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .p-method__container {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-method__container {
    flex-direction: column;
    gap: 40px;
  }
}
.p-method__figure {
  flex: 0 0 40%;
  /* --- アニメーション用の初期状態を追加 --- */
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
  /* js-show がついた時に本来の姿へ */
}
.p-method__figure.js-show {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.p-method__figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-method__figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .p-method__figure {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-method__content {
  flex: 1;
}
.p-method__list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.p-method__item {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  /* --- アニメーション用の初期状態を追加 --- */
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
  /* スクロールして js-show がついた時の状態 */
}
.p-method__item.js-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1000px) {
  .p-method__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-method__item:last-child {
  margin-bottom: 0;
}
.p-method__number {
  font-size: 72px;
  font-weight: 600;
  color: #052a6e;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .p-method__number {
    font-size: 64px;
    margin-bottom: -40px;
  }
}
.p-method__text h3 {
  font-size: 24px;
  color: #333333 !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  border: none !important;
}
.p-method__text h3 .en-font {
  font-size: 14px;
  color: #052a6e;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
  font-weight: 500;
}

/* ==========================================================================
   6-3. ACHIEVEMENT
   ========================================================================== */
.p-achievement {
  background-color: #f5f5f5;
}
.p-achievement__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-achievement__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.p-achievement__item {
  flex: 1;
  background: #ffffff;
  padding: 30px 20px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  /* --- アニメーション初期状態 --- */
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
  /* 表示時 */
}
.p-achievement__item.js-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .p-achievement__item {
    max-width: 400px;
    width: 100%;
  }
}
.p-achievement__icon {
  width: 220px;
  margin: 0 auto 20px;
}
.p-achievement__icon img {
  width: 100%;
}
.p-achievement__body h3 {
  font-size: clamp(22px, 4vw, 24px);
  color: #333333 !important;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-achievement__body p {
  font-size: 16px;
}
.p-achievement {
  /* --- 下のバナーエリア全体をフワッと出す設定 --- */
}
.p-achievement__award {
  margin-top: 80px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.p-achievement__award.js-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-achievement__award {
    margin-top: 60px;
  }
}
.p-achievement .p-achievement__award-sub {
  font-size: 18px;
  font-weight: 500;
  color: #052a6e;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p-achievement .p-achievement__award-sub::before, .p-achievement .p-achievement__award-sub::after {
  content: "";
  height: 1px;
  background-color: #052a6e;
  width: 60px;
  display: block;
}
@media (max-width: 768px) {
  .p-achievement .p-achievement__award-sub {
    font-size: 16px;
    gap: 5px;
  }
  .p-achievement .p-achievement__award-sub::before, .p-achievement .p-achievement__award-sub::after {
    width: 30px;
  }
}
.p-achievement__banner {
  max-width: 500px;
  margin: 0 auto;
}
.p-achievement__banner img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   6-4. SERVICE
   ========================================================================== */
.p-service {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  z-index: 1;
}
.p-service::before {
  content: "";
  display: none;
}
@media screen and (min-width: 1001px) {
  .p-service::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    width: 300px;
    height: 100%;
    background-color: #f8f9fa;
    z-index: -1;
    transform: skewX(-20deg) scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.p-service .l-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .p-service.js-show::before {
    transform: skewX(-20deg) scaleX(1);
  }
}
.p-service__lead {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.55s ease;
}
.p-service__lead.js-show {
  opacity: 1;
  transform: translateY(0);
}
.p-service__container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p-service__container {
    flex-direction: column;
    gap: 60px;
  }
}
.p-service__block {
  flex: 1;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
}
.p-service__block:first-child {
  transform: translateX(-30px);
}
.p-service__block:last-child {
  transform: translateX(30px);
}
.p-service__block.js-show {
  opacity: 1;
  transform: translateX(0);
}
.p-service__block h3 {
  font-size: clamp(24px, 4vw, 32px);
  color: #333333 !important;
  font-weight: 600;
  margin-bottom: 5px;
  border: none !important;
}
.p-service__figure {
  margin-bottom: 30px;
}
.p-service__figure img {
  width: 100%;
  height: auto;
}
.p-service__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.p-service__menu li {
  margin: 0 !important;
  padding: 0 15px !important;
  border-bottom: 1px solid #052a6e;
}
.p-service__menu li:last-child {
  margin-bottom: 0 !important;
}
.p-service__menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.3s;
}
.p-service__menu li a:hover {
  opacity: 0.8;
}
.p-service__menu li a:hover .arrow {
  transform: translateX(5px);
}
.p-service__menu li a {
  /* --- 共通の矢印パーツ --- */
}
.p-service__menu li a .arrow {
  width: 26px !important;
  height: 26px !important;
  background-color: #052a6e !important;
  border-radius: 50% !important;
  display: block !important;
  flex-shrink: 0;
  /* 背景SVGの設定 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4,12 L20,12 M14,6 L20,12 L14,18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
  /* アニメーション */
  transition: transform 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-service__menu {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   6-5. PROFILE
   ========================================================================== */
.p-profile {
  background-color: #f5f5f5;
  padding: 100px 0;
  overflow: hidden;
}
.p-profile__container {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .p-profile__container {
    flex-direction: column;
    gap: 40px;
  }
}
.p-profile {
  /* 左側：写真エリア */
}
.p-profile__figure {
  flex: 0 0 42%;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
}
.p-profile__figure.js-show {
  opacity: 1;
  transform: scale(1);
}
.p-profile__figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .p-profile__figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-profile {
  /* 右側：テキストコンテンツエリア */
}
.p-profile__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
}
.p-profile__content.js-show {
  opacity: 1;
  transform: translateX(0);
}
.p-profile {
  /* リード文（h3） */
}
.p-profile__lead {
  font-size: clamp(26px, 2.5vw, 32px);
  color: #333333 !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none !important;
}
.p-profile__text p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.p-profile .c-btn-outline {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-profile .c-btn-outline {
    margin: 30px auto 0;
  }
}

/* ==========================================================================
   6-6. NEWS&BLOG
   ========================================================================== */
.p-news-blog {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.p-news-blog .p-section-title {
  margin-bottom: 30px;
}
.p-news-blog .p-section-title::before {
  top: 8px;
  height: 70%;
}
.p-news-blog__container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .p-news-blog__container {
    flex-direction: column;
    gap: 80px;
  }
}
.p-news-blog__group {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
}
.p-news-blog__group.js-show {
  opacity: 1;
  transform: translateY(0);
}
.p-news-blog__group .p-news-list,
.p-news-blog__group .p-blog-list {
  flex-grow: 1;
  margin-bottom: 0;
}
.p-news-blog__group .c-btn-outline {
  margin: 40px auto 0;
}

/* --- News List (左側) --- */
.p-news-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.p-news-list__item {
  margin: 0 !important;
  padding: 0 15px;
  border-bottom: 1px solid #e0e0e0;
}
.p-news-list__item a {
  display: block;
  padding: 10px 0 0 0;
  text-decoration: none;
  transition: background-color 0.3s;
}
.p-news-list__item a:hover {
  opacity: 0.7;
}
.p-news-list__date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #052a6e;
  margin-bottom: 4px;
}
.p-news-list__title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* --- Blog Cards (右側) --- */
.p-blog-list {
  margin: 0 !important;
  padding-top: 10px;
}

.p-blog-card {
  margin-bottom: 25px;
}
.p-blog-card a {
  display: flex;
  gap: 25px;
  text-decoration: none;
  transition: transform 0.3s;
}
.p-blog-card__img {
  flex: 0 0 150px;
  height: 95px;
  overflow: hidden;
}
.p-blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .p-blog-card__img {
    flex: 0 0 100px;
    height: 70px;
  }
}
.p-blog-card__content {
  flex: 1;
}
.p-blog-card__date {
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  color: #666;
  margin-bottom: 5px;
}
.p-blog-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
}

/* ==========================================================================
   6-7. CONTACT
   ========================================================================== */
.p-contact {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  color: #ffffff;
  /* --- 背景画像の設定 --- */
}
.p-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0) brightness(0.7);
  z-index: 1;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s ease;
}
.p-contact.js-show::before {
  transform: scale(1);
  opacity: 1;
}
.p-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 26, 63, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
}
.p-contact__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease 0.3s;
}
.p-contact__inner.js-show {
  opacity: 1;
  transform: translateY(0);
}
.p-contact .p-section-title {
  margin-bottom: 60px;
}
.p-contact .p-section-title.--center {
  text-align: center;
  padding-left: 0;
}
.p-contact .p-section-title.--center::before {
  display: none;
}
.p-contact .p-section-title.--center h2 {
  color: #ffffff;
  padding: 0;
}
.p-contact .p-section-title.--center .en-font {
  color: #ffffff;
  margin-left: 0;
}
.p-contact__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-contact__buttons {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px;
  }
}
.p-contact .c-btn-filled {
  width: 320px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease, color 0.4s ease;
}
.p-contact .c-btn-filled.js-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-contact .c-btn-filled {
    width: 90%;
    max-width: 340px;
  }
}
.p-contact .c-btn-filled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  transform: translateX(-120%) skewX(-25deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-contact .c-btn-filled {
  /* --- 個別設定 --- */
}
.p-contact .c-btn-filled.--reserve {
  background-color: #052a6e;
  color: #ffffff;
  border: 1px solid #052a6e;
}
.p-contact .c-btn-filled.--reserve::before {
  background-color: #ffffff;
}
.p-contact .c-btn-filled.--reserve:hover {
  color: #052a6e;
  transform: translateY(-3px);
}
.p-contact .c-btn-filled.--reserve:hover::before {
  transform: translateX(-15%) skewX(-25deg);
}
.p-contact .c-btn-filled.--mail {
  background-color: #ffffff;
  color: #052a6e;
  border: 1px solid #052a6e;
}
.p-contact .c-btn-filled.--mail::before {
  background-color: #052a6e;
}
.p-contact .c-btn-filled.--mail:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.p-contact .c-btn-filled.--mail:hover::before {
  transform: translateX(-15%) skewX(-25deg);
}

/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
/* =================================
FOOTERSECTION
================================ */
.keni-footer_wrap {
  background-image: linear-gradient(135deg, #0f3a8b 0%, #001f5b 100%) !important;
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.keni-footer_wrap .keni-footer_outer {
  padding: 80px 0 20px;
}
.keni-footer_wrap {
  /* --- A. Layout Container --- */
}
.keni-footer_wrap .keni-footer-cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.keni-footer_wrap .keni-footer-cont_wrap li::before, .keni-footer_wrap .keni-footer-cont_wrap li::after,
.keni-footer_wrap .keni-footer-cont_wrap a::before,
.keni-footer_wrap .keni-footer-cont_wrap a::after {
  display: none;
  content: none;
}
.keni-footer_wrap {
  /* --- B. Footer Columns --- */
}
.keni-footer_wrap .keni-footer-cont {
  flex: 1;
  display: flex !important;
  justify-content: space-between;
  margin: 0;
  /* 1. Brand Area (Logo / Address / Buttons) */
}
.keni-footer_wrap .keni-footer-cont:first-child {
  flex: 0 0 320px;
  display: block;
  margin-right: 30px;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget {
  flex: 0 0 100%;
  width: 100%;
  background: none;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-logo {
  flex: 0 0 100px;
  margin-bottom: 0;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-logo img {
  width: 100%;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-address {
  flex: 1;
  margin-left: 15px;
  font-size: 14px;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group {
  flex: 0 0 100%;
  margin-top: 20px;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  position: relative;
  background: #001f5b;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(2, 60, 110, 0.8);
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn span small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 8px;
  opacity: 0.9;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn .arrow {
  width: 26px;
  height: 26px;
  background: #011529;
  border-radius: 50%;
  display: block;
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5,12 L19,12 M13,6 L19,12 L13,18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn .arrow .f-arrow-icon {
  display: none;
}
.keni-footer_wrap .keni-footer-cont:first-child .widget .f-brand-area .f-btn-group .f-btn:hover .arrow {
  transform: translateX(5px);
}
.keni-footer_wrap .keni-footer-cont {
  /* 2. Menu Area (Widget 2, 3) */
}
.keni-footer_wrap .keni-footer-cont:not(:first-child) .widget {
  flex: 0 0 46%;
  width: 46%;
  background: none;
  margin: 0;
  display: block;
}
.keni-footer_wrap .keni-footer-cont {
  /* 3. Widget Common Styles (List / Links) */
}
.keni-footer_wrap .keni-footer-cont .widget .keni-section_wrap {
  padding: 0;
}
.keni-footer_wrap .keni-footer-cont .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.keni-footer_wrap .keni-footer-cont .widget ul li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.keni-footer_wrap .keni-footer-cont .widget ul li a {
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  opacity: 1 !important;
  display: block;
  white-space: nowrap;
  padding: 5px 0 5px 12px;
  position: relative;
  transition: opacity 0.3s ease !important;
}
.keni-footer_wrap .keni-footer-cont .widget ul li a:hover {
  opacity: 0.7 !important;
  text-decoration: none;
}
.keni-footer_wrap .keni-footer-cont .widget ul li ul {
  margin: 0;
  padding-left: 10px;
}
.keni-footer_wrap .keni-footer-cont .widget ul li ul li a {
  font-size: 13px;
  padding: 2px 0 2px 12px;
}
.keni-footer_wrap {
  /* --- C. Brand Components (Logo, Address, CTA) --- */
}
.keni-footer_wrap .f-brand-area .f-logo {
  padding: 10px;
  margin-bottom: 20px;
}
.keni-footer_wrap .f-brand-area .f-logo img {
  display: block;
  width: 40%;
  max-width: 160px;
  height: auto;
}
.keni-footer_wrap .f-brand-area .f-address {
  margin-bottom: 20px;
}
.keni-footer_wrap .f-brand-area .f-btn-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* --- D. Copyright Area --- */
.keni-copyright_wrap {
  border-top: none !important;
  text-align: center;
}

/* --- スマホ追従メニューのカスタマイズ --- */
/* 賢威の追従パネル本体：親を透明な「入れ物」として固定する */
.keni-footer-panel {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  /* 賢威のJSによる移動や非表示を力技で無効化 */
  transform: none !important;
  visibility: visible !important;
  display: block !important;
  padding: 0 !important;
  /* 私たちが作ったメニュー本体：ここで出し入れを制御 */
}
.keni-footer-panel .axia-custom-menu {
  background-color: transparent !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  height: 65px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.keni-footer-panel .axia-custom-menu.js-panel-show {
  transform: translateY(0);
}
.keni-footer-panel .axia-custom-menu .utility-menu_item {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  /* --- 修正：ここからボタンごとの比率と色の設定 --- */
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(1) {
  flex: 1.2;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(1) a {
  background: linear-gradient(135deg, #0d72b7 0%, #004a93 100%) !important;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(2) {
  flex: 1.2;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(2) a {
  background: linear-gradient(135deg, #0f3a8b 0%, #001f5b 100%) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(3) {
  flex: 0.7;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(3) a {
  background: rgba(0, 0, 0, 0.4) !important;
  opacity: 0.8;
  font-size: 9px;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item:nth-child(3) a span {
  font-size: 16px !important;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  color: #fff !important;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item a span[class^=icon_] {
  font-size: 20px !important;
  margin-bottom: 4px;
  color: #fff !important;
}
.keni-footer-panel .axia-custom-menu .utility-menu_item a:active {
  opacity: 0.6;
}

/*
 Theme Name:   AXIA-Child
 Template:     keni80_wp_standard_all_202011161646
 Description:  賢威8の子テーマです
*/
/* =================================
RESPONSIVE
================================ */
/* =========================================================
8-1. RESPONSIVE (TB / 1200px以下)
========================================================= */
@media screen and (max-width: 1200px) {
  .h-nav-pc .h-nav-list {
    display: flex;
    align-items: center;
  }
  .h-nav-pc .h-nav-item {
    margin-left: 15px;
  }
  .h-nav-pc .h-nav-link a {
    font-size: 15px !important;
  }
}
/* =========================================================
8-2. RESPONSIVE (TB / 1060px以下)
========================================================= */
/* -------------------------------
     HEADER INNER / LOGO / HAMBURGER
  ------------------------------- */
@media (max-width: 1060px) {
  .h-header__inner {
    height: 60px;
    padding: 5px 20px;
  }
  .h-header__inner .h-header__logo {
    flex: 0 0 100px;
  }
  .h-header__inner .h-header__nav--pc {
    display: none;
  }
  .h-header__inner .js-hamburger {
    display: block;
    margin-left: auto;
  }
  .h-nav-inner {
    padding: 20px;
  }
  .h-nav-inner .h-nav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .h-nav-inner .h-nav-head .h-nav-logo {
    width: 120px;
  }
  .h-nav-inner .h-nav-head .h-nav-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .h-nav-inner .h-nav-head .h-nav-close {
    width: 30px;
    height: 24px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
  }
  .h-nav-inner .h-nav-head .h-nav-close span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #002d58;
    left: 0;
  }
  .h-nav-inner .h-nav-head .h-nav-close span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .h-nav-inner .h-nav-head .h-nav-close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 10px;
  }
  /* -------------------------------
     NAV LIST / LINKS
  ------------------------------- */
  .h-nav-list {
    margin: 20px 10px !important;
  }
  .h-nav-list .h-nav-item {
    border-bottom: 1px solid #eee;
  }
  .h-nav-list .h-nav-item .h-nav-link {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0 !important;
    color: #333333 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  .h-nav-list .h-nav-item .h-nav-link .arrow {
    border: none !important;
    background-color: #052a6e !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: block !important;
    position: relative !important;
    flex-shrink: 0;
    /* ★SVGを背景として一発で表示 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5,12 L19,12 M13,6 L19,12 L13,18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px !important;
  }
  /* -------------------------------
     ACCORDION / TOGGLE ICON
  ------------------------------- */
  .h-accordion-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0 !important;
    font-family: "Noto Sans JP", sans-serif !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .h-accordion-title .toggle-icon {
    position: relative;
    border: none !important;
    background: #052a6e !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.3s !important;
  }
  .h-accordion-title .toggle-icon span {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .h-accordion-list {
    display: none;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
  }
  .h-accordion-list li {
    margin-bottom: 15px !important;
  }
  .h-accordion-list li a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
  }
  /* トグルアイコンの追加制御 */
  .toggle-icon {
    width: 18px;
    height: 18px;
    position: relative;
  }
  .toggle-icon span {
    width: 100%;
    height: 2px;
    background: #052a6e;
    top: 8px;
    left: 0;
  }
  .toggle-icon span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #002d58;
    left: 8px;
    top: -8px;
  }
  .is-open .toggle-icon span::after {
    display: none;
  }
  /* -------------------------------
     SP CTA BUTTONS
  ------------------------------- */
  .h-nav-cta {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    margin: 0 0 30px 0 !important;
    gap: 15px !important;
  }
  .h-nav-cta li {
    flex: 1 !important;
    margin: 0 !important;
  }
  .h-nav-cta li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 85px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  .h-nav-cta li a i {
    margin-bottom: 8px !important;
    display: block !important;
  }
  .h-nav-cta li a i img {
    width: 28px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
  }
  .h-nav-cta li .h-cta-tel {
    background: linear-gradient(135deg, #0d72b7 0%, #004a93 100%);
  }
  .h-nav-cta li .h-cta-reserve {
    background-image: linear-gradient(135deg, #0f3a8b 0%, #001f5b 100%);
  }
}
/* -------------------------------
     FOOTER
  ------------------------------- */
@media (max-width: 1060px) {
  .keni-footer-cont_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap !important;
    padding: 0 20px 0 0;
  }
  .keni-footer-cont {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .keni-footer-cont .widget {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
  .keni-copyright_wrap {
    margin-bottom: 30px;
  }
}
/* =========================================================
8-2. RESPONSIVE (SP / 768px以下)
========================================================= */