@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;
  }
}

.category-head-bn-or {
  background-color: #ffa626;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  width: 500px;
	max-width: 100%;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
	display: block;
	text-decoration: none;
	margin:25px 0 15px 0;
}
.category-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%);
}
.category-head-bn-bl {
  background-color: #21279a;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  width: 500px;
	max-width: 100%;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
	display: block;
	text-decoration: none;
}
.category-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);
  }
.category-head-bn-or {
  font-size: 1.2rem;
	margin:15px 0 6px 0;
}
.category-head-bn-bl {
  font-size: 1.2rem;
}
}
/* -----------------------------------------------------
 * List Problem
 * -------------------------------------------------- */
.c-problem {
	padding: 100px 0 200px 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
.c-problem {
background:none;
}
.problem_arrow{
	text-align: center;
	margin: 0 auto;
	padding: 5% 0 5% 0;
}
}
.c-problem .l-container{
  position: relative;
}
.c-problem .problem_ill{
	position: absolute;
	bottom:-4%;
	right: 10%;
	width: 30%;
}
.c-problem 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;
}

.c-problem h2::before {
	content: "";
	display: block;
	width: 48px;   /* アイコンサイズ */
	height: 48px;
	background: url(/images/top_2026/probrem_h2ico.png) no-repeat center / contain;
}
.c-problem ul{
	display: grid;
	grid-template-columns:repeat(2,1fr) ;
	gap: 30px;
}
.c-problem ul li{
	background-color: rgba(240,242,250,0.8);
	border-radius: 10px;
	padding: 20px 30px;
}
.c-problem dl{
	display: grid;
	grid-template-columns:110px 1fr ;
	align-items: center;
}
.c-problem dd{
	font-weight: 700;
}


@media screen and (max-width: 768px) {
.c-problem {
	padding: 10% 0;
  position: relative;
background: none;
}
.c-problem 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;
}

.c-problem h2::before {
	content: "";
	display: block;
	width: 30px;   /* アイコンサイズ */
	height: 30px;
	background: url(/images/top_2026/probrem_h2ico.png) no-repeat center / contain;
}
.c-problem .problem_ill{
	display: none;
}
.c-problem ul{
	display: block;
}
.c-problem ul li{
	background-color: rgba(240,242,250,0.8);
	border-radius: 10px;
	padding: 7%;
	margin-bottom: 10px;
}
.c-problem dl{
	display: grid;
	grid-template-columns:80px 1fr ;
	align-items: center;
}
.c-problem dt{
	width: 65px;
}
.c-problem dd{
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}
}
/* -----------------------------------------------------
 *c-graf
 * -------------------------------------------------- */
.c-graf {
	padding: 100px 0 100px 0;
  position: relative;
	background: url(/images/category/cate_graf_bg.jpg) no-repeat center top / 100% #ecedf3;
	margin: 0 auto;
	text-align: center;
}
.c-graf .graf-ico{
	margin-bottom: 10px;
}
.c-graf h2{
	font-size: 4rem;
}
.c-graf h2 span{
	font-weight: 900;
	background: #fffc0e;
}
.c-graf h2 em{
	font-weight: 900;
	font-style: normal;
}
.c-graf h3{
	margin:50px auto;
	background: #fff;
	border-radius: 50px;
	border:#21279a solid 5px;
	line-height: 1;
	padding:14px 20px;
	width: 300px;
	box-sizing: border-box;
	color: #21279a;
	font-weight: 700;
}
.c-graf h3.legacy{
	width: 600px;
}
.c-graf .graf-pic{
	margin:0px auto;
}
.c-graf dl{
	display: flex;
	background: #fff;
	padding: 10px 30px;
	margin: 30px auto 50px auto;
	border-radius: 50px;
	text-align: left;
}
.c-graf dl dt{
	font-weight: 700;
	width: 175px;
	font-size: 1.4rem;
}
.c-graf dl dd{
	flex: 1;
	font-size: 1.2rem;
	padding: 1px 0 0 0;
}
.c-graf .graf_comment{
	border-radius: 20px;
	background: #fff;
	padding:30px 50px;
	text-align: left;
}
.c-graf .graf_comment span{
	font-weight: 700;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.c-graf {
	padding: 15% 0;
	background: url(/images/category/cate_graf_bg_sp.jpg) no-repeat center top / 100% #ecedf3;
}
.c-graf .graf-ico{
	margin-bottom: 10px;
	padding: 0 10%;
}
.c-graf h2{
	font-size: 2rem;
	line-height: 1.7;
}
.c-graf h3{
	margin:30px auto 30px auto;
	padding:14px 20px;
	width: 200px;
}
.c-graf h3.legacy{
	width: auto;
}
	.c-graf .graf-pic{
	padding:0 25px 10px 25px;
	border-radius: 5px;
	overflow-x: scroll;
}
.c-graf .graf-pic__img01 img{
	max-width: 500px;
}
.c-graf .graf-pic__img02 img{
	max-width: 700px;
}
.c-graf dl{
	display: block;
	background: #fff;
	padding: 8%;
	margin: 20px auto 20px auto;
	border-radius: 10px;
	text-align: left;
}
.c-graf dl dt{
	margin-bottom: 10px;
	width: auto;
	text-align: center;
}
.c-graf .graf_comment{
	border-radius: 10px;
	padding: 8%;
	font-size: 1.4rem;
}
.c-graf .graf-pic::-webkit-scrollbar-track {
    background: #ecedf3;
  }
.c-graf .graf-pic::-webkit-scrollbar {
    height: 8px;
  }
.c-graf .graf-pic::-webkit-scrollbar-thumb {
    background: #3b60d8;
  }	
	}

