.logo{
  max-height: 60px;
}
.logo-footer{
  max-height: 40px;
}
a.services-2{
  color: inherit;
}

.ql-container{
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.ql-editor h1{
 /*font-family: "Shippori Mincho", serif; */
 font-weight: 400;
}
.ql-editor h2, .heading-section h2{
  font-size: 1.2em!important;
  padding: 0.5em;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin: 1em 0 0.5em;
  font-weight: 400;
}

.ql-editor h3, .heading-section h3{
  font-size: 1em!important;
  padding: 0 0.3em;
  border-left: 5px solid #000;
  margin-bottom: 0.5em;
  margin: 1em 0 0.5em;
  font-weight: 400;
}

.ql-editor h4, .heading-section h4{
  font-size: 1em!important;
  padding: 0;
  margin-bottom: 0.5em;
  
  font-weight: 400;
}

.ql-editor p{
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1em;
  color: #30302F;
}

.ql-editor ul li:not(.ql-direction-rtl){
  padding-left: 0;
}


label, .form-label{
  font-size: 1rem;
}

.services-2 ul li{
  text-align: left;
}

.white {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.work p{
  font-weight: 400;
}

.beginning-of-content{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黒の半透明オーバーレイ */
  z-index: 1;
}
.text {
  position: relative;
  z-index: 2; /* テキストを前面に */
}

.ql-editor{
  white-space: normal!important;
}