body p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

input, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  word-break: break-all;
}

a[href*="tel:"]:not(.wp-block-button__link) {
  text-decoration: underline;
  color: inherit;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}

body .is-layout-flex {
  justify-content: space-between;
}

.container_page {
  max-width: 1460px;
  margin: 50px auto 0;
  padding: 0 20px;
}

.performance.container_page,
.news.container_page {
  margin: 50px auto 227px;
}

.spacer {
  width: 100%;
}

.wp-block-image {
  margin: 0;
}

.wp-block-image img {
  width: 100%;
}

p.strength {
  color: #a92217;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-family: Arial, sans-serif;
  padding-bottom: 15px;
  margin-bottom: 66px;
  border-bottom: 3px solid #f6f6f6;
  position: relative;
}

p.strength::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #a92217;
}

p.strength span {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-left: 5px;
}

.page_desc {
  font-size: 18px;
  /*
  line-height: calc(30 / 18);
  */
  line-height: 1.8;
  letter-spacing: 0;
  margin: 60px 0 80px;
}

.bg_gray {
  background-color: #f6f6f6 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_blue {
  background-color: #A2C9DD !important;
}

.bg_nap {
  background-color: #1F56A9 !important;
}

.bg_nic {
  background-color: #14822E !important;
}

.bg_gray-full {
  position: relative;
}

.bg_gray-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
  z-index: -1;
}

.dl_container+.dl_container {
  margin-top: 94px;
}

.dl_container dl {
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
  justify-content: space-between;
}

.dl_container dl+dl {
  margin-top: 6px;
}

.dl_container .content-title_border {
  font-size: 30px;
  margin-bottom: 52px;
  font-family: "Noto Sans JP", sans-serif;
}

.dl_container .content-title2_border {
  font-size: 30px;
  margin-bottom: 52px;
  font-family: "Noto Sans JP", sans-serif;
}

.dt_wrapper {
  width: 300px;
  background-color: #a92217;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.dd_wrapper {
  width: calc(100% - 300px);
  background-color: #f6f6f6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  /*
  pointer-events: none;
  */
}

.dd_wrapper dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline-start: 0;
}

.dd_wrapper dd span {
  background-color: #f8e9e9;
  border-radius: 20px;
  margin-right: 30px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  min-width: 100px;
}

.dd_wrapper dd small {
  font-size: 16px;
}

.dd_wrapper dd div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dd_wrapper dd div div {
  display: block;
}

.dd_wrapper dd+dd {
  margin-top: 30px;
}

.dd_wrapper dd div+div {
  margin-left: 50px;
}


/* タイトル
-------------------------------------------*/
.section-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.section-title-sub,
.section-title span {
  font-size: 18px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #a92117;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 20px 5px;
}

.content-title {
  margin-bottom: 60px;
}

.content-title h2 {
  font-family: Arial, sans-serif;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #a92217;
}

.content-title p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.content-title span {
  display: inline-block;
}

.content-title_border {
  color: #a92217;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-family: Arial, sans-serif;
  padding: 0 0 15px 5px;
  margin-bottom: 70px;
  border-bottom: 3px solid #f8e9e9;
  position: relative;
}

.content-title_border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #a92217;
}

.content-title2_border {
  color: #a92217;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0 0 15px 5px;
  margin-bottom: 70px;
  border-bottom: 3px solid #f8e9e9;
  position: relative;
}

.content-title2_border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #a92217;
}

.content-title2 {
  margin-bottom: 60px;
}

.content-title2 h2,
.content-title2 h3,
.content-title2 h4 {
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #a92217;
}

.content-title2 p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.title_bg-red {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #d13636;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px 30px;
}

.strength_title {
  color: #a92217;
  font-size: 30px;
  letter-spacing: 0;
  margin: 10px 0 45px;
}

.red-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  color: #a92217;
  margin-bottom: 35px;
}

.black-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.title_border-left {
  background-color: #f6f6f6;
  border-left: solid 6px #a92217;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 45px;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.title_border-left span {
  margin-right: 17px;
  font-size: 36px;
  letter-spacing: 0;
  color: #a92217;
  font-family: Arial, sans-serif;
}

/* ボタン
-------------------------------------------*/
.wp-block-button__link {
  transform: translate3d(0, 0, 0);
  min-width: 280px;
  border-radius: 34px !important;
  background-color: #a92117 !important;
  font-size: 18px !important;
  line-height: 1.5;
  border: 2px solid #a92117;
  box-sizing: border-box;
  position: relative;
  padding: 12px 1.6em !important;
  transition: all 0.3s;
}

.wp-block-button__link-wrapper {
  display: inline-block;
  position: relative;
  margin-right: -72px;
}

.wp-block-button__link::before,
.wp-block-button__link-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid;
  width: 20px;
  background-color: #ffffff;
  color: #ffffff;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
  z-index: 1;
}

.wp-block-button__link:hover {
  color: #a92117;
  background-color: #ffffff !important;
}

.wp-block-button__link:hover::before,
.wp-block-button__link-wrapper:hover::before {
  transform: scaleX(1.5);
  color: #a92117;
}

.submit-area {
  text-align: center;
  margin-top: 60px;
}

/* 最新実績
-------------------------------------------*/
.past-work {
  margin: 145px 0 200px;
}

.past-work .wp-block-button {
  text-align: center;
}

.past-work .performance-other {
  border-top: none;
  padding-top: 0;
}

.past-work .performance__list {
  margin: 0 0 20px;
}

.past-work .content-title {
  margin-bottom: 90px;
}

.past-work .content-title2 {
  margin-bottom: 90px;
}

/* FAQ
-------------------------------------------*/
.faq {
  margin: 130px 0 230px;
}

.faq .content-title {
  margin-bottom: 55px;
}

.faq .content-title2 {
  margin-bottom: 55px;
}

.faq .accordion__item {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0 36px;
  margin: 0;
}

.faq .accordion__item+.accordion__item {
  margin-top: 20px;
}

.faq .accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 60px 15px 0;
  cursor: pointer;
  position: relative;
}

.faq .accordion__title::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  border-right: solid 3px #a92217;
  border-top: solid 3px #a92217;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 18px;
  height: 18px;
}

.faq .accordion__title.is-active::after {
  transform: rotate(-45deg);
}

.faq .accordion__title span {
  font-size: 36px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 10px 18px;
}

.faq .accordion__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a92217;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  z-index: -1;
}

.faq .accordion__title p {
  width: calc(100% - 100px);
  font-size: 20px;
  font-weight: 500;
}

.faq .accordion__content {
  display: none;
  border-top: 1px solid #a92217;
  padding: 56px 0 53px;
  margin: 0;
}

.faq .accordion__content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq .accordion__content span {
  font-size: 36px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #a92217;
  position: relative;
  z-index: 1;
  padding: 10px 18px;
  margin-top: -20px;
}

.faq .accordion__content span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #a92217;
  width: 59px;
  height: 59px;
  z-index: -1;
}

.faq .accordion__content p {
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: 500;
}

/*-------------------------------------------
実績
-------------------------------------------*/
.performance ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

/* アーカイブページ
-------------------------------------------*/
/* 絞り込み機能 */
.condition__container {
  margin: 40px auto 75px;
  background-color: #f6f6f6;
  padding: 32px 30px;
}

.condition__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.condition__box+.condition__box {
  margin-top: 15px;
}

.condition__inner {
  font-size: 16px;
  letter-spacing: 0;
  width: 155px;
  white-space: nowrap;
}

.condition__inner-cate {
  margin-top: 7px;
}

.condition__wrapper {
  width: calc(100% - 155px);
  position: relative;
}

.condition__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.condition__list li {
  margin: 0;
  display: flex;
  line-height: normal;
}

.check_cate,
.check_tag {
  display: none;
}

.performance label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #333333;
  padding: 10px 26px;
  border: solid 1px #a92117;
  border-radius: 5px;
  background-color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
}

.check_cate:checked+label,
.check_tag:checked+label {
  color: #ffffff;
  background-color: #a92117;
}

.hidden {
  display: none;
}

.toggle {
  max-height: 45px;
  overflow: hidden;
}

.toggle-button {
  width: 130px;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 5px;
  margin: 5px 0;
  border: solid 1px #333333;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  user-select: none;
}

/* 検索結果 */
.performance__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 80px;
  padding: 0;
}

.performance__list::after {
  content: "";
  display: block;
  width: 31%;
}

.performance__list li {
  width: 31%;
  margin-bottom: 80px;
}

.performance__list li a {
  color: #333333;
}

.performance__textbox {
  padding: 0 5px;
  letter-spacing: 0;
}

.performance__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.performance__name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.performance__name::before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.performance__category {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.performance__image {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.performance__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.hover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  color: #fff;
  background-image: linear-gradient(125deg, rgb(185, 61, 70) 0%, rgb(145, 73, 142) 100%);
  opacity: 0.8;
  transition: .35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-mask__inner {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(30 / 16);
}

.hover-mask__inner p {
  margin-bottom: 25px;
  letter-spacing: 0;
}

.btn__more {
  display: block;
  border: solid 1px #ffffff;
  border-radius: 20px;
  padding: 5px 55px;
}

.performance__list li:hover .hover-mask {
  left: 0;
}

.not-find {
  text-align: center;
}

/* 個別ページ
-------------------------------------------*/
.performance-single {
  margin: 50px auto 200px;
}

.performance-single__category {
  margin-bottom: 15px;
}

.performance-single__category>span,
.performance-single__category a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
  background: #a92117;
  border-radius: 5px;
  padding: 10px 30px;
  white-space: nowrap;
}

.performance .tag_wrap {
  margin-bottom: 15px;
}

.performance .tag_wrap>span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #333333;
  padding: 5px 25px;
  border: solid 1px #a92117;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 5px;
  user-select: none;
}

.performance-single__name {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 17px;
  word-break: break-all;
}

.performance-single__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 44px;
}

.performance-single__category a+a {
  margin-left: 10px;
}

