@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Catamaran&display=swap");

/* -----------------------------------------
layout
------------------------------------------- */
.l-wrapper {
  padding-top: 140px;
}

.l-wrapper--l2 {
  padding-top: 0;
}

/* header */
.l-header {
  padding: 15px 0 0;
  z-index: 999;
}

  .l-header.is-close {
    padding-left: 40px;
    padding-right: 40px;
    background: none;
  }

  .l-header.is-scroll:not(.is-close) {
    padding: 20px 50px;
  }

.l-header-country li.is-current {
  display: none;
}

.l-header-column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-header-ico-menu {
  display: none;
}

  .l-header-ico-menu.is-close {
    display: block;
  }

.l-header-search .is-scroll.is-close .l-header-ico-menu {
  margin-top: 20px;
}

.l-header-logo {
  width: 35.384615384%;
  max-width: 460px;
  margin: 0 auto 0 50px;
}

.is-scroll .l-header-logo {
  margin-left: 0;
}

.l-header-logo a:hover {
  text-decoration: none;
}

.l-header-logo picture {
  display: block;
}

.l-header-ico-search {
  margin-top: 0;
  margin-left: 30px;
}

.l-header-btn-contact {
  margin-left: 30px;
  margin-right: 50px;
  font-size: 1.3rem;
}

  .l-header-btn-contact a {
    border: solid 1px #000;
    min-width: 140px;
    min-height: 40px;
    line-height: 1.7;
  }

    .l-header-btn-contact a::before {
      display: none;
    }

.is-scroll .l-header-btn-contact {
  margin-right: 0;
}

_:-ms-lang(x)::-ms-backdrop, .l-header-btn-contact a {
  padding-top: 12px;
}

.l-header-gnav {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-top: 17px;
  padding: 26px 50px;
  border-top: solid 1px #E8E8E8;
}

.is-scroll .l-header-gnav {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
  border-top: none;
}

.l-header-gnav ul li a {
  letter-spacing: 0.1em;
}

.l-header-gnav ul li + li {
  margin-left: 30px;
}

.l-header-gnav a {
  text-decoration: none;
}

.l-mega-header-content {
  background: rgba(243, 243, 243, 0.95);
}

.l-mega-header-main {
  background-color: none;
}

/* megamenu */
.l-mega-header-main-head--wide {
  display: block;
  max-width: 100%;
}

.l-mega-header-main-head-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: solid 1px #005B96;
}

  .l-mega-header-main-head-article-item:first-child {
    padding-top: 0;
    border-top: none;
  }

.l-mega-header-main-head-article-item-head {
  width: 20.618556701%;
  max-width: 200px;
  min-width: 130px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 5.154639175% 0 0;
}

.l-mega-header-main-head-article-item-date {
  font-size: 1.2rem;
  color: #949494;
}

.l-mega-header-main-head-article-item-category {
  font-size: 1.2rem;
  font-weight: bold;
}

.l-mega-header-main-head-article-item-body {
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.l-mega-header-main-head-iconlist {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  max-width: 1000px;
}

  .l-mega-header-main-head-iconlist li {
    display: inline-block;
    width: 25%;
    margin-bottom: 25px;
    min-width: 165px;
  }

    .l-mega-header-main-head-iconlist li{
      font-size: 1.5rem;
    }

  .l-mega-header-main-head-iconlist svg {
    height: 40px;
    color: #005B96;
    fill: #005B96;
  }

/* footer */
.l-footer {
  z-index: 2;
}

 /* .l-footer a {
    letter-spacing: 0.1em;
  }*/

.l-footer-lower-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-lower-site-ttl {
  line-height: 0;
}

  .l-footer-lower-site-ttl img {
    width: 365px;
    height: auto;
  }

.l-footer-lower-subnav-sns {
  margin-left: 40px;
}

  .l-footer-lower-subnav-sns li + li {
    margin: 0 0 0 30px;
  }

.l-footer-lower-nav ul li {
  margin-bottom: 20px;
}

  .l-footer-lower-nav ul li + li {
    margin-left: 80px;
  }

.l-footer-lower-subnav {
  max-width: 625px;
  margin-top: 0;
}

.l-footer-lower-subnav-site {
  margin-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .l-footer-lower-subnav-site li {
    margin-right: 20px;
  }

    .l-footer-lower-subnav-site li a {
      line-height: 1.8;
    }

    .l-footer-lower-subnav-site li + li {
      margin-left: 0;
    }

.l-footer-lower-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.l-footer-lower-logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 132px;
}

/* -----------------------------------------
.contents
------------------------------------------- */
/* btn */

/* list */
.c-list-headline > dt {
  font-family: 'Noto Sans', 'LocalNotoSans', 'Noto Sans JP', 'LocalNotoSansJP', sans-serif;
  width: 17.741935%;
  color: #949494;
  letter-spacing: 0.02em;
}

.c-list-event-headline-date > dt {
  color: #949494;
}

.c-list-headline > dd {
  width: 82.258065%;
}

.c-list-headline-sub > dt {
  width: 26.470588%;
}

.c-list-headline-sub > dd {
  width: 73.529412%;
}

.c-list-num {
  padding-left: 20px;
  list-style-type: decimal;
}

  .c-list-num li {
    line-height: 2.0;
  }

    .c-list-num li + li {
      margin-top: 10px;
    }

.c-list-alpha {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

  .c-list-alpha li {
    line-height: 2.0;
  }

    .c-list-alpha li + li {
      margin-top: 10px;
    }

.c-list-table .c-list-table-th {
  font-weight: 700;
}

/*  */
.c-richtext ul, .c-richtext ol {
  padding-left: 20px;
}

.c-richtext h2 {
  margin-top: 60px;
  text-align: left;
}

  .c-richtext h2:first-child {
    margin-top: 0;
  }

.c-richtext h3 {
  margin-top: 40px;
}

  .c-richtext h3:first-child {
    margin-top: 0;
  }

.c-richtext h4 {
  margin-top: 20px;
}

  .c-richtext h4:first-child {
    margin-top: 0;
  }

.c-richtext ul.c-list-caret {
  list-style: none;
  padding-left: 0;
}

.c-richtext .note {
  color: #949494;
  font-size: 1.1rem;
}

  .c-richtext .note + h4 {
    margin-top: 40px;
  }

/*  */
.c-news-richtext h2 {
  font-family: 'Noto Serif JP', 'LocalNotoSerifJP', serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 40px;
}

.c-news-richtext h3 {
  margin-top: 40px;
}

  .c-news-richtext h3:first-child {
    margin-top: 0;
  }

.c-news-richtext > div {
  margin: 40px 0;
}

.c-news-richtext .box {
  padding: 30px;
  background: #E8E8E8;
}

.c-news-richtext .name p {
  font-size: 1.8rem;
  line-height: 1.4;
}

.c-news-richtext .news_col2_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-news-richtext .news_col2.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

  .c-news-richtext .news_col2.flex-start .col_img {
    margin: 0 20px 0 0;
  }

.c-news-richtext .news_col2 .col_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

  .c-news-richtext .news_col2 .col_img.w_80 {
    width: 80px;
  }

.c-news-richtext .col_item {
  width: calc((100% - 20px)/ 2 - 0.1px);
}

/*  */
.c-summary-text h2 {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 40px 0 30px;
}

  .c-summary-text h2:first-child {
    margin-top: 0;
  }

.c-summary-text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 30px;
}

.c-summary-text h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 20px;
}

.c-summary-text p {
  margin: 0 0 20px;
}

  .c-summary-text p:last-child {
    margin: 0;
  }

  .c-summary-text p small {
    color: #7f7f7f;
  }

