/* CSS Document */
footer
{
	background-image: url(images/base_bg_photo.jpg);
}


#report
{
	margin-top: -100px;
	padding-top: 0px;
}


#report .head_box 
{
	position: relative;
	min-height: 350px;
	margin-bottom: 40px;
}

#report .head_box h4
{
	color: var(--base-color02);
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 30px;
}

#report .head_box .photo
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#report .head_box .text
{
	width: 560px;
}

#report .report_box
{
	background-image: url(images/report_box_bg.jpg);
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 80px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
}

#report .report_box h5
{
	position: absolute;
	top: -32px;
	left: 60px;
}

#report .report_box dl
{
	display: flex;
	gap: 0px;
	flex-shrink: 0;
	margin: 0px;
	padding: 0px;

}

#report .report_box dl:nth-of-type(1) 
{
	margin-bottom: 30px;
}

#report .report_box dl dt
{
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#report .report_box dl:nth-of-type(1) dt:last-child
{
	width: auto;
	padding-left: 20px;
}

#report .report_box dl:nth-of-type(2) dt:first-child
{
	width: auto;
	padding-right: 20px;
}


#report .report_box dl dd
{
	background-image: url(images/report_next_right.png);
	background-repeat: no-repeat;
	background-position: center top 80px;
	margin: 0px;
	padding: 0px;
	width: 40px;
}

#report .report_box dl dt .photo
{
	position: relative;
	margin-bottom: 10px;
}

#report .report_box dl dt .photo .time
{
	position: absolute;
	left: -20px;
	top: -14px;
}

#report .report_box dl dt p
{
	line-height: 1.2;
}

#report .report_box dl dt p small
{
	display:block;
}

#report .report_box .img_01
{
	display: none;
	text-align: center;
	padding-top: 20px;
}

#main_work
{
	background-image: url(../images/life_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#main_work .head_box 
{
	position: relative;
	margin-bottom: 30px;
}

#main_work .head_box h4
{
	color: var(--base-color01);
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}

#main_work .head_box p
{
	text-align: center;
}

#main_work .head_box .img_01
{
	position: absolute;
	left: 70px;
	top: 20px;
}

#main_work .head_box .img_02
{
	position: absolute;
	top: 20px;
	right: 70px;
}

#main_work .work_box ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 74px; /* 横のスペース */
	row-gap: 60px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;

}

#main_work .work_box ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#main_work .work_box ul li .photo
{
	margin-bottom: 10px;
}

article .next_box_center a
{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 18px;
	font-weight: bold;
}

article .next_box_center a:before
{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1920px)
{


}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{

#report
{
	margin-top: calc(100vw * (-80 / 1920));
}


#report .head_box 
{
	min-height: initial;
}

#report .head_box .text
{
	width: auto;
}

#report .head_box .photo
{
	max-width: 50%;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	position: static;
}

#report .report_box
{
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#report .report_box dl dt .photo .time
{
	position: absolute;
	width: 26%;
	left: calc(100vw * (-20 / 768));
	top: calc(100vw * (-14 / 768));
}

#report .report_box dl dd
{
	background-position: center top calc(100vw * (50 / 768));
	margin: 0px;
	padding: 0px;
	width: 40px;
}


#main_work
{
	padding-top: 100px;
	padding-bottom: 100px;
}


#main_work .head_box h4
{
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}


#main_work .head_box .img_01,
#main_work .head_box .img_02
{
	max-width: 16%;
}

#main_work .head_box .img_01
{
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px;
}

#main_work .head_box .img_02
{
	position: absolute;
	top: auto;
	bottom: 0px;
	right: 0px;
}


#main_work .work_box ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#main_work .work_box ul li p
{
	line-height: 1.4;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


#report .head_box h4
{
	font-size: 36px;
	line-height: 1.2;
}




}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#report .head_box
{
	margin-bottom: 60px;

}

#report .head_box h4
{
	font-size: calc(100vw * (32 / 360));
	line-height: 1.2;
	margin-bottom: 10px;
}

#report .head_box .photo
{
	max-width: initial;
	float: none;
	margin-bottom: 20px;
	margin-left: auto;
	position: static;
	text-align: center;
	margin-right: auto;
}

#report .report_box
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#report .report_box h5
{
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	position: relative;
	margin-top: -30px;
}


#report .report_box dl
{
	display: block;
}

#report .report_box dl dt
{
	display: block;
	width: auto;
	text-align: center;
	margin-bottom: 0px;
}

#report .report_box dl dt .photo
{
	text-align: center;
	display:block;

}

#report .report_box dl dt p
{
	margin-bottom: 0px;
}


#report .report_box dl dd
{
	background-image: url(images/report_next_under.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width:auto;
	height: 60px;
}

#report .report_box dl:nth-of-type(1) dt:last-child
{
	width: auto;
	padding-left: 0px;
	text-align: right;
	padding-top: 20px;
}

#report .report_box dl:nth-of-type(2) dt:first-child
{
	display: none;

}

#report .report_box .img_01
{
	display: block;
}

#main_work .head_box  h4
{
	font-size: 28px;
	line-height: 1.2;
}

#main_work .head_box
{
	text-align: center;
}


#main_work .head_box .img_01,
#main_work .head_box .img_02
{
	position: static;
	display: inline-block;
	max-width: 30%;
	margin-right: 10px;
	margin-left: 10px;
}

#main_work .head_box p
{
	text-align: justify;
}

#main_work .work_box ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}



}