@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    padding: 0px 0 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-bottom: 100px;
  }
}
.secHeadArea {
  border-bottom: solid 1px #e5e5e5;
}
.secHeadArea .postTitle {
  color: #13b9a8;
  font-weight: 700;
  line-height: 1.5;
}
.secHeadArea .clientName {
  color: #3F3F3F;
  font-weight: 500;
  line-height: 1.5;
}
.secHeadArea .metaList {
  display: flex;
  flex-wrap: wrap;
}
.secHeadArea .metaList .metaBadge {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 3px;
  overflow: hidden;
}
.secHeadArea .metaList .metaBadge .badgeLabel {
  background: #13b9a8;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.secHeadArea .metaList .metaBadge .badgeValue {
  color: #3F3F3F;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secHeadArea {
    padding: 0 0 20px 0;
    margin: 0 0 26px 0;
  }
  .secHeadArea .postTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 8px 0;
  }
  .secHeadArea .clientName {
    font-size: 13px;
    padding: 0 0 18px 0;
  }
  .secHeadArea .metaList {
    flex-direction: column;
    row-gap: 8px;
  }
  .secHeadArea .metaList .metaBadge {
    font-size: 12px;
  }
  .secHeadArea .metaList .metaBadge .badgeLabel {
    width: 90px;
    padding: 4px 8px;
  }
  .secHeadArea .metaList .metaBadge .badgeValue {
    width: calc(100% - 90px);
    padding: 4px 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secHeadArea {
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
  }
  .secHeadArea .postTitle {
    font-size: clamp(17px, 2.19vw, 28px);
    padding: 0 0 8px 0;
  }
  .secHeadArea .clientName {
    font-size: clamp(14px, 1.33vw, 17px);
    padding: 0 0 32px 0;
  }
  .secHeadArea .metaList {
    column-gap: 2%;
  }
  .secHeadArea .metaList .metaBadge {
    width: 32%;
  }
  .secHeadArea .metaList .metaBadge .badgeLabel {
    width: 82px;
    padding: 4px 2px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secHeadArea .metaList .metaBadge .badgeValue {
    width: calc(100% - 82px);
    padding: 4px 4px 4px 14px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secMainImage {
  margin: 0 auto;
  overflow: hidden;
}
.secMainImage .imgFit {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .secMainImage {
    border-radius: 6px;
  }
  .postDetail {
    padding: 32px 0 44px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMainImage {
    width: min(96%, 1000px);
  }
  .postDetail {
    padding: 60px 0 80px;
  }
}
.secVoiceArea {
  background: #f8f8f8;
}
.secVoiceArea .voiceTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secVoiceArea .voiceTitle .titleText {
  color: #13b9a8;
  font-weight: 700;
}
.secVoiceArea .voiceTitle .titleLine {
  background: #13b9a8;
  height: 2px;
}
.secVoiceArea .voiceInner .imgCol .voiceCompany {
  font-weight: 500;
  line-height: 1.7;
}
.secVoiceArea .voiceInner .imgCol .voiceName {
  font-weight: 500;
  line-height: 1.7;
}
.secVoiceArea .voiceInner .qaListCol .qaItem .questionRow {
  display: flex;
  align-items: baseline;
}
.secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .qMark {
  font-family: "Roboto", sans-serif;
  color: #13b9a8;
  font-weight: 700;
  line-height: 1;
}
.secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .question {
  font-weight: 700;
  line-height: 1.45;
}
.secVoiceArea .voiceInner .qaListCol .qaItem .answerRow {
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .secVoiceArea {
    padding: 28px 20px;
    margin: 0 0 32px 0;
  }
  .secVoiceArea .voiceTitle {
    padding: 0 0 20px 0;
    column-gap: 12px;
  }
  .secVoiceArea .voiceTitle .titleText {
    font-size: clamp(14px, 4.62vw, 18px);
    flex-shrink: 0;
  }
  .secVoiceArea .voiceTitle .titleLine {
    flex: 1;
  }
  .secVoiceArea .voiceInner .imgCol {
    width: min(90%, 200px);
    margin: 0 auto 20px auto;
  }
  .secVoiceArea .voiceInner .imgCol .voicePhoto {
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .secVoiceArea .voiceInner .imgCol .voiceCompany {
    font-size: 13px;
    text-align: center;
  }
  .secVoiceArea .voiceInner .imgCol .voiceName {
    font-size: 13px;
    text-align: center;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem {
    padding: 0 0 24px 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem:last-of-type {
    padding-bottom: 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow {
    column-gap: 8px;
    padding: 0 0 8px 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .qMark {
    font-size: 18px;
    flex-shrink: 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .question {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .answerRow {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secVoiceArea {
    padding: 44px 4% 44px 4%;
    margin: 0 0 80px 0;
  }
  .secVoiceArea .voiceTitle {
    padding: 0 0 36px 0;
  }
  .secVoiceArea .voiceTitle .titleText {
    font-size: 22px;
    width: 125px;
  }
  .secVoiceArea .voiceTitle .titleLine {
    width: calc(100% - 125px);
  }
  .secVoiceArea .voiceInner {
    display: flex;
    justify-content: space-between;
    column-gap: 3.8%;
  }
  .secVoiceArea .voiceInner .imgCol {
    width: clamp(160px, 22%, 200px);
  }
  .secVoiceArea .voiceInner .imgCol .voicePhoto {
    padding: 0 0 14px 0;
  }
  .secVoiceArea .voiceInner .imgCol .voiceCompany {
    font-size: 14px;
    padding: 0 0 2px 0;
  }
  .secVoiceArea .voiceInner .imgCol .voiceName {
    font-size: 14px;
  }
  .secVoiceArea .voiceInner .qaListCol {
    width: calc(96.2% - clamp(160px, 22%, 200px));
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem {
    padding: 0 0 36px 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem:last-of-type {
    padding-bottom: 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow {
    padding: 0 0 10px 0;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .qMark {
    font-size: 24px;
    width: 35px;
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .questionRow .question {
    font-size: clamp(14px, 1.56vw, 20px);
    width: calc(100% - 35px);
  }
  .secVoiceArea .voiceInner .qaListCol .qaItem .answerRow {
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secVideoArea {
  margin: 0 auto;
}
.secVideoArea .videoFrame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.secVideoArea .videoFrame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .secVideoArea {
    padding: 0 0 40px 0;
  }
  .secVideoArea .videoFrame {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .secVideoArea {
    width: min(100%, 600px);
    padding: 0 0 80px 0;
  }
  .secVideoArea .videoFrame {
    border-radius: 5px;
  }
}
.secOtherArea {
  border-top: solid 1px #e5e5e5;
}
.secOtherArea .otherTitle {
  text-align: center;
  color: #3F3F3F;
  font-weight: 700;
  line-height: 1.5;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem {
  box-shadow: 0 0 10px 0 rgba(2, 179, 174, 0.2);
  border-radius: 6px;
  display: block;
  height: 100%;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn {
  display: flex;
  margin: 0 auto;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol .clientName {
  font-weight: bold;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .ttl {
  font-weight: bold;
  color: #13b9a8;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow {
  color: #aaaaaa;
  font-weight: 500;
  display: flex;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow .value {
  border-left: solid 1px #aaaaaa;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn .text {
  text-decoration: underline;
  font-weight: 600;
}
.secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn .arrow {
  background: url(../../shared/images/arrow_circle_right.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .secOtherArea {
    padding: 30px 0 0 0;
  }
  .secOtherArea .otherTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 24px 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide {
    height: stretch;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn {
    flex-direction: column;
    width: min(100%, 260px);
    padding: 16px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol {
    width: 100%;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol > img {
    width: 100%;
    border-radius: 8px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol .clientName {
    font-size: 12px;
    padding: 8px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol {
    width: 100%;
    padding: 12px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .ttl {
    font-size: 16px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList {
    padding: 8px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow {
    font-size: 12px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow .label {
    width: 60px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow .value {
    width: calc(100% - 60px);
    padding: 0 0 0 12px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn {
    margin: 0 14px 0 0;
    column-gap: 8px;
    padding: 0 0 14px 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn .arrow {
    width: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .secOtherArea {
    padding: 58px 0 0 0;
  }
  .secOtherArea .otherTitle {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 24px 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide {
    height: stretch;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn {
    width: min(100%, 506px);
    column-gap: 20px;
    padding: 24px 0 0px 0;
    flex-grow: 1;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol {
    width: 140px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol > img {
    border-radius: 10px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .imgCol .clientName {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol {
    width: calc(100% - 160px);
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .ttl {
    font-size: 22px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList {
    padding: 12px 0 0 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow {
    font-size: 15px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow .label {
    width: 88px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .caseItemIn .infoCol .metaList .metaRow .value {
    width: calc(100% - 88px);
    padding: 0 0 0 20px;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn {
    margin: 0 20px 0 0;
    column-gap: 10px;
    padding: 0 0 20px 0;
  }
  .secOtherArea .otherCaseSlider .swiper-slide .caseItem .moreBtn .arrow {
    width: 30px;
  }
}/*# sourceMappingURL=style.css.map */