@charset "UTF-8";

/* hubspot修正 */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev{
background: none;
}
.dnd_head-row-0-vertical-alignment > .row-fluid{
  display: block!important;
}
.news{
  display: flow-root;
}

/* ピックアップスライダーエリア----------------------------- */

.news #main_content {
    background: #FFF;
}

@media (min-width: 320px) {
    .news .pickup_block {
        overflow: hidden;
        padding: 3rem 0;
        margin: 0 -15px;
    }

    .news .pickup_block .swiper {
        width: 210%;
        margin-left: -55%;
    }
}

@media (min-width: 768px) {
    .news .pickup_block {
        padding: 5rem 0;
        margin: 0;
    }

    .news .pickup_block .swiper {
        width: 160%;
        margin-left: -30%;
    }
}

.pickup_block .swiper-wrapper {
    margin-bottom: 3rem;
}

@media (min-width: 320px) {
    .pickup_block .swiper-slide {
        padding: 0 6px;
    }
}

@media (min-width: 768px) {
    .pickup_block .swiper-slide {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .pickup_block .swiper-slide {
        padding: 0 20px;
      max-height: 410px;
      overflow: hidden;
  }
}

@media (min-width: 320px) {
    .pickup_block .swiper-slide .image {
        position: relative;
        height: 180px;
    }
}

@media (min-width: 768px) {
.pickup_block .swiper-slide .image {
    position: relative;
    height: 410px;
}
}
@media (min-width: 992px) {
    .pickup_block .swiper-slide {
        padding: 0 20px;
        height: 410px;
      overflow: hidden;
    }
}
.pickup_block .swiper-slide .image img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.pickup_block .swiper-slide .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    z-index: 2;
}

.pickup_block .swiper-slide.swiper-slide-next .image {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.05) 77%, rgba(0, 0, 0, 0.70) 100%);
}

.pickup_block .swiper-slide.swiper-slide-next .image:before {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    color: #FFF !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 38px !important;
}

@media (min-width: 320px) {
    .swiper-button-next {
        right: 27% !important;
    }

    .swiper-button-prev {
        left: 27% !important;
    }

    .swiper-pagination {
        bottom: -5px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px !important;
    }
}

@media (min-width: 768px) {
    .swiper-button-next {
        right: 25% !important;
    }

    .swiper-button-prev {
        left: 25% !important;
    }

    .swiper-pagination {
        bottom: -5px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 38px !important;
    }
}


/* pickupテキスト */
@media (min-width: 320px) {
    .pickup_block h4 {
        font-weight: 400;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
        color: #FFF;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
        position: absolute;
        bottom: 10px;
        left: 18px;
        right: 18px;
    }

    .pickup_block .info {
        font-family: "Shippori Antique";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 1.5px;
    }

    .pickup_block .info .day {
        margin-right: 5px;
    }
  
    .pickup_block .info .category {
       display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 1;   
    }
}

@media (min-width: 768px) {
    .pickup_block h4 {
        bottom: 15px;
        left: 40px;
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 2.8px;
        bottom: 20px;
        left: 45px;
        right: 45px;
    }

    .pickup_block .info {
        font-size: 17px;
        line-height: 1.4;
        letter-spacing: 1.8px;
    }

    .pickup_block .info .day {
        margin-right: 10px;
    }
}

/* 記事一覧---------------------------------------- */

@media (min-width: 320px) {
.news_tab_block{
margin-bottom: 10rem;
}
}
@media (min-width: 768px) {
    .news_tab_block{
    margin-bottom: 12rem;
    }
    }

/* 一覧のタブ */

