@charset "UTF-8";
/* --------------------------------------------------
* top
*/
#top .wrap {
  width: 91.6666666667%;
  max-width: 1760px;
}
#top .bg-wrapper {
  position: relative;
  z-index: 10;
}
#top .mv-area {
  padding: 24vh 0 16vh;
  margin-bottom: 435px;
  background: url("../img/top/fv_bg.webp") no-repeat top center;
  background-size: cover;
}
#top .mv-area .area-ttl {
  width: min(38.8636363636%, 684px);
  margin-bottom: 3vh;
}
#top .mv-area .area-copy {
  width: min(15.7954545455%, 278px);
}
#top .bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#top .bg-img video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
#top .bg-img video::-webkit-media-controls {
  display: none !important;
}
#top .grad-blk01 {
  position: relative;
}
#top .grad-blk01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(79, 87, 83, 0) 0%, #363B39 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
#top .grad-blk02 {
  background-color: var(--gry-color-1);
}
#top .grad-blk03 {
  position: relative;
  height: 1500px;
}
#top .grad-blk03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(79, 87, 83, 0) 0%, #363B39 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
#top .sect-vision {
  padding: 425px 0 460px;
}
#top .sect-vision .sect-ttl {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--wht-color);
}
#top .sect-vision .sect-copy {
  width: min(26.7045454545%, 470px);
  margin: 0 auto;
}
#top .cmn-heading .sect-ttl {
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: var(--font-weight-regular);
  color: var(--wht-color);
}
#top .cmn-heading .sect-subttl {
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.07em;
  color: var(--wht-color);
}
#top .cmn-heading .sect-lead {
  margin-top: 35px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: var(--wht-color);
}
#top .cmn-heading .cmn-btn {
  margin-top: 40px;
}
#top .cmn-heading:has(.lft-area) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .cmn-heading:has(.lft-area) .lft-area,
#top .cmn-heading:has(.lft-area) .rgt-area {
  width: 50%;
}
#top .cmn-heading:has(.lft-area) .rgt-area {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}
#top .cmn-heading:has(.lft-area) .cmn-btn {
  margin-right: 45px;
}
#top .sect-about {
  padding-bottom: 215px;
}
#top .sect-about .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .sect-about .lft-area {
  width: min(21.7045454545%, 382px);
  margin-right: 5.3977272727%;
}
#top .sect-about .sect-heading {
  width: min(30.1136363636%, 530px);
}
#top .sect-case {
  padding: 130px 0 155px;
}
#top .sect-case .sect-heading {
  margin-bottom: 105px;
}
#top .sect-case .slide-area {
  width: min(89.6875%, 1722px);
  margin-left: auto;
  padding-bottom: 150px;
  overflow: hidden;
}
#top .sect-case .slide-area .slide-item {
  width: 28.9779326365%;
  margin-right: 1.1614401858%;
}
#top .sect-case .slide-area a {
  display: block;
}
#top .sect-case .slide-area .img {
  position: relative;
  width: 100%;
  max-width: 499px;
  max-height: 313px;
  padding-top: 62.7254509018%;
  margin-bottom: 15px;
}
#top .sect-case .slide-area .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
#top .sect-case .slide-area .category-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .sect-case .slide-area .category-area .category {
  font-size: 17px;
  letter-spacing: 0.05em;
  color: var(--gry-color-2);
}
#top .sect-case .slide-area .category-area .category + .category {
  margin-left: 5px;
}
#top .sect-case .slide-area .article-ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-weight: var(--font-weight-regular);
  line-height: 1.8666666667;
  color: var(--wht-color);
}
#top .sect-case .swiper {
  overflow: initial;
}
#top .sect-case .comingsoon {
  color: var(--wht-color);
}
#top .sect-case .swiper-button-next,
#top .sect-case .swiper-button-prev {
  top: auto;
  bottom: -150px;
  width: 29px;
  height: 29px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: initial;
  transition: background-image 0.5s ease;
}
#top .sect-case .swiper-button-next::after,
#top .sect-case .swiper-button-prev::after {
  display: none;
}
#top .sect-case .swiper-button-next {
  left: 40px;
  right: auto;
  background: url("../img/common/btn_next_on.svg") no-repeat top center;
  background-size: cover;
}
#top .sect-case .swiper-button-next.swiper-button-disabled {
  background: url("../img/common/btn_next_off.svg") no-repeat top center;
  background-size: cover;
}
#top .sect-case .swiper-button-prev {
  left: 0;
  right: auto;
  background: url("../img/common/btn_prev_on.svg") no-repeat top center;
  background-size: cover;
}
#top .sect-case .swiper-button-prev.swiper-button-disabled {
  background: url("../img/common/btn_prev_off.svg") no-repeat top center;
  background-size: cover;
}
#top .sect-case .swiper-button-disabled {
  pointer-events: none;
}
#top .sect-case .swiper-pagination {
  bottom: -145px;
  top: auto;
  left: 82px;
  width: auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--wht-color);
}
#top .sect-case .swiper-pagination2 {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #656565;
}
#top .sect-case .swiper-pagination2 .progress-bar {
  width: 100%;
  height: 100%;
  background-color: var(--grn-color);
  transform-origin: left;
  transform: scaleX(0);
}
#top .sect-service {
  padding-bottom: 210px;
}
#top .sect-service .cont-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.2727272727%;
  margin-top: 55px;
}
#top .sect-service .cont-list li {
  position: relative;
  max-width: 860px;
  width: 100%;
  overflow: hidden;
  outline: 7px solid transparent;
  transition: all 0.5s ease;
}
#top .sect-service .cont-list li:hover {
  outline: 7px solid var(--grn-color);
}
#top .sect-service .cont-list li:first-of-type a {
  background: url("../img/top/service_img01.webp") no-repeat top center;
  background-size: cover;
}
#top .sect-service .cont-list li:last-of-type a {
  background: url("../img/top/service_img02.webp") no-repeat top center;
  background-size: cover;
}
#top .sect-service .cont-list a {
  display: block;
  width: 100%;
  aspect-ratio: 860/540;
  transition: transform 0.5s ease;
}
#top .sect-service .cont-list a:hover {
  transform: scale(1.1);
  opacity: 1;
}
#top .sect-service .cont-list h3 {
  position: absolute;
  top: 1.8vw;
  left: 3.3vw;
  font-weight: normal;
}
#top .sect-service .cont-list span {
  display: block;
  font-size: clamp(1.125rem, 0.339rem + 1.23vw, 1.813rem);
  color: var(--wht-color);
}
#top .sect-service .cont-list .jp {
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}
#top .sect-company,
#top .sect-news {
  background-color: var(--wht-color);
}
#top .sect-company .wrap,
#top .sect-news .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .sect-company .sect-heading,
#top .sect-news .sect-heading {
  width: min(28.4090909091%, 500px);
  margin-top: -25px;
}
#top .sect-company .sect-heading .sect-ttl,
#top .sect-company .sect-heading .sect-subttl,
#top .sect-company .sect-heading .sect-lead,
#top .sect-news .sect-heading .sect-ttl,
#top .sect-news .sect-heading .sect-subttl,
#top .sect-news .sect-heading .sect-lead {
  color: #151515;
}
#top .sect-company .sect-heading .cmn-btn,
#top .sect-news .sect-heading .cmn-btn {
  margin-top: 20px;
}
#top .sect-company .rgt-area,
#top .sect-news .rgt-area {
  width: min(68.75%, 1210px);
}
#top .sect-company {
  padding: 125px 0 140px;
}
#top .sect-news {
  padding: 0 0 140px;
}
#top .sect-recruiting {
  padding: 0 0 140px;
  background-color: var(--wht-color);
}
#top .sect-recruiting .wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .sect-recruiting .lft-area {
  width: 50%;
}
#top .sect-recruiting .lft-area .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#top .sect-recruiting .lft-area .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 25px);
}
#top .sect-recruiting .lft-area .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background-color: var(--wht-color);
  opacity: 1;
}
#top .sect-recruiting .lft-area .swiper-pagination-bullet-active {
  background-color: var(--grn-color);
}
#top .sect-recruiting .sect-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: var(--grn-color);
}
#top .sect-recruiting .sect-heading .sect-ttl,
#top .sect-recruiting .sect-heading .sect-subttl,
#top .sect-recruiting .sect-heading .sect-lead {
  color: #151515;
}
#top .sect-recruiting .sect-heading .cmn-btn {
  margin-top: 20px;
}
#top .sect-recruiting .sect-heading .sect-lead {
  font-size: clamp(0.813rem, 0.67rem + 0.22vw, 0.938rem);
}
#top .sect-recruiting .heading-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  max-width: 440px;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #top .sect-about .lft-area {
    width: min(35%, 382px);
  }
  #top .sect-about .sect-heading {
    width: min(46%, 530px);
  }
  #top .sect-service .cont-list h3 {
    left: 2.6vw;
  }
  #top .sect-company .sect-heading,
  #top .sect-news .sect-heading {
    width: min(42%, 500px);
    margin-top: -15px;
  }
  #top .sect-company .rgt-area,
  #top .sect-news .rgt-area {
    width: min(58%, 1210px);
  }
  #top .sect-company .sect-lead,
  #top .sect-news .sect-lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .mv-area {
    padding: 13vh 0 13vh;
  }
  #top .mv-area .area-ttl {
    width: min(55%, 684px);
    margin-bottom: 2vh;
  }
  #top .mv-area .area-copy {
    width: min(22%, 278px);
  }
  #top .sect-vision .sect-ttl {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #top .sect-vision .sect-copy {
    width: min(40%, 470px);
  }
  #top .cmn-heading .sect-ttl {
    font-size: 45px;
  }
  #top .cmn-heading .sect-lead {
    margin-top: 25px;
  }
  #top .cmn-heading .cmn-btn {
    margin-top: 30px;
  }
  #top .cmn-heading:has(.lft-area) .lft-area {
    width: 80%;
  }
  #top .cmn-heading:has(.lft-area) .rgt-area {
    width: 20%;
  }
  #top .cmn-heading:has(.lft-area) .cmn-btn {
    margin-right: 10%;
  }
  #top .sect-about .lft-area {
    width: min(36%, 382px);
  }
  #top .sect-about .sect-heading {
    width: min(58%, 530px);
  }
  #top .sect-service .cont-list h3 {
    top: 22px;
    left: 23px;
  }
  #top .sect-service .cont-list span {
    font-size: 15px;
  }
  #top .sect-case .slide-area {
    padding-bottom: 110px;
  }
  #top .sect-case .slide-area .img {
    margin-bottom: 8px;
  }
  #top .sect-case .slide-area .category-area .category {
    font-size: 12px;
  }
  #top .sect-case .slide-area .article-ttl {
    font-size: 11px;
  }
  #top .sect-case .swiper-pagination {
    bottom: -103px;
    left: 55px;
    font-size: 12px;
  }
  #top .sect-case .swiper-pagination2 {
    bottom: -55px;
  }
  #top .sect-case .swiper-button-next,
  #top .sect-case .swiper-button-prev {
    bottom: -105px;
    width: 19px;
    height: 19px;
  }
  #top .sect-case .swiper-button-next {
    left: 30px;
  }
  #top .sect-company .sect-heading,
  #top .sect-news .sect-heading {
    width: 100%;
    margin: 0 auto 40px;
  }
  #top .sect-company .rgt-area,
  #top .sect-news .rgt-area {
    width: 100%;
    margin: 0 auto;
  }
  #top .sect-recruiting .heading-inner {
    width: 80%;
  }
  #top .sect-recruiting .sect-lead {
    font-size: 12px;
  }
}

