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

/*==============================*/
/* mainVisual */
/*==============================*/
div.mainVisual{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: clamp(560px, 39.58vw, 760px);
	background: url("/common/img/main-visual/mainvisual-pc.webp") center center / cover no-repeat;
}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.mainVisual{
			height: 120vw;
			background: url("/common/img/main-visual/mainvisual-sp.webp") center center / cover no-repeat;
		}
	}

/*---------------------------------
   tmb
---------------------------------*/
div.mainVisual h1{
	transform: translateY(-20px);
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 2px 8px rgba(2,54,69,1);
	line-height: 1.618em;
}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.mainVisual h1{
			transform: translateY(0px);
			font-size: 26px;
			text-shadow: 0 2px 9px rgba(38,80,81,1);
			line-height: 1.414em;
		}
	}

/*==============================*/
/* ユーザー */
/*==============================*/
div.topUserbox{
	position: relative;
	display: flex;
	margin-top: -90px;
	gap: 16px;
}
div.topUserbox > div{
	display: flex;
	flex-direction: column;
	width: calc(calc(100% - 16px * 1) / 2);
	padding: 28px 28px 24px 28px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 2px 10px 0px rgba(153,153,153,0.3);
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topUserbox{
			flex-direction: column;
			margin-top: -90px;
			gap: 16px;
		}
		div.topUserbox > div{
			width: 100%;
			padding: 24px;
			border-radius: 10px;
		}
	}


/*---------------------------------
   title
---------------------------------*/
div.topUserbox h2{
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topUserbox h2{
			gap: 8px;
			margin-bottom: 10px;
			font-size: 20px;
		}
	}


/*---------------------------------
   Text
---------------------------------*/
div.topUserbox div.userBox-text{
	margin-bottom: 16px;
}
div.topUserbox div.userBox-text p{
	font-size: 14px;
	line-height: 1.618em;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topUserbox div.userBox-text{}
		div.topUserbox div.userBox-text p{
			font-size: 14px;
			line-height: 1.5em;
		}
	}


/*---------------------------------
   Btn
---------------------------------*/
div.topUserbox p.userBox-btn{
	margin-top: auto;
	text-align: center;
}
div.topUserbox p.userBox-btn a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 48px 9px 48px;
    background: #3D5F91;
	color: #fff;
	font-size: 15px;
    border-radius: 200px;
    box-sizing: border-box;
}
div.topUserbox p.userBox-btn a:hover{ background: #244069;}


/*---------------------------------
   List
---------------------------------*/
div.topUserbox ul{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 12px;
	background: #EFF9F5 url("/common/img/share/bg-texture.png");
	border-radius: 10px;
}
div.topUserbox ul li{
	width: calc(calc(100% - 4px * 3) / 4);
}
div.topUserbox ul li a{
	position: relative;
	display: block;
	padding: 8px 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.2);
	color: #87B32E;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
div.topUserbox ul li a:hover{
	background: #87B32E;
	color: #fff;
}
	/* ======= TB：個別設定 =======*/
	@media screen and (min-width: 1025px) and (max-width: 1080px) {
		div.topUserbox ul{
			gap: 4px;
			padding: 12px;
		}
		div.topUserbox ul li{ width: calc(calc(100% - 4px * 2) / 3);}
	}
	/* ======= TB：個別設定 =======*/
	@media screen and (min-width: 878px) and (max-width: 1024px) {
		div.topUserbox ul li{ width: calc(calc(100% - 4px * 2) / 3);}
	}
	/* ======= TB：個別設定 =======*/
	@media screen and (min-width: 768px) and (max-width: 877px) {
		div.topUserbox ul li{ width: calc(calc(100% - 4px * 1) / 2);}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topUserbox ul{
			gap: 4px;
			padding: 10px;
		}
		div.topUserbox ul li{ width: calc(calc(100% - 4px * 2) / 3);}
	}
	/* ======= SP =======*/
	@media (max-width: 450px) {
		div.topUserbox ul li{ width: calc(calc(100% - 4px * 1) / 2);}
	}


/*==============================*/
/* News */
/*==============================*/
div.topNews{
	display: flex;
}
	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topNews{
			flex-direction: column;
		}
	}


/*---------------------------------
   title
---------------------------------*/
div.topNews div:nth-child(1){
	width: 332px;
}
div.topNews div:nth-child(1) p{
	font-size: 15px;
}
	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.topNews div:nth-child(1){
			width: 248px;
		}
		div.topNews div:nth-child(1) p{
			font-size: 14px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topNews div:nth-child(1){
			width: 100%;
		}
	}

/*---------------------------------
   content
---------------------------------*/
div.topNews div:nth-child(2){
	flex: 1;
	margin-left: 24px;
}
	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topNews div:nth-child(2){
			flex: 1;
			margin-left: 0px;
		}
	}


/*==============================*/
/* 背景 */
/*==============================*/
div.topLine{
	position: relative;
	width: 100%;
	height: clamp(160px, 20vw, 280px);
	background: url("/common/img/top/bg-top.webp") center center / cover no-repeat;
}


/*==============================*/
/* サービス */
/*==============================*/
div.topService{
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
	background: #EFF9F5 url("/common/img/share/bg-texture.png");
	border-radius: 20px;
	gap: 32px;
}

div.topService div{ width: calc(calc(100% - 32px * 1) / 2);}
div.topService div a{
	display: block;
	padding: 22px 22px 20px 22px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 1px 2px 6px 0px rgba(29,124,183,0.2);
}
div.topService div a:hover{
	transform: translateY(4px);
	box-shadow: none;
}
	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.topService{
			padding: 36px;
			border-radius: 14px;
			gap: 16px;
		}
		div.topService div{ width: calc(calc(100% - 16px * 1) / 2);}
		div.topService div a{
			padding: 18px 16px 20px 16px;
			border-radius: 14px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topService{
			flex-direction: column;
			width: calc(100% + 48px);
			transform: translateX(-24px);
			padding: 32px 24px;
			border-radius: 8px;
			gap: 16px;
		}

		div.topService div{ width: 100%;}
		div.topService div a{ padding: 16px 16px 18px 16px;}
	}


/*---------------------------------
   tmb
---------------------------------*/
div.topService div a figure{
	position: relative;
	margin-bottom: 20px;
}
div.topService div a figure::before{
	position: absolute; bottom: -12px; left: 12px;
	content: "";
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 50%;
}
div.topService div:nth-child(1) a figure::after{
	position: absolute; bottom: 5px; left: 25px;
	content: "";
	width: 40px;
	aspect-ratio: 272/188;
	background: url("/common/img/top/icon-service01.svg") no-repeat;
	background-size: contain;
}
div.topService div:nth-child(2) a figure::after{
	position: absolute; bottom: 1px; left: 28px;
	content: "";
	width: 28px;
	aspect-ratio: 155/183;
	background: url("/common/img/top/icon-service02.svg") no-repeat;
	background-size: contain;
}
div.topService div:nth-child(3) a figure::after{
	position: absolute; bottom: 3px; left: 23px;
	content: "";
	width: 45px;
	aspect-ratio: 336/214;
	background: url("/common/img/top/icon-service03.svg") no-repeat;
	background-size: contain;
}
div.topService div:nth-child(4) a figure::after{
	position: absolute; bottom: 4px; left: 26px;
	content: "";
	width: 37px;
	aspect-ratio: 237/182;
	background: url("/common/img/top/icon-service04.svg") no-repeat;
	background-size: contain;
}




div.topService div a figure img{ border-radius: 16px;}

 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topService div a figure{ margin-bottom: 20px;}
		div.topService div a figure img{ border-radius: 10px;}
	}


/*---------------------------------
   tmb
---------------------------------*/
div.topService div a h3{
	position: relative;
	padding-left: 16px;
	color: #1F5E54;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3em;
}
div.topService div a h3::before{
	position: absolute; top: 50%; right: 8px;
	content: "";
	width: 28px;
	height: 28px;
	background: #A4CF4C;
	border-radius: 50%;
	margin-top: -14px;
}

div.topService div a h3::after{
	position: absolute; top: 50%; right: 20px;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.topService div a h3{
			padding-left: 10px;
			padding-right: 32px;
			font-size: 19px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topService div a h3{
			padding-left: 6px;
			padding-right: 32px;
			font-size: 19px;
			font-weight: 600;
		}
		div.topService div a h3::before{ position: absolute; top: 50%; right: 4px;}
		div.topService div a h3::after{ position: absolute; top: 50%; right: 16px;}
	}



/*==============================*/
/* 私たちの取り組み */
/*==============================*/
div.topEffort{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

div.topEffort dl{
	width: calc(calc(100% - 40px * 2) / 3);
	padding: 20px 20px 40px 20px;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.2);
	border: 1px solid #eee;
	border-radius: 20px
}
div.topEffort dl dt{
	padding: 36px 0 31px 0;
	background: #EFF9F5 url("/common/img/share/bg-texture.png");
	border-radius: 18px 18px 0 0;
	color: #87B32E;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
div.topEffort dd:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin: -16px auto 20px auto;
	background: #fff;
	border-radius: 50%;
}
div.topEffort dd:nth-child(3){
	padding: 0 12px; 
	font-size: 15px;
	line-height: 1.618em;
}

	 /* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.topEffort{
			display: flex;
			flex-wrap: wrap;
			gap: 22px;
		}

		div.topEffort dl{
			width: calc(calc(100% - 22px * 1) / 2);
			padding: 20px 20px 40px 20px;
			border-radius: 20px
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.topEffort{
			flex-direction: column;
			gap: 20px;
		}

		div.topEffort dl{
			width: 100%;
			padding: 16px 16px 32px 16px;
		}
		div.topEffort dl dt{
			padding: 36px 0 31px 0;
			font-size: 22px;
		}
		div.topEffort dd:nth-child(2){
			width: 88px;
			height: 88px;
			margin: -16px auto 20px auto;
		}
		div.topEffort dd:nth-child(3){
			padding: 0 12px; 
			font-size: 14px;
		}
	}