/*投稿内装飾*/
.performance__container figure {
  margin: 0;
}

.performance-single__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 120px;
}

.performance__container {
  max-width: 1300px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.performance__container img {
  border-radius: 15px;
}

.performance-single .wp-block-columns .wp-block-image img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

.performance-single .wp-block-image img,
.performance-single .wp-block-columns .wp-block-column:only-of-type img {
  width: 100% !important;
  height: auto !important;
}

.performance__container p {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 16px;
}

.performance__container p+p {
  margin-top: 60px;
}

.performance__container p+div,
.performance__container p+figure,
.performance__container div+p,
.performance__container div+figure,
.performance__container div+div,
.performance__container figure+p,
.performance__container figure+figure,
.performance__container figure+div {
  margin-top: 120px;
}

.performance-single .wp-block-columns div+div {
  margin-top: 0 !important;
}

/* その他の実績 */
.performance-other {
  border-top: solid 1px #b2b2b2;
  padding-top: 55px;
}

.performance-other__title {
  font-size: 24px;
  margin-bottom: 50px;
}

.performance-single ul.performance__list {
  margin-bottom: 0;
}

.performance .slideshow__slide-caption-subtitle.-load {
  margin: 0 auto;
}

/*-------------------------------------------
サービス
-------------------------------------------*/
/* task */
.task {
  background-color: #f6f6f6;
  padding: 65px 60px 100px;
  margin-bottom: 222px;
  position: relative;
  border-radius: 10px;
}

.task::after {
  content: "";
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/arrow2.png") no-repeat;
  background-size: contain;
  width: 160px;
  height: 110px;
}

.task.bg_white::after {
  background: url("../images/arrow2_white.png") no-repeat;
  background-size: contain;
}

.task ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 10px;
}

.task ul li {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 35px;
  position: relative;
}

.task ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("../images/check.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.task ul li+li {
  margin-top: 30px;
}

/* service_plan */
.service_plan.wp-block-columns {
  /*margin-bottom: 160px;*/
  gap: 0 60px;
}

.waterless_service_plan.service_plan.wp-block-columns {
  margin-bottom: 2em;
}


.service_plan p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
}

.service_plan .wp-block-image img {
  border-radius: 5px;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service_plan .wp-block-image.object_contain img {
  height: auto;
  object-fit: contain;
}

/*waterless*/
.foSize065 {
  font-size: 0.65em;
}

.foSize07 {
  font-size: 0.7em;
}

.foSize075 {
  font-size: 0.75em;
}

.fwBold {
  font-weight: 700;
}

.taCenter {
  text-align: center;
}

.maTop05 {
  margin-top: .5em;
}

.maTop1 {
  margin-top: 1em;
}

.maTop2 {
  margin-top: 2em;
}

.maBtm1 {
  margin-bottom: 1em;
}

.maBtm2 {
  margin-bottom: 2em;
}

.maBtm3 {
  margin-bottom: 3em;
}

.maBtm4 {
  margin-bottom: 4em;
}

.maBtm5 {
  margin-bottom: 5em;
}

.waterless_wrap {
  margin-bottom: 160px;
}

.waterless {
  padding: 64px 60px 95px;
}

.waterless_ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 30px 5px;
}

.waterless .bgimg_4,
.waterless .bgimg_5,
.waterless .bgimg_6 {
  background-image: url(../images/bg-img-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3em 1em 2em;
  font-size: 22px;
}

.waterless .bgimg_5 {
  background-image: url(../images/bg-img-5.jpg);
  margin-top: 2em;
}

.waterless .bgimg_6 {
  background-image: url(../images/bg-img-6.jpg);
  margin-top: 2em;
}

.waterless .zirei_img {
  max-width: 790px;
  margin: auto;
}

.waterless_example {
  margin-bottom: 272px !important;
  position: relative;
}

.waterless_example::after {
  content: "";
  position: absolute;
  bottom: -195px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/plus.svg") no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;

}

.waterless_ttl2 {
  background-color: #d13636;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(36 / 20);
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
}

/* service_flow */
.service_flow_wrap.wp-block-columns {
  margin-bottom: 160px;
}

.service_flow {
  background-color: #ffffff;
  padding: 64px 60px 95px;
  border-radius: 10px;
}

.service_flow .content-title_border {
  margin-bottom: 60px;
}

.service_flow .content-title2_border {
  margin-bottom: 60px;
}

.service_flow .wp-block-group+.wp-block-group,
.service_flow .wp-block-columns+.wp-block-columns {
  margin: 70px 0 0;
}

.service_flow .wp-block-group__inner-container p:first-of-type {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 30px 5px;
  display: flex;
  align-items: flex-start;
}

.service_flow .wp-block-group__inner-container p:first-of-type span {
  font-family: Arial, sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 0 12px;
  line-height: 40px;
  margin-top: 5px;
}

.service_flow .wp-block-group__inner-container p:first-of-type span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #cf2e2e;
  border-radius: 50%;
  z-index: -1;
}

.service_flow .wp-block-group__inner-container p:nth-of-type(2),
.service_flow .wp-block-group__inner-container p.service_flow_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  /*
  line-height: calc(30 / 18);
  */
  line-height: 1.8;
  margin: 0 10px;
}

.service_flow .wp-block-group__inner-container p.service_flow_text.page_desc {
  margin-bottom: 50px;
}

.service_flow .wp-block-image {
  margin-right: 10px;
}

.service_flow .wp-block-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.service_flow .wp-block-buttons {
  margin-top: 1em;
}

/* サービス一覧
-------------------------------------------*/
.service_archive {
  margin: 110px 0 136px;
}

.service_archive .wp-block-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.service_archive .wp-block-heading {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding-left: 30px;
  margin: 0 0 30px;
  position: relative;
}

.service_archive .wp-block-heading::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.service_archive figure {
  margin: 0;
}

.service_archive p {
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0;
}

.service_archive .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}

.service_archive .wp-block-column {
  box-shadow: 0 0 10px 5px rgba(20, 30, 56, 0.2);
  border-radius: 5px;
}

.service_archive .wp-block-column .wp-block-group {
  padding: 25px 30px 30px;
}

.one-stop {
  position: relative;
  padding: 184px 0 164px;
}

.one-stop .page_desc {
  margin-bottom: 140px;
}

.one-stop_flow-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.one-stop_flow-wrapper+.one-stop_flow-wrapper {
  margin-top: 40px;
}

.one-stop_flow-title {
  background-color: #a92217;
  width: 260px;
  height: 200px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(36 / 24);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding-top: 10px;
  position: relative;
}

.one-stop_flow-title::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 130px 0 130px;
  border-color: #a92217 transparent transparent transparent;
}

.one-stop_flow-content {
  width: calc(100% - 260px);
  padding: 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.one-stop_flow-content span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #f8e9e9;
  width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 10px;
}

/* パッケージ
-------------------------------------------*/
.package_column .service_flow {
  margin-bottom: 3em;
}

.package_column .service_flow .column_ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 30px 5px;
  position: relative;
  padding-left: 2em;
}

.package_column .column_ttl::before {
  position: absolute;
  top: .15em;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 36px;
  background-color: #cf2e2e;
  border-radius: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.package_column .column_ttl.no01::before {
  content: "1";
}

.package_column .column_ttl.no02::before {
  content: "2";
}

.package_column .column_ttl.no03::before {
  content: "3";
}

.package_column .column_ttl.no04::before {
  content: "4";
}

.package_column .column_ttl.notNo::before {
  content: none;
}

.package_column .service_flow .column_ttl.notNo {
  padding-left: 0;
}

.package_column .service_flow .column_subttl {
  font-size: 20px;
  border-bottom: 2px dashed #cf2e2e;
  padding: .5em 0;
  margin-top: 3em;
}

.package_column .service_flow p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(36 / 18);
  padding-top: 1em;
}


@media screen and (max-width: 782px) {
  .package_column .service_flow .column_ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .package_column .service_flow .column_subttl {
    font-size: 18px;
    margin-top: 2em;
  }

  .package_column .service_flow p {
    font-size: 15px;
    /*
    line-height: calc(48 / 30);
    */
    line-height: 1.8;
  }
}

/* トータルプロデュース
-------------------------------------------*/
.total-production {
  margin: 120px 0 144px;
}

.total-production figure {
  margin: 0;
}

.total-production .wp-block-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}

.total-production p:not(.strength) {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 110px;
}

.total-production .wp-block-columns {
  margin-bottom: 80px;
}

.total-production .wp-block-buttons {
  justify-content: flex-start;
  gap: 10px;
}

/* 包装資材
-------------------------------------------*/
.packaging_assembly.wp-block-columns {
  align-items: center !important;
  margin: 0 calc(50% - 50vw) 0 0;
}

.packaging_assembly-wrapper {
  position: relative;
}

.packaging_assembly-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #7bb5c5;
  z-index: -1;
}

.packaging_assembly figure {
  margin: 0;
}

.packaging_assembly .wp-block-image img {
  width: 100%;
  height: 478px;
  object-fit: cover;
}

.packaging_assembly .wp-block-column .wp-block-heading {
  background-color: #ffffff;
  color: #7bb5c5;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 5px 5px 40px;
  border-radius: 5px;
  margin: 0 0 35px;
  position: relative;
}

.packaging_assembly .wp-block-column .wp-block-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 5px;
  height: 40px;
  background-color: #7bb5c5;
}

.packaging_assembly .wp-block-column p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  line-height: calc(36 / 18);
  margin-bottom: 60px;
}

/*製品ラインナップ（タブ切り替え）*/
.lineup {
  position: relative;
  padding: 96px 0;
}

.lineup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
  z-index: -1;
}

.tab__nav {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 125px;
}

.tab__nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
}

.tab__list {
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #ffffff;
  border: solid 2px #a92217;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab__list:not(.is-active) {
  cursor: pointer;
}

.tab__list.is-active {
  background-color: #a92217;
  color: #ffffff;
}

.tab__desc {
  text-align: center;
}

