.fc__main {
  height: 400px;
}

.title-2 {
  font-size: 42px;
  color: #d8a300;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.title-3 {
  font-size: 20px;
  color: #d8a300;
  line-height: 200%;
  margin: 20px 0 10px;
  letter-spacing: 3px;
}

.title-4 {
  font-size: 16px;
  font-weight: bold;
  color: #d8a300;
  line-height: 200%;
  margin: 20px 0 10px;
  letter-spacing: 3px;
}

.c-consulting-1 .wrapper {
  max-width: 1300px;
}
.c-consulting {
  padding: 97px 0 0;
  display: flex;
  justify-content: space-between;
}
.c-consulting .c-img {
  width: 37.6%;
}
.c-consulting .c-img img {
  width: 100%;
}
.c-consulting .c-desc {
  width: 58%;
  margin: 0;
}
.c-consulting .c-desc h2 {
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  color: #d9a300;
  line-height: 160%;
  font-weight: 500;
}
.c-consulting .c-desc p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 200%;
  letter-spacing: 1px;
}
.c-consulting .c-desc .c-note {
  text-align: right;
  font-size: 24px;
}
.c-consulting .c-desc .c-note small {
  font-size: 18px;
}
.c-consulting ul {
  margin: 36px 0 0;
}
.c-consulting ul li {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px 36px;
}
.c-consulting ul li::before {
  content: "";
  display: block;
  background: url(../images/common/ic-check.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-consulting-2 .box1 {
  margin: 100px 0;
}
.c-consulting-2 .box1 .title-2 {
  text-align: center;
}
.c-consulting-2 .box1 .flex {
  justify-content: space-between;
  border: 2px solid #d8a300;
  padding: 51px 48px;
  background: #fff;
}
.c-consulting-2 .box1 .flex .box2 {
  max-width: 625px;
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.c-consulting-2 .box1 .flex figure {
  max-width: 260px;
  width: 45%;
}
.c-consulting-2 .box1 .flex figure img {
  width: 100%;
}
.c-consulting-2 .box1 .flex .box2 .word1 {
  max-width: 325px;
  width: 53%;
}
.c-consulting-2 .box1 .flex .box2 .word1 .title-3 {
  margin-top: 0;
  color: #000;
  font-weight: bold;
}
.c-consulting-2 .box1 .flex .box2 .word1 p {
  line-height: 200%;
  letter-spacing: 0.5px;
}

.c-consulting-3 .box1 {
  margin: 100px 0;
}
.c-consulting-3 .box1 .title-2 {
  text-align: center;
}

.c-consulting-3 .slider-voice .slick-track {
  display: flex;
  align-items: center;
}
.c-consulting-3 .slider-voice .voice_item {
  width: 900px;
  background: #fff;
  margin: 0 0.3%;
  padding: 40px 0 40px;
  font-size: 16px;
  min-height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-consulting-3 .slider-voice .voice_item p {
  max-width: 600px;
  width: 86%;
  margin: auto;
}
.c-consulting-3 .slider-voice .voice_item .title {
  text-align: center;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
/* .c-consulting-3 .slick-slide{
    min-height: auto !important;
} */

.c-consulting-3 .slick-prev {
  left: 19%;
  z-index: 5;
}

.c-consulting-3 .slick-next {
  right: 20%;
}

.c-consulting-3 .slick-prev::before,
.c-consulting-3 .slick-next::before {
  width: 13px;
  height: 24px;
}

.c-consulting-4 .box1 {
  margin: 100px 0;
}
.c-consulting-4 .box1 .title-2 {
  text-align: center;
}

.c-consulting-4 .list {
  margin-top: 50px;
}
.c-consulting-4 .list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
}
.c-consulting-4 .list dl dt,
.c-consulting-4 .list dl dd {
  font-size: 16px;
  line-height: 200%;
  padding: 20px 10px;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-consulting-4 .list dl dt .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 250%;
}

.c-consulting-4 .list dl.list_half dt {
  width: 565px;
  border-bottom: 1px solid #111111;
}
.c-consulting-4 .list dl.list_half dd {
  width: 260px;
  border-bottom: 1px solid #111111;
  padding-left: 20px;
}

.c-consulting-4 .list dl.list_full dt {
  width: 100%;
  border-bottom: 1px solid #111111;
}

.c-consulting-4 .attention {
  width: 860px;
  margin: 25px auto 0;
}

@media screen and (max-width: 1024px) {
  .c-consulting-4 .list dl,
  .c-consulting-4 .attention {
    width: 100%;
  }
  .c-consulting-4 .list dl.list_half dt {
    width: 500px;
  }
  .c-consulting-4 .list dl.list_half dd {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .fc__main {
    height: 200px;
  }
  .title-2 {
    font-size: 20px;
  }
  .title-3 {
    font-size: 16px;
  }

  .c-consulting {
    flex-wrap: wrap;
  }
  .c-consulting .c-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-consulting .c-desc {
    width: 100%;
  }
  .c-consulting .c-desc h2 {
    font-size: 20px;
    text-align: center;
  }
  .c-consulting .c-desc p {
    font-size: 12px;
  }
  .c-consulting ul li {
    font-size: 14px;
    margin: 0 0 12px 35px;
  }

  .c-consulting ul li::before {
    left: -24px;
    bottom: unset;
  }

  .tt-3 h3 {
    font-size: 18px;
  }

  .c-note-profile {
    padding: 0 10px;
    font-size: 12px;
  }

  .list_ob dl {
    align-items: flex-start;
  }

  .c-consulting-2 .box1 .flex {
    padding: 10px;
    display: block;
  }

  .c-consulting-2 .box1 .flex .box2 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .c-consulting-2 .box1 .flex .box2 figure {
    max-width: unset;
    width: 100%;
  }

  .c-consulting-2 .box1 .flex .box2 .word1 {
    width: 100%;
    max-width: unset;
  }

  .c-consulting-2 .box1 .flex .box2 .word1 p {
    font-size: 12px;
  }

  .c-consulting-3 .slider-voice .voice_item {
    width: 80%;
    padding: 40px 30px;
    font-size: 12px;
    min-height: auto !important;
  }
  .c-consulting-3 .slider-voice .voice_item .title {
    margin: 0 0 30px;
    font-size: 18px;
  }

  .c-consulting-3 .slick-prev {
    left: 7%;
    z-index: 5;
  }

  .c-consulting-3 .slick-next {
    right: 10%;
  }

  .c-consulting-3 .slick-prev::before,
  .c-consulting-3 .slick-next::before {
    width: 13px;
    height: 24px;
  }

  .c-consulting-4 .list dl {
    width: 100%;
    margin: 0 auto;
  }
  .c-consulting-4 .list dl dt,
  .c-consulting-4 .list dl dd {
    font-size: 12px;
    padding: 20px 10px;
  }
  .c-consulting-4 .list dl dt .title {
    font-size: 14px;
    line-height: 1.8;
  }

  .c-consulting-4 .list dl.list_half dt {
    width: 68%;
  }
  .c-consulting-4 .list dl.list_half dd {
    width: 30%;
    padding-left: 20px;
  }

  .c-consulting-4 .list dl.list_full dt {
    width: 100%;
    border-bottom: 1px solid #111111;
  }

  .c-consulting-4 .attention {
    width: 100%;
    margin: 25px auto 0;
    font-size: 12px;
  }
}
