/* jirei2022/01~30.html */


/* 記事html */

/* 2022jirei01~30
===============================================================*/

/* 2022jirei/01~30/index.html topMV */
html{
    scroll-behavior: smooth;
}
/* MV */
#jireiArticle-topMV{ width: 100%; position: relative;}
.jireiArticle-img {
	width: 100%;
	height: auto;
	text-align: center;
	background: #d1cec8;
}
.jireiArticle-img img {
    height: 100%;
    width: 50%;
    object-fit: contain;
}

/* MV追記 */
.jireiArticle-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 100%;
	height: auto;
	text-align: center;
	background: #efe7dd;
}
.jireiArticle-img img {
    height: 100%;
    width: 50%;
    object-fit: contain;
}
@media (max-width: 1024px) {
    .jireiArticle-img img {
        width: 100%;
    }
}
/* MV追記終わり */
.object-top{
    object-position: top;
}

.topCard-box{
	position: absolute;
	bottom: -3rem;
}
.articleTop-card{
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	padding: 9rem 5rem 7rem 5rem;
}
.breadcrumbs-box{
	position: absolute;
    top: 4rem;
    color: #fff;
}
li.breadcrumbs-item{
	display: inline-block;
    margin-bottom: 2rem;
}
li.breadcrumbs-item.js-f-large{
    margin-top: 2rem;
}
a.breadcrumbs-link{
	color: #fff;
}
.breadcrumbs-name{
	background-color:  #202020;
	padding: 0.5rem 1rem;
}
.breadcrumbs-arrow {
	position: relative;
	display: inline-block;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	padding-left: 1em;
	transform: rotate(45deg);
}
.breadcrumbs-arrow::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px  #fff;
	position: absolute;
	left: 10px;
	top: 8px;
}

h2.topCard-heading{
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0.3rem;
}
.articleTop-card > span{
	display: block;
	font-size: 2rem;
	font-weight: 400;
	padding-top: 1.5rem;
}
.articleTop-card p{
	font-size: 2.3rem;
	padding-top: 3rem;
	line-height: 4rem;
	font-weight: 500;
}

/* 記事の年月ラベルはstyle.css */
.inner:not(.jirei2023) .article-label {
    background-color: #fff;
    border: 4px solid #004c81;
}
.inner:not(.jirei2023) .article-label > span {
    border-top: 3px solid #004c81;
    color: #004c81;
    margin: 0;
}
/* topMV end */
/* index */
#jireiArticle-index{
    margin-top: 5rem;
}
.index-sdgsBox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.index-sdgsBox p{
    width: 100%;
    max-width: 70px;
    margin-bottom: 2rem;
}
.pdf-link{
    margin-left: 2rem;
}
.pdf-link a{
    display: block;
    position: relative;
    padding: 1.5rem 3rem;
    color: #fff;
    background-color: #ad000e;
    max-width: 200px;
    border: 2px solid #ad000e;
}
.pdf-link a::before{
    content: '';
    background-image: url(/jireishuu/assets/images/icon-pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    position: absolute;
    left: 11px;
    top: 16px;
}
.pdf-link a::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 10px;
    bottom: 17px;
}

h2.index-head{
	position: relative;
	font-family: 'Teko-font';
	font-size: 4.5rem;
	z-index: 2;
}
.index-marker::before{
	position: absolute;
    content: '';
    bottom: 2px;
    height: 1.8rem;
    background-color: #fff;
    width: 9rem;
    z-index: -1;
}
#jireiArticle-index .index {
	padding-top: 2rem;
}
#jireiArticle-index .index li{
	font-size: 1.8rem;
	border-bottom: 1px solid #fff;
	padding: 2rem 0;
}
#jireiArticle-index .index li a:hover{
    text-decoration: underline;
}
/* new index end */
/* indexArticle-info */
#jireiArticle-info{
    padding-bottom: 4rem;
}
#jireiArticle-info h3{
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 2rem;
}
.info-marker::before{
    position: absolute;
    content: '';
    bottom: -8px;
    height: 1.6rem;
    background-color: #fff;
    width: 9rem;
    z-index: -1;
}
#jireiArticle-info div p{
    font-size: 1.6rem;
    line-height: 1.8;
}
#jireiArticle-info .info-box{
    margin-top: 8rem;
}
#jireiArticle-info .info-box ul li{
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
#jireiArticle-info .info-box ul li a{
    border-bottom: dotted 2px #000;
}
#jireiArticle-info .info-box ul li a:hover{
    color: #004c81;
}
#jireiArticle-info .info-box ul li span{
    line-height: 1.2;
}
#jireiArticle-info .info-box ul li span.info-cat{
    display: block;
    width: 9%;
    position: relative;
}
#jireiArticle-info .info-box ul li span.info-cat::before{
    content: ':';
    position: absolute;
    right: 0;
    top: -9%;
}
#jireiArticle-info .info-box ul li span:nth-child(2){
    display: block;
    padding-left: 1rem;
}