@media (min-width: 320px) {
    .news_tab_block .nav-tabs {
        margin-bottom: 3.5rem;
        display: flex;
        padding: 0 5px;
    }
    .nav-tabs .nav-link{
        padding: 10px 15px;
        transition: 0.2s;
    }
    .nav-tabs .nav-link.active:before{
content: "";
position: absolute;
background: #3B3B3B;
border-radius: 50%;
width: 6px;
height: 6px;
left: 4px;
        top: 21px;
    }

    .nav-tabs .nav-link:hover{
        opacity: 0.8;
        color: #777;
        transition: 0.2s;
    }
    .nav-tabs .nav-link.active:hover{
        color: inherit;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .news_tab_block .nav-tabs {
        margin-bottom: 6.5rem;
        justify-content: flex-end;
    }
    .nav-tabs .nav-link{
        padding: 10px 25px;
    }
    .nav-tabs .nav-link.active:before{
        width: 8px;
height: 8px;
left: 8px;
        top: 20px;
    }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: initial!important;
    position: relative;
}
.nav-link{
    border: 0!important;
    font-family: "Shippori Antique";
}
@media (min-width: 320px) {
    .nav-link{
        border: 0!important;
        font-family: "Shippori Antique";
        letter-spacing: 1.5px;
        color: #777;
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .nav-link{
        border: 0!important;
        font-family: "Shippori Antique";
        letter-spacing: 1.76px;
        font-size: 16px;
    }
}

/* 中身 */
.news_tab_block .tab-pane {
    width: 100%;
}

@media (min-width: 320px) {
    .news_tab_block .article_columns {
        display: grid;
        grid-template-columns: auto;
    }
    }
@media (min-width: 768px) {
.news_tab_block .article_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}



@media (min-width: 320px) {
    .news_tab_block .article_box .image {
        width: calc(100vw - 96px);;
        height: 280px;
        overflow: hidden;
        display: flex;
justify-content: center;
align-items: center;
        margin-bottom: 0.75rem;
    }

.news_tab_block .article_box .image img {
    object-fit: cover;
    width: 100%;
   height: 100%;
    }

@media (min-width: 768px) {
.news_tab_block .article_box .image {

    justify-content: center;
    width: 24.5vw;
    max-width: 310px;
    height: 310px;
    margin-bottom: 1rem;
}

}


@media (min-width: 320px) {
    .news_tab_block .article_box {
        margin-bottom: 3rem;
    }
}
@media (min-width: 768px) {
    .news_tab_block .article_box {
        margin-right: 3rem;
        margin-bottom: 6rem;
    }
}

/* テキスト */

@media (min-width: 320px) {
.news_tab_block .article_box .info {
    font-family: "Shippori Mincho";
    font-weight: 500;
    writing-mode: vertical-rl;
    margin: 0 0.5rem 0 0;
    letter-spacing: 1.5px;
    font-size: 13px;
 display: flex;
  width: 2rem;
}
.news_tab_block .article_box .info .day {
   margin-bottom: 1rem;
}
.news_tab_block .article_box .info .category {
    position: relative;
    left: -1px;
  overflow: hidden;
            height: 190px;
  position: relative;
}
.news_tab_block .article_box h3{
    font-family: "Shippori Antique";
    font-size: 14px;
}
}


@media (min-width: 768px) {
    .news_tab_block .article_box .info {
        margin: 0 0.5rem 0 0;
        font-size: 15px;   /* 垂直方向に配置 */
    }
    
    .news_tab_block .article_box .info .category {
        left: -1px;
            height: 215px;
    }
    .news_tab_block .article_box h3{
        font-size: 17px;
        line-height: 1.7;
letter-spacing: 1px;
    }
    }
  
  
/* ニュース詳細-------------------------------------------------------------------------- */


@media (min-width: 320px) {
    .news_detail {
        display: block;
        padding-top: 6.5rem;
        padding-bottom: 15rem;
      background: url(//242547095.fs1.hubspotusercontent-na2.net/hubfs/242547095/raw_assets/public/ichino-hubspot-theme/img/common/bg_pattern_01.png);
    }

    .news_detail #content_block {
        background: url(//242547095.fs1.hubspotusercontent-na2.net/hubfs/242547095/raw_assets/public/ichino-hubspot-theme/img/common/bg_pattern_01.png);
        z-index: 11;
        position: relative;
    }
}

@media (min-width: 992px) {
    .news_detail {
        display: flex;
        padding-top: 7rem;
        padding-bottom: 25rem;
    }

    .news_detail #content_block {
        margin-left: calc(25% - 330px);
    }
}

@media (min-width: 320px) {
    .news_detail .key_image {
        height: 190px;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        padding-top: 2rem;
    }

    .news_detail .key_image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .news_detail .key_image {
        height: 360px;
        width: 100%;
        margin-bottom: 70px;
      padding-top: 0;
    }
}

/* タイトル部分 */
@media (min-width: 320px) {
    .news_detail .title_block {
        margin-bottom: 25px;
    }

    .news_detail .title_block .data {
        display: flex;
    }

    .news_detail .title_block .data .day {
        margin-right: 10px;
    }

    .news_detail .title_block .data .caregory {
        color: #777;
    }

    .news_detail .title_block h1 {
        font-size: 22px;
        letter-spacing: 2.2px;
    }
}

@media (min-width: 768px) {
    .news_detail .title_block {
        margin-bottom: 40px;
    }

    .news_detail .title_block .data .day {
        margin-right: 15px;
    }

    .news_detail .title_block h1 {
        font-size: 32px;
        letter-spacing: 3.5px;
    }
}


/* 文章エリア */
@media (min-width: 320px) {
    .news_detail .sentence_block {
        margin-bottom: 6rem;
    }
}

@media (min-width: 768px) {
    .news_detail .sentence_block {
        margin-bottom: 15rem;
    }
}

@media (min-width: 320px) {
    .news_detail .sentence_block h2 {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .news_detail .sentence_block h3 {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: #FFF;
        border-radius: 1px;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 7.5px;
    }

    .news_detail .sentence_block p {
        font-family: "Shippori Mincho";
        margin-bottom: 10px;
        line-height: 1.9;
    }
}

@media (min-width: 768px) {
    .news_detail .sentence_block h2 {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .news_detail .sentence_block h3 {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 7.5px 10px;
    }

    .news_detail .sentence_block p {
        margin-bottom: 15px;
        line-height: 1.9;
    }
}

@media (min-width: 320px) {
    .news_detail .sentence_block ul {
        font-family: "Shippori Mincho";
        margin-bottom: 15px;
        line-height: 1.9;
    }

    .news_detail .sentence_block ul li {
        position: relative;
        margin-left: 17.5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .news_detail .sentence_block ul li::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #3B3B3B;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: 10px;
    }
}

@media (min-width: 768px) {
    .news_detail .sentence_block ul li {
        margin-left: 20px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .news_detail .sentence_block ul li::before {
        width: 8px;
        height: 8px;
        left: -15px;
        top: 10px;
    }
}


/* 画像 */
@media (min-width: 320px) {
    .news_detail .sentence_block .image {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (min-width: 320px) {
    .news_detail .sentence_block .pc_half {
        display: flex;
        flex-wrap: wrap;
    }

    .news_detail .sentence_block .pc_half img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .news_detail .sentence_block .pc_half {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .news_detail .sentence_block .pc_half img {
        width: calc(50% - 5px);
    }
}

/* ページ間リンク */

.news_detail .page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news_detail .page_link a {}

@media (min-width: 320px) {
.page_prev,
.page_next {
    margin-bottom: 45px;
}
}
@media (min-width: 768px) {
    .page_prev,
    .page_next {
        margin-bottom: 0;
    }
    }

.page_prev a,
.page_next a {
    display: flex;
    align-items: center;
}

.back_list a p,
.page_prev a p,
.page_next a p {
    font-family: "Shippori Mincho";
    margin-bottom: 0;
}

@media (min-width: 320px) {

    .page_prev a img,
    .page_next a img {
        width: 32px;
    }
}

@media (min-width: 768px) {

    .page_prev a img,
    .page_next a img {
        width: 40px;
    }
}

@media (min-width: 320px) {
    .page_prev a p {
        margin-left: 8px;
    }
}

@media (min-width: 768px) {
    .page_prev a p {
        margin-left: 10px;
    }
}

@media (min-width: 320px) {
    .page_next a p {
        margin-right: 8px;
    }
}

@media (min-width: 768px) {
    .page_next a p {
        margin-right: 10px;
    }
}

/* 真ん中の矢印 */
@media (min-width: 320px) {
    .back_list  {
        order: 3;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .back_list  {
        order: inherit;
        width: auto;
    }
}
.back_list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 320px) {
    .back_list a p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .back_list a img {
        width: 96px;
    }
}

@media (min-width: 768px) {
    .back_list a p {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .back_list a img {
        width: 110px;
    }
}