@charset "UTF-8";
#page.business-blog {
  /* 画像の透過から左から右へのフェードインアニメーション */
  /* アニメーションクラス */
  /* 初期状態（透過） */
  /* アニメーション後の状態 */
}
@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#page.business-blog .slide-in-animation {
  -webkit-animation: fadeInFromLeft 1s ease-out forwards;
          animation: fadeInFromLeft 1s ease-out forwards;
}
#page.business-blog .slide-in-image {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
#page.business-blog .slide-in-image.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
#page.business-blog .top-mv {
  background-image: url(../img/business/blog/top-mv-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  height: 442px;
}
#page.business-blog .top-mv.ceo {
  background-image: url(../img/ceo-room/top-mv.jpg);
  height: 360px;
  padding-top: 0;
}
#page.business-blog .top-mv.ceo .top-mv-title-first {
  max-width: 544px;
}
#page.business-blog .top-mv.ceo .top-mv-vice-president {
  max-width: 410px;
}
#page.business-blog .top-mv .top-mv-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.business-blog .top-mv .top-mv-title {
  padding-bottom: 75px;
}
#page.business-blog .top-mv .top-mv-title-first {
  width: 100%;
  max-width: 596px;
  margin: 0 auto 20px;
}
#page.business-blog .top-mv .top-mv-title-second {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
#page.business-blog .top-mv .top-mv-vice-president {
  width: 100%;
  max-width: 350px;
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 1100px) {
  #page.business-blog .top-mv .top-mv-wrap {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  #page.business-blog .top-mv.ceo {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #page.business-blog .top-mv {
    padding-top: 60px;
    height: 260px;
    overflow: hidden;
  }
  #page.business-blog .top-mv.ceo {
    background-image: url(../img/ceo-room/top-mv-sp.jpg);
    height: 200px;
    padding-top: 0;
  }
  #page.business-blog .top-mv.ceo .top-mv-wrap {
    height: 100%;
  }
  #page.business-blog .top-mv.ceo .top-mv-title {
    right: -20px;
  }
  #page.business-blog .top-mv.ceo .top-mv-title-first {
    max-width: 219px;
    position: relative;
    z-index: 1;
  }
  #page.business-blog .top-mv.ceo .top-mv-vice-president {
    max-width: 205px;
    right: unset;
    bottom: 0;
    margin-left: -40px;
  }
  #page.business-blog .top-mv .top-mv-wrap {
    width: 100%;
  }
  #page.business-blog .top-mv .top-mv-title {
    padding-bottom: 60px;
    position: relative;
    right: -30px;
  }
  #page.business-blog .top-mv .top-mv-title-first {
    max-width: 234px;
    margin: 0 auto 5px;
  }
  #page.business-blog .top-mv .top-mv-title-second {
    max-width: 159px;
  }
  #page.business-blog .top-mv .top-mv-vice-president {
    max-width: 155px;
    bottom: -5px;
    right: -5px;
  }
}
#page.business-blog .pankuzu {
  margin: 18px auto 90px;
  position: unset;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
  background: unset;
  padding: 0;
}
#page.business-blog .pankuzu ul li {
  display: inline-block;
  font-size: 12px;
}
#page.business-blog .pankuzu ul li.separator {
  color: #3e3a39;
  font-weight: normal;
  margin: 0 2px;
}
@media screen and (max-width: 1100px) {
  #page.business-blog .pankuzu {
    width: 95%;
    margin: 18px auto 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #page.business-blog .pankuzu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 10px;
  }
  #page.business-blog .pankuzu ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #page.business-blog .pankuzu ul li:last-child {
    margin-right: 0;
  }
  #page.business-blog .pankuzu ul li a {
    white-space: nowrap;
  }
}
#page.business-blog .wrap1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #page.business-blog .wrap1100 {
    width: 95%;
  }
}

#page.business-blog-archive .blog-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 45px 0;
  margin-bottom: 60px;
}
#page.business-blog-archive .blog-archive-list:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  width: 100%;
  height: 1px;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  border: 1px solid #f4f5f5;
  position: relative;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item:after {
  content: "";
  display: block;
  background-image: url(../img/business/blog/icon-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-img {
  position: relative;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-img:before {
  content: "";
  display: block;
  background-image: url(../img/business/blog/thumnail-band.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 76px;
  position: absolute;
  bottom: 18px;
  left: 0;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-img.ceo::before {
  background-image: url(../img/ceo-room/thumnail-band.png);
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-text {
  padding: 20px 20px 40px;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
#page.business-blog-archive .blog-archive-list .blog-archive-list-item-title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width: 1100px) {
  #page.business-blog-archive .blog-archive-list {
    width: 95%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  #page.business-blog-archive .blog-archive-list {
    gap: 15px 0;
    margin: 0 auto 45px;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item:after {
    background-image: url(../img/business/blog/icon-arrow-sp.png);
    width: 12px;
    height: 12px;
    right: 8px;
    bottom: 8px;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-img:before {
    background-image: url(../img/business/blog/thumnail-band-sp.png);
    height: 36px;
    bottom: 10px;
    background-size: 100% 100%;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-img.ceo::before {
    background-image: url(../img/ceo-room/thumnail-band-sp.png);
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-img img {
    height: 105px;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-text {
    padding: 10px 10px 20px;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-date {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #page.business-blog-archive .blog-archive-list .blog-archive-list-item-title p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
#page.business-blog-archive .blog-pagination {
  margin: 60px 0 135px;
}
#page.business-blog-archive .blog-pagination .pagination-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.business-blog-archive .blog-pagination .pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.business-blog-archive .blog-pagination .pagination-buttons li {
  background: #d9dada;
  color: #046eb8;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  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;
}
#page.business-blog-archive .blog-pagination .pagination-buttons li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.business-blog-archive .blog-pagination .pagination-buttons li.prev-btn, #page.business-blog-archive .blog-pagination .pagination-buttons li.next-btn {
  min-width: 40px;
  height: 40px;
}
#page.business-blog-archive .blog-pagination .pagination-buttons a {
  width: 100%;
  height: 100%;
  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;
  border-radius: 5px;
}
#page.business-blog-archive .blog-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#page.business-blog-archive .blog-pagination .page-numbers .current {
  width: 100%;
  height: 100%;
  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;
  background-color: #046eb8;
  color: #fff;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #page.business-blog-archive .blog-pagination {
    width: 95%;
    margin: 40px auto;
  }
  #page.business-blog-archive .blog-pagination .pagination-buttons {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  #page.business-blog-archive .blog-pagination {
    margin: 30px auto 70px;
  }
  #page.business-blog-archive .blog-pagination .pagination-buttons li {
    width: 28px;
    height: 28px;
    font-size: 11px;
    min-width: unset;
  }
  #page.business-blog-archive .blog-pagination .page-numbers {
    gap: 3px;
  }
}
#page.business-blog-archive .no-posts {
  text-align: center;
  padding: 60px 0;
}
#page.business-blog-archive .no-posts p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

#page.business-blog-detail .main .blog-detail-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
#page.business-blog-detail .main .blog-detail-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
}
#page.business-blog-detail .main .blog-detail-thumbnail {
  position: relative;
}
#page.business-blog-detail .main .blog-detail-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}
#page.business-blog-detail .main .blog-detail-content p:first-of-type:has(img) {
  position: relative;
  margin-bottom: 80px;
}
#page.business-blog-detail .main .blog-detail-content p:first-of-type:has(img):after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/business/blog/detail-thumnail-band.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  bottom: 40px;
  left: 0;
}
#page.business-blog-detail .main .blog-detail-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #ff9393;
  margin-bottom: 30px;
}
#page.business-blog-detail .main .blog-detail-content p + h2 {
  margin-top: 95px;
}
#page.business-blog-detail .main .back-to-list {
  width: 100%;
  max-width: 160px;
  margin: 110px auto 170px;
  background-color: #046eb8;
  border-radius: 5px;
}
#page.business-blog-detail .main .back-to-list a {
  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;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  color: #fff;
}
#page.business-blog-detail .main hr {
  margin-bottom: 40px;
}
#page.business-blog-detail .main.ceo h2 {
  color: #c69d58;
}
@media screen and (max-width: 1100px) {
  #page.business-blog-detail .main .wrap1100 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #page.business-blog-detail .main .wrap1100 {
    width: 92%;
  }
  #page.business-blog-detail .main .blog-detail-date {
    font-size: 12px;
  }
  #page.business-blog-detail .main .blog-detail-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  #page.business-blog-detail .main .blog-detail-content p {
    font-size: 12px;
  }
  #page.business-blog-detail .main .blog-detail-content p:first-of-type:has(img) {
    margin-bottom: 35px;
  }
  #page.business-blog-detail .main .blog-detail-content p:first-of-type:has(img):after {
    background-image: url(../img/business/blog/detail-thumnail-band-sp.png);
    background-size: 100% 100%;
    height: 16vw;
    min-height: 63px;
    max-height: 126px;
    bottom: 3vw;
  }
  #page.business-blog-detail .main .blog-detail-content p + h2 {
    margin-top: 38px;
    margin-bottom: 18px;
  }
  #page.business-blog-detail .main .blog-detail-content h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  #page.business-blog-detail .main .back-to-list {
    margin: 38px auto 65px;
    max-width: 140px;
  }
  #page.business-blog-detail .main .back-to-list a {
    height: 40px;
  }
}