@charset "utf-8";
.header-nav-sp {
	display: none;
}
.tablet {
	display: none;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.0rem;
}
/*----------------------------------
	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 10.0rem 10.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 10.0rem 10.0rem;
	z-index: 0;
}
#keyv .keyv-txt {
	position: absolute;
	bottom: 10.0rem;
	left: 5.0rem;
	z-index: 1;
}
#keyv .keyv-txt h1{
	font-size: 7.5rem;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
}
/*----------------------------------
	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%);	
}
.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 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%);	
}
#product .box h3{
	margin-bottom: 5.0rem;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5.0rem;
}
.product-list li{
	width: 20%;
}
/* タブ */
.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.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 {
	background: url(/wp-content/themes/security2025/assets/images/pht/pht_bg.webp) no-repeat center top fixed;
	background-size: cover;
	width: 100%;
	height: 500px;
	margin-bottom: 10.0rem;
}
/*----------------------------------
	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%);	
}
#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%;
}
.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%);	
}
.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%);	
}
.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
}
