@charset "UTF-8";

/* -----------------------------------------------------
 * head
 * -------------------------------------------------- */
.page-mainv__content {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .page-mainv__content {
    gap: 0px;
  }
}
.c-heading1-2 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {

 .c-heading1-2 {
    font-size: 2rem;
    line-height: 1.33;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
.c-paragraph {
  line-height: 1.4;
}
}

.assignment-head-bn-or {
  background-color: #ffa626;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  width: 300px;
	max-width: 100%;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
	display: block;
	text-decoration: none;
	margin:25px 0 15px 0;
}
.assignment-head-bn-or:before {
  content: "";
  background: url("/images/category/ico-arrow-or.png") no-repeat center / contain;
  width: 55px;
  aspect-ratio: 17 / 7;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.assignment-head-bn-bl {
  background-color: #21279a;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  width: 300px;
	max-width: 100%;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
	display: block;
	text-decoration: none;
}
.assignment-head-bn-bl:before {
  content: "";
  background: url(/images/category/ico-arrow-bl.png) no-repeat center / contain;
  width: 55px;
  aspect-ratio: 17 / 7;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.page-mainv:before {
    background-image: url(/images/security/secure-mainvisual-sp02.jpg);
  }
.assignment-head-bn-or {
  font-size: 1.4rem;
	margin:15px 0 6px 0;
	 padding: 10px 20px;
}
.assignment-head-bn-bl {
  font-size: 1.4rem;
	padding: 10px 20px;
}
}
/* -----------------------------------------------------
 * a-read
 * -------------------------------------------------- */
.a-read {
	padding: 100px 0 100px 0;
	background: url(/images/assignment/as_read_bg.jpg) no-repeat center / cover;
  position: relative;
}
.a-read .l-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.a-read .read-pic{
	width: 25%;
}
.a-read .read-txt{
	width: 70%;
	font-size: 1.8rem;
	line-height: 3;
}
.a-read .read-txt .underline{
	text-decoration: underline;
}
.a-read .read-txt .blue{
	font-weight: 700;
	color: #3b60d8;
}
.a-read .read-txt .orange{
	font-weight: 700;
	color: #ffa626;
}
@media screen and (max-width: 1100px) {
.a-read .read-pic{
	width: 35%;
}
.a-read .read-txt{
	width: 60%;
	font-size: 1.6rem;
	line-height: 2.5;
}
}
@media screen and (max-width: 768px) {
.a-read {
	padding:10% 0 20% 0;
	background: url(/images/assignment/as_read_bg_sp.jpg) no-repeat center top / contain #ecedf3;
}
.a-read .l-container{
	display: block;
}
.a-read .read-pic{
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	padding: 0 15%;
}
.a-read .read-txt{
	width: auto;
	font-size: 1.5rem;
	line-height: 2;
}
}

/* -----------------------------------------------------
 * a-assignment
 * -------------------------------------------------- */
.a-assignment {
	padding: 100px 0 100px 0;
  position: relative;
}
.a-assignment h2{
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	gap: 16px;                /* アイコンと文字の間隔 */
	margin: 0 auto 30px auto;
	padding: 20px 0 30px;
	font-weight: 900;
	color: #21279a;
	font-size: 3.4rem;
}
.a-assignment h2::before {
	content: "";
	display: block;
	width: 48px;   /* アイコンサイズ */
	height: 48px;
	background: url(/images/assignment/assignment_h2ico.png) no-repeat center / contain;
}
.a-assignment li{
	border:5px solid #d3dbf9;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.a-assignment li:last-of-type{
	margin-bottom: 0px;
}
.a-assignment .case{
	width: 103px;
	margin-right: 20px;
}
.a-assignment li dl{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.a-assignment li dl:last-of-type{
	margin-bottom: 0px;
}
.a-assignment li dt{
	border-radius: 50px;
	padding: 10px;
	font-weight: 700;
	font-size: 1.5rem;
	margin-right: 15px;
	width: 140px;
	text-align: center;
}
.a-assignment li dt.wide{
	width: 200px;
}
.a-assignment li dd span{
	font-size: 2.2rem;
	font-weight: 700;
}
.a-assignment li dd{
	flex:1;
}
.a-assignment .assignment-box dt{
	background: #d0e9e2;
	color: #0a946c;
}
.a-assignment .actual-box dt{
	background: #d3dbf9;
	color: #21279a;
}
.a-assignment .impact-box dt{
	background: #ffe9ca;
	color: #ffa626;
}
@media screen and (max-width: 768px) {
.a-assignment {
	padding: 20% 0;
  position: relative;
}
.a-assignment h2{
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	gap: 8px;                /* アイコンと文字の間隔 */
	margin: 0 auto 10px auto;
	padding: 10px 0 10px;
	font-weight: 900;
	color: #21279a;
	font-size: 1.8rem;
}
.a-assignment h2::before {
	content: "";
	display: block;
	width: 30px;   /* アイコンサイズ */
	height: 30px;
}
.a-assignment li{
	border:4px solid #d3dbf9;
	padding: 8%;
	display: block;
}
.a-assignment li:last-of-type{
	margin-bottom: 0px;
}
.a-assignment .case{
	width: auto;
	margin:0 auto 20px auto;
	text-align: center;
}
	.a-assignment .case img{
	width: 80px;
		margin: 0 auto;
		text-align: center;
}
.a-assignment li dl{
	display: block;
	margin-bottom: 20px;
}

.a-assignment li dt{
	padding:8px 10px;
	font-weight: 700;
	font-size: 1.4rem;
	margin:0 auto 10px auto;
	width: auto;
	text-align: center;
}
.a-assignment li dt.wide{
	width: auto;
}
.a-assignment li dd span{
	font-size: 1.6rem;
}
.a-assignment li dd{
	font-size: 1.4rem;
}
}

/* -----------------------------------------------------
 *a-solution
 * -------------------------------------------------- */
.a-solution {
	padding: 100px 0;
  position: relative;
	background: url(/images/category/cate_solution_bg.jpg) no-repeat center top #fffea7;
	margin:100px auto;
	max-width: 1600px;
	border-radius: 20px;
}
@media screen and (max-width: 1600px) {
.a-solution {
	margin:80px 30px;
}
	}
.a-solution h2{
  position: relative;
	background: url(/images/category/sl_h3bg.png) no-repeat center left ;
	padding-left: 72px;
	margin-bottom: 60px;
}
.a-solution h2 p{
  font-size: 3.2rem;
  font-weight: 900;
}
.a-solution h2 span{
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #21279a;
  position: relative;
	display: block;
}

.a-solution .before-flow{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 40px;
}
.a-solution .before-flow h4{
	display: flex;
	align-items: center;
	background: #dbe0f1;
	border-radius: 20px 20px 0 0;
	padding: 20px;
}
.a-solution .before-flow h4 .before-ico{
	background: #fff;
	width: 117px;
	border-radius: 50px;
	border:5px solid #21279a;
	line-height: 1;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-right: 20px;
	font-size: 1.8rem;
	font-family: "Poppins", sans-serif;
  color: #21279a;
}
.a-solution .before-flow h4 p{
	font-size: 2rem;
	flex: 1;
	font-weight: 700;
}
.a-solution .before-flow dl{
	padding: 40px 60px;
	display: flex;
	align-items: center;
}
.a-solution .before-flow dt{
	width: 300px;
}
.a-solution .before-flow dt.wide{
	width: 400px;
	text-align: center;
}
@media screen and (max-width: 1100px) {
.a-solution .before-flow dl{
	padding: 40px 60px;
	display: flex;
	align-items: center;
}
.a-solution .before-flow dt.wide{
	width: 280px;
	margin-right: 20px;
}
	}
.a-solution .before-flow dd{
	flex: 1;
	line-height: 2;
}
.a-solution .before-flow dd span{
	font-weight: 700;
}
.a-solution .after-flow{
	background: #fff;
	border-radius: 20px;
}
.a-solution .after-flow h4{
	display: flex;
	align-items: center;
	background: #ffd426;
	border-radius: 20px 20px 0 0;
	padding: 20px;
}
.a-solution .after-flow h4 .after-ico{
	background: #fff;
	width: 117px;
	border-radius: 50px;
	border:5px solid #fca143;
	line-height: 1;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-right: 20px;
	font-size: 1.8rem;
	font-family: "Poppins", sans-serif;
  color: #fca143;
}
.a-solution .after-flow h4 p{
	font-size: 2rem;
	flex: 1;
	font-weight: 700;
}
.a-solution .after-flow ul{
	padding: 40px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px;
}
.a-solution .after-flow .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	margin-bottom: 10px;
}
.a-solution .after-flow li{
	border-right: 1px solid #e2e2e2;
	padding-right: 20px;
}
.a-solution .after-flow li:last-of-type{
	border-right: none;
	padding-right: 0px;
}
.a-solution .after-flow li dl{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.a-solution .after-flow li dt{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3b60d8;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.a-solution .after-flow li dd{
	font-weight: 700;
	font-size: 1.8rem;
}
.a-sl-box {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
.a-solution {
	padding: 20% 0;
  position: relative;
	background: url(/images/category/cate_solution_bg_sp.jpg) no-repeat center top / 100% #fffea7;
	margin:0;
	border-radius: 0px;
}
.a-sl-box {
	margin-bottom: 25%;
}
.a-solution h2{
  position: relative;
	background-size: 40px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.a-solution h2 p{
  font-size: 2.0rem;
}
.a-solution h2 span{
  font-size: 1.4rem;
}
	
.a-solution .before-flow{
	margin-bottom: 20px;
}
.a-solution .before-flow h4{
	display: flex;
	align-items: center;
	background: #dbe0f1;
}
.a-solution .before-flow h4 .before-ico{
	width: 70px;
	padding: 8px;
	border:3px solid #21279a;
	margin-right: 10px;
	font-size: 1.3rem;
}
.a-solution .before-flow h4 p{
	font-size: 1.6rem;
	flex: 1;
	font-weight: 700;
}
.a-solution .before-flow dl{
	padding: 8%;
	display: block;
}
.a-solution .before-flow dt{
	width: auto;
	text-align: center;
	padding: 0 10% 10px 10%
}
.a-solution .before-flow dt.wide{
	width: auto;
	text-align: center;
	padding: 0 0 10px 0;
		margin-right: 0px;
}
.a-solution .before-flow dd{
	font-size: 1.4rem;
	line-height: 1.7;
}
.a-solution .before-flow dd span{
	font-weight: 700;
}
.a-solution .after-flow h4 .after-ico{
	width: 70px;
	padding: 8px;
	border:3px solid #fca143;
	margin-right: 10px;
	font-size: 1.3rem;
}
.a-solution .after-flow h4 p{
	font-size: 1.6rem;
	flex: 1;
	font-weight: 700;
}	
.a-solution .after-flow ul{
	padding: 8%;
	display: block;
}
.a-solution .after-flow .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	margin-bottom: 10px;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}
.a-solution .after-flow .pic img{
	margin: 0 auto;
	text-align: center;
}
.a-solution .after-flow li{
	border-bottom: 1px solid #e2e2e2;
	border-right: none;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.a-solution .after-flow li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.a-solution .after-flow li dd{
	font-weight: 700;
	font-size: 1.6rem;
}
.a-solution .after-flow li p{
	font-size: 1.4rem;
}
	}



.a-solution .assignment-comment-bu {
	margin:30px auto 0 auto;
	text-align: center;
}
.a-solution .assignment-comment {
	color: #fff;
	background:#3b60d8;
	border-radius: 20px;
	padding:30px 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.a-solution .assignment-comment .comment-ill{
	width: 130px;
}
.a-solution .assignment-comment p{
	flex: 1;
		font-size: 1.8rem;
	font-weight: 900;
}
.a-solution .assignment-comment p span{
	color: #fffc0e;
}
@media screen and (max-width: 768px) {
.a-solution .assignment-comment-bu {
	margin:10px auto 0 auto;
}
.a-solution .assignment-comment {
	padding:25px;
	display: block;
}
.a-solution .assignment-comment .comment-ill{
	display: none;
}
.a-solution .assignment-comment p{
		font-size: 1.6rem;
}
	}

.a-solution .func-list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:0 30px;
}
.a-solution .func-list .func-pic{
	margin-bottom: 20px;
}
.a-solution .func-list .func-pic img{
	border-radius: 20px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.a-solution .func-list dt{
	margin-bottom: 10px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.a-solution .func-list{
	display: block;
}
.a-solution .func-list li{
	margin-bottom: 30px;
}
.a-solution .func-list .func-pic{
	padding: 0 8%;
}
.a-solution .func-list dd{
	font-size: 1.4rem;
}
	}