.section-box{
	padding-top: 8rem;
	padding-bottom: 8rem;
}

#newRelated{
	padding-top: 8rem;
}


/* セクション */
.section-box{
	background-color: #fff;
	border-top: 3px solid #e60012;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-bottom: 5rem;
}

h2.Sec-head{
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.5;
}
.sec-textBox{
	padding-top: 7rem;
	padding-bottom: 5rem;
}
.sec-textBox:last-of-type{
	padding-bottom: 0;
}
.sec-textBox p{
	line-height: 3rem;
	font-size: 1.6rem;
	padding-bottom: 3rem;
}
.sec-textBox p a{
    display: inline;
    margin: 0 0.3em;
    border-bottom: 2px dotted #333;
}
.sec-textBox p a:hover{
    color: #1d9bf0;
	border-color: #1d9bf0;
}

.sec-textBox p:last-of-type{
	padding-bottom: 0;
}

.sec-imgBox{
	width: 85%;
	margin: 0 auto;
}


.secImg-flex{
    display: flex;
    justify-content: space-between;
}
.secImg-flex > div{
    width: 45%;
}

.secImg-flex > div > img{
    width: 100%;
}
.sec-imgBox span,.secImg-flex span{
    display: block;
    font-size: 1.4rem;
    margin-top: .5rem;
    line-height: 1.5;
}
/* 個別 */
.secImg-j-center{
    justify-content: center !important;
}

/* タイムライン */

.timelineBox{
	background-color: #f9f5ee;
	/* padding-top: 5rem;
	padding-bottom: 5rem; */
	padding: 5rem;
    margin-bottom: 6rem;
}