.tab__desc h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 20px 10px;
  margin-bottom: 35px;
  border-bottom: solid 3px #d13636;
  color: #d13636;
}

.tab__desc h4 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 20px 10px;
  margin-bottom: 35px;
  border-bottom: solid 3px #d13636;
  color: #d13636;
}

.tab__desc p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 115px;
}

.tab__content {
  display: none;
}

.tab__content.is-active {
  display: block;
  animation: fadeIn .5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.tab__lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
}

.tab__lineup-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.tab__lineup-item p:nth-of-type(2) {
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0;
}


/* 企画デザイン
-------------------------------------------*/
.design_bg {
  position: relative;
  padding: 95px 0 150px;
}

.design_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
  z-index: -1;
}

.design_bg_white::after {
  background-color: #FFF;
}

.design_bg_blue {
  padding: 0;
}

.design_bg_blue::after {
  background-color: #A2C9DD;
}

.design_areas {
  margin-bottom: 104px;
}

.design_areas .content-title {
  margin-bottom: 105px;
}

.design_areas .content-title2 {
  margin-bottom: 105px;
}

.design_areas .wp-block-columns {
  margin-bottom: 70px;
  gap: 70px 20px;
}

.design_areas .wp-block-image figcaption {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #d13636;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 11px 15px;
}

.design_areas .wp-block-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 5px;
}

/* 印刷・加工
-------------------------------------------*/
.print {
  margin-bottom: 200px;
}

.environment {
  position: relative;
  padding: 100px 0 160px;
}

.environment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
  z-index: -1;
}

.environment .section-title {
  margin-bottom: 65px;
}

.environment .task {
  margin-bottom: 260px;
}

.sdgs {
  margin-bottom: 160px;
}

.sdgs .wp-block-heading {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  color: #a92217;
  margin-bottom: 40px;
}

.sdgs p {
  font-size: 18px;
  line-height: calc(36 / 18);
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.sdgs .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px !important;
}

.sdgs .wp-block-gallery .wp-block-image {
  width: 100% !important;
}

.sdgs_marks {
  padding: 105px 0 180px;
}

.sdgs_marks .wp-block-columns {
  margin-bottom: 0;
  gap: 20px;
}

.sdgs_marks .wp-block-column p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
}

.sdgs_marks .wp-block-heading {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 75px;
}

.sdgs_marks .wp-block-heading span {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #a92117;
}

/* 原料・製品・OEM
-------------------------------------------*/
.product,
.promotion {
  margin-bottom: 190px;
}

.page_product .section-title {
  letter-spacing: 0;
}

/* アッセンブリー
-------------------------------------------*/
.assembly {
  margin-bottom: 210px;
}

/* Webサイト構築
-------------------------------------------*/
.web .section-title {
  margin-bottom: 96px;
}

.web_bg {
  position: relative;
  padding: 100px 0 200px;
  margin-top: 205px;
}

.web_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
  z-index: -1;
}

.web_main.wp-block-columns {
  margin-bottom: 165px;
  gap: 20px;
}

.web_main ul {
  padding-inline-start: 30px;
  margin: 0;
}

.web_main ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
}

.web_flow {
  padding: 64px 60px 146px;
}

.web_flow .wp-block-image {
  margin-top: -10px;
}

.web_flow .is-layout-flex {
  justify-content: flex-start;
}

.web_flow .wp-block-columns {
  gap: 0 35px;
  margin-bottom: 0;
}

.web_flow .wp-block-columns+.wp-block-columns {
  margin-top: 100px;
}

.web_flow .wp-block-columns .wp-block-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.web_flow .wp-block-columns p {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
}

.web_flow .wp-block-columns p+.wp-block-buttons {
  margin-top: 45px;
}

.web_flow .wp-block-buttons {
  gap: 20px 40px;
}

.web_bg .wp-block-button__link {
  width: 340px;
  height: 55px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.web_tel .wp-block-button__link {
  font-size: 24px !important;
  padding-left: 55px !important;
}

.web_tel .wp-block-button__link::before {
  display: none;
}

.web_tel .wp-block-button__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  background: url("../images/tel.png") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
}

.wp-block-button__link:hover::after {
  background: url("../images/tel_red.png") no-repeat;
  background-size: contain;
}

.web_cost {
  padding: 88px 0 0;
}

.web_cost .content-title_border {
  font-size: 30px;
  margin-bottom: 40px;
}

.web_cost .content-title2_border {
  font-size: 30px;
  margin-bottom: 40px;
}

.web_cost p {
  margin-bottom: 55px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
}

/*-------------------------------------------
ニュース
-------------------------------------------*/
.archive-list__wrapper-page {
  padding: 0 20px 100px;
}

.section-title_news {
  margin-bottom: 60px;
}

/* 個別ページ
-------------------------------------------*/
.news .breadcrumb {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.news .performance-single__category,
.news .performance-single__name {
  max-width: 1300px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

.news .performance__container {
  margin: 0 auto;
}

.news .performance-single__name {
  margin-bottom: 60px;
  font-size: 30px;
}

.news .performance__container p {
  max-width: 100%;
}

/*-------------------------------------------
NACグループ
-------------------------------------------*/
.wp-block-columns.group_desc {
  padding: 80px 50px;
  margin-bottom: 140px;
  align-items: flex-start !important;
  border-radius: 10px;
}

.group_desc .wp-block-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}

.group_desc p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(36 / 18);
}

.group_figure {
  position: relative;
}

p.group_figure-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d13636;
  border-radius: 0 0 5px 5px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: calc(36 / 20);
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
}

p.group_figure-caption.color_nap {
  background-color: #1F56A9;
}

p.group_figure-caption span {
  background-color: #fff;
  border-radius: 18px;
  color: #d13636;
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(36 / 18);
  margin-right: 25px;
  padding: 2px 20px;
  display: inline-block;
}

.recruit .group_figure-caption {
  text-align: center;
}

p.group_figure-caption.color_nap span {
  color: #1F56A9;
}

.group_message {
  padding: 80px 0 100px;
}

.group_message p.group_figure-caption {
  position: relative;
  margin-top: -5px;
  padding: 15px;
}

.group_message p.group_figure-caption span {
  margin-right: 15px;
}

.group_message .wp-block-columns {
  margin-bottom: 0;
}

.group_message .wp-block-columns+.wp-block-columns {
  margin-top: 50px;
}

.group_message-text {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
}

.group_message .content-title {
  margin-bottom: 90px;
}

.group_message .content-title p {
  color: #cf2e2e;
  font-family: Arial, sans-serif;
}

.group_message .content-title h2 {
  color: #0d0d0d;
  font-family: "Noto Sans JP", sans-serif;
}

.group_message .content-title2 {
  margin-bottom: 90px;
}

.group_message .content-title2 p {
  color: #cf2e2e;
  font-family: "Noto Sans JP", sans-serif;
}

.group_message .content-title2 h2,
.group_message .content-title2 h3,
.group_message .content-title2 h4 {
  color: #0d0d0d;
  font-family: Arial, sans-serif;
}

.group_container {
  padding: 100px 0 150px;
}

.group_container-text {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0;
}

.group_container .wp-block-image {
  margin-top: 85px;
}

.nac-promotion {
  padding: 120px 0;
}

.nac-promotion .content-title_border {
  margin-bottom: 50px;
}

.nac-promotion .content-title2_border {
  margin-bottom: 50px;
}

.nac-promotion p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
  margin-bottom: 60px;
}

.nac-promotion .wp-block-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}

.group_image {
  width: 75%;
  margin: 0 auto;
}

/* NACグループについて
-------------------------------------------*/
.group {
  margin-bottom: 224px;
}

.group_box .wp-block-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}

.group_box+.group_box {
  margin-top: 120px;
}

.group_box h4 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #a92217;
  margin-bottom: 45px;
}

.group_box p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(30 / 18);
  margin-bottom: 72px;
}

.group_box .wp-block-columns {
  margin-bottom: 90px;
}

.group_box .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

.group_box-nac {
  margin-top: 95px;
}

.group_box-nap h4 {
  color: #1f56a9;
}

.group_box-nap .title_border-left {
  border-left: solid 6px #1f56a9;
}

.group_box-nap .title_border-left span {
  color: #1f56a9;
}

.group_box-nap .wp-block-button__link {
  background-color: #1f56a9 !important;
  border: 2px solid #1f56a9;
  position: relative;
  padding-right: 10% !important;
}

.group_box-nap .wp-block-button__link:hover {
  color: #1f56a9;
  background-color: #fff !important;
}

.group_box-nap .wp-block-button__link:hover::after {
  color: #1f56a9;
  background: none;
}

.group_box-nic h4 {
  color: #14822e;
}

.group_box-nic .title_border-left {
  border-left: solid 6px #14822e;
}

.group_box-nic .title_border-left span {
  color: #14822e;
}

.group_box-nic .wp-block-button__link {
  background-color: #14822e !important;
  border: 2px solid #14822e;
  position: relative;
  padding-right: 10% !important;
}

.group_box-nic .wp-block-button__link:hover {
  color: #14822e;
  background-color: #fff !important;
}

.group_box-nic .wp-block-button__link:hover::after {
  color: #14822e;
  background: none;
}

.group_box-nap .wp-block-button__link::before,
.group_box-nic .wp-block-button__link::before {
  display: none;
}

.group_box-nap .wp-block-button__link::after,
.group_box-nic .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  content: "\f0c1";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}

/* マーケティング事業部
-------------------------------------------*/
.offices {
  padding: 80px 0 300px;
}

.offices .dl_wrapper {
  margin-top: 100px;
}

.marketing .one-stop {
  padding: 184px 0 164px;
}

/* クリエイティブ事業部
-------------------------------------------*/
.creative .wp-block-columns.group_desc {
  margin-bottom: 70px;
}

.wp-block-columns.nac-creator {
  border: 5px solid #d13636;
  padding: 5px 5px 5px 50px;
  gap: 0;
  align-items: center !important;
  margin-bottom: 158px;
}

