@charset "utf-8";

/************************************
 フロントページ 2026 新レイアウト用CSSファイル
 イラスト掲載対応版
 2026.03. 公開分
*************************************/
#wrapper {
	position: relative;
	overflow-x: hidden;
}
.topNew .BgIllusts {
	position: absolute;
	/* position: fixed; */
	top: 350px;
	/* top: 80px; */
	left: 0;
	right: 0;
	width: 100%;
	height: 3800px;
	/* height: 100vh; */
	background-image: url("/assets/images/top/BgIllusts2-01.png"), url("/assets/images/top/BgIllusts2-02.png");
	background-position:
	left 0px center,/* 1枚目の背景画像の表示位置 */
	right 20px center;/* 2枚目の背景画像の表示位置 */
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: -1;
}
.topNew .sliderArea {
	position: relative;
	overflow-x: unset;
	background-color: #ffffff;
}
.topNew .sliderArea .speechBubble {
	position: absolute;
	bottom: -50px;
	left: calc(50% - 500px);
	z-index: 500;
}
.topNew .sliderArea .speechBubble:hover {
	opacity: 0.7;
	transform: translate(3px, 3px);
}
.topNew .speechBubble img {
	width: 200px;
}

#topillust {
	/* max-width: 1080px; */
	margin: 0 auto 90px;
}
#topillust .toplead-message {
	all: unset;
}
#topillust .toplead-message .toplead-title {
	margin: 50px auto 20px;
	padding: 0;
	text-align: center;
	text-shadow: unset;
}
#topillust .illusts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
#topillust .illusts a:hover {
	text-decoration: none;
	/* transform: translate(3px, 3px); */
}
#topillust .illusts .illust:hover .illust-img img {
	opacity: 1.0;
	transform: scale(1.1);
	transition: transform .4s;
}
#topillust .illusts .illust:hover .illust-txt {
	opacity: 0.8;
	/* transform: translate(3px, 3px); */
}
#topillust .illusts .illust {
	width: 230px;
}
#topillust .illusts .illust .illust-img {
	background-color: #ffffff;
}
/*
#topillust .illusts .illust .illust-img {
	border-style: solid;
	border-width: 1px;
	border-image: url(/assets/images/enterprise/top_link_bg.png) 1;
	overflow: hidden;
}
*/
/* 枠・確認用 */
#topillust .illusts .illust {
	border-style: solid;
	border-width: 1px;
	border-image: url(/assets/images/enterprise/top_link_bg.png) 1;
	overflow: hidden;
}
/*
#topillust .illusts .illust.illust01 .illust-img {
	border: unset;
	overflow: hidden;
}
#topillust .illusts .illust .illust-txt {
	margin: 0 0 0 -1px;
}
#topillust .illusts .illust.illust02 .illust-img {
	border-style: solid;
	border-width: 1px;
	border-image: url(/assets/images/enterprise/top_link_bg.png) 1;
	overflow: hidden;
}
#topillust .illusts .illust.illust02 .illust-txt {
	margin: -1px 0 0;
}
*/
/* //枠・確認用 */
#topillust .illusts .illust .illust-txt {
	position: relative;
	margin: 0 0 0 -1px;
	/* margin: 5px 0 0; */
	text-align: center;
	background: url(../images/top/toplead_item_bg.png) no-repeat center/cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	aspect-ratio: 230 / 130;
	/* aspect-ratio: 249 / 139; */
}
#topillust .illusts .illust.illust01 .illust-txt {
	background: url(../images/top/toplead_item_bg_main.png) no-repeat center / cover;
}
#topillust .illusts .illust .illust-txt::after {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
}
#topillust .illusts .illust.illust02 .illust-txt::after {
	background: url(../images/top/icon_illust02.svg) no-repeat center / cover #ffffff;
	bottom: 13px;
	right: 13px;
}
#topillust .illusts .illust.illust03 .illust-txt::after {
	background: url(../images/top/icon_illust03.svg) no-repeat center / cover #ffffff;
	bottom: 13px;
	right: 13px;
}
#topillust .illusts .illust.illust04 .illust-txt::after {
	background: url(../images/top/icon_illust04.svg) no-repeat center / cover #ffffff;
	bottom: 10px;
	right: 13px;
}
#topillust .illusts .illust.illust05 .illust-txt::after {
	background: url(../images/top/icon_illust05.svg) no-repeat center / cover #ffffff;
	bottom: 10px;
	right: 13px;
}
#topillust .illusts .illust .illust-txt .illust-title {
	margin: 0 auto;
	padding: 30px 0 0;
	font-size: 1.3rem;
	font-weight: 700;
}
#topillust .illusts .illust.illust01 .illust-txt .illust-title {
	padding: 15px 0 0;
	color: #fff;
	text-align: center;
	text-shadow: 3px 3px 5px rgb(0, 0, 0);
	text-underline-offset: 5px;
}
#topillust .illusts .illust.illust05 .illust-txt .illust-title {
	padding: 15px 0 0;
}
#topillust .illusts .illust.illust01 .illust-txt .illust-btn {
	width: 80%;
	margin: 5px auto 0;
	padding: 5px 0 2px;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	background: #fb003c;
	border: solid 1px #fb003c;
}