/* -----------------------------------------------------
 *c-result
 * -------------------------------------------------- */
.c-result {
	padding: 50px 0;
  position: relative;
	background: url(/images/category/cate_result_bg.png) no-repeat center top #ffd426;
	margin: 0 auto;
}
.c-result .l-container{
	display: flex;
	align-items: center;
}
.c-result .res-pic{
	width: 350px;
	text-align: center;
}
.c-result .res-comment{
	flex: 1;
	text-align: left;
	line-height: 2;
	font-weight: 700;
}
.c-result .res-comment span{
	font-size: 2rem;
	font-weight: 900;
}
.c-result .res-comment em{
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
.c-result {
	padding: 15% 0;
}
.c-result .l-container{
	display: block;
}
.c-result .res-pic{
	width: auto;
	text-align: center;
	padding: 0 10%;
}
.c-result .res-comment{
	font-size: 1.4rem;
}
.c-result .res-comment span{
	font-size: 1.6rem;
}
.c-result .res-comment em{
	font-size: 2rem;
}
	}

/* -----------------------------------------------------
 *c-solution
 * -------------------------------------------------- */
.c-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) {
.c-solution {
	margin:80px 30px;
}
	}
.c-solution h2{
  position: relative;
	background: url(/images/category/sl_h3bg.png) no-repeat center left ;
	padding-left: 72px;
}
.c-solution h2 p{
  font-size: 3.2rem;
  font-weight: 900;
}
.c-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;
}
.c-solution h3{
  font-size: 2.5rem;
  font-weight: 700;
	border-top:4px solid #d3d3a4;
border-bottom:4px solid #d3d3a4;
	padding: 25px 0;
	margin: 42px 0 50px;
}
.c-solution .before{
	display: flex;
	align-items: center;
}
.c-solution .before dt{
	background: #dbe0f1;
	width: 117px;
	border-radius: 50px;
	color: #21279a;
	border:5px solid #21279a;
	line-height: 1;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-right: 20px;
	font-size: 1.8rem;
}
.c-solution .before dd{
	font-size: 1.8rem;
	flex: 1;
}
.c-solution .before dd span{
	font-weight: 700;
}
.c-solution .arrow{
	padding-left: 42px;
	margin: 15px 0;
}
.c-solution .after{
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.c-solution .after dt{
	background: #ffd426;
	width: 117px;
	border-radius: 50px;
	border:5px solid #fb9a00;
	line-height: 1;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-right: 20px;
	font-size: 1.8rem;
}
.c-solution .after dd{
	font-size: 1.8rem;
	flex: 1;
	font-weight: 700;
}
.c-solution .after dd span{
	color: #fb9a00;
}
.sl-flow{
	display: grid;
	gap:0 4%;
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1100px) {
.sl-flow{
	display: block;
}
.before-flow{
	margin-bottom: 40px;
}
	}
.before-flow{
	background: #fff;
	border-radius: 20px;
}
.before-flow h4{
	display: flex;
	align-items: center;
	background: #dbe0f1;
	border-radius: 20px 20px 0 0;
	padding: 20px;
}
.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;
}
.before-flow h4 p{
	font-size: 2rem;
	flex: 1;
	font-weight: 700;
}
.before-flow ul{
	padding: 40px;
}
.before-flow ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.before-flow ul li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.before-flow ul li .pic{
	display: flex;
	justify-content: center;
	width: 150px;
}
.before-flow ul li .text{
	font-weight: 700;
	flex: 1;
}
.after-flow{
	background: #fff;
	border-radius: 20px;
}
.after-flow h4{
	display: flex;
	align-items: center;
	background: #ffd426;
	border-radius: 20px 20px 0 0;
	padding: 20px;
}
.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;
}
.after-flow h4 p{
	font-size: 2rem;
	flex: 1;
	font-weight: 700;
}
.after-flow ul{
	padding: 40px;
}
.after-flow ul .list01{
	display: flex;
	align-items: center;
}
.after-flow ul .list01 .pic{
	display: flex;
	justify-content: center;
	width: 150px;
}
.after-flow ul .list01 .text{
	font-weight: 700;
	flex: 1;
}
.after-flow ul .list-ac01{
	background: #ecefff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin: 20px 0 30px;
}
.after-flow ul .list-ac01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ecefff;
}
.after-flow ul .list-ac01 .logo {
	text-align: center;
	margin-bottom: 8px;
}
.after-flow ul .list-ac01 .s-logo {
	text-align: center;
}
.after-flow ul .list-ac01 .s-txt {
	font-weight: 700;
	margin: 10px 0;
}
.after-flow ul .list-ac01 .biolet {
	color: #b0bcf3;
}
.after-flow ul .list-ac01 .orange {
	color: #ffd426;
}
.after-flow ul .list-ac02 {
	display: grid;
	gap:0 4%;
	grid-template-columns: 1fr 1fr;
}
.after-flow ul .list-ac02 .cl{
	background:#ceeeff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.after-flow ul .list-ac02 .cl .c-logo{
	padding:4px 0 8px 0 ;
}
.after-flow ul .list-ac02 .dt{
	background:#ededed;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.after-flow ul .list-ac02 .cl p,.after-flow ul .list-ac02 .dt p{
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.c-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;
}
.c-solution h2{
  position: relative;
	background-size: 40px;
	padding-left: 50px;
}
.c-solution h2 p{
  font-size: 2.2rem;
}
.c-solution h2 span{
  font-size: 1.4rem;
}
.c-solution h3{
  font-size: 2rem;
  font-weight: 700;
	border-top:3px solid #d3d3a4;
border-bottom:3px solid #d3d3a4;
	padding: 15px 0;
	margin: 30px 0 40px;
}
.c-solution .before{
	display: block;
}
.c-solution .before dt{
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.c-solution .before dd{
	font-size: 1.5rem;
}
.c-solution .arrow{
	padding-left: 0;
	margin: 10px auto;
	text-align: center;
}
.c-solution .after{
	display: block;
	margin-bottom: 40px;
}
.c-solution .after dt{
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.c-solution .after dd{
	font-size: 1.5rem;
}
.sl-flow{
	display: block;
}
.before-flow{
	margin-bottom: 20px;
}
.before-flow h4{
	display: flex;
	align-items: center;
}
.before-flow h4 .before-ico{
	width: 70px;
	padding: 8px;
	border:3px solid #21279a;
	margin-right: 10px;
	font-size: 1.3rem;
}
.before-flow h4 p{
	font-size: 1.6rem;
	flex: 1;
	font-weight: 700;
}
.before-flow ul{
	padding: 8%;
}
.before-flow ul li{
	display: block;
}
.before-flow ul li .pic{
	width: auto;
	margin-bottom: 10px;
}
.after-flow ul li .text{
	font-size: 1.4rem;
}
.after-flow h4{
	display: flex;
	align-items: center;
}
.after-flow h4 .after-ico{
	width: 70px;
	padding: 8px;
	border:3px solid #fca143;
	margin-right: 10px;
	font-size: 1.3rem;
}
.after-flow h4 p{
	font-size: 1.6rem;
	flex: 1;
	font-weight: 700;
}
.after-flow ul{
	padding: 8%;
}
.after-flow ul .list01{
	display: block;
}
.after-flow ul .list01 .pic{
	width: auto;
	margin-bottom: 10px;
}
.after-flow ul .list01 .text{
	font-size: 1.4rem;
}
.after-flow ul .list-ac01 .s-txt {
	font-size: 1.4rem;
}
.after-flow ul .list-ac02 .cl p,.after-flow ul .list-ac02 .dt p{
	font-size: 1.3rem;
}
.after-flow ul .list-ac02 .cl .c-logo{
	padding: 15px 0 ;
}
	}

/* information_systems.html */
.after-flow ul .list-lg01{
	background: #ecefff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin: 0px 0 30px;
}
.after-flow ul .list-lg01 .l-logo {
	text-align: center;
	margin-bottom: 10px;
}
.after-flow ul .list-lg01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ecefff;
}
.after-flow ul .list-lg01 ul {
	padding: 0;
}
.after-flow ul .list-lg01 ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.after-flow ul .list-lg01 ul li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.after-flow ul .list-lg01 ul li .pic{
	display: flex;
	justify-content: center;
	width: 150px;
}
.after-flow ul .list-lg01 ul li .text{
	font-weight: 700;
	flex: 1;
}
.after-flow ul .list-lg01 .l-pic{
	margin-top: 20px;
	text-align: center;
}
.after-flow ul .list-ac02 .cl{
	background:#ceeeff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.after-flow ul .list-lg02{
	background:#ceeeff;
	padding: 20px;
	border-radius: 10px;
}
.after-flow ul .list-lg02 .c-logo{
	text-align: center;
	margin-bottom:15px;
}
.after-flow ul .list-lg02 dl{
	display: flex;
	align-items: center;
}
.after-flow ul .list-lg02 dl dt{
	display: flex;
	justify-content: center;
	width: 100px;
}
.after-flow ul .list-lg02 dd{
	font-weight: 700;
	flex: 1;
}
@media screen and (max-width: 768px) {
.after-flow ul .list-lg01 ul li{
	display: block;
}
.after-flow ul .list-lg01 ul li .pic{
	width: auto;
	margin-bottom: 10px;
}
.after-flow ul .list-lg01 ul li .text{
	font-size: 1.4rem;
}
.after-flow ul .list-lg02 dl{
	display: block;
}
.after-flow ul .list-lg02 dl dt{
	width: auto;
	margin-bottom: 10px;
}
.after-flow ul .list-lg02 dd{
	font-size: 1.4rem;
}
	}

