.csi-archive {
  background-color: #f3f6f7 !important;
}
.csi-archive .csi-service {
  background-color: #ffffff;
}
.csi-archive .csi-service .inner {
  max-width: 1440px;
  background-color: white;
  margin: 0 auto;
  padding: 60px 72px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.csi-archive .csi-service .csi-service-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 160px;
}
.csi-archive .csi-service .csi-service-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 0 0 32px;
}
.csi-archive .csi-service .csi-service-first .csi-service-image {
  height: 265.5px;
}
.csi-archive .csi-service .csi-service-first .csi-service-item .csi-service-content {
  gap: 32px;
}
.csi-archive .csi-service .csi-service-first .csi-service-item .csi-service-content .csi-service-title-container {
  gap: 4px;
}
.csi-archive .csi-service .csi-service-first .csi-service-item .csi-service-description {
  line-height: 21px;
  letter-spacing: 0.04em;
}
.csi-archive .csi-service .csi-service-second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 0;
  max-width: 976px;
}
.csi-archive .csi-service .csi-service-second .csi-service-image {
  height: 169px;
}
.csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content {
  min-height: 185px;
}
.csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-title-container {
  gap: 2px;
}
.csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-description-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-description {
  margin: 24px 0 16px 0;
  min-height: 111px;
}
.csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-description .csi-service-description-subhighlight {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.csi-archive .csi-service .csi-service-item {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.csi-archive .csi-service .csi-service-item .csi-service-image {
  width: 100%;
  overflow: hidden;
}
.csi-archive .csi-service .csi-service-item .csi-service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csi-archive .csi-service .csi-service-item .csi-service-content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container {
  flex-direction: column;
  display: flex;
}
.csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title {
  letter-spacing: 0.02em;
}
.csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title .csi-service-title-parent {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  line-height: 34px;
  letter-spacing: 0.04em;
}
.csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title .csi-service-title-child {
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  line-height: 29px;
  letter-spacing: 0.04em;
}
.csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title-en {
  font-size: 14px;
  color: #527081;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}
.csi-archive .csi-service .csi-service-item .csi-service-description {
  font-size: 14px;
  font-weight: 400;
}
.csi-archive .csi-service .csi-service-item .csi-service-button {
  align-self: flex-end;
  display: inline-block;
}
.csi-archive .csi-service .csi-service-button-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.csi-archive .common-button-container {
  min-width: auto;
}
.csi-archive .common-button-container .common-button-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.csi-archive .consulting-document-download {
  background-color: white;
  padding: 0;
}
.csi-archive .consulting-document-download .inner {
  padding: 0;
}
.csi-archive .csi-external-survey {
  background-color: white;
  padding: 0;
  margin-bottom: 32px;
}
.csi-archive .csi-external-survey .inner {
  max-width: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  gap: 0;
}
.csi-archive .csi-external-survey .csi-external-survey-list {
  list-style: none;
  margin: 0;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}
.csi-archive .csi-external-survey .csi-external-survey-item {
  flex: 1 1 0;
  display: flex;
}
.csi-archive .csi-external-survey .csi-external-survey-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  width: 100%;
  min-height: 94px;
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity 0.3s ease-out;
}
.csi-archive .csi-external-survey .csi-external-survey-link:hover {
  opacity: 0.85;
  color: #FFFFFF;
  text-decoration: none;
}
.csi-archive .csi-external-survey .csi-external-survey-link--blue {
  background: #006FD6;
}
.csi-archive .csi-external-survey .csi-external-survey-link--blue .csi-external-survey-icon {
  color: #7FB8F2;
}
.csi-archive .csi-external-survey .csi-external-survey-link--orange {
  background: #DD6817;
}
.csi-archive .csi-external-survey .csi-external-survey-link--orange .csi-external-survey-icon {
  color: #FFB066;
}
.csi-archive .csi-external-survey .csi-external-survey-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.csi-archive .csi-external-survey .csi-external-survey-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.csi-archive .csi-external-survey .csi-external-survey-title-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.csi-archive .csi-external-survey .csi-external-survey-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.csi-archive .csi-external-survey .csi-external-survey-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.csi-list-page .csi-research-list {
  padding: 60px 0;
  background-color: #F8FAFB;
  max-width: 1440px;
  margin: 0 auto;
}
.csi-list-page .csi-research-list .inner {
  padding: 0 72px;
}
.csi-list-page .csi-research-list .csi-filter-block {
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.03), 0px 14px 9px 0px rgba(0, 0, 0, 0.02), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 40px 11px 0px rgba(0, 0, 0, 0);
}
.csi-list-page .csi-research-list .csi-filter-block .csi-filter-tabs {
  font-size: 16px;
  font-weight: 700;
  color: #527081;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.csi-list-page .csi-research-list .csi-filter-block .csi-filter-wrapper .csi-filter-groups .csi-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.csi-list-page .csi-research-list .csi-filter-block .csi-filter-wrapper .csi-filter-groups .csi-filter-group .csi-filter-chip {
  background: #ffffff;
  border: 1px solid #C7D5DD;
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 14px;
  color: #231815;
  cursor: pointer;
  transition: all 0.2s ease;
}
.csi-list-page .csi-research-list .csi-filter-block .csi-filter-wrapper .csi-filter-groups .csi-filter-group .csi-filter-chip:hover {
  background: #E8F5FB;
  border-color: #007AC0;
}
.csi-list-page .csi-research-list .csi-filter-block .csi-filter-wrapper .csi-filter-groups .csi-filter-group .csi-filter-chip.is-active {
  background: #007AC0;
  color: #ffffff;
  border-color: #007AC0;
}
.csi-list-page .csi-research-list .csi-list-reset {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #007AC0;
  cursor: pointer;
  margin-bottom: 24px;
}
.csi-list-page .csi-research-list .csi-list-reset img {
  width: 16px;
  height: 16px;
}
.csi-list-page .csi-research-list .csi-list-all-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  border-bottom: 1px solid #E1EAEE;
  padding-bottom: 12px;
}
.csi-list-page .csi-research-list .csi-list-all-header .csi-list-meta .csi-list-count {
  font-size: 14px;
  color: #5A677D;
}
.csi-list-page .csi-research-list .csi-item-list-archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.csi-list-page .csi-research-list .csi-item {
  background: #ffffff;
  border: 1px solid #E1EAEE;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease-out;
}
.csi-list-page .csi-research-list .csi-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.csi-list-page .csi-research-list .csi-item:hover .csi-item-link-wrapper .csi-item-image img {
  opacity: 0.5;
}
.csi-list-page .csi-research-list .csi-item:hover .csi-item-link-wrapper .csi-item-date-text {
  color: #527081;
}
.csi-list-page .csi-research-list .csi-item:hover .csi-item-link-wrapper .csi-item-title-text {
  color: #527081;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-image {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-date-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #527081;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease-out;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-title-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #231815;
  line-height: 23px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  transition: color 0.3s ease-out;
}
.csi-list-page .csi-research-list .csi-item .csi-item-link-wrapper .csi-item-title-text a {
  color: inherit;
  text-decoration: none;
}
.csi-list-page .csi-research-list .csi-item .csi-item-tags,
.csi-list-page .csi-research-list .csi-item .csi-item-category-links {
  margin: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.csi-list-page .csi-research-list .csi-item .csi-item-tags .csi-item-tag,
.csi-list-page .csi-research-list .csi-item .csi-item-tags .csi-item-link-text,
.csi-list-page .csi-research-list .csi-item .csi-item-category-links .csi-item-tag,
.csi-list-page .csi-research-list .csi-item .csi-item-category-links .csi-item-link-text {
  border: 1px solid #0053A6;
  border-radius: 1000px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0053A6;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.csi-list-page .csi-research-list .csi-item .csi-item-tags .csi-item-tag:hover,
.csi-list-page .csi-research-list .csi-item .csi-item-tags .csi-item-link-text:hover,
.csi-list-page .csi-research-list .csi-item .csi-item-category-links .csi-item-tag:hover,
.csi-list-page .csi-research-list .csi-item .csi-item-category-links .csi-item-link-text:hover {
  background-color: #CBE9F8;
  text-decoration: none;
}
.csi-list-page .csi-research-list .csi-list-footer {
  margin-top: 32px;
  text-align: right;
}
.csi-list-page .csi-research-list .csi-list-footer .csi-list-count {
  font-size: 14px;
  color: #5A677D;
}
.csi-list-page .csi-research-list .csi-pagination {
  margin-top: 40px;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers li {
  display: inline-flex;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers a,
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #E1EAEE;
  background: #fff;
  color: #231815;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 4px;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers a.current,
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers span.page-numbers.current {
  background: #007AC0;
  color: #fff;
  border-color: #007AC0;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers a:not(.current):hover,
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers span.page-numbers:not(.current):hover {
  background: #E8F5FB;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers a.disabled,
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers span.page-numbers.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers a img,
.csi-list-page .csi-research-list .csi-pagination ul.page-numbers span.page-numbers img {
  width: 14px;
}

.contents-area {
  padding-bottom: 0 !important;
}

.csi-banner {
  position: relative;
  background-color: #F3F6F7;
  letter-spacing: 0.02em;
}
.csi-banner.csi-banner-detail .banner-content .section-title {
  gap: 0;
}
.csi-banner.csi-banner-detail .banner-content .breadcrumb {
  margin: 0;
}
.csi-banner.csi-banner-detail .banner-content .csi-logo .csi-logo-img {
  width: 140px;
  height: 62.25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.banner-content {
  display: flex;
  flex-direction: column;
  padding: 24px 0 24px 72px;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.banner-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #231815;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.banner-content .breadcrumb a {
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.banner-content .breadcrumb a:hover {
  color: #527081;
}
.banner-content .csi-logo-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banner-content .csi-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-content .csi-logo .csi-logo-img {
  width: 281px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-content .section-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.banner-content .section-title .main-title {
  font-size: 40px;
  font-weight: 700;
  color: #0053A6 !important;
  line-height: 51px;
  text-align: left;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif !important;
  margin: 0;
}
.banner-content .section-title .sub-title {
  font-size: 13px;
  font-weight: 700;
  color: #231815;
  display: block;
}

.csi-detail-hero {
  background-color: transparent;
}
.csi-detail-hero .csi-banner {
  padding-top: 96px;
}
.csi-detail-hero .csi-detail-hero__body {
  padding: 0 144px;
  max-width: 1440px;
  margin: 0 auto;
}
.csi-message-page .csi-detail-hero .csi-detail-hero__body, .csi-about-page .csi-detail-hero .csi-detail-hero__body {
  padding: 0 160px;
}
.csi-detail-hero .csi-detail-hero__body-inner {
  font-size: 16px;
  font-weight: 400;
  color: #231815;
  line-height: 26px;
  text-align: left;
}
.csi-detail-hero .csi-detail-hero__body-inner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}
.csi-detail-hero .csi-detail-hero__body-inner .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.csi-detail-hero .csi-detail-hero__body-inner .alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.csi-detail-hero .csi-detail-hero__body-inner .alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}
.csi-detail-hero .csi-detail-hero__body-inner strong,
.csi-detail-hero .csi-detail-hero__body-inner b {
  font-weight: 700;
  font-size: inherit;
}
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2776;
  letter-spacing: 0.05em;
  border-left: 4px solid #6f8a97;
  padding: 5px 15px 3px;
  margin-bottom: 40px;
  background: transparent;
  color: #000;
}
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type1 strong,
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type1 b {
  font-size: inherit;
  font-weight: inherit;
}
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  background: #e2e8ea;
  padding: 7px 7px 5px;
  margin-bottom: 25px;
  color: #000;
}
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type2 strong,
.csi-detail-hero .csi-detail-hero__body-inner .secTitle_type2 b {
  font-size: inherit;
  font-weight: inherit;
}
.csi-detail-hero .csi-detail-hero__body-inner .content-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.csi-detail-hero__image {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 640px;
}
.csi-detail-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.csi-detail-hero__meta {
  margin: 32px 0;
  padding: 0 144px;
  max-width: 1440px;
  margin: 0 auto;
}
.csi-detail-hero__meta-inner {
  padding: 24px 72px;
  background-color: #F5F5F5;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.03), 0px 14px 9px 0px rgba(0, 0, 0, 0.02), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 40px 11px 0px rgba(0, 0, 0, 0);
}
.csi-detail-hero__meta-row {
  display: flex;
  margin-bottom: 16px;
  gap: 8px;
}
.csi-detail-hero__meta-row:last-child {
  margin-bottom: 0;
}
.csi-detail-hero__meta-label {
  min-width: 100px;
  font-weight: 700;
  font-size: 16px;
  color: #231815;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.csi-detail-hero__meta-content {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #231815;
  line-height: 21px;
  letter-spacing: 0.03em;
}
.csi-detail-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 12px;
  color: #231815;
  line-height: 18px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.csi-detail-hero__breadcrumb::-webkit-scrollbar {
  display: none;
}
.csi-detail-hero__breadcrumb a {
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-out;
}
.csi-detail-hero__breadcrumb a:hover {
  color: #527081;
}
.csi-detail-hero__breadcrumb-sep {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
.csi-detail-hero__breadcrumb-sep img {
  width: 6px;
  height: auto;
}
.csi-detail-hero__breadcrumb-current {
  flex: 1 1 0;
  min-width: 0;
  color: #5A677D;
  white-space: nowrap;
}
.csi-detail-hero__main {
  background-color: #ffffff;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.csi-detail-hero__header {
  max-width: 1440px;
  margin: 0 72px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.csi-detail-hero--csi-page {
  padding: 60px 72px;
  max-width: 1440px;
  margin: 0 auto;
}
.csi-detail-hero .common-button-container {
  min-width: auto;
}
.csi-detail-hero .common-button-container .common-button-text {
  font-size: 14px;
  line-height: 21px;
}
.csi-detail-hero__meta-top {
  margin: 8px 72px 0;
}
.csi-detail-hero__meta-top-date-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.csi-detail-hero__meta-top-date-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #5A677D;
  font-size: 14px;
}
.csi-detail-hero__meta-top-date-item img {
  width: 18px;
  height: 18px;
}
.csi-detail-hero__meta-top-tags-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.csi-detail-hero__tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.csi-detail-hero__tag {
  color: #231815;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.csi-detail-hero__tag:hover {
  color: #527081;
}
.csi-detail-hero__bottom {
  padding: 0 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.csi-detail-hero__back a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.csi-detail-hero__back a:hover {
  color: #5A677D;
  text-decoration: none;
}
.csi-detail-hero__back a img {
  width: 18px;
  height: auto;
}
.csi-detail-hero__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 144px;
  margin-top: 8px;
}
.csi-detail-hero__title-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 72px;
}
.csi-detail-hero__title {
  font-size: 32px;
  font-weight: 700;
  color: #0053A6;
  line-height: 42px;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.csi-detail-hero__client {
  font-size: 18px;
  font-weight: 500;
  color: #5A677D;
  letter-spacing: 0.02em;
  line-height: 29px;
}
.csi-detail-hero__share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 0;
  letter-spacing: 0;
}
.csi-detail-hero__share-label {
  font-size: 14px;
  font-weight: 500;
  color: #5A677D;
}
.csi-detail-hero__share-icons {
  display: flex;
  gap: 12px;
}
.csi-detail-hero__share-icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  color: #231815;
}
.csi-detail-hero__share-icon .hover-icon path {
  transition: fill 0.3s ease-out;
}
.csi-detail-hero__share-icon:hover .hover-icon path {
  fill: #A9C0CC;
}

.csi-detail-bg {
  background-color: #fff;
}

.csi-bottom-services-wrapper {
  background-color: #fff;
  padding: 60px 160px;
}
.csi-bottom-services-wrapper .csi-service-second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  max-width: 1440px;
  margin: 0 auto;
}
.csi-bottom-services-wrapper .csi-service-item {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-image {
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  min-height: 185px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-title-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title-en {
  font-size: 14px;
  color: #527081;
  line-height: 17px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title .csi-service-title-parent {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  line-height: 34px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-description {
  margin: 24px 0 16px 0;
  font-size: 14px;
  line-height: 18px;
  color: #231815;
  letter-spacing: 0.04em;
  min-height: 111px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-description-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-description-container p {
  margin: 24px 0 16px 0;
  font-size: 14px;
  line-height: 18px;
  color: #231815;
  letter-spacing: 0.04em;
  min-height: 111px;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-content .csi-service-button-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.csi-bottom-services-wrapper .csi-service-item .csi-service-button {
  align-self: flex-end;
  display: inline-block;
}

.content-author {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 32px;
  color: #231815;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 60px !important;
}
.content-author .content-text-author {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 0;
}
.content-author .author-role {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.content-author .author-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.02em;
}
.content-author .author-company {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.content-author .content-image {
  width: 209px;
  height: 254px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex-shrink: 0;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .csi-research-list {
    padding: 40px 0;
  }
  .csi-research-list .csi-item-list-archive {
    grid-template-columns: 1fr;
  }
  .csi-research-list .csi-pagination ul.page-numbers {
    gap: 6px !important;
  }
  .csi-single .csi-detail-hero__image img {
    width: 100% !important;
    height: auto !important;
  }
  .csi-single .csi-bottom-services-wrapper {
    padding: 0;
  }
  .csi-single .csi-bottom-services-wrapper .csi-service-second {
    display: flex;
    flex-direction: column;
  }
  .csi-single .csi-banner .banner-image {
    display: none;
  }
  .csi-single .csi-detail-hero .csi-detail-hero__body {
    padding: 0;
  }
  .csi-single .csi-detail-hero--csi-page {
    padding: 60px 24px 24px;
  }
  .csi-single .csi-detail-hero__header {
    margin: 0;
  }
  .csi-single .csi-detail-hero__title {
    font-size: 24px;
    line-height: 34px;
  }
  .csi-single .csi-detail-hero__meta-top {
    margin: 8px 0 0;
  }
  .csi-single .csi-detail-hero__meta-top-date-row {
    gap: 12px;
  }
  .csi-single .csi-detail-hero__meta-top-tags-row {
    gap: 12px;
    flex-direction: column;
    align-items: unset;
  }
  .csi-single .csi-detail-hero__tags {
    gap: 8px;
  }
  .csi-single .csi-detail-hero__tag {
    font-size: 13px;
  }
  .csi-single .csi-detail-hero__share {
    gap: 12px;
    justify-content: end;
  }
  .csi-single .csi-detail-hero__main {
    gap: 24px;
  }
  .csi-single .csi-detail-hero__bottom, .csi-single .csi-detail-hero__title-area, .csi-single .csi-detail-hero__footer {
    padding: 0px;
  }
  .csi-single .csi-banner {
    display: flex;
    flex-direction: column;
  }
  .csi-single .csi-single .csi-banner .banner-image {
    display: none !important;
  }
  .csi-single .csi-banner .inner {
    order: 1;
    background-color: #F3F6F7;
  }
  .csi-single .csi-banner .banner-container {
    flex-direction: column;
  }
  .csi-single .csi-banner .banner-content .csi-logo-container {
    align-items: center;
    width: 100%;
    gap: 16px !important;
  }
  .csi-single .csi-banner .banner-content .csi-logo .csi-logo-img {
    width: 110px;
    height: 49px;
  }
  .csi-single .csi-banner .banner-content .section-title .main-title {
    text-align: center;
    line-height: 38px;
    color: #00649F !important;
    font-weight: 700;
    margin: 0;
  }
  .csi-single .csi-banner .banner-content .section-title .sub-title {
    font-weight: 500;
    color: #231815;
    margin: 0;
    line-height: 17px;
  }
  .csi-single .csi-banner .banner-image {
    order: 2 !important;
    width: 100% !important;
  }
  .csi-single .csi-banner .banner-image .banner-layer-1,
  .csi-single .csi-banner .banner-image .banner-layer-2 {
    display: none !important;
  }
  .csi-single .csi-banner .banner-image .banner-layer-main {
    position: relative !important;
    width: 100% !important;
    height: 172px !important;
    display: block !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .consulting-document-download {
    padding: 0;
  }
  .consulting-document-download .document-download-box {
    padding: 24px;
  }
  .consulting-document-download .inner {
    max-width: none;
    margin: 0;
  }
  .consulting-document-download .document-download-content {
    flex-direction: column;
    gap: 24px;
  }
  .consulting-document-download .document-download-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .consulting-document-download .document-download-thumbnail img {
    width: auto;
    max-width: 100%;
  }
  .consulting-document-download .document-download-info {
    text-align: left;
  }
  .csi-external-survey {
    padding: 0;
  }
  .csi-external-survey .inner {
    padding: 0;
  }
  .csi-archive .csi-external-survey .csi-external-survey-list,
  .csi-external-survey .csi-external-survey-list {
    padding: 0;
    flex-direction: column;
    gap: 16px;
  }
  .csi-external-survey .csi-external-survey-link {
    min-height: 94px;
  }
  .csi-topics .inner {
    padding: 60px 72px;
  }
  .csi-topics .csi-topics-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .csi-topics .csi-topics-item {
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .csi-topics .csi-topics-item:first-child {
    padding-top: 0;
  }
  .csi-topics .csi-topics-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .csi-topics .csi-topics-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .csi-topics .csi-topics-title {
    font-size: 20px;
    font-weight: 700;
    color: #231815;
    margin: 0;
  }
  .csi-topics .csi-topics-description {
    font-size: 14px;
    color: #5A677D;
    line-height: 22px;
    margin: 0;
  }
  .csi-topics .csi-topics-link {
    color: #231815;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
  }
  .csi-topics .csi-topics-link:hover {
    color: #527081;
  }
  .csi-info .inner {
    padding: 60px 72px;
  }
  .csi-info .csi-info-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .csi-info .csi-info-item {
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .csi-info .csi-info-item:first-child {
    padding-top: 0;
  }
  .csi-info .csi-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .csi-info .csi-info-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .csi-info .csi-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #231815;
    margin: 0;
  }
  .csi-info .csi-info-description {
    font-size: 14px;
    color: #5A677D;
    line-height: 22px;
    margin: 0;
  }
  .csi-info .csi-info-link {
    color: #231815;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
  }
  .csi-archive .csi-service {
    padding: 24px;
    background-color: white;
  }
  .csi-archive .csi-service .inner {
    padding: 0;
    gap: 24px;
  }
  .csi-archive .csi-service .csi-service-container {
    gap: 24px;
    padding: 0;
  }
  .csi-archive .csi-service .csi-service-first,
  .csi-archive .csi-service .csi-service-second {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }
  .csi-archive .csi-service .csi-service-first .csi-service-image {
    height: 192.38px;
  }
  .csi-archive .csi-service .csi-service-first .csi-service-item .csi-service-content {
    gap: 24px;
  }
  .csi-archive .csi-service .csi-service-second .csi-service-image {
    height: 192.66px;
  }
  .csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content {
    min-height: unset;
  }
  .csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-description {
    min-height: unset;
  }
  .csi-archive .csi-service .csi-service-second .csi-service-item .csi-service-content .csi-service-description .csi-service-description-subhighlight {
    font-size: 12px;
  }
  .csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title .csi-service-title-parent {
    font-size: 20px;
    line-height: 28px;
  }
  .csi-archive .csi-service .csi-service-item .csi-service-content .csi-service-title-container .csi-service-title .csi-service-title-child {
    font-size: 16px;
    line-height: 24px;
  }
  .content-author {
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    margin-top: 32px;
  }
  .content-author .content-text-author {
    text-align: right;
    width: 100%;
    align-items: flex-end;
  }
  .content-author .author-role {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 21px;
  }
  .content-author .author-name {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 27px;
  }
  .content-author .author-company {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 21px;
  }
  .content-author .content-image {
    margin: auto !important;
    width: 209px;
    height: 254px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .consulting-flow .consulting-flow-steps {
    padding: 54px 0 !important;
  }
  .csi-single .csi-detail-hero__body,
  .csi-single .csi-detail-hero__footer {
    padding: 0 40px;
  }
  .csi-single .csi-detail-hero__title-area {
    padding: 0 40px;
  }
  .csi-single .csi-detail-hero__bottom {
    padding: 32px 40px;
  }
  .csi-single .csi-detail-hero__meta-top {
    margin: 24px 40px 0;
  }
  .csi-archive .csi-service .inner {
    padding: 60px 40px;
  }
  .csi-archive .csi-service .csi-service-container {
    padding: 0;
  }
  .csi-archive .csi-service .csi-service-first,
  .csi-archive .csi-service .csi-service-second {
    padding: 0;
  }
  .csi-archive .csi-service .csi-external-survey {
    padding: 0;
  }
  .csi-archive .csi-service .csi-external-survey .inner {
    padding: 0;
  }
  .csi-message-page .csi-detail-hero--csi-page,
  .csi-about-page .csi-detail-hero--csi-page {
    padding: 60px 40px;
  }
  .csi-message-page .csi-bottom-services-wrapper,
  .csi-about-page .csi-bottom-services-wrapper {
    padding: 60px 40px;
  }
  .csi-message-page .csi-bottom-services-wrapper .csi-service-second,
  .csi-about-page .csi-bottom-services-wrapper .csi-service-second {
    gap: 24px;
  }
  .csi-message-page .csi-detail-hero .csi-detail-hero__body, .csi-about-page .csi-detail-hero .csi-detail-hero__body {
    padding: 0;
  }
}/*# sourceMappingURL=index.css.map */