@charset "UTF-8";



/* 詳細ページ
--------------------------------------------------------- */
/*============================
 sec_after
============================*/
.wp-content .sec_after {
	margin-bottom: 60px;
}
.wp-content .sec_after .content.inner {
    padding-top: 80px;
}
.wp-content .sec_after .hd_txt {
    margin-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}
.wp-content .sec_after .hd_txt h3 {
    font-size: 30px;
    font-weight: 700;
    padding-left: calc(66.05px + 1em);
    position: relative;
}
.wp-content .sec_after .hd_txt h3::before {
	content: "";
	position: absolute;
	top: 0;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	left: 0;
	background: url("../../images/case/achievement/icon_works.png") no-repeat;
	background-size: cover;
	width: 66.05px;
	height: 48.6px;
}
.wp-content .sec_after .hd_txt .date {
    font-size: 30px;
    font-weight: 500;
}
.wp-content .sec_after .img {
    height: 763.47px;
    text-align: center;
    background: #7A7A7A;
	position: relative;
}
.wp-content .sec_after .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.wp-content .sec_after .img p {
	background: var(--main_color);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding: 13px 1.2em;
}
@media only screen and (max-width: 767px){
.wp-content .sec_after {
	margin-bottom: 30px;
}
.wp-content .sec_after .content.inner {
}
.wp-content .sec_after .hd_txt {
    margin-bottom: 20px;
    /* display: flex; */
}
.wp-content .sec_after .hd_txt h3 {
    font-size: 18px;
    padding-left: calc(40px + 1em);
    margin-bottom: 10px;
}
.wp-content .sec_after .hd_txt h3::before {
	width: 40px;
	height: 29.5px;
}
.wp-content .sec_after .hd_txt .date {
    font-size: 18px;
}
.wp-content .sec_after .img {
    height: 75vw;
}
.wp-content .sec_after .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.wp-content .sec_after .img p {
	font-size: 16px;
	padding: 6.5px 1.2em 8.5px;
}
}



/*============================
 sec_before
============================*/
.wp-content .sec_before {
	margin-bottom: 123px;
}
.wp-content .sec_before .flex_area {
	align-items: center;
	justify-content: space-between;
}
.wp-content .sec_before .img_area {
    text-align: center;
    background: #7A7A7A;
    position: relative;
    width: 44.28%;
    height: 341px;
}
.wp-content .sec_before .img_area img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.wp-content .sec_before .img_area p {
	background: var(--main_color);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 11.5px 1.5em;
}
.wp-content .sec_before .txt_area {
	width: 50.17%;
}
.wp-content .sec_before .txt_area dl {
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 25px;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}
.wp-content .sec_before .txt_area dl dt {
	font-size: 20px;
	font-weight: 700;
	width: calc(100% - 67.61%);
	padding-left: 1em;
	position: relative;
}
.wp-content .sec_before .txt_area dl dt::before {
    content:  "";
    width:  3px;
    height:  1.2em;
    display:  inline-block;
    background-color: var(--main_color);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.wp-content .sec_before .txt_area dl dd {
	font-size: 16px;
	font-weight: 500;
	width: 67.61%;
}
@media only screen and (max-width: 767px){
.wp-content .sec_before {
	margin-bottom: 61.5px;
}
.wp-content .sec_before .flex_area {
	align-items: center;
	justify-content: space-between;
}
.wp-content .sec_before .img_area {
    width: 100%;
    height: 65vw;
    margin-bottom: 20px;
}
.wp-content .sec_before .img_area img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.wp-content .sec_before .img_area p {
	font-size: 13px;
	padding: 6.5px 1.2em 8.5px;
}
.wp-content .sec_before .txt_area {
	width: 100%;
}
.wp-content .sec_before .txt_area dl {
	margin-bottom: 12.5px;
	padding-bottom: 12.5px;
	gap: 4%;
}
.wp-content .sec_before .txt_area dl dt {
	font-size: 15px;
}
.wp-content .sec_before .txt_area dl dt::before {
    content:  "";
    width:  3px;
    height:  1.2em;
    display:  inline-block;
    background-color: var(--main_color);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.wp-content .sec_before .txt_area dl dd {
	font-size: 13px;
}
}



/*============================
 beforeなし
============================*/
.wp-content .sec_before.single_content .flex_area {
	justify-content: center;
}