.nac-creator h2 {
  font-family: 'Bilbo', cursive;
  font-weight: 400;
  font-size: 60px;
  color: #d13636;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px #d13636, -1px 1px #d13636, -1px -1px #d13636, 1px -1px #d13636, 1px 0px #d13636, 0px 1px #d13636, -1px 0px #d13636, 0px -1px #d13636;
  font-style: italic;
  margin-bottom: 10px;
}

.nac-creator p {
  font-size: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0;
}

.nac-creator p+p {
  margin-top: 15px;
}

.nac-creator .wp-block-button__link {
  min-width: 300px;
}

.nac-creator .wp-block-buttons {
  margin-top: 25px;
}

.creative .group_message p.group_figure-caption {
  font-size: 16px;
}

.creative .group_message p.group_figure-caption span {
  font-size: 16px;
  padding: 2px 10px;
}

/* 業務部
-------------------------------------------*/
.operations-department .group_container-text {
  margin-bottom: 110px;
}

.operations-department .group_container {
  margin-bottom: 110px;
}

/* 新規事業
-------------------------------------------*/
.new-business {
  margin: 120px 0 224px;
}

.new-business .wp-block-image img {
  width: 90%;
}

.new-business p {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.new-business .wp-block-columns {
  margin-bottom: 90px;
}

/*-------------------------------------------
会社情報
-------------------------------------------*/
.company,
.sales-office {
  padding: 100px 0 200px;
}

.office_list_map {
  background: url("../images/map.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1000 / 706;
  max-width: 1000px;
  margin: 100px auto 0;
  position: relative;
}

.office_list_map>div {
  height: 100%;
}

.office_list_map .office_list_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  align-content: center;
  height: 100%;
  padding: 0;
}

.office_map_wrap {
  margin-top: 20px;
  aspect-ratio: 960 / 340;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

.office_map_wrap>iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  overflow: hidden;
}

.sales-office .dt_wrapper {
  align-items: flex-start;
  padding-top: 30px;
}


@media screen and (min-width: 960px) {
  .office_list_buttons>li {
    position: absolute;
  }

  .office_list_buttons .office_li01 {
    top: 76%;
    right: 0;
  }

  .office_list_buttons .office_li02 {
    top: 56%;
    right: 0;
  }

  .office_list_buttons .office_li03 {
    top: 66.1%;
    right: 0;
  }

  .office_list_buttons .office_li04 {
    top: 46.1%;
    right: 0;
  }

  .office_list_buttons .office_li05 {
    top: 34.5%;
    left: 0;
  }

  .office_list_buttons .office_li06 {
    top: 15.5%;
    left: 0;
  }

  .office_list_buttons .office_li07 {
    top: 86%;
    right: 0;
  }

  .office_list_buttons .office_li08 {
    top: 44%;
    left: 0;
  }

  .office_list_buttons .office_li09 {
    top: 25%;
    left: 0;
  }

  .office_list_buttons .office_li09 a {
    font-size: .9em !important;
  }

}

@media screen and (max-width: 959px) {
  .office_list_map {
    background: none;
    aspect-ratio: auto;
  }

  .office_list_map .office_list_buttons {
    justify-content: center;
  }

  .office_list_buttons .office_li09 a {
    font-size: .9em !important;
  }
}

@media screen and (max-width: 900px) {
  .sales-office .dt_wrapper {
    padding-top: 15px;
  }

  .office_map_wrap {
    aspect-ratio: 750 / 350;
  }
}

@media screen and (max-width: 782px) {
  .office_list_map {
    margin-top: 50px;
  }

  .office_list_map .office_list_buttons {
    gap: 15px;
  }

  .office_list_buttons .office_li09 a {
    font-size: .79em !important;
  }
}

@media screen and (max-width: 550px) {
  .office_map_wrap {
    aspect-ratio: 310 / 330;
  }
}

@media screen and (max-width: 450px) {
  .office_map_wrap {
    aspect-ratio: 310 / 360;
  }
}

.company_inner.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 0;
}

.profile {
  padding: 100px 0 0;
}

.company p {
  background-color: #d13636;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(36 / 20);
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
}

.profile p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(30 / 18);
}

.profile .dl_wrapper,
.greeting,
.profile .wp-block-columns {
  margin-bottom: 100px;
}

.greeting .wp-block-image {
  margin-bottom: 30px;
}

.greeting p+p {
  margin-top: 30px;
}

.profile .nac-promotion {
  margin-bottom: 0;
}

.philosophy h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.vision ul li {
  list-style: disc;
}

.profile .nac-promotion .content-title_border {
  font-size: 30px;
}

.profile .nac-promotion .content-title2_border {
  font-size: 30px;
}

.profile .dd_wrapper dd span {
  width: 180px;
}


/*-------------------------------------------
お問い合わせページ
-------------------------------------------*/
.contact .container_page {
  margin: 120px auto 200px;
  max-width: 940px;
}

.contact .section-title {
  margin-bottom: 40px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  order: 1;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #333333;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #333333;
}

.form-text {
  font-size: 16px;
  margin-bottom: 30px;
}

.form__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__item+.form__item {
  margin-top: 25px;
}

.form__item+.form__item-message {
  margin-top: 40px;
}

.form__item-message {
  flex-direction: column;
  align-items: flex-start;
}

.form__item label {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__item .wpcf7-form-control-wrap {
  width: calc(100% - 250px);
}

.form__item-message label {
  width: 100%;
  margin-bottom: 10px;
}

.form__item-message .wpcf7-form-control-wrap {
  width: 100%;
}

.form__item-type .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  position: relative;
}

.form__item-type .wpcf7-form-control-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  z-index: 1;
}

.formError {
  order: 2;
  position: static !important;
  margin: 0 !important;
}

.formError .formErrorArrow {
  display: none;
}

.formError .formErrorContent {
  background: #a92117 !important;
  font-size: 14px !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  z-index: 1 !important;
  margin-top: 5px;
}

.required {
  display: inline-block;
  height: 24px;
  padding: 0 1.2em;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  background: #a92117;
  border-radius: 20px;
}

/*送信後にフォームを非表示*/
form.sent .form-inner {
  display: none;
}

/*送信前はメッセージを非表示*/
form .form-message {
  display: none;
}

form .form-message p {
  font-size: 16px;
  text-align: center;
}

/*送信後にメッセージを表示*/
form.sent.design .form-message_design {
  display: block;
}

form.sent.packaging .form-message_packaging {
  display: block;
}

form.sent.material .form-message_material {
  display: block;
}

form.sent.others .form-message_others {
  display: block;
}

form.sent.default .form-message_default {
  display: block;
}

form .form-message .wp-block-button {
  text-align: center;
  margin-top: 60px;
}

/*デフォルトのメッセージを非表示*/
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/*-------------------------------------------
  recruit archives
-------------------------------------------*/
.recruit .group_message p.group_figure-caption span {
  width: 100%;
  text-align: center;
}

.recruit .content-title_border {
  line-height: 1.4;
}

.recruit .content-title2_border {
  line-height: 1.4;
}

.recruit .content-title_border::before {
  content: none;
}

.recruit .content-title2_border::before {
  content: none;
}

@media screen and (min-width: 782px) {
  .recruit .group_message .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc(100% / 4 - 24px);
    flex-grow: 0;
  }

  .recruit .group_message .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
    justify-content: start;
  }
}

.recruit .task::after {
  content: none;
}

.recruit .performance__category span {
  /* margin-right: .5em;*/
}

.recruit .performance__category span:last-child {
  margin-right: 0;
}

.recruit .condition__inner-tag {
  margin-top: 10px;
}

/*-------------------------------------------
  recruit single
-------------------------------------------*/
.recruit-single .cate_wrap {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
  background: #a92117;
  border-radius: 5px;
  padding: 10px 30px;
  white-space: nowrap;
  margin-right: 20px;
}

.recruit-single .keywords-set {
  margin-bottom: 15px;
}

.recruit-single .keywords-set .tag_wrap {
  align-items: center;
  display: flex;
  color: #a92117;
  text-align: justify;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
}

.recruit-single .keywords-set .tag_wrap>span {
  margin-bottom: 0.1em;
}

.recruit-single .performance-single__category {}

.recruit-single .performance-single__image .main-img img {
  width: 50%;
  height: auto;
  max-width: 50%;
}

.recruit-single .dt_wrapper {
  background-color: #F8E9E9;
  color: unset;
  /*font-size: 1.125rem;*/
  font-weight: 500;
}

.recruit-single .dd_wrapper dd {
  margin-inline-start: 0;
  display: initial;
  /*font-size: 1.125rem;*/
  line-height: 1.8;
}

.recruit-single .dd_wrapper dd p {
  margin-top: 1em;
}

.ttl_01,
.ttl_03 {
  background: #A92117;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  padding: .75em;
  text-align: center;
  line-height: 1.4 !important;
}

.ttl_02 {
  color: #A92117;
  font-weight: bold;
  font-size: 1.5em !important;
  line-height: 1.4 !important;
}

.ttl_03 {
  background: #999;
}

.detail_text {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.8;
  padding: 0 5px;
}

.recruit_logo {
  margin-top: .5em;
}

.recruit-single .linkbtn_wrap {
  margin: 3em 0 5em;
}

/*-------------------------------------------
recruit_form
-------------------------------------------*/
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-form .container_page {
  margin: 120px auto 200px;
  max-width: 940px;
}

.recruit-form .section-title {
  margin-bottom: 40px;
}

.recruit-form .wp-block-columns.group_desc {
  padding: 50px;
  align-items: start !important;
  margin-bottom: 2em;
}

.recruit-form .group_desc .wp-block-image img {
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}

.recruit-form .ttl_02 {
  margin-bottom: .5em;
  display: block;
}

.recruit-form .slideshow__slide-caption-subtitle.-load.recruit_link {
  margin-top: 1.5em;
}

