@media only screen and (max-width: 767px) {
  .contentArea {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-top: 0;
  }
}
.secQuality {
  background: #ffffff;
}
.secQuality .qualityLead {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.secQuality .qualityNotice {
  position: relative;
  width: fit-content;
  margin: 0;
  background: #E2FCFB;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.secQuality .qualityNotice::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #E2FCFB transparent transparent;
  transform: translateX(-50%);
}
.secQuality .qualityList {
  display: grid;
}
.secQuality .qualityImage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 260/202;
  object-fit: cover;
  border-radius: 30px;
}
.secQuality .qualityName {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.secQuality .qualityLink {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .secQuality {
    padding: 58px 0 70px;
  }
  .secQuality .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secQuality .qualityLead {
    margin-top: 5px;
    font-size: clamp(14px, 6.15vw, 24px);
    text-align: left;
  }
  .secQuality .qualityNotice {
    padding: 6px;
    border-radius: 10px;
    font-size: 14px;
  }
  .secQuality .qualityList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
    margin-top: 30px;
  }
  .secQuality .qualityImage img {
    border-radius: 18px;
  }
  .secQuality .qualityName {
    margin-top: 10px;
    height: 3em;
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secQuality .qualityLink {
    margin-top: 8px;
    font-size: 12px;
  }
  .secQuality .qualityLink::after {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .secQuality {
    padding: 70px 0 160px;
  }
  .secQuality .commonWidth {
    width: min(92vw, 1140px);
  }
  .secQuality .qualityLead {
    margin-top: 4px;
    font-size: clamp(17px, 1.806vw, 26px);
    text-align: left;
  }
  .secQuality .qualityNotice {
    margin: 0;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: clamp(11px, 1.111vw, 16px);
  }
  .secQuality .qualityList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 33px;
    margin-top: 22px;
  }
  .secQuality .qualityName {
    margin-top: 14px;
    font-size: clamp(12px, 1.25vw, 18px);
    line-height: 1.5;
    white-space: nowrap;
  }
  .secQuality .qualityLink {
    margin-top: 26px;
    font-size: clamp(11px, 1.042vw, 15px);
  }
  .secQuality .qualityLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.secConsultCta {
  background: #ffffff;
}
.secConsultCta .consultCtaIn {
  display: grid;
}
.secConsultCta .textCol .notice {
  position: relative;
  width: fit-content;
  margin: 0;
  background: #E2FCFB;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.secConsultCta .textCol .notice::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #E2FCFB transparent transparent;
  transform: translateX(-50%);
}
.secConsultCta .textCol .title {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secConsultCta .textCol .text {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.secConsultCta .imgCol {
  overflow: hidden;
  border-radius: 15px;
}
.secConsultCta .imgCol .consultCtaImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .secConsultCta {
    padding: 0 0 80px;
  }
  .secConsultCta .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secConsultCta .consultCtaIn {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .secConsultCta .textCol .notice {
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
  }
  .secConsultCta .textCol .title {
    margin-top: 15px;
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secConsultCta .textCol .text {
    margin-top: 18px;
    font-size: 13px;
  }
  .secConsultCta .textCol .consultCtaLink {
    margin-top: 20px;
    font-size: 13px;
  }
  .secConsultCta .textCol .consultCtaLink::after {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
  .secConsultCta .imgCol {
    aspect-ratio: 17/10;
  }
}
@media print, screen and (min-width: 768px) {
  .secConsultCta {
    padding: 0 0 80px;
  }
  .secConsultCta .commonWidth {
    width: min(92vw, 1140px);
  }
  .secConsultCta .consultCtaIn {
    grid-template-columns: minmax(0, 1fr) clamp(360px, 44.737vw, 510px);
    column-gap: clamp(40px, 5.263vw, 60px);
  }
  .secConsultCta .textCol {
    padding-top: 14px;
  }
  .secConsultCta .textCol .notice {
    padding: 6px 16px;
    border-radius: 10px;
    font-size: clamp(12px, 1.404vw, 16px);
  }
  .secConsultCta .textCol .title {
    margin-top: 12px;
    font-size: clamp(18px, 2.281vw, 26px);
    white-space: nowrap;
  }
  .secConsultCta .textCol .text {
    margin-top: 23px;
    font-size: clamp(12px, 1.404vw, 16px);
  }
  .secConsultCta .textCol .consultCtaLink {
    margin-top: 30px;
    font-size: 15px;
  }
  .secConsultCta .textCol .consultCtaLink::after {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .secConsultCta .imgCol {
    height: 300px;
  }
}
.topSectionLabel {
  position: relative;
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}
.topSectionLabel::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #02B3AE;
  vertical-align: middle;
}

.topMarkerTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.topMarkerTitle .titleLine {
  display: flex;
  align-items: center;
}
.topMarkerTitle .titleMarker {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
  z-index: 1;
}
.topMarkerTitle .titleMarker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3F3F3F;
  border-radius: 5px;
}

.topCircleArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #3F3F3F;
}
.topCircleArrow::before, .topCircleArrow::after {
  content: "";
  display: block;
}
.topCircleArrow::before {
  width: 10px;
  height: 1px;
  background: #ffffff;
}
.topCircleArrow::after {
  width: 6px;
  height: 6px;
  margin-left: -4px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
}

.commonMoreLink {
  display: inline-flex;
  align-items: center;
  color: #3F3F3F;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}
.commonMoreLink::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: #3F3F3F url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L6.8 0.8M10 4L6.8 7.2' stroke='white'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 11px 8px;
}

@media only screen and (max-width: 767px) {
  .topSectionLabel {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .topSectionLabel::before {
    width: 8px;
    height: 8px;
    margin: -2px 8px 0 0;
  }
  .topMarkerTitle {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .topMarkerTitle .titleLine {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .topMarkerTitle .titleMarker {
    padding: 2px 6px 5px;
    margin: 0 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .topSectionLabel {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .topSectionLabel::before {
    width: 10px;
    height: 10px;
    margin: -2px 8px 0 0;
  }
  .topMarkerTitle {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .topMarkerTitle .titleLine {
    min-height: 51px;
  }
  .topMarkerTitle .titleMarker {
    padding: 4px 7px 4px;
    margin: 0 6px;
  }
}
.secMv {
  position: relative;
  overflow: hidden;
  background: #EAFBFA;
}
.secMv .mvCatchWrap {
  position: relative;
  z-index: 2;
}
.secMv .mvCatch {
  margin: 0 auto;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
  width: fit-content;
}
.secMv .catchLine {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secMv .catchLine .ano {
  vertical-align: top;
  font-size: 12px;
  padding-right: 3px;
}
.secMv .anoTx {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.secMv .catchMarker {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 1.2;
  z-index: 1;
}
.secMv .catchMarker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3F3F3F;
  border-radius: 5px;
}
.secMv .mvVisualArea {
  position: relative;
  z-index: 1;
}
.secMv .mvVisualArea .mvAssessment {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(2, 109, 106, 0.6);
  border-radius: 15px;
}
.secMv .mvVisualArea .mvAssessment .formBadge {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: #3F3F3F;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.secMv .mvVisualArea .mvAssessment .formBadge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #3F3F3F;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 15px;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .guardField {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle .titleText {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle .titleText::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F6BF0B;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid {
  display: grid;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .fieldLabel {
  display: block;
  font-weight: 700;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput {
  display: flex;
  align-items: center;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 5px;
  color: #3F3F3F;
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue::placeholder {
  color: #8d8d8d;
  opacity: 1;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue::-webkit-inner-spin-button, .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costUnit {
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap {
  position: relative;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-35%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #3F3F3F;
  pointer-events: none;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .fieldSelect {
  width: 100%;
  border: 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  color: #8D8D8D;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .fieldSelect.hasValue {
  color: #3F3F3F;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper {
  display: flex;
  align-items: center;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-control {
  --ts-pr-min: 0px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-control .tsInput {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper.input-active .ts-control {
  background: transparent;
  cursor: text;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-dropdown {
  margin-top: 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  color: #3F3F3F;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.6;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-dropdown .ts-dropdown-content .optgroup .optgroup-header {
  padding: 6px clamp(12px, 1.1vw, 14px);
  background: #f2f2f2;
  color: #6a6a6a;
  font-size: 0.85em;
  font-weight: 700;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  padding: 8px clamp(12px, 1.1vw, 14px);
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-dropdown .ts-dropdown-content .active {
  background: #e9f7f7;
  color: #3F3F3F;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .ts-wrapper .ts-dropdown .ts-dropdown-content .no-results {
  padding: 8px clamp(12px, 1.1vw, 14px);
  color: #a6a6a6;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .errorMsg {
  color: #d94c65;
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList {
  display: grid;
  border-top: 1px solid #e0e0e0;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .infoLabel {
  font-weight: 700;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .requiredText {
  color: #fd839b;
  font-weight: 700;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoInput {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 5px;
  color: #3F3F3F;
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoInput::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .errorMsg {
  color: #d94c65;
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea {
  text-align: center;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0;
  background: #F6BF0B;
  border-radius: 6px;
  color: #3F3F3F;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn:hover {
  opacity: 0.7;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn:disabled {
  cursor: wait;
  opacity: 0.6;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn .submitText {
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitNotice {
  color: #d94c65;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitError {
  color: #d94c65;
  font-weight: 500;
  line-height: 1.4;
}
.secMv .mvSliderTrack {
  display: flex;
  width: max-content;
  animation: mvSliderLoop 28s linear infinite;
}
.secMv .mvSliderGroup {
  display: flex;
  flex: 0 0 auto;
}
.secMv .mvSlideItem {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.78) center center/cover no-repeat;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(2, 179, 174, 0.08);
}
.secMv .mvSlideItem:nth-child(5n+1) {
  background-image: url(../images/fv_slider1.jpg);
}
.secMv .mvSlideItem:nth-child(5n+2) {
  background-image: url(../images/fv_slider2.jpg);
}
.secMv .mvSlideItem:nth-child(5n+3) {
  background-image: url(../images/fv_slider3.jpg);
}
.secMv .mvSlideItem:nth-child(5n+4) {
  background-image: url(../images/fv_slider4.jpg);
}
.secMv .mvSlideItem:nth-child(5n+5) {
  background-image: url(../images/fv_slider5.jpg);
}

@keyframes mvSliderLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .secMv {
    padding: 101px 0 0;
  }
  .secMv .mvCatch {
    font-size: clamp(24px, 7.18vw, 28px);
    text-align: left;
  }
  .secMv .catchLine {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .secMv .catchLine:first-of-type .catchMarker {
    padding: 3px 0px 5px 7px;
  }
  .secMv .catchLineBreak {
    display: block;
  }
  .secMv .catchMarker {
    padding: 3px 7px 5px;
    margin: 0 4px;
  }
  .secMv .mvVisualArea {
    margin: 30px 0 0;
  }
  .secMv .mvVisualArea .mvAssessment {
    width: min(90vw, 500px);
    padding: 20px clamp(12px, 3.85vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .formBadge {
    top: -10px;
    padding: 7px clamp(10px, 3.08vw, 12px);
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle {
    padding: 37px clamp(10px, 3.08vw, 12px) 15px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle .titleText {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody {
    padding: 25px clamp(18px, 5.64vw, 22px) 34px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 18px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .fieldLabel {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput {
    column-gap: 10px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue {
    width: calc(100% - 57px);
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costUnit {
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .fieldSelect {
    height: 44px;
    padding: 0 34px 0 14px;
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .errorMsg {
    margin-top: 4px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList {
    row-gap: 18px;
    margin-top: 24px;
    padding-top: 20px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead {
    margin-bottom: 6px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .infoLabel {
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .requiredText {
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoInput {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .errorMsg {
    margin-top: 4px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea {
    margin-top: 28px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn {
    width: min(100%, 204px);
    height: 44px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn .submitText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitNotice {
    margin-top: 8px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitError {
    margin-top: 8px;
    font-size: 12px;
  }
  .secMv .mvSliderWrap {
    margin-bottom: 40px;
  }
  .secMv .mvSliderGroup {
    column-gap: 18px;
    padding: 0 18px 0 0;
  }
  .secMv .mvSlideItem {
    width: 180px;
    height: 126px;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    padding: 140px 0 60px;
  }
  .secMv .mvCatch {
    font-size: clamp(28px, 2.64vw, 38px);
  }
  .secMv .catchLine {
    min-height: 55px;
  }
  .secMv .catchLine:first-of-type .catchMarker {
    display: flex;
    padding: 2px 0px 5px 8px;
  }
  .secMv .anoTx {
    padding-right: 3%;
    text-align: right;
    margin-top: -6px;
  }
  .secMv .catchMarker {
    padding: 0 8px 5px;
    margin: 0 7px;
  }
  .secMv .mvVisualArea {
    margin: 40px 0 0;
  }
  .secMv .mvVisualArea .mvAssessment {
    width: min(90vw, 710px);
    padding: 20px clamp(18px, 1.74vw, 25px);
  }
  .secMv .mvVisualArea .mvAssessment .formBadge {
    top: -9px;
    padding: 7px 14px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle {
    padding: 17px clamp(20px, 2.08vw, 30px) 8px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formTitle .titleText {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody {
    padding: 22px clamp(28px, 2.78vw, 40px) 33px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 2.01vw, 29px);
    row-gap: 19px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .fieldLabel {
    margin-bottom: 5px;
    font-size: clamp(14px, 1.17vw, 15px);
    white-space: nowrap;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput {
    column-gap: 8px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costValue {
    width: calc(100% - 45px);
    height: 34px;
    padding: 0 14px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .costInput .costUnit {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .selectWrap .fieldSelect {
    height: 34px;
    padding: 0 34px 0 15px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .choiceGrid .choiceField .errorMsg {
    margin-top: 3px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList {
    row-gap: 17px;
    margin-top: 18px;
    padding-top: 16px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead {
    margin-bottom: 5px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .infoLabel {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoHead .requiredText {
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .infoInput {
    height: 34px;
    padding: 0 14px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .infoList .infoField .errorMsg {
    margin-top: 3px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea {
    margin-top: 28px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn {
    width: 204px;
    height: 44px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitBtn .submitText {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitNotice {
    margin-top: 8px;
    font-size: 12px;
  }
  .secMv .mvVisualArea .mvAssessment .diagnosisForm .formBody .submitArea .submitError {
    margin-top: 8px;
    font-size: 12px;
  }
  .secMv .mvSliderWrap {
    top: 128px;
    position: absolute;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .secMv .mvSliderGroup {
    column-gap: 25px;
    padding: 0 25px 0 0;
  }
  .secMv .mvSlideItem {
    width: 377px;
    height: 260px;
  }
}
.secAbout {
  background: #EAFBFA;
}
.secAbout .commonWidth {
  position: relative;
}
.secAbout .aboutIntro {
  position: relative;
}
.secAbout .aboutTextCol {
  position: relative;
  z-index: 2;
}
.secAbout .aboutTitle {
  margin-top: 11px;
}
.secAbout .aboutLead {
  margin: 29px 0 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.secAbout .aboutLinkArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.secAbout .aboutTextLink {
  display: inline-flex;
  align-items: center;
  color: #3F3F3F;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}
.secAbout .aboutTextLink::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: #3F3F3F url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L6.8 0.8M10 4L6.8 7.2' stroke='white'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 11px 8px;
}
.secAbout .aboutImage {
  position: absolute;
  z-index: 1;
}
.secAbout .aboutImage img {
  display: block;
  width: 100%;
  height: auto;
}
.secAbout .aboutCompare {
  position: relative;
  z-index: 2;
  display: grid;
}
.secAbout .compareCard {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 10px rgba(2, 179, 174, 0.2);
  box-sizing: border-box;
}
.secAbout .compareTitle {
  margin: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
.secAbout .compareCatch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
.secAbout .conventional .compareCatch {
  background: #D9D9D9;
}
.secAbout .taskforce .compareTitle,
.secAbout .taskforce .accent {
  color: #02B3AE;
}
.secAbout .taskforce .compareCatch {
  background: #F6BF0B;
}
.secAbout .compareList {
  margin: 0;
}
.secAbout .compareRow {
  display: grid;
  border-bottom: solid 1px #E0E0E0;
}
.secAbout .compareRow:last-child {
  border-bottom: none;
}
.secAbout .compareRow dt,
.secAbout .compareRow dd {
  margin: 0;
}
.secAbout .compareRow dt {
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.secAbout .compareRow dd {
  color: #3F3F3F;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.secAbout .compareRow .muted {
  color: #A2A2A2;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 56px 0 64px;
  }
  .secAbout .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secAbout .aboutTitle {
    max-width: 358px;
  }
  .secAbout .aboutLead {
    font-size: 14px;
    line-height: 1.85;
  }
  .secAbout .aboutLinkArea {
    row-gap: 12px;
    margin: 24px 0 0;
  }
  .secAbout .aboutTextLink {
    font-size: 14px;
    line-height: 1.6;
  }
  .secAbout .aboutTextLink::after {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .secAbout .aboutImage {
    position: relative;
    max-width: 116px;
    margin: 30px auto 0;
    bottom: -12px;
    z-index: 4;
  }
  .secAbout .aboutCompare {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin: 0 0 0;
  }
  .secAbout .compareCard {
    padding: 26px 18px 18px;
  }
  .secAbout .compareTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secAbout .compareCatch {
    min-height: 40px;
    margin: 18px 0 0;
    padding: 0 18px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secAbout .compareList {
    margin-top: 18px;
  }
  .secAbout .compareRow {
    grid-template-columns: 60px 1fr;
    column-gap: 12px;
    padding: 17px 0;
  }
  .secAbout .compareRow dt {
    font-size: 14px;
  }
  .secAbout .compareRow dd {
    font-size: 13px;
    line-height: 1.65;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 60px 0 80px;
  }
  .secAbout .commonWidth {
    width: min(92vw, 1154px);
  }
  .secAbout .aboutLead {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.75;
    padding-right: 160px;
  }
  .secAbout .aboutLinkArea {
    column-gap: 40px;
    margin: 29px 0 0 10px;
  }
  .secAbout .aboutTextLink {
    font-size: clamp(14px, 1.17vw, 15px);
    line-height: 1.6;
  }
  .secAbout .aboutTextLink::after {
    width: 30px;
    height: 30px;
    margin-left: 14px;
  }
  .secAbout .aboutImage {
    bottom: -25%;
    right: clamp(0px, -52.571px + 6.845vw, 46px);
    width: clamp(130px, 90px + 5.208vw, 165px);
    z-index: 3;
  }
  .secAbout .aboutCompare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    margin: 58px 10px 0;
  }
  .secAbout .compareCard {
    min-height: 344px;
    padding: 20px 30px 20px;
  }
  .secAbout .compareTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secAbout .compareCatch {
    min-height: 44px;
    margin: 17px 0 0;
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secAbout .compareList {
    margin-top: 18px;
  }
  .secAbout .compareRow {
    grid-template-columns: clamp(3.75rem, -0.776rem + 9.44vw, 5.125rem) 1fr;
    column-gap: 22px;
    padding: 15px 0;
  }
  .secAbout .compareRow:first-of-type {
    padding: 0 0 15px;
  }
  .secAbout .compareRow:last-of-type {
    padding: 15px 0 0;
  }
  .secAbout .compareRow dt {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secAbout .compareRow dd {
    font-size: clamp(14px, 1.33vw, 17px);
    line-height: 1.55;
  }
}
.secService {
  position: relative;
  box-sizing: border-box;
}
.secService .serviceWrap .empty {
  background: #F8F8F8;
}
.secService .serviceWrap .serviceInnerWrap {
  background: #F8F8F8;
}
.secService .commonWidth {
  position: relative;
  z-index: 1;
}
.secService .serviceTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secService .serviceList {
  display: grid;
}
.secService .serviceItem {
  min-width: 0;
  text-align: center;
}
.secService .serviceProblem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 6px;
  background: #3F3F3F;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secService .serviceProblem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3F3F3F transparent transparent transparent;
  transform: translateX(-50%);
}
.secService .serviceName {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.secService .serviceImage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.secService .serviceImage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.secService .serviceText {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .secService {
    padding: 52px 0 64px;
  }
  .secService .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secService .serviceWrap {
    display: grid;
    grid-template-columns: 1fr min(92vw, 1140px) 1fr;
  }
  .secService .serviceInnerWrap {
    padding: 60px 0;
    border-radius: 0 60px 10px 0;
  }
  .secService .serviceTitle {
    margin: 14px 0 0;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secService .serviceList {
    grid-template-columns: 1fr;
    row-gap: 42px;
    margin: 34px 0 0;
  }
  .secService .serviceProblem {
    width: min(100%, 288px);
    min-height: 54px;
    padding: 0 16px;
    font-size: 14px;
  }
  .secService .serviceProblem::after {
    border-width: 10px 6px 0 6px;
  }
  .secService .serviceName {
    margin: 16px 0 0;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secService .serviceImage {
    height: 160px;
    margin-top: 12px;
  }
  .secService .serviceItem:nth-child(1) .serviceImage img {
    width: 240px;
  }
  .secService .serviceItem:nth-child(2) .serviceImage img {
    width: 278px;
  }
  .secService .serviceItem:nth-child(3) .serviceImage img {
    width: 223px;
  }
  .secService .serviceText {
    margin-top: 18px;
    font-size: 14px;
    padding-right: 15px;
  }
  .secService .serviceLink {
    margin: 14px 0 0;
    font-size: 14px;
  }
  .secService .serviceLink::after {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 1100px) {
  .secService .serviceWrap {
    display: grid;
    grid-template-columns: 1fr min(92vw, 1140px) 1fr;
  }
}
@media print, screen and (max-width: 1099px) and (min-width: 768px) {
  .secService .serviceWrap {
    grid-template-columns: 5% min(92vw, 1140px) 5%;
  }
}
@media print, screen and (min-width: 768px) {
  .secService {
    margin: 120px auto;
  }
  .secService .serviceWrap {
    display: grid;
  }
  .secService .serviceInnerWrap {
    width: 100%;
    padding: 87px 0 92px;
    border-radius: 0 60px 10px 0;
  }
  .secService .commonWidth {
    width: min(92vw, 1140px);
  }
  .secService .serviceTitle {
    margin: 19px 0 0;
    font-size: clamp(17px, 2.19vw, 28px);
  }
  .secService .serviceList {
    max-width: 1030px;
    width: 97%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(1.875rem, -2.732rem + 9.61vw, 3.875rem);
    margin: 45px 0 0;
  }
  .secService .serviceProblem {
    width: 100%;
    min-height: 66px;
    padding: 0 0;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secService .serviceProblem::after {
    border-width: 10px 6px 0 6px;
  }
  .secService .serviceName {
    margin: 19px 0 0;
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secService .serviceImage {
    height: 178px;
    margin-top: 13px;
  }
  .secService .serviceItem:nth-child(1) .serviceImage img {
    width: 240px;
  }
  .secService .serviceItem:nth-child(2) .serviceImage img {
    width: 278px;
  }
  .secService .serviceItem:nth-child(3) .serviceImage img {
    width: 223px;
  }
  .secService .serviceItem {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .secService .serviceText {
    margin-top: 23px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secService .serviceLink {
    align-self: center;
    margin: auto 0 0;
    padding-top: 47px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secService .serviceLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.secTopCase {
  overflow: hidden;
  background: #ffffff;
}
.secTopCase .topCaseTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secTopCase .topCaseSliderArea {
  position: relative;
}
.secTopCase .topCaseSlider {
  overflow: visible;
}
.secTopCase .swiper-slide {
  height: auto;
}
.secTopCase .commonCaseCard {
  height: 100%;
}
.secTopCase .topCaseArchiveLink {
  display: inline-flex;
  align-items: center;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.secTopCase .topCaseArchiveLink::after,
.secTopCase .topCasePrev,
.secTopCase .topCaseNext {
  border-radius: 50%;
  background: #3F3F3F;
  box-shadow: 0px 0px 10px 2px rgb(255, 255, 255);
}
.secTopCase .topCaseArchiveLink::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background: #3F3F3F url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L6.8 0.8M10 4L6.8 7.2' stroke='white'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 11px 8px;
}
.secTopCase .topCasePrev,
.secTopCase .topCaseNext {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.secTopCase .topCasePrev::before,
.secTopCase .topCaseNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H15M15 6L10.2 1.2M15 6L10.2 10.8' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.secTopCase .topCasePrev.swiper-button-disabled {
  display: none;
}
.secTopCase .topCasePrev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.secTopCase .topCasePagination {
  display: flex;
  align-items: center;
}
.secTopCase .topCasePagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  opacity: 1;
}
.secTopCase .topCasePagination .swiper-pagination-bullet-active {
  background: #4a4a4a;
}
.secTopCase .topCaseArchiveLink {
  width: fit-content;
}
.secTopCase .topCaseArchiveLink::after {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .secTopCase {
    padding: 40px 0 60px;
  }
  .secTopCase .topCaseTitle {
    margin-top: 15px;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secTopCase .topCaseSliderArea {
    margin: 30px 0 0;
    padding-left: 4.1vw;
  }
  .secTopCase .topCaseSliderArea.isSingle {
    padding-left: 0;
  }
  .secTopCase .topCaseSliderArea.isSingle .topCaseSlider .swiper-wrapper {
    justify-content: center;
  }
  .secTopCase .swiper-slide {
    width: min(86.6vw, 360px);
  }
  .secTopCase .topCasePrev,
  .secTopCase .topCaseNext {
    display: none;
  }
  .secTopCase .topCaseBottom {
    margin-top: 28px;
  }
  .secTopCase .topCasePagination {
    column-gap: 10px;
    justify-content: center;
  }
  .secTopCase .topCasePagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .secTopCase .topCaseArchiveLink {
    display: flex;
    width: fit-content;
    margin: 26px auto 0;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopCase {
    padding: 170px 0 140px;
  }
  .secTopCase .commonWidth {
    width: min(92vw, 1140px);
  }
  .secTopCase .topCaseTitle {
    margin-top: 18px;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secTopCase .topCaseSliderArea {
    margin: 40px 0 0 max(26px, (100vw - min(92vw, 1140px)) / 2);
  }
  .secTopCase .swiper-slide {
    width: clamp(28.75rem, 17.639rem + 23.15vw, 35rem);
  }
  .secTopCase .topCasePrev,
  .secTopCase .topCaseNext {
    left: calc(min(min(92vw, 1140px), 100vw) - 28px);
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
  }
  .secTopCase .topCasePrev {
    left: 0;
  }
  .secTopCase .topCaseBottom {
    margin-top: 35px;
  }
  .secTopCase .topCasePagination {
    column-gap: 10px;
  }
  .secTopCase .topCasePagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .secTopCase .topCaseArchiveLink {
    margin-top: 38px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secStrength {
  background: #F1FFFD;
}
.secStrength .strengthTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secStrength .strengthItem {
  display: grid;
}
.secStrength .strengthImage {
  position: relative;
}
.secStrength .strengthImage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1020/600;
  object-fit: cover;
  border-radius: 15px;
}
.secStrength .strengthNum {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(2, 179, 174, 0.7);
  border: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
}
.secStrength .numInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secStrength .numText {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.secStrength .numLabel {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.secStrength .numLabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #ffffff;
}
.secStrength .strengthItemTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.secStrength .titleLine {
  display: flex;
  align-items: center;
}
.secStrength .titleMarker {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
  z-index: 1;
  padding: 4px 8px;
}
.secStrength .titleMarker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3F3F3F;
  border-radius: 5px;
}
.secStrength .strengthItemLead {
  color: #3F3F3F;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.secStrength .strengthItemLead.leadBold {
  font-weight: 700;
}
.secStrength .leadAccent {
  text-decoration: underline;
  text-underline-offset: 0px;
  text-decoration-color: #F6BF0B;
  text-decoration-thickness: 5px;
}
.secStrength .strengthItemList {
  margin: 0;
}
.secStrength .strengthItemList li {
  position: relative;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.secStrength .strengthItemList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.88em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #02B3AE;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .secStrength {
    padding: 60px 0;
    background: #F1FFFD;
  }
  .secStrength .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secStrength .strengthTitle {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secStrength .strengthList {
    display: grid;
    row-gap: 90px;
    margin: 76px 0 0;
  }
  .secStrength .strengthItem {
    row-gap: 30px;
  }
  .secStrength .strengthItem:last-of-type .strengthBody .strengthItemTitle .titleLine {
    align-items: center;
    flex-wrap: wrap;
  }
  .secStrength .strengthNum {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
  }
  .secStrength .strengthNum .numInner {
    position: relative;
    top: -3px;
  }
  .secStrength .strengthNum .numText {
    font-size: 18px;
  }
  .secStrength .strengthNum .numLabel {
    margin-top: 3px;
    font-size: 13px;
  }
  .secStrength .strengthNum .numLabel::before {
    width: 24px;
    height: 1px;
    margin-bottom: 4px;
  }
  .secStrength .strengthItemTitle {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secStrength .strengthBody {
    padding: 0 2px;
  }
  .secStrength .strengthItemLead {
    margin-top: 24px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secStrength .strengthItemList {
    margin-top: 16px;
    padding-left: 0;
  }
  .secStrength .strengthItemList li {
    padding-left: 16px;
    font-size: 13px;
  }
  .secStrength .strengthItemLink {
    margin-top: 24px;
    font-size: 14px;
  }
  .secStrength .strengthItemLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secStrength {
    padding: 90px 0 100px;
  }
  .secStrength .commonWidth {
    width: min(92vw, 1140px);
  }
  .secStrength .strengthTitle {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secStrength .strengthList {
    display: grid;
    row-gap: 78px;
    margin: 48px 0 0;
  }
  .secStrength .strengthItem {
    grid-template-columns: 1fr 1.05fr;
    column-gap: 86px;
    align-items: center;
  }
  .secStrength .strengthItem.support .strengthItemTitle {
    display: flex;
    flex-wrap: wrap;
  }
  .secStrength .strengthNum {
    width: 99px;
    height: 99px;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .secStrength .strengthNum .numInner {
    position: relative;
    top: -6px;
  }
  .secStrength .strengthNum .numText {
    font-size: 22px;
  }
  .secStrength .strengthNum .numLabel {
    margin-top: 0px;
    font-size: 15px;
  }
  .secStrength .strengthNum .numLabel::before {
    width: 24px;
    height: 1px;
    margin-bottom: 5px;
  }
  .secStrength .strengthItemTitle {
    font-size: clamp(18px, 2.34vw, 30px);
  }
  .secStrength .strengthItemLead {
    margin-top: 16px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secStrength .strengthItemList {
    margin-top: 16px;
    padding-left: 0;
  }
  .secStrength .strengthItemList li {
    padding-left: 18px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secStrength .strengthItemList li + li {
    margin-top: 2px;
  }
  .secStrength .strengthItemLink {
    margin-top: 32px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secStrength .strengthItemLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.secTotal {
  position: relative;
  background: #02B3AE;
}
.secTotal::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #02B3AE transparent;
  transform: translate(-50%, -100%);
  border-width: 0 15px 36px 15px;
}
.secTotal .totalTitle {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.secTotal .totalTitleLine {
  display: block;
}
.secTotal .totalLead {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
.secTotal .totalRow {
  display: grid;
  justify-content: center;
  align-items: center;
}
.secTotal .totalOperator {
  position: relative;
  justify-self: center;
}
.secTotal .totalOperatorPlus::before, .secTotal .totalOperatorPlus::after {
  content: "";
  position: absolute;
  background: #ffffff;
}
.secTotal .totalOperatorPlus::before {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.secTotal .totalOperatorPlus::after {
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}
.secTotal .totalOperatorEquals::before, .secTotal .totalOperatorEquals::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.secTotal .totalOperatorEquals::before {
  top: 0;
}
.secTotal .totalOperatorEquals::after {
  bottom: 0;
}
.secTotal .totalCircle {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background: #0F8E8A;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}
.secTotal .totalLabel {
  display: inline-block;
  width: fit-content;
  background: #ffffff;
  color: #02B3AE;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.secTotal .totalNumGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.secTotal .totalNumWrap {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  width: fit-content;
  margin: 0;
}
.secTotal .totalNumWrap::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #F6BF0B;
  z-index: 0;
  bottom: 0.1em;
  width: 100%;
  height: 6px;
}
.secTotal .totalNum,
.secTotal .totalUnit {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.secTotal .totalNum {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.secTotal .totalUnit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.secTotal .totalResult {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 0;
  line-height: 140%;
}
.secTotal .totalResult span {
  position: relative;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: inherit;
}
.secTotal .totalResult::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: #F6BF0B;
  z-index: 0;
}
.secTotal .totalImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secTotal .totalCircle03 .totalImg {
  width: 34%;
}
.secTotal .totalNote {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .secTotal {
    padding: 50px 0 58px;
  }
  .secTotal::before {
    top: 10px;
  }
  .secTotal .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secTotal .totalTitle {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secTotal .totalTitle span {
    line-height: 150%;
  }
  .secTotal .totalTitleLine + .totalTitleLine {
    margin-top: 0;
  }
  .secTotal .totalLead {
    font-size: clamp(14px, 4.1vw, 16px);
    text-align: left;
    width: fit-content;
    margin: 26px auto 0;
  }
  .secTotal .totalRow {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-top: 38px;
  }
  .secTotal .totalOperator {
    width: 35px;
    height: 35px;
  }
  .secTotal .totalOperatorPlus::before {
    height: 3px;
  }
  .secTotal .totalOperatorPlus::after {
    width: 3px;
  }
  .secTotal .totalOperatorEquals {
    width: 28px;
    height: 27px;
    margin: 5px 0;
  }
  .secTotal .totalOperatorEquals::before, .secTotal .totalOperatorEquals::after {
    top: 0;
    bottom: auto;
    width: 3px;
    height: 100%;
  }
  .secTotal .totalOperatorEquals::before {
    left: 1px;
  }
  .secTotal .totalOperatorEquals::after {
    left: auto;
    right: 1px;
  }
  .secTotal .totalCircle01,
  .secTotal .totalCircle02,
  .secTotal .totalCircle03 {
    width: 206px;
  }
  .secTotal .totalCircle {
    margin: 0 auto;
  }
  .secTotal .totalLabel {
    width: 144px;
    margin-top: 39px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
  }
  .secTotal .totalNumWrap {
    margin-top: 0;
    font-size: 46px;
    line-height: 1;
  }
  .secTotal .totalNumWrap::before {
    height: 6px;
  }
  .secTotal .totalNum,
  .secTotal .totalUnit {
    line-height: 1;
  }
  .secTotal .totalUnit {
    margin-left: 2px;
    font-size: 16px;
  }
  .secTotal .totalResult {
    margin-top: 4px;
    font-size: 40px;
    margin: auto;
    top: -7px;
  }
  .secTotal .totalCircle03 .totalNumGroup {
    margin-top: 5px;
  }
  .secTotal .totalImg .totalImgPic {
    max-width: initial;
  }
  .secTotal .totalImg.img1 {
    bottom: -3px;
  }
  .secTotal .totalImg.img1 .totalImgPic {
    width: 126px;
  }
  .secTotal .totalImg.img2 {
    bottom: -3px;
  }
  .secTotal .totalImg.img2 .totalImgPic {
    width: 102px;
  }
  .secTotal .totalImg.img3 {
    left: calc(100% + 7px);
    bottom: 0px;
  }
  .secTotal .totalImg.img3 .totalImgPic {
    width: 76px;
  }
  .secTotal .totalNote {
    margin-top: 31px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .secTotal {
    padding: 54px 0 84px;
  }
  .secTotal .commonWidth {
    width: min(92vw, 1140px);
  }
  .secTotal .totalTitle {
    font-size: clamp(17px, 2.222vw, 32px);
  }
  .secTotal .totalLead {
    margin-top: 12px;
    font-size: clamp(10px, 1.25vw, 18px);
  }
  .secTotal .totalRow {
    max-width: 980px;
    width: fit-content;
    margin: auto;
    grid-template-columns: clamp(190px, 155.714px + 4.464vw, 220px) clamp(50px, 7.778vw, 112px) clamp(190px, 155.714px + 4.464vw, 220px) clamp(50px, 7.778vw, 112px) clamp(220px, 162.857px + 7.44vw, 270px);
    margin-top: 48px;
  }
  .secTotal .totalOperatorPlus {
    width: clamp(31px, 4vw, 58px);
    height: clamp(31px, 4vw, 58px);
  }
  .secTotal .totalOperatorPlus::before {
    height: clamp(2px, 0.28vw, 4px);
  }
  .secTotal .totalOperatorPlus::after {
    width: clamp(2px, 0.28vw, 4px);
  }
  .secTotal .totalOperatorEquals {
    width: clamp(20px, 2.608vw, 38px);
    height: clamp(15px, 1.944vw, 28px);
  }
  .secTotal .totalOperatorEquals::before, .secTotal .totalOperatorEquals::after {
    height: clamp(2px, 0.28vw, 4px);
  }
  .secTotal .totalLabel {
    margin-top: 46px;
    min-width: 140px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 3.5px;
    font-size: 18px;
    line-height: 1;
  }
  .secTotal .totalCircle03 .totalLabel {
    margin-top: 70px;
  }
  .secTotal .totalNumWrap {
    padding-top: 10px;
    font-size: clamp(31px, 4.06vw, 52px);
  }
  .secTotal .totalNumWrap span {
    line-height: 1;
  }
  .secTotal .totalImg.img1 {
    bottom: -50px;
  }
  .secTotal .totalImg.img1 .totalImgPic {
    width: 156px;
    height: auto;
    max-width: initial;
  }
  .secTotal .totalImg.img2 {
    bottom: -50px;
  }
  .secTotal .totalImg.img2 .totalImgPic {
    width: 126px;
    height: auto;
    max-width: initial;
  }
  .secTotal .totalImg.img3 {
    left: 80%;
    bottom: -32px;
  }
  .secTotal .totalImg.img3 .totalImgPic {
    width: 92px;
    height: auto;
    max-width: initial;
  }
  .secTotal .totalUnit {
    margin-left: 5px;
    font-size: 16px;
  }
  .secTotal .totalResult {
    font-size: clamp(26px, 3.36vw, 43px);
    margin-right: auto;
  }
  .secTotal .totalNote {
    margin-top: 34px;
    font-size: 12px;
  }
}
.secStudyCta {
  overflow: hidden;
  background: #ffffff;
}
.secStudyCta .studyCtaWrap {
  position: relative;
}
.secStudyCta .studyCtaWrap .empty {
  background: #F6BF0B;
}
.secStudyCta .studyCtaInnerWrap {
  position: relative;
}
.secStudyCta .studyCtaContent {
  position: relative;
  background: #F6BF0B;
  box-sizing: border-box;
}
.secStudyCta .studyCtaImage {
  position: absolute;
  z-index: 1;
}
.secStudyCta .studyCtaImage img {
  display: block;
  width: 100%;
  height: auto;
}
.secStudyCta .studyCtaTitle {
  display: flex;
  align-items: center;
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
}
.secStudyCta .studyCtaIcon {
  display: block;
  flex-shrink: 0;
  border: solid 1px #ffffff;
  border-radius: 50%;
  background: #C59807 url("../images/icon_clip.svg") center center no-repeat;
  background-size: auto 48%;
}
.secStudyCta .studyCtaText {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.secStudyCta .studyCtaButtons {
  display: grid;
}
.secStudyCta .studyCtaButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #3F3F3F;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: opacity 0.3s ease;
}
.secStudyCta .studyCtaButton:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .secStudyCta {
    padding: 0px 0 64px;
    overflow: visible;
  }
  .secStudyCta .studyCtaWrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr min(92vw, 1140px) 1fr;
  }
  .secStudyCta .studyCtaInnerWrap {
    margin: 0 auto;
  }
  .secStudyCta .studyCtaContent {
    padding: 230px 24px 50px;
    border-radius: 0 12px 12px 0;
  }
  .secStudyCta .studyCtaImage {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 280px;
  }
  .secStudyCta .studyCtaTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    line-height: 130%;
  }
  .secStudyCta .studyCtaIcon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .secStudyCta .studyCtaText {
    margin-top: 12px;
    font-size: 12px;
  }
  .secStudyCta .studyCtaButtons {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-top: 20px;
  }
  .secStudyCta .studyCtaButton {
    max-width: 250px;
    height: 52px;
    width: 100%;
    font-size: clamp(14px, 4.36vw, 17px);
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .secStudyCta {
    padding: 58px 0 55px;
  }
  .secStudyCta .studyCtaWrap {
    display: grid;
  }
  .secStudyCta .studyCtaInnerWrap {
    width: 100%;
  }
  .secStudyCta .studyCtaContent {
    height: 330px;
    padding: 42px clamp(40px, 7.6vw, 98px) 32px clamp(380px, 45.5%, 500px);
    border-radius: 0 10px 10px 0;
  }
  .secStudyCta .studyCtaImage {
    position: absolute;
    left: -15px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: clamp(390px, 31vw, 430px);
  }
  .secStudyCta .studyCtaTitle {
    font-size: clamp(20px, 2.083vw, 30px);
    white-space: nowrap;
  }
  .secStudyCta .studyCtaIcon {
    width: clamp(46px, 4.792vw, 69px);
    height: clamp(46px, 4.792vw, 69px);
    margin-right: clamp(12px, 1.667vw, 24px);
  }
  .secStudyCta .studyCtaText {
    margin-top: 20px;
    font-size: clamp(11px, 1.042vw, 15px);
  }
  .secStudyCta .studyCtaButtons {
    margin-top: 18px;
    max-width: 250px;
  }
  .secStudyCta .studyCtaButton {
    height: 60px;
    font-size: clamp(14px, 1.319vw, 19px);
  }
}
@media print, screen and (min-width: 1100px) {
  .secStudyCta .studyCtaWrap {
    grid-template-columns: 1fr min(92vw, 1140px) 1fr;
  }
}
@media print, screen and (max-width: 1099px) and (min-width: 768px) {
  .secStudyCta .studyCtaWrap {
    grid-template-columns: 5% min(92vw, 1140px) 5%;
  }
}
.secTopFaq {
  background: #ffffff;
}
.secTopFaq .topFaqTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  .secTopFaq {
    padding: 58px 0 64px;
  }
  .secTopFaq .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secTopFaq .topFaqTitle {
    margin-top: 14px;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secTopFaq .faqList {
    margin-top: 28px;
  }
  .secTopFaq .faqList .faqItem .faqAnswer .faqText + .faqText {
    margin-top: 8px;
  }
  .secTopFaq .topFaqArchiveLink {
    margin-top: 28px;
    font-size: 14px;
  }
  .secTopFaq .topFaqArchiveLink::after {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopFaq {
    padding: 50px 0 100px;
  }
  .secTopFaq .commonWidth {
    width: min(92vw, 1140px);
  }
  .secTopFaq .topFaqTitle {
    margin-top: 12px;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secTopFaq .faqList {
    margin-top: 32px;
  }
  .secTopFaq .faqList .faqItem .faqAnswer .faqText + .faqText {
    margin-top: 10px;
  }
  .secTopFaq .topFaqArchiveLink {
    margin-top: 34px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secTopFaq .topFaqArchiveLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.secTopColumn {
  background: #F1FFFD;
}
.secTopColumn .topColumnLayout {
  display: grid;
}
.secTopColumn .topColumnHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secTopColumn .topColumnTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.secTopColumn .topColumnList {
  display: grid;
  margin: 0;
}
.secTopColumn .topColumnList .columnItem {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .secTopColumn {
    padding: 58px 0 64px;
  }
  .secTopColumn .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secTopColumn .topColumnTitle {
    margin-top: 14px;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secTopColumn .topColumnArchiveLink {
    margin-top: 24px;
    font-size: 14px;
  }
  .secTopColumn .topColumnArchiveLink::after {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .secTopColumn .topColumnList {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopColumn {
    padding: 104px 0 90px;
  }
  .secTopColumn .commonWidth {
    width: min(92vw, 1140px);
  }
  .secTopColumn .topColumnLayout {
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 72px;
    align-items: start;
  }
  .secTopColumn .topColumnTitle {
    margin-top: 14px;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secTopColumn .topColumnArchiveLink {
    margin-top: 34px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secTopColumn .topColumnArchiveLink::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .secTopColumn .topColumnList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, -2.865rem + 8.58vw, 2.5rem);
  }
  .secTopColumn .topColumnList .columnItem .itemLink {
    padding: 30px;
  }
  .secTopColumn .topColumnList .columnItem .itemLink .thumb {
    aspect-ratio: 338/200;
    margin-bottom: 18px;
  }
}
.secTopCtaLinks {
  background: #ffffff;
}
.secTopCtaLinks .topCtaLinkList {
  display: grid;
}
.secTopCtaLinks .topCtaLinkItem {
  display: grid;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(2, 179, 174, 0.1);
  box-sizing: border-box;
  color: #3F3F3F;
}
.secTopCtaLinks .topCtaLinkImage {
  overflow: hidden;
  border-radius: 5px;
  background: #F1FFFD;
}
.secTopCtaLinks .topCtaLinkImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secTopCtaLinks .topCtaLinkTitle {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secTopCtaLinks {
    padding: 54px 0 80px;
  }
  .secTopCtaLinks .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secTopCtaLinks .topCtaLinkList {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .secTopCtaLinks .topCtaLinkItem {
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 18px;
    min-height: 120px;
    padding: 14px;
  }
  .secTopCtaLinks .topCtaLinkImage {
    aspect-ratio: 4/3;
  }
  .secTopCtaLinks .topCtaLinkTitle {
    font-size: clamp(14px, 4.36vw, 17px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTopCtaLinks {
    padding: 90px 0 100px;
  }
  .secTopCtaLinks .commonWidth {
    width: min(92vw, 1140px);
  }
  .secTopCtaLinks .topCtaLinkList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
  }
  .secTopCtaLinks .topCtaLinkItem {
    grid-template-columns: 0.7fr minmax(0, 1fr);
    padding: 25px;
  }
  .secTopCtaLinks .topCtaLinkImage {
    width: 100%;
  }
  .secTopCtaLinks .topCtaLinkTitle {
    font-size: clamp(14px, 1.72vw, 22px);
  }
}/*# sourceMappingURL=style.css.map */