.c-summary-text .c-list-table {
  margin: 20px 0;
}

.c-summary-text dl {
  line-height: 2.0;
}

.c-summary-text ul,
.c-summary-text ol {
  margin: 20px 0;
  line-height: 2.0;
}

.c-summary-text .notes {
  color: #7f7f7f;
}

.c-summary-text .c-btn-normal {
  color: #333;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

  .c-summary-text .c-btn-normal:hover {
    opacity: .6;
  }

/*  */
.c-list-headline > .c-list-history-year {
  width: 17.741935%;
}

  .c-list-headline > .c-list-history-year small {
    font-size: 1.4rem;
  }

/* c-list-history */
.c-list-history-content span {
  font-weight: 700;
}

/*  */
.c-block-filter-select-all label,
.c-block-filter-select-scroll label {
  position: relative;
}

/* フィルター */
[data-filter].is-active {
  color: #000;
}

/* 外部リンク */
.c-link-external::after {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/NDIL/images/link_icon_link.svg) no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
}

a.c-link-external:hover {
  /*  text-decoration: none;*/
}

  a.c-link-external:hover span {
    text-decoration: underline;
  }

.c-link-external-02::after {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/NDIL/images/link_icon_link_w.svg) no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
}

a.c-link-external-02:hover {
  /*  text-decoration: none;*/
}

  a.c-link-external-02:hover span {
    text-decoration: underline;
  }

.c-textarea-contact {
  border: 1px solid #ccc;
}

  .c-textarea-contact::-webkit-input-placeholder {
    color: #ccc;
  }

  .c-textarea-contact::-moz-placeholder {
    color: #ccc;
  }

  .c-textarea-contact:-ms-input-placeholder {
    color: #ccc;
  }

  .c-textarea-contact::-ms-input-placeholder {
    color: #ccc;
  }

  .c-textarea-contact::placeholder {
    color: #ccc;
  }

.c-input-text-contact {
  border-color: #ccc;
}

  .c-input-text-contact:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.js-placeholder-contact {
  color: #ccc;
}

.contact-form label {
  font-size: 2.6rem;
  color: #ccc;
}

.c-list-checkbox-contact label {
  font-size: 1.6rem;
}

.contact-form .c-head-md-b {
  font-size: 1.8rem;
}

.js-placeholder-contact.is-focus {
  bottom: 41px;
  font-size: 1.4rem;
}

.contact-form .custom-error {
  display: none;
  right: 0;
  color: #f00;
  position: absolute;
}

.contact-us-component dl {
  overflow: hidden;
}

  .contact-us-component dl dt,
  .contact-us-component dl dd {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2.14;
    letter-spacing: .1rem;
    color: #fff;
    display: block;
    float: left;
  }

  .contact-us-component dl dt {
    opacity: .4;
    clear: left;
    min-width: 16rem;
  }

.contact-form .c-bg-white a {
  color: #333;
}


/* -----------------------------------------
.c-block
------------------------------------------- */
.c-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

  .c-block:last-child {
    padding-bottom: 100px;
  }

/* -----------------------------------------
.c-block-mainv
------------------------------------------- */
.c-block-mainv {
  height: 480px;
  position: relative;
}

  .c-block-mainv .bx-viewport {
    position: relative;
  }

    .c-block-mainv .bx-viewport::before {
      content: "";
      display: block;
      width: 594px;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: url(/assets/NDIL/images/bg_ptn.png) no-repeat center center;
      background-size: cover;
      z-index: 1;
    }