/* --------------------------------------------------
* about
*/
#about .sect-vision {
  padding-top: 195px;
  margin-bottom: 150px;
}
#about .sect-vision .sect-heading {
  margin-bottom: 255px;
}
#about .sect-vision .sect-ttl {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--grn-color);
}
#about .sect-vision .sect-copy {
  width: min(34.5454545455%, 418px);
  margin: 0 auto;
}
#about .sect-vision .blk-area {
  width: 85.1239669421%;
  max-width: 1030px;
  margin: 0 auto 145px;
}
#about .sect-vision .blk-area li:nth-of-type(even) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#about .sect-vision .blk-area li:nth-of-type(odd) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#about .sect-vision .blk-area li:nth-of-type(1) {
  margin-bottom: 180px;
}
#about .sect-vision .blk-area li:nth-of-type(1) .blk-img {
  width: 47.2815533981%;
}
#about .sect-vision .blk-area li:nth-of-type(2) {
  margin-bottom: 60px;
}
#about .sect-vision .blk-area li:nth-of-type(2) .blk-img {
  width: 49.3203883495%;
}
#about .sect-vision .blk-area li:nth-of-type(2) .blk-lead {
  margin-top: -105px;
  padding-left: 9.7087378641%;
}
#about .sect-vision .blk-area li:nth-of-type(3) .blk-img {
  width: 40.9708737864%;
}
#about .sect-vision .blk-area li:nth-of-type(3) .blk-lead {
  margin-top: -70px;
  padding-left: 6.3106796117%;
}
#about .sect-vision .blk-area .blk-lead {
  width: 50%;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
#about .sect-vision .lower-lead {
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: center;
}
#about .sect-chosen {
  margin-bottom: 125px;
}
#about .sect-chosen .wrap {
  width: 87.5%;
  max-width: 1680px;
}
#about .sect-chosen .sect-heading {
  position: relative;
  margin-bottom: 150px;
}
#about .sect-chosen .heading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  transform: translate(-50%, -60%);
}
#about .sect-chosen .ttl {
  margin-bottom: -5px;
  font-size: clamp(102px, 10vw, 192px);
  font-weight: var(--font-weight-regular);
  text-align: center;
  color: var(--gry-color-4);
}
#about .sect-chosen .btn {
  display: block;
  width: min(16.369047619%, 275px);
  margin: 0 auto;
  padding: 0.6vw 0 0.8vw;
  border: 5px solid var(--gry-color-4);
}
#about .sect-chosen .btn img {
  display: block;
  width: 78.1818181818%;
  margin: 0 auto;
}
#about .sect-chosen .blk-area li:nth-of-type(even) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#about .sect-chosen .blk-area li:nth-of-type(odd) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#about .sect-chosen .blk-area li:nth-of-type(1) dl {
  padding: 0 9.5238095238%;
}
#about .sect-chosen .blk-area li:nth-of-type(2) dl {
  padding: 0 8.9285714286% 0 11.3095238095%;
}
#about .sect-chosen .blk-area li:nth-of-type(2) .blk-lead {
  letter-spacing: 0.06em;
}
#about .sect-chosen .blk-area li:nth-of-type(3) dl {
  padding: 0 7.7380952381% 0 9.5238095238%;
}
#about .sect-chosen .blk-area li:nth-of-type(3) .blk-img {
  width: 37.1428571429%;
  margin-right: 9.5238095238%;
}
#about .sect-chosen .blk-area li:not(:last-of-type) {
  margin-bottom: 150px;
  margin-bottom: 7.8vw;
}
#about .sect-chosen .blk-area .blk-img,
#about .sect-chosen .blk-area dl {
  width: 50%;
}
#about .sect-chosen .blk-area .blk-lead {
  margin-bottom: 1vw;
  font-size: clamp(1.375rem, 1.054rem + 0.68vw, 1.875rem);
  line-height: 2;
  letter-spacing: 0.07em;
}
#about .sect-chosen .blk-area .blk-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-bottom: 2.5vw;
}
#about .sect-chosen .blk-area .blk-name span {
  letter-spacing: 0.07em;
}
#about .sect-chosen .blk-area .blk-name span + span {
  margin-left: 20px;
}
#about .sect-chosen .blk-area .blk-text {
  line-height: 2.1111111111;
  letter-spacing: 0.03em;
}
#about .sect-chosen .blk-area .blk-text p + p {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #about .sect-vision {
    padding-top: 135px;
  }
  #about .sect-vision .sect-heading {
    margin-bottom: 185px;
  }
  #about .sect-vision .blk-area {
    margin: 0 auto 95px;
  }
  #about .sect-vision .blk-area li:nth-of-type(1) {
    margin-bottom: 100px;
  }
  #about .sect-vision .blk-area li:nth-of-type(2) .blk-lead {
    padding-left: 9%;
  }
  #about .sect-chosen .heading-inner {
    transform: translate(-50%, -50%);
  }
  #about .sect-chosen .ttl {
    margin-bottom: 5px;
  }
  #about .sect-chosen .blk-area li:nth-of-type(odd) {
    align-items: flex-start;
  }
  #about .sect-chosen .blk-area li:nth-of-type(even) {
    align-items: flex-start;
  }
  #about .sect-chosen .blk-area li:nth-of-type(1) dl {
    padding: 0 4.52381%;
  }
  #about .sect-chosen .blk-area li:nth-of-type(2) dl {
    padding: 0 2.928571% 0 5.309524%;
  }
  #about .sect-chosen .blk-area li:nth-of-type(3) dl {
    padding: 0 2.738095% 0 4.52381%;
  }
  #about .sect-chosen .blk-area li:nth-of-type(3) .blk-img {
    width: 42.142857%;
    margin-right: 3.52381%;
  }
  #about .sect-chosen .blk-area .blk-lead {
    margin-bottom: 2vw;
    line-height: 1.8;
    font-size: 21px;
  }
  #about .sect-chosen .blk-area .blk-name {
    font-size: 19px;
  }
  #about .sect-chosen .blk-area .blk-text {
    font-size: 14px;
    line-height: 1.8;
  }
  #about .sect-chosen .blk-area .blk-text p + p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #about .sect-vision {
    padding-top: 155px;
  }
  #about .sect-vision .sect-heading {
    margin-bottom: 155px;
  }
  #about .sect-vision .sect-ttl {
    font-size: 30px;
  }
  #about .sect-vision .sect-copy {
    width: min(40%, 418px);
  }
  #about .sect-vision .blk-area {
    width: 100%;
    margin: 0 auto;
  }
  #about .sect-vision .blk-area li:nth-of-type(1) {
    margin-bottom: 100px;
  }
  #about .sect-vision .blk-area li:nth-of-type(2) {
    margin-bottom: 50px;
  }
  #about .sect-vision .blk-area li:nth-of-type(3) {
    margin-bottom: 100px;
  }
  #about .sect-vision .blk-area .blk-lead {
    font-size: 14px;
  }
  #about .sect-chosen .sect-heading {
    margin-bottom: 60px;
  }
  #about .sect-chosen .btn {
    width: 165px;
    padding: 6px 20px 7px;
    border: 3px solid var(--gry-color-4);
  }
  #about .sect-chosen .heading-inner {
    transform: translate(-50%, -50%);
  }
  #about .sect-chosen .ttl {
    margin-bottom: 5px;
    font-size: 82px;
  }
  #about .sect-chosen .blk-area li:nth-of-type(even) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #about .sect-chosen .blk-area li:nth-of-type(odd) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #about .sect-chosen .blk-area li:nth-of-type(1) dl {
    padding: 0;
  }
  #about .sect-chosen .blk-area li:nth-of-type(2) dl {
    padding: 0;
  }
  #about .sect-chosen .blk-area li:nth-of-type(3) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  #about .sect-chosen .blk-area li:nth-of-type(3) dl {
    width: 55%;
    padding: 0;
    margin: 0;
  }
  #about .sect-chosen .blk-area li:nth-of-type(3) .blk-img {
    width: 37.1428571429%;
    margin-right: 0;
  }
  #about .sect-chosen .blk-area li:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  #about .sect-chosen .blk-area .blk-img,
  #about .sect-chosen .blk-area dl {
    width: 100%;
    margin: 0 auto;
  }
  #about .sect-chosen .blk-area dl {
    margin: 0 auto 30px;
  }
  #about .sect-chosen .blk-area .blk-lead {
    margin-bottom: 3vw;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #about .sect-chosen .blk-area .blk-lead .tb {
    display: none;
  }
  #about .sect-chosen .blk-area .blk-text p + p {
    margin-top: 15px;
  }
  #about .sect-chosen .blk-area .blk-name {
    font-size: 17px;
  }
}

