@charset "UTF-8";
@media screen and (max-width: 768px){
body { 
	min-width: auto;
	word-break:break-all;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a,a img,button {
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.sp_none{
	display:none;
}

#style01{
	width:100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　共通　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.title01{
	margin-bottom: 12vw;
	color: #0197D4;
	font-size: 6vw;
	font-weight: 700;
	text-align: center;
}

.catch01{
	font-size: 5vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

.text01{
	font-size: 4vw;
	line-height: 1.6;
}

.box01{
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding: 14vw 3vw 14vw;
}



.rfcs{
	position: relative;
	overflow: hidden;
}

.rfcs:before{
	position: absolute;
	left: -50vw;
	bottom: 0;
	content: "";
	z-index: 1;
	width: 100vw;
	height: 10000vw;
	background: rgba(1, 151, 212, 0.7);
	transform: skew(34deg);
	transform-origin: bottom left;
}

.rfcs_list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10vw;
}

.rfcs_list_img{
	position: relative;
	padding-top: 50%;
	margin-bottom: 5vw;
}

.rfcs_list_img img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.rfcs_list_text{
	display: flex;
	justify-content: center;
	font-weight: 700;
}

.rfcs_list_li01 .rfcs_list_text{
	color: #662D91;
}

.rfcs_list_li02 .rfcs_list_text{
	color: #0197D4;
}

.rfcs_list_li03 .rfcs_list_text{
	color: #F15A24;
}



.guide_contact{
	padding: 14vw 3vw;
	background: #F3EFEC;
}

.guide_contact_text{
	margin-bottom: 7vw;
	font-size: 5vw;
	font-weight: 700;
	text-align: center;
}

.guide_contact_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80vw;
	height: 12vw;
	margin: 0 auto;
	background: #1667A6;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}

.guide_contact_link a:hover{
	background: #0197D4;
}



.sv{
	height: 15.625vw;
	background: url("./img/sub_img.jpg") center center no-repeat;
}

.pankuzu{
	padding: 3vw 3vw 0;
	margin-bottom: 9vw;
	font-size: 4vw;
}

.pankuzu a{
	color: #6C6C6C;
}

.pankuzu a:hover{
	color: #0197D4;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: sticky;
	top: 0;
	z-index: 9990;
	width: 100%;
	height: 58px;
	border-bottom: 1px #707070 solid;
	background: #fff;
}

.header_box{
	position: relative;
	height: 100%;
}

.header01{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0 5px 8.5px 5px;
}

.header_logo{
	margin-right: 10px;
	font-size: 20px;
}

.header_logo img{
	width: 200px;
}

.header_tel img{
	width: 143.5px;
}

@media screen and (max-width: 420px){
	.header_logo img{
		width: 160px;
	}

	.header_tel img{
		width: 100px;
	}
}

.header02 nav{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.sp_menu{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10010;
	width: 50px;
	height: 50px;
}

.sp_menu span{
	position: absolute;
	left: 50%;
	z-index: 10020;
	transform: translate(-50%, -50%);
	display: block;
	width: 65%;
	height: 4px;
	border-radius: 3px;
	background: #0197D4;
	transition: 0.3s ease-in-out;
}

.sp_menu span:nth-child(1){
	top: 30%;
}

.sp_menu span:nth-child(2){
	top: 50%;
}

.sp_menu span:nth-child(3){
	top: 70%;
}

.sp_menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.sp_menu.active span:nth-child(2){
	opacity: 0;
}

.sp_menu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header02 ul{
	position: absolute;
	top: 0;
	z-index: 10010;
	display: none;
	width: 100%;
	border-top: 1px #707070 solid;
}

.header02 li{
	border-bottom: 1px #707070 solid;
}
.header02 li a{
	display: block;
	padding: 10px;
	background: #0197D4;
	color: #fff;
	font-size: 4vw;
}

.header02 li a:hover{
	background: #fff;
	color: #0197D4;
}

.header_h1{
	font-size:12px;
	font-weight:normal;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.footer{
	background: #F3EFEC;
	font-size: 4vw;
}

.footer_box{
	padding: 8vw 3vw 0;
}

.footer_logo{
	margin-bottom: 8vw;
	text-align: center;
}

.footer_logo img{
	width: 200px;
}

.footer_menu{
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 2vw;
}

.footer_menu:nth-of-type(1){
	margin-bottom: 6vw;
}

.footer_menu:nth-of-type(2){
	margin-bottom: 5vw;
}

.footer_menu li a{
	color: #6C6C6C;
}

.footer_menu li a:hover{
	color: #0197D4;
}

.footer_copy{
	padding: 5vw 0 4vw;
	border-top: 1px #707070 solid;
	text-align: center;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　index　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.mv{
	height: 45.833vw;
	background: url("./img/main_img.jpg") center center/cover no-repeat;
	font-family: "Corporate Logo";
	font-weight: 700;
}

.mv_box{
	padding: 4vw 0 0 2vw;
	color: #fff;
	text-shadow: 2px 2px 1px #0197D4;
	line-height: 1.2;
}

.mv_box01{
	margin-bottom: 4vw;
	font-size: 5vw;
}

.mv_box02{
	margin-bottom: 3vw;
	font-size: 4vw;
}

.mv_box03{
	font-size: 5vw;
}

.mv_box span{
	color: #FFFF66;
}



.is01{
	position: relative;
	background: #F3EFEC;
	overflow: hidden;
}

.is01:after{
	position: absolute;
	top: 0;
	left: 58%;
	content: "";
	z-index: 1;
	width: 100vw;
	height: 200vw;
	background: rgba(1, 151, 212, 0.7);
	transform: skew(34deg);
	transform-origin: top left;
}

.is01 .box01{
	position: relative;
	z-index: 10;
	padding: 14vw 3vw 17vw;
}

.is01_text01{
	margin-bottom: 1.6em;
}

.is01_dl dt{
	color: #0197D4;
	font-size: 4.5vw;
}

.is01_dl dd{
	font-size: 4vw;
	line-height: 1.6;
}

.is01_dl dd:not(:last-child){
	margin-bottom: 1.6em;
}



.is02{
	position: relative;
	overflow: hidden;
}

.is02:before,
.is05:before{
	position: absolute;
	left: -50vw;
	bottom: 0;
	content: "";
	z-index: 1;
	width: 100vw;
	height: 10000vw;
	background: rgba(1, 151, 212, 0.7);
	transform: skew(34deg);
	transform-origin: bottom left;
}

.is02 .box01{
	position: relative;
	z-index: 10;
	padding: 13vw 3vw 14vw;
}

.is02_catch01{
	margin-bottom: 12vw;
}

.is02_shop{
	/*display: grid;*/
	grid-template-columns: 1fr 1fr;
	gap: 4vw 2vw;
	margin-bottom: 9vw;
}
.is02_shop li{

}

.is02_shop_logo{
	margin-bottom: 3vw;
}

.is02_shop_logo img{
	width: 100%;
}

.is02_dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	height: 20vw;
	border: 1px #707070 solid;
	background: #1667A6;
	color: #fff;
	font-size: 5vw;
}

.is02_dl dd{
	box-sizing: border-box;
	padding: 5vw 3vw;
	border: 1px #1667A6 solid;
	border-top: none;
	background: #E4EFF8;
}

.is02_dl_title{
	margin-bottom: 4vw;
}

.is02_dl_list{
	display: flex;
	flex-wrap: wrap;
}

.is02_dl_list:not(:last-child){
	margin-bottom: 6vw;
}

.is02_dl_list li{
	position: relative;
	padding-left: 1em;
}

.is02_dl_list li:not(:last-child){
	margin-right: 3vw;
}

.is02_dl_list li:before{
	position: absolute;
	left: 0;
	content: "・";
}



.is03{
	position: relative;
	background: #F3EFEC;
	overflow: hidden;
}

.is03:before,
.is04:before,
.is06:before{
	position: absolute;
	top: 0;
	right: -50vw;
	content: "";
	z-index: 1;
	width: 100vw;
	height: 10000vw;
	background: rgba(1, 151, 212, 0.7);
	transform: skew(34deg);
	transform-origin: top right;
}

.is03 .box01{
	position: relative;
	z-index: 10;
	padding: 13vw 3vw 14vw;
}

.is03_catch01{
	margin-bottom: 12vw;
}

.is03_img01{
	text-align: center;
	margin:0 0 2.5em 0;
}

.is03_img01 img{
	width: 100%;
}



.is04{
	position: relative;
	overflow: hidden;
}

.is04 .box01{
	position: relative;
	z-index: 10;
	padding: 14vw 3vw;
}

.is04_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7vw 2vw;
}

.is04_list_img{
	margin-bottom: 4vw;
}

.is04_list_img img{
	width: 100%;
}

.is04_list_text{
	text-align: center;
}



.is05{
	position: relative;
	overflow: hidden;
	background: #F3EFEC;
}

.is05 .box01{
	position: relative;
	z-index: 10;
	padding: 14vw 3vw;
}

.is05_dl dt{
	margin-bottom: 5vw;
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1.4;
}

.is05_dl dd:not(:last-child){
	margin-bottom: 7vw;
}

.is05_dl dd a{
	color: #6C6C6C;
	text-decoration: underline;
}

.is05_dl dd a:hover{
	color: #0197D4;
}



.is06{
	position: relative;
	overflow: hidden;
}

.is06 .box01{
	position: relative;
	z-index: 10;
	padding: 14vw 3vw;
}

.is06_catch01{
	margin-bottom: 9vw;
	text-align: left;
}

.is06_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7vw 3vw;
	margin-bottom: 10vw;
	text-align: center;
}

.is06_list_img{
	margin-bottom: 3vw;
}

.is06_list_img img{
	max-width: 100%;
}


.is02_shop_text{
	margin:0 0 25px 25px;
}
.is02_shop_text li{
	list-style-type:square;
}



.top_flow01{
	width:100%;
}
.top_flow02{
	width:40%;
	float:left;
	margin:0 0 5% 0;
}
.top_flow02 img{
	width:100%;
}
.top_flow03{
	width:5%;
	float:left;
	margin:8% 2.5% 0 2.5%;

}
.top_flow03 img{
	width:100%;
}

/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ECサイト制作ラボについて　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.as01 .box01{
	padding: 0 3vw;
}

.as01_01{
	padding: 0 3vw 22vw;
}

.as01_02{
	padding: 0 0 14vw;
	background: #F3EFEC;
}

.as01_img01{
	position: relative;
	top: -14vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1vw 2vw;
	text-align: center;
}

.as01_img01 li:nth-child(1){
	grid-column: 1/3;
}

.as01_img01 img{
	width: 46vw;
	max-width: 400px;
}

.as01_flex01_text01 p:not(:last-child){
	margin-bottom: 1.6em;
}

.as01_flex01_img01{
	margin-top: 10vw;
}

.as01_flex01_img01 img{
	width: 100%;
}



.as02{
	text-align: center;
}

.as02_text01{
	margin-bottom: 8vw;
}

.as02_box01:not(:last-child){
	margin-bottom: 9vw;
}

.as02_box01_title01{
	margin-bottom: 6vw;
	font-size: 5.5vw;
	font-weight: 700;
}

.as02_box01_text01{
	margin-bottom: 7vw;
	color: #0197D4;
	font-weight: 900;
}

.as02_box01_list01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw 2vw;
}

.as02_box01_list01img01{
	margin-bottom: 2vw;
}

.as02_box01_list01img01 img{
	max-width: 100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　料金プラン　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.ps01 .box01{
	padding: 0 3vw 14vw;
}

.ps01_box01_l{
	margin-bottom: 10vw;
}

.ps01_box01_01{
	position: relative;
	box-sizing: border-box;
	height: 37vw;
	padding: 5vw 3vw;
	margin-bottom: 14vw;
}

.ps01_box01_01:after{
	position: absolute;
	top: calc(100% + 1vw);
	left: 50%;
	content: "";
	width: 100%;
	height: 12vw;
	transform: translateX(-50%);
	background: url("./img/ps_arrow.svg") center center/contain no-repeat;
}

.ps01_box01_l .ps01_box01_01{
	background: url("./img/ps01_box01_01_bgl") center center/cover no-repeat;
}

.ps01_box01_r .ps01_box01_01{
	background: url("./img/ps01_box01_01_bgr") center center/cover no-repeat;
}

.ps01_title01{
	margin-bottom: 3vw;
	color: #1667A6;
	font-size: 5vw;
	font-weight: 700;
}

.ps01_box01_02{
	padding: 5vw 3vw;
	background: #F2F2F2;
}

.ps01_title02{
	margin-bottom: 5vw;
}

.ps01_list01{
	padding-left: 1.5em;
	list-style: disc;
}

.ps01_list01 li{
	margin-bottom: 1.6em;
}

.ps01_list01 li span{
	font-weight: 700;
}

.ps01_comment01{
	position: relative;
	padding-left: 1.5em;
	margin-top: auto;
}

.ps01_comment01:before{
	position: absolute;
	left: .5em;
	content: "※";
}



.ps02_01{
	background: #F3EFEC;
}

.ps02_list01{
	margin-bottom: 12vw;
}

.ps02_list01 > li:not(:last-child){
	margin-bottom: 6vw;
}

.ps02_list01_build,
.ps02_list01_support{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 7vw 3vw;
	font-weight: 700;
}

.ps02_list01_build{
	height: 50vw;
	border: 1px #0780B1 solid;
	background: #0780B1;
	color: #FFF;
}

.ps02_list01_support{
	height: 35vw;
	border: 1px #1667A6 solid;
	background: #FFFFCC;
	color: #1667A6;
}

.ps02_list01_build:after,
.ps02_list01_support:after{
	position: absolute;
	left: 50%;
	bottom: 4vw;
	transform: translateX(-50%) rotateZ(45deg);
	content: "";
	width: 4vw;
	height: 4vw;
	border-right: 2vw solid;
	border-bottom: 2vw solid;
}

.ps02_list01_title01{
	font-size: 5vw;
	text-align: center;
}

.ps02_list01_box{
	padding: 3vw;
	margin-top: 4vw;
	background: #fff;
	text-align: center;
}

.ps02_list01_box01{
	color: #6C6C6C;
	font-size: 4vw;
}

.ps02_list01_box02{
	color: #1667A6;
	font-size: 5vw;
}

.ps02_lp{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20vw;
	padding: 3vw;
	margin: 0 auto;
	background: #FFFFFF;
}

.ps02_lp01{
	margin-right: 5vw;
	color: #1667A6;
	font-size: 5vw;
}

.ps02_lp02{
	margin-right: 5vw;
	font-size: 3vw;
	font-weight: 700;
}

.ps02_lp02 span{
	margin-right: 1vw;
	color: #1667A6;
	font-size: 7vw;
}

.ps02_lp03{
	font-size: 4vw;
}

.ps02_02 .box01{
	padding: 14vw 3vw 15vw;
}

.ps02_02_box:not(:last-child){
	margin-bottom: 10vw;
}

.ps02_title01{
	margin-bottom: 10vw;
	font-size: 6vw;
	font-weight: 700;
	text-align: center;
}

.ps02_table_comment{
	margin-bottom: 2vw;
	color: #e60e0e;
	text-align: center;
}

.ps02_table{
	overflow: scroll;
}

.ps02_table table{
	width: 1400px;
	border: 1px #707070 solid;
}

.ps02_table th{
	padding: 5px 10px;
	border: 1px #707070 solid;
	word-break: keep-all;
}

.ps02_table_build th{
	background: #E4F0F9;
}

.ps02_table_support th{
	background: #FFFFCC;
}

.ps02_table td{
	padding: 5px 10px;
	border: 1px #707070 solid;
}

.ps02_table + .text01{
	margin-top: 5vw;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ご提案のASP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.ass01{
	margin-bottom: 14vw;
	background: url("./img/ass01_bg.jpg") center left/cover no-repeat;
	color: #FFF;
}


.ass01_title01{
	margin-bottom: 5vw;
	color: #FFFFCC;
	font-size: 6vw;
	text-align: center;
}

.ass01_title02{
	margin-bottom: 3vw;
}

.ass01_text01{
	margin-bottom: 5vw;
}

.ass01_list01 li{
	position: relative;
	padding-left: 1em;
}

.ass01_list01 li:before{
	position: absolute;
	left: 0;
	content: "";
	width: 4vw;
	height: 1.6em;
	background: url("./img/ass_check.svg") center center/4vw no-repeat;
}



.ass02{
	margin-bottom: 14vw;
}

.ass02 .box01{
	padding: 0 3vw;
}

.ass02_text01{
	margin-bottom: 7vw;
}

.ps02_table_asp table{
	width: 1000px;
}

.ps02_table_asp th{
	background: #E4F0F9;
	color: #0780B1;
}

.ps02_table_asp td{
	background: #F6F6F6;
}

.ps02_table_asp td:not(:nth-child(2)){
	text-align: center;
	white-space: nowrap;
}

.ass02_text02{
	padding: 5vw 3vw;
	border: 3px #0780B1 solid;
	margin-top: 14vw;
	background: #FFFFCC;
	color: #0780B1;
	text-align: left;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　制作の流れ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.fs01{
	margin-bottom: 14vw;
}

.fs01 .box01{
	padding: 0 3vw;
}

.fs01_list01 > li{
	position: relative;
	z-index: 100;
	padding: 3vw;
	border: 2px #7E7E7E solid;
	background: #EBF2F2;
}

.fs01_list01 > li:not(:last-child){
	margin-bottom: 7vw;
}

.fs01_list01 > li:not(:last-child):before{
	position: absolute;
	top: calc(100% + 2px + 1vw);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 101;
	border-top: 5vw #7E7E7E solid;
	border-left: 3vw transparent solid;
	border-right: 3vw transparent solid;
}

.fs01_list01_title01{
	margin-bottom: 2vw;
	text-align: center;
}

.fs01_list01 span{
	color: #0197D4;
	font-weight: 900;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　運営会社紹介　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.com_table01{
	width: 100%;
}
.com_table01 th{
	background: #FFFFCC;
	padding: 10px 15px;
    border: 1px #707070 solid;
    word-break: keep-all;
}
.com_table01 td{
	padding: 10px 15px;
    border: 1px #707070 solid;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お問い合わせ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.cos01 .box01{
	margin-bottom: 14vw;
}

.cos01 .box01{
	padding: 0 3vw;
}

.contact_box{
	width: 100%;
}

.contact_box tr{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 3vw;
}

.contact_box tr:not(:last-child){
	padding-bottom: 5vw;
	border-bottom: 1px #707070 solid;
	margin-bottom: 5vw;
}

.contact_box th{
	padding: 10px;
	background: #70D5FE;
	color: #fff;
	font-size: 4vw;
	text-align: left;
}

.contact_box th label{
	cursor: pointer;
}

.contact_box th input{
	margin-right: 2vw;
}

.contact_box th span{
	color: #ED0334;
}

.contact_box td{
	display: flex;
	align-items: center;
}

.contact_box td input[type="text"],
.contact_box td input[type="tel"],
.contact_box td input[type="email"],
.contact_box td textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 1vw;
	font-size: 4vw;
}

.contact_box td textarea{
	height: 10em;
	resize: vertical;
}


.contact_btn{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 6vw;
}

.contact_btn a,
.contact_btn input{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 42vw;
    height: 10vw;
	color: #fff;
	font-size: 4vw;
	font-weight: 700;
}

.contact_btn a{
	margin-right: 1vw;
	background: #666;
}

.contact_btn a:hover{
	background: #888;
}

.contact_btn input{
	border: none;
	background: #1667A6;
	transition: 0.3s ease-in-out;
}

.contact_btn input:hover{
	background: #0197D4;
}

#acMenu dt {
    display: block;
    width: 92%;
    text-align: center;
    cursor: pointer;
    padding: 10px 4%;
    margin: 20px auto 0 auto;
    background-color: #EEEEEE;
}
#acMenu dd {
    display: none;
}
.policy001 {
    width: 92%;
    padding: 4%;
    background: #EFEFEF;
}
.policy002 {
    text-align: center;
    margin: 0 0 20px;
}
.policy002_01 {
    margin: 0 0 15px 0;
}
.policy003 {
    margin: 0 0 20px 20px;
}
.policy004 {
    text-align: right;
}

.cos01_text01{
	font-size: 4vw;
	text-align: center;
}

.cos01_text02{
	margin-bottom: 7vw;
	font-size: 4vw;
	text-align: center;
	line-height: 2.2;
}

.cos01_call01{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1vw;
	margin-bottom: 9vw;
}

.cos01_call01_01{
	font-size: 5vw;
	font-weight: 700;
}

.cos01_call01_02{
	color: #0197D4;
	font-size: 8vw;
	font-weight: 900;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　制作・運用実績　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.acss01 .box01,
.acss02 .box01{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3vw 14vw;
}

.acss02_catch01{
	margin-bottom: 10vw;
}

.acss02_catch01 span{
	background: linear-gradient(to bottom, transparent 87%, #86E37C 87%);
}

.acss01_text01{
	margin-bottom: 12vw;
	line-height: 2;
}

.acss01_list01 > li{
	padding: 0 2vw 0;
}

.acss01_list01 > li:not(:last-child){
	padding-bottom: 3vw;
	border-bottom: 1px #000 solid;
	margin-bottom: 3vw;
}

.acss01_list01 > li:not(:last-child) .acss01_list01_01 img{
	max-width: 100%;
}

.acss01_list01_01{
	margin-bottom: 6vw;
}

.acss01_list01_01_title{
	margin-bottom: 4vw;
}

.acss01_list03{
	padding-left: 1em;
	margin-bottom: 4vw;
	list-style-type: disc;
	color: #1667A6;
	font-size: 4vw;
	font-weight: 700;
}

.acss01_list01_catch span{
	display: inline-block;
	padding: 2vw 3vw;
	border: 1px #1667A6 solid;
	color: #1667A6;
	font-size: 5vw;
}

.acss01_list01_02{
	font-size: 4vw;
}

.acss01_list01_02_title{
	margin-bottom: 4vw;
	color: #662D91;
	font-weight: 900;
}

.acss01_list02{
	padding-left: 1.5em;
	list-style-type: disc;
}



.acss02_text01{
	margin-bottom: 10vw;
}

.acss02_list01{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 5vw;
	width: 100%;
	text-align: center;
}

.acss02_list01 li img{
	max-width: 100%;
}


}/* end */