@charset "utf-8";
@import url('common.css');
@import url('amime.css');
@import url('slick-theme.css');
@import url('slick.css');


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
TOP PAGE
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.systemBG{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/bg_system01.webp) ;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
PCページレイアウト
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */


@media all and (min-width: 1025px) {

#systemTitle{
	position: relative;
	width:100%;
	height:280px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/visu_system.webp) no-repeat 50% bottom;
	background-size: cover;
	text-align:center;
	border-top:100px solid var(--color-BLU3);
}

#systemTitle h1{
	margin:0 0 0 0;
	padding:120px 0 0 0;
	font-size:var(--font-30);
	font-weight:600;
	line-height:1.7;
	letter-spacing: 1px;
	color:var(--color-WH);
}


#main{
	position: relative;
	width:94%;
	max-width:1200px;
	margin:0 auto 0 auto;
	padding:80px 0 120px 0;
	display: flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}



/* features */

#system{
	position: relative;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}



#system h2.copy{
	display:block;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-20);
	font-weight:600;
	line-height:2;
	letter-spacing: 1px;
	text-align: center;
	color:var(--color-BL);
}

#system ul.pageLink{
	position: relative;
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 50px 0;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap:wrap;
	list-style-type:none;
	gap:10px;
}

#system ul.pageLink li:nth-child(1) a{
	position: relative;
	display:block;
	width:270px;
	margin:0 0 0 0;
	padding:10px 0;
	font-size:var(--font-20);
	font-weight:600;
	line-height:2;
	letter-spacing: 1px;
	text-align: center;
	background:#1DAED6;
	color:var(--color-WH);
}
#system ul.pageLink li:nth-child(1) a:after {
	display: block;
	content: "▼";
	position: absolute;
	bottom: -33px;
	left: 44%;
	transform: translate(0%, 0%);
	transform: scale(1, 0.7);
	z-index:1;
	font-size:var(--font-32);
	color:#1DAED6;
}
#system ul.pageLink li:nth-child(2) a{
	position: relative;
	display:block;
	width:270px;
	margin:0 0 0 0;
	padding:10px 0;
	font-size:var(--font-20);
	font-weight:600;
	line-height:2;
	letter-spacing: 1px;
	text-align: center;
	background:var(--color-BLU1);
	color:var(--color-WH);
}
#system ul.pageLink li:nth-child(2) a:after {
	display: block;
	content: "▼";
	position: absolute;
	bottom: -33px;
	left: 44%;
	transform: translate(0%, 0%);
	transform: scale(1, 0.7);
	z-index:1;
	font-size:var(--font-32);
	color:var(--color-BLU1);
}


#system div#itaku{
	display:block;
	position: relative;
	margin:80px 0 0 0;
	padding:0 0 80px 0;
	background:#E6F6FC;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#system div#konyu{
	display:block;
	position: relative;
	margin:80px 0 0 0;
	padding:0 0 80px 0;
	background:#E0ECF5;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#system h2{
	display:block;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-30);
	font-weight:600;
	line-height:1;
	letter-spacing: 1px;
	text-align: left;
	color:var(--color-WH);
}
#system h2 span{
	display:inline-block;
	position: relative;
	width:80px;
	margin:0 30px 0 0;
	padding:20px 0;
	font-size:var(--font-30);
	font-weight:700;
	line-height:1.4;
	letter-spacing: 1px;
	background: rgba(0,51,102,0.5);
	text-align: center;
}

#system div#itaku h2{
	background:#1DAED6;
}
#system div#konyu h2{
	background:var(--color-BLU1);
}


#system div#itaku div.image,
#system div#konyu div.image{
	display:block;
	position: absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	top:10px;
	right:0px;
	z-index:1;
}

#system div.block{
	display:block;
	position: relative;
	margin:0 0 0 0;
	padding:0 7vw 0 7vw;
}

#system div.block h3{
	display:block;
	position: relative;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-32);
	font-weight:700;
	line-height:1.4;
	letter-spacing: 1px;
}

#system div.block p{
	width:58vw;
	margin:20px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-16);
	font-weight:400;
	line-height:2;
	letter-spacing: 1px;
}

#system div.block div.bakudan{
	margin:0 0 0 0;
	padding:20px 0 0 0;
	text-align:center;
	font-size:0;
}

#system div#itaku div.merit{
	margin:0 0 0 0;
	padding:30px;
	background:#1DAED6;
	text-align:center;
}

#system div#konyu div.merit{
	margin:0 0 0 0;
	padding:30px;
	background:var(--color-BLU1);
	text-align:center;
}

#system div.block div.merit p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-24);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:var(--color-WH);
}

#system div.block div.merit h4{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-30);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:var(--color-WH);
}

#system div.block div.merit h4 span{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-30);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:#ff0;
}

#system div.block div.fig{
	width:100%;
	margin:0 0 0 0;
	padding:50px 0 0 0;
}

#system div.block div.fig img{
	width:100%;
}

#system div.block h5{
	margin:50px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-24);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	align-items: center;
	display: flex;
	justify-content: center;
}

#system div.block h5::before,
#system div.block h5::after {
  background-color: var(--color-BL); /* 線の色 */
  border-radius: 1px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
#system div.block h5::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#system div.block h5::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

#system div.block ul{
	margin:30px 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
}

#system div.block ul li{
	position: relative;
	width: calc(100% / 4 - 30px);
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#system div.block ul li img{
	width: 100%;
}


}












/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
SPページレイアウト
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */




@media all and (max-width: 1024px) {


#systemTitle{
	position: relative;
	width:100%;
	height:160px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/visu_system.webp) no-repeat 50% bottom;
	background-size: cover;
	text-align:center;
	border-top:60px solid var(--color-BLU3);
}