/* --------------------------------------------------
* products
*/
#products .col-links {
  margin-top: -275px;
}
#products .cont-sect:not(:last-of-type) {
  margin-bottom: 80px;
}
#products .sect-strength .blk-area {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#products .sect-strength .blk-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(30.1652892562%, 365px);
  height: min(69.1991786448%, 337px);
  background: url("../img/products/strength_img.svg") no-repeat top center;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#products .sect-strength .blk-area li {
  position: relative;
  width: 50%;
  aspect-ratio: 605/487;
}
#products .sect-strength .blk-area li:first-of-type {
  background: url("../img/products/strength_bg01.webp") no-repeat top center;
  background-size: cover;
}
#products .sect-strength .blk-area li:first-of-type dl {
  left: 5.7vw;
}
#products .sect-strength .blk-area li:last-of-type {
  background: url("../img/products/strength_bg02.webp") no-repeat top center;
  background-size: cover;
}
#products .sect-strength .blk-area li:last-of-type dl {
  right: 5.7vw;
  text-align: right;
}
#products .sect-strength .blk-area dl {
  position: absolute;
  top: 50%;
  max-width: 300px;
  transform: translateY(-50%);
}
#products .sect-strength .blk-area dt {
  margin-bottom: 0.8vw;
  font-size: clamp(1.875rem, 1.161rem + 1.12vw, 2.5rem);
  line-height: 1.325;
  color: var(--wht-color);
}
#products .sect-strength .blk-area dd {
  font-size: clamp(0.938rem, 0.58rem + 0.56vw, 1.25rem);
  line-height: 1.75;
  color: var(--wht-color);
}
#products .sect-processing .blk-area.upr-blk {
  margin-bottom: 60px;
}
#products .sect-processing .blk-area.upr-blk li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#products .sect-processing .blk-area.upr-blk li:not(:last-of-type) {
  margin: 0 auto 75px;
}
#products .sect-processing .blk-area.upr-blk li .area-heading {
  flex: 1;
  padding-right: 2.479338843%;
  margin-top: 4vw;
}
#products .sect-processing .blk-area.upr-blk li .ttl-box {
  margin-bottom: 15px;
}
#products .sect-processing .blk-area.upr-blk li .area-num {
  margin-right: 4.7619047619%;
}
#products .sect-processing .blk-area.upr-blk li .area-ttl {
  font-size: clamp(1.375rem, 0.804rem + 0.89vw, 1.875rem);
  line-height: 2;
}
#products .sect-processing .blk-area.upr-blk li .area-lead {
  width: 83.3333333333%;
}
#products .sect-processing .blk-area.upr-blk li .img {
  width: 60.3305785124%;
}
#products .sect-processing .blk-area.upr-blk li .img.modal {
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
#products .sect-processing .blk-area.upr-blk li .img.modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.1506849315%;
  height: 23.5872235872%;
  background: url("../img/common/icn_modal_play.svg") no-repeat top center;
  background-size: cover;
  transform: translate(-50%, -50%);
}
#products .sect-processing .blk-area.upr-blk li .img.modal:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  #products .sect-processing .blk-area.upr-blk li .img.modal:hover {
    opacity: 1;
  }
}
#products .sect-processing .blk-area.upr-blk li .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#products .sect-processing .blk-area.upr-blk li .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 5px);
}
#products .sect-processing .blk-area.upr-blk li .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background-color: var(--wht-color);
  opacity: 1;
}
#products .sect-processing .blk-area.upr-blk li .swiper-pagination-bullet-active {
  background-color: var(--grn-color);
}
#products .sect-processing .blk-area.upr-blk li .modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.86);
  z-index: 10000;
  overflow-y: scroll;
}
#products .sect-processing .blk-area.upr-blk li .modal-inner {
  padding: 0 4.7568710359%;
}
#products .sect-processing .blk-area.upr-blk li .modal-inner .mv {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(58.2291666667%, 1118px);
  transform: translate(-50%, -50%);
}
#products .sect-processing .blk-area.upr-blk li .modal-inner .mv video {
  width: 100%;
}
#products .sect-processing .blk-area.upr-blk li .close-btn {
  position: absolute;
  top: 40px;
  right: 6.25%;
  width: min(5.15625%, 99px);
  cursor: pointer;
  transition: opacity 0.5s ease;
}
#products .sect-processing .blk-area.lwr-blk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 6.6115702479%;
}
#products .sect-processing .blk-area.lwr-blk li .area-num {
  margin-top: 1px;
}
#products .sect-processing .ttl-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#products .sect-processing .area-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875vw;
  height: 1.875vw;
  margin-top: 13px;
  margin-right: 10px;
  font-size: clamp(0.625rem, 0.339rem + 0.45vw, 0.875rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #151515;
  background-color: var(--gry-color-4);
}
#products .sect-processing .area-ttl {
  flex: 1;
  font-weight: var(--font-weight-regular);
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
#products .sect-processing .area-lead {
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
#products .sect-machines .item-list.upr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6.6115702479%;
  margin-bottom: 70px;
}
#products .sect-machines .item-list.upr-list .img {
  width: 100%;
  margin: 0 auto 12px;
}
#products .sect-machines .item-list.upr-list dt {
  margin-bottom: 12px;
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
#products .sect-machines .item-list.upr-list dd {
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
#products .sect-machines .item-list.lwr-list .list-inner:not(:last-of-type) {
  margin-bottom: 70px;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.132231405%;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul li {
  display: flex;
  align-items: center;
  padding: 35px 20px;
  border-top: 1px solid var(--gry-color-3);
  border-bottom: 1px solid var(--gry-color-3);
}
#products .sect-machines .item-list.lwr-list .list-inner > ul li:nth-child(n+3) {
  border-top: none;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul dt {
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul dt span {
  color: #898989;
}
#products .sect-machines .item-list.lwr-list .list-inner > ul dd {
  line-height: 1.7777777778;
  text-align: right;
  letter-spacing: 0.07em;
}
#products .sect-machines .item-list.lwr-list .list-ttl {
  margin-bottom: 30px;
  font-weight: var(--font-weight-regular);
  line-height: 1.5909090909;
  letter-spacing: 0.07em;
  color: var(--grn-color);
}
#products .sect-machines .lower-lead {
  margin: 65px 0 0;
  padding: 30px 0;
  line-height: 1.7777777778;
  text-align: center;
  letter-spacing: 0.07em;
  background-color: var(--gry-color-4);
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #products .col-links {
    margin-top: -240px;
  }
  #products .sect-strength .blk-area::before {
    width: min(36.7768595041%, 445px);
    height: min(84.5995893224%, 412px);
  }
  #products .sect-strength .blk-area dt {
    font-size: 2.2vw;
  }
  #products .sect-strength .blk-area dd {
    font-size: 1.1vw;
  }
  #products .sect-processing .blk-area.upr-blk li .area-heading {
    padding-right: 3%;
    margin-top: 2vw;
  }
  #products .sect-processing .blk-area.upr-blk li .area-num {
    margin-right: 3.5%;
  }
  #products .sect-processing .blk-area.upr-blk li .ttl-box {
    margin-bottom: 15px;
  }
  #products .sect-processing .blk-area.upr-blk li .area-ttl {
    line-height: 1.5;
  }
  #products .sect-processing .blk-area.upr-blk li .area-lead {
    width: 90%;
  }
  #products .sect-processing .blk-area.upr-blk li .img {
    width: 54%;
  }
  #products .sect-processing .blk-area.lwr-blk li .area-num {
    margin-top: -3px;
  }
  #products .sect-processing .area-num {
    width: 2.3vw;
    height: 2.3vw;
    margin-top: 4px;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul li {
    padding: 35px 14px;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt {
    font-size: 14px;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt br {
    display: none;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt .addtxt::before {
    content: "、";
    display: inline-block;
    vertical-align: middle;
    font-size: var(--font-size-sm);
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #products .sect-strength .blk-area::before {
    width: min(36.7768595041%, 445px);
    height: min(84.5995893224%, 412px);
  }
  #products .sect-strength .blk-area dt {
    font-size: 25px;
  }
  #products .sect-strength .blk-area dd {
    font-size: 13px;
  }
  #products .sect-processing .blk-area.upr-blk li .area-heading {
    width: 100%;
    margin: 0 auto 30px;
  }
  #products .sect-processing .blk-area.upr-blk li .img {
    width: 100%;
  }
  #products .sect-processing .blk-area.upr-blk li .area-num {
    margin-right: 2.5%;
    margin-top: 0.6vw;
  }
  #products .sect-processing .blk-area.upr-blk li .area-ttl {
    font-size: 26px;
    line-height: 1.4;
  }
  #products .sect-processing .blk-area.upr-blk li .modal-inner .mv {
    width: min(90%, 1118px);
  }
  #products .sect-processing .blk-area.upr-blk li .close-btn {
    top: 40px;
    right: 60px;
    width: 60px;
    height: 60px;
  }
  #products .sect-processing .blk-area.lwr-blk {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  #products .sect-processing .blk-area.lwr-blk li .area-num {
    margin-top: -0.1vw;
  }
  #products .sect-processing .area-lead {
    line-height: 1.6;
  }
  #products .sect-processing .area-num {
    width: 3.5vw;
    height: 3.5vw;
  }
  #products .sect-processing .blk-area.upr-blk li .area-lead {
    width: 100%;
  }
  #products .sect-machines .item-list.upr-list {
    gap: 0 30px;
    gap: 0 2.479338843%;
  }
  #products .sect-machines .item-list.lwr-list .list-inner:not(:last-of-type) {
    margin-bottom: 70px;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul li {
    padding: 20px 20px;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul li:nth-child(n+2) {
    border-top: none;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt br {
    display: none;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt .addtxt::before {
    content: "、";
    display: inline-block;
    vertical-align: middle;
    font-size: var(--font-size-sm);
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dt {
    width: 84%;
  }
  #products .sect-machines .item-list.lwr-list .list-inner > ul dd {
    width: 16%;
  }
}

/* --------------------------------------------------
* works
*/
#works .archive-container {
  padding-bottom: 150px;
}
#works .page-mv {
  margin-bottom: 100px;
}
#works .cate-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#works .cate-list li {
  margin-right: 10px;
  margin-bottom: 15px;
}
#works .cate-list li a {
  display: inline-block;
  padding: 4px 15px 5px;
  line-height: 1.4;
  text-align: center;
  color: #151515;
  border: 1px solid var(--gry-color-3);
  border-radius: 18px;
}
#works .cate-list li a.is-current {
  color: #FFFFFF;
  background-color: #151515;
  border: 1px solid #151515;
  pointer-events: none;
}