@media screen and (max-width: 1200px) {
  .recruit-form .group_desc .wp-block-column:last-of-type {
    flex-basis: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .recruit-form .slideshow__slide-caption-subtitle.-load {
    margin-right: auto;
  }
}

@media screen and (max-width: 782px) {
  .recruit-form .wp-block-columns.group_desc {
    padding: 35px 20px;
  }

  .recruit-form .slideshow__slide-caption-subtitle.-load.recruit_link {
    margin-top: 2.5em;
  }
}


.recruit-form .form__item {
  align-items: start;
}

.recruit-form .form__item>label {
  margin-top: 10px;
}

.recruit-form input.p-postal-code {
  max-width: 11em;
}

.recruit-form input.p-region {
  margin-top: 10px;
  width: 100%;
}

span.wpcf7-radio {
  font-size: 1.1em;
  padding: 10px 0;
}

span.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 1em 0 0;
  margin-bottom: .5em;
}

span.wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

input[type=radio] {
  appearance: none;
  display: none;
}

input[type=radio]+span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio]+span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #007cba;
}

input[type=radio]:checked+span:before {
  content: "\f192";
  font-weight: 400;
}

input[type=checkbox] {
  appearance: none;
  display: none;
}

input[type=checkbox]+span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]+span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 400;
  color: #007cba;
  font-size: 1.5em;
}

input[type=checkbox]:checked+span:before {
  content: "\f14a";
  font-weight: 400;
}

.privacy_link a {
  color: #1a73e8;
}

.post_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.postal_symbol {
  font-size: 1.125em;
  margin-right: .25em;
}

/*送信後にメッセージを表示*/

.ttl_04 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 1em 0;
  padding: .75em;
  text-align: center;
  display: block;
}

.recruit-form .form-message_recruit {
  max-width: 650px;
  margin: 0 auto;
}

.recruit-form .form-message_recruit>p {
  text-align: left;
}

form.sent .form-message_recruit {
  display: block;
}