#systemTitle h1{
	margin:0 0 0 0;
	padding:60px 0 0 0;
	font-size:var(--font-24);
	font-weight:600;
	line-height:1.7;
	letter-spacing: 1px;
	color:var(--color-WH);
}


#main{
	position: relative;
	width:90%;
	margin:0 auto 0 auto;
	padding:50px 0 50px 0;
}




/* features */

#system{
	position: relative;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#system h2.copy{
	display:block;
	position: relative;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	font-size:var(--font-14);
	font-weight:500;
	line-height:1.8;
	letter-spacing: 1px;
	text-align: left;
	color:var(--color-BL);
}

#system ul.pageLink{
	position: relative;
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 50px 0;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap:wrap;
	list-style-type:none;
	gap:10px;
}

#system ul.pageLink li{
	position: relative;
	display:block;
	width:45%;
	margin:0 0 0 0;
	padding:0 0;
}

#system ul.pageLink li:nth-child(1) a{
	position: relative;
	display:block;
	width:100%;
	margin:0 0 0 0;
	padding:6px 0;
	font-size:var(--font-15);
	font-weight:600;
	line-height:2;
	letter-spacing: 1px;
	text-align: center;
	background:#1DAED6;
	color:var(--color-WH);
}
#system ul.pageLink li:nth-child(1) a:after {
	display: block;
	content: "▼";
	position: absolute;
	bottom: -33px;
	left: 44%;
	transform: translate(0%, 0%);
	transform: scale(1, 0.7);
	z-index:1;
	font-size:var(--font-32);
	color:#1DAED6;
}
#system ul.pageLink li:nth-child(2) a{
	position: relative;
	display:block;
	width:100%;
	margin:0 0 0 0;
	padding:6px 0;
	font-size:var(--font-15);
	font-weight:600;
	line-height:2;
	letter-spacing: 1px;
	text-align: center;
	background:var(--color-BLU1);
	color:var(--color-WH);
}
#system ul.pageLink li:nth-child(2) a:after {
	display: block;
	content: "▼";
	position: absolute;
	bottom: -33px;
	left: 44%;
	transform: translate(0%, 0%);
	transform: scale(1, 0.7);
	z-index:1;
	font-size:var(--font-32);
	color:var(--color-BLU1);
}


#system div#itaku{
	display:block;
	position: relative;
	margin:50px 0 0 0;
	padding:0 0 50px 0;
	background:#E6F6FC;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#system div#konyu{
	display:block;
	position: relative;
	margin:50px 0 0 0;
	padding:0 0 50px 0;
	background:#E0ECF5;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#system h2{
	display:block;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-20);
	font-weight:600;
	line-height:1;
	letter-spacing: 1px;
	text-align: left;
	color:var(--color-WH);
}
#system h2 span{
	display:inline-block;
	position: relative;
	width:60px;
	margin:0 30px 0 0;
	padding:20px 0;
	font-size:var(--font-20);
	font-weight:700;
	line-height:1.4;
	letter-spacing: 1px;
	background: rgba(0,51,102,0.5);
	text-align: center;
}

#system div#itaku h2{
	background:#1DAED6;
}
#system div#konyu h2{
	background:var(--color-BLU1);
}

#system div#itaku div.image,
#system div#konyu div.image{
	display:block;
	position: absolute;
	width:25vw;
	max-width:200px;
	min-width:100px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	top:5vw;
	right:20px;
	z-index:1;
}


#system div.block{
	display:block;
	position: relative;
	margin:0 0 0 0;
	padding:0 5vw 0 5vw;
}

#system div.block h3{
	display:block;
	position: relative;
	width:62vw;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-24);
	font-weight:700;
	line-height:1.4;
	letter-spacing: 1px;
}

#system div.block p{
	margin:20px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-14);
	font-weight:400;
	line-height:1.8;
	letter-spacing: 1px;
}

@media screen and (min-width: 550px) and (max-width: 1024px) {
#system div.block p{
	width:62vw;
	margin:20px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-14);
	font-weight:400;
	line-height:1.8;
	letter-spacing: 1px;
}
}

#system div.block div.bakudan{
	width:40%;
	margin:20px auto 0 auto;
	padding:0;
	text-align:center;
	font-size:0;
}

#system div#itaku div.merit{
	margin:0 0 0 0;
	padding:20px;
	background:#1DAED6;
	text-align:center;
}

#system div#konyu div.merit{
	margin:0 0 0 0;
	padding:30px;
	background:var(--color-BLU1);
	text-align:center;
}

#system div.block div.merit p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-16);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:var(--color-WH);
}

#system div.block div.merit h4{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-20);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:var(--color-WH);
}

#system div.block div.merit h4 span{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-20);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	color:#ff0;
}

#system div.block div.fig{
	width:100%;
	margin:30px 0 0 0;
	padding:0;
}

#system div.block div.fig img{
	width:100%;
}

#system div.block h5{
	margin:50px 0 0 0;
	padding:0 0 0 0;
	font-size:var(--font-18);
	font-weight:700;
	line-height:1.5;
	letter-spacing: 1px;
	align-items: center;
	display: flex;
	justify-content: center;
}

#system div.block h5::before,
#system div.block h5::after {
  background-color: var(--color-BL); /* 線の色 */
  border-radius: 1px; /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
#system div.block h5::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#system div.block h5::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

#system div.block ul{
	margin:30px 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	gap:3vw;
}

#system div.block ul li{
	position: relative;
	width: calc(100% / 2 - 3vw);
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#system div.block ul li img{
	width: 100%;
}

}