/* article list */
.works-article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 1.0119047619%;
}
.works-article .article-item:nth-child(n+13) {
  display: none;
}
.works-article .article-item .img {
  position: relative;
  width: 100%;
  max-width: 407px;
  max-height: 255px;
  padding-top: 62.6535626536%;
  margin: 0 auto 20px;
}
.works-article .article-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.works-article .article-item .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.works-article .article-item .category-area .category {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 19px;
  color: #151515;
  background-color: var(--gry-color-4);
}
.works-article .article-item .category-area .category + .category {
  margin-left: 10px;
}
.works-article .article-item .article-ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-weight: var(--font-weight-regular);
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1023px) and (min-width: 751px) {
  .works-article {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .works-article {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10%;
  }
}
#works.entry-single {
  overflow: initial;
}
#works.entry-single .single-container-wrap {
  padding-bottom: 150px;
}
#works.entry-single .single-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 115px;
}
#works.entry-single .img-area {
  position: sticky;
  top: 120px;
  width: min(50%, 840px);
  margin-right: 6.25%;
}
#works.entry-single .img-area .img {
  position: relative;
  width: 100%;
  max-width: 840px;
  max-height: 526px;
  padding-top: 62.619047619%;
}
#works.entry-single .img-area .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
#works.entry-single .post-head {
  flex: 1;
  width: min(37.7380952381%, 634px);
}
#works.entry-single .post-head .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#works.entry-single .post-head .category-area .category {
  display: inline-block;
  padding: 10px 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
  border-radius: 28px;
  color: #151515;
  background-color: var(--gry-color-4);
}
#works.entry-single .post-head .category-area .category + .category {
  margin-left: 10px;
}
#works.entry-single .post-head .page-ttl {
  margin-bottom: 35px;
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#works.entry-single .related-area .area-ttl {
  margin-bottom: 35px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.07em;
}
#works.entry-single .related-area .works-article {
  margin-bottom: 90px;
}
#works.entry-single .related-area .img-area {
  width: 100%;
  margin-right: auto;
}
#works.entry-single .related-area .img-area .img {
  max-width: 407px;
  max-height: 255px;
  padding-top: 62.6535626536%;
}
#works.entry-single .related-area .back {
  display: block;
  width: 100%;
  text-align: center;
}
#works.entry-single .related-area .back a {
  display: inline-block;
  font-weight: var(--font-weight-regular);
  line-height: 1.7777777778;
}
#works.entry-single .related-area .back a span::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/common/icn_arrw.svg") no-repeat top center;
  background-size: cover;
  transition: all 0.5s ease;
}
#works.entry-single .related-area .back a:hover {
  opacity: 1;
}
#works.entry-single .related-area .back a:hover span::after {
  background: url("../img/common/icn_arrw_on.svg") no-repeat top center;
  background-size: cover;
}
#works.entry-single .c-post-content {
  /* =====================
  　  エレメントスタイル
  ===================== */
}
#works.entry-single .c-post-content p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#works.entry-single .c-post-content a {
  text-decoration: underline;
}
#works.entry-single .c-post-content code {
  padding: 0.5em 1em;
  font-family: Menlo, Yu Gothic, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: crimson;
  background-color: #f0f0f1;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content code {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content mark {
  background-color: #F5F58A;
}
#works.entry-single .c-post-content embed,
#works.entry-single .c-post-content iframe,
#works.entry-single .c-post-content object {
  max-width: 100%;
}
#works.entry-single .c-post-content img {
  vertical-align: top;
}
#works.entry-single .c-post-content pre {
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: 13px;
  white-space: break-spaces;
}
#works.entry-single .c-post-content b, #works.entry-single .c-post-content strong {
  font-weight: bold;
}
#works.entry-single .c-post-content {
  /* ==============
  　 共通スタイル
    クラス名
  ============== */
}
#works.entry-single .c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#works.entry-single .c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#works.entry-single .c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#works.entry-single .c-post-content {
  /* =======================
  　  見出し H2が標準
  ======================= */
}
#works.entry-single .c-post-content h1, #works.entry-single .c-post-content h2, #works.entry-single .c-post-content h3, #works.entry-single .c-post-content h4, #works.entry-single .c-post-content h5, #works.entry-single .c-post-content h6 {
  margin-bottom: 10px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.07em;
  line-height: 1.68;
  color: #151515;
}
#works.entry-single .c-post-content h1 {
  font-size: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h1 {
    font-size: 25px;
  }
}
#works.entry-single .c-post-content h2 {
  font-size: 25px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h2 {
    font-size: 20px;
  }
}
#works.entry-single .c-post-content h3 {
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h3 {
    font-size: 15px;
  }
}
#works.entry-single .c-post-content h4 {
  font-size: 15px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h4 {
    font-size: 13px;
  }
}
#works.entry-single .c-post-content h5 {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h5 {
    font-size: 10px;
  }
}
#works.entry-single .c-post-content h6 {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #works.entry-single .c-post-content h6 {
    font-size: 10px;
  }
}
#works.entry-single .c-post-content {
  /* =====================
  　  引用
  ===================== */
}
#works.entry-single .c-post-content .wp-block-quote {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px 50px;
  color: #151515;
  overflow-wrap: break-word;
  background-color: #efefef;
}
#works.entry-single .c-post-content .wp-block-quote::before, #works.entry-single .c-post-content .wp-block-quote::after {
  position: absolute;
  font-size: 28px;
  letter-spacing: 0.065em;
  color: #151515;
}
#works.entry-single .c-post-content .wp-block-quote::before {
  content: "「";
  top: 10px;
  left: 0;
}
#works.entry-single .c-post-content .wp-block-quote::after {
  content: "」";
  bottom: 10px;
  right: 0;
}
#works.entry-single .c-post-content .wp-block-quote p {
  margin-bottom: 0;
}
#works.entry-single .c-post-content .wp-block-quote p + p {
  margin-top: 20px;
}
#works.entry-single .c-post-content .wp-block-quote cite,
#works.entry-single .c-post-content .wp-block-quote footer {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: #151515;
}
#works.entry-single .c-post-content .wp-block-quote cite::before,
#works.entry-single .c-post-content .wp-block-quote footer::before {
  content: "ー";
  margin-right: 0.4em;
}
#works.entry-single .c-post-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid currentColor;
  padding-left: 0;
  padding-right: 1em;
}
#works.entry-single .c-post-content .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
#works.entry-single .c-post-content .wp-block-quote.is-style-plain {
  padding: 10px 20px 20px;
  border-left: none;
  background: var(--wht-color);
}
#works.entry-single .c-post-content .wp-block-quote.is-style-plain p {
  font-style: italic;
}
#works.entry-single .c-post-content .wp-block-quote.is-style-plain, #works.entry-single .c-post-content .wp-block-quote.is-style-large, #works.entry-single .c-post-content .wp-block-quote.is-large {
  border: none;
}
#works.entry-single .c-post-content .wp-block-quote.is-style-large, #works.entry-single .c-post-content .wp-block-quote.is-large {
  padding: 10px 20px 20px;
  border-left: none;
  white-space: pre-wrap;
  margin-bottom: 1em;
  background: var(--wht-color);
}
#works.entry-single .c-post-content .wp-block-quote.is-style-large p, #works.entry-single .c-post-content .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-quote.is-style-large p, #works.entry-single .c-post-content .wp-block-quote.is-large p {
    font-size: 0.9375vw;
  }
}
#works.entry-single .c-post-content .wp-block-quote.is-style-large cite,
#works.entry-single .c-post-content .wp-block-quote.is-style-large footer, #works.entry-single .c-post-content .wp-block-quote.is-large cite,
#works.entry-single .c-post-content .wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-quote.is-style-large cite,
  #works.entry-single .c-post-content .wp-block-quote.is-style-large footer, #works.entry-single .c-post-content .wp-block-quote.is-large cite,
  #works.entry-single .c-post-content .wp-block-quote.is-large footer {
    font-size: 0.625vw;
  }
}
#works.entry-single .c-post-content {
  /* =====================
  　  タイポグラフィ
  ===================== */
  /* サイズ */
}
#works.entry-single .c-post-content .has-small-font-size {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .has-small-font-size {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content .has-medium-font-size {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .has-medium-font-size {
    font-size: 0.8333333333vw;
  }
}
#works.entry-single .c-post-content .has-large-font-size {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .has-large-font-size {
    font-size: 1.4583333333vw;
  }
}
#works.entry-single .c-post-content .has-x-large-font-size {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .has-x-large-font-size {
    font-size: 1.7708333333vw;
  }
}
#works.entry-single .c-post-content {
  /* 外観
  font-weightとfont-style:italic;のインラインスタイル */
  /* 大文字小文字
  text-transformのインラインスタイル */
  /* letter-spacing
  letter-spacingのインラインスタイル */
  /* =========
  　  文字色
  ========= */
}
#works.entry-single .c-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
#works.entry-single .c-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#works.entry-single .c-post-content .has-black-color {
  color: #000000;
}
#works.entry-single .c-post-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#works.entry-single .c-post-content .has-white-color {
  color: #ffffff;
}
#works.entry-single .c-post-content .has-pale-pink-color {
  color: #f78da7;
}
#works.entry-single .c-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#works.entry-single .c-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#works.entry-single .c-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#works.entry-single .c-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
#works.entry-single .c-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#works.entry-single .c-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
#works.entry-single .c-post-content {
  /* ================
  　  背景色
  ================ */
}
#works.entry-single .c-post-content .has-background {
  padding: 1.25em 2.375em;
}
#works.entry-single .c-post-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
#works.entry-single .c-post-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
#works.entry-single .c-post-content .has-black-background-color {
  background-color: #000000;
}
#works.entry-single .c-post-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
#works.entry-single .c-post-content .has-white-background-color {
  background-color: #ffffff;
}
#works.entry-single .c-post-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
#works.entry-single .c-post-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
#works.entry-single .c-post-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
#works.entry-single .c-post-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
#works.entry-single .c-post-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
#works.entry-single .c-post-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
#works.entry-single .c-post-content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
#works.entry-single .c-post-content {
  /* ================
  　  整形
  ================ */
}
#works.entry-single .c-post-content sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content sup {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content sub {
  vertical-align: sub;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content sub {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content {
  /* 下線はtext-decoration: underlineのインラインスタイル */
}
#works.entry-single .c-post-content .has-text-align-left {
  text-align: left;
}
#works.entry-single .c-post-content .has-text-align-center {
  text-align: center;
}
#works.entry-single .c-post-content .has-text-align-right {
  text-align: right;
}
#works.entry-single .c-post-content {
  /* ================
  　  リスト
  ================ */
}
#works.entry-single .c-post-content ul, #works.entry-single .c-post-content ol {
  list-style: revert;
  list-style-type: revert;
  margin-bottom: 30px;
  padding: revert;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #works.entry-single .c-post-content ul, #works.entry-single .c-post-content ol {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content ul, #works.entry-single .c-post-content ol {
    margin-bottom: 1.1458333333vw;
    font-size: 0.7291666667vw;
  }
}
#works.entry-single .c-post-content ul li:not(:last-child), #works.entry-single .c-post-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
#works.entry-single .c-post-content ul li, #works.entry-single .c-post-content ol li {
  list-style: revert;
}
#works.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
  list-style-type: revert;
  margin-bottom: 20px;
  padding: revert;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
    margin-bottom: 0.78125vw;
  }
}
#works.entry-single .c-post-content {
  /* ================
  　  カラム
  ================ */
}
#works.entry-single .c-post-content .wp-block-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#works.entry-single .c-post-content {
  /* ================
  　  テーブル
  ================ */
}
#works.entry-single .c-post-content .wp-block-table {
  width: 100%;
  margin: 0 0 30px 0;
  overflow-x: auto;
}
#works.entry-single .c-post-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-table th, #works.entry-single .c-post-content .wp-block-table td {
  border: 1px solid;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-table th, #works.entry-single .c-post-content .wp-block-table td {
    font-size: 0.6770833333vw;
  }
}
#works.entry-single .c-post-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-table .has-fixed-layout td,
#works.entry-single .c-post-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
#works.entry-single .c-post-content .wp-block-table.alignleft, #works.entry-single .c-post-content .wp-block-table.aligncenter, #works.entry-single .c-post-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
#works.entry-single .c-post-content .wp-block-table.alignleft td,
#works.entry-single .c-post-content .wp-block-table.alignleft th, #works.entry-single .c-post-content .wp-block-table.aligncenter td,
#works.entry-single .c-post-content .wp-block-table.aligncenter th, #works.entry-single .c-post-content .wp-block-table.alignright td,
#works.entry-single .c-post-content .wp-block-table.alignright th {
  word-break: break-word;
}
#works.entry-single .c-post-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
#works.entry-single .c-post-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
#works.entry-single .c-post-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
#works.entry-single .c-post-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
#works.entry-single .c-post-content .wp-block-table.is-style-stripes th,
#works.entry-single .c-post-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
#works.entry-single .c-post-content .wp-block-table .has-border-color > *,
#works.entry-single .c-post-content .wp-block-table .has-border-color tr,
#works.entry-single .c-post-content .wp-block-table .has-border-color th,
#works.entry-single .c-post-content .wp-block-table .has-border-color td {
  border-color: inherit;
}
#works.entry-single .c-post-content .wp-block-table table[style*=border-style] > *,
#works.entry-single .c-post-content .wp-block-table table[style*=border-style] tr,
#works.entry-single .c-post-content .wp-block-table table[style*=border-style] th,
#works.entry-single .c-post-content .wp-block-table table[style*=border-style] td {
  border-style: inherit;
}
#works.entry-single .c-post-content .wp-block-table table[style*=border-width] > *,
#works.entry-single .c-post-content .wp-block-table table[style*=border-width] tr,
#works.entry-single .c-post-content .wp-block-table table[style*=border-width] th,
#works.entry-single .c-post-content .wp-block-table table[style*=border-width] td {
  border-width: inherit;
}
#works.entry-single .c-post-content .wp-block-table figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #works.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content {
  /* ================
  　  画像
  ================ */
}
#works.entry-single .c-post-content .wp-block-image {
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-image {
    margin: 1.5625vw 0;
  }
}
#works.entry-single .c-post-content .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#works.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) > a,
#works.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
#works.entry-single .c-post-content .wp-block-image.aligncenter {
  text-align: center;
}
#works.entry-single .c-post-content .wp-block-image.alignfull img, #works.entry-single .c-post-content .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-image .alignleft,
#works.entry-single .c-post-content .wp-block-image .alignright,
#works.entry-single .c-post-content .wp-block-image .aligncenter {
  display: table;
}
#works.entry-single .c-post-content .wp-block-image .alignleft > figcaption,
#works.entry-single .c-post-content .wp-block-image .alignright > figcaption,
#works.entry-single .c-post-content .wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
#works.entry-single .c-post-content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#works.entry-single .c-post-content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#works.entry-single .c-post-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#works.entry-single .c-post-content .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #works.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
#works.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
  border-radius: 10px;
}
@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  #works.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
#works.entry-single .c-post-content .wp-block-image figure {
  margin: 0;
}
#works.entry-single .c-post-content .wp-block-cover-image,
#works.entry-single .c-post-content .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
#works.entry-single .c-post-content .wp-block-cover-image.has-parallax,
#works.entry-single .c-post-content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  #works.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #works.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  #works.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #works.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
#works.entry-single .c-post-content .wp-block-cover-image.is-repeated,
#works.entry-single .c-post-content .wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
#works.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
#works.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
#works.entry-single .c-post-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
#works.entry-single .c-post-content .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
#works.entry-single .c-post-content .wp-block-cover-image.has-background-dim::before,
#works.entry-single .c-post-content .wp-block-cover-image .has-background-dim::before,
#works.entry-single .c-post-content .wp-block-cover.has-background-dim::before,
#works.entry-single .c-post-content .wp-block-cover .has-background-dim::before {
  content: "";
  background-color: inherit;
}
#works.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
#works.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background,
#works.entry-single .c-post-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
#works.entry-single .c-post-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
#works.entry-single .c-post-content .wp-block-cover-image.alignleft, #works.entry-single .c-post-content .wp-block-cover-image.alignright,
#works.entry-single .c-post-content .wp-block-cover.alignleft,
#works.entry-single .c-post-content .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-cover-image::after,
#works.entry-single .c-post-content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  #works.entry-single .c-post-content .wp-block-cover-image::after,
  #works.entry-single .c-post-content .wp-block-cover::after {
    content: none;
  }
}
#works.entry-single .c-post-content .wp-block-cover-image.aligncenter, #works.entry-single .c-post-content .wp-block-cover-image.alignleft, #works.entry-single .c-post-content .wp-block-cover-image.alignright,
#works.entry-single .c-post-content .wp-block-cover.aligncenter,
#works.entry-single .c-post-content .wp-block-cover.alignleft,
#works.entry-single .c-post-content .wp-block-cover.alignright {
  display: flex;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__inner-container,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-light .wp-block-cover__inner-container,
#works.entry-single .c-post-content .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
#works.entry-single .c-post-content .wp-block-cover-image p:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h1:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h2:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h3:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h4:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h5:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover-image h6:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover p:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h1:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h2:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h3:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h4:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h5:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-top-left,
#works.entry-single .c-post-content .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-top-center,
#works.entry-single .c-post-content .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-top-right,
#works.entry-single .c-post-content .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-center-left,
#works.entry-single .c-post-content .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-center-center,
#works.entry-single .c-post-content .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-center-right,
#works.entry-single .c-post-content .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-left,
#works.entry-single .c-post-content .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-center,
#works.entry-single .c-post-content .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
#works.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-right,
#works.entry-single .c-post-content .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
#works.entry-single .c-post-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
#works.entry-single .c-post-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
#works.entry-single .c-post-content .wp-block-cover-image img.wp-block-cover__image-background,
#works.entry-single .c-post-content .wp-block-cover-image video.wp-block-cover__video-background,
#works.entry-single .c-post-content .wp-block-cover img.wp-block-cover__image-background,
#works.entry-single .c-post-content .wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
#works.entry-single .c-post-content .wp-block-cover__video-background {
  z-index: 0;
}
#works.entry-single .c-post-content .wp-block-cover__image-background {
  z-index: 0;
}
#works.entry-single .c-post-content section.wp-block-cover-image h2,
#works.entry-single .c-post-content .wp-block-cover-image-text,
#works.entry-single .c-post-content .wp-block-cover-text {
  color: #fff;
}
#works.entry-single .c-post-content section.wp-block-cover-image h2 a,
#works.entry-single .c-post-content section.wp-block-cover-image h2 a:hover,
#works.entry-single .c-post-content section.wp-block-cover-image h2 a:focus,
#works.entry-single .c-post-content section.wp-block-cover-image h2 a:active,
#works.entry-single .c-post-content .wp-block-cover-image-text a,
#works.entry-single .c-post-content .wp-block-cover-image-text a:hover,
#works.entry-single .c-post-content .wp-block-cover-image-text a:focus,
#works.entry-single .c-post-content .wp-block-cover-image-text a:active,
#works.entry-single .c-post-content .wp-block-cover-text a,
#works.entry-single .c-post-content .wp-block-cover-text a:hover,
#works.entry-single .c-post-content .wp-block-cover-text a:focus,
#works.entry-single .c-post-content .wp-block-cover-text a:active {
  color: #fff;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
#works.entry-single .c-post-content section.wp-block-cover-image.has-left-content > h2,
#works.entry-single .c-post-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
#works.entry-single .c-post-content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
#works.entry-single .c-post-content section.wp-block-cover-image.has-right-content > h2,
#works.entry-single .c-post-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
#works.entry-single .c-post-content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
#works.entry-single .c-post-content section.wp-block-cover-image > h2,
#works.entry-single .c-post-content .wp-block-cover-image .wp-block-cover-image-text,
#works.entry-single .c-post-content .wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
#works.entry-single .c-post-content .wp-block-gallery,
#works.entry-single .c-post-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 50px auto;
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figure,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figure,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figure,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image img,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item img,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image img,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption img,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption img,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption img,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
#works.entry-single .c-post-content .wp-block-gallery figcaption,
#works.entry-single .c-post-content .blocks-gallery-grid figcaption {
  flex-grow: 1;
}
#works.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
#works.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image img, #works.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
#works.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item img,
#works.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#works.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#works.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#works.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#works.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
#works.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image,
#works.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  #works.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image, #works.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), #works.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), #works.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), #works.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), #works.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), #works.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), #works.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), #works.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), #works.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  #works.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:last-child,
#works.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:last-child,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:last-child,
#works.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
#works.entry-single .c-post-content .wp-block-gallery.alignleft, #works.entry-single .c-post-content .wp-block-gallery.alignright,
#works.entry-single .c-post-content .blocks-gallery-grid.alignleft,
#works.entry-single .c-post-content .blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#works.entry-single .c-post-content .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
#works.entry-single .c-post-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.3333333333% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.6666666667% - var(--gallery-block--gutter-size, 16px) * 0.8333333333);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.2857142857% - var(--gallery-block--gutter-size, 16px) * 0.8571428571);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
    margin-right: 0;
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignleft, #works.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
#works.entry-single .c-post-content .blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
#works.entry-single .c-post-content {
  /* ================
  　  埋め込み
  ================ */
}
#works.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"],
#works.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"],
#works.entry-single .c-post-content .wp-block-embed.alignleft,
#works.entry-single .c-post-content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
#works.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
#works.entry-single .c-post-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
#works.entry-single .c-post-content .wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 280px;
}
#works.entry-single .c-post-content .wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
#works.entry-single .c-post-content .wp-block-embed {
  margin: 0 0 30px 0;
  overflow-wrap: break-word;
}
#works.entry-single .c-post-content .wp-block-embed figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #works.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 0.5208333333vw;
  }
}
#works.entry-single .c-post-content .wp-block-embed iframe {
  max-width: 100%;
}
#works.entry-single .c-post-content .wp-block-embed__wrapper {
  position: relative;
}
#works.entry-single .c-post-content .wp-block-video {
  margin: 0 0 30px 0;
}
#works.entry-single .c-post-content .wp-block-video video {
  max-width: 100%;
  height: auto;
}
#works.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio iframe,
#works.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
#works.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
#works.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
#works.entry-single .c-post-content .wp-block-media-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  width: 100%;
  margin: 0 auto 40px;
}
#works.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
  font-size: 14px;
}
#works.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p + p {
  margin-top: 20px;
}
#works.entry-single .c-post-content {
  /* ================
  　  ボタン
  ================ */
}
#works.entry-single .c-post-content .wp-block-buttons {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-buttons {
    margin-bottom: 0.78125vw;
  }
}
#works.entry-single .c-post-content .wp-block-button__link {
  color: var(--wht-color);
  background-color: #151515;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #works.entry-single .c-post-content .wp-block-button__link {
    font-size: 0.7291666667vw;
  }
}
#works.entry-single .c-post-content .wp-block-button__link:hover, #works.entry-single .c-post-content .wp-block-button__link:focus, #works.entry-single .c-post-content .wp-block-button__link:active, #works.entry-single .c-post-content .wp-block-button__link:visited {
  color: #fff;
}
#works.entry-single .c-post-content .wp-block-button__link.aligncenter {
  text-align: center;
}
#works.entry-single .c-post-content .wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
#works.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
#works.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
#works.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
#works.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
#works.entry-single .c-post-content .wp-block-button.is-style-squared,
#works.entry-single .c-post-content .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
#works.entry-single .c-post-content .wp-block-button.no-border-radius,
#works.entry-single .c-post-content .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
#works.entry-single .c-post-content .is-style-outline > :where(.wp-block-button__link),
#works.entry-single .c-post-content :where(.wp-block-button__link).is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
#works.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
#works.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
#works.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-background),
#works.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
#works.entry-single .c-post-content {
  /* ================
  　  線
  ================ */
}
#works.entry-single .c-post-content .wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border: none;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}
#works.entry-single .c-post-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
#works.entry-single .c-post-content .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
#works.entry-single .c-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
#works.entry-single .c-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
#works.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
#works.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
@media screen and (max-width: 1023px) and (min-width: 751px) {
  #works.entry-single .rgt-culm {
    width: 72%;
  }
}

