@charset "utf-8";

.u_hide {
  display: none;
}
.m_heading--primary {
  margin-bottom: 40px;
  text-align: center;
}

.m_heading--primary > .m_heading__ttl {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 0 0.5em 12px;
}

.m_heading__ttl {
  line-height: 1.4;
}
.m_heading__ttl {
  font-weight: bold;
  line-height: 1;
}
.js_faderPerformance.is_show {
  opacity: 1;
  transform: translateY(0);
}
.js_faderPerformance {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity 0.8scubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8scubic-bezier(0.215, 0.61, 0.355, 1);
}
.m_content__item {
  /* padding: 64px; */
  padding: 20px 0;
  background: #fff;
}
.m_heading--primary {
  margin-bottom: 40px;
  text-align: center;
}
.m_heading--primary > .m_heading__ttl {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 0 0.5em 12px;
}
.m_customers__tabList {
  display: flex
;
  margin-top: 40px;
}
.m_customers__btm {
  margin-top: 20px;
}
.m_customers__list--hidden {
  display: none;
}

.m_customers__list--visible {
  display: block;
}

/* 官公庁のitem　*/
.m_customers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
}
.m_customers__item--lg {
  font-size: 20px;
}
.m_customers__item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.m_customers__toh, {
  font-size: 12px;
}
.m_customers__number {
  /* margin-top: 5px; */
  font-size: 16px;
  text-align: center;
  margin-block-end: 0;
}
/* more ボタン　*/
.m_customers__more{
  position: absolute;
  display: block;
  /* width: 100%; */
  width: 87%;
  height: 110px;
  /* bottom: 0; */
  bottom: 135px;
  border: none;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1) 100%);
  transition: background 0.3s;
}
.m_customers__more::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 4px solid #111;
  border-right: 4px solid #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.m_customers__more.js_open::after {
  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* more hidden　*/
.m_customers__list--hidden {
  height: 0;
  overflow-y: hidden;
  margin-top: -12px;
}
.button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 /* 250305 */
.m_customers__hidden {
  display: none;
}
.m_customers__more {
  pointer-events: auto;
}

/**/
.m_pageBtn--sub {
  font-size: 15px;
}
.m_pageBtn--center {
  justify-content: center;
}
.m_pageBtn {
  display: flex;
  align-items: stretch;
  /* justify-content: flex-start; */
  justify-content: center;
}
.m_pageBtn--performance {
  margin-top: 40px;
}
.m_pageBtn--sub::before {
  height: 3em;
}
.m_pageBtn::before {
  content: "";
  display: block;
  width: 0;
}
.m_pageBtn--sub .m_pageBtn__target {
  max-width: 320px;
  width: 100%;
  border: 2px solid #fd6db2;
  border-radius: 8px;
  color: #fd6db2;
  font-weight: bold;
  background: url(../img/stresscheck/top/ico_btnArrow.png) no-repeat right 1em center, #fff;
  transition: 0.3s color, 0.3s background-color;
}
.m_pageBtn__target {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
}
.m_customers__more.js_open {
  background: 0 0;
}

/* タブ　*/
.m_customers__tab:nth-child(2).js_crnt, .m_customers__tab:nth-child(2):hover {
  background-color: #6CCACA;
}
.m_customers__tab.js_crnt, .m_customers__tab:hover {
  color: #fff;
  background-color: #fd6db2;
}
.m_customers__tab {
  display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      color: #797979;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      line-height: 1.2;
      background-color: #ccc;
      cursor: pointer;
      transition: color 0.2s, background 0.2s;
  }

  /*　コンテンツ幅　*/
  .l_main__cont.l_section__item.l_section.l_section--feature {
    /* width: 1000px; */
    margin: 0 auto;
  }

.government_top {
  margin: 80px auto 0;
  max-width: 1000px;
}


/* ここからいるか？*/
/* 表　*/
.table-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.table_01 {
  display: flex; 
  flex-direction: column; /* 縦並び */
  width: 500px;
  border: 1px solid #ddd;
}
.table-header, .table-row {
  display: flex; /* 横並びを維持 */
  width: 100%;
}

.cell {
  flex: 1; /* 均等に並ぶ */
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /* line-height: 1.5; */
}

.text_right {
  text-align: right;
  border-right: none;
  flex: 0.5; /* サイズ調整 */
}

.header { 
  background: #f2f2f2;
  font-weight: bold;
  border-right: 1px solid #ddd;
  /* height: 30px; */
}

.cell:last-child {
  text-align: right;
}

/* 赤字にする時 */
.red-text {
  color: #a6002b;
  font-weight: bold;
}

.table .cell:nth-last-child(-n+2) {
  border-bottom: none;
}

.table-container {
  margin-top: 50px;
}
/* .table_01.height_last {
  height: 625px;
}
  */
.table_01.height_last .table-row:last-child .cell {
  border-bottom: none;
}
.table_top_n {
  border: none;
  line-height: 2;
}
.cell_last {
  border-bottom: 1px double #ddd;
}
/* ボタン */
.cp_box2 {
  width: auto;
  margin: 30px auto;
}
.cp_box2 input {
  display: none;
}
.cp_box2 label {
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  width: 350px;
  margin: auto;
  /*  padding: 0.3em 1em;*/
  /* padding: 1.3em 1em; */
  padding: 1.0em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
   border: 2px solid #0023a0;
  /*  border-radius: 3px;*/
  border-radius: 45px;
  background-color: #0023a0;
}
/*＋マーク*/
.cp_box2 label::after {
  position: absolute;
  content: '';
  right: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
}
.cp_box2 label:hover::after {
  color: #ffffff;
}
/*hover*/
.cp_box2 label:hover {
  transition: all 0.3s;
  color: #0023a0;
  background: #fff;
  border: 2px solid #0023a0;
}
.cp_box2 label:hover::after {
  background: #0023a0;
}
/*-マーク*/
.cp_box2 input:checked ~ label::after {
  background: #fff;
  clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}
/*hover*/
.cp_box2 input:checked ~ label:hover::after {
  background: #0023a0;
}
.cp_box2 div.cp_container2 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
}
.cp_box2 input:checked ~ div.cp_container2 {
  transition: height 0.5s ease-in-out;
}
/* 高さを設定 */
.cp_box2 input:checked ~ div.cp_container2 {
  height: auto;
}
.cp_container2 {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.p-0 li {
font-size: 19px;
}
.m_customers__toh {
  font-size: 14px;
}
@media screen and  (max-width:1200px) {

  .m_customers__list {
    padding: 10px 30px;
  }
}

/* 追加 */
/* 80項目の見出し*/
.contact-header {
  background-color: #333;
  -webkit-box-shadow: 0 0 4px #3e3e3e;
  box-shadow: 0 0 4px #3e3e3e;
  padding: 32px 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.contact-header:before {
  background: url(../../assets/img/clients_bg_img.jpg) center center / cover no-repeat;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
}
.contact-headerInner {
  position: relative;
  text-align: center !important;
}
.util-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
.contact-headerTxt {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 4px;
    line-height: normal;
    margin-bottom: 0;
}
.sc_clients_80_icon {
  width: 150px;
  position: absolute;
  top: 50%;
  left: -180px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.s_td_sc ol {
  list-style-type: none;
    counter-reset: item;
    padding-left: 15px;
}
.s_td_sc li {
  counter-increment: item;
    padding-left: 1em;
    text-indent: -1em;
}

.s_td_sc li::before {
  content: "(" counter(item) ") ";
    width: 1em;
    display: inline-block;

}

/* レスポンシブ */
@media (max-width: 1200px) {
  .table-container {
    display: block;
  }
  .table_01 {
    /* width: 450px!important; */
    margin: 0 auto;
    width: 90%; 
  }
  .table_top_n {
    text-align: center;
  }
  .sc_clients_80_icon {
    display: none;
  }
}
@media (max-width: 1000px) {
  .government_top {
    max-width: 800px;
  }
  .p-0 li {
    font-size: 16px;
  }
  .m_customers__item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m_customers__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_minkan {
    margin-top: 30px;
  }
  .table_01.height_last {
    height: initial;
  }
} 