/* management.html */
.before-flow .result{
	background: #e9e9e9;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	margin:20px auto 0 auto;
	font-weight: 700;
}
.before-flow .result:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e9e9e9;
}
.after-flow .management{
	padding: 30px;
}
.after-flow .management-inner{
	background: #ecefff;
	padding: 30px;
	border-radius: 10px;
}
.after-flow .management-inner .s-logo{
	text-align: center;
	margin-bottom: 20px!important;
}
.after-flow .management-inner p{
	font-weight: 700;
	margin-bottom: 20px!important;
}
.after-flow .management-inner ul{
	padding: 0;
}
.after-flow .management-inner li{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.after-flow .management-inner :last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.after-flow .management-inner .pic{
	text-align: center;
}
.after-flow .management-inner dl{
	margin-top: 15px;
}
.after-flow .management-inner dt{
	background: #3b60d8;
	padding: 10px 20px 10px 20px!important;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	width: 160px;
	text-align: center;
	line-height: 1;
}
.after-flow .management-inner dd{
	margin-top: 10px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.after-flow .management{
	padding: 20px;
}
.after-flow .management-inner{
	padding: 20px;
}
.after-flow .management-inner .s-logo{
	margin-bottom: 20px;
}
.after-flow .management-inner p{
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.after-flow .management-inner dt{
	font-size: 1.4rem;
	width: 150px;
}
.after-flow .management-inner dd{
	font-size: 1.4rem;
}
}