body#top .contentArea {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body#top .contentArea {
    padding-bottom: 0;
  }
}
.sectionHead {
  text-align: center;
}
.sectionHead .reasonLabel {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
  background: #3F3F3F;
  color: #ffffff;
  font-weight: 700;
}
.sectionHead .reasonTitle {
  position: relative;
  margin: 12px 0 0;
  color: #02B3AE;
  font-weight: 700;
}
.sectionHead .reasonTitle::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 48px;
  height: 3px;
  background: #F6BF0B;
  content: "";
  transform: translateX(-50%);
}
.sectionHead .reasonLead {
  margin: 54px 0 0;
  color: #3F3F3F;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .sectionHead .reasonLabel {
    font-size: 11px;
  }
  .sectionHead .reasonTitle {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .sectionHead .reasonLead {
    margin-top: 44px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionHead .reasonLabel {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .sectionHead .reasonTitle {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .sectionHead .reasonLead {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secInhouseHero .heroMain {
  background-color: #02B3AE;
  background-image: linear-gradient(rgba(53, 227, 222, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(53, 227, 222, 0.3) 1px, transparent 1px);
  background-size: 53px 89px;
}
.secInhouseHero .heroMain .heroIn {
  position: relative;
}
.secInhouseHero .heroMain .heroIn .heroCopy {
  position: absolute;
  z-index: 4;
}
.secInhouseHero .heroMain .heroIn .heroCopy .heroTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}
.secInhouseHero .heroMain .heroIn .heroCopy .heroTitle * {
  line-height: 1.2;
}
.secInhouseHero .heroMain .heroIn .heroCopy .heroTitle .heroLine {
  background: #3F3F3F;
  white-space: nowrap;
  line-height: 1.4;
}
.secInhouseHero .heroMain .heroIn .heroCopy .heroTitle .heroLine .heroAccent {
  color: #F6BF0B;
}
.secInhouseHero .heroMain .heroIn .heroPhoto {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
}
.secInhouseHero .heroMain .heroIn .heroPhoto .heroPhotoImg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.secInhouseHero .heroMain .heroIn .heroStaff {
  position: absolute;
  z-index: 4;
  right: -10px;
  bottom: 5px;
  width: 234px;
}
.secInhouseHero .heroMain .heroIn .heroStaff .heroStaffImg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .secInhouseHero .heroMain {
    background-size: 35px 55px;
    padding-top: 59px;
  }
  .secInhouseHero .heroMain .heroIn {
    height: auto;
    padding: 26px 0 34px;
  }
  .secInhouseHero .heroMain .heroIn .heroCopy {
    position: relative;
    top: auto;
  }
  .secInhouseHero .heroMain .heroIn .heroCopy .heroTitle {
    font-size: clamp(15px, 6.41vw, 25px);
  }
  .secInhouseHero .heroMain .heroIn .heroCopy .heroTitle .heroLine {
    padding: 0 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseHero .heroMain {
    padding-top: 90px;
  }
  .secInhouseHero .heroMain .heroIn {
    height: 582px;
  }
  .secInhouseHero .heroMain .heroIn .heroCopy {
    top: 20px;
    left: 0;
  }
  .secInhouseHero .heroMain .heroIn .heroCopy .heroTitle {
    font-size: clamp(28px, 3.59vw, 46px);
  }
  .secInhouseHero .heroMain .heroIn .heroCopy .heroTitle .heroLine {
    padding: 0 clamp(5px, 0.56vw, 8px) 3px;
  }
  .secInhouseHero .heroMain .heroIn .heroPhoto {
    top: 66px;
    left: clamp(60px, 6.95vw, 100px);
    width: min(82.5%, 940px);
    height: 450px;
    border: 20px solid #ffffff;
    border-radius: 20px;
  }
  .secInhouseHero .heroMain .heroIn .heroStaff {
    right: -20px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .secInhouseHero .heroMain {
    padding-top: 59px;
  }
}
.secInhouseTrouble .troubleIn {
  position: relative;
}
.secInhouseTrouble .troubleIn .troubleTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
}
.secInhouseTrouble .troubleIn .troubleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  width: min(100%, 880px);
}
.secInhouseTrouble .troubleIn .troubleList .troubleItem {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  margin: 45px auto 0;
  padding: 24px;
  border-radius: 50%;
  background: #f8f8f8;
  text-align: center;
}
.secInhouseTrouble .troubleIn .troubleList .troubleItem::after {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f8f8f8;
  content: "";
}
.secInhouseTrouble .troubleIn .troubleList .troubleItem::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8f8f8;
  content: "";
}
.secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleText {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  line-height: 1.6;
}
.secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleText .troubleAccent {
  color: #02B3AE;
}
.secInhouseTrouble .troubleIn .troubleList .itemTop {
  margin-top: 0;
}
.secInhouseTrouble .troubleIn .troubleList .itemTop::after {
  bottom: -12px;
  left: calc(50% - 12.5px);
}
.secInhouseTrouble .troubleIn .troubleList .itemTop::before {
  bottom: -40px;
  left: calc(50% - 10px);
}
.secInhouseTrouble .troubleIn .troubleList .itemLeft::after {
  right: 15px;
  bottom: -7px;
}
.secInhouseTrouble .troubleIn .troubleList .itemLeft::before {
  right: -5px;
  bottom: -31px;
}
.secInhouseTrouble .troubleIn .troubleList .itemRight::after {
  bottom: -7px;
  left: 15px;
}
.secInhouseTrouble .troubleIn .troubleList .itemRight::before {
  bottom: -31px;
  left: -5px;
}
.secInhouseTrouble .troubleIn .troublePerson {
  margin: -15px auto 0;
  width: fit-content;
}
.secInhouseTrouble .troubleIn .troublePerson .troublePersonImg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .secInhouseTrouble .troubleIn {
    padding: 60px 0 0;
  }
  .secInhouseTrouble .troubleIn .troubleTitle {
    font-size: clamp(14px, 5.9vw, 23px);
  }
  .secInhouseTrouble .troubleIn .troubleList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 20px;
    margin-top: 20px;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 0;
    padding: 14px;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem::before {
    display: none;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem::after {
    display: none;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleText {
    font-size: 12px;
    white-space: nowrap;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemTop {
    grid-column: 1/-1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
    order: -1;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemLeft {
    order: 1;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemLeft::before {
    display: block;
    right: 30px;
    bottom: 9px;
    width: 18px;
    height: 18px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemLeft::after {
    display: block;
    right: 22px;
    bottom: -2px;
    width: 10px;
    height: 10px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemRight {
    order: 2;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemRight::before {
    display: block;
    right: auto;
    bottom: 9px;
    left: 30px;
    width: 18px;
    height: 18px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemRight::after {
    display: block;
    right: auto;
    bottom: -2px;
    left: 22px;
    width: 10px;
    height: 10px;
  }
  .secInhouseTrouble .troubleIn .troublePerson {
    width: clamp(60px, 27.69vw, 70px);
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .secInhouseTrouble .troubleIn .troubleList .troubleAccent {
    font-size: 14px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemLeft::before {
    right: 29px;
    bottom: 7px;
    width: 22px;
    height: 22px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemLeft::after {
    right: 17px;
    bottom: -8px;
    width: 13px;
    height: 13px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemRight::before {
    right: auto;
    bottom: 7px;
    left: 29px;
    width: 22px;
    height: 22px;
  }
  .secInhouseTrouble .troubleIn .troubleList .itemRight::after {
    right: auto;
    bottom: -8px;
    left: 17px;
    width: 13px;
    height: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseTrouble .troubleIn {
    padding: 80px 0 0;
  }
  .secInhouseTrouble .troubleIn .troubleTitle {
    font-size: clamp(18px, 2.34vw, 30px);
  }
  .secInhouseTrouble .troubleIn .troubleList {
    margin: 55px auto 30px;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleText {
    white-space: nowrap;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleText * {
    line-height: 140%;
  }
  .secInhouseTrouble .troubleIn .troubleList .troubleItem .troubleAccent {
    display: block;
    white-space: nowrap;
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
.secInhousePromise {
  position: relative;
  padding: 48px 0;
  background: #02B3AE;
  text-align: center;
}
.secInhousePromise::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  border-top: 35px solid #02B3AE;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.secInhousePromise .promiseIn .promiseLead {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}
.secInhousePromise .promiseIn .promiseTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 0 0;
  color: #ffffff;
  font-weight: 700;
}
.secInhousePromise .promiseIn .promiseTitle .promiseLine {
  padding: 0 10px;
  background: #3F3F3F;
  line-height: 1.35;
}
.secInhousePromise .promiseIn .promiseTitle .promiseLine .promiseAccent {
  color: #F6BF0B;
}

@media only screen and (max-width: 767px) {
  .secInhousePromise {
    padding: 32px 0;
  }
  .secInhousePromise .promiseIn .promiseLead {
    font-size: 13px;
  }
  .secInhousePromise .promiseIn .promiseTitle {
    font-size: clamp(14px, 5.9vw, 23px);
  }
}
@media print, screen and (min-width: 768px) {
  .secInhousePromise {
    margin-top: -32px;
  }
  .secInhousePromise .promiseIn .promiseLead {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secInhousePromise .promiseIn .promiseTitle {
    font-size: clamp(23px, 2.97vw, 38px);
  }
}
.secInhouseProposal {
  background: #f1fffd;
}
.secInhouseProposal .proposalIn .proposalLead {
  margin: 55px 0 0;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
}
.secInhouseProposal .proposalIn .proposalLead .proposalAccent {
  color: #02B3AE;
}
.secInhouseProposal .proposalIn .costCard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  column-gap: 35px;
  width: min(100%, 940px);
  margin: 45px auto 0;
  padding: 35px 40px;
  border: 2px solid #9f9f9f;
  border-radius: 8px;
  background: #ffffff;
}
.secInhouseProposal .proposalIn .costCard .costBody .costTitle {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseProposal .proposalIn .costCard .costBody .costText {
  margin: 18px 0 0;
  color: #3F3F3F;
}
.secInhouseProposal .proposalIn .costCard .costBody .costText .costAccent {
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseProposal .proposalIn .costCard .costBody .costMore {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: #3F3F3F;
  font-weight: 700;
  text-decoration: underline;
}
.secInhouseProposal .proposalIn .costCard .costBody .costMore .moreIcon {
  margin-left: 8px;
}
.secInhouseProposal .proposalIn .costCard .costVisual .costVisualImg {
  display: block;
}

.secInhouseConsult {
  background: #ffffff;
}
.secInhouseConsult .consultIn {
  text-align: center;
}
.secInhouseConsult .consultIn .consultLead {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
}
.secInhouseConsult .consultIn .consultTitleRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secInhouseConsult .consultIn .consultTitleRow .consultRule {
  display: block;
  background: #F6BF0B;
}
.secInhouseConsult .consultIn .consultTitleRow .consultTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseConsult .consultIn .consultPoints {
  display: grid;
}
.secInhouseConsult .consultIn .consultPoints .consultPoint + .consultPoint {
  border-left: 2px solid #ffffff;
}
.secInhouseConsult .consultIn .consultPoints .consultPoint .pointIcon {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #c9f5ee;
  border-radius: 50%;
}
.secInhouseConsult .consultIn .consultPoints .consultPoint .pointIcon .pointIconImg {
  display: block;
}
.secInhouseConsult .consultIn .consultPoints .consultPoint .pointText {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseConsult .consultIn .consultFree {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseConsult .consultIn .consultContact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background: #F6BF0B;
  border-radius: 6px;
  color: #3F3F3F;
  font-weight: bold;
}
.secInhouseConsult .consultGallery {
  overflow: hidden;
}
.secInhouseConsult .consultGallery .swiper-wrapper {
  transition-timing-function: linear;
}
.secInhouseConsult .consultGallery .swiper-wrapper .galleryItem {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.secInhouseConsult .consultGallery .swiper-wrapper .galleryItem .galleryImg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .secInhouseProposal .proposalIn {
    padding: 80px 0 145px;
    margin-bottom: -100px;
  }
  .secInhouseProposal .proposalIn .proposalLead {
    margin-top: 45px;
    font-size: 13px;
  }
  .secInhouseProposal .proposalIn .costCard {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-top: 35px;
    padding: 24px 20px;
  }
  .secInhouseProposal .proposalIn .costCard .costBody .costTitle {
    font-size: clamp(14px, 4.87vw, 19px);
  }
  .secInhouseProposal .proposalIn .costCard .costBody .costText,
  .secInhouseProposal .proposalIn .costCard .costBody .costMore {
    font-size: 13px;
  }
  .secInhouseProposal .proposalIn .costCard .costVisual {
    width: min(100%, 260px);
    margin: 0 auto;
  }
  .secInhouseConsult .consultIn {
    padding-top: 22px;
  }
  .secInhouseConsult .consultIn .consultLead {
    font-size: 13px;
  }
  .secInhouseConsult .consultIn .consultTitleRow {
    column-gap: 10px;
    margin-top: 20px;
  }
  .secInhouseConsult .consultIn .consultTitleRow .consultRule {
    width: 38px;
    height: 3px;
  }
  .secInhouseConsult .consultIn .consultTitleRow .consultTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseConsult .consultIn .consultPoints {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin: 20px auto 0;
    max-width: 320px;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint + .consultPoint {
    border-top: 1px solid #ffffff;
    border-left: 0;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint .pointIcon {
    width: 50px;
    height: 50px;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint .pointIcon .pointIconImg {
    width: 16px;
    height: auto;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint .pointText {
    margin-top: 10px;
    font-size: clamp(14px, 3.85vw, 15px);
    text-align: left;
  }
  .secInhouseConsult .consultIn .consultFree {
    margin-top: 36px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secInhouseConsult .consultIn .consultContact {
    max-width: 320px;
    width: 100%;
    min-height: 60px;
    margin-top: 16px;
    padding: 8px 0;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .secInhouseConsult .consultGallery {
    margin-top: 48px;
  }
  .secInhouseConsult .consultGallery .swiper-wrapper .galleryItem {
    width: 210px;
    aspect-ratio: 210/142;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseProposal {
    padding-bottom: 200px;
    margin-bottom: -150px;
  }
  .secInhouseProposal .proposalIn {
    padding: 120px 0 40px;
  }
  .secInhouseProposal .proposalIn .proposalLead {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secInhouseProposal .proposalIn .costCard .costBody .costTitle {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secInhouseProposal .proposalIn .costCard .costBody .costText,
  .secInhouseProposal .proposalIn .costCard .costBody .costMore {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInhouseConsult {
    padding: 0 0 95px;
  }
  .secInhouseConsult .consultIn {
    padding-top: 50px;
  }
  .secInhouseConsult .consultIn .consultLead {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secInhouseConsult .consultIn .consultTitleRow {
    column-gap: 24px;
    margin-top: 58px;
  }
  .secInhouseConsult .consultIn .consultTitleRow .consultRule {
    width: clamp(120px, 13.2vw, 190px);
    height: 4px;
  }
  .secInhouseConsult .consultIn .consultTitleRow .consultTitle {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secInhouseConsult .consultIn .consultPoints {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(72%, 720px);
    margin: 42px auto 0;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint .pointIcon {
    width: 70px;
    height: 70px;
  }
  .secInhouseConsult .consultIn .consultPoints .consultPoint .pointText {
    margin-top: 18px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secInhouseConsult .consultIn .consultFree {
    margin-top: 50px;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secInhouseConsult .consultIn .consultContact {
    width: 320px;
    min-height: 60px;
    margin-top: 28px;
    padding: 8px 20px;
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secInhouseConsult .consultGallery {
    margin-top: 75px;
  }
  .secInhouseConsult .consultGallery .swiper-wrapper .galleryItem {
    width: 345px;
    aspect-ratio: 345/236;
    margin-right: 50px;
  }
}
.secInhouseRelief .reliefIn {
  padding: 23px 0 95px;
}
.secInhouseRelief .reliefIn .reliefIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  column-gap: 55px;
  margin-top: 70px;
}
.secInhouseRelief .reliefIn .reliefIntro .reliefBody .reliefText {
  margin: 0;
  color: #3F3F3F;
}
.secInhouseRelief .reliefIn .reliefIntro .reliefBody .reliefText .reliefAccent {
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseRelief .reliefIn .reliefIntro .reliefVisual .reliefVisualImg {
  display: block;
}
.secInhouseRelief .reliefIn .hiddenCost {
  width: min(100%, 1140px);
  margin-top: 65px;
  padding: 48px clamp(24px, 5vw, 75px) 55px;
  border-radius: 15px;
  background: #f8f8f8;
  text-align: center;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenTitle .hiddenAccent {
  color: #02B3AE;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenLead {
  margin: 12px 0 0;
  color: #3F3F3F;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem {
  padding: 0 10px;
  border-right: 1px solid #d5d5d5;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem:last-child {
  border-right: 0;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenImg {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenItemTitle {
  display: block;
  position: relative;
  margin: -12px auto 0;
  width: fit-content;
  padding: 2px 12px;
  background: #02B3AE;
  color: #ffffff;
  font-weight: 700;
}
.secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenText {
  margin: 18px 0 0;
  color: #3F3F3F;
}
.secInhouseRelief .reliefIn .workBoard {
  overflow: hidden;
  margin-top: 0;
  padding: 42px clamp(24px, 5vw, 70px) 55px;
  border-radius: 0 0 15px 15px;
  background: #02B3AE;
}
.secInhouseRelief .reliefIn .workBoard .workLead {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.secInhouseRelief .reliefIn .workBoard .workList {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
  margin-top: 30px;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem {
  position: relative;
  padding: 28px 30px;
  border-radius: 12px;
  background: #ffffff;
  color: #3F3F3F;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem:first-child {
  background: #F1FFFD;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem .workTitle {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem .workText {
  margin: 15px 0 0;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem .workText .workNote {
  display: inline-block;
  margin-left: 1em;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem .workCols {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: clamp(12px, 2vw, 30px);
  text-align: left;
}
.secInhouseRelief .reliefIn .workBoard .workList .workItem .workIllust {
  position: absolute;
  right: clamp(10px, 2vw, 20px);
  bottom: -55px;
}

@media only screen and (max-width: 1100px) and (min-width: 767px) {
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workText {
    margin: 0;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workCols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .secInhouseRelief .reliefIn {
    padding: 72px 0 65px;
  }
  .secInhouseRelief .reliefIn .reliefIntro {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-top: 55px;
  }
  .secInhouseRelief .reliefIn .reliefIntro .reliefBody .reliefText {
    font-size: 13px;
  }
  .secInhouseRelief .reliefIn .reliefIntro .reliefVisual {
    width: min(100%, 280px);
    margin: 0 auto;
  }
  .secInhouseRelief .reliefIn .hiddenCost {
    margin-top: 40px;
    padding: 20px 20px 41px;
    border-radius: 20px 20px 0 0;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenTitle {
    font-size: 22px;
    line-height: 1.4;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenLead {
    margin-top: 13px;
    text-align: left;
    font-size: 12px;
    line-height: 1.67;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-top: 20px;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem {
    display: grid;
    grid-template-columns: 117px minmax(0, 1fr);
    column-gap: 22px;
    min-height: 129px;
    padding: 0;
    border-right: 0;
    text-align: left;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenImg {
    grid-column: 1;
    grid-row: 1;
    width: 117px;
    height: 117px;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenItemTitle {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.46;
    white-space: nowrap;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenText {
    grid-column: 2;
    grid-row: 1;
    margin: auto 0;
    font-size: 13px;
    line-height: 1.54;
  }
  .secInhouseRelief .reliefIn .workBoard {
    padding: 32px 20px 30px;
    border-radius: 0 0 20px 20px;
  }
  .secInhouseRelief .reliefIn .workBoard .workLead {
    font-size: 15px;
    line-height: 1.6;
  }
  .secInhouseRelief .reliefIn .workBoard .workList {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem {
    padding: 16px 20px;
    border-radius: 20px;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workTitle {
    font-size: 16px;
    line-height: 1.46;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem:first-child {
    min-height: 146px;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem:last-child {
    min-height: 291px;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workCols {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workText {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.62;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workText:last-child {
    margin-top: 0;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workText .workNote {
    font-size: 12px;
    line-height: 1.58;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workIllust {
    bottom: 0;
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workIllust img {
    height: 122px;
    width: auto;
    bottom: -14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseRelief .reliefIn .reliefIntro .reliefBody .reliefText {
    font-size: clamp(14px, 1.56vw, 20px);
    line-height: 200%;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenTitle {
    font-size: clamp(16px, 2.11vw, 27px);
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenLead,
  .secInhouseRelief .reliefIn .hiddenCost .hiddenText {
    font-size: 14px;
  }
  .secInhouseRelief .reliefIn .hiddenCost .hiddenList .hiddenItem .hiddenItemTitle {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secInhouseRelief .reliefIn .workBoard .workLead,
  .secInhouseRelief .reliefIn .workBoard .workText {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInhouseRelief .reliefIn .workBoard .workList .workItem .workTitle {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
.secInhouseTransfer {
  background: #f1fffd;
}
.secInhouseTransfer .transferIn .transferList {
  display: grid;
  row-gap: 28px;
  margin-top: 40px;
}
.secInhouseTransfer .transferIn .transferList .transferItem {
  padding: 30px 42px;
  border-radius: 10px;
  background: #ffffff;
}
.secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferNum {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
  line-height: 1;
}
.secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferTitle {
  margin: 8px 0 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseTransfer .transferIn .transferList .transferItem .transferBody {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #d5d5d5;
}
.secInhouseTransfer .transferIn .transferList .transferItem .transferBody .transferText {
  margin: 0;
  color: #3F3F3F;
}
.secInhouseTransfer .transferIn .transferList .transferItem .transferBody .transferText .transferAccent {
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseTransfer .transferIn .followBox {
  display: grid;
  align-items: center;
}
.secInhouseTransfer .transferIn .followBox .followBody .followTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseTransfer .transferIn .followBox .followBody .followText {
  margin: 0;
  color: #3F3F3F;
}
.secInhouseTransfer .transferIn .followBox .followPhoto {
  position: relative;
  overflow: visible;
}
.secInhouseTransfer .transferIn .followBox .followPhoto .followLabel {
  position: absolute;
  z-index: 2;
  margin: auto;
  background: #02B3AE;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}
.secInhouseTransfer .transferIn .followBox .followPhoto .followLabel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 12px solid #02B3AE;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(-50%);
}
.secInhouseTransfer .transferIn .followBox .followPhoto .followPhotoImg {
  display: block;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .secInhouseTransfer .transferIn {
    padding-top: 75px;
    padding-bottom: 150px;
    margin-bottom: -100px;
  }
  .secInhouseTransfer .transferIn .transferList {
    margin-top: 45px;
  }
  .secInhouseTransfer .transferIn .transferList .transferItem {
    padding: 22px 18px;
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferHeadInnerImg {
    width: fit-content;
    margin: 10px auto 0;
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferNum {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferBody .transferText {
    font-size: 12px;
  }
  .secInhouseTransfer .transferIn .followBox {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 45px;
  }
  .secInhouseTransfer .transferIn .followBox .followBody .followTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseTransfer .transferIn .followBox .followBody .followText {
    margin-top: 18px;
    font-size: 13px;
  }
  .secInhouseTransfer .transferIn .followBox .followPhoto {
    width: min(100%, 326px);
    aspect-ratio: 326/216;
    margin: 0 auto;
  }
  .secInhouseTransfer .transferIn .followBox .followPhoto .followLabel {
    top: -16px;
    width: 90%;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseTransfer {
    padding-bottom: 250px;
    margin-bottom: -150px;
  }
  .secInhouseTransfer .transferIn {
    padding: 120px 0 0;
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferNum {
    font-size: clamp(18px, 2.34vw, 30px);
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferHead .transferTitle {
    font-size: clamp(14px, 1.88vw, 24px);
  }
  .secInhouseTransfer .transferIn .transferList .transferItem .transferBody .transferText {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secInhouseTransfer .transferIn .followBox {
    grid-template-columns: minmax(0, 1fr) 326px;
    column-gap: clamp(50px, 7.5vw, 108px);
    margin-top: 57px;
    padding: 0 38px;
  }
  .secInhouseTransfer .transferIn .followBox .followBody .followTitle {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secInhouseTransfer .transferIn .followBox .followBody .followText {
    margin-top: 25px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secInhouseTransfer .transferIn .followBox .followPhoto {
    width: 326px;
    aspect-ratio: 326/216;
  }
  .secInhouseTransfer .transferIn .followBox .followPhoto .followLabel {
    top: -15px;
    padding: 3px 10px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secInhouseQuality .qualityIn .qualityLead {
  margin: 75px 0 0;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
}
.secInhouseQuality .qualityIn .qualityIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  column-gap: 55px;
  margin-top: 55px;
}
.secInhouseQuality .qualityIn .qualityIntro .qualityText {
  margin: 0;
  color: #3F3F3F;
}
.secInhouseQuality .qualityIn .qualityIntro .qualityPhoto {
  height: 260px;
}
.secInhouseQuality .qualityIn .qualityIntro .qualityPhoto .qualityPhotoImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secInhouseQuality .qualityIn .soloBox {
  margin-top: 45px;
  padding: 45px clamp(25px, 5vw, 75px) 38px;
  background: #F8F8F8;
  border-radius: 20px;
}
.secInhouseQuality .qualityIn .soloBox .soloTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  text-align: center;
}
.secInhouseQuality .qualityIn .soloBox .soloBody {
  margin-top: 28px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 40px;
}
.secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram {
  display: grid;
  margin: auto;
}
.secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage .goalDiagramImg {
  display: block;
}
.secInhouseQuality .qualityIn .soloBox .soloFoot {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  column-gap: 45px;
  padding-top: 30px;
  margin: 0px auto 0;
}
.secInhouseQuality .qualityIn .soloBox .soloFoot .soloLogo {
  mix-blend-mode: multiply;
  display: block;
}
.secInhouseQuality .qualityIn .soloBox .soloFoot .soloText {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseQuality .qualityIn .qualityList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 55px;
}
.secInhouseQuality .qualityIn .qualityList .qualityItem .itemPhoto {
  height: 230px;
}
.secInhouseQuality .qualityIn .qualityList .qualityItem .itemPhoto .itemPhotoImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secInhouseQuality .qualityIn .qualityList .qualityItem .itemTitle {
  margin: 18px 0 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseQuality .qualityIn .qualityList .qualityItem .itemText {
  margin: 14px 0 0;
  color: #3F3F3F;
}
.secInhouseQuality .qualityIn .qualityCard {
  margin-top: 65px;
}
.secInhouseQuality .qualityIn .qualityCard .areaTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn {
  display: grid;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(2, 179, 174, 0.08);
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardPhoto {
  overflow: hidden;
  border-radius: 5px;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardPhoto .cardPhotoImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardTitle {
  margin: 0;
  color: #02B3AE;
  font-weight: 700;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardText {
  margin: 12px 0 0;
  color: #3F3F3F;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #3F3F3F;
  font-weight: 600;
  text-decoration: underline;
}
.secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore .moreArrow {
  display: block;
}

@media only screen and (max-width: 767px) {
  .secInhouseQuality .qualityIn {
    padding: 40px 0 100px;
  }
  .secInhouseQuality .qualityIn .qualityLead {
    margin-top: 58px;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secInhouseQuality .qualityIn .qualityIntro {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .secInhouseQuality .qualityIn .qualityIntro .qualityText {
    font-size: 13px;
  }
  .secInhouseQuality .qualityIn .qualityIntro .qualityPhoto {
    height: 220px;
  }
  .secInhouseQuality .qualityIn .soloBox {
    padding: 28px 15px;
    margin-bottom: 40px;
  }
  .secInhouseQuality .qualityIn .soloBox .soloTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 18px auto 0;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage {
    width: fit-content;
    max-width: 100%;
    justify-self: center;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageLeft {
    grid-row: 1;
    max-width: 266px;
    width: 100%;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageRight {
    grid-row: 2;
    max-width: 266px;
    width: 100%;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageCenter {
    grid-row: 3;
  }
  .secInhouseQuality .qualityIn .soloBox .soloFoot {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .secInhouseQuality .qualityIn .soloBox .soloFoot .soloLogo {
    width: 160px;
    margin: 0 auto;
  }
  .secInhouseQuality .qualityIn .soloBox .soloFoot .soloText {
    font-size: 12px;
    text-align: center;
  }
  .secInhouseQuality .qualityIn .qualityList {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 0;
  }
  .secInhouseQuality .qualityIn .qualityList .qualityItem .itemPhoto {
    height: 220px;
  }
  .secInhouseQuality .qualityIn .qualityList .qualityItem .itemTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseQuality .qualityIn .qualityList .qualityItem .itemText {
    font-size: 13px;
  }
  .secInhouseQuality .qualityIn .qualityCard {
    margin-top: 40px;
  }
  .secInhouseQuality .qualityIn .qualityCard .areaTitle {
    font-size: clamp(14px, 5.9vw, 23px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-top: 20px;
    padding: 18px;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardPhoto {
    width: 100%;
    aspect-ratio: 274/205;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardText {
    margin-top: 12px;
    font-size: 13px;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore {
    margin-top: 20px;
    font-size: 13px;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore .moreArrow {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInhouseQuality .qualityIn {
    padding: 100px 0 140px;
  }
  .secInhouseQuality .qualityIn .qualityLead {
    font-size: clamp(17px, 2.19vw, 28px);
  }
  .secInhouseQuality .qualityIn .qualityIntro .qualityText {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInhouseQuality .qualityIn .soloBox .soloTitle {
    font-size: clamp(14px, 1.8vw, 23px);
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram {
    grid-template-columns: 267px 170px 297px;
    width: min(100%, 811px);
    justify-content: space-between;
    margin: 18px auto 0;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage {
    width: 100%;
  }
  .secInhouseQuality .qualityIn .soloBox .soloFoot {
    width: fit-content;
  }
  .secInhouseQuality .qualityIn .soloBox .soloFoot .soloText {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secInhouseQuality .qualityIn .qualityList .qualityItem .itemTitle {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secInhouseQuality .qualityIn .qualityList .qualityItem .itemText {
    font-size: 14px;
  }
  .secInhouseQuality .qualityIn .qualityCard .areaTitle {
    font-size: clamp(16px, 2.11vw, 27px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn {
    grid-template-columns: 274px minmax(0, 1fr);
    column-gap: 35px;
    min-height: 275px;
    margin-top: 22px;
    padding: 35px;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardPhoto {
    width: 274px;
    aspect-ratio: 274/205;
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardText {
    margin-top: 10px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore {
    margin-top: 26px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secInhouseQuality .qualityIn .qualityCard .qualityCardIn .cardBody .cardMore .moreArrow {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(12px, 2vw, 20px);
    row-gap: 20px;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage {
    max-width: 100%;
    justify-self: center;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageLeft {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 266px;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageLeft img {
    margin-left: auto;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageCenter {
    grid-column: 1/3;
    grid-row: 2;
    width: min(100%, 153px);
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageRight {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 266px;
    margin-top: auto;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageRight img {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1150px) {
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram {
    grid-template-columns: 267px 53px 153px 41px 297px;
    width: 811px;
    justify-content: start;
    margin: 20px auto 0;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage {
    width: 100%;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageLeft {
    grid-column: 1;
    margin: 12px 0 0;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageCenter {
    grid-column: 3;
    display: flex;
    align-items: center;
  }
  .secInhouseQuality .qualityIn .soloBox .soloBody .goalDiagram .goalImage.goalImageRight {
    grid-column: 5;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */