@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 112rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		padding: 0 2.4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 3.2rem 0;
	min-height: 40.9rem;
	box-sizing: border-box;
	background: url(../img/security/index/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}
.pageTitle.noBg {
	margin-bottom: 14.7rem;
	background-image: url(../img/common/page_title_bg.webp);
}
.pageTitle.noBg .headLine01,
.pageTitle.noBg #pagePath,
.pageTitle.noBg #pagePath a {
	color: #1A1A1A;
}
.pageTitle.noBg #pagePath a {
	background-image: url(../img/common/icon08.webp);
}
@media all and (min-width: 897px) {
	.pageTitle.noBg {
		min-height: 32rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 2.7rem 0;
		min-height: 24rem;
		background-image: url(../img/security/index/page_title_bg_sp.webp);
	}
	.pageTitle.noBg {
		margin-bottom: 5.4rem;
		background-image: url(../img/common/page_title_bg_sp.webp);
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 10.1rem;
	color: #fff;
	font-weight: 500;
}
#pagePath li {
	margin-right: 0.8rem;
	display: inline;
}
#pagePath a {
	padding-right: 1.8rem;
	display: inline-block;
	color: #fff;
	background: url(../img/common/icon02.webp) no-repeat right top 0.9rem;
	background-size: 0.6rem auto;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		color: #075C91 !important;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 3.9rem;
		font-size: 1.2rem;
	}
	#pagePath a {
		background-position: right top 0.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
}
.headLine01 img {
	width: auto;
	height: 7.3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.6rem;
	}
	.headLine01 img {
		height: 6.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 -3.8rem 7.8rem;
}
.headLine02 img {
	width: auto;
	height: 9.3rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 2.8rem;
	}
	.headLine02 img {
		height: 6.6rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7.7rem;
	position: relative;
	color: #075C91;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.headLine03::before {
	position: absolute;
	left: 0;
	bottom: -1.8rem;
	width: 3rem;
	height: 1px;
	background-color: #075C91;
	content: "";
}
.headLine03.center {
	text-align: center;
}
.headLine03.center::before {
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4.9rem;
		font-size: 2.4rem;
		line-height: 1.66;
	}
	.headLine03::before {
		bottom: -1.3rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.5rem;
	padding-left: 1.6rem;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.headLine04::before {
	position: absolute;
	left: -0.1rem;
	top: 1rem;
	width: 0.2rem;
	bottom: 0.6rem;
	background-color: #075C91;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 1rem;
		padding-left: 0.8rem;
		font-size: 1.6rem;
	}
	.headLine04::before {
		top: 0.5rem;
		bottom: 0.3rem;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin: -6.8rem 0 13.7rem;
	padding: 3.4rem 0 3.3rem;
	position: relative;
}
.comTopBox::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% + 56rem);
	background-image:linear-gradient( to bottom, #0C5C91 0%, #021E53 100%);
	content: "";
	clip-path: polygon(0 0, 100% 0, calc(100% - 6.1rem) 100%, 0% 100%);
}
.comTopBox .content {
	position: relative;
}
.comTopBox p {
	max-width: 101rem;
	font-weight: 500;
	color: #fff;
	line-height: 2.18;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin: -2.5rem 2.4rem 5.6rem;
		padding: 2.2rem 0;
	}
	.comTopBox::before {
		width: 100%;
		clip-path: none;
	}
	.comTopBox p {
		max-width: inherit;
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 10.8rem 0 9.3rem;
	color: #fff;
	background: url(../img/common/contact_bg.webp) no-repeat center center;
	background-size: cover;
}
.comContact .lBox {
	width: 50rem;
}
.comContact .headLine02 {
	margin: 0 0 3.9rem;
}
.comContact .lBox p {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.89;
	letter-spacing: 0.03em;
}
.comContact .rBox {
	width: 37.2rem;
	margin: 1.3rem 4.8rem 0 0;
}
.comContact .tel {
	margin-bottom: 3.4rem;
	text-align: center;
	letter-spacing: 0.03em;
}
.comContact .tel a {
	width: 31.4rem;
	margin: 0 auto;
	display: block;
}
.comContact .link a {
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 5rem;
}
.comContact .link span {
	padding: 0 0 0.2rem 2.8rem;
	display: inline-block;
	background: url(../img/common/icon05.webp) no-repeat left top 0.9rem;
	background-size: 1.9rem auto;
}
@media all and (min-width: 897px) {
	.comContact .content {
		display: flex;
		justify-content: space-between;
	}
	.comContact .link a:hover {
		color: #075C91;
		background-color: #fff;
	}
	.comContact .link a:hover span {
		background-image: url(../img/common/icon05_on.webp)
	}
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 7.1rem 0 7rem;
		background-image: url(../img/common/contact_bg_sp.webp);
	}
	.comContact .headLine02 {
		margin-bottom: 3rem;
	}
	.comContact .lBox {
		width: auto;
	}
	.comContact .lBox p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.comContact .rBox {
		width: 34.2rem;
		margin: 2.6rem auto 0;
	}
	.comContact .tel {
		margin-bottom: 2.6rem;
	}
	.comContact .tel a {
		margin: 0 auto -1px;
		width: 26.2rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin: -3.6rem 0 14.9rem;
}
.comList li {
	width: 54.2rem;
	margin-top: 3.6rem;
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 1rem rgba(0,0,0,0.16);
	background-color: #fff;
}
.comList .pho {
	width: 22.6rem;
}
.comList .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .textBox {
	width: calc(100% - 22.6rem);
	padding: 3.3rem 3.9rem 1rem;
}
.comList .ttl {
	margin: 0 -2rem 1.2rem 0;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.comList .ttl span {
	margin-bottom: 0.6rem;
	display: block;
	color: #BE0042;
	font-size: 1.6rem;
}
.comList p {
	line-height: 1.56;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.comList {
		margin: 0 0 5.5rem;
		display: block;
	}
	.comList li {
		width: auto;
		margin: 0 0 3rem;
		display: block;
	}
	.comList li:last-child {
		margin-bottom: 0 !important;
	}
	.comList .pho {
		width: auto;
	}
	.comList .textBox {
		width: auto;
		padding: 2.5rem 2.5rem 2.1rem;
	}
	.comList .ttl {
		margin: 0 -1rem 0.6rem 0;
		font-size: 1.6rem;
	}
	.comList .ttl span {
		margin-bottom: 0.1rem;
		font-size: 1.4rem;
	}
	.comList p {
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl li {
	width: 35rem;
	margin-top: 2rem;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #BE0042;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.03em;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 1rem rgba(0,0,0,0.16);
	background-color: #fff;
}
@media all and (min-width: 897px) {
	.comUl {
		margin-top: -2rem;
		position: relative;
	}
	.comUl::after {
		width: 35rem;
		content: "";
	}
}
@media all and (max-width: 896px) {
	.comUl {
		display: block;
	}
	.comUl li {
		width: auto;
		margin: 0 0 1.4rem;
		min-height: 7.2rem;
		font-size: 1.6rem;
	}
	.comUl li:last-child {
		margin-bottom: 0 !important;
	}
}
/*------------------------------------------------------------
	comSortUl
------------------------------------------------------------*/
.comSortUl {
	margin: -1rem 0 3.6rem;
}
.comSortUl li {
	margin: 1rem 2.1rem 0 0;
	min-width: 11.2rem;
}
.comSortUl a {
	padding: 0.4rem 1rem 0.6rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	background-color: #E9EEF2;
	border-radius: 5rem;
}
.comSortUl span {
	color: #BE0042;
	transition: .3s;
}
.comSortUl .on a {
	color: #fff;
	background-color: #BE0042;
}
@media all and (min-width: 897px) {
	.comSortUl a:hover {
		color: #fff;
		background-color: #BE0042;
	}
	.comSortUl a:hover span {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	.comSortUl {
		margin: -0.8rem -1rem 0.7rem 0;
	}
	.comSortUl li {
		margin: 0.8rem 1rem 0 0;
		min-width: 10.7rem;
	}
	.comSortUl a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-bottom: 1px solid #CECECE;
}
.comNewsList a {
	padding: 3.3rem 0 1.7rem;
	display: block;
}
@media all and (min-width: 897px) {
	.comNewsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2.2rem 0 1.4rem;
	}
	.comNewsList .txt {
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comNewsTxt
------------------------------------------------------------*/
.comNewsTxt {
	margin: 0 0.4rem 1.5rem;
	display: flex;
}
.comNewsTxt time {
	width: 10.7rem;
	flex-shrink: 0;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.comNewsTxt .sort {
	margin-top: -1.4rem;
}
.comNewsTxt .sort > span {
	margin: 1rem 1rem 0 0;
	min-width: 11.2rem;
	padding: 0.4rem 1rem 0.6rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	background-color: #E9EEF2;
	border-radius: 5rem;
}
.comNewsTxt .sort .color {
	color: #BE0042;
}
@media all and (max-width: 896px) {
	.comNewsTxt {
		margin: 0 0 0.6rem;
	}
	.comNewsTxt time {
		width: 9.2rem;
	}
	.comNewsTxt .sort {
		margin-top: -1.2rem;
	}
	.comNewsTxt .sort > span {
		min-width: 10.7rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 11.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin-top: 1rem;
	width: 3.9rem;
	height: 3.9rem;
	padding-bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 100%;
}
.wp-pagenavi .extend {
	font-size: 1.2rem;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #1A1A1A;
}
.wp-pagenavi .previouspostslink {
	margin-right: 2.9rem;
}
.wp-pagenavi .nextpostslink {
	margin-left: 2.9rem;
}
.wp-pagenavi img {
	width: 2.4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi .page:hover {
		color: #fff;
		background-color: #1A1A1A;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 4.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 25.8rem;
	margin: 0 auto;
}
.comLink a {
	min-height: 5.8rem;
	padding: 1rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #075C91;
	font-weight: 500;
	letter-spacing: 0.03em;
	border: 1px solid #075C91;
	border-radius: 5rem;
	background: url(../img/common/icon12.webp) no-repeat right 1.5rem center;
	background-size: 0.9rem auto;
}
.comLink.white a {
	color: #fff;
	border-color: #fff;
	background-image: url(../img/common/icon12_on.webp);
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #fff;
		background-image: url(../img/common/icon12_on.webp);
		background-color: #075C91;
	}
	.comLink.white a:hover {
		color: #075C91;
		background-color: #fff;
		background-image: url(../img/common/icon12.webp);
	}
}
@media all and (max-width: 896px) {
	.comLink {
		width: auto;
		max-width: 34.2rem;
	}
	.comLink a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comNumList
------------------------------------------------------------*/
.comNumList {
	line-height: 1.875;
	letter-spacing: 0.03em;
}
.comNumList > li {
	padding: 0 0 1.7rem 2.6rem;
	position: relative;
	text-align: justify;
}
.comNumList > li:last-child {
	padding-bottom: 0 !important;
}
.comNumList .num {
	position: absolute;
	left: 0;
	top: 0;
	color: #075C91;
	font-weight: 700;
}
.comNumList01 {
	margin: 1.3rem 0 0 0.7rem;
}
.comNumList01 > li {
	padding-bottom: 1.4rem;
}
@media all and (max-width: 896px) {
	.comNumList {
		line-height: 1.78;
	}
	.comNumList > li {
		padding: 0 0 1.1rem 2.4rem;
	}
	.comNumList .num {
		left: 0.1rem;
	}
	.comNumList01 {
		margin: 1.1rem 0 0;
	}
	.comNumList01 > li {
		padding-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	comTopInfo
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.comTopInfo {
		position: relative;
	}
	.comTopInfo .pageTitle {
		min-height: 43.8rem;
	}
}
/*------------------------------------------------------------
	comTopList
------------------------------------------------------------*/
.comTopList a {
	height: 5.8rem;
	padding: 1rem 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.03em;
	border: 1px solid #fff;
	border-radius: 1rem;
	background: url(../img/common/icon13.webp) no-repeat right 2.4rem center;
	background-size: 1.5rem auto;
}
@media all and (min-width: 897px) {
	.comTopList {
		margin-top: -2rem;
		width: 112rem;
		position: absolute;
		left: 50%;
		bottom: 3.9rem;
		transform: translateX(-50%);
	}
	.comTopList::after {
		content: "";
		width: 36rem;
	}
	.comTopList li {
		margin-top: 2rem;
		width: 36rem;
	}
	.comTopList a:hover {
		color: #075C91;
		background-color: #fff;
		background-image: url(../img/common/icon13_on.webp);
	}
}
@media all and (max-width: 896px) {
	.comTopList {
		width: 34.2rem;
		margin: 1rem auto 0;
		display: block;
	}
	.comTopList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.comTopList a {
		height: 5.4rem;
		color: #1A1A1A;
		border-color: #1A1A1A;
		background: url(../img/common/icon13_sp.webp) no-repeat right 1rem center;
		background-size: 1.6rem auto;
	}
}
/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.comInfo {
		display: flex;
		justify-content: space-between;
	}
	.comInfo .lBox {
		width: 25rem;
		position: relative;
	}
	.comInfo .headLine03 {
		position: sticky;
		left: 0;
		top: 11rem;
	}
	.comInfo .rBox {
		width: calc(100% - 25.7rem);
		margin-top: -1.1rem;
	}
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	padding: 2rem 0 1.8rem;
	vertical-align: top;
	text-align: left;
	line-height: 1.875;
	letter-spacing: 0.03em;
	box-sizing: border-box;
	border-bottom: 1px solid #CECECE;
}
.comTab th {
	width: 15.6%;
	color: #BE0042;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	.comTab td .link:hover {
		color: #075C91;
	}
}
@media all and (max-width: 896px) {
	.comTab th,
	.comTab td {
		width: 100% !important;
		display: block;
		padding: 0.3rem 0 1.6rem;
		line-height: 1.42;
	}
	.comTab th {
		padding: 1.1rem 0 0;
		font-size: 1.6rem;
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	comService
------------------------------------------------------------*/
.comService {
	position: relative;
}
.comService .whiteBg {
	margin-bottom: 3.8rem;
	padding: 8rem 8rem 6.6rem;
	background-color: #fff;
	border-radius: 1rem;
}
.comService .whiteBg:last-child {
	margin-bottom: 0 !important;
}
.comService .ttl img {
	width: auto;
	height: 6.3rem;
}
.comService .topBox {
	margin-bottom: 6.8rem;
	display: flex;
	align-items: center;
}
.comService .topBox .ttl {
	width: 27.9rem;
	flex-shrink: 0;
}
.comService .topBox p {
	line-height: 1.625;
	letter-spacing: 0.03em;
}
.comService ul {
	margin: -3.1rem -2.5rem 0;
}
.comService li {
	width: 29.4rem;
	margin: 3.1rem 1.95rem 0;
}
.comService li a {
	display: block;
}
.comService .pho img {
	width: 100%;
	border-radius: 0.6rem;
}
.comService li p {
	padding: 2.2rem 5.5rem 2.2rem 0;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/icon03.webp) no-repeat right top 1.2rem;
	background-size: 4.8rem auto;
}
.comService li p::before {
	position: absolute;
	right: 0;
	top: 1.2rem;
	background: url(../img/common/icon03_on.webp) no-repeat;
	background-size: 4.8rem auto;
	width: 4.8rem;
	height: 4.8rem;
	content: "";
	transition: .3s;
	opacity: 0;
}
.comService .imgBox {
	padding-bottom: 1.4rem;
}
.comService .imgBox .pho {
	width: 35.1rem;
	order: 1;
}
.comService .imgBox .textBox {
	width: 53rem;
	margin-top: 1.7rem;
}
.comService .imgBox p {
	margin: 3.2rem 0 3.9rem;
	line-height: 1.625;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.comService li a:hover p {
		background-image: none;
	}
	.comService li a:hover p::before {
		opacity: 1;
	}
	.comService .imgBox .comLink {
		margin: 0;
	}
}
@media all and (max-width: 896px) {
	.comService .whiteBg {
		margin-bottom: 3rem;
		padding: 4.4rem 2.5rem 4rem;
	}
	.comService .ttl img {
		height: auto;
		width: 22.4rem;
	}
	.comService .topBox {
		margin-bottom: 1.4rem;
		display: block;
	}
	.comService .topBox .ttl {
		margin-bottom: 1.4rem;
		width: auto;
	}
	.comService .topBox p {
		line-height: 1.71;
	}
	.comService ul {
		margin: 0 -0.1rem 0 0;
		display: block;
	}
	.comService li {
		width: auto;
		margin: 0 0 2rem;
	}
	.comService li:last-child {
		margin-bottom: 0;
	}
	.comService li p {
		padding: 1.5rem 4.5rem 1.5rem 0;
		font-size: 1.6rem;
		background: url(../img/common/icon03_sp.webp) no-repeat right top 1rem;
		background-size: 3.4rem auto;
	}
	.comService .imgBox {
		margin: -1px -0.1rem 0 0;
		padding-bottom: 1rem;
		display: block;
	}
	.comService .imgBox .pho {
		width: auto;
	}
	.comService .imgBox .textBox {
		width: auto;
		margin-top: 1.8rem;
	}
	.comService .imgBox p {
		margin: 1.4rem 0 3.9rem;
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transition: all 1s;
	transition: all 1s ease;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0); 
}