@charset "utf-8";
/* CSS Document */

#first-view h1, #concern h2,.lead{
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: bolder;
	
}
#first-view h1, #concern h2{
	color: #544b9d;
}



#first-view, #concern, #use, #case, #strong{
	margin-bottom: 2rem;
}

/* =========================================
   first-view
========================================= */
.main_img{
	position: relative;
}
picture, .h1-contents{
	display: block;
}
.h1-contents{
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 2;
	text-align: left;
}
#first-view h1{
	font-size: 2.0rem;
	line-height: 1.4;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin-bottom: 0.8rem;
}
.h1-small{
	font-size: 1.6rem;
}
.lead{
	font-size: 1.2rem;
	line-height: 1.4;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.first-icon{
	position: absolute;
	right: 5%;
	bottom: 2%;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.1rem;
	width: 40%;
}
.first-icon img{
	width: 100%;
	height: auto;
	
}
/* =========================================
   concern
========================================= */
.concern-flex{
	display: flex;
	flex-direction: column;
}
#concern h2{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-left: 2rem;
}
.text-contents{
	margin-bottom: 2rem;
}
.check {
	list-style: none;
	font-size: 1.6rem;
	width: fit-content;
    margin: 0 auto;
    text-align: left;
}
.with-check:before{
	font-family: FontAwesome;
	content: "\f058";
	color: #544b9d;
	margin-right: 1rem;
}
.quatroimg{
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 0.6rem;
	margin: 0 auto 2rem;
}
.quatroimg img {
	width: 100%;
	height: auto;
}
.support{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1rem;
}
.support img{
	width: 50px;
	height: 50px;
	flex-shrink:0;
}
.support p{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #544b9d;
}

.strong{
	font-size: 1.8rem;
}
.btn-mail{
	text-align: center;
}
.btn-contents{
	display: inline-block;
	border: 1px solid #e4007f;
}
.bg-pink{
	background-color: #e4007f;
	padding: 1rem;
	text-align: center;
	color: #fff;
}
.btn-contents p{
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 2rem;
}
.p-contact{
	color: #e4007f;
}
.p-contact:after{
	font-family: FontAwesome;
	content: "\f138";
	color: #e4007f;
	margin-left: 1rem;
	
}
/* =========================================
   use
========================================= */
.h2mark{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #e4007f;
	font-size: 2rem;
	gap: 10px;
	margin: 2rem 0;
}
.h2mark::before,
.h2mark::after{
	content: "";
	display: block;
	width: 60px;
	aspect-ratio: 1 / 1;
	height: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0; /* 縮まないように */
}
.h2mark::before{
	background-image: url( "../images/g-images/left-mark.jpg");
	
}
.h2mark::after{
	background-image: url( "../images/g-images/right-mark.jpg");
}
.use-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 1rem;
}
.use-card{
	text-align: center;
	border: solid 1px #544b9d;
	margin-bottom: 2rem;
}
.use-card img{
	width: 100%;
	height: auto;
	display: block;
}
.use-card p{
	color: #544b9d;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1.4rem 0 0.8rem;
}
/* =========================================
   case
========================================= */
.case-grid{
	display:grid;
	grid-template-columns:1fr;
	gap:3rem;
	margin:0 1rem 3rem;
}
.case-card{
	border: solid 1px #544b9d;
	margin-bottom: 2rem;
	overflow:hidden;
	box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.case-card h3{
	background-color: #544b9d;
	color: #fff;
	font-size: 1.5rem;
	padding: 1.4rem;
}
.card-content{
	display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
}
.card-text{
    flex: 1;
}

.card-content img{
    width: 45%;
    max-width: 300px;
}
.card-text ul{
    padding-left: 2.5rem;
    margin: 0;
}
.case-card li{
	list-style: disc;
}
/* =========================================
   strong
========================================= */
.icon-card{
	display:flex;
	flex-direction:column;
	align-items:center;

	text-align:center;
	color:#544b9d;
	font-size:1.8rem;
	font-weight:bold;
}

.icon-card img{
	margin-bottom:1rem;
}

/* タブレット (768px〜) */
@media (min-width: 768px) {
	
/* =========================================
   first-view
========================================= */
	.h1-contents{
		text-align: left;
	}
	#first-view h1{
		font-size: 3.0rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.h1-small{
		font-size: 2.6rem;
	}
	.lead{
		font-size: 1.8rem;
		
	}
	.first-icon{
		position: absolute;
		left: 5%;
		bottom: 2%;
		z-index: 2;
	}
	
/* =========================================
   concern
========================================= */
	.concern-flex{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 3rem;
		
		
	}
	.text-contents {
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
	}

	.quatroimg {
		display: grid;
		flex: 0 0 50%;
		min-width: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: 0.6rem;
		margin: 0;
	}

	.quatroimg img {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 0;
		object-fit: cover;
	}


	#concern h2 {
		margin: 0 2rem 2rem;
		font-size: 2.5rem;
		line-height: 1.6;
	}
	.support {
		margin-top: 2rem;
	}

	.btn-mail {
		margin-top: 2rem;
	}
	
/* =========================================
   use
========================================= */
	.use-grid{
		grid-template-columns: repeat(3, 1fr);
	}
/* =========================================
   case
========================================= */	
	.case-grid{
		grid-template-columns:repeat(2,1fr);
	}
}

/* PC (1024px〜) */
@media (min-width: 1024px) {
	.pc-br{
		display: block;
	}
	.tb-br, .sp-br{
		display: none;
	}
/* =========================================
   first-view
========================================= */
	.h1-contents{
		position: absolute;
		left: 5%;
		top: 10%;
		z-index: 2;
		text-align: left;
	}
	#first-view h1{
		font-size: 4rem;
		line-height: 1.6;
	}
	.h1-small{
		font-size: 3rem;
	}
	.lead{
		font-size: 2.6rem;
		
	}
	.first-icon{
		position: absolute;
		left: 5%;
		bottom: 2%;
		z-index: 2;
	}
	.use-grid{
		grid-template-columns: repeat(6, 1fr);
	}
	.check {
		font-size: 2.0rem;
	}
	.support img{
	width: 80px;
	height: 80px;
	flex-shrink:0;
	}
	.support p{
		font-size: 2rem;
	}
	.strong{
		font-size: 2.8rem;
}
}

/* PC-wide (1400px〜) */
@media (min-width: 1400px) {
	
}
