
 /* --------------------Corporatee-------------------- */

 /* index CSS Document */
:root {
  --label-01: #da536e;
  --label-02: #ed6d35;
  --label-03: #4496d3;
  --label-04: #37a34a;
}
h4{
  position: relative;
  font-size: 2rem;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: 50px;
}
h4::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  width: 80px;
  height: 3px;
  border-radius: 3px;
}
#Cooperating .Corporate__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.67vw;
  overflow: hidden;
}
#Cooperating .Corporate__img img.horizontal-thumb {
  width: auto;
  height: 100%;
}

#Cooperating .Corporate__img img {
  width: 100%;
  height: auto;
  border: solid 1px #d1d1d1;
}
#Cooperating .Corporate__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 5rem;
}
.Corporate__inner .Experience__btn{
	pointer-events: none;
}
.Corporate__navi{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}
.Corporate__navi li{
  margin: 0 10px;
}
.Corporate__navi a{
  color: var(--label-01);
  border: solid 1px var(--label-01);
  display: inline-block;
  border-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  font-weight: var(--bold);
  padding: 0.5rem 2rem;
  cursor: pointer;
  transition: 0.5s;
}

.Corporate__navi a:hover{
  background-color: var(--label-01);
  border: solid 1px var(--label-01);
  color: #ffffff;
}

.Corporate__cts {
    width: calc(100% / 3 - 30px);
    background-color: #fff;
    margin-bottom: 2%;
    padding: 20px;
    transition: opacity 0.6s ease;
    margin: 0 15px;
}
.Corporate__cts:hover {
  opacity: 0.5; 
}
.Corporate__cts .row{
  display: flex;
  gap: 1rem;
  border-bottom: solid 1px rgb(94, 94, 94) ;
  padding: 1rem 0;
}
.Corporate__cts .Corporate__dt {
  font-size: 1.8rem;
  padding: 1rem 0;
}
.Corporate__cts .row dd{
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.Corporate__cts .Corporate__dt.textChange_cp {
  font-size: 1.4rem;
  color:var(--primary-color);
  padding: inherit;
  width: 85px;
}
.ECorporate__cts .Experience__items {
  margin-bottom: 1rem;
}
.Corporate__cts .Experience__btn {
  font-size: 1.3rem;
  padding: 0.05rem 1rem;
}
 @media screen and (max-width: 580px) {
  .Corporate__navi li {
    margin: 5px 10px;
   }
   .Corporate__cts {
    width: 100%;
    margin: 20px 20px;
   }
   #Cooperating .Corporate__img {
    height: 45.67vw;
  }
}