@charset "UTF-8";
.single-content article {
  padding-bottom: 150px;
}
.single-content article .sec-page-ttl-inner::after {
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .single-content article .sec-page-ttl-inner::after {
    width: 100px;
    height: 100px;
  }
}
.single-content article .single-main {
  padding-top: 16px;
  padding-bottom: 100px;
}
.single-content article .single-main-inner .single-date {
  margin-bottom: 10px;
}
.single-content article .single-main-inner .single-ttl {
  margin-bottom: 40px;
  padding: 13px 10px;
  line-height: 1.444;
  letter-spacing: 0.12em;
  gap: 7px;
  position: relative;
}
.single-content article .single-main-inner .single-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  border: 15px solid transparent;
  border-top: 20px solid #fff9c4;
}
.single-content article .single-main-inner .single-ttl span {
  padding: 5px 10px;
  border-radius: 5px;
}
.single-content article .single-main-inner .sec-content {
  margin-top: 50px;
}
.single-content article .single-main-inner .sec-content-inner p, .single-content article .single-main-inner .sec-content-inner li, .single-content article .single-main-inner .sec-content-inner dd, .single-content article .single-main-inner .sec-content-inner dt {
  font-size: 1rem;
  line-height: 1.875;
}
.single-content article .single-main-inner .sec-content-inner ul, .single-content article .single-main-inner .sec-content-inner ol {
  margin-bottom: 30px;
  padding-left: 1.5rem;
}
.single-content article .single-main-inner .sec-content-inner ul li, .single-content article .single-main-inner .sec-content-inner ol li {
  margin-bottom: 1rem;
}
.single-content article .single-main-inner .sec-content-inner ul {
  list-style: disc;
}
.single-content article .single-main-inner .sec-content-inner ol {
  list-style: decimal;
}
.single-content article .single-main-inner .single-pagenation {
  margin-top: 100px;
  gap: 5px;
}
.single-content article .single-main-inner .single-pagenation p {
  margin: 0;
  min-width: 100px;
}
.single-content article .single-main-inner .single-pagenation p a {
  display: grid;
  text-align: center;
  align-items: center;
  padding: 12px 11px;
  border: 4px solid #ff4600;
  background: #ff4600;
  color: white;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .single-content article .single-main-inner .single-pagenation p a:hover {
    background: white;
    color: #ff4600;
    opacity: 1;
    text-decoration: none;
  }
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img {
  margin-bottom: 15px;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img dt {
  margin-bottom: 5px;
  line-height: 1.5;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img dd {
  margin-bottom: 0;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img dd img {
  width: 100%;
  max-width: 60%;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img {
  margin-bottom: 0;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img dt {
  margin-bottom: 5px;
  line-height: 1.5;
}
.single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img dd {
  margin: 0;
}
.single-content article .single-main-inner .sec-s-comment {
  margin-top: 100px;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left {
  margin-bottom: 30px;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left .staff-img {
  margin: 0 auto 10px;
  width: 50%;
  max-width: 225px;
  aspect-ratio: 5/6;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left .staff-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left .staff-name {
  margin: 0;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right dl {
  margin-bottom: 50px;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right dl:last-of-type {
  margin: 0;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right dl dt {
  margin-bottom: 15px;
}
.single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right dl dd {
  margin: 0;
  line-height: 2.286;
}
@media print, screen and (min-width: 768px) {
  .single-content article .single-main {
    padding-top: 38px;
    padding-bottom: 150px;
  }
  .single-content article .single-main-inner .single-ttl {
    padding: 18px 15px 21px;
    line-height: 1.457;
    gap: 20px;
  }
  .single-content article .single-main-inner .single-ttl span {
    padding: 6px 20px 7px;
    white-space: nowrap;
  }
  .single-content article .single-main-inner .sec-content {
    margin-top: 100px;
  }
  .single-content article .single-main-inner .sec-content-inner p, .single-content article .single-main-inner .sec-content-inner li, .single-content article .single-main-inner .sec-content-inner dd, .single-content article .single-main-inner .sec-content-inner dt {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .single-content article .single-main-inner .sec-content-inner ul, .single-content article .single-main-inner .sec-content-inner ol, .single-content article .single-main-inner .sec-content-inner h1, .single-content article .single-main-inner .sec-content-inner h2, .single-content article .single-main-inner .sec-content-inner h3, .single-content article .single-main-inner .sec-content-inner h4, .single-content article .single-main-inner .sec-content-inner h5, .single-content article .single-main-inner .sec-content-inner h6 {
    margin-bottom: 40px;
  }
  .single-content article .single-main-inner .single-pagenation {
    margin-top: 150px;
  }
  .single-content article .single-main-inner .single-pagenation p {
    min-width: 200px;
  }
  .single-content article .single-main-inner .single-pagenation p a {
    padding: 12px 46px;
    font-size: 1.125rem;
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap {
    gap: 25px;
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img {
    margin-bottom: 0;
    width: calc((100% - 25px) * 0.319);
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img dt {
    margin-bottom: 10px;
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .before-img dd img {
    max-width: 100%;
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img {
    width: calc((100% - 25px) * 0.681);
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img dt {
    margin-bottom: 10px;
  }
  .single-content article .single-main-inner .sec-ba-inner .sec-ba-wrap .after-img dd img {
    width: 100%;
  }
  .single-content article .single-main-inner .sec-s-comment {
    margin-top: 150px;
  }
  .single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap {
    gap: 30px;
  }
  .single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left {
    margin-bottom: 0;
  }
  .single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-left .staff-img {
    margin: 0 auto 10px;
    width: 225px;
  }
  .single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right {
    width: calc(100% - 255px);
  }
  .single-content article .single-main-inner .sec-s-comment-inner .sec-s-comment-wrap-right dl dd {
    line-height: 2.125;
  }
}
.single-content article .single-works-main .single-main-inner .sec02 {
  margin-top: 100px;
}
.single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row {
  margin-bottom: 5px;
  gap: 5px;
  line-height: 1.714;
}
.single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row dt {
  width: 95px;
  padding: 10px;
  color: white;
  background: #ff4600;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: #fff9c4;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  font-weight: 500;
}
.single-content article .single-works-main .single-main-inner .sec03 {
  margin-top: 100px;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap {
  margin-bottom: 0;
  gap: 25px 15px;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box {
  margin: 0;
  width: calc((100% - 15px) / 2);
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-img {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 3/2;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-txt {
  gap: 5px;
  align-items: flex-start;
  line-height: 1.625;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-txt span {
  display: grid;
  text-align: center;
  place-items: center;
  color: white;
  background: #ff4600;
  border-radius: 50px;
  min-width: 24px;
  min-height: 24px;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-txt h4 {
  margin: 0;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .complete {
  margin-top: 30px;
  margin-bottom: 0;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .complete dt {
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-content article .single-works-main .single-main-inner .sec03-inner .complete dd {
  margin: 0;
}
.single-content article .single-works-main .single-main-inner .sec05 {
  margin-top: 100px;
}
.single-content article .single-works-main .single-main-inner .sec05-inner .sec05-wrap .sec05-img {
  margin-bottom: 30px;
}
.single-content article .single-works-main .single-main-inner .sec05-inner .sec05-wrap p {
  font-size: 0.875rem;
  font-weight: normal;
  font-weight: 500;
  margin: 0;
  line-height: 2.286;
}
@media print, screen and (min-width: 768px) {
  .single-content article .single-works-main .single-main-inner .sec02 {
    margin-top: 150px;
    padding-bottom: 50px;
  }
  .single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row {
    margin-bottom: 14px;
    gap: 14px;
    line-height: 1.875;
  }
  .single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row dt {
    width: 246px;
    padding: 18px 20px 20px;
    font-size: 1rem;
  }
  .single-content article .single-works-main .single-main-inner .sec02-inner .sec02-list-row dd {
    width: calc(100% - 260px);
    padding: 18px 30px 20px;
    font-size: 1rem;
    font-weight: normal;
    font-weight: 400;
  }
  .single-content article .single-works-main .single-main-inner .sec03 {
    margin-top: 150px;
  }
  .single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap {
    gap: 50px 27px;
  }
  .single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box {
    width: calc((100% - 81px) / 4);
  }
  .single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-txt {
    gap: 2px;
  }
  .single-content article .single-works-main .single-main-inner .sec03-inner .sec03-wrap .sec03-box-txt span {
    border-radius: 60px;
    min-width: 27px;
    min-height: 27px;
  }
  .single-content article .single-works-main .single-main-inner .sec03-inner .complete {
    margin-top: 100px;
  }
  .single-content article .single-works-main .single-main-inner .sec05 {
    margin-top: 150px;
  }
  .single-content article .single-works-main .single-main-inner .sec05-inner .sec05-wrap {
    gap: 30px;
  }
  .single-content article .single-works-main .single-main-inner .sec05-inner .sec05-wrap .sec05-img {
    margin-bottom: 0;
    width: calc((100% - 30px) * 0.312);
  }
  .single-content article .single-works-main .single-main-inner .sec05-inner .sec05-wrap p {
    width: calc((100% - 30px) * 0.688);
    font-size: 1rem;
    font-weight: normal;
    font-weight: 400;
    line-height: 2.125;
  }
}

.single-voice article .sec-page-ttl-inner::after {
  width: 60px;
  height: 60px;
}
.single-voice article .single-voice-main {
  padding-top: 20px;
  padding-bottom: 100px;
}
.single-voice article .single-voice-main .single-main-inner .voice-intro {
  line-height: 1.484;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-img {
  margin-bottom: 20px;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt {
  margin-bottom: 50px;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate p {
  line-height: 2;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3 {
  line-height: 1.45;
  margin-bottom: 30px;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3.rate5::before {
  content: "最高評価の";
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: black;
  margin-left: 7px;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3 .voice-rate {
  display: inline-block;
  padding: 19px 12px 20px 13px;
  margin-top: 3px;
  margin-right: 5px;
  line-height: 1.5;
  background: url(../img/voice/icon-fukidashi-rate.svg) no-repeat center/contain;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3.rate4 .voice-rate, .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3.rate1 .voice-rate {
  background: url(../img/voice/icon-fukidashi-rate2.svg) no-repeat center/contain;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-reason {
  margin-bottom: 0;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-reason dt {
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-reason dd {
  margin: 0;
  line-height: 2;
}
.single-voice article .single-voice-main .single-main-inner .sec03 {
  padding-top: 50px;
}
.single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row {
  margin-bottom: 40px;
}
.single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row:last-of-type {
  margin-bottom: 0;
}
.single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row dt {
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row dd {
  margin: 0;
  line-height: 1.7;
}
.single-voice article .single-voice-bottom {
  padding-bottom: 100px;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box:hover {
  text-decoration: none;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-img {
  text-align: center;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content {
  place-items: center;
  padding: 14px 38px 18px;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content-inner h4 {
  line-height: 1.457;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content-inner p {
  padding: 6px 20px 9px 15px;
  border-radius: 26px;
  line-height: 1.44;
}
.single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content-inner p::after {
  content: "▶";
  font-size: 1rem;
  display: inline-block;
  transform: translate(5px, -1px);
}
.single-voice article .single-voice-bottom .sec-voice-google {
  padding-top: 50px;
}
.single-voice article .single-voice-bottom .sec-voice-google-inner h3 {
  margin-bottom: 12px;
  line-height: 1.429;
  letter-spacing: 0.12em;
}
.single-voice article .single-voice-bottom .sec-voice-google-inner .voice-google {
  margin-bottom: 0;
}
.single-voice article .single-voice-bottom .sec-voice-google-inner .voice-google .wp-google-content-inner {
  border: 1px solid #A7A7A7 !important;
  border-top: none !important;
}

@media print, screen and (min-width: 768px) {
  .single-voice article {
    padding-bottom: 250px;
  }
  .single-voice article .sec-page-ttl-inner::after {
    width: 272px;
    height: 272px;
  }
  .single-voice article .single-voice-main {
    padding-top: 46px;
    padding-bottom: 150px;
  }
  .single-voice article .single-voice-main .single-main-inner .voice-intro {
    line-height: 1.484;
    margin-bottom: 50px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap {
    gap: 50px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-img {
    margin-bottom: 0;
    width: 455px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-img {
    width: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt {
    margin-bottom: 0;
    width: calc(100% - 505px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt {
    width: calc(100% - 350px);
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate p {
    line-height: 2;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3 {
    line-height: 1.45;
    margin-bottom: 50px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3.rate5::before {
    font-size: 1.25rem;
    margin-left: 23px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-rate h3 .voice-rate {
    padding: 27px 12px 28px 13px;
    margin-top: 8px;
    margin-right: 12px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-reason dt {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .single-voice article .single-voice-main .single-main-inner .sec01-inner .sec01-wrap .sec01-txt .sec01-reason dd {
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-main .single-main-inner .sec02 {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-main .single-main-inner .sec03 {
    padding-top: 70px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row {
    margin-bottom: 80px;
  }
  .single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row dt {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .single-voice article .single-voice-main .single-main-inner .sec03-inner .sec03-list .sec03-list-row dd {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 768px) {
  .single-voice article .single-voice-bottom {
    padding-bottom: 200px;
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box {
    max-width: 850px;
    min-height: 200px;
    height: 100%;
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-img {
    width: calc(100% - 573px);
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content {
    width: 573px;
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content-inner p {
    padding: 6px 25px 9px 15px;
    letter-spacing: 0.12em;
  }
  .single-voice article .single-voice-bottom .sec-linkworks-inner .linkworks-box-content-inner p::after {
    font-size: 1.375rem;
    transform: translate(10px, -1px);
  }
  .single-voice article .single-voice-bottom .sec-voice-google {
    padding-top: 150px;
  }
  .single-voice article .single-voice-bottom .sec-voice-google-inner h3 {
    margin-bottom: 22px;
  }
  .single-voice article .single-voice-bottom .sec-cta-bnr {
    margin-top: 150px;
  }
}

/*# sourceMappingURL=single.css.map */
