@charset "utf-8";

/*report top ----------------------------------------------*/
.s5-listItem4__main {
  border-top: none;
}
.s5-listItem4__mainLink:hover {
  text-decoration: none;
}
.c5-iconBox ul {
  margin: 0 -2px;
  padding: 0;
  letter-spacing: -0.5em;
}
.c5-iconBox li {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #0033cc;
}
.s5-listItem4 .s5-list {
  margin-top: 5px;
}
.c5-new-icon {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #eb0100;
}

@media (max-width: 767px) {
  .c5-iconBox li {
    font-size: 0.85714rem;
  }
  .c5-new-icon {
    font-size: 0.85714rem;
  }
}

/*report ----------------------------------------------*/
.c5-report_wrap {
  margin-top: 40px;
}
.c5-report_wrap img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-report_mv {
  position: relative;
  margin-top: 20px;
}
.c5-report_mv__txt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
}
.c5-report_mv__txt h2 {
  font-size: 1.8rem;
  margin: 0;
}
.c5-report_summary {
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 60px;
  font-size: 1.2rem;
  line-height: 1.9;
}
.c5-report_summary.flex {
  display: flex;
}
.c5-report_summary__txt {
  flex: 1;
}
.c5-report_summary__txt + * {
  margin-top: 20px;
}
.c5-report_summary p {
  margin-top: 0;
}
.c5-report_summary p:last-child {
  margin-bottom: 0;
}
.c5-report_summary__img.person1 {
  width: 190px;
}
.c5-c5-report_person__img {
  margin-bottom: 10px;
}
.c5-report_section {
  margin-bottom: 60px;
  font-size: 1.2rem;
  line-height: 1.9;
}
.c5-report_ttl {
  font-size: 2.5rem;
}
.c5-report_subttl {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.75rem;
}
/*.s5-heading2:has(.bg_bar) {
  margin-bottom: 30px;
}*/
.c5-report_smallttl{
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.bg_bar {
  background: linear-gradient(transparent 75%, #e2e2e0 0%);
}
.c5-report_summary__img:not(.person1) .c5-report_person {
  display: flex;
  justify-content: center;
}
.c5-report_person > div {
  flex: 0 1 180px;
  margin: 0 10px;
}
.c5-report_person__img {
  margin-bottom: 20px;
}
.c5-report_person__txt {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.6;
}
* + .c5-report_img {
  margin-top: 40px;
}
.c5-report_img + * {
  margin-top: 40px;
}
.c5-report_img.col2 {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.c5-report_img.col2 > div {
  flex: 0 1 calc(50% - 40px);
  margin: 0 20px;
}
.c5-report_img--mod_A{
  justify-content: center;
}
.c5-report_img--mod_A.col2 > div{
  flex: unset;
}
.c5-sp {
  display: none;
}
.c5-report_relation {
  display: flex;
  margin: 20px 10px;
  padding: 30px;
  background-color: #f4f4f4;
}

.c5-report_relation h3 {
  line-height: 1.7;
}

.c5-report_relation_img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .c5-report_ttl {
    font-size: 1.7rem;
  }
  .c5-report_mv__txt {
    padding: 0;
    margin: 20px 0;
    background: none;
    color: #2f353d;
    position: static;
  }
  .c5-report_summary__txt + * {
    margin: 20px 0 0 0;
  }
  .c5-report_mv__txt h2 {
    font-size: 1.2rem;
  }
  .c5-report_summary {
    padding: 20px;
    font-size: 1.1rem;
  }
  .c5-report_summary.flex {
    display: block;
  }
  .c5-report_summary__img.person1 {
    width: auto;
  }
  .c5-report_person {
    display: flex;
    justify-content: center;
  }
  .c5-report_summary__img:not(.person1) .c5-report_person {
    display: block;
    text-align: center;
  }
  .c5-report_person > div {
    margin: 10px 10px 0;
  }
  .c5-report_section {
    font-size: 1.1rem;
  }
  .c5-report_subttl {
    font-size: 1.3rem;
  }
  .c5-report_img.col2 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-report_img.col2 > div {
    margin: 0 0 20px 0;
  }
  .c5-report_img.col2 > div:last-child {
    margin-bottom: 0;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .c5-report_relation {
    display: block;
    margin: 20px 10px;
    padding: 20px;
    background-color: #f4f4f4;
  }

  .c5-report_relation_img {
    margin-bottom: 20px;
    width: 100%;
  }
}

/* 2024.02 casestudy */
.c5-resultNum {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c5-item {
  padding-bottom: 20px;
  border-bottom: solid 1px #979a9e;
}
.js-item:not(.is-show) {
  display: none;
}

.js-item.is-show {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-item.is-show.is-fadeIn {
  opacity: 1;
}

.c5-item__thumb img {
  width: 100%;
}

.c5-item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 1em;
  position: relative;
}

.c5-item__title:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #2f353d;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.c5-item__description {
  margin-top: 15px;
  font-size: 14px;
}

.c5-item__labels {
  letter-spacing: -0.5em;
  margin-top: 10px;
  margin-right: -5px;
}

.c5-item__label {
  vertical-align: top;
  font-size: 13px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 5px;
  margin-top: 5px;
  background: #5787f4;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  padding: 0 0.5em;
}

.c5-item:hover {
  color: #34568e;
}

.c5-more {
  margin: auto !important;
  border: none;
  background: #2f353d;
  color: white;
  text-align: left;
  padding: 0 2em;
  height: 50px;
  line-height: 50px;
  display: table;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.c5-more span {
  display: table-cell;
  vertical-align: middle;
}

.c5-more:hover {
  opacity: 0.75;
}

#result {
  margin-bottom: 80px;
}

#result + .c5-more {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  #result + .c5-more {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  #result + .c5-more {
    margin-top: -40px !important;
  }
}
.c5-icon-new {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-10%);
  vertical-align: middle;
  margin-right: 10px;
  background: #ee0000;
  color: white;
  line-height: 16px;
  height: 16px;
  padding: 0.2em 0.3em 0;
}

.c5-heading1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.c5-pdf_download {
  float: right;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 639px) {
  .c5-heading1 {
    font-size: 1.692em;
  }
  .c5-pdf_download {
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
}

.c5-report_person_m-adj_tbs-act {
  margin: 0 30px !important;
}

@media screen and (max-width: 768px) {
  .c5-report_person_m-adj_tbs-act {
    margin: 10px 10px 0 !important;
  }
}

/* 2024.02 casestudy */
.c5-resultNum {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c5-item {
  padding-bottom: 20px;
  border-bottom: solid 1px #979a9e;
}
.js-item:not(.is-show){
  display: none;
}

.js-item.is-show {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-item.is-show.is-fadeIn {
  opacity: 1;
}

.c5-item__thumb img {
  width: 100%;
}

.c5-item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 1em;
  position: relative;
}

.c5-item__title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #2f353d;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.c5-item__description {
  margin-top: 15px;
  font-size: 14px;
}

.c5-item__labels {
  letter-spacing: -0.5em;
  margin-top: 10px;
  margin-right: -5px;
}

.c5-item__label {
  vertical-align: top;
  font-size: 13px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 5px;
  margin-top: 5px;
  background: #5787f4;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  padding: 0 0.5em;
}

.c5-item:hover {
  color: #34568e;
}

.c5-more {
  margin: auto !important;
  border: none;
  background: #2f353d;
  color: white;
  text-align: left;
  padding: 0 2em;
  height: 50px;
  line-height: 50px;
  display: table;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.c5-more span {
  display: table-cell;
  vertical-align: middle;
}

.c5-more:hover {
  opacity: .75;
}

#result {
  margin-bottom: 80px;
}

#result + .c5-more {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  #result + .c5-more {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  #result + .c5-more {
    margin-top: -40px !important;
  }
}
.c5-icon-new {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-10%);
  vertical-align: middle;
  margin-right: 10px;
  background: #ee0000;
  color: white;
  line-height: 16px;
  height: 16px;
  padding: .2em .3em 0;
}

.c5-col_products {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
  flex-wrap: wrap;
}
.c5-col_products > * {
  width: calc(50% - 10px);
}
.c5-col_products > div {
  flex: 1;
  margin-top: 40px;
}
.c5-col_products img {
  max-width: 100%;
  height: auto;
}
.c5-col_productsImg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c5-col_productsImg .figure {
  margin-right: 20px;
  flex: 0 1 50%;
}
.c5-col_productsImg .txt {
  flex: 1;
}
@media only screen and (min-width: 768px) {
	.c5-col_products > div {
  	  flex: 0 1 48.5%;
	}
	.c5-col_productsImg {
	  display: flex;
	  flex-direction: row;
	}
}
.c5-modal_button {
    text-align:center;
	display: block;
	margin:0.7rem;
	font-size: 1rem;
}
.c5-modal_button::before {
	display: inline-block;
    position: relative;
    content: url("../tbs-act/images/icon-plus.svg");
    padding-right: 5px;
    top: 2px;
}

.c5-img_y {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.c5-capture-comment {
	margin: 0.7rem 0 0;
	font-size: 1rem;
	width: 100%;
	text-align: center;
}
.productBackColor {
	background: rgba(255,255,255,1.00);
	border: solid 1px rgba(128,128,128,1.00);
	padding: 20px;
}
.c5-p_box {
	max-width: 700px;
	margin: 0 auto;
}
.c5-two-products {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media screen and (max-width: 1120px) {
	.c5-two-products .c5-two-p_box .c5-cols {
		flex-direction: column;
	}
}
.c5-p_box .c5-cols img {
	max-width: 350px;
}
.c5-two-products .c5-cols img {
	max-width: 250px;
}
.c5-two-p_box {
	width: calc(50% - 20px);
}
.c5-p_box h3 span , .c5-two-p_box h3 span {
	font-size: 14px;
}
.c5-cols {
    display: flex;
    gap: 30px;
}
.c5-cols .figure {
    flex: 0 1 50%;
}
.c5-cols .text {
    flex: 1;
}
.c5-cols .figure_sub {
  flex: 50%;
}
.c5-cols .figure img, .c5-cols .figure_sub img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c5-cols {
    display: block;
  }
  .c5-cols .text {
    margin: 0 0 20px 0;
  }
  .c5-two-products {
	flex-direction: column;
  }
  .c5-two-p_box {
	width: 100%;
  }
  .c5-p_box .c5-cols img , .c5-two-products .c5-cols img {
	max-width: 100%;
  }
  .c5-img_y {
	flex-direction: column;
  }
  .c5-capture-comment {
	text-align: left;
  }
}
.c5-colCenter {
    justify-content: center;
}
.c5-colAlign {
    align-items: center;
}
.c5-reverse {
    flex-direction: row-reverse;
}
.c5-link a {
    color: #3865e0;
    text-decoration: underline 1px #3865e0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.c5-stickyContact {
  margin-top: 60px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  @media only screen and (max-width: 756px) {
    padding: 10px;
  }
  &.js-contactFadein {
    display: none;
  }
  + .s5-returnToTop {
    margin: 0;
  }
  ~ .s5-returnToTop .s5-returnToTop__inner1 {
    bottom: 50px;
  }
}
.c5-btn-stickyContact {
  display: inline-block;
  color: #fff !important;
  background-color: #f5683a !important;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 240px;
  box-sizing: border-box;
  border: 1px solid #f5683a;
  transition: 0.3s ease;
  &:hover {
    color: #f5683a !important;
    text-decoration: none;
    background-color: #fff !important;
  }
  @media only screen and (max-width: 756px) {
    min-width: 190px;
    font-size: min(14px, 3.8vw);
    padding: 10px;
  }
}
.c5-stickyContact-inner {
  max-width: 1200px;
  margin: 0 auto;
  &:has(> :nth-child(2)) {
    display: flex;
    justify-content: center;
    gap: 20px;
    @media only screen and (max-width: 756px) {
      gap: 10px;
    }
    > a {
      margin: 0 !important;
      @media only screen and (max-width: 756px) {
        flex: 0 1 50%;
        min-width: 0;
      }
    }
  }
}