@charset "utf-8";
/* report css */

#page_report .page_titlebox::before,
#page_report_dtl .page_titlebox::before {
content: "REPORT";
}

/* レポート一覧ページ
-------------------------------------------------- */

.news_box {
font-family: "Noto Serif JP", serif;
width: calc(33.333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 50px;
display: flex;
flex-direction: column;
}
.news_box:nth-child(3n) {
margin-right: 0px;
}

@media all and (max-width : 820px ){
.news_box {
width: calc(33.333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
}

@media all and (max-width : 767px ){
.news_box {
width: calc(50% - 15px / 2);
margin-right: 15px;
margin-bottom: 20px;
}
.news_box:nth-child(2n) {
margin-right: 0px;
}
.news_box:nth-child(3n) {
margin-right: 15px;
}
.news_box:nth-child(6n) {
margin-right: 0px;
}
}

.news_thum {
width: 100%;
height: auto;
position: relative;
background: #000;
overflow: hidden;
margin-bottom: 10px;
}
.news_thum img {
width: 100%;
transition-duration: 0.7s;	
aspect-ratio: 16 / 9;
object-fit: cover;
}
.news_thum img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.news_title {
font-weight: 500;
font-size: 1.5rem;
width: 100%;
letter-spacing: 0.2em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 40px;
}
.page_news .mtm::after {
background: rgba(240,240,240,0.9);
}
.date_box_wrap .news_cate {
font-size: 1.4rem;
font-weight: 500;
color: #B29458;
line-height: 100%;
}
.date_box_wrap .date {
font-family: "EB Garamond", serif;
font-size: 1.4rem;
line-height: 100%;
position: relative;
margin-right: 5px;
letter-spacing: 0.1em;
}
#page_report .date_box_wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 15px;
border-bottom: solid 1px rgba(255,255,255,0.3);
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 820px ){
.date_box_wrap .news_cate {
font-size: 1.1rem;
}
.date_box_wrap .date {
font-size: 1.1rem;
}
}

@media all and (max-width : 767px ){
.news_title {
font-size: 1.2rem;
margin-bottom: 10px;
}
.page_news .date_box_wrap {
display: flex;
flex-direction: column;
align-items: flex-start;;
justify-content: space-between;
padding-left: 5px;
padding-bottom: 10px;
}
.date_box_wrap .news_cate {
margin-bottom: 5px;
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 0px;
}
}



/* レポート詳細ページ
-------------------------------------------------- */

#page_report_dtl .date_box_wrap {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 15px;
}
#page_report_dtl .date_box_wrap .date {
font-family: "EB Garamond", serif;
margin-right: 10px;
font-size: 1.5rem;
letter-spacing: 0.1em;
}
#page_report_dtl .date_box_wrap .news_cate {
font-size: 1.3rem;
}
#page_report_dtl .head_imgbox {
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
#page_report_dtl .head_imgbox_inner {
position: relative;
z-index: 3;
}
#page_report_dtl .news_dtl_title {
font-family: "Noto Serif JP", serif;
font-size: 2.0rem;
font-weight: 500;
color: #fff;
padding: 0 15px 15px 0px;
letter-spacing: 0.2em;
border-bottom: solid 1px #77633F;
margin-bottom: 30px;
}

@media all and (max-width : 1024px ){
.page_news_dtl .news_dtl_title {
font-size: 1.8rem;
}
}

@media all and (max-width : 820px ){
.page_news_dtl .news_dtl_title {
font-size: 1.6rem;
}
}


.article_box {
padding-bottom: 30px;
border-bottom: solid 1px #77633F;
margin-bottom: 60px;
}
#page_report_dtl .article_box p {
line-height: 200%;
font-size: 1.5rem;
display: block;
padding: 0px 15px 20px 5px;
}

@media all and (max-width : 820px ){
#page_report_dtl .article_box p {
line-height: 180%;
font-size: 1.4rem;
}
}

#page_report_dtl .article_box p a {
text-decoration: underline;
color: #B29458;
}
#page_report_dtl .article_box p a:hover {
text-decoration: none;
}
#page_report_dtl .article_box img {
margin: 20px auto;
}
#page_report_dtl .all_more {
position: absolute;
bottom: 2.08vw;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


@media all and (max-width : 767px) {
#page_report_dtl .head_imgbox {
margin-bottom: 20px;
}
#page_report_dtl .date_box_wrap {
margin-bottom: 10px;
}
#page_report_dtl.news_dtl_title {
font-size: 1.4rem;
line-height: 140%;
padding: 0px 10px 10px 0px;
margin-bottom: 20px;
}
#page_report_dtl .date_box_wrap .date,
#page_report_dtl .date_box_wrap .news_cate {
font-size: 1.1rem;
}
.article_box {
padding-bottom: 10px;
margin-bottom: 25px;
}
#page_report_dtl .article_box p {
font-size: 1.2rem;
}
}