.listItem-content{
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.list{
	position: relative;
}

.timeline-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item figure{
    width: 17%;
}
.timeline-item .timeline-text{
    width: 76%;
}
.timeline-item .timeline-text p{
    line-height: 1.8;
    font-size: 1.6rem;

}
.timeline-item .timeline-text p:not(:last-child){
    margin-bottom: 1.5rem;
}

.timeline-item figure {
    position: relative;
    z-index: 1;
}
/* .timeline-task figure img{
} */
.timeline-list{
    position: relative;
}
.timeline-line img{
    position: absolute;
    top: 5%;
    left: 8.5%;
    height: 450px;
}
/* .timeline-item:not(:last-child) .timeline-text::before{
    content: "";
    height: 120%;
    border-left: 3px dashed #000;
    position: absolute;
    left: 8.5%;
    width: 2px;
    display: block;
    top: 50%;
    z-index: 0;

} */

.timeline-item:first-child .timeline-text::before{
    content: "";
    height: calc( 50% + 2rem );
    border-left: 3px solid #000;
    position: absolute;
    left: 8.5%;
    width: 2px;
    display: block;
    bottom: -13%;
    z-index: 0;
}

.timeline-item:nth-child(2) .timeline-text::before{
    content: "";
    height: calc( 100% + 5rem );
    border-left: 3px solid #000;
    position: absolute;
    left: 8.5%;
    width: 2px;
    display: block;
    bottom: 0;
    z-index: 0;
}
.timeline-item:last-child .timeline-text::before{
    content: "";
    height: calc( 50% + 2rem );
    border-left: 3px solid #000;
    position: absolute;
    left: 8.5%;
    width: 2px;
    display: block;
    top: -20%;
    z-index: 0;
}


.timeline-textItem{
line-height: 1.8;
font-size: 1.8rem;
}
.timeline-textItem p:not(:last-child){
    margin-bottom: 1.5rem;
}


/* タイムラインend ****************************************************/

/* タグ *************************************************************/
.tag-box{
	margin-bottom: 5rem ;
}
.tag-box ul li {
    cursor: pointer;
	display: inline-block;
	background-color: #fff;
	padding: 1rem 3rem;
	border-radius: 20px;
	margin: 0 1.7rem 1rem 0;
}
/* タグ終わり *********************************************************/
/* ページャー *********************************************************/
.justfy-flexend{
    justify-content: flex-end !important;
}
.prev-next-linkBox{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
    line-height: 1.2;
	margin-bottom: 5rem;
    margin-top: 5rem;
}
.prev-next-linkBox.next {
    justify-content: flex-end;
}
a.prev-link,a.next-link{
	position:relative;
	display: block;
	padding-bottom: 1rem;
	border-bottom: 5px solid #292929;
	font-size: 2.2rem;
	font-weight: bold;
    width: 40%;
}
a.prev-link{
padding-left: 3rem;
}
a.next-link{
	padding-right: 3rem;
}
a.next-link::after{
	content: '';
    width: 20px;
    height: 20px;
    border-top: solid 3px #292929;
    border-right: solid 3px #292929;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}
a.prev-link::before{
	content: '';
    width: 20px;
    height: 20px;
    border-top: solid 3px #292929;
    border-right: solid 3px #292929;
    position: absolute;
    left: 8px;
    top: 0;
    transform: rotate(-135deg);
}
/* ページャー終わり **************************************************************/
/* 関連記事 *********************************************************************/
.topContent-head {
	padding-bottom: 2rem;
    margin-left: 2rem;
}
.topContent-head img{
	max-height: 34px;
    max-width: 100%;
    width: auto;
}
/* 記事一覧デザイン 共通 */
#jirei{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.article-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    justify-content: space-between;
}
.article-item{
	position: relative;
	width: 31%;
	background-color: #fff;
    margin-bottom: 2rem;
    margin-left: 2rem;
}
.article-link{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.article-link::after{
	/* リンクを広げる */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}
.article-img{position: relative;}
.article-img img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	object-fit: cover;
}

.jirei-title{
	font-size: 1.8rem;
    font-weight: 600;
	padding: 2rem 2rem 0;
}
.jirei-place{
	display: block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
	padding: 0 2rem;
}
.jirei-text{
	margin-top: 1rem;
    font-size: 1.6rem;
	font-weight: normal;
    line-height: 1.5;
    overflow: hidden;
	padding: 0 2rem 2rem;
}
.jirei-arrow{
	position: relative;
}
.jirei-arrow::after{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #e60012;
    border-right: solid 2px #e60012;
    position: absolute;
    right: 8px;
    top: 57px;
    transform: rotate(45deg);
}

.jirei-img.article-img::before{
	border-left: 8rem solid #004c81;  /* 三角の色変更 */
}

#jirei-kanren{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#jirei-kanren .article-label:not(._2023_){
    background-color: #fff;
    border: 4px solid #004c81;
}
#jirei-kanren .article-label:not(._2023_) i{
    font-size: 2.7rem;
    padding: 0.1rem 0 0 0;
}
#jirei-kanren .article-label:not(._2023_) span{
    border-top: 3px solid #004c81;
    color: #004c81;
    margin: 0;
}

/* 関連記事end *********************************************************************/
/* snsボタン **********************************************************************/
/* →→→→style.css */
/* snsボタンend */

@media (max-width: 1024px) {
    .timeline-item .timeline-text {
        padding-right: 0rem;
    }
    .timeline-line img {
        height: 371px;
    }
    .timeline-line img {
        top: 8%;
    }
    
    /*  bottomのトップ */
    .topCard-box{
        position: relative;
        margin-top: -7rem;
        margin-bottom: 8rem;
        width: 100%;
    }
    .articleTop-card{
        width: 100%;
    }

    #jireiArticle-info .info-box ul li span.info-cat {
        width: 10%;
    }

    .article-img img {
        height: 165px;
    }

    #jireiArticle-index{
        margin-top: 8rem;
    }
    .index-sdgsBox{
        margin-top: -4rem;
    }
    .index-sdgsBox p{
        width: 100%;
        max-width: 70px;
        margin-bottom: 2rem;
    }
    .index-sdgsBox p:last-of-type{
        margin-right: 2rem;
    }

    .inner:not(.jirei2023) .article-label {
        background-color: #fff;
        border: 2px solid #004c81;
    }
    .inner:not(.jirei2023) .article-label > span {
        border-top: 2px solid #004c81;
        color: #004c81;
        margin: 0;
    }

    .index-sdgsBox{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 2rem;
    }
    .pdf-link a {
        padding: 1rem 2.5rem;
        font-size: 1.4rem;
        text-align: center;
        max-width: 130px;
    }
    .pdf-link {
        margin-bottom: 2rem;
        margin-left: 0;
        /* width: 100%; */
    }
    .pdf-link a::before {
        width: 12px;
        height: 13px;
        left: 11px;
        top: 11px;
    }
    .pdf-link a::after {
        border-width: 4px 0 4px 7px;
        right: 14px;
        bottom: 12px;
    }
}