.c-block-mainv-item-inner {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 48px 40px;
  width: 594px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-block-mainv-item-head {
  font-size: 2.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.c-block-mainv-item-head-sub {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-top: 7px;
}

.c-block-mainv-item-head-categ {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.c-block-mainv-item-bottom {
  margin-top: auto;
}

/* .c-block-mainv .bx-viewport {
  min-height: 604px;
} */

.c-block-mainv-item-link {
  margin-top: 10px;
}


/* .c-block-mainv-item-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
} */

.c-block-mainv-item[class^="c-bg"] .c-block-mainv-item-inner::before, .c-block-mainv-item[class*="c-bg"] .c-block-mainv-item-inner::before {
  display: none;
}

.c-btn-mainv-prev,
.c-btn-mainv-next {
  /* top: auto; */
  /* bottom: 34px; */
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  width: 44px;
  height: 100%;
}

.c-btn-mainv-prev {
  /* left: 420px; */
  left: 0;
}

.c-btn-mainv-next {
  /* left: 527px; */
  right: 0;
}

  .c-btn-mainv-prev a, .c-btn-mainv-next a {
    width: 44px;
    /* height: 39px; */
    background-repeat: no-repeat;
    background-size: 44px 39px;
    background-position: center center;
  }

.c-btn-mainv-prev a {
  background-image: url(/assets/NDIL/images/ico-arrow-prev.png);
}

.c-btn-mainv-next a {
  background-image: url(/assets/NDIL/images/ico-arrow-next.png);
}

.c-btn-mainv-prev .bx-prev::before,
.c-btn-mainv-prev .bx-prev::after,
.c-btn-mainv-next .bx-next::before,
.c-btn-mainv-next .bx-next::after {
  display: none;
}

.c-block-mainv .bx-controls {
  font-size: 3.8rem;
  left: 476px;
  right: auto;
  bottom: 35px;
  z-index: 2;
}

.c-block-mainv .bx-pager::after {
  font-size: 2.0rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.c-block-mainv .bx-pager-item a {
  padding: 0;
  transform: translateX(-5px);
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* -----------------------------------------
.c-block-toppage-link
------------------------------------------- */
.c-block-toppage-link {
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center;
}

/* -----------------------------------------
.c-block-news-grid
------------------------------------------- */
.c-block-toppage-news {
  padding-top: 50px;
}

.c-block-news-grid-body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  padding: 0 30px;
  display: block;
}

.c-block-news-grid-item {
  margin-right: 30px;
  min-height: auto;
}

  .c-block-news-grid-item + .c-block-news-grid-item {
    margin-left: 0;
  }

.js-slick.c-block-carousel-grid.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.c-block-business-products-body.js-slick.c-block-carousel-grid .slick-next {
  right: -30px !important;
}

.js-slick.c-block-carousel-grid .slick-next {
  right: 0;
}

  .js-slick.c-block-carousel-grid .slick-prev:before,
  .js-slick.c-block-carousel-grid .slick-next:before {
    border-color: #000;
  }

  .js-slick.c-block-carousel-grid .slick-prev:after,
  .js-slick.c-block-carousel-grid .slick-next:after {
    background: #000;
  }

.c-block-business-products-body.js-slick.c-block-carousel-grid .slick-prev:before,
.c-block-business-products-body.js-slick.c-block-carousel-grid .slick-next:before {
  border-color: #fff !important;
}

.c-block-business-products-body.js-slick.c-block-carousel-grid .slick-prev:after,
.c-block-business-products-body.js-slick.c-block-carousel-grid .slick-next:after {
  background: #fff !important;
}

.js-slick.c-block-carousel-grid .slick-dots {
  display: none !important;
}

/* -----------------------------------------
.c-block-toppage-business
------------------------------------------- */
.c-block-toppage-business {
  position: relative;
  padding: 0 0 60px;
  /* margin-top: 60px; */
}

.c-block-toppage-products {
  padding-bottom: 80px !important;
}


.c-block-toppage-business-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

  .c-block-toppage-business-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3)
  }

.c-block-toppage-business-inner {
  position: relative;
  color: #fff;
  padding: 0 80px 113px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-block-toppage-business-head {
  text-align: left;
  line-height: 1;
  margin: 0 0 20px;
}

.c-block-toppage-business-summary {
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.c-block-toppage-business-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  margin-top: -75px;
  position: relative;
  flex-flow: row;
  flex-wrap: wrap;
}

.products-object-fit-images {
  object-fit: contain !important;
}

.c-block-toppage-products-item {
  border-top: none !important;
}

  .c-block-toppage-products-item:nth-child(-n+3) {
    border-top: solid 1px #ccc !important;
  }

.c-block-toppage-business-item {
  width: calc(100%/3);
  counter-increment: number;
  background: #fff;
  border: solid 1px #ccc;
  border-left: none;
  padding: 30px 18px 18px;
}

  .c-block-toppage-business-item:nth-child(3n+1) {
    border-left: solid 1px #ccc;
  }

  .c-block-toppage-business-item a {
    display: block;
    color: #333;
    height: 100%;
    padding: 30px 20px 30px;
    position: relative;
  }

    .c-block-toppage-business-item a:hover {
      text-decoration: none;
    }

      .c-block-toppage-business-item a:hover .c-block-toppage-business-item-link span {
        text-decoration: underline;
      }

.c-block-toppage-business-item-head {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 10px;
}

  .c-block-toppage-business-item-head::before {
    display: inline-block;
    content: counter(number, decimal-leading-zero) "";
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.0;
    margin: -6px 15px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.c-block-toppage-products-item-summary {
  line-height: 0 !important;
  margin: 0 !important;
  height: 100%;
}

.c-block-toppage-business-item-summary {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 5px;
}

.c-block-toppage-business-item-link {
  text-align: center;
  margin: 20px 0 0;
}

  .c-block-toppage-business-item-link span::after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 2px;
    color: #333;
    margin-left: 10px;
    font-size: 2rem;
    line-height: 0;
    transform: rotate(90deg);
  }

  .c-block-toppage-business-item-link span {
    color: #005B96;
    cursor: pointer;
  }

  .c-block-toppage-business-item-link.is-active span::after {
    transform: rotate(-90deg);
  }

.c-block-toppage-business-list {
  margin-top: 14px;
}

  .c-block-toppage-business-list li {
    border-bottom: solid 1px #ccc;
  }

    .c-block-toppage-business-list li:nth-child(n+5) {
      display: none;
    }

    .c-block-toppage-business-list li a {
      color: #377bb5;
      display: block;
      padding: 5px 20px 5px 0;
      position: relative;
      height: 60px;
      display: flex;
      align-items: center;
      line-height: 1.4;
    }

      .c-block-toppage-business-list li a::after {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f105";
        color: #333;
        position: absolute;
        top: 50%;
        right: 10px;
        margin: auto;
        font-size: 2rem;
        line-height: 0;
        transform: translateY(-50%);
      }

/* -----------------------------------------
c-block-banner
------------------------------------------- */
.c-block-toppage-banner {
  padding: 40px 11.702127659%;
}

  .c-block-toppage-banner a {
    color: #333;
  }

    .c-block-toppage-banner a:hover {
      text-decoration: none;
    }

      .c-block-toppage-banner a:hover .c-block-toppage-banner-link span {
        text-decoration: underline;
      }

.c-block-toppage-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-block-toppage-banner-bg {
  width: 78.518518518%;
  min-height: 438px;
  padding: 0 0 40px;
  margin: 0 -28.703703703% 0 0;
  position: relative;
}

  .c-block-toppage-banner-bg a {
    display: block;
    padding-top: 51.650943396%;
  }

  .c-block-toppage-banner-bg picture {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
  }

.c-block-toppage-banner-inner {
  background: #fff;
  border: solid 1px #ccc;
  width: 50%;
  padding: 27px 15px 23px 30px;
  position: relative;
}

.c-block-toppage-banner-head {
  width: 257px;
  margin: 0 0 15px;
}

.c-block-toppage-banner-summary {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 20px;
}

.c-block-toppage-banner-link {
  text-align: right;
}

  .c-block-toppage-banner-link span {
    color: #005B96;
  }

/* -----------------------------------------
c-block-toppage-grid
------------------------------------------- */
.c-block-toppage-grid {
  padding: 40px 80px;
}

.c-block-text-box-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-block-text-box-grid-item {
  width: 47.22222222%;
}

  .c-block-text-box-grid-item a {
    color: #333;
  }

    .c-block-text-box-grid-item a:hover {
      text-decoration: none;
    }

      .c-block-text-box-grid-item a:hover .c-block-text-box-grid-item-link span {
        text-decoration: underline;
      }

.c-block-text-box-grid-item-bg img {
  width: 100%;
}

.c-block-text-box-grid-item-inner {
  background: #fff;
  border: solid 1px #ccc;
  margin: -50px 40px 0;
  position: relative;
  padding: 22px 30px 36px;
}

.c-block-text-box-grid-item-head {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 13px;
}

.c-block-text-box-grid-item-summary {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 7px;
}

.c-block-text-box-grid-item-link {
  text-align: right;
  position: absolute;
  bottom: 22px;
  right: 15px;
}

  .c-block-text-box-grid-item-link span {
    color: #005B96;
  }

/* -----------------------------------------
c-block-image-title-grid
------------------------------------------- */
.c-block-image-title-grid--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

  .c-block-image-title-grid--start .c-block-image-title-grid-item {
    margin-right: 30px;
  }

    .c-block-image-title-grid--start .c-block-image-title-grid-item:nth-child(3n) {
      margin-right: 0;
    }

.c-block-image-title-grid--align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-block-image-title-grid--col4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

  .c-block-image-title-grid--col4 .c-block-image-title-grid-item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }

    .c-block-image-title-grid--col4 .c-block-image-title-grid-item:nth-child(-n+4) {
      margin-top: 0;
    }

    .c-block-image-title-grid--col4 .c-block-image-title-grid-item:nth-child(4n) {
      margin-right: 0;
    }

.c-block-image-title-grid-item {
  overflow: hidden;
}

  .c-block-image-title-grid-item a::before {
    content: "";
    padding-top: 101.045296167%;
    display: block;
  }

.c-block-toppage-grid .c-block-image-title-grid-item a::before {
  padding-top: 70%;
}

.c-block-image-title-grid-item-inner {
  width: 100%;
  padding-top: calc(100/2800*100vw);
}

  .c-block-image-title-grid-item-inner > * {
    position: relative;
  }

  .c-block-image-title-grid-item-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

.c-block-image-title-grid-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-block-image-title-grid-item:last-child:nth-child(3n-1) {
  margin-right: 0;
  margin-left: 0;
}

.c-block-image-title-grid-item-bg img {
  width: 100%;
}

/* -----------------------------------------
c-block-logo-grid
------------------------------------------- */
.c-block-logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-block-logo-grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

  .c-block-logo-grid-item:first-child {
    border-left: none;
  }

.c-block-logo-grid-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
}

  .c-block-logo-grid-item-link img {
    width: 100%;
    max-width: 218px;
  }

/* -----------------------------------------
c-block-content-header
------------------------------------------- */
.c-block-content-header {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

  .c-block-content-header.c-color-normal .c-block-content-header-wrapper::before, .c-block-content-header[class^="c-bg-"] .c-block-content-header-wrapper::before, .c-block-content-header[class*="c-bg-"] .c-block-content-header-wrapper::before {
    display: none;
  }

  .c-block-content-header.c-color-inherit .c-block-content-header-link a {
    border-color: #333;
  }

.c-block-content-header--article {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .c-block-content-header--article .c-block-content-header-wrapper {
    padding: 40px;
    position: static;
  }

.is-ie .c-block-content-header--article .c-block-content-header-wrapper {
  /*height: 100%; commented for ie on20Apr*/
  position: relative;
}

.c-block-content-header--article .c-block-content-header-breadcrumb {
  margin-bottom: 42px;
  display: block;
}

  .c-block-content-header--article .c-block-content-header-breadcrumb li {
    display: inline;
    line-height: 1.4;
  }

.c-block-content-header--article .c-block-content-header-head {
  font-size: 3.8rem;
  line-height: 1.4;
  word-break: break-all;
}

/*added for 1342 on20Apr*/
.custom-image-shadowtext {
  text-shadow: 1px 2px 3px #808080;
}

.c-block-content-header--article .c-block-content-header-summary {
  margin-top: 10px;
}

.c-block-content-header--article .c-block-content-header-news-category + .c-block-content-header-link {
  margin-top: 20px;
}

.c-block-content-header-news-category {
  line-height: 2.0;
}

.c-block-content-header--article .c-block-content-header-bottom-right {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.c-block-content-header--small {
  height: auto;
  min-height: 315px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .c-block-content-header--small .c-block-content-header-wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
  }

.c-block-content-header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.c-block-content-header-bg.is-no-grad::before {
  display: none;
}

.c-block-content-header-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.c-block-content-header-head {
  margin-left: -10px;
}

.c-block-content-header-summary {
  line-height: 2.0;
  margin-top: 18px;
  max-width: 720px;
}

.c-block-content-header-link {
  padding-top: 0;
}

.c-block-content-header-bottom {
  margin-top: 20px;
}

.c-block-image-hover-grid-item a:hover .c-block-image-hover-grid-item-inner::before {
  opacity: 0;
}

.c-block-image-hover-grid-item-bg img {
  width: 100%;
}

.c-block-image-hover-grid-item-inner {
  width: 100%;
  padding-top: calc(100/2800*100vw);
}

  .c-block-image-hover-grid-item-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

.c-block-image-hover-grid-item-head {
  position: relative;
}

.c-block-image-hover-grid-item-body {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------
c-block-banner
------------------------------------------- */
.c-block-banner {
  margin: 0 80px 100px;
}

.c-block-banner-head img {
  width: 375px;
}

.c-block-banner-summary {
  font-size: 1.4rem;
  line-height: 1.9;
}

.c-block-banner-bg {
  height: 28.5vw;
  min-height: 350px;
}

  .c-block-banner-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 70%);
  }

.c-block-banner-inner {
  height: 28.5vw;
  min-height: 350px;
}

/* -----------------------------------------
c-block-new-grid
------------------------------------------- */
.c-block-new-grid-item {
  margin: 0 20px;
}

.c-block-new-grid-item-inner {
  color: #2E404D;
}

.c-block-new-grid-item-image {
  padding: 74.906367041% 0 0;
  background-size: cover;
  background-position: center center;
}

.c-block-new-grid-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 0;
}

.c-block-new-grid-item-head {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 15px;
  color: #2E404D;
}

.c-block-new-grid-item-date {
  font-family: 'Noto Sans', 'LocalNotoSans', 'Noto Sans JP', 'LocalNotoSansJP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #2E404D;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

.c-block-new-grid-item-body {
  width: 100%;
}

/* slick */
.js-slick.c-block-new-grid.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.js-slick.c-block-new-grid .slick-prev,
.js-slick.c-block-new-grid .slick-next {
  width: 30px;
  height: 20px;
  -webkit-transform: none;
  transform: none;
}

.js-slick.c-block-new-grid .slick-prev {
  left: -30px;
}

.js-slick.c-block-new-grid .slick-next {
  right: -30px;
}

  .js-slick.c-block-new-grid .slick-prev:before,
  .js-slick.c-block-new-grid .slick-next:before {
    font-family: 'nttd-icons';
    font-size: 6.6rem;
  }

.js-slick.c-block-new-grid .slick-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform-origin: 12px 5px;
  transform-origin: 12px 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-slick.c-block-new-grid .slick-next:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform-origin: 2px 5px;
  transform-origin: 2px 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-slick.c-block-new-grid .slick-prev:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 50%;
  background: #000;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.js-slick.c-block-new-grid .slick-next:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  background: #000;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.js-slick.c-block-new-grid .slick-dots {
  bottom: -65px;
  left: 0;
}

  .js-slick.c-block-new-grid .slick-dots li {
    display: none;
    width: auto;
    height: auto;
  }

    .js-slick.c-block-new-grid .slick-dots li.slick-active {
      display: inline-block;
    }

    .js-slick.c-block-new-grid .slick-dots li span {
      font-size: 2.4rem;
      vertical-align: middle;
    }

/* -----------------------------------------
c-block-toggle-bnr
------------------------------------------- */
.c-block-toggle-bnr {
  position: relative;
  background-color: #E8E8E8;
  margin-top: 50px;
}

  .c-block-toggle-bnr + .c-block-toggle-bnr {
    margin-top: 0;
  }

.c-block-toggle-bnr-bg {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .c-block-toggle-bnr-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 70%);
  }

.c-block-toggle-bnr-wrapper {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 80px 40px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-block-toggle-bnr-box {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #fff;
}

.c-block-toggle-bnr-head {
  font-family: 'Noto Sans', 'LocalNotoSans', 'Noto Sans JP', 'LocalNotoSansJP', sans-serif;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1;
}

.c-block-toggle-bnr-summary {
  margin-top: 20px;
  line-height: 1.9;
}

.c-block-toggle-bnr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

.c-block-toggle-bnr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .c-block-toggle-bnr-link.is-open a::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .c-block-toggle-bnr-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 2px #fff;
    padding: 10px;
    min-width: 236px;
    min-height: 60px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

    .c-block-toggle-bnr-link a::before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      left: 20px;
      font-size: 2.3rem;
    }

    .c-block-toggle-bnr-link a:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }

