@charset "UTF-8";
/********************************************************************************

page-works.css　実績用css

********************************************************************************/

/*######################################################################
 一覧
######################################################################*/
/*============================================================
 ページヘッダー
*============================================================*/
#page-works-list #page-header::before {
    background-image: url(../images/works/page-header-bg2.png);
}
#page-works-list .page-header-deco .deco01 {
    fill: #B998FF;
}
#page-works-list .page-header-deco .deco02 {
    fill: #FF4B6F;
}

#page-works-list .block-works-list .image{
  position: relative;
  margin-bottom: 32px;
}

#page-works-list .block-works-list .eyecatch {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}
#page-works-list .block-works-list .eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
}

#page-works-list .block-works-list .client-logo {
  width: 70px;
  aspect-ratio: 1 / 1;
  padding: 5px 5px 0 ;
  background-color: var(--common-color-background1);
  border-radius: 12px 0px 0px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#page-works-list .block-works-list .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
}


/*============================================================
 セクション共通
*============================================================*/
#page-works-list .section {
    margin-bottom: 0;
}


/*######################################################################
 詳細
######################################################################*/
/*============================================================
 ページヘッダー
*============================================================*/
#page-works #page-header .page-title {
    margin-bottom: 16px;
}
#page-works #page-header .page-image {
    position: relative;
    margin-bottom: 64px;
}
#page-works #page-header .page-image .client-logo {
    width: 160px;
    aspect-ratio: 1 / 1;
    padding: 16px;
    background-color: var(--common-color-background1);
    border-radius: 12px 0px 0px 0px;
    position: absolute;
    right: 0;
    bottom: -32px;
}
#page-works #page-header .page-image .client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page-works #page-header .tag-list {
    gap: 10px 16px;
}
#page-works #page-header .tag-list .item {
    display: block;
    letter-spacing: 0.04em;
    color: var(--common-color-note);
    text-decoration: underline;
}

#page-works #sec-post .leading {
	margin-bottom: 80px;
}
#page-works #sec-post .main-list {
	margin-bottom: 80px;
}
#page-works #sec-post .main-item {
	gap: 40px;
	padding: 16px 0;
	border-bottom: 1px dashed #B7B4AD;
}
#page-works #sec-post .main-item:first-child {
	border-top: 1px dashed #B7B4AD;
}
#page-works #sec-post .main-item .title {
	min-width: 180px;
	display: flex;
	align-items: center;
}
#page-works #sec-post .main-item .title h2{
	font-size: 20px;
	margin-bottom: 0;
}
#page-works #sec-post .main-item .content {
	width: calc(100% - 220px);
}
#page-works #sec-post .comment {
	margin-bottom: 64px;
}

/* 2023/08/04　追加 */
/* 追従ボタンのCSS */
.chasing-button{
    position: fixed;
    top: 60Vh;
    right: 5vw;
    z-index: 9999;
}
.chasing-button-img{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 75vh;
    left:87vw;
    transition: 0.5s;
}
p.new-line{
    margin-bottom: -0.6em;
}
.chasing-button-out{
    /* visibility: hidden; */
    opacity: 0;
    transition: .5s;
}
.header-button{
}


/*============================================================
 最新の記事
*============================================================*/
#page-works #sec-sns{
    margin: 64px 0;
}

/*============================================================
 類似の実績
*============================================================*/
#page-works #sec-latest .sec-title {
    text-align: center;
}










/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1099px) {
    /*######################################################################
     一覧
    ######################################################################*/
    

    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-works #page-header {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-works-list #page-header::before {
        background-image: url(../images/works/sp-page-header-bg2.png);
    }
    #page-works #page-header .page-image .client-logo {
        width: 88px;
        padding: 8px;
    }
    

    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     ページヘッダー
    *============================================================*/
    #page-works #page-header {
    }
	#page-works #sec-post .leading {
		margin-bottom: 40px;
	}
	#page-works #sec-post .main-item {
		flex-direction: column;
		gap: 10px;
		padding: 20px 0;
	}
	#page-works #sec-post .main-item .content {
		width: 100%;
	}

    .chasing-button-img{
        width: 90px;
        height: 90px;
        top:150vw;
        left:70vw;
    }
}