.privacy_link {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.recruit-form input[type="submit"] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*-------------------------------------------
privacy
-------------------------------------------*/
.privacy_page {
  padding: 0 60px 95px;
}

.privacy_page h3 {
  font-size: 30px;
}

.privacy_page .wp-block-group__inner-container {
  margin-bottom: 4em;
}

.privacy_page h3.border_dot {
  border-bottom: 2px dotted lightgray;
  padding-bottom: .5em;
}

.privacy_page h3.border_dot~p {
  font-size: 18px;
  line-height: calc(36 / 18);
  margin-top: .5em;
}

.privacy_page .web_main ul li {
  font-weight: normal;
}

@media screen and (max-width: 782px) {
  .privacy_page {
    padding: 0 30px 62px;
  }

  .privacy_page h3 {
    font-size: 20px;
  }

  .privacy_page h3.border_dot~p {
    font-size: 15px;
    line-height: calc(48 / 30);
  }

}

@media screen and (max-width: 1500px) {

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* サービス一覧
  -------------------------------------------*/
  .one-stop_flow-content {
    padding: 0 30px;
  }

  .one-stop_flow-content span {
    font-size: 20px;
    letter-spacing: 0;
    width: 260px;
  }

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  .group_message p.group_figure-caption {
    font-size: 15px;
  }

  .group_message p.group_figure-caption span {
    font-size: 14px;
  }

  /* クリエイティブ事業部
  -------------------------------------------*/
  .wp-block-columns.nac-creator {
    padding: 30px 5px 30px 30px;
  }

  .nac-creator h2 {
    font-size: 50px;
  }

  .creative .group_message p.group_figure-caption {
    font-size: 15px;
  }

  .creative .group_message p.group_figure-caption span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {

  .dd_wrapper dd.flex_column,
  .dd_wrapper dd:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  .dd_wrapper dd+dd {
    margin-top: 20px;
  }

  .dd_wrapper dd div+div {
    margin: 20px 0 0 0;
  }

  /* タイトル
  -------------------------------------------*/
  .red-title {
    font-size: 30px;
  }

  .black-title {
    font-size: 26px;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* 共通
-------------------------------------------*/
  /* service_plan */
  .service_plan.wp-block-columns {
    gap: 0 30px;
  }

  .service_plan .wp-block-column:first-of-type {
    flex-basis: 60% !important;
  }

  .service_plan br.pc {
    display: none;
  }

  .service_plan .wp-block-image,
  .service_plan .wp-block-image img {
    height: 100%;
  }

  /* service_flow */
  .service_flow_wrap.wp-block-columns {
    gap: 0 30px;
  }

  .service_flow .wp-block-image,
  .service_flow .wp-block-image img {
    height: 100%;
  }

  /* サービス一覧
  -------------------------------------------*/
  .service_archive .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }

  .one-stop_flow-content span {
    font-size: 20px;
    width: 230px;
    height: 50px;
    margin: 5px;
  }

  /* 包装資材
  -------------------------------------------*/
  /*製品ラインナップ（タブ切り替え）*/
  .tab__nav ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .packaging_assembly .wp-block-column p br.pc {
    display: none;
  }

  /* 企画デザイン
  -------------------------------------------*/
  .design_areas .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    gap: 30px 15px;
  }

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  .group_desc .wp-block-column:last-of-type {
    flex-basis: 400px !important;
  }

  p.group_figure-caption {
    font-size: 18px;
    line-height: calc(36 / 28);
    padding: 15px;
  }

  p.group_figure-caption span {
    border-radius: 24px;
    font-size: 18px;
    line-height: calc(36 / 28);
    margin-right: 10px;
    padding: 5px 10px;
  }

  .group_message .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .creative .group_message p.group_figure-caption span {
    padding: 5px 10px;
  }

  /*-------------------------------------------
  会社情報
  -------------------------------------------*/
  .company_inner.is-layout-flex {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 会社概要
  -------------------------------------------*/
  .profile .dd_wrapper dd:last-of-type {
    flex-direction: row;
  }
}


@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .section-title span {
    margin: 0 0 10px 5px;
  }

  .content-title {
    margin-bottom: 35px;
  }

  .content-title p {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .content-title h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  .content-title2 {
    margin-bottom: 35px;
  }

  .content-title2 p {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .content-title2 h2,
  .content-title2 h3,
  .content-title2 h4 {
    font-size: 26px;
    letter-spacing: 0.05em;
  }

  .content-title_border {
    font-size: 26px;
    padding: 0 0 10px 5px;
    margin-bottom: 28px;
  }

  .content-title_border::before {
    width: 45px;
  }

  .content-title2_border {
    font-size: 26px;
    padding: 0 0 10px 5px;
    margin-bottom: 28px;
  }

  .content-title2_border::before {
    width: 45px;
  }

  /*-------------------------------------------
実績
-------------------------------------------*/
  .container_page {
    margin: 50px auto 0;
  }

  .performance.container_page,
  .news.container_page {
    margin: 50px auto 150px;
  }

  /* アーカイブページ
-------------------------------------------*/
  /* 絞り込み機能 */
  .condition__container {
    margin: 46px auto 56px;
    padding: 24px 20px;
  }

  .condition__box {
    flex-direction: column;
  }

  .condition__box+.condition__box {
    margin-top: 20px;
  }

  .condition__inner {
    font-size: 15px;
    display: flex;
    align-items: center;
  }

  .condition__inner-cate {
    margin-top: 0;
  }

  .condition__inner {
    margin-bottom: 20px;
  }

  .condition__inner p {
    margin-right: 20px;
  }

  .condition__wrapper {
    width: 100%;
    margin-left: -10px;
  }

  .condition__wrapper .condition__list {
    width: 100%;
  }

  .condition__list {
    column-gap: 6px;
    row-gap: 6px;
  }

  .condition__list li {
    margin: 0;
  }

  .performance label {
    font-size: 15px;
    padding: 5px 13px;
  }

  .toggle {
    min-height: 35px;
  }

  .toggle-button {
    width: 110px;
    font-size: 10px;
  }

  /* 検索結果 */
  .performance__list {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .performance__list li {
    width: 48%;
    margin-bottom: 42px;
  }

  .performance__title {
    font-size: 12px;
  }

  .performance__name {
    font-size: 18px;
    padding-left: 24px;
  }

  .performance__name::before {
    width: 14px;
    height: 14px;
  }

  .performance__category {
    font-size: 12px;
  }

  .performance__image {
    height: 235px;
  }

  .performance__image img {
    height: 235px;
    object-fit: cover;
  }

  .hover-mask {
    top: initial;
    bottom: 0;
    left: 0;
    height: 80px;
  }

  .hover-mask__inner {
    width: 75%;
    font-size: 14px;
    line-height: calc(36 / 28);
  }

  .hover-mask__inner p {
    margin-bottom: 0;
  }

  .btn__more {
    display: none;
  }

  /* 個別ページ
-------------------------------------------*/
  .performance-single__category>span,
  .performance-single__category a {
    font-size: 15px;
    padding: 6px 20px;
  }

  .performance-single__name {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .performance-single__title {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .recruit-single .performance-single__image .main-img img {
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 45px;
  }

  /*投稿内装飾*/
  .performance-single__image img {
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 45px;
  }

  .performance-single .wp-block-columns .wp-block-image img {
    height: 300px !important;
  }

  .performance__container {
    margin: 0 auto 40px;
    padding: 0;
  }

  .performance__container p {
    font-size: 15px;
  }

  .performance__container p+p {
    margin-top: 20px;
  }

  .performance__container p+div,
  .performance__container p+figure,
  .performance__container div+p,
  .performance__container div+figure,
  .performance__container div+div,
  .performance__container figure+p,
  .performance__container figure+figure,
  .performance__container figure+div {
    margin-top: 45px;
  }

  /* その他の実績 */
  .performance-other__title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .performance-other ul.performance__list {
    margin-bottom: 28px;
  }

  .ttl_01, .ttl_02 {
    font-size: 1.3em !important;
  }

  .ttl_03 {
    font-size: 19px !important;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* 共通
  -------------------------------------------*/
  .page_desc {
    font-size: 15px;
    margin: 44px 0 55px;
    /*
    line-height: calc(48 / 30);
    */
    line-height: 1.8;
  }

  /* サービス一覧
  -------------------------------------------*/
  .service_archive {
    margin: 0 0 91px;
  }

  .one-stop_flow-title br.pc {
    display: block;
  }

  .one-stop_flow-content span {
    width: 46%;
    height: 45px;
  }

  .one-stop_flow-content {
    padding: 0 20px;
  }

  /* 包装資材
  -------------------------------------------*/
  .tab__lineup {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 20px;
  }

  /*-------------------------------------------
  ニュース
  -------------------------------------------*/
  /* 個別ページ
  -------------------------------------------*/
  .news .breadcrumb {
    margin: 80px 0 40px -20px;
  }

  .news .performance-single__category,
  .news .performance-single__name {
    padding: 0;
  }

  .news .performance-single__name {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .news .performance__container {
    margin: 0 auto 25px;
  }

  .news .slideshow__slide-caption-subtitle.-load {
    margin: 0 auto;
  }

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  /* クリエイティブ事業部
  -------------------------------------------*/
  .wp-block-columns.nac-creator {
    border: 3px solid #d13636;
    padding: 25px 5px 4px;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 86px;
  }

  .wp-block-columns.nac-creator .wp-block-column:first-of-type {
    padding: 0 13px;
  }

  .nac-creator h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .nac-creator p {
    font-size: 15px;
    line-height: calc(36 / 30);
  }

  .nac-creator p+p {
    margin-top: 5px;
  }

  .nac-creator .wp-block-buttons {
    margin-top: 20px;
  }

  /*-------------------------------------------
  お問い合わせページ
  -------------------------------------------*/
  .contact .container_page {
    margin: 0 auto 120px;
  }
}

@media screen and (max-width: 900px) {
  .dl_container+.dl_container {
    margin-top: 80px;
  }

  .dl_container dl {
    flex-direction: column;
  }

  .dl_container dl+dl {
    margin-top: 10px;
  }

  .dl_container .content-title_border {
    margin-bottom: 35px;
  }

  .dl_container .content-title2_border {
    margin-bottom: 35px;
  }

  .dt_wrapper {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }

  .dd_wrapper {
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
  }

  .dd_wrapper dd:first-of-type span {
    margin-bottom: 10px;
  }

  .dd_wrapper dd span {
    border-radius: 36px;
    margin-right: 26px;
    width: 90px;
    height: 36px;
    min-width: 90px;
  }

  .dd_wrapper dd small {
    font-size: 14px;
  }

  .detail_text {
    font-size: 15px;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* 包装資材
  -------------------------------------------*/
  /*製品ラインナップ（タブ切り替え）*/
  .tab__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  .wp-block-columns.group_desc {
    flex-direction: column;
    align-items: normal !important;
    padding: 35px 20px;
    margin-bottom: 100px;
  }

  .group_desc .wp-block-image img {
    height: auto;
  }

  /*-------------------------------------------
  会社情報
  -------------------------------------------*/
  .profile .dd_wrapper dd:first-of-type span {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 782px) {
  p.strength {
    font-size: 15px;
    margin-bottom: 26px;
  }

  p.strength::before {
    width: 45px;
  }

  p.strength span {
    font-size: 30px;
  }

  /* タイトル
  -------------------------------------------*/
  .title_bg-red {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
  }

  .strength_title {
    font-size: 24px;
    margin: 26px 0 20px;
  }

  .red-title {
    font-size: 25px;
    margin-bottom: 36px;
  }

  .black-title {
    font-size: 22px;
  }

  .title_border-left {
    border-left: solid 5px #a92217;
    font-size: 20px;
    padding: 10px 22px;
    margin-bottom: 46px;
  }

  .title_border-left span {
    margin-right: 13px;
    font-size: 30px;
  }

  /* ボタン
  -------------------------------------------*/
  .wp-block-button__link {
    min-width: 215px;
    font-size: 15px !important;
    padding: 7px 0 !important;
  }

  .recruit-form .wp-block-button__link {
    font-size: 16px !important;
    padding: 10px 0 !important;
  }

  /* 最新実績
  -------------------------------------------*/
  .past-work {
    margin: 54px 0 124px;
  }

  .past-work .content-title {
    margin-bottom: 50px;
  }

  .past-work .content-title2 {
    margin-bottom: 50px;
  }

  /*-------------------------------------------
  実績
  ------------------------------------------- */
  /* 個別ページ
  ------------------------------------------- */
  /*投稿内装飾*/
  .performance-single .wp-block-columns div+div {
    margin-top: -15px !important;
  }

  .performance-single .wp-block-columns .wp-block-image img {
    height: 400px !important;
  }

  .performance-single .wp-block-image img,
  .performance-single .wp-block-columns .wp-block-column:only-of-type img {
    height: 400px !important;
    object-fit: cover;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* 共通
  -------------------------------------------*/
  /* task */
  .task {
    padding: 28px 17px 41px;
    margin-bottom: 170px;
  }

  .task::after {
    bottom: -130px;
    width: 128px;
    height: 88px;
  }

  .task ul {
    padding-inline-start: 0;
  }

  .task ul li {
    font-size: 18px;
    padding-left: 25px;
  }

  .task ul li::before {
    width: 19px;
    height: 19px;
  }

  .task ul li+li {
    margin-top: 14px;
  }

  /* service_plan */
  .service_plan.wp-block-columns {
    /*margin-bottom: 80px;*/
    gap: 30px 0;
  }

  .service_plan p {
    font-size: 15px;
    /*
    line-height: calc(48 / 30);
    */
    line-height: 1.8;
  }

  .service_plan .wp-block-image img {
    border-radius: 5px;
  }

  /* service_flow */
  .service_flow_wrap.wp-block-columns {
    margin-bottom: 80px;
    gap: 30px 0;
  }

  .service_flow {
    padding: 23px 30px 62px;
  }

  .service_flow .content-title_border {
    margin-bottom: 25px;
  }

  .service_flow .content-title2_border {
    margin-bottom: 25px;
  }

  .service_flow .wp-block-group+.wp-block-group,
  .service_flow .wp-block-columns+.wp-block-columns {
    margin: 35px 0 0;
  }

  .service_flow .wp-block-columns {
    gap: 14px;
  }

  .service_flow .wp-block-group__inner-container p:first-of-type {
    font-size: 20px;
    margin: 0 0 14px 0;
  }

  .service_flow .wp-block-group__inner-container p:first-of-type span {
    font-size: 18px;
    margin-right: 10px;
    padding: 0 7px;
    line-height: 24px;
  }

  .service_flow .wp-block-group__inner-container p:first-of-type span::after {
    width: 24px;
    height: 24px;
  }

  .service_flow .wp-block-group__inner-container p:nth-of-type(2),
  .service_flow .wp-block-group__inner-container p.service_flow_text {
    font-size: 15px;
    margin: 0 5px;
  }

  .service_flow .wp-block-image {
    margin-right: 0;
  }

  .service_flow .wp-block-image img {
    height: 300px;
  }

  /* FAQ
  -------------------------------------------*/
  .faq {
    margin: 55px 0 102px;
  }

  .faq .content-title {
    margin-bottom: 32px;
  }

  .faq .content-title2 {
    margin-bottom: 32px;
  }

  .faq .accordion__title::after {
    right: 5px;
    width: 14px;
    height: 14px;
  }

  .faq .accordion__item {
    padding: 0 20px;
  }

  .faq .accordion__item+.accordion__item {
    margin-top: 10px;
  }

  .faq .accordion__title {
    padding: 25px 40px 25px 0;
  }

  .faq .accordion__title span {
    font-size: 21px;
    padding: 6px 10px;
  }

  .faq .accordion__title span::after {
    width: 35px;
    height: 35px;
  }

  .faq .accordion__title p {
    width: calc(100% - 50px);
    font-size: 15px;
  }

  .faq .accordion__content {
    padding: 20px 0 26px;
  }

  .faq .accordion__content span {
    font-size: 21px;
    padding: 6px 12px;
    margin-top: -5px;
  }

  .faq .accordion__content span::after {
    width: 35px;
    height: 35px;
  }

  .faq .accordion__content p {
    width: calc(100% - 50px);
    font-size: 14px;
  }

  /* サービス一覧
  -------------------------------------------*/
  .service_archive .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
    margin-bottom: 25px;
  }

  .service_archive .wp-block-column {
    display: flex;
    justify-content: space-between;
    padding: 35px;
    box-shadow: 0 5px 10px 0px rgba(20, 30, 56, 0.2);
  }

  .service_archive .wp-block-column .wp-block-group {
    padding: 0;
  }

  .service_archive .wp-block-image {
    width: 35%;
  }

  .service_archive .wp-block-group {
    width: 61%;
  }

  .service_archive .wp-block-image img {
    border-radius: 5px;
  }

  .one-stop {
    padding: 69px 0 155px;
  }

  .one-stop .page_desc {
    margin: 0 0 50px;
  }

  .one-stop_flow-wrapper {
    flex-direction: column;
    background-color: #a92217;
    padding: 0 30px 30px;
    margin-bottom: 62px;
    position: relative;
  }

  .one-stop_flow-wrapper::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -39px;
    left: 50%;
    border-style: solid;
    border-width: 40px calc(50vw - 20px) 0 calc(50vw - 20px);
    border-color: #a92217 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .one-stop_flow-title {
    font-size: 24px;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 35px 0 30px;
  }

  .one-stop_flow-title::after {
    display: none;
  }

  .one-stop_flow-content {
    width: 100%;
    flex-direction: column;
    background-color: #ffffff;
    padding: 30px 60px;
  }

  .one-stop_flow-content span {
    font-size: 18px;
    width: 100%;
    height: 45px;
    border-radius: 45px;
    margin: 5px 0;
  }

  .one-stop_flow-title br.pc {
    display: none;
  }

  .one-stop_flow-wrapper+.one-stop_flow-wrapper {
    margin-top: 62px;
  }

  /* トータルプロデュース
  -------------------------------------------*/
  .total-production {
    margin: 0 0 165px;
  }

  .total-production .wp-block-columns {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 55px;
  }

  .total-production .wp-block-image img {
    width: 100%;
    height: 300px;
  }

  .total-production p:not(.strength) {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .total-production .wp-block-buttons {
    gap: 15px;
  }

  /* 包装資材
  -------------------------------------------*/
  .packaging_assembly.wp-block-columns {
    margin: 0;
    padding-top: 60px;
    gap: 53px;
  }

  .packaging_assembly figure {
    margin: 0 calc(50% - 50vw);
  }

  .packaging_assembly .wp-block-image img {
    height: 239px;
  }

  .packaging_assembly .wp-block-column .wp-block-heading {
    font-size: 27px;
    padding: 0 5px 0 24px;
    margin: 0 0 30px;
  }

  .packaging_assembly .wp-block-column .wp-block-heading::before {
    left: 8px;
    height: 30px;
  }

  .packaging_assembly .wp-block-column p {
    font-size: 15px;
    margin-bottom: 40px;
    /*
    line-height: calc(48 / 30);
    */
    line-height: 1.8;
  }


  /*製品ラインナップ（タブ切り替え）*/
  .lineup {
    padding: 43px 0;
  }

  .tab__nav {
    padding: 30px 12px;
    margin-bottom: 40px;
  }

  .tab__list {
    flex-direction: column;
    height: 40px;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }

  .tab__list span {
    display: inline-block;
    font-size: 12px;
  }

  .tab__lineup {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 0;
  }

  .tab__desc h3 {
    font-size: 30px;
    padding: 0 15px 10px;
    margin-bottom: 30px;
  }

  .tab__desc h4 {
    font-size: 30px;
    padding: 0 15px 10px;
    margin-bottom: 30px;
  }

  .tab__desc p {
    font-size: 15px;
    margin-bottom: 46px;
  }

  .tab__lineup {
    gap: 40px 0;
  }

  .tab__lineup-item img {
    height: 210px;
  }

  .tab__lineup-item p:nth-of-type(2) {
    font-size: 15px;
    line-height: calc(48 / 30);
  }

  .tab__lineup .title_bg-red {
    padding: 3px;
  }

  /* 企画デザイン
  -------------------------------------------*/
  .design_bg {
    padding: 42px 0 128px;
  }

  .design_areas {
    margin-bottom: 20px;
  }

  .design_areas .content-title {
    margin-bottom: 35px;
  }

  .design_areas .content-title2 {
    margin-bottom: 35px;
  }

  .design_areas .wp-block-image {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .design_areas .wp-block-image figcaption {
    font-size: 14px;
    margin: 5px 0 0;
    padding: 5px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .design_areas .wp-block-image figcaption span {
    font-size: 12px;
    display: inline-block;
  }

  .design_areas .wp-block-image img {
    height: 200px;
  }

  .design_areas .wp-block-column {
    display: flex;
  }

  /* 印刷・加工
  -------------------------------------------*/
  .print {
    margin-bottom: 72px;
  }

  .environment {
    padding: 70px 0 100px;
  }

  .environment .section-title {
    margin-bottom: 40px;
  }

  .environment .task {
    margin-bottom: 160px;
  }

  .sdgs {
    margin-bottom: 66px;
  }

  .sdgs .wp-block-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .sdgs p {
    font-size: 15px;
    margin-bottom: 96px;
  }

  .sdgs .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px !important;
  }

  .sdgs_marks {
    padding: 45px 0 71px;
  }

  .sdgs_marks .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
  }

  .sdgs_marks .wp-block-column p:nth-of-type(2) {
    font-size: 15px;
  }

  .sdgs_marks .wp-block-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sdgs_marks .wp-block-heading span {
    margin-bottom: 15px;
    font-size: 15px;
  }

  /* 原料・製品・OEM
-------------------------------------------*/
  .page_product .section-title {
    letter-spacing: -0.025em;
  }

  .product,
  .promotion {
    margin-bottom: 77px;
  }

  /* アッセンブリー
  -------------------------------------------*/
  .assembly {
    margin-bottom: 137px;
  }

  /* Webサイト構築
  -------------------------------------------*/
  .web .section-title {
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 0;
  }

  .web .section-title span {
    font-size: 15px;
  }

  .web_bg {
    margin: 97px 0 55px;
    padding: 52px 0 81px;
  }

  .web_main.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 92px;
    gap: 53px 20px;
  }

  .web_main ul li {
    font-size: 15px;
  }

  .web_flow {
    padding: 23px 30px 70px;
  }

  .web_flow .content-title_border {
    margin-bottom: 55px;
  }

  .web_flow .content-title2_border {
    margin-bottom: 55px;
  }

  .web_flow .wp-block-image img {
    width: 85px !important;
    height: 85px !important;
  }

  .web_flow .wp-block-columns {
    text-align: center;
    gap: 18px 0;
  }

  .web_flow .wp-block-columns+.wp-block-columns {
    margin-top: 85px;
  }

  .web_flow .wp-block-columns .wp-block-heading {
    font-size: 20px;
    display: inline-block;
    text-align: left;
    margin: 0 auto 15px;
  }

  .web_flow .wp-block-columns p {
    text-align: left;
    font-size: 15px;
  }

  .web_flow .wp-block-columns p+.wp-block-buttons {
    margin-top: 25px;
  }

  .web .wp-block-buttons {
    justify-content: center;
    gap: 20px;
  }

  .web_tel .wp-block-button__link::after {
    left: 24px;
    width: 17px;
    height: 17px;
  }

  .web_bg .wp-block-button__link {
    width: 240px;
    height: 35px;
  }

  .web_tel .wp-block-button__link {
    font-size: 18px !important;
    padding-left: 10px !important;
  }

  .web_cost .content-title_border {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .web_cost .content-title2_border {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .web_cost p {
    margin-bottom: 35px;
    font-size: 15px;
  }

  /*-------------------------------------------
  ニュース
  -------------------------------------------*/
  /* 個別ページ
  -------------------------------------------*/
  /* .news .breadcrumb {
    margin: 55px 0 40px -20px;
  } */

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  .group {
    margin-bottom: 200px;
  }

  .wp-block-columns.group_desc {
    padding: 35px 20px 50px;
    gap: 30px;
  }

  .group_desc p {
    font-size: 15px;
    /*
    line-height: calc(48 / 30);
    */
    line-height: 1.8;
  }

  p.group_figure-caption {
    font-size: 15px;
    padding: 8px 10px;
  }

  p.group_figure-caption span {
    font-size: 14px;
    margin-right: 8px;
    padding: 3px 8px;
  }

  .group_message {
    padding: 45px 0 90px;
  }

  .group_message .content-title {
    margin-bottom: 36px;
  }

  .group_message .content-title2 {
    margin-bottom: 36px;
  }

  .group_message p.group_figure-caption {
    padding: 15px;
    font-size: 18px;
  }

  .group_message p.group_figure-caption span {
    padding: 6px 16px;
    font-size: 15px;
    margin-right: 20px;
  }

  .group_message .wp-block-columns {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .group_message .wp-block-columns+.wp-block-columns {
    margin-top: 40px;
  }

  .group_message-text {
    font-size: 15px;
  }

  .group_container {
    padding: 57px 0 85px;
  }

  .group_container-text {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.3;
  }

  .group_container .wp-block-image {
    margin-top: 46px;
  }

  .nac-creator .wp-block-button__link {
    min-width: 270px;
  }

  .nac-promotion {
    padding: 56px 0;
    gap: 46px;
  }

  .nac-promotion p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 37px;
  }

  .nac-promotion .wp-block-image img {
    height: auto;
  }

  .nac-promotion .content-title_border {
    margin-bottom: 38px;
  }

  .nac-promotion .content-title2_border {
    margin-bottom: 38px;
  }

  /* NACグループについて
  -------------------------------------------*/
  .group_box .wp-block-image img {
    height: 300px;
  }

  .group .wp-block-columns {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .group_box-nac {
    margin-top: 82px;
  }

  .group_box h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .group_box p {
    font-size: 15px;
    line-height: calc(48 / 30);
    margin-bottom: 26px;
  }

  .group_box .wp-block-columns {
    margin-bottom: 72px;
  }

  .group_box .wp-block-columns:last-of-type {
    margin-bottom: 0;
  }

  .group_image {
    width: 90%;
  }

  .group_box+.group_box {
    margin-top: 96px;
  }

  /* マーケティング事業部
  -------------------------------------------*/
  .marketing .section-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .marketing .one-stop {
    padding: 69px 0 108px;
  }

  .offices {
    padding: 73px 0 132px;
  }

  .offices .dl_wrapper {
    margin-top: 0;
  }

  /* クリエイティブ事業部
  -------------------------------------------*/
  .creative .section-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .creative .group_message p.group_figure-caption span {
    padding: 6px 16px;
  }

  .creative .wp-block-columns.group_desc {
    margin-bottom: 50px;
  }

  /* 業務部
  -------------------------------------------*/
  .operations-department .group_container-text {
    margin-bottom: 37px;
  }

  .operations-department .group_container {
    margin-bottom: 85px;
  }

  /* 新規事業
  -------------------------------------------*/
  .new-business {
    margin: 85px 0 224px;
  }

  .new-business .wp-block-columns {
    flex-direction: column-reverse;
    gap: 5px;
    margin-bottom: 95px;
  }

  .new-business .wp-block-image img {
    width: 100%;
  }

  .new-business p {
    font-size: 15px;
    letter-spacing: 0;
  }

  /*-------------------------------------------
  会社情報
  -------------------------------------------*/
  .company,
  .sales-office {
    padding: 50px 0 100px;
  }

  .profile {
    padding: 50px 0 0;
  }

  .company p {
    font-size: 14px;
    padding: 5px 10px;
  }

  .profile p {
    font-size: 15px;
    line-height: 1.5;
  }

  .profile .dl_wrapper,
  .greeting,
  .profile .wp-block-columns {
    margin-bottom: 50px;
  }

  .profile .wp-block-columns {
    gap: 50px;
  }

  .profile .nac-promotion p {
    margin-bottom: 0;
  }

  .profile .dd_wrapper dd {
    flex-direction: row;
  }

  .profile .dd_wrapper dd span {
    width: 150px;
  }

  .greeting .wp-block-image {
    margin-bottom: 20px;
  }

  .greeting p+p {
    margin-top: 20px;
  }

  .philosophy h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .profile .nac-promotion .content-title_border {
    font-size: 20px;
    line-height: 1.3;
  }

  .profile .nac-promotion .content-title2_border {
    font-size: 20px;
    line-height: 1.3;
  }

  .profile .nac-promotion {
    margin-bottom: 0;
  }

  /*-------------------------------------------
  お問い合わせページ
  -------------------------------------------*/
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap select,
  .wpcf7-form-control-wrap textarea {
    padding: 5px 10px;
  }

  .form-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .form__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .form__item+.form__item {
    margin-top: 20px;
  }

  .form__item+.form__item-message {
    margin-top: 20px;
  }

  .form__item label {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }

  .form__item .wpcf7-form-control-wrap {
    width: 100%;
  }

  .form__item-type .wpcf7-form-control-wrap::before {
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
  }

  .formError .formErrorContent {
    font-size: 12px !important;
  }

  .required {
    margin-left: 10px;
  }

  form .form-message p {
    font-size: 14px;
    text-align: left;
  }

  /* 調整*/

  .content-title2_border {
    font-size: 26px;
  }

  .waterless_example {
    margin-bottom: 200px !important;
  }

  .waterless_example::after {
    bottom: -163px;
    width: 128px;
    height: 128px;
  }

  .waterless {
    padding: 24px 0;
  }

  .waterless_wrap {
    padding: 42px 0 72px;
    margin-bottom: 80px;
  }

  .waterless_ttl {
    font-size: 25px;
  }

  .waterless .bgimg_4,
  .waterless .bgimg_5,
  .waterless .bgimg_6 {
    font-size: 20px;
    padding: 2em .5em 1em;
  }

  .waterless_ttl2 {
    font-size: 14px;
    padding: 5px 10px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  /*-------------------------------------------
  実績
  -------------------------------------------*/
  /* アーカイブページ
  -------------------------------------------*/
  /* 検索結果 */
  .performance__list {
    flex-direction: column;
  }

  .performance__list li {
    width: 100%;
  }

  /* 個別ページ
  -------------------------------------------*/
  /*投稿内装飾*/
  .performance-single .wp-block-columns .wp-block-image img {
    height: 300px !important;
  }

  .performance-single .wp-block-image img,
  .performance-single .wp-block-columns .wp-block-column:only-of-type img {
    height: 300px !important;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* 共通
  -------------------------------------------*/
  /* サービス一覧
  -------------------------------------------*/
  /* 共通
  -------------------------------------------*/
  /* service_flow */
  .service_flow .wp-block-image img {
    height: 170px;
  }

  /* サービス一覧
  -------------------------------------------*/
  .service_archive .wp-block-column {
    padding: 16px;
  }

  .service_archive .wp-block-image img {
    height: 100%;
  }

  .service_archive .wp-block-heading {
    font-size: 17px;
    letter-spacing: -0.05em;
    margin: 0 0 10px;
    padding-left: 20px;
  }

  .service_archive .wp-block-heading::before {
    top: 7px;
    width: 15px;
    height: 15px;
  }

  .service_archive p {
    font-size: 12px;
    line-height: 1.2;
  }

  .one-stop_flow-wrapper {
    padding: 0 18px 30px;
  }

  .one-stop_flow-content {
    padding: 19px 20px;
  }

  /* トータルプロデュース
  -------------------------------------------*/
  .page_total-production .section-title {
    font-size: 30px;
  }

  /* 企画デザイン
  -------------------------------------------*/
  .design_areas .wp-block-image img {
    height: 150px;
  }

  /* 印刷・加工
  -------------------------------------------*/
  .sdgs_marks .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px;
  }

  /*-------------------------------------------
  会社情報
  -------------------------------------------*/
  .company_inner.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .dd_wrapper dd {
    flex-direction: column;
    align-items: flex-start;
  }

  .dd_wrapper dd small {
    display: block;
  }

  /*-------------------------------------------
  実績
  -------------------------------------------*/
  /* 個別ページ
  -------------------------------------------*/
  /*投稿内装飾*/
  .performance-single .wp-block-columns .wp-block-image img {
    height: 200px !important;
  }

  .performance-single .wp-block-image img,
  .performance-single .wp-block-columns .wp-block-column:only-of-type img {
    height: 200px !important;
  }

  /*-------------------------------------------
  サービス
  -------------------------------------------*/
  /* トータルプロデュース
  -------------------------------------------*/
  .total-production .wp-block-image img {
    height: 208px;
  }

  /* 企画デザイン
  -------------------------------------------*/
  .design_areas .wp-block-image img {
    height: 120px;
  }

  /* Webサイト構築
  -------------------------------------------*/
  .web_main.wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 53px;
  }

  /*-------------------------------------------
  NACグループ
  -------------------------------------------*/
  .group_image {
    width: 100%;
  }

  .group_box .wp-block-image img {
    height: 208px;
  }

  /* クリエイティブ事業部
  -------------------------------------------*/
  .nac-creator h2 {
    font-size: 35px;
  }
}


/*
is_pc ・・・PCで表示したいところに使う
is_sp・・・スマホで表示したいところに使う
is_sp_tab・・・スマホ・タブレットで表示したいところに使う
*/

@media (min-width: 811px) {
  .is_sp_tab {
    display: none;
  }
}

@media (min-width: 541px) {
  .is_sp {
    display: none;
  }
}

@media (max-width: 1024px) {
  .is_pc {
    display: none;
  }
}

/* =========================================================
   ページ限定：タグ絞り込みアコーディオン用スタイル（変更後・全文）
   対象要素：.condition__wrapper[data-tag-accordion="true"]
   目的：
     - 初期状態で1行のみ表示
     - 2行目以降の存在を示す下部グラデーション
     - 見出し右側の開閉トグル（＋／−）
   ========================================================= */

/* 見出し行：対象ラッパーを含む場合のみ適用（ボタン分の余白を確保） */
.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .condition__inner {
  position: relative;
  padding-right: 40px;
}

/* 見出し右側の開閉トグル（右端・縦中央に固定配置） */
.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ＋／−アイコン（縦棒が回転して「−」に見える） */
.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle::before,
.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle::after {
  content: "";
  position: absolute;
  background: #333;
  transition: transform .22s ease;
}

.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle::before {
  width: 16px;
  height: 2px;
  /* 横棒（常時） */
}

.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle::after {
  width: 2px;
  height: 16px;
  /* 縦棒（開時に回転） */
  transform: rotate(0deg);
}

.condition__box:has(.condition__wrapper[data-tag-accordion="true"]) .tag-accordion__toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

/* アクセシビリティ補助：視覚的非表示テキスト */
.condition__inner .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* タグリスト本体：高さアニメーション（初期1行表示はJSでmax-height設定） */
.condition__wrapper[data-tag-accordion="true"] #tagList {
  overflow: hidden;
  transition: max-height .28s ease;
}

/* 2行目以降が存在する場合の下部グラデーション（閉じ状態で表示） */
.condition__wrapper[data-tag-accordion="true"].is-collapsed.has-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  /* 必要に応じて調整可 */
  background: linear-gradient(to bottom,
      rgba(246, 246, 246, 0) 0%,
      rgba(246, 246, 246, 0) 30%,
      rgba(246, 246, 246, 0.8) 60%,
      rgba(246, 246, 246, 0.95) 100%);
  pointer-events: none;
}

/*-------------------------------------------
FAQ
-------------------------------------------*/
.faq_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
}

.faq_wrap>li {
  flex: 0 0 calc(50% - 16px);
  min-width: 0;
}

@media (max-width: 782px) {
  .faq_wrap {
    gap: 0px;
  }

  .faq_wrap>li {
    flex-basis: 100%;
  }

  .faq_wrap>li:last-child .faq_item:first-child {
    border-top: none;
  }
}

.faq_list {
  padding: 0;
}

.faq_item {
  padding: 3em 2em;
  border-bottom: 1px solid #707070;
  transition: background-color 200ms ease;
  cursor: pointer;
}

@media screen and (max-width: 782px) {
  .faq_item {
    padding: 1.5em 1em;
  }
}

.faq_item:first-child {
  border-top: 1px solid #707070;
}

.faq_title {
  position: relative;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 2.2em;
  transition: color 200ms ease;
}

@media screen and (max-width: 782px) {
  .faq_title {
    font-size: 18px;
  }
}

/*-------------------------------------------
 丸背景（黒丸）と＋記号
-------------------------------------------*/
.faq_title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  background-color: #CF2E2E;
  border-radius: 50%;
  transition: background-color 0.25s ease;
}

.faq_title::after {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 50%;
  width: 0.8em;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

@media screen and (max-width: 782px) {
  .faq_title::after {
    right: 0.35em;
  }
}

.faq_title::before,
.faq_title::after {
  pointer-events: none;
}

.faq_title::before {
  z-index: 0;
}

.faq_title::after {
  z-index: 2;
}

.faq_title::before,
.faq_title::after {
  position: absolute;
}

.faq_title span::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  width: 2px;
  height: 0.8em;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 2;
}

/*-------------------------------------------
 開いたときの変化
-------------------------------------------*/
.faq_item.open {
  background-color: #FFF2F4;
}

.faq_item.open .faq_title {
  color: #A92117;
}

.faq_item.open .faq_title::before {
  background-color: #000;
}

.faq_item.open .faq_title span::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.faq_body {
  overflow: hidden;
  height: 0;
  margin: 0 !important;
  padding-top: 0;
}


.faq_item.open .faq_body {
  height: auto;
  padding-top: 1.5em;
}

@media (prefers-reduced-motion: reduce) {
  .faq_body {
    transition: none !important;
  }
}