.c-block-toggle-bnr-icon img {
  max-width: 230px;
}

.c-block-toggle-bnr-contents {
  padding: 50px 80px 65px;
  background: #E8E8E8;
}

.c-block-toggle-bnr-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-block-toggle-bnr-contents-item {
  width: calc(100% / 3);
  background: #fff;
  padding: 4px 20px 4px;
  border: solid 1px #ccc;
}

  .c-block-toggle-bnr-contents-item + .c-block-toggle-bnr-contents-item {
    border-left: none;
  }

  .c-block-toggle-bnr-contents-item dt {
    font-family: 'Noto Serif JP', 'LocalNotoSerifJP', serif;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 14px;
    padding: 26px 0 0;
  }

  .c-block-toggle-bnr-contents-item dd {
  }

.c-block-toggle-bnr-contents-list {
}

  .c-block-toggle-bnr-contents-list li + li {
    border-top: solid 1px #ccc;
  }

  .c-block-toggle-bnr-contents-list a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 60px;
    padding: 5px 20px 5px 0;
    position: relative;
    display: flex;
    align-items: center;
  }

    .c-block-toggle-bnr-contents-list a::after {
      display: inline-block;
      font-family: 'FontAwesome';
      content: "\f105";
      color: #333;
      position: absolute;
      top: 50%;
      right: 0;
      margin: auto;
      font-size: 2rem;
      line-height: 0;
      transform: translateY(-50%);
    }

/* -----------------------------------------
c-block-news-article
------------------------------------------- */
.c-block-article {
  padding: 100px 50px 40px;
}

