.home #js-cb .p-btn {
  display: none;
}
.home #js-cb .p-three-box__item a .p-article12__title {
  color: #222;
}
.home #js-cb .p-three-box__item a .p-article12__img {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
.home #js-news-tab-list .p-news-tab-list__tabs-item a {
  border-left: 0px;
}

.top-inner {
  padding: 92px 30px !important;
}
@media screen and (max-width: 767px), print {
  .top-inner {
    padding: 36px 20px 33px !important;
  }
}

.p-works .p-archive-header {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: 140px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.p-works .p-archive-header .p-archive-header__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .p-works .p-archive-header {
    margin-top: 30px;
    padding-bottom: 24px;
  }
}

.p-news .p-news-tab-list__tabs-item a {
  border-left: 0px !important;
}

.tab-icon {
  position: relative;
}
.tab-icon::after {
  content: "";
  background: url("../images/ic-tab.png") no-repeat center/contain;
  width: 17px;
  height: 12px;
  display: inline-block;
  padding-left: 5px;
}
.tab-icon.white::after {
  background: url("../images/ic-tab-white.png") no-repeat center/contain;
}

.p-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-copyright .tab-icon {
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
.p-copyright small {
  line-height: 1;
  padding-top: 10px;
}

@media screen and (min-width: 768px), print {
  .p-info__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-global-nav li a {
  white-space: nowrap;
}

@media screen and (max-width: 767px), print {
  .p-global-nav {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px), print {
  .p-global-nav li a {
    color: #fff !important;
  }
  .p-global-nav li a:hover {
    color: #003f98 !important;
  }
}

@media screen and (min-width: 768px), print {
  #menu-item-149 {
    position: relative;
  }
  #menu-item-149::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg) translateY(-4px);
            transform: translateY(-50%) rotate(45deg) translateY(-4px);
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu-item-149:hover::before {
    border-right: 2px solid #003f98;
    border-bottom: 2px solid #003f98;
  }
  #menu-item-149 a:hover {
    color: #003f98;
  }
  #header_lang ul li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 25px !important;
    line-height: 1.4 !important;
    width: 50px;
    border: 1px solid #003f98;
    border-radius: 30px;
    color: #003f98;
  }
  #header_lang ul li a::before {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  #header_lang ul li a:hover {
    background-color: #003f98;
    color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .menu-item a:hover {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 768px), print {
  .l-header__nav {
    background-color: #003f98 !important;
  }
}

.p-article12__img {
  border: none !important;
  -webkit-transform: translateY(-30px) !important;
          transform: translateY(-30px) !important;
  height: auto;
}
@media screen and (min-width: 768px), print {
  .p-three-box__item {
    height: 370px !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px), print {
  .p-three-box__item {
    height: 320px !important;
  }
}
@media screen and (max-width: 767px), print {
  .p-three-box__item {
    height: 350px !important;
  }
}
.p-article12__header {
  position: static !important;
  height: 100px !important;
}

.p-three-box__item.p-article12 {
  border: 1px solid #ddd;
}

.p-article12__header {
  border: none !important;
}

.p-copyright {
  line-height: 1.2 !important;
}
.p-copyright__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-copyright__youtube {
  display: block;
  width: 25px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px), print {
  .p-copyright__youtube:hover {
    opacity: 0.7;
  }
}
.p-copyright__youtube img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px), print {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px), print {
  .target {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.news-head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .news-head {
    margin-bottom: 30px;
  }
}

.news-title {
  color: #111111;
  font-size: 46px;
}
@media screen and (max-width: 767px), print {
  .news-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.news-title__sub {
  margin-bottom: 50px;
  font-size: 16px;
  color: #111111;
}
@media screen and (max-width: 767px), print {
  .news-title__sub {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.article-block {
  padding-bottom: 100px;
}

.category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px), print {
  .category-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-block li {
  list-style-type: none;
  text-align: left;
}
.category-block li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.category-block li a:last-child {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px), print {
  .category-block li a {
    padding: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .category-block li a:hover {
    background: #46799f;
    border-color: #46799f;
    color: #fff;
  }
}
.category-block li a.is-active {
  background: #46799f;
  border-color: #46799f;
  color: #fff;
}

.top-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-article__detail {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.top-article__detail:last-child {
  border-bottom: 1px solid #ddd;
}
.top-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  height: 60px;
}
@media screen and (max-width: 767px), print {
  .top-article__link {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px), print {
  .top-article__link:hover .top-article__txt {
    color: #003f98 !important;
  }
}
.top-article__date {
  font-size: 14px;
  margin-right: 14px;
}
.top-article__txt {
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-page-header {
  background: #003f98 !important;
}

.p-entry {
  border-top: 3px solid #003f98 !important;
}

.p-list__item a::before {
  background: #003f98 !important;
}

a[href^="http://"]:after, a[href^="https://"]:after {
  display: none !important;
}

@media screen and (max-width: 767px), print {
  .p-cover__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px), print {
  .p-global-nav li a {
    white-space: initial !important;
    height: 50px;
    line-height: 1.4 !important;
    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;
  }
}