#heroContNew h2 {
	color: #000;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}
#heroContNew h2 .title_line_green {
	width: 60px;
	border-top: 4px solid #03B400;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#heroContNew .heroConts {
	display: flex;
	gap: 50px;
	justify-content: center;
	width: 95%;
	max-width: 1060px;
	margin: 80px auto;
}
#heroContNew .heroConts a {
	display: block;
}
#heroContNew .heroConts a:hover {
	text-decoration: none;
	opacity: 0.7;
	/* transform: translate(3px, 3px); */
}
#heroContNew .heroConts .heroCont {
	text-align: center;
}
#heroContNew .heroConts .heroCont h3 {
	position: relative;
	width: fit-content;
	min-height: 80px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
#heroContNew .heroConts .heroCont.heroContR h3 {
	padding: 20px 10px 0;
}
#heroContNew .heroConts .heroCont h3::after {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/assets/images/common/bg_ttl.jpg) repeat-x 0 100%;
}
#heroContNew .heroConts .heroCont .heroCont-txt {
	margin: 10px auto;
	height: 45px;
}
#heroContNew .heroConts .heroCont.heroContL .heroCont-txt p {
	padding: 15px 0 0;
}
#heroContNew .heroConts .heroCont .heroCont-img {
	display: flex;
	gap: 20px;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-image: url(/assets/images/enterprise/top_link_bg.png) 1;
	overflow: hidden;
}
#heroContNew .heroConts .heroCont:hover .heroCont-img img {
	transform: scale(1.1);
	transition: transform .4s;
}



@media (max-width: 1350px) {
	.topNew .BgIllusts {
		display: none;
	}
}



@media (max-width: 950px) {
	.topNew .sliderArea .speechBubble {
		bottom: -30px;
		left: 5px;
	}
	.topNew .sliderArea .speechBubble img {
		width: 150px;
	}
}



@media (max-width: 780px) {
	.topNew .sliderArea .speechBubble {
		bottom: -50px;
		left: 5px;
	}
	.topNew .sliderArea .speechBubble img {
		width: 130px;
	}
	
	#topillust .illusts {
		display: block;
	}
	#topillust .illusts .illust {
		display: flex;
		gap: 5px;
		width: 80%;
		height: 139px;
		margin: 10px auto 0;
	}
	#topillust .illusts .illust .illust-img {
		width: calc(100% - 250px);
		height: 139px;
	}
	#topillust .illusts .illust .illust-img img {
		height: 139px;
		object-fit: cover;
		object-position: center 0%;
	}
	#topillust .illusts .illust.illust01 .illust-img img {
		object-position: center -50px;
	}
	#topillust .illusts .illust.illust02 .illust-img img {
		object-position: center -60px;
	}
	#topillust .illusts .illust .illust-txt {
		width: 250px;
		margin: 0 -1px 0 0;
	}

	#heroContNew h2 {
		font-size: 2rem;
	}
}



@media (max-width: 580px) {
	.topNew .sliderArea .speechBubble {
		bottom: -70px;
		left: 5px;
	}
	.topNew .sliderArea .speechBubble img {
		width: 100px;
	}
	
	#topillust {
		margin: 80px auto 90px;
	}
	#topillust .illusts .illust.illust01 .illust-img img , 
	#topillust .illusts .illust.illust02 .illust-img img {
		object-position: center 0%;
	}
	
	#heroContNew .heroConts {
		display: block;
		margin: 0 auto;
	}
	#heroContNew .heroConts .heroCont {
		margin: 20px auto 0;
	}
}



@media (max-width: 430px) {
	#topillust .illusts .illust {
		border: unset;
	}
	#topillust .illusts .illust .illust-img {
		display: none;
	}
	#topillust .illusts .illust .illust-txt {
		margin: 0 auto 0;
	}
}

/*top2026.css に移植予定*/