/* --------------------------------------------------
* news
*/
#news .archive-container {
  padding-bottom: 150px;
}
#news .page-mv {
  margin-bottom: 100px;
}
#news .cate-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#news .cate-list li {
  margin-right: 10px;
  margin-bottom: 15px;
}
#news .cate-list li a {
  display: inline-block;
  padding: 4px 15px 5px;
  line-height: 1.4;
  text-align: center;
  color: #151515;
  border: 1px solid var(--gry-color-3);
  border-radius: 18px;
}
#news .cate-list li a.is-current {
  color: #FFFFFF;
  background-color: #151515;
  border: 1px solid #151515;
  pointer-events: none;
}

/* article list */
.news-article {
  margin-bottom: 45px;
}
.news-article li {
  border-bottom: 1px solid var(--gry-color-3);
}
.news-article li:first-of-type {
  border-top: 1px solid var(--gry-color-3);
}
.news-article a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}
.news-article .img {
  position: relative;
  width: 19.4214876033%;
  max-width: 235px;
  max-height: 135px;
  padding-top: 11.158%;
  margin-right: 2.479338843%;
}
.news-article .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.news-article .detail-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 78.0991735537%;
}
.news-article .article-inner {
  width: 86.7724867725%;
}
.news-article .article-ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  font-weight: var(--font-weight-regular);
  line-height: 1.4666666667;
  color: #151515;
}
.news-article .category-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-article .category-area .category {
  color: var(--gry-color-6);
}
.news-article .category-area .category + .category {
  margin-left: 5px;
}
.news-article .daytime {
  width: 13.2275132275%;
  font-size: 17px;
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .news-article .article-inner {
    width: 77%;
  }
  .news-article .daytime {
    width: 20%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-article .article-inner {
    width: 77%;
  }
  .news-article .daytime {
    width: 20%;
    font-size: 14px;
  }
}

/* wp page navi */
#news .wp-pagenavi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#news .wp-pagenavi .page,
#news .wp-pagenavi .current {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: var(--font-weight-regular);
  line-height: 1;
  text-align: center;
  color: #151515;
  border: 1px solid #151515;
  border-radius: 50%;
  transition: all 0.5s var(--ease-inout-cubic);
}
#news .wp-pagenavi .page:hover, #news .wp-pagenavi .page.current,
#news .wp-pagenavi .current:hover,
#news .wp-pagenavi .current.current {
  color: var(--wht-color);
  background-color: #151515;
  opacity: 1;
}
#news .wp-pagenavi .extend {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: var(--font-weight-regular);
  line-height: 1;
  text-align: center;
}
#news .wp-pagenavi .previouspostslink,
#news .wp-pagenavi .nextpostslink {
  width: 28px;
  height: 28px;
  font-size: 0;
}
#news .wp-pagenavi .previouspostslink {
  margin-right: 5px;
  background: url("../img/common/btn_prev_off.svg") no-repeat top center;
  background-size: cover;
}
#news .wp-pagenavi .nextpostslink {
  margin-left: 5px;
  background: url("../img/common/btn_next_off.svg") no-repeat top center;
  background-size: cover;
}

#news.entry-single .single-container-wrap {
  padding-bottom: 150px;
}
#news.entry-single .img-area {
  width: 100%;
  margin: 0 auto 80px;
}
#news.entry-single .img-area .img {
  position: relative;
  width: 100%;
  max-width: 1210px;
  max-height: 695px;
  padding-top: 57.4380165289%;
}
#news.entry-single .img-area .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
#news.entry-single .post-head {
  padding: 40px 16.9421487603% 0;
  margin-bottom: 50px;
}
#news.entry-single .post-head .daytime {
  margin-bottom: 10px;
  font-size: 17px;
}
#news.entry-single .post-head .page-ttl {
  margin-bottom: 10px;
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#news.entry-single .post-head .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#news.entry-single .post-head .category-area .category {
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: var(--gry-color-2);
}
#news.entry-single .post-head .category-area .category + .category {
  margin-left: 10px;
}
#news.entry-single .post-detail {
  padding: 0 16.9421487603% 140px;
  border-bottom: 1px solid var(--gry-color-3);
}
#news.entry-single .c-post-content {
  /* =====================
  　  エレメントスタイル
  ===================== */
}
#news.entry-single .c-post-content p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#news.entry-single .c-post-content a {
  text-decoration: underline;
}
#news.entry-single .c-post-content code {
  padding: 0.5em 1em;
  font-family: Menlo, Yu Gothic, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: crimson;
  background-color: #f0f0f1;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content code {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content mark {
  background-color: #F5F58A;
}
#news.entry-single .c-post-content embed,
#news.entry-single .c-post-content iframe,
#news.entry-single .c-post-content object {
  max-width: 100%;
}
#news.entry-single .c-post-content img {
  vertical-align: top;
}
#news.entry-single .c-post-content pre {
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: 13px;
  white-space: break-spaces;
}
#news.entry-single .c-post-content b, #news.entry-single .c-post-content strong {
  font-weight: bold;
}
#news.entry-single .c-post-content {
  /* ==============
  　 共通スタイル
    クラス名
  ============== */
}
#news.entry-single .c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#news.entry-single .c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#news.entry-single .c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#news.entry-single .c-post-content {
  /* =======================
  　  見出し H2が標準
  ======================= */
}
#news.entry-single .c-post-content h1, #news.entry-single .c-post-content h2, #news.entry-single .c-post-content h3, #news.entry-single .c-post-content h4, #news.entry-single .c-post-content h5, #news.entry-single .c-post-content h6 {
  margin-bottom: 10px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.07em;
  line-height: 1.68;
  color: #151515;
}
#news.entry-single .c-post-content h1 {
  font-size: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h1 {
    font-size: 25px;
  }
}
#news.entry-single .c-post-content h2 {
  font-size: 25px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h2 {
    font-size: 20px;
  }
}
#news.entry-single .c-post-content h3 {
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h3 {
    font-size: 15px;
  }
}
#news.entry-single .c-post-content h4 {
  font-size: 15px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h4 {
    font-size: 13px;
  }
}
#news.entry-single .c-post-content h5 {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h5 {
    font-size: 10px;
  }
}
#news.entry-single .c-post-content h6 {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #news.entry-single .c-post-content h6 {
    font-size: 10px;
  }
}
#news.entry-single .c-post-content {
  /* =====================
  　  引用
  ===================== */
}
#news.entry-single .c-post-content .wp-block-quote {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px 50px;
  color: #151515;
  overflow-wrap: break-word;
  background-color: #efefef;
}
#news.entry-single .c-post-content .wp-block-quote::before, #news.entry-single .c-post-content .wp-block-quote::after {
  position: absolute;
  font-size: 28px;
  letter-spacing: 0.065em;
  color: #151515;
}
#news.entry-single .c-post-content .wp-block-quote::before {
  content: "「";
  top: 10px;
  left: 0;
}
#news.entry-single .c-post-content .wp-block-quote::after {
  content: "」";
  bottom: 10px;
  right: 0;
}
#news.entry-single .c-post-content .wp-block-quote p {
  margin-bottom: 0;
}
#news.entry-single .c-post-content .wp-block-quote p + p {
  margin-top: 20px;
}
#news.entry-single .c-post-content .wp-block-quote cite,
#news.entry-single .c-post-content .wp-block-quote footer {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: #151515;
}
#news.entry-single .c-post-content .wp-block-quote cite::before,
#news.entry-single .c-post-content .wp-block-quote footer::before {
  content: "ー";
  margin-right: 0.4em;
}
#news.entry-single .c-post-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid currentColor;
  padding-left: 0;
  padding-right: 1em;
}
#news.entry-single .c-post-content .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain {
  padding: 10px 20px 20px;
  border-left: none;
  background: var(--wht-color);
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain p {
  font-style: italic;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain, #news.entry-single .c-post-content .wp-block-quote.is-style-large, #news.entry-single .c-post-content .wp-block-quote.is-large {
  border: none;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large, #news.entry-single .c-post-content .wp-block-quote.is-large {
  padding: 10px 20px 20px;
  border-left: none;
  white-space: pre-wrap;
  margin-bottom: 1em;
  background: var(--wht-color);
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large p, #news.entry-single .c-post-content .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-quote.is-style-large p, #news.entry-single .c-post-content .wp-block-quote.is-large p {
    font-size: 0.9375vw;
  }
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large cite,
#news.entry-single .c-post-content .wp-block-quote.is-style-large footer, #news.entry-single .c-post-content .wp-block-quote.is-large cite,
#news.entry-single .c-post-content .wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-quote.is-style-large cite,
  #news.entry-single .c-post-content .wp-block-quote.is-style-large footer, #news.entry-single .c-post-content .wp-block-quote.is-large cite,
  #news.entry-single .c-post-content .wp-block-quote.is-large footer {
    font-size: 0.625vw;
  }
}
#news.entry-single .c-post-content {
  /* =====================
  　  タイポグラフィ
  ===================== */
  /* サイズ */
}
#news.entry-single .c-post-content .has-small-font-size {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-small-font-size {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content .has-medium-font-size {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-medium-font-size {
    font-size: 0.8333333333vw;
  }
}
#news.entry-single .c-post-content .has-large-font-size {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-large-font-size {
    font-size: 1.4583333333vw;
  }
}
#news.entry-single .c-post-content .has-x-large-font-size {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-x-large-font-size {
    font-size: 1.7708333333vw;
  }
}
#news.entry-single .c-post-content {
  /* 外観
  font-weightとfont-style:italic;のインラインスタイル */
  /* 大文字小文字
  text-transformのインラインスタイル */
  /* letter-spacing
  letter-spacingのインラインスタイル */
  /* =========
  　  文字色
  ========= */
}
#news.entry-single .c-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
#news.entry-single .c-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#news.entry-single .c-post-content .has-black-color {
  color: #000000;
}
#news.entry-single .c-post-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#news.entry-single .c-post-content .has-white-color {
  color: #ffffff;
}
#news.entry-single .c-post-content .has-pale-pink-color {
  color: #f78da7;
}
#news.entry-single .c-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#news.entry-single .c-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#news.entry-single .c-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#news.entry-single .c-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
#news.entry-single .c-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#news.entry-single .c-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
#news.entry-single .c-post-content {
  /* ================
  　  背景色
  ================ */
}
#news.entry-single .c-post-content .has-background {
  padding: 1.25em 2.375em;
}
#news.entry-single .c-post-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
#news.entry-single .c-post-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
#news.entry-single .c-post-content .has-black-background-color {
  background-color: #000000;
}
#news.entry-single .c-post-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
#news.entry-single .c-post-content .has-white-background-color {
  background-color: #ffffff;
}
#news.entry-single .c-post-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
#news.entry-single .c-post-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
#news.entry-single .c-post-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
#news.entry-single .c-post-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
#news.entry-single .c-post-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
#news.entry-single .c-post-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
#news.entry-single .c-post-content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
#news.entry-single .c-post-content {
  /* ================
  　  整形
  ================ */
}
#news.entry-single .c-post-content sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content sup {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content sub {
  vertical-align: sub;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content sub {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content {
  /* 下線はtext-decoration: underlineのインラインスタイル */
}
#news.entry-single .c-post-content .has-text-align-left {
  text-align: left;
}
#news.entry-single .c-post-content .has-text-align-center {
  text-align: center;
}
#news.entry-single .c-post-content .has-text-align-right {
  text-align: right;
}
#news.entry-single .c-post-content {
  /* ================
  　  リスト
  ================ */
}
#news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
  list-style: revert;
  list-style-type: revert;
  margin-bottom: 30px;
  padding: revert;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
    margin-bottom: 1.1458333333vw;
    font-size: 0.7291666667vw;
  }
}
#news.entry-single .c-post-content ul li:not(:last-child), #news.entry-single .c-post-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
#news.entry-single .c-post-content ul li, #news.entry-single .c-post-content ol li {
  list-style: revert;
}
#news.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
  list-style-type: revert;
  margin-bottom: 20px;
  padding: revert;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
    margin-bottom: 0.78125vw;
  }
}
#news.entry-single .c-post-content {
  /* ================
  　  カラム
  ================ */
}
#news.entry-single .c-post-content .wp-block-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#news.entry-single .c-post-content {
  /* ================
  　  テーブル
  ================ */
}
#news.entry-single .c-post-content .wp-block-table {
  width: 100%;
  margin: 0 0 30px 0;
  overflow-x: auto;
}
#news.entry-single .c-post-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-table th, #news.entry-single .c-post-content .wp-block-table td {
  border: 1px solid;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-table th, #news.entry-single .c-post-content .wp-block-table td {
    font-size: 0.6770833333vw;
  }
}
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout td,
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
#news.entry-single .c-post-content .wp-block-table.alignleft, #news.entry-single .c-post-content .wp-block-table.aligncenter, #news.entry-single .c-post-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-table.alignleft td,
#news.entry-single .c-post-content .wp-block-table.alignleft th, #news.entry-single .c-post-content .wp-block-table.aligncenter td,
#news.entry-single .c-post-content .wp-block-table.aligncenter th, #news.entry-single .c-post-content .wp-block-table.alignright td,
#news.entry-single .c-post-content .wp-block-table.alignright th {
  word-break: break-word;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes th,
#news.entry-single .c-post-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
#news.entry-single .c-post-content .wp-block-table .has-border-color > *,
#news.entry-single .c-post-content .wp-block-table .has-border-color tr,
#news.entry-single .c-post-content .wp-block-table .has-border-color th,
#news.entry-single .c-post-content .wp-block-table .has-border-color td {
  border-color: inherit;
}
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] > *,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] tr,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] th,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] td {
  border-style: inherit;
}
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] > *,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] tr,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] th,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] td {
  border-width: inherit;
}
#news.entry-single .c-post-content .wp-block-table figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content {
  /* ================
  　  画像
  ================ */
}
#news.entry-single .c-post-content .wp-block-image {
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-image {
    margin: 1.5625vw 0;
  }
}
#news.entry-single .c-post-content .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#news.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) > a,
#news.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
#news.entry-single .c-post-content .wp-block-image.aligncenter {
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-image.alignfull img, #news.entry-single .c-post-content .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-image .alignleft,
#news.entry-single .c-post-content .wp-block-image .alignright,
#news.entry-single .c-post-content .wp-block-image .aligncenter {
  display: table;
}
#news.entry-single .c-post-content .wp-block-image .alignleft > figcaption,
#news.entry-single .c-post-content .wp-block-image .alignright > figcaption,
#news.entry-single .c-post-content .wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
#news.entry-single .c-post-content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#news.entry-single .c-post-content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#news.entry-single .c-post-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#news.entry-single .c-post-content .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
#news.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
  border-radius: 10px;
}
@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  #news.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
#news.entry-single .c-post-content .wp-block-image figure {
  margin: 0;
}
#news.entry-single .c-post-content .wp-block-cover-image,
#news.entry-single .c-post-content .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
#news.entry-single .c-post-content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  #news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #news.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  #news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #news.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
#news.entry-single .c-post-content .wp-block-cover-image.is-repeated,
#news.entry-single .c-post-content .wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover.has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover .has-background-dim::before {
  content: "";
  background-color: inherit;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background,
#news.entry-single .c-post-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
#news.entry-single .c-post-content .wp-block-cover-image.alignleft, #news.entry-single .c-post-content .wp-block-cover-image.alignright,
#news.entry-single .c-post-content .wp-block-cover.alignleft,
#news.entry-single .c-post-content .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-cover-image::after,
#news.entry-single .c-post-content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  #news.entry-single .c-post-content .wp-block-cover-image::after,
  #news.entry-single .c-post-content .wp-block-cover::after {
    content: none;
  }
}
#news.entry-single .c-post-content .wp-block-cover-image.aligncenter, #news.entry-single .c-post-content .wp-block-cover-image.alignleft, #news.entry-single .c-post-content .wp-block-cover-image.alignright,
#news.entry-single .c-post-content .wp-block-cover.aligncenter,
#news.entry-single .c-post-content .wp-block-cover.alignleft,
#news.entry-single .c-post-content .wp-block-cover.alignright {
  display: flex;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-light .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
#news.entry-single .c-post-content .wp-block-cover-image p:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h1:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h2:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h3:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h4:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h5:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h6:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover p:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h1:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h2:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h3:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h4:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h5:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-cover-image img.wp-block-cover__image-background,
#news.entry-single .c-post-content .wp-block-cover-image video.wp-block-cover__video-background,
#news.entry-single .c-post-content .wp-block-cover img.wp-block-cover__image-background,
#news.entry-single .c-post-content .wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
#news.entry-single .c-post-content .wp-block-cover__video-background {
  z-index: 0;
}
#news.entry-single .c-post-content .wp-block-cover__image-background {
  z-index: 0;
}
#news.entry-single .c-post-content section.wp-block-cover-image h2,
#news.entry-single .c-post-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover-text {
  color: #fff;
}
#news.entry-single .c-post-content section.wp-block-cover-image h2 a,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:hover,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:focus,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:active,
#news.entry-single .c-post-content .wp-block-cover-image-text a,
#news.entry-single .c-post-content .wp-block-cover-image-text a:hover,
#news.entry-single .c-post-content .wp-block-cover-image-text a:focus,
#news.entry-single .c-post-content .wp-block-cover-image-text a:active,
#news.entry-single .c-post-content .wp-block-cover-text a,
#news.entry-single .c-post-content .wp-block-cover-text a:hover,
#news.entry-single .c-post-content .wp-block-cover-text a:focus,
#news.entry-single .c-post-content .wp-block-cover-text a:active {
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
#news.entry-single .c-post-content section.wp-block-cover-image.has-left-content > h2,
#news.entry-single .c-post-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
#news.entry-single .c-post-content section.wp-block-cover-image.has-right-content > h2,
#news.entry-single .c-post-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
#news.entry-single .c-post-content section.wp-block-cover-image > h2,
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-gallery,
#news.entry-single .c-post-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 50px auto;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figure,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figure,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figure,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image img,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption img,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
#news.entry-single .c-post-content .wp-block-gallery figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid figcaption {
  flex-grow: 1;
}
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image img, #news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item img,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
#news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image,
#news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), #news.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:last-child,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:last-child,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:last-child,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.alignleft, #news.entry-single .c-post-content .wp-block-gallery.alignright,
#news.entry-single .c-post-content .blocks-gallery-grid.alignleft,
#news.entry-single .c-post-content .blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#news.entry-single .c-post-content .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.3333333333% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.6666666667% - var(--gallery-block--gutter-size, 16px) * 0.8333333333);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.2857142857% - var(--gallery-block--gutter-size, 16px) * 0.8571428571);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignleft, #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
#news.entry-single .c-post-content .blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
#news.entry-single .c-post-content {
  /* ================
  　  埋め込み
  ================ */
}
#news.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"],
#news.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"],
#news.entry-single .c-post-content .wp-block-embed.alignleft,
#news.entry-single .c-post-content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 280px;
}
#news.entry-single .c-post-content .wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
#news.entry-single .c-post-content .wp-block-embed {
  margin: 0 0 30px 0;
  overflow-wrap: break-word;
}
#news.entry-single .c-post-content .wp-block-embed figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content .wp-block-embed iframe {
  max-width: 100%;
}
#news.entry-single .c-post-content .wp-block-embed__wrapper {
  position: relative;
}
#news.entry-single .c-post-content .wp-block-video {
  margin: 0 0 30px 0;
}
#news.entry-single .c-post-content .wp-block-video video {
  max-width: 100%;
  height: auto;
}
#news.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio iframe,
#news.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
#news.entry-single .c-post-content .wp-block-media-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  width: 100%;
  margin: 0 auto 40px;
}
#news.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
  font-size: 14px;
}
#news.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p + p {
  margin-top: 20px;
}
#news.entry-single .c-post-content {
  /* ================
  　  ボタン
  ================ */
}
#news.entry-single .c-post-content .wp-block-buttons {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-buttons {
    margin-bottom: 0.78125vw;
  }
}
#news.entry-single .c-post-content .wp-block-button__link {
  color: var(--wht-color);
  background-color: #151515;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-button__link {
    font-size: 0.7291666667vw;
  }
}
#news.entry-single .c-post-content .wp-block-button__link:hover, #news.entry-single .c-post-content .wp-block-button__link:focus, #news.entry-single .c-post-content .wp-block-button__link:active, #news.entry-single .c-post-content .wp-block-button__link:visited {
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-button__link.aligncenter {
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
#news.entry-single .c-post-content .wp-block-button.is-style-squared,
#news.entry-single .c-post-content .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
#news.entry-single .c-post-content .wp-block-button.no-border-radius,
#news.entry-single .c-post-content .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
#news.entry-single .c-post-content .is-style-outline > :where(.wp-block-button__link),
#news.entry-single .c-post-content :where(.wp-block-button__link).is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
#news.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
#news.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-background),
#news.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
#news.entry-single .c-post-content {
  /* ================
  　  線
  ================ */
}
#news.entry-single .c-post-content .wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border: none;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
#news.entry-single .c-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
#news.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
#news.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
#news.entry-single .post-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}
#news.entry-single .post-pager .dummy {
  width: 78px;
}
#news.entry-single .post-pager .pager-link a {
  display: block;
  width: 38px;
  height: 21px;
  margin-top: -28px;
}
#news.entry-single .post-pager .pager-link.prev-link a {
  margin-right: 40px;
  background: url("../img/common/btn_prev.svg") no-repeat top center;
  background-size: cover;
}
#news.entry-single .post-pager .pager-link.next-link a {
  margin-left: 40px;
  background: url("../img/common/btn_next.svg") no-repeat top center;
  background-size: cover;
}
#news.entry-single .post-pager .back {
  display: block;
  width: 100%;
  text-align: center;
}
#news.entry-single .post-pager .back a {
  display: inline-block;
  font-weight: var(--font-weight-regular);
  line-height: 1.7777777778;
}
#news.entry-single .post-pager .back a span::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/common/icn_arrw.svg") no-repeat top center;
  background-size: cover;
  transition: all 0.5s ease;
}
#news.entry-single .post-pager .back a:hover {
  opacity: 1;
}
#news.entry-single .post-pager .back a:hover span::after {
  background: url("../img/common/icn_arrw_on.svg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1023px) and (min-width: 751px) {
  #news.entry-single .rgt-culm {
    width: 72%;
  }
}

