@charset "UTF-8";
body {
    background: none;
  }
  body:before {
    background-image: url(../images/webdesign-top.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
.main__container{
    background-color:  #f8e9cc;
}
.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__tagGroup{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
      margin-bottom: 60px;
}
.webworks__tag{
  font-size: 1.4rem;
  margin-right: 10px;
}
.webworks__tag::before{
  content: "#";
  color: #ab0011 ;
  font-size: 1.4rem;
  margin-right: 5px;
}

.fadeInUpTrigger{
	opacity: 0;
}
.accordionGroup{
margin-top: 80px;
    }
.accordion-008 {
      max-width: 800px;
      margin-bottom: 10px;
      border-radius: 25px;
      box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
      background-color: #fff;
      margin: 0 auto;
    margin-bottom: 40px;
    border: #1b2342 2px solid;
  }
  
  .accordion-008 summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 1em 2em;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;

  }
  .accordion-008_price{
    font-size: 18px;
    color: #ab0011;
  margin: 0 0 0 auto;
    margin-right: 30px;
  }
  .accordion-008 summary::-webkit-details-marker {
      display: none;
  }
  
  .accordion-008 summary::before,
  .accordion-008 summary::after {
      width: 3px;
      height: .9em;
      border-radius: 5px;
      background-color: #1b2342;
      content: '';
  }
  
  .accordion-008 summary::before {
      position: absolute;
      right: 2em;
      rotate: 90deg;
  }
  
  .accordion-008 summary::after {
      transition: rotate .3s;
  }
  
  .accordion-008[open] summary::after {
      rotate: 90deg;
  }
  
  .accordion-008 p {
      transform: translateY(-10px);
      opacity: 0;
      margin: 0;
      padding: .3em 2em 1.5em;
      color: #1b2342;
      transition: transform .5s, opacity .5s;

  }

  .accordion-008[open] p {
      transform: none;
      opacity: 1;
      padding: 20px;
  }
  .accordion-008_list{
    line-height: 3rem;
  }
.accordion-008Group{
  display: flex;
  padding: 20px;
  justify-content: space-around;
}
.accordion-008_left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tag_linkTxt{
  font-weight: 700;
}
.tag_link{
  color: #ab0011;
  border-bottom: #ab0011 solid 1px;
}
.works_quote{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:30px;
}
.works_quote_word{
  color: #FFF;
  background-color: #1b2342;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  text-align: center;

}
.works_quote_word::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #1b2342 transparent transparent;
  translate: -50% 100%;
}
.works_quote_tsumiki{
  width:50px;
}
.price_tax{
  font-size: 1.2rem;
}
@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;
}
.tag_linkTxt {

  margin-top: 40px;
}
}
@media screen and (max-width: 670px) {
  .webworks__group{
    width: 80%;
  }
  .webworks__title {
    height: 40px;
}
}
@media screen and (max-width: 760px) {
  .accordion-008Group {
  flex-direction: column;
  gap:20px;
}
}

.strength{
  list-style: none;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.strengthGroup{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:28%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 15px;
  border: #1b2342 2px solid;
}
.strength_title{
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2.0rem;
  margin-top: 20px;
}
.strength_txt{
  line-height: 2em;
  margin-top: 20px;
}
.strengthImg{
  height: 130px;
  vertical-align: middle;
}
.strengthImg_seo{
  margin-top:35px;
}
@media screen and (max-width: 975px) {
  .strength{
    flex-direction: column;
    align-items: center;
    gap:40px;
  }
  .strengthGroup{
    width:80%;

  }
}
