@charset "UTF-8";
body {
    background: none;
  }
.main__container{
    background-color:  #efdbb9;
}
.pcBr{
  display: block;
}
.strong_large{
  font-size: 2.4rem;
  font-weight: 700;
}
.text__box p{
    display:block;
    width:100%;
    text-align:center;
    line-height: 2em;
    padding-top: 40px;
}
.webdesign__top{
    margin-top: 75vh;
    padding-top: 1px;
}
.webworks__group{
  width: 30%;
}
.works_tmb{
  aspect-ratio: 1 ;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  object-fit: contain;
  background-color: #fff;
}
.works_tmb:hover img{
  transform: scale(1.1)
}

.works_tmb_img{
  transition: transform .6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.webdesign_link{
  color: #1b2342;
}
.webworksCategory{
  font-size: 14px;
  padding: .5rem 2rem;
  color: #fff;
  background-color: #ab0011;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.webworks__title{
  font-weight: 700;
  font-size: 1.8rem;
  margin:20px 0;
  height: 40px;
}
.webworks__tag_title{
  margin-right: 10px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 60px;
}
.webworks__tagGroup{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.webworks__tag{
  font-size: 1.4rem;
  margin-right: 10px;
}
.webworks__tag::before{
  content: "#";
  color: #ab0011 ;
  font-size: 1.4rem;
  margin-right: 5px;
}
/* .web_voiceGroup{
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  font-size: 1.4rem;
}
.web_voiceGroup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 88%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.web_voice_personGroup{
  font-size: 1.4rem;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.fadeInUpTrigger{
	opacity: 0;
}
.breadcrumb-002 li{
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  .webworks__group{
    width: 45%;
  }
  .works__container{
    justify-content: space-around;
  }
}
@media screen and (max-width: 528px) {
  .webworks__title {
    height: 80px;
}
}
@media screen and (max-width: 399px) {
  .webworks__group{
    width: 80%;
  }
  .webworks__title {
    height: 40px;
}
}
@media screen and (max-width: 760px) {
  .accordion-008Group {
  flex-direction: column;
  gap:20px;
}
}