#notfound .inner {
  padding: 17em 0 20em;
}
#notfound .inner h2 {
  margin-bottom: 50px;
  font-size: 30px;
}
#notfound .inner p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
#notfound .inner .back-link a {
  font-size: 16px;
  text-decoration: underline;
}

/* --------------------------------------------------
* recruiting
*/
#recruiting .col-wrap {
  padding-bottom: 210px;
}
#recruiting .sect-wrapper {
  width: 63.0208333333%;
  max-width: 1210px;
  margin: 0 auto 195px;
}
#recruiting .sect-intro {
  margin: 100px 0;
}
#recruiting .sect-intro .sect-ttl {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: var(--font-weight-regular);
  text-align: center;
  letter-spacing: 0.12em;
  color: #151515;
}
#recruiting .sect-intro .sect-lead {
  line-height: 1.8666666667;
  text-align: center;
  letter-spacing: 0.03em;
  color: #151515;
}
#recruiting .sect-job .blk-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3.7190082645%;
}
#recruiting .sect-job .blk-area li a {
  position: relative;
  display: block;
  padding: 25px 60px 25px 40px;
  line-height: 1.5;
  border: 1px solid var(--grn-color);
}
#recruiting .sect-job .blk-area li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 24px;
  background: url("../img/common/icn_arrw.svg") no-repeat top center;
  background-size: cover;
  transform: translateY(-50%);
}
#recruiting .sect-job .blk-area li a:hover {
  background-color: var(--grn-color);
  opacity: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #recruiting .sect-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #recruiting .sect-wrapper {
    width: 80%;
  }
  #recruiting .sect-intro .sect-ttl {
    font-size: 30px;
  }
  #recruiting .sect-job .blk-area {
    display: block;
  }
  #recruiting .sect-job .blk-area li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------
* profile
*/
#profile .col-links {
  margin-top: -355px;
}
#profile .cont-sect:not(:last-of-type) {
  margin-bottom: 80px;
}
#profile .cont-sect .area-table {
  border-top: 1px solid var(--gry-color-3);
}
#profile .cont-sect .area-table dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0.07em;
}
#profile .cont-sect .area-table dl:nth-of-type(n+1) {
  border-bottom: 1px solid var(--gry-color-3);
}
#profile .cont-sect .area-table dt {
  display: flex;
  align-items: center;
  width: 17.520661157%;
  padding: 35px 3.305785124%;
  border-right: 1px solid var(--gry-color-3);
  background-color: var(--gry-color-4);
}
#profile .cont-sect .area-table dd {
  width: 82.479338843%;
  padding: 35px 4.132231405%;
}
#profile .sect-information .sect-heading {
  margin-bottom: 0;
  border-bottom: none;
}
#profile .sect-offices .sect-heading {
  margin-bottom: 50px;
}
#profile .sect-offices .blk-area {
  padding: 0 2.0661157025%;
}
#profile .sect-offices .blk-area li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#profile .sect-offices .blk-area li:not(:last-of-type) {
  margin-bottom: 50px;
}
#profile .sect-offices .blk-area .img {
  width: 31.4655172414%;
  margin-right: 7.7586206897%;
}
#profile .sect-offices .blk-area .area-heading {
  flex: 1;
}
#profile .sect-offices .blk-area .area-ttl {
  margin-bottom: 45px;
}
#profile .sect-offices .blk-area .area-ttl a {
  display: inline-block;
  font-size: clamp(1.063rem, 0.848rem + 0.33vw, 1.25rem);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
}
#profile .sect-offices .blk-area .area-ttl a span::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("../img/common/icn_arrw.svg") no-repeat top center;
  background-size: cover;
  transition: all 0.5s ease;
}
#profile .sect-offices .blk-area .area-ttl a:hover {
  opacity: 1;
}
#profile .sect-offices .blk-area .area-ttl a:hover span::after {
  background: url("../img/common/icn_arrw_on.svg") no-repeat top center;
  background-size: cover;
}
#profile .sect-offices .blk-area dl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#profile .sect-offices .blk-area dl + dl {
  margin-top: 10px;
}
#profile .sect-offices .blk-area dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6vw;
  padding: 5px;
  margin-right: 0.6vw;
  font-size: clamp(0.625rem, 0.482rem + 0.22vw, 0.75rem);
  line-height: 1;
  background-color: var(--gry-color-4);
  border-radius: 12px;
}
#profile .sect-offices .blk-area dd {
  flex: 1;
  font-size: clamp(0.75rem, 0.63rem + 0.26vw, 0.938rem);
  line-height: 1.8666666667;
}
#profile .sect-partners .sect-heading {
  margin-bottom: 70px;
}
#profile .sect-partners .area-lead {
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #profile .col-links {
    margin-top: -325px;
  }
  #profile .cont-sect .area-table dt {
    width: 23%;
    padding: 20px 3%;
  }
  #profile .cont-sect .area-table dd {
    width: 77%;
    padding: 20px 3%;
    line-height: 1.6;
  }
  #profile .sect-offices .sect-heading {
    margin-bottom: 35px;
  }
  #profile .sect-offices .blk-area li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #profile .sect-offices .blk-area li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #profile .sect-offices .blk-area .img {
    width: 40%;
    margin-right: 3%;
  }
  #profile .sect-offices .blk-area .area-ttl {
    margin-bottom: 15px;
  }
  #profile .sect-offices .blk-area dl + dl {
    margin-top: 6px;
  }
  #profile .sect-offices .blk-area dt {
    width: 4.9vw;
    margin-right: 0.6vw;
  }
  #profile .sect-offices .blk-area dd {
    width: 87%;
    line-height: 1.6;
  }
  #profile .sect-partners .sect-heading {
    margin-bottom: 35px;
  }
  #profile .sect-partners .area-lead br {
    display: none;
  }
  #profile .sect-partners .area-lead span::before {
    content: "／";
    display: inline-block;
    vertical-align: middle;
    font-size: var(--font-size-sm);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #profile .cont-sect .area-table dt {
    width: 22%;
    padding: 20px 3%;
  }
  #profile .cont-sect .area-table dd {
    width: 78%;
    padding: 20px 3%;
    line-height: 1.6;
  }
  #profile .sect-partners .sect-heading {
    margin-bottom: 35px;
  }
  #profile .sect-partners .area-lead br {
    display: none;
  }
  #profile .sect-partners .area-lead span::before {
    content: "／";
    display: inline-block;
    vertical-align: middle;
    font-size: var(--font-size-sm);
  }
  #profile .sect-offices .sect-heading {
    margin-bottom: 35px;
  }
  #profile .sect-offices .blk-area li {
    align-items: flex-start;
  }
  #profile .sect-offices .blk-area .img {
    width: 40%;
    margin-right: 4%;
  }
  #profile .sect-offices .blk-area .area-ttl {
    margin-bottom: 20px;
  }
  #profile .sect-offices .blk-area dt {
    width: 6.6vw;
  }
}

/* --------------------------------------------------
* policy
*/
.page-policy .page-mv {
  margin-bottom: 95px;
}
.page-policy .blk-wrapper {
  padding-bottom: 140px;
}
.page-policy .blk-area .blk-ttl {
  font-weight: var(--font-weight-regular);
  line-height: 1.5909090909;
  letter-spacing: 0.07em;
}
.page-policy .upr-blk {
  margin-bottom: 90px;
}
.page-policy .upr-blk .blk-ttl {
  margin-bottom: 85px;
}
.page-policy .upr-blk .blk-list li {
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
.page-policy .upr-blk .blk-list li:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--gry-color-3);
}
.page-policy .upr-blk .com-name {
  margin-top: 45px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}
.page-policy .lwr-blk .blk-ttl {
  margin-bottom: 70px;
}
.page-policy .lwr-blk .blk-list dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-policy .lwr-blk .blk-list dt {
  margin-bottom: 5px;
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
}
.page-policy .lwr-blk .blk-list dd {
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
}

#antisocial .upr-blk {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */