@charset "utf-8";
.header-nav-sp {
  display: none;
}
.tablet {
  display: none;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.0rem;
}
.sp {
  display: none;
}
/*----------------------------------
	header
-----------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 3.0rem;
  width: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  pointer-events: none; /* 子要素で個別に制御 */
}
header .header-inner {
  width: 100%;
  max-width: 1200px;
  padding: 3.0rem;
  background: rgba(255, 255, 255, 1.0);
  border-radius: 2.0rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
header .header-inner .logo {
  width: 250px;
  flex-shrink: 0;
}
.gnav {
  width: 700px;
  margin-left: auto;
  flex-shrink: 0;
}
.gnav ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
.gnav ul li a {
  color: #333;
  font-weight: 700;
}
/* ハンバーガーの線（header-innerの中央に配置） */
#headerInner .hamburger-lines {
  display: none;
}
#headerInner.is-morphed .hamburger-lines {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
  pointer-events: auto !important;
}
.hamburger-lines span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  background: #333;
}
.hamburger-lines span:last-child {
  margin-bottom: 0;
}
/* メニューオープン時のX */
.hamburger-lines.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-lines.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger-lines.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
/* 全画面ナビ */
.fullscreen-nav {
  position: fixed;
  inset: 0;
  background: #111;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fullscreen-nav.is-open {
  pointer-events: auto;
}
.fullscreen-nav-inner ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.fullscreen-nav-inner ul li {
  overflow: hidden;
  margin-bottom: 3.2rem;
}
.fullscreen-nav-inner ul li a {
  display: inline-block;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 700;
}
/*----------------------------------
	keyv
-----------------------------------*/
#keyv {
  position: relative;
  background: url(/wp-content/themes/security2025/assets/images/keyv/keyv.webp) no-repeat center top / cover;
  width: 100%;
  height: 700px;
  border-radius: 0 0 3.0rem 3.0rem;
  margin-bottom: 10.0rem;
  z-index: -1;
}
#keyv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3.0rem 3.0rem;
  z-index: 0;
}
#keyv .keyv-txt {
  position: absolute;
  bottom: 5.0rem;
  left: 5.0rem;
  z-index: 1;
}
#keyv .keyv-txt h1 {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
#hero-title {
  visibility: hidden;
}
/*----------------------------------
	intro
-----------------------------------*/
#intro {
  margin-bottom: 10.0rem;
}
#intro .box {
  background: #fff;
  padding: 10.0rem 5.0rem;
  border-radius: 5.0rem;
}
#intro .box h2 {
  text-align: center;
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 8.0rem;
}
#intro .box h2 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff100 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
#intro .box h2 span.is-visible {
  background-size: 100% 100%; /* 表示時に幅100%へ */
}
.intro-list {
  border-top: 1px solid #ccc;
  padding-top: 5.0rem;
}
.intro-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5.0rem;
  padding-bottom: 5.0rem;
  border-bottom: 1px solid #ccc;
}
.intro-list li:last-child {
  margin-bottom: 0;
}
.intro-list li .image {
  width: 40%;
}
.intro-list .image {
  overflow: hidden;
  position: relative;
}
.intro-list .image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform-origin: left center;
}
.intro-list li .detail {
  width: 60%;
  padding: 0 0 0 5.0rem;
}
.intro-list li .detail h3 {
  font-size: 2.8rem;
  margin-bottom: 1.0rem;
  line-height: 1.2;
}
.intro-list li:nth-child(odd) .image {
  order: 2;
}
.intro-list li:nth-child(odd) .detail {
  order: 1;
  padding: 0 5.0rem 0 0;
}
/*----------------------------------
	product
-----------------------------------*/
#product {
  margin-bottom: 10.0rem;
}
#product .box {
  background: #fff;
  padding: 10.0rem 5.0rem;
  border-radius: 5.0rem;
  text-align: center;
}
#product .box h2 {
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 3.0rem;
}
#product .box h2 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff100 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
#product h2 span.is-visible {
  background-size: 100% 100%;
}
#product .box h3 {
  margin-bottom: 5.0rem;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.0rem;
}
.product-list li {
  width: 20%;
  overflow: hidden;
  position: relative;
}
.product-list li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform-origin: left center;
}
/* タブ */
.tab-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.0rem;
}
.tab-group li {
  width: 20%;
  border-right: 1px solid #333;
}
.tab-group li:first-child {
  border-left: 1px solid #333;
}
.tab {
  text-align: center;
  padding: 1rem 2rem;
  cursor: pointer;
  white-space: nowrap;
  transition: .5s;
}
.tab.is-active {
  background-color: #333;
  color: #fff;
}
/* パネル */
.panelgroup {
  margin-bottom: 5.0rem;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.panel ul.panel-list li.panel-item {
  position: relative;
}
.panel-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.panel-list li.panel-item {
  width: 50%;
  padding: 5.0rem;
  text-align: left;
  border-right: 1px solid #ccc;
}
.panel-list li.panel-item {
  border-bottom: 1px solid #ccc;
}
.panel-list li.panel-item .image {
  position: relative;
  overflow: hidden;
}
.panel-list li.panel-item .image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform-origin: left center;
}
.panel-list.item-single {
  border-top: none;
}
.panel-list.item-single li.panel-item {
  border-top: 1px solid #ccc;
}
.panel-list li.panel-item h4 {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 1.0rem;
}
.panel-list li.panel-item .cord {
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
}
.panel-list li.panel-item .icon {
  display: flex;
  flex-wrap: wrap;
}
.panel-list li.panel-item .txt {
  font-size: 1.6rem;
  margin-bottom: 1.0rem;
}
.panel-list li.panel-item .icon li {
  width: 20%;
  padding: 0.5rem;
}
/*----------------------------------
	camera image
-----------------------------------*/
#camera-image {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 10.0rem;
  overflow: hidden;
}
.parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%; /* 高さを抑えてドアップを解消 */
  background: url('/wp-content/themes/security2025/assets/images/pht/pht_bg.webp') no-repeat center center;
  background-size: cover;
}
/*----------------------------------
	case
-----------------------------------*/
#case {
  margin-bottom: 10.0rem;
}
#case .box {
  background: #fff;
  padding: 10.0rem 5.0rem;
  border-radius: 5.0rem;
}
#case .box h2 {
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 3.0rem;
  text-align: center;
}
#case .box h2 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff100 60%);
  background-size: 0% 100%; /* 初期は幅0 */
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
#case .box h2 span.is-visible {
  background-size: 100% 100%; /* 表示時に幅100%へ */
}
#case .box h3 {
  text-align: center;
  margin-bottom: 5.0rem;
  font-size: 2.4rem;
}
.case-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5.0rem;
  padding-bottom: 5.0rem;
  border-bottom: 1px solid #ccc;
}
.case-list li:last-child {
  margin-bottom: 0;
}
.case-list li .image {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.case-list li .image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform-origin: left center;
}
.case-list li .detail {
  width: 60%;
  padding: 0 0 0 3.0rem;
  font-size: 1.6rem;
}
.case-list li .detail h4 {
  font-size: 2.1rem;
  margin-bottom: 1.0rem;
}
/*----------------------------------
	faq
-----------------------------------*/
#faq {
  margin-bottom: 10.0rem;
}
#faq .box {
  background: #fff;
  padding: 10.0rem 5.0rem;
  border-radius: 5.0rem;
}
#faq .box h2 {
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 5.0rem;
  text-align: center;
}
#faq .box h2 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff100 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
#faq .box h2 span.is-visible {
  background-size: 100% 100%; /* 表示時に幅100%へ */
}
.faq-item {
  border: 1px solid #ccc;
}
.faq-answer {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.faq-answer p {
  position: relative;
  padding: 0 2.0rem 1.5rem 5.2rem;
  font-size: 1.8rem;
}
.faq-answer p:before {
  position: absolute;
  top: 31%;
  left: 2.2rem;
  transform: translateY(-50%);
  content: "A";
  font-size: 3.0rem;
  font-weight: 900;
  color: #D3381C;
}
.rubi {
  display: block;
  font-size: 1.4rem;
}
.faq-answer.open {
  opacity: 1;
}
.faq-question {
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5.0rem;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.faq-question:before {
  position: absolute;
  top: 45%;
  left: 2.0rem;
  transform: translateY(-50%);
  content: "Q";
  font-size: 3.0rem;
  font-weight: 900;
  color: rgb(70, 130, 180);
}
.faq-question .arrow {
  position: absolute;
  right: 2rem;
  top: 45%;
  width: 2.0rem;
  height: 2.0rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center; /* ★ ここがズレ対策の決め手！ */
  transition: transform 0.3s ease;
}
.faq-question.active .arrow {
  transform: translateY(-10%) rotate(-135deg);
}
/*----------------------------------
	contact
-----------------------------------*/
#contact {
  margin-bottom: 10.0rem;
}
#contact .box {
  background: #fff;
  padding: 10.0rem 5.0rem;
  border-radius: 5.0rem;
}
#contact .box h2 {
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 3.0rem;
  text-align: center;
}
#contact .box h2 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff100 60%);
  background-size: 0% 100%; /* 初期は幅0 */
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
#contact .box h2 span.is-visible {
  background-size: 100% 100%; /* 表示時に幅100%へ */
}
.contact-form {
  padding: 5rem 0
}
.contact-form-box {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 5rem
}
.contact-form-box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem
}
.contact-form-box ul li h4 {
  color: #333;
  font-size: 1.8rem;
  width: 150px;
  font-weight: 900
}
.contact-form-box ul li .input-form {
  width: calc(100% - 200px)
}
.contact-form-box ul li .input-form input, .contact-form-box ul li .input-form textarea {
  width: 100%;
  background: #eee;
  padding: 1rem
}
.contact-privacy {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto 5rem;
  border: 1px solid #707070;
  padding: 2rem 3rem;
  margin-bottom: 50px;
  overflow: auto;
  height: 200px;
  background: #fff
}
.btn-submit {
  width: 300px;
  margin: 0 auto;
  height: 65px
}
.btn-submit input {
  display: inline-block;
  min-width: fit-content;
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  background: rgb(255, 51, 133);
  ;
  border: 1px solid rgb(255, 51, 133);
  ;
  border-radius: 10rem;
  padding: 1.5rem 0;
  text-align: center;
  transition: .3s;
  width: 100%
}
.btn-submit input:hover {
  color: rgb(255, 51, 133);
  ;
  background: #fff
}