@charset "UTF-8";

.p-security-intro {
	max-width: 101.6rem;
	width: calc(100% - 36px);
	margin: 0 auto 8.5rem;
}
.p-security-intro .p-security-intro__head {
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .2em;
	color: #A29B86;
	margin-bottom: 3.3rem;
}
.p-security-intro .p-security-intro__txt {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .1em;
}
.p-security-intro .p-security-intro__read {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.3;
	margin-top: 4rem;
}
@media(max-width:768px) {
	.p-security-intro {
		margin: 0 auto 4rem;
	}
	.p-security-intro .p-security-intro__head {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.p-security-intro .p-security-intro__txt {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.p-security-intro .p-security-intro__read {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		margin-top: 2rem;
	}
}

.p-security__h3_ttl {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	background: #DAD7C7;
	padding: 1.4rem 0 1.3rem 1.8rem;
	margin-bottom: 2rem;
}
.p-security__h3_ttl + p {
	font-size: 1.3rem;
	margin-bottom: 3rem;
}
.p-security__h3_ttl + p small {
	display: block;
	font-size: 1.1rem;
}
.p-security__sp-text {
	display: none;
}
@media(max-width:768px) {
	.p-security__h3_ttl {
		font-size: 1.4rem;
		padding: 1.2rem 0 1.1rem 1rem;
		margin-bottom: 1.5rem;
	}
	.p-security__h3_ttl + p {
		margin-bottom: 2rem;
	}
	.p-security__sp-text {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 15px;
	}
	.p-security__sp-text img {
		width: 20px;
		margin-right: 7px;
	}
	.p-security__sp-text span {
		line-height: 1;
		font-size: 1.3rem;
		border-bottom: 1px solid #000;
		display: inline-block;
		padding: 0 0 5px;
	}
}

.p-security {
	max-width: 101.6rem;
	width: calc(100% - 36px);
	margin: 0 auto;
}
.p-security.-sec01 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 7rem;
}
.p-security.-sec01 > div {
	width: calc(500 / 1016 * 100%);
}
.p-security.-sec01 > div .sec01__inner01 {
	display: flex;
	gap: calc(34 / 500 * 100%);
}
.p-security.-sec01 > div .sec01__inner02 {
	display: flex;
	gap: calc(8 / 500 * 100%);
}
.p-security.-sec01 > div .sec01__inner02 p {
	text-align: center;
	margin-bottom: .8rem;
}
.p-security.-sec01 > div .sec01__inner02 p span {
	display: inline-block;
	font-size: 1.1rem;
	min-width: 7.5rem;
	border: 1px solid #3B3938;
	padding: .3rem .8rem .4rem;
}
@media(max-width:768px) {
	.p-security.-sec01 {
		flex-direction: column;
		gap: 3rem;
		padding-bottom: 4rem;
	}
	.p-security.-sec01 > div {
		width: 100%;
	}
	.p-security.-sec01 > div .sec01__inner01,
	.p-security.-sec01 > div .sec01__inner02 {
		max-width: 50rem;
		margin: 0 auto;
	}
	.p-security.-sec01 > div .sec01__inner02 p span {
		font-size: 1rem;
		min-width: 5rem;
		padding: .3rem .3rem .4rem;
	}
}
@media(max-width:335px) {
	.p-security.-sec01 > div .sec01__inner02 p span {
		font-size: .8rem;
	}
}

.p-security.-sec02 {
	padding-bottom: 4rem;
}
.p-security.-sec02 h3 {
	position: relative;
}
.p-security.-sec02 h3 span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 26.1rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF;
}
.p-security.-sec02 h3 span img {
	width: 24.2rem;
}
.p-security.-sec02 .sec02__inner {
	display: flex;
	justify-content: space-between;
}
.p-security.-sec02 .sec02__inner > div {
	width: calc(327 / 1016 * 100%);
}
.p-security.-sec02 .sec02__inner > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #EDECE6;
	height: 18.4rem;
	padding: 3rem;
}
.p-security.-sec02 .sec02__inner > div > div div h4 {
	font-size: 1.9rem;
	font-weight: 400;
	margin-bottom: 2.2rem;
}
.p-security.-sec02 .sec02__inner > div > div div p {
	font-size: 1.3rem;
}
.p-security.-sec02 .sec02__inner > div > div figure {
	width: calc(133 / 267 * 100%);
}
.p-security.-sec02 .sec02__inner > div:last-of-type > div figure {
	width: calc(127 / 267 * 100%);
}
.p-security.-sec02 .sec02__inner > div p {
	font-size: 1.3rem;
	margin-top: 1.5rem;
}
@media(max-width:1100px) {
	.p-security.-sec02 .sec02__inner > div > div {
		height: 18.4rem;
		padding: 3rem 2rem;
	}
}
@media(max-width:768px) {
	.p-security.-sec02 h3 span {
		position: static;
		width: calc(100% + 1em);
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 1.2rem;
		margin: .9rem 0 -1.1rem -1rem;
	}
	.p-security.-sec02 h3 span img {
		width: 16rem;
	}
	.p-security.-sec02 .sec02__inner {
		flex-direction: column;
		gap: 3rem;
	}
	.p-security.-sec02 .sec02__inner > div {
		width: 100%;
	}
	.p-security.-sec02 .sec02__inner > div > div {
		height: auto;
		padding: 2rem;
	}
	.p-security.-sec02 .sec02__inner > div > div div h4 {
		font-size: 1.7rem;
		margin-bottom: 1.6rem;
	}
	.p-security.-sec02 .sec02__inner > div > div figure {
		max-width: 13.3rem;
		width: 40%;
	}
	.p-security.-sec02 .sec02__inner > div:last-of-type > div figure {
		max-width: 12.7rem;
		width: 40%;
	}
}

.p-security.-sec03 {
	padding-bottom: 4rem;
}

.p-security.-sec04 {
	padding-bottom: 4rem;
}

.p-security.-sec05 {
	padding-bottom: 4rem;
}
.p-security.-sec05 > p {
	display: flex;
	justify-content: space-between;
}
.p-security.-sec05 > p span + span {
	width: 10.7rem;
}
.p-security.-sec05 .sec05__inner {
	display: flex;
	justify-content: space-between;
}
.p-security.-sec05 .sec05__inner h4 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.p-security.-sec05 .sec05__inner > div {
	width: calc(500 / 1016 * 100%);
}
.p-security.-sec05 .sec05__inner > div:first-of-type > div {
	display: flex;
	justify-content: space-between;
}
.p-security.-sec05 .sec05__inner > div:first-of-type figure {
	width: calc(190 / 500 * 100%);
}
.p-security.-sec05 .sec05__inner > div:first-of-type > div > div {
	width: calc(300 / 500 * 100%);
}
.p-security.-sec05 .sec05__inner > div:first-of-type ul {
	display: flex;
	flex-direction: column;
	gap: .9rem;
}
.p-security.-sec05 .sec05__inner > div:first-of-type ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	height: 3.8rem;
	background: #EDECE6;
}
.p-security.-sec05 .sec05__inner > div:first-of-type ul li small {
	font-size: 1.1rem;
}
.p-security.-sec05 .sec05__inner > div:last-of-type > div {
	display: flex;
	justify-content: center;
}
.p-security.-sec05 .sec05__inner > div:last-of-type > div figure {
	width: calc(100 / 500 * 100%);
}
.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(1) {
	margin-right: calc(36 / 500 * 100%);
}
.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(2),
.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(3) {
	margin-right: calc(12 / 500 * 100%);
}
.p-security.-sec05 .sec05__inner > div:last-of-type > div figcaption {
	font-size: 1.1rem;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: .9rem;
}
.p-security.-sec05 .sec05__inner > div:last-of-type > p.img-cap {
	font-size: 1rem;
	text-align: right;
	padding: .5rem 1rem 0 0;
}
@media(max-width:768px) {
	.p-security.-sec05 > p {
		gap: 1rem;
		align-items: center;
	}
	.p-security.-sec05 > p > span:nth-of-type(1) {
		font-size: 1.6rem;
	}
	.p-security.-sec05 > p span + span {
		max-width: 10.7rem;
		width: 30%;
		flex-shrink: 0;
	}
	.p-security.-sec05 .sec05__inner {
		flex-direction: column;
		gap: 3rem;
	}
	.p-security.-sec05 .sec05__inner h4 {
		font-size: 1.4rem;
		font-weight: 400;
		margin-bottom: 1rem;
	}
	.p-security.-sec05 .sec05__inner > div {
		width: 100%;
	}
	.p-security.-sec05 .sec05__inner > div:first-of-type > div {
		flex-wrap: wrap;
		gap: 2rem 0;
	}
	.p-security.-sec05 .sec05__inner > div:first-of-type > div figure {
		width: 45%;
	}
	.p-security.-sec05 .sec05__inner > div:first-of-type > div p {
		width: 51%;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.p-security.-sec05 .sec05__inner > div:first-of-type > div > div {
		width: 100%;
	}
	.p-security.-sec05 .sec05__inner > div:first-of-type ul {
		gap: 1rem;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div {
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figure {
		width: 24%;
		display: flex;
		flex-direction: column;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figure img {
		margin: auto 0 0;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(1) {
		margin-right: 2%;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(2),
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figure:nth-child(3) {
		margin-right: 1%;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > p.img-cap {
		font-size: 1rem;
		text-align: right;
		padding: .5rem 1rem 0 0;
	}
	.p-security.-sec05 .sec05__inner > div:last-of-type > div figcaption {
		font-size: 1rem;
		position: relative;
		width: 110%;
		left: -5%;
	}
}

.p-security.-sec06 {
}
.p-security.-sec06 .sec06_inner01 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3rem;
}
.p-security.-sec06 .sec06_inner01 > div:first-of-type {
	width: calc(240 / 1016 * 100%);
	margin-right: calc(30 / 1016 * 100%);
}
.p-security.-sec06 .sec06_inner01 > div:first-of-type p {
	font-size: 1.5rem;
}
.p-security.-sec06 .sec06_inner01 > div:first-of-type p:nth-child(1) {
	display: flex;
	align-items: flex-end;
	gap: .5rem;
	margin-bottom: .9rem;
}
.p-security.-sec06 .sec06_inner01 > div:first-of-type p:nth-child(1) span {
	width: 16rem;
}
.p-security.-sec06 .sec06_inner01 > div:last-of-type {
	display: flex;
	justify-content: space-between;
	width: calc(743 / 1016 * 100%);
}
.p-security.-sec06 .sec06_inner01 > div > figure {
	position: relative;
	width: calc(227 / 743 * 100%);
	margin-right: calc(22 / 1016 * 100%);
}
.p-security.-sec06 .sec06_inner01 > div > figure::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #8a8368;
	transform: translateX(calc(100% + .3rem));
}
.p-security.-sec06 .sec06_inner01 > div > div:last-of-type {
	width: calc(495 / 743 * 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #EDECE6;
}
.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div {
	width: calc(226 / 495 * 100%);
	margin: 0 auto;
}
.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div h4 {
	color: #8C846D;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div p {
	font-size: 1.4rem;
}
.p-security.-sec06 .sec06_inner01 > div > div:last-of-type figure {
	width: calc(222 / 495 * 100%);
}
.p-security.-sec06 .sec06_inner02 {
	display: flex;
}
.p-security.-sec06 .sec06_inner02 > div:nth-child(1) {
	background: #EDECE6; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(271 / 1016 * 100%);
	padding: 0 3rem;
}
.p-security.-sec06 .sec06_inner02 > div:nth-child(1) h4 {
	color: #8C846D;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.p-security.-sec06 .sec06_inner02 > div:nth-child(1) p {
	font-size: 1.4rem;
}
.p-security.-sec06 .sec06_inner02 > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #DAD7C7;
	width: calc(745 / 1016 * 100%);
	padding: 2.8rem 0;
}
.p-security.-sec06 .sec06_inner02 > div:nth-child(2) figure {
	width: calc(657 / 743 * 100%);
}
@media(max-width:768px) {
	.p-security.-sec06 {
		padding-bottom: 9rem;
	}
	.p-security.-sec06 .sec06_inner01 {
		flex-direction: column;
	}
	.p-security.-sec06 .sec06_inner01 > div:first-of-type {
		width: auto;
		margin: 0 auto 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p-security.-sec06 .sec06_inner01 > div:first-of-type p {
		font-size: 1.3rem;
	}
	.p-security.-sec06 .sec06_inner01 > div:first-of-type p:nth-child(1) span {
		width: 14rem;
	}
	.p-security.-sec06 .sec06_inner01 > div:last-of-type {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.p-security.-sec06 .sec06_inner01 > div > figure {
		position: relative;
		width: calc(227 / 743 * 100%);
		margin-right: calc(22 / 1016 * 100%);
	}
	.p-security.-sec06 .sec06_inner01 > div > figure::after {
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 5px solid #8a8368;
	}
	.p-security.-sec06 .sec06_inner01 > div > div:last-of-type {
		width: calc(495 / 743 * 100%);
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #EDECE6;
	}
	.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div {
		width: calc(226 / 495 * 100%);
		margin: 0 auto;
	}
	.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div h4 {
		font-size: 3.2vw;
		margin-bottom: 0;
	}
	.p-security.-sec06 .sec06_inner01 > div > div:last-of-type div p {
		font-size: 2.65vw;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.p-security.-sec06 .sec06_inner01 > div > div:last-of-type figure {
		width: calc(222 / 495 * 100%);
	}
	.p-security.-sec06 .sec06_inner02 {
		flex-direction: column;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(1) {
		width: 100%;
		padding: 2rem 1.5rem;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(1) h4 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(1) p {
		font-size: 1.3rem;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(2) {
		width: 100%;
		padding: 2.8rem 1.5rem;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(2) figure {
		width: 100%;
		overflow-x: scroll;
	}
	.p-security.-sec06 .sec06_inner02 > div:nth-child(2) figure img {
		max-width: initial;
		width: 657px;
		display: block;
		margin: 0 auto;
	}
}



