@charset "UTF-8";

/* Well-beingな社会を目指して
================================================= */
#main{
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}

.sp_active{
	display: none;
}
.learnmore-header.after-wave{
	display: none;
}

.Roboto{
	font-family: 'Roboto', sans-serif;
}

/* mv */
.mv{
	background: url(../img_new2/main_pc.jpg) no-repeat center/cover;
	padding: 11vw 0;
}
.mv h3{
	background: #0058AE;
	width: 55vw;
	padding: 26px 0 26px 55px;
	margin-left: auto;
	color: #fff;
	font-weight: 100;
	font-size: 42px;
	letter-spacing: .08em;
	position: relative;
}
.mv h3 .Roboto{
	font-size: 56px;
	letter-spacing: 0;
	line-height: 1;
}
.mv h3 .txt_sm{
	font-size: 24px;
}
.mv h3::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 178px 85px;
	border-color: transparent transparent #0058AE transparent;
	position: absolute;
	top: 0;
	right: 100%;
}

.contents_wrap{
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.contents_wrap .intro{
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.8;
}

.btn_list{
	display: flex;
	justify-content: space-between;
	max-width: 724px;
	width: 100%;
	margin: 0 auto 87px;
}
.btn_list li{
	display: table;
	border: 1px solid #005BAC;
	border-radius: 10px;
	width: 48.5%;
	height: 60px;
}
.btn_list li a{
	background: url(../img_new2/arrow.svg) no-repeat 95% 55%/auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


section{
	padding: 45px 0 90px;
	position: relative;
	z-index: 1;
}
#main section::before{
	content: "";
	background: -moz-linear-gradient(top, #E6F3FF, #fff);
	background: -webkit-linear-gradient(top, #E6F3FF, #fff);
	background: linear-gradient(to bottom, #E6F3FF, #fff);
	width: 100vw;
	height: 330px;
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	z-index: -1;
}
.area_title{
	padding-right: 84px;
	margin-bottom: 60px;
}
.area_title > div{
	width: 509px;
	margin-left: auto;
	position: relative;
}
.area_title > div::before{
	content: "";
	background: url(../img_new2/title_img01.png) no-repeat center/100%;
	width: 500px;
	height: 261.04px;
	position: absolute;
	top: -74px;
	right: 100%;
}
.area_title h4{
	margin-bottom: 15px;
	color: #0058AE;
	font-size: 32px;
	text-align: center;
}
.area_title .line{
	border-top: 1px solid #0058AE;
	border-bottom: 1px solid #0058AE;
	padding: 10px 0;
	margin-bottom: 15px;
	color: #0058AE;
	font-size: 20px;
	text-align: center;
}
.area_title .read{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.bg_title{
		background: url(../img_new2/icon_leaf.svg) no-repeat 15px 20px/25px,#0058AE;
		border-radius: 10px;
		padding: 10px 15px 10px 50px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 22px;
}

/* area01 */
.box_wrap{
	background: url(../img_new2/logo.jpg) no-repeat 45px 25px/235.97px,#fff;
	border: 1px solid #0058AE;
	border-radius: 10px;
	padding: 50px 45px 50px 322px;
	width: 100%;
	margin: 0 auto 85px;
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.box_wrap .txt_blue{
	margin-bottom: 20px;
	color: #005BAC;
	font-size: 24px;
	font-weight: bold;
}
.item{
	display: flex;
}
.item .photo{
	width: 295px;
	margin-left: 20px;
	flex-shrink: 0;
}
.notes{
	margin-top: 15px;
	font-size: 12px;
}
.contents_wrap .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents_wrap .col2 li.item{
	width: 46%;
}
.contents_wrap .col2 li{
	margin-bottom: 30px;
}
.contents_wrap .col2 li.item .photo{
	width: 164px;
}


/* area02 */
#area02 .area_title > div::before{
	background: url(../img_new2/title_img02.png) no-repeat center/100%;
}
.flex_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
}
.flex_list li{
	width: 48%;
	margin-top: 40px;
}
.flex_list li:nth-child(odd){
	margin-right: 4%;
}
.flex_list li > div{
	padding: 0 30px;
}
.flex_list li .photo{
	margin-bottom: 30px;
}

/* related_products */
.related_products{
	max-width: 1070px;
	width: 100%;
	padding: 37px 20px 0;
	margin: 0 auto;
}
#main section.related_products::before{
	height: 100px;
}
.related_products .title{
	margin-bottom: 40px;
	color: #0058AE;
	font-size: 32px;
	text-align: center;
	font-weight: 500;

}
.products_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
}
.brand_title a{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #0058AE;
	font-size: 24px;
	font-weight: bold;
}
.brand_title img{
	width: 78.57px;
	margin-right: 20px;
}
.products_list li{
	background: #fff;
	border: 1px solid #CCCDE3;
	border-radius: 5px;
	width: 32%;
	margin: 0 2% 15px 0;
}
.products_list li:nth-child(3n){
	margin-right: 0;
}
.products_list li a{
	display: block;
	padding: 23px 20px;
	color: #000;
	font-weight: 500;
}
.products_list li a > div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.products_list li .photo{
	width: 30%;
}
.products_list li .txt_area{
	width: 55%;
}
.products_list li .cat{
	margin-bottom: 5px;
	font-size: 14px;
}
.products_list li .cat span{
	display: inline-block;
	border: 1px solid #707070;
	 font-size: 12px;
	 font-weight: normal;
	 padding: 2px 6px;
	 margin-left: 10px;
}
.products_list li .txt_area .name{
	color: #0058AE;
}
.products_list li .txt{
	font-size: 14px;
}

/* ----------------------------------------------------------
関連商品レイアウトカスタム
---------------------------------------------------------- */
/* .prodlist-series{
	color: #0058AE;
	font-size: 32px;
	text-align: center;
}
.prodlist.bg-blue{
	background: none;
	max-width: 1070px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.prodcard-body{
	background: none;
}
.prodcard-head{
	width: 50%;
}
.prodcard-categ{}

スライド打ち消し
.swiper-container-free-mode>.swiper-wrapper{
	margin-top: -20px;
	transform: translate3d(0px, 0px, 0px)!important;
}
.prodlist-list{
	margin-left: -10px;
}
.prodlist-list-inner{
	flex-wrap: wrap;
}
.prodcard{
	margin-top: 20px;
}
.prodcard:first-child{
	margin-left: 10px;
}
.swiper-button-prev,
.swiper-button-next{
	display: none;
}
.swiper-scrollbar{
	display: none;
} */

/* Blake point
================================================= */
@media (max-width: 768px){

	.pc_active{
		display: none;
	}
	.sp_active{
		display: block;
	}

	/* mv */
	.mv{
		background: url(../img_new2/main_sp01.jpg) no-repeat center top/100%;
		width: 100%;
		padding: 240px 0 0;
		margin-bottom: 50px;
	}
	.mv h3{
		width: 258px;
		padding: 21px 15px;
		font-size: 26px;
	}
	.mv h3 .Roboto{
		font-size: 34px;
	}
	.mv h3 .txt_sm{
		font-size: 14px;
	}
	.mv h3::before{
		border-width: 0 0 120px 57px;
	}

	.contents_wrap{
		max-width: 980px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.contents_wrap .intro{
		margin-bottom: 30px;
		font-size: 16px;
	}

	.btn_list{
		display: block;
		width: 100%;
		margin: 0 auto 110px;
	}
	.btn_list li{
		width: 100%;
		height: 60px;
		margin-bottom: 15px;
	}
	.btn_list li:last-child{
		margin-bottom: 0;
	}

	section{
		padding: 0 0 90px;
	}
	#main section::before{
		height: 119px;
	}
	.area_title{
		padding: 0;
		margin-bottom: 30px;
	}
	.area_title > div{
		width: 100%;
		padding: 150px 0 0;
	}
	.area_title > div::before{
		content: "";
		background: url(../img_new2/title_img01.png) no-repeat center/100%;
		width: 325px;
		height: 169.68px;
		position: absolute;
		transform: translateX(-50%);
		top: -42px;
		left: 50%;
		right: auto;
	}
	.area_title h4{
		margin-bottom: 15px;
		font-size: 28px;
	}
	.area_title .line{
		padding: 10px 0;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.area_title .read{
		font-size: 16px;
		text-align: left;
	}

	.bg_title{
			background: url(../img_new2/icon_leaf.svg) no-repeat 15px 20px/25px,#0058AE;
			border-radius: 10px;
			padding: 10px 15px 10px 50px;
			margin-bottom: 20px;
			color: #fff;
			font-size: 22px;
	}

	/* area01 */
	.box_wrap{
		background: url(../img_new2/logo.jpg) no-repeat 45% 35px/192.97px,#fff;
		padding: 223px 25px 50px;
		width: 100%;
		margin: 0 auto 30px;
		font-size: 16px;
	}
	.box_wrap .txt_blue{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.item{
		display: block;
		margin-bottom: 30px;
	}
	.item .photo{
		width: 100%;
		margin: 20px 0 0;
	}
	.notes{
		margin-top: 15px;
		font-size: 12px;
	}
	.contents_wrap .col2{
		display: block;
	}
	.contents_wrap .col2 li.item{
		width: 100%;
	}
	.contents_wrap .col2 li{
		margin-bottom: 30px;
	}
	.contents_wrap .col2 li.item .photo{
		margin: 20px auto 0;
	}


	/* area02 */
	#area02 .area_title > div::before{
		background: url(../img_new2/title_img02.png) no-repeat center/100%;
	}
	.flex_list{
		display: block;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.flex_list li{
		width: 100%;
		margin-top: 30px;
	}
	.flex_list li:nth-child(odd){
		margin-right: 0
	}
	.flex_list li > div{
		padding: 0;
	}
	.flex_list li .photo{
		margin-bottom: 20px;
	}

	/* related_products */
	.related_products .title{
		margin-bottom: 40px;
		font-size: 28px;
	}
	.products_list{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 65px;
	}
	.brand_title a{
		font-size: 18px;
	}
	.brand_title img{
		margin-right: 15px;
	}
	.products_list li{
		width: 100%;
		margin: 0 0 15px;
	}
	.products_list li:nth-child(3n){
		margin-right: 0;
	}
	.products_list li a{
		display: block;
		padding: 23px 20px;
		color: #000;
		font-weight: 500;
	}
	.products_list li a > div{
		display: flex;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	.products_list li .photo{
		width: 30%;
	}
	.products_list li .txt_area{
		width: 55%;
	}
	.products_list li .cat{
		margin-bottom: 5px;
	}
	.products_list li .cat span{
		display: inline-block;
		border: 1px solid #707070;
		font-size: 12px;
		font-weight: normal;
		padding: 2px 6px;
		margin-left: 10px;
	}
	.products_list li .txt_area .name{
		color: #0058AE;
	}
	.products_list li .txt{
		font-size: 14px;
	}
}