@media (max-width: 870px) {

.timeline-line img {
    top: 11%;
    height: 320px;
}
.timeline-item .timeline-text p{
    font-size: 1.4rem;
}

.article-item{
    width: 100%;
}
.article-link{
	display: flex;
}
.article-img{
    width: 50%;
}
.jirei-textBox{
    width: 50%;
}
.jirei-arrow::after {
    top: 77px;
}

}


@media (max-width: 768px) {
/* カードレイアウト*/
ul.box-container li{width: calc(50% - 20px / 2); }
/* ul.sns-btn-box li{width:22%;} */
/* タイムライン */
.timelineBox {
    padding: 2rem 1rem;
}

/* パンくずリスト */
.breadcrumbs-box{
top: 0;
font-size: 1.4rem;
}
.breadcrumbs-name{
padding: 0.2rem;
}
.timeline-item .timeline-text p:first-child {
    margin-bottom: 1rem;
}

.timeline-item .timeline-text p {
    line-height: 1.5;
}
}




@media (max-width: 600px) {
    /* .jireiArticle-img{
        height: 300px;
    } */
    .listItem-content-head {
        width: 14rem;
        height: 14rem;
        line-height: calc(14rem - 10px);
        font-size: 2rem;
        border: 5px solid #2f2d29;
    }

    .timeline-item .timeline-text p{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    a.next-link::after {
        width: 13px;
        height: 13px;
        right: 0;
        top: 9px;
    }
    a.prev-link::before {
        width: 13px;
        height: 13px;
        left: 0;
        top: 9px;
    }
    a.prev-link, a.next-link {
        font-size: 1.6rem;
    }

    

    #jirei-kanren .article-label:not(._2023_){
        border: 2px solid #004c81;
    }

    #jirei-kanren .article-label:not(._2023_) span{
        border-top: 2px solid #004c81;
    }
}


@media (max-width: 540px){
    /*    new topMV */
.topCard-box{
margin-top: -4rem;
}
.articleTop-card{
position: relative;
padding: 7rem 1rem 4rem 2rem;
}

.top-triangle::before {
border-bottom: 6rem solid transparent;
border-left: 6rem solid #004c81;
}

.triangle-label {
    font-size: 2.4rem;
    top: 6px;
    left: -2px;
}
h2.topCard-heading{
font-size: 2rem;
line-height: 1.5;
letter-spacing: 0.2rem;
}

.articleTop-card p {
font-size: 1.6rem;
padding-top: 1.8rem;
line-height: 2;
}
.articleTop-card > span {
display: block;
font-size: 2rem;
font-weight: 400;
padding-top: 1.5rem;
font-size: 1.6rem;
}


/* new index ***********/
#jireiArticle-index .index li:first-child{
    padding-top: 0;
}
#jireiArticle-index .index li {
    font-size: 1.5rem;
    line-height: 1.4;
}
h2.index-head{
    font-size: 3.5rem;
}
.index-marker::before{
width: 7rem;
}

#jireiArticle-info .info-box{
    margin-top: 4rem;
}
.info-box ul li.js-f-large {
    margin-bottom: 2.5rem;
}


.breadcrumbs-box{
    display: none !important;
}

/* セクション ***********/
#jireiArticle-index{
    padding-top: 2rem;
}
.section-box{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
/* #Sec3{
	padding-top: 6rem;
} */
.section-box{
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 6rem;
}

/* new 記事 ***********/
h2.Sec-head{
	font-weight: bold;
	font-size: 2.3rem;
	line-height: 1.5;
}

.sec-textBox{
	padding-top: 5rem;
	padding-bottom: 3rem;
}

.sec-textBox p{
	line-height: 3rem;
	font-size: 1.6rem;
	padding-bottom: 2rem;
	text-align: justify;

}
.sec-imgBox span,.secImg-flex span{
    font-size: 1.4rem;
}

#newRelated ul.box-container li a div.card .triangle::before {
    border-left: 5rem solid #004c81;
}

.info-sdgs-marker::before {
    width: 13rem;
}
.info-marker::before {
    width: 8.5rem;
}
#jireiArticle-info h3 {
    font-size: 2rem;
}
.info-box ul li {
    font-size: 2rem;
}
.info-box ul li {
   font-size: 1.4rem;
}
#jireiArticle-info div p {
    font-size: 1.4rem;
}
#jireiArticle-info .info-box ul li span.info-cat {
    width: 25%;
}
#jireiArticle-info .info-box ul li span:nth-child(2) {
    width: 75%;
}



.timeline-line img {
    top: 11%;
    height: 320px;
    left: 12.5%;
}
.timeline-item {
    margin-bottom: 2rem;
}

/* スライダー */
.slick-prev
{
    width: 3rem;
    height: 3rem;
    background-color: #f00;
    left: -3rem;
     /* 追加end */
    /* left: -25px; */
}
.slick-next
{
    width: 3rem;
    height: 3rem;
    background-color: #f00;
    right: -3rem;
     /* 追加end */
    /* left: -25px; */
}
.slick-prev:before
{
        /* 追加 */
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        position: absolute;
        left: 10px;
        top: 8px;
        transform: rotate(-135deg);
          /* 追加end */
   /*  content: '←'; */
}
.slick-next:before
{
        /* 追加 */
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        position: absolute;
        left: 5px;
        top: 8px;
        transform: rotate(45deg);
          /* 追加end */
   /*  content: '←'; */
}
/* 個別 */
.secImg-j-center > div{
    width: auto !important;
}


/* タイムライン */
.listItem-content-description{
    font-size: 1.4rem;
}
.listItem-content-head{
	margin-right: 1rem;
	width: 13rem;
 	height: 13rem;
	 line-height: calc(13rem - 10px);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	z-index: 50;
	border: 5px solid #2f2d29;
}
.timeline-item:first-child .timeline-text::before{
    left: 12.5%;
}
.timeline-item:nth-child(2) .timeline-text::before{
    left: 12.5%;
}
.timeline-item:last-child .timeline-text::before{
    left: 12.5%;
}



.tag-box ul li a{
    font-size: 1.4rem;
}
/* .solution::before{
    height: 80px;
    top: -88px;
    left: 58px;
}
.effect::before {
    height: 80px;
    top: -84px;
    left: 58px;
} */
.solution-content{
    padding-top: 0 ;
    padding-bottom: 0;
}

.sec-slider{
    width: 95%;
    height: 30vh;
}

li.sec-slider-item{
    height: 30vh;
}

.sec-imgBox{
    width: 100%;
}

.banner-img{
    width: 40%;
}

/* 最新事例 */
.topContent-head {margin-left: 0;}
.topContent-head img {
    max-height: 30px;
}
.article-list{
    gap: 0;
    margin-top: 2px;
}
.article-item{
    width: 100%;
    margin-left: 0;
}
.article-link{
	display: flex;
}
.jirei-img.article-img::before {
    border-bottom: 5rem solid transparent;
    border-left: 5rem solid #004c81;  /* 三角の色変更 */
}
/* .article-item::before{
	font-size: 1.6rem;
    top: 8px;
}
.article-item i{
	font-size: 1.6rem;
    top: 8px;
} */
.article-img{
    width: 50%;
}
.jirei-textBox{
	width: 50%;
    padding: 0.7rem 2rem 0.7rem 1rem;
}

.jirei-title{
	font-size: 1.4rem;
    line-height: 1.3;
    padding: 0;
}
.jirei-place{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
    padding: 0;
}
.jirei-text{
	margin-top: 0.3rem;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0;
}
.timeline-item .timeline-text {
    width: 72%;
}

.timeline-item .timeline-text p {
    font-size: 1.4rem;
    line-height: 1.5;
}
.timeline-item figure {
    width: 25%;
}

/* .js-large-line::after {
    width: 4px;
    height: 244px;
} */
a.prev-link{
    padding-left: 1rem;
    }
    a.next-link{
        padding-right: 1rem;
    }
}

@media (max-width: 404px){
    .timeline-line img {
        height: 444px;
    }
}


@media (max-width: 390px) {


    .listItem-content-head{
        margin-right: 1rem;
        width: 13rem;
         height: 13rem;
         line-height: calc(13rem - 10px);
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        border-radius: 50%;
        z-index: 50;
        border: 5px solid #2f2d29;
    }
   /*  .solution::before, .effect::before {
        content: "";
        display: block;
        height: 173px;
        border-left: dashed 5px #2f2d29;
        position: absolute;
        top: -180px;
        left: 58px;
        z-index: 10;
    } */

}


