@charset "UTF-8";
/* CSS Document */


/* c-concept */

.c-concept {
	margin-bottom: 110px;
}

.c-concept h3 {
	font-size: 28px;
line-height: 2;
	margin-bottom: 40px;
}

.c-concept h3 span {
color: #EE1C23;
}

.c-concept img {
	width: 100%;
}

.p-cel2--area {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.p-cel2--box{
	width: 48%;
	margin-bottom: 40px;
	background: #fff;
}
.p-cel2--box img{
	width: 100%;
	height: auto ;
}
.p-bg-blue {
	background-color: #08A0E9;
	color: #FFFFFF;
	font-size:23px;
	padding: 35px 0;
}
.p-left--box {
	padding: 0px 0px;
	width: 220px;
	display: inline-block;
	vertical-align: middle;
}
.p-left--box img{
	width: 144px;
	height: auto;
}
.p-right--box {
	padding: 20px 30px 0px 20px;
	width: 330px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-size:14px;
	line-height: 1.8;
}


/* p-service-container01 */

.p-service-container01 {
	width: 100%;
	text-align: center;
	margin-bottom: 190px;
}

.p-service-container01__item {
	position: relative;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 60px;
	padding-top: 20px;
}

.p-service-container01__item:not(:last-child) {
	margin-bottom: 70px;
}

.p-service-container01__item::after {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	text-align: center;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
color: #08A0E9;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 800;
}

.p-service-container01__item:nth-child(1)::after {
	content: "CASE 01.";
}

.p-service-container01__item:nth-child(2)::after {
	content: "CASE 02.";
}

.p-service-container01__item:nth-child(3)::after {
	content: "CASE 03.";
}

.p-service-container01__item:nth-child(4)::after {
	content: "CASE 04.";
}

.p-service-container01-before {
	width: 437px;
	height: 388px;
	background-image: url("../../img/service/text-back01.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	position: relative;
	padding: 0px 80px;
	padding-top: 90px;
}

.p-service-container01-before::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 40px;
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	margin-left: -30px;
}

.p-service-container01__item:nth-child(1) .p-service-container01-before::before {
	background-image: url("../../img/service/icon01-case.svg");
	width: 153px;
	height: 164px;
}

.p-service-container01__item:nth-child(2) .p-service-container01-before::before {
	background-image: url("../../img/service/icon02-case.svg");
	width: 134px;
	height: 167px;
	margin-left: -10px;
}

.p-service-container01__item:nth-child(3) .p-service-container01-before::before {
	background-image: url("../../img/service/icon03-case.svg");
	width: 110px;
	height: 171px;
	margin-left: 0px;
}

.p-service-container01__item:nth-child(4) .p-service-container01-before::before {
	background-image: url("../../img/service/icon04-case.svg");
	width: 176px;
	height: 199px;
	bottom: 40px;
}

.p-service-container01-before__inner p {
	padding-left: 70px;
}

.p-service-container01-after {
	width: 387px;
	height: 350px;
	background-color: #fff;
	padding: 0px 35px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
	border: 1px solid #08A0E9;
}

.p-service-container01-after::after {
	content: "";
	position: absolute;
left: -10px;
top: 0px;
	background-image: url("../../img/service/arrow-case_pc.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 80px;
	width: 100px;
	height: 100%;
	margin-left: -100px;
}

.p-service-container01 h3 {
	font-size: 20px;
color: #000;
line-height: 2;
letter-spacing: 0.05em;
font-weight: 600;
	border-bottom-style : solid;
border-bottom-color : #000000;
border-bottom-width : 2px;
	display: inline;
	padding-bottom: 5px;
}

.p-service-container01 .p-service-container01-after h3 {
color: #08A0E9;
border-bottom-color : #08A0E9;
}

.p-service-container01 p {
line-height: 1.8;
	padding-top: 25px;
	text-align: left;
	font-size:14px!important;
}


.sp-view {
	display: none;
}
