@charset "UTF-8";

:root{
}

@media screen and (max-width: 1030px) {
	:root{
	}
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 700px) {

}


.t-page_vision_img_area{
	margin-top: calc( ( 74px - var(--t_vision) ) * 4 / 4);
	margin-bottom: calc( ( 100px - var(--b_vision) ) * 4 / 4);
}

@media screen and (max-width: 900px) {
	.t-page_vision_img_area{
		margin-top: calc( ( 74px - var(--t_vision) ) * 3 / 4);
		margin-bottom: calc( ( 100px - var(--b_vision) ) * 3 / 4);
	}
}

@media screen and (max-width: 700px) {
	.t-page_vision_img_area{
		margin-top: calc( ( 74px - var(--t_vision) ) * 2 / 4);
		margin-bottom: calc( ( 100px - var(--b_vision) ) * 2 / 4);
	}
}

/* ------------------------- .p-mail-magazine ------------------------------ */

.p-mail-magazine{
	/*padding-top: calc(  80px * 4 / 4);*/
	padding-bottom: calc( 110px * 4 / 4);
}

@media screen and (max-width: 900px) {
	.p-mail-magazine{
		/*padding-top: calc(  80px * 3 / 4);*/
		padding-bottom: calc( 110px * 3 / 4);
	}
}

@media screen and (max-width: 700px) {
	.p-mail-magazine{
		/*padding-top: calc(  80px * 2 / 4);*/
		padding-bottom: calc( 110px * 2 / 4);
	}
}



.p-mail-magazine_row_wrap{

}

.p-mail-magazine_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-mail-magazine_row_text{
	padding: 0 30px 0 0;
}

.p-mail-magazine_row_title01{
	font-size: 32px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	line-height: 1.75;
	white-space: nowrap;
}

.p-mail-magazine_row_img{
	width: 52%;
}

@media screen and (max-width: 900px) {
	.p-mail-magazine_row_title01{
		font-size: 26px;
	}
}

@media screen and (max-width: 700px) {
	.p-mail-magazine_row{
		flex-wrap: wrap;
	}
	.p-mail-magazine_row_text{
		width: 100%;
		padding: 0 0 30px 0;
	}
	.p-mail-magazine_row_img{
		width: 100%;
	}
	.p-mail-magazine_row_title01{
		font-size: 24px;
		text-align: center;
	}
}

/* ------------------------- .p-point ------------------------------ */

.p-point{
	background-image: url(../../img/mail-magazine/mail-magazine_bg01@2x.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: calc(  110px * 4 / 4);
	padding-bottom: calc( 110px * 4 / 4);
}

@media screen and (max-width: 900px) {
	.p-point{
		padding-top: calc(  110px * 3 / 4);
		padding-bottom: calc( 110px * 3 / 4);
	}
}

@media screen and (max-width: 700px) {
	.p-point{
		padding-top: calc(  110px * 2 / 4);
		padding-bottom: calc( 110px * 2 / 4);
	}
}

/* .p-point_list_wrap */

.p-point_list_wrap{

}

.p-point_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -28px -28px 0;
}

.p-point_list_item{
	display: flex;
	flex-direction: column;
	width: 33.3%;
	padding: 0 28px 28px 0;
}

@media screen and (max-width: 1030px) {
	.p-point_list_item{
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.p-point_list_item{
		width: 100%;
	}
}

.p-point_list_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.p-point_list_block_head{
	position: relative;
	padding: 20px 30px;
	height: 106px;
	line-height: 1;
	color: #fff;
}

.p-point_list_block_head_in{
	position: relative;
	z-index: 1;
}

.p-point_list_block_head_obj{
	display: flex;
	align-items: center;
}

.p-point_list_block_head svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-point_list_block_title01{
	font-size: 12px;
	font-family: "Marcellus", serif;
	margin: 0 0 8px 0;
}

.p-point_list_block_title02{
	font-size: 34px;
	font-family: "Marcellus", serif;
	width: 0;
}

.p-point_list_block_title03{
	font-size: 21px;
	font-family: "Marcellus", serif;
	white-space: nowrap;
	flex-grow: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-point_list_block_in{
	flex-grow: 1;
	padding: 30px 28px;
}

.p-point_list_block_title04{
	font-size: 18px;
	line-height: 1.66;
	margin: 0 0 26px 0;
}

.p-point_list_block_lead{
	font-size: 14px;
	line-height: 1.86;
}

@media screen and (max-width: 700px) {
	.p-point_list_block_title04{
		margin: 0 0 15px 0;
	}
}
