@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Tenali+Ramakrishna&family=Ubuntu+Condensed&display=swap');

body {
  font-size: 16px;
  font-family: "Ubuntu Condensed", "Tenali Ramakrishna", "Noto Sans JP", serif;
  font-style: normal;
  
  background-image: url(background.jpg);
  background-size: cover;
  background-color: rgb(255 255 255 / 70%);
  background-blend-mode: lighten;
}

.container {
  max-width: 960px;
}

.lead {
  font-size: 1.2rem;
}

.service-detail ul {
  list-style-type: disc;
  margin-left: 30px;
}

.works-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-member img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.voice-item p {
  margin-bottom: 1rem;
}

.font-color-main {
  color: #fc766a !important;
}

.font-color-sub {
  color: #088f8f !important;
}

.font-title{
  font-size: 4rem !important;
  font-weight: bold !important;
  font-family: "Tenali Ramakrishna", serif;
  font-style: normal;
}

.font-subtitle{
  font-size: 2.5rem !important;
}

.font-list{
  font-size: 1.8rem !important;
}

.font-detail{
  font-size: 1rem !important;
}

.bg-main{
  background-color: #fc766a !important;
}

.bg-sub{
  background-color: #088f8f !important;
}
