@charset "UTF-8";
/* sp(320px) */

/* PXAGENTの特徴 */
#tokucyo .msg {
	text-align: center;
	margin-block-start: .5em;
}
#tokucyo ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.5em;
	inline-size: 90%;
	margin-inline: auto;
}
#tokucyo ul li .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-block-start: 1.6em;
	margin-block-end: .6em;
}
#tokucyo ul li p {
	padding-inline: .8em;
}

/* 業界全体の課題 */
#kadai {
	background-color: #efefef;
	position: relative;
}
#kadai ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: .6em;
}
#kadai ul li {
	background-color: #fff;
	padding: 1.0em 1.4em;
	border: 1px solid #e5e5e5;
	border-radius: .8em;
}
#kadai ul li .grid {
	display: grid;
	grid-template-columns: 17px auto;
	grid-template-rows: auto;
	column-gap: .6em;
	row-gap: 0;
}
#kadai ul li .grid .icn img {
	display: block;
	position: relative;
	inset-block-start: .3em;
}
#kadai ul li .grid p {
	font-size: 15px;
	font-weight: bold;
	margin-block-end: 0;
}
#kadai::after {
	content: '';
	width: 4em;
	height: 1.5em;
	background: #efefef;
	display: inline-block;
	clip-path: polygon(0 0, 100% 0, 50% 100%);

	position: absolute;
	inset: auto auto -1.5em calc(50% - 2em);
}


/* PXAGENTのベネフィット */
#benefit {
	background-image: url(../img/home/bg_benefit_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
#benefit ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.5em;
}
#benefit ul li {
	background-color: #fff;
	border: 2px solid #e5e5e5;
	border-radius: .8em;
	position: relative;
	padding: 1.0em 1em 1em;
}
#benefit ul li .icn {
	inline-size: 33px;
	position: absolute;
	inset: -.5em auto auto 1.5em;
}
#benefit ul li .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
#benefit ul li p {
	text-align: center;
	margin-block-start: .6em;
	margin-block-end: 0;
}

/* PX AGENTの対応範囲 */
#taio ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	column-gap: 3%;
	row-gap: 2em;
}
#taio ul li p {
	font-weight: bold;
	text-align: center;
	margin-block-start: .6em;
}






@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* PXAGENTの特徴 */
#tokucyo ul {
	inline-size: 60%;
	margin-inline: auto;
}
#tokucyo ul li .ttl {
	font-size: 18px;
}

/* 業界全体の課題 */
#kadai ul li {
	border: 2px solid #e5e5e5;
}
#kadai ul li .grid {
	grid-template-columns: 18px auto;
}
#kadai ul li .grid .icn img {
	inset-block-start: .3em;
}
#kadai ul li .grid p {
	font-size: 16px;
}

/* PXAGENTのベネフィット */
#benefit ul li .icn {
	inline-size: 35px;
	position: absolute;
	inset: -.5em auto auto 3.5em;
}

/* PX AGENTの対応範囲 */
#taio ul {
	grid-template-columns: repeat(3, 1fr);
}



	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* PXAGENTの特徴 */
#tokucyo ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3%;
	row-gap: 0;
	inline-size: auto;
}
#tokucyo ul li .ttl {
	font-size: 18px;
}
#tokucyo ul li .ttl br {
	display: none;
}

/* 業界全体の課題 */
#kadai ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3%;
	row-gap: 0;
}
#kadai ul li {
	border: 2px solid #e5e5e5;
}
#kadai ul li .grid {
	grid-template-columns: 20px auto;
}
#kadai ul li .grid .icn img {
	inset-block-start: .3em;
}
#kadai ul li .grid p {
	font-size: 17px;
}
#kadai::after {
	width: 6em;
	height: 2em;
	inset: auto auto -2em calc(50% - 3em);
}

/* PXAGENTのベネフィット */
#benefit {
	background-image: url(../img/home/bg_benefit.jpg);
}
#benefit ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4%;
	row-gap: 0;
}
#benefit ul li {
	border: 2px solid #e5e5e5;
	padding: 2.2em 1em 2em;
}
#benefit ul li .icn {
	inline-size: 36px;
	inset: -.5em auto auto 1em;
}
#benefit ul li .ttl {
	font-size: 18px;
}
#benefit ul li .ttl br {
	display: none;
}
#benefit ul li p br {
	display: none;
}

/* PX AGENTの対応範囲 */
#taio ul {
	grid-template-columns: repeat(4, 1fr);
}


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* PXAGENTの特徴 */
#tokucyo ul li .ttl {
	font-size: 20px;
}
#tokucyo ul li .ttl br {
	display: inline-block;
}

/* 業界全体の課題 */
#kadai ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4%;
	row-gap: 0;
}
#kadai ul li {
	border: 2px solid #e5e5e5;
}
#kadai ul li .grid {
	grid-template-columns: 25px auto;
}
#kadai ul li .grid .icn img {
	inset-block-start: .2em;
}
#kadai ul li .grid p {
	font-size: 18px;
}

/* PXAGENTのベネフィット */
#benefit {
	background-image: url(../img/home/bg_benefit.jpg);
}
#benefit ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4%;
	row-gap: 0;
}
#benefit ul li {
	border: 2px solid #e5e5e5;
	padding: 2.2em 1em 2em;
}
#benefit ul li .icn {
	inline-size: 45px;
	inset: -.5em auto auto 1em;
}
#benefit ul li .ttl {
	font-size: 20px;
}
#benefit ul li .ttl br {
	display: inline-block;
}
#benefit ul li p br {
	display: inline-block;
}

/* end of media query(pc) */
}