@charset "Utf-8";
#work {
  margin-bottom: 120px;
  padding: 0;
}
.work_mv {
  max-width: 100%;
  height: 640px;
}
.work_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__discription {
  padding: 0 60px;
  margin-bottom: 80px;
}
.work__discription--title {
  margin: 60px 0;
}
.work__discription h2 {
  color: #404040;
  font-size: 3.5rem;
  font-weight: 700;
}
.work__title {
  color: #666;
  font-size: 1.6rem;
}
.work__work-content {
  color: #e19ca4;
  font-size: 1.6rem;
}
.work__discription p {
  font-size: 1.8rem;
  margin-bottom: 80px;
  padding: 0 40px;
}
.work__discription h3 {
  color: #ffc43c;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 0 40px;
}
@media (max-width: 830px) {
  #work {
    margin-bottom: 60px;
  }
  .work_mv {
    height: 100%;
  }
  .work__discription {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .work__discription--title {
    margin-bottom: 40px;
  }
  .work__discription h2 {
    font-size: 2.4rem;
  }
  .work__title {
    font-size: 1.2rem;
  }
  .work__work-content {
    font-size: 1.2rem;
  }
  .work__discription p {
    font-size: 1.4rem;
    margin-bottom: 60px;
    padding: 0;
  }
  .work__discription h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0;
  }
}
dl {
  padding: 0 60px;
}
dt {
  color: #e19ca4;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}
dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #d9d9d9;
  border-radius: 2px;
  margin-right: 20px;
}
dd {
  font-size: 1.8rem;
}
.sugutabe-URL,
.content-responsibility,
.period,
.use-tool,
.proposal,
.information-analysis,
.design-point,
.overall-design {
  margin-bottom: 60px;
  padding: 0 40px;
}
.sugutabe-URL,
.content-responsibility,
.period,
.use-tool {
  display: flex;
}
.sugutabe-URL dt,
.content-responsibility dt,
.period dt,
.use-tool dt {
  width: 160px;
}
.sugutabe-URL dd,
.content-responsibility dd,
.period dd,
.use-tool dd {
  margin-left: 50px;
}
.sugutabe-URL dd a {
  color: #404040;
  cursor: url(https://toikkogurashi-365.com/sugutabe/sugutabe-index.html),
    pointer;
}
.sugutabe-URL dd a:hover {
  color: #ffc43c;
}
.use-tool dd {
  display: flex;
  gap: 50px;
}
.tool-image {
  width: 90px;
}
.tool-image img {
  max-width: 100%;
}
.proposal dt {
  margin-bottom: 30px;
}
.information-analysis dd {
  padding: 40px;
  display: flex;
  gap: 30px;
}
.information-analysis dd span {
  display: block;
  width: 164px;
}
.information-analysis dd p {
  width: calc(100% - 164px);
}
.sab-title {
  font-size: 2rem;
  color: #e19ca4;
  font-weight: 700;
}
.information-analysis ol li {
  display: flex;
  margin-bottom: 50px;
}
.design-point {
  margin-bottom: 40px;
}
.design-point dt {
  margin-bottom: 80px;
}
.design-point ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 100px 20px;
}
.point01,
.point02,
.point03,
.point04 {
  width: 45%;
  border: solid 3px#E19CA4;
  border-radius: 15px;
  padding: 100px 40px 50px;
  position: relative;
  text-align: center;
}
.circle {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #e19ca4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smple-item {
  font-size: 45px;
  color: #fff;
}
.circle span {
  font-size: clamp(30px, 8vw, 45px);
  color: #fff;
}
.point01 h4,
.point02 h4,
.point03 h4,
.point04 h4 {
  color: #e19ca4;
  font-size: clamp(24px, 6.4vw, 30px);
  margin-bottom: 24px;
  text-align: left;
}
.design-point__image {
  display: inline-block;
  object-fit: cover;
}
.design-point__image img {
  width: 100%;
  height: 100%;
}
.point01 p,
.point02 p,
.point03 p,
.point04 p {
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-align: left;
}
.overall-design__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overall-design__image img {
  width: 100%;
  height: 100%;
}
.overall-design__image--pc {
  display: none;
}
.overall-design__image--sp {
  display: none;
}
@media (max-width: 830px) {
  dl {
    padding: 0 20px;
  }
  dt {
    font-size: 1.8rem;
  }
  dt::before {
    height: 16px;
    margin-right: 16px;
  }
  dd {
    font-size: 1.4rem;
  }
  .sugutabe-URL,
  .content-responsibility,
  .period,
  .use-tool,
  .proposal,
  .information-analysis,
  .design-point,
  .overall-design {
    margin-bottom: 40px;
    padding: 0;
  }
  .sugutabe-URL,
  .content-responsibility,
  .period,
  .use-tool {
    display: block;
  }
  .sugutabe-URL dt,
  .content-responsibility dt,
  .period dt,
  .use-tool dt {
    width: auto;
  }
  .sugutabe-URL dd,
  .content-responsibility dd,
  .period dd,
  .use-tool dd {
    margin-left: 20px;
  }
  .use-tool dd {
    gap: 20px;
  }
  .tool-image img {
    width: 56px;
  }
  .information-analysis dd {
    padding: 20px;
    display: block;
  }
  .information-analysis dd p {
    width: 100%;
  }
  .swot {
    font-size: 1.6rem;
  }
  .information-analysis ol li {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    margin-bottom: 40px;
  }
  .design-point {
    margin-bottom: 60px;
  }
  .design-point ol {
    padding: 0;
  }
  .point01,
  .point02,
  .point03,
  .point04 {
    width: 100%;
    padding: 80px 20px 30px;
    margin-bottom: 0;
  }
  .circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  .smple-item {
    font-size: 30px;
  }
  .overall-design__image {
    display: none;
  }
  .overall-design__image--pc,
  .overall-design__image--sp {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overall-design__image--pc img,
  .overall-design__image--sp img {
    width: 100%;
    height: 100%;
  }
}