.c-block-news-article {
  width: 75.692307692%;
  margin-top: -60px;
  border-right: 2px solid #eee;
}

.c-block-news-article-side {
  padding-top: 0;
  padding-bottom: 0;
  width: 24.307692307%;
  border-left: none;
  will-change: min-height;
}

  .c-block-news-article-side .inner-wrapper-sticky {
    left: auto !important;
  }

  .c-block-news-article-side h2 {
    font-size: 1.6rem !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 60px 0 28px;
  }

    .c-block-news-article-side h2:first-child {
      margin-top: 0;
    }

  .c-block-news-article-side .c-block-news-relation .c-block-news-relation-image img {
    width: 100%;
  }

/* 2024.01 Change*/
  .c-block-news-article-side .c-block-news-relation p {
    margin-top: 0px;
  }

/* 2024.01 Add*/
.c-block-news-article-side .c-block-news-relation a {
    padding: 20px 0;
    background: url(/assets/NDIL/images/bg_dot.svg) repeat-x left bottom;
    background-size: 3px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
}

/* 2024.01 Add*/
.c-block-news-article-side .c-block-news-relation a:first-child {
    padding-top: 0;
}

/* 2024.01 Add*/
.c-block-news-article-side .c-block-news-relation-image {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

/* 2024.01 Add*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .c-block-news-article-side .c-block-news-relation a {
        display: block;
    }
}

/* 2024.01 Add*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .c-block-news-article-side .c-block-news-relation-image {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
}

.c-block-article--column .c-block-news-article-side h2 {
  margin-top: 38px;
}

  .c-block-article--column .c-block-news-article-side h2:first-child {
    margin-top: 0;
  }

.c-block-news-article > div:first-child + div {
  margin-top: 25px;
}

.c-block-news-article > div + div {
  margin-top: 60px;
}

.c-block-article .c-block-news-article-head p + p {
  margin-top: 0;
}

.c-block-news-article-head-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 10px;
}

  .c-block-news-article-head-sns a {
    color: #000;
  }

    .c-block-news-article-head-sns a + a {
      margin: 0 0 0 30px;
    }

    .c-block-news-article-head-sns a i {
      font-size: 32px;
    }

.c-block-article .c-block-news-article-head-sns a[target="_blank"]::after {
  display: none;
}

.c-block-news-article .c-block-news-article-head-sns p {
  margin-bottom: 0;
}

.c-block-article p {
  font-size: 1.4rem;
  line-height: 2.0;
}

  .c-block-article p + p {
    margin-top: 25px;
  }

.c-block-article .c-news-img {
  margin-top: 35px;
  margin-bottom: 35px;
}

  .c-block-article .c-news-img p {
    margin-top: 15px;
  }

.c-block-article .u-fs-16 {
  line-height: 1.3;
}

.c-block-article ul {
  line-height: 1.8;
}

  .c-block-article ul + p {
    margin-top: 25px;
  }

.c-block-article a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/NDIL/images/link_icon_link.svg) no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.c-block-article .c-link-email {
  color: #7f7f7f;
}

.c-block-article .list-a {
  margin: 0;
}

  .c-block-article .list-a li + li {
    margin: 0;
  }

  .c-block-article .list-a li::before {
    width: auto;
  }

/* c-block-news-article-profile */
.c-block-news-article-profile {
  padding: 25px 0 15px;
  background: url(/assets/NDIL/images/bg_dot.svg) repeat-x left bottom;
  background-size: 3px 1px;
}

  .c-block-news-article-profile:first-of-type {
    padding-top: 0;
  }

.c-block-news-article-profile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 13px;
}

.c-block-news-article-profile-image {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}

.c-block-news-article-profile-name p {
  font-size: 1.8rem;
  line-height: 1.4;
}

/* 追加（2022.11） */
.c-block-news-article-profile-notes p {
  font-size: 1.2rem;
  margin-top: 5px;
}

/* c-block-news-article-recommend */
.c-block-news-article-recommend-item {
  padding: 20px 0;
  background: url(/assets/NDIL/images/bg_dot.svg) repeat-x left bottom;
  background-size: 3px 1px;
}

  .c-block-news-article-recommend-item:first-child {
    padding-top: 0;
  }

  .c-block-news-article-recommend-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
  }

.c-block-news-article-recommend-image {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

  .c-block-news-article-recommend-image::before {
    content: "";
    padding-top: 100%;
    display: block;
  }

/* c-block-news-article-bnr */
.c-block-news-article-bnr-item {
  padding: 15px 0;
  background: url(/assets/NDIL/images/bg_dot.svg) repeat-x left bottom;
  background-size: 3px 1px;
}

  .c-block-news-article-bnr-item:first-child {
    padding-top: 0;
  }

  .c-block-news-article-bnr-item a {
    color: #000;
  }

.c-block-news-article-bnr-image {
  width: 100%;
  margin: 0 20px 0 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

  .c-block-news-article-bnr-image::before {
    content: "";
    padding-top: 39.285714285%;
    display: block;
  }

/* c-block-news-article-contact */
.c-block-news-article-contact {
  padding: 0 0 20px;
  background: url(/assets/NDIL/images/bg_dot.svg) repeat-x left bottom;
  background-size: 3px 1px;
}

  .c-block-news-article-contact a {
    background: url(/assets/NDIL/images/bg_contact.png) no-repeat center center;
    background-size: cover;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    transition: opacity .3s;
  }

    .c-block-news-article-contact a:hover {
      text-decoration: none;
      opacity: .7;
    }

    .c-block-news-article-contact a span {
      display: flex;
      align-items: center;
      justify-content: center;
    }

      .c-block-news-article-contact a span::before {
        content: "";
        display: block;
        width: 24px;
        height: 16px;
        background: url(/assets/NDIL/images/ico-mail.svg) no-repeat center center;
        background-size: 24px 16px;
        margin: 0 10px 0 0;
      }

/* c-block-news-article-category */
.c-block-news-article-category {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 0 -10px -10px 0;
}

  .c-block-news-article-category li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

    .c-block-news-article-category li a {
      display: block;
      border: solid 1px #c3c3c3;
      border-radius: 5px;
      color: #737373;
      padding: 4px 7px;
      font-size: 1.4rem;
      line-height: 1.2;
    }

.c-block-news-article-bnr-text {
  margin-top: 15px;
}

/* googlemap */
.map-block-iframe {
  width: 100%;
}

/* 404 */

/* search */
.l-main.is-search [data-filter].is-active {
  color: #FFC400;
}

/* sitemap */
.l-main.is-sitemap section ul li ul li {
  margin-bottom: 20px;
}

/* 古いコンテンツ幅対応ヘッダーフッター */
.l-wrapper.is-old {
  padding-top: 150px;
}

  .l-wrapper.is-old .l-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

    .l-wrapper.is-old .l-header ul {
      margin: 0;
      list-style-type: none;
      padding: 0;
    }

    .l-wrapper.is-old .l-header p {
      margin: 0;
    }

    .l-wrapper.is-old .l-header a {
      color: inherit;
    }

      .l-wrapper.is-old .l-header a:hover {
        color: #02749a;
      }


  .l-wrapper.is-old .l-mega-header-main-foot a, .l-wrapper.is-old .l-mega-header-main-foot a:hover {
    color: #005B96;
  }

  .l-wrapper.is-old .l-header-column {
    max-width: 960px;
    margin: 0 auto;
  }

  .l-wrapper.is-old .l-header-logo {
    margin-left: 0;
  }

  .l-wrapper.is-old .l-header-btn-contact {
    margin-right: 0;
  }

  .l-wrapper.is-old .l-header-gnav {
    padding-left: 0;
    padding-right: 0;
  }

    .l-wrapper.is-old .l-header-gnav ul {
      max-width: 960px;
      margin: 0 auto;
      line-height: 1.0;
    }

  .l-wrapper.is-old .l-header-menu-list-main li {
    line-height: 1.0;
  }

  .l-wrapper.is-old .l-mega-header {
    position: absolute;
  }

  .l-wrapper.is-old .l-footer ul {
    list-style-type: none;
  }

  .l-wrapper.is-old .l-footer p {
    margin: 0;
  }

  .l-wrapper.is-old .l-footer a {
    color: #fff;
  }

  .l-wrapper.is-old .l-footer-lower-nav ul {
    margin: 0;
    padding: 0;
  }

  .l-wrapper.is-old .l-footer-lower {
    padding: 0;
  }

  .l-wrapper.is-old .l-footer-upper {
    display: block;
  }

  .l-wrapper.is-old .l-footer-upper-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  .l-wrapper.is-old .l-footer-upper-share {
    right: 0;
  }

  .l-wrapper.is-old .l-footer-lower-inner {
    padding: 40px 0;
    max-width: 960px;
    margin: 0 auto;
  }

  .l-wrapper.is-old .l-footer-lower-nav li {
    line-height: 1.0;
  }

  .l-wrapper.is-old .l-footer-lower-subnav-site {
    line-height: 1.0;
    padding-left: 0;
  }

  .l-wrapper.is-old .l-footer-lower-subnav-sns {
    line-height: 1.0;
  }

  .l-wrapper.is-old .breadcrumb {
    background: url(/assets/NDIL/sites/all/themes/basic/images/icon_spriteset_01.png) no-repeat left 0.2em transparent;
    padding-left: 16px;
    font-size: 87.5%;
    line-height: 1.571;
  }

@media screen and (min-width: 1200px) {
  .l-wrapper.is-old .l-mega-header-main-head-linklist {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }

  .l-wrapper {
    padding-top: 63px;
  }

  .l-wrapper--l2 {
    padding-top: 0;
  }

    .l-wrapper--l2 .l-header {
      padding-top: 0;
      padding-bottom: 0;
    }

  .l-header {
    padding: 20px;
    background: #fff;
  }

    .l-header.is-close {
      padding-left: 20px;
      padding-right: 20px;
    }

    .l-header.is-scroll:not(.is-close) {
      padding: 20px;
    }

  .l-header-logo {
    margin: 0 auto 0 0;
  }

    .l-header-logo a {
      display: block;
    }

    .l-header-logo picture {
      width: 150px;
    }

  .l-header-btn-contact {
    display: none;
  }

  .l-footer-lower {
    padding: 48px 20px;
  }

  .l-footer-lower-head {
    display: block;
  }

  .l-footer-lower-site-ttl img {
    max-width: 280px;
  }

  .l-footer-lower-subnav-sns {
    margin: 20px 0 0;
  }

  .l-footer-lower-nav ul li {
    margin-bottom: 0;
  }

  .l-footer-lower-bottom {
    display: block;
    margin-top: 60px;
  }

  .l-footer-lower-logo {
    margin: 80px 0 0;
  }

  .c-list-headline > dt {
    width: 100%;
  }

  .c-list-headline > dd {
    width: 100%;
  }

  .c-list-headline-sub > dt {
    width: 100%;
  }

  .c-list-headline-sub > dd {
    width: 100%;
  }

  .c-list-table dl {
    display: table;
    width: 100%;
  }

  .c-list-table .c-list-table-th {
    display: table-cell;
    width: auto;
  }

  .c-list-table .c-list-table-td {
    display: table-cell;
    width: 50%;
  }

  .c-news-richtext .box {
    padding: 20px;
  }

  .c-news-richtext .news_col2_pc {
    display: block;
  }

  .c-news-richtext .news_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-news-richtext .col_item {
    width: 100%;
  }

    .c-news-richtext .col_item + .col_item {
      margin-top: 15px;
    }

  .c-summary-text .c-btn-normal:hover {
    opacity: 1;
  }

  .c-summary-text table td:nth-child(1) {
    width: 35%;
  }

  .c-list-headline > .c-list-history-year {
    width: 100%;
  }

  .c-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

    .c-block:last-child {
      padding-bottom: 50px;
    }

  .c-block-mainv {
    height: auto;
  }

    .c-block-mainv .bx-viewport::before {
      width: 100%;
      height: calc(100% - 66.6666666vw);
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
    }

  .c-block-mainv-item-inner {
    padding: 12px 20px 50px;
    width: 100%;
    height: calc(100% - 66.6666666vw);
    position: relative;
  }

  .c-block-mainv-item-bg {
    height: auto;
  }

    .c-block-mainv-item-bg::before {
      content: "";
      display: block;
      padding-top: 66.6666666%;
    }

  .c-block-mainv-item-head {
    font-size: 2.0rem;
    font-feature-settings: normal;
  }

  .c-block-mainv-item-head-sub {
    font-size: 1.6rem;
    display: none;
  }

  .c-block-mainv-item-head-categ {
    font-size: 1.2rem;
    display: block;
    margin-top: 13px;
  }

  .c-block-mainv-item-link {
    margin-top: 23px;
  }

    .c-block-mainv-item-link .c-btn-detail {
      min-height: 44px;
    }

  .c-btn-mainv-prev,
  .c-btn-mainv-next {
    top: 27.733333333vw;
    bottom: 0;
    margin: 0;
    transform: none;
    width: 44px;
    height: 39px;
  }

  .c-btn-mainv-prev {
    left: 6px;
    right: auto;
  }

  .c-btn-mainv-next {
    left: auto;
    right: 6px;
  }

    .c-btn-mainv-prev a, .c-btn-mainv-next a {
      width: 44px;
      height: 39px;
    }

  .c-block-mainv .bx-controls {
    left: auto;
    right: 15px;
    bottom: auto;
    top: 56.533333333vw;
    z-index: 2;
    font-size: 2.4rem;
  }

  .c-block-mainv .bx-pager::after {
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .c-block-mainv .bx-pager-item a {
    padding: 0;
    transform: translateX(-5px);
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .c-block-toppage-link {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .c-block-toppage-news {
    padding-top: 40px;
  }

  .c-block-news-grid-body {
    margin-right: 0;
  }

  .c-block-news-grid-item {
    margin: 0 15px;
  }

    .c-block-news-grid-item + .c-block-news-grid-item {
      margin: 0 15px;
    }

  .c-block-toppage-business-bg {
    height: 300px;
  }

  .c-block-toppage-business-inner {
    height: 300px;
    padding: 0 20px 60px;
  }

  .c-block-toppage-products-body {
    display: flex !important;
  }

  .c-block-toppage-business-body {
    display: block;
    margin-top: -40px;
    padding: 0 20px;
  }

  .c-block-toppage-products-item {
    width: 48% !important;
    margin-right: 2% !important;
    border-top: solid 1px #ccc !important;
  }

  .c-block-toppage-business-item {
    width: 100%;
    border-left: solid 1px #ccc;
  }

  .c-block-toppage-products-body :nth-child(2) {
    margin-top: 0px !important;
  }

  .c-block-toppage-business-item + .c-block-toppage-business-item {
    margin-top: 20px;
  }

  .c-block-toppage-business-item a {
    padding-bottom: 20px;
  }

  .c-block-toppage-business-item-link {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .c-block-toppage-business-list li:nth-child(n+4) {
    display: none;
  }

  .c-block-toppage-business-list li a {
    height: auto;
    padding: 16.5px 20px 16.5px 0;
  }

  .c-block-toppage-products {
    padding-bottom: 60px !important;
  }

  .c-block-toppage-banner {
    padding: 20px 0;
  }

    .c-block-toppage-banner a:hover .c-block-toppage-banner-link span {
      text-decoration: none;
    }

  .c-block-toppage-banner-wrap {
    display: block;
  }

  .c-block-toppage-banner-bg {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    min-height: 249px;
  }

    .c-block-toppage-banner-bg picture {
      height: 100%;
    }

  .c-block-toppage-banner-inner {
    width: auto;
    height: auto;
    margin: -40px 20px 0;
  }

  .c-block-toppage-banner-head {
    width: 150px;
  }

  .c-block-toppage-grid {
    padding: 20px 20px;
  }

  .c-block-text-box-grid {
    display: block;
  }

  .c-block-text-box-grid-item {
    width: 100%;
  }

    .c-block-text-box-grid-item + .c-block-text-box-grid-item {
      margin-top: 40px;
    }

    .c-block-text-box-grid-item a:hover .c-block-text-box-grid-item-link span {
      text-decoration: none;
    }

  .c-block-text-box-grid-item-inner {
    margin: -40px 20px 0;
    padding: 20px;
  }

  .c-block-text-box-grid-item-link {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .c-block-image-title-grid--start .c-block-image-title-grid-item {
    margin-right: 0;
  }

  .c-block-image-title-grid--col4 .c-block-image-title-grid-item {
    width: 100%;
    margin-right: 0;
  }

    .c-block-image-title-grid--col4 .c-block-image-title-grid-item:nth-child(-n+4) {
      margin-top: 20px;
    }

  .c-block-toppage-grid .c-block-image-title-grid-item a::before {
    padding-top: 101.045296167%;
  }

  .c-block-image-title-grid-item-inner {
    padding-top: calc(60/750*100vw);
  }

  .c-block-image-title-grid-item:first-child {
    margin-top: 0;
  }

  .c-block-content-header--article .c-block-content-header-wrapper {
    padding: 60px 20px;
  }

  .c-block-content-header--article .c-block-content-header-breadcrumb {
    margin-bottom: 20px;
  }

  .c-block-content-header--article .c-block-content-header-head {
    font-size: 3.0rem;
    /*added on 20Apr*/
    word-break: break-all;
  }

  /*added on 20Apr*/
  .custom-image-shadowtext {
    text-shadow: 1px 2px 3px #808080;
  }


  .c-block-content-header--article .c-block-content-header-bottom-right {
    bottom: 20px;
    right: 20px;
  }

  .c-block-image-hover-grid-item-inner {
    bottom: 0;
    padding-top: calc(80/750*100vw);
  }

  .c-block-banner {
    margin: 0 20px 40px;
  }

  .c-block-banner-head img {
    width: 250px;
  }

  .c-block-banner-bg {
    height: 413px;
  }

  .c-block-banner-inner {
    height: 413px;
  }

  .c-block-new-grid-item {
    margin: 0 15px;
  }

  .js-slick.c-block-new-grid.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }

  .js-slick.c-block-new-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

    .js-slick.c-block-new-grid .slick-prev {
      left: 0px;
    }

    .js-slick.c-block-new-grid .slick-next {
      right: 0px;
    }

  .c-block-business-products-body.js-slick.c-block-carousel-grid .slick-next {
    right: 0px !important;
  }

  .js-slick.c-block-new-grid .slick-dots {
    bottom: -45px;
  }

  .c-block-toggle-bnr {
    margin-top: 40px;
  }

  .c-block-toggle-bnr-bg-mv {
    display: none;
  }

  .c-block-toggle-bnr-wrapper {
    padding: 30px 20px 20px;
    height: auto;
  }

  .c-block-toggle-bnr-head {
    font-size: 2.6rem;
  }

  .c-block-toggle-bnr-summary {
    margin-top: 10px;
  }

  .c-block-toggle-bnr-bottom {
    display: block;
  }

  .c-block-toggle-bnr-link {
    padding-top: 0;
  }

    .c-block-toggle-bnr-link a {
      min-width: 160px;
      min-height: 48px;
    }

  .c-block-toggle-bnr-contents {
    padding: 20px 20px 20px;
  }

  .c-block-toggle-bnr-contents-inner {
    display: block;
  }

  .c-block-toggle-bnr-contents-item {
    width: 100%;
    /* padding-left: 0;
    padding-right: 0; */
  }

    .c-block-toggle-bnr-contents-item + .c-block-toggle-bnr-contents-item {
      border-top: none;
      /* border-top: solid 1px #ccc; */
      border-left: solid 1px #ccc;
    }

  .c-block-toggle-bnr-contents-list {
    width: 100%;
    padding: 0;
  }

    .c-block-toggle-bnr-contents-list + .c-block-toggle-bnr-contents-list {
      margin-top: 7px;
    }

    .c-block-toggle-bnr-contents-list a {
      height: auto;
      padding-top: 11px;
      padding-bottom: 11px;
      line-height: 1.7;
    }

  .c-block-article {
    padding: 30px 20px;
  }

  .c-block-news-article {
    width: 100%;
    border: none;
    margin-top: 0px;
  }

  .c-block-news-article-side {
    padding-top: 0;
    width: 100%;
  }

    .c-block-news-article-side h2 {
      margin-top: 40px;
    }

  .c-block-article .c-block-news-article-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

    .c-block-article .c-block-news-article-head div + div {
      margin-top: 0;
    }

  .l-main.is-error .c-block-content-header-head {
    font-size: 7.0rem;
  }

  .l-wrapper.is-old {
    padding-top: 63px;
  }
}

@media screen and (min-width: 768px) {
  .c-block-mainv .bx-viewport {
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-wrapper {
    padding-top: 70px;
  }

  .l-wrapper--l2 {
    padding-top: 0;
  }
  /* .c-block-mainv {
    height: calc(100vh - 70px);
  } */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-header {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header {
    padding: 15px 20px;
  }

  .l-header-logo {
    width: 300px;
    margin: 0 auto 0 0;
  }

    .l-header-logo a {
      display: block;
    }

  .c-block-toppage-business-body {
    padding: 0 40px;
  }

  .c-block-toppage-banner {
    padding: 40px;
  }

  .c-block-toppage-grid {
    padding: 40px;
  }

  .c-block-banner {
    margin: 0 40px 60px;
  }

  .c-block-article {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-block-news-article {
    padding-right: 20px;
  }

  .c-block-news-article-profile-head {
    display: block;
  }

  .c-block-news-article-profile-image {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .c-block-news-article-recommend-item a {
    display: block;
  }

  .c-block-news-article-recommend-image {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .c-block-news-article-side {
    padding-left: 20px;
  }

  .c-block-news-article-contact a {
    height: 60px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1199px) {
  .l-header-ico-menu {
    display: block;
    margin: 0 50px 0 30px;
  }

  .is-scroll .l-header-ico-menu {
    margin-right: 0;
  }

  .l-header-btn-contact {
    margin-right: 0;
  }

  .l-wrapper.is-old .l-header-ico-menu {
    display: none;
  }

  .l-wrapper.is-old .l-header-gnav {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .l-header-ico-menu {
    margin: 0 0 0 30px;
  }

    .l-header-ico-menu.is-close {
      margin-top: 20px;
    }

  .l-header-search .is-scroll.is-close .l-header-ico-menu {
    margin-top: 20px;
  }

  .l-header-search .is-close .l-header-ico-menu {
    margin-top: 20px;
  }

  .c-block-toppage-business-bg::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .c-block-logo-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-block-logo-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% / 3);
  }

    .c-block-logo-grid-item:nth-child(4n) {
      border-left: none;
    }

  .c-block-logo-grid-item-link {
    padding: 10px;
  }

    .c-block-logo-grid-item-link img {
      max-height: 100%;
    }

  .c-block-content-header {
    height: auto;
    min-height: 376px;
  }

  .c-block-content-header--small {
    min-height: inherit;
  }

  .c-block-content-header-bg::before {
    background: rgba(0, 0, 0, 0.6);
  }

  .c-block-banner-summary {
    width: auto;
  }

  .c-block-banner-bg::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .c-block-toggle-bnr-bg::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .l-wrapper.is-old .l-header .l-header-menu-list-main {
    margin: 70px 0 0;
    padding-left: 0;
  }

  .l-wrapper.is-old .l-header-menu li a {
    color: #fff;
  }

  .l-wrapper.is-old .l-footer-lower-inner {
    padding: 30px 20px;
  }

  .l-wrapper.is-old .breadcrumb {
    background-position: left 0.4em;
    font-size: 10px;
    padding: 5px 2px 10px 16px;
  }
}


@media screen and (max-width: 991px) {

  .l-footer-upper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-footer-upper-share {
    right: 20px;
  }

  .l-footer-lower {
    background: #005B96;
  }
  /*.l-footer-lower-subnav-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }*/
  .l-footer-lower-nav ul li + li {
    margin-left: 0;
  }

  .l-footer-lower-subnav {
    max-width: inherit;
  }

  .l-footer-lower-subnav-site li {
    margin-right: 0;
    margin-top: 80px;
  }

    .l-footer-lower-subnav-site li a {
      line-height: 1.0;
    }

  .l-footer-lower-copyright {
    margin-top: 30px;
  }
}


@media screen and (min-width: 1200px) {
  .l-header-btn-contact a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

    .l-header-btn-contact a:hover {
      text-decoration: none;
      opacity: .6;
    }

  .l-header-gnav a {
    display: block;
    position: relative;
    padding: 15px 5px;
    margin: -15px -5px;
  }

    .l-header-gnav a::before {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #02749a;
      opacity: 0;
    }

    .l-header-gnav a:hover, .l-header-gnav a.is-active {
      color: #02749a;
    }

      .l-header-gnav a:hover::before, .l-header-gnav a.is-active::before {
        opacity: 1;
      }

  .l-mega-header {
    top: 140px;
  }

  .is-scroll .l-mega-header {
    top: 80px;
  }

  .l-mega-header-content {
    min-height: inherit;
  }

  .l-header.is-scroll.is-l-mega-header-opened .l-mega-header {
    top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .l-footer-upper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .l-footer-upper-share {
    right: 50px;
  }

  .l-footer-lower {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-block-news-article-category li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

    .c-block-news-article-category li a:hover {
      text-decoration: none;
      opacity: .6;
    }
}

@media (min-width: 768px) {
  .l-footer-lower__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-block-toggle-bnr-link a::before {
    line-height: 0.6;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

  .c-block-content-header-bg::before {
    background: rgba(0, 0, 0, 0.6);
  }

  .c-block-toggle-bnr-bg::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (max-width: 768px) {
  .c-block-toppage-business-item-head {
    font-size: 2.0rem;
  }

    .c-block-toppage-business-item-head::before {
      font-size: 2.6rem;
      margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 374px) {
  .c-block-toppage-business-item-head {
    font-size: 5.333333333vw;
  }

    .c-block-toppage-business-item-head::before {
      font-size: 6.9333333333vw;
    }
}

@media print {
  .c-block-toggle-bnr-head {
    font-size: 3rem;
  }

  .c-block-toggle-bnr-head-sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .l-wrapper.is-old {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .l-wrapper.is-old .l-header-ico-menu {
    display: block;
  }

  .l-wrapper.is-old .l-header-gnav {
    display: none;
  }
}


/* 下層ナビゲーション */
.c-block-page-nav {
  margin: 50px 7.63195435% 0;
}

.c-block-page-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.262626262% -30px;
}

  .c-block-page-nav-list li {
    flex-basis: 30.870279146%;
    margin: 0 1.231527093% 30px;
  }

    .c-block-page-nav-list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      border: solid 1px #333;
      position: relative;
      padding: 0 0 0 40px;
    }

      .c-block-page-nav-list li a::before {
        display: block;
        content: "";
        width: 23px;
        height: 14px;
        background: url(/assets/NDIL/images/ico-arrow-bottom.svg) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
      }

      .c-block-page-nav-list li a:hover {
        text-decoration: none;
        opacity: 0.7;
      }

@media (max-width: 767px) {
  .c-block-page-nav {
    margin: 20px 20px 0;
  }

  .c-block-page-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 -15px;
  }

    .c-block-page-nav-list li {
      flex-basis: 48.5%;
      margin: 0 0 15px;
    }

      .c-block-page-nav-list li a {
        height: 100%;
        padding: 5px 10px 5px 35px;
        font-size: 1.2rem;
        line-height: 1.5;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

        .c-block-page-nav-list li a::before {
          width: 15px;
          height: 10px;
          left: 10px;
        }

        .c-block-page-nav-list li a:hover {
          text-decoration: none;
          opacity: 1;
        }
}

.c-block-content-bottom {
}

  /* 追加 */
  .c-block-content-bottom ul {
    line-height: 1.5;
  }

/* 追加 */
.c-block-content-bottom-inner {
  padding: 40px 50px;
}

/* 追加 */
.l-wrapper.is-old .c-block-content-bottom-inner {
  padding: 40px 0;
  max-width: 960px;
  margin: 0 auto;
}

.c-block-news-article .c-block-content-bottom-breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c-block-content-bottom-breadcrumb li {
  display: inline;
  font-size: 1.2rem;
}

  .c-block-content-bottom-breadcrumb li + li::before {
    content: '/';
    display: inline-block;
    margin: 0 1em;
  }

  .c-block-content-bottom-breadcrumb li a {
    color: #333;
  }

/* 変更 */
.c-block-content-bottom-head {
  font-size: 1.2rem;
  margin-top: 15px;
  line-height: 1.5;
}

/* 追加 */
@media screen and (max-width: 767px) {
  .c-block-content-bottom-inner {
    padding: 30px 20px;
  }
}

/* 追加 */
@media screen and (max-width: 1199px) {
  .l-wrapper.is-old .c-block-content-bottom-inner {
    padding: 30px 20px;
  }
}

/* contact us */
.c-block-contact-step {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 50px;
  position: relative;
}

  .c-block-contact-step::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 25px;
  }

.c-block-contact-step-item {
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  background: #ccc;
  color: #999;
  width: 50%;
}

  .c-block-contact-step-item span {
    display: block;
  }

  .c-block-contact-step-item:not(:last-child)::before,
  .c-block-contact-step-item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #ccc;
    margin: auto;
  }

  .c-block-contact-step-item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
  }

  .c-block-contact-step-item.is-active {
    z-index: 1;
    background: #fff;
    color: #005B96;
    font-weight: 700;
  }

    .c-block-contact-step-item.is-active:not(:last-child)::after {
      border-left-color: #fff;
    }

    .c-block-contact-step-item.is-active:not(:last-child)::before {
      border-left: none;
    }

@media (max-width: 767px) {
  .c-block-contact-step {
    max-width: 75%;
  }
}

.c-btn-submit-contact {
  color: #333;
}