@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: clip;
  font-weight: 500;
  color: #3F3F3F;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.03em;
  line-height: 1.7;
}

#mainContent {
  max-width: 100%;
  overflow-x: clip;
}

a {
  color: #393939;
}
.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.fMedium {
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: min(92vw, 390px);
  }
  .commonWidthSp {
    width: min(92vw, 390px);
    margin: 0 auto;
  }
  .contentArea {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .fMedium {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(92vw, 1140px);
  }
  .commonWidthPc {
    width: min(92vw, 1140px);
    margin: 0 auto;
  }
  .contentArea {
    padding-top: 240px;
    min-height: calc(100vh - 68px - 100px);
  }
}
.commonReserveBtn {
  background: linear-gradient(to right, #FFCAAB 0%, #F49CB9 100%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.commonReserveBtn .icon {
  background: url(../images/icon_tel.svg) center center no-repeat;
  background-size: contain;
  width: 16px;
  aspect-ratio: 1/1;
}
.commonReserveBtn .text {
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .commonReserveBtn {
    padding: 11px 45px;
  }
  .commonReserveBtn .text {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.commonServiceHero.secSwitchHero .heroMain .heroIn .heroHeading .heroLabel,
.commonServiceHero.secSwitchHero .heroMain .heroIn .heroCopy .heroLabel,
.commonServiceHero.secInhouseHero .heroMain .heroIn .heroHeading .heroLabel,
.commonServiceHero.secInhouseHero .heroMain .heroIn .heroCopy .heroLabel,
.commonServiceHero.secOpenHero .heroMain .heroIn .heroHeading .heroLabel,
.commonServiceHero.secOpenHero .heroMain .heroIn .heroCopy .heroLabel {
  margin: 0;
  width: fit-content;
  background: #ffffff;
  color: #02B3AE;
  font-weight: 700;
}
.commonServiceHero.secSwitchHero .heroAction,
.commonServiceHero.secInhouseHero .heroAction,
.commonServiceHero.secOpenHero .heroAction {
  background: #c9f5ee;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn,
.commonServiceHero.secInhouseHero .heroAction .actionIn,
.commonServiceHero.secOpenHero .heroAction .actionIn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionPhone,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionPhone,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionPhone {
  align-self: flex-end;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionPhone .actionPhoneImg,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionPhone .actionPhoneImg,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionPhone .actionPhoneImg {
  display: block;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionItem {
  text-align: center;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionLead,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionLead,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionLead {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionBtn,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionBtn,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionBtn {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-weight: 500;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionTeal,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionTeal,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionTeal {
  background: #02B3AE;
  color: #ffffff;
}
.commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionYellow,
.commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionYellow,
.commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionYellow {
  background: #F6BF0B;
  color: #3F3F3F;
}

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

@media only screen and (max-width: 767px) {
  .partsConsult .consultIn {
    padding-top: 22px;
  }
  .partsConsult .consultIn .consultLead {
    font-size: 13px;
  }
  .partsConsult .consultIn .consultTitleRow {
    column-gap: 10px;
    margin-top: 20px;
  }
  .partsConsult .consultIn .consultTitleRow .consultRule {
    width: 38px;
    height: 3px;
  }
  .partsConsult .consultIn .consultTitleRow .consultTitle {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .partsConsult .consultIn .consultPoints {
    grid-template-columns: 1fr;
    row-gap: 14px;
    max-width: 320px;
    margin: 20px auto 0;
  }
  .partsConsult .consultIn .consultPoints .consultPoint {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
  }
  .partsConsult .consultIn .consultPoints .consultPoint + .consultPoint {
    border-top: 1px solid #ffffff;
    border-left: 0;
  }
  .partsConsult .consultIn .consultPoints .consultPoint .pointIcon {
    width: 50px;
    height: 50px;
  }
  .partsConsult .consultIn .consultPoints .consultPoint .pointIcon .pointIconImg {
    width: 16px;
    height: auto;
  }
  .partsConsult .consultIn .consultPoints .consultPoint .pointText {
    margin-top: 10px;
    font-size: clamp(14px, 3.85vw, 15px);
    text-align: left;
  }
  .partsConsult .consultIn .consultFree {
    margin-top: 18px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .partsConsult .consultIn .consultContact {
    width: 100%;
    max-width: 320px;
    min-height: 60px;
    margin-top: 16px;
    padding: 8px 0;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .partsConsult .consultGallery {
    margin-top: 48px;
  }
  .partsConsult .consultGallery .swiper-wrapper .galleryItem {
    width: 210px;
    aspect-ratio: 210/142;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .partsConsult {
    padding: 0 0 95px;
  }
  .partsConsult .consultIn {
    padding-top: 50px;
  }
  .partsConsult .consultIn .consultLead {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .partsConsult .consultIn .consultTitleRow {
    column-gap: 24px;
    margin-top: 58px;
  }
  .partsConsult .consultIn .consultTitleRow .consultRule {
    width: clamp(120px, 13.2vw, 190px);
    height: 4px;
  }
  .partsConsult .consultIn .consultTitleRow .consultTitle {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .partsConsult .consultIn .consultPoints {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(72%, 720px);
    margin: 42px auto 0;
  }
  .partsConsult .consultIn .consultPoints .consultPoint .pointIcon {
    width: 70px;
    height: 70px;
  }
  .partsConsult .consultIn .consultPoints .consultPoint .pointText {
    margin-top: 18px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .partsConsult .consultIn .consultFree {
    margin-top: 50px;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .partsConsult .consultIn .consultContact {
    width: 320px;
    min-height: 60px;
    margin-top: 28px;
    padding: 8px 20px;
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .partsConsult .consultGallery {
    margin-top: 75px;
  }
  .partsConsult .consultGallery .swiper-wrapper .galleryItem {
    width: 345px;
    aspect-ratio: 345/236;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .commonServiceHero.secSwitchHero .heroAction,
  .commonServiceHero.secInhouseHero .heroAction,
  .commonServiceHero.secOpenHero .heroAction {
    padding: 24px 0;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn,
  .commonServiceHero.secInhouseHero .heroAction .actionIn,
  .commonServiceHero.secOpenHero .heroAction .actionIn {
    flex-direction: column;
    row-gap: 14px;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionPhone,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionPhone,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionPhone {
    display: none;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem {
    width: 100%;
    max-width: 290px;
    margin: auto;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionLead,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionLead,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionLead {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionBtn,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionBtn,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionBtn {
    font-weight: 600;
    min-height: 60px;
    margin-top: 6px;
    padding: 8px 0;
    font-size: clamp(14px, 4.36vw, 17px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonServiceHero.secSwitchHero .heroAction,
  .commonServiceHero.secInhouseHero .heroAction,
  .commonServiceHero.secOpenHero .heroAction {
    height: 140px;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn,
  .commonServiceHero.secInhouseHero .heroAction .actionIn,
  .commonServiceHero.secOpenHero .heroAction .actionIn {
    height: 140px;
    column-gap: clamp(24px, 2.22vw, 32px);
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem {
    width: 290px;
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionLead,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionLead,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionLead {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .commonServiceHero.secSwitchHero .heroAction .actionIn .actionItem .actionBtn,
  .commonServiceHero.secInhouseHero .heroAction .actionIn .actionItem .actionBtn,
  .commonServiceHero.secOpenHero .heroAction .actionIn .actionItem .actionBtn {
    min-height: 60px;
    margin-top: 6px;
    padding: 8px 0;
    font-size: clamp(14px, 1.33vw, 17px);
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  .commonReserveBtn {
    padding: 11px 45px;
  }
  .commonReserveBtn .text {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
.menuBtn {
  display: none;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 200;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  row-gap: 6px;
}
.menuBtn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #3F3F3F;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

@media only screen and (max-width: 1079px) {
  .menuBtn {
    display: flex;
  }
}
@media print, screen and (min-width: 1080px) {
  .menuBtn {
    display: flex;
    position: static;
    transform: none;
    margin-left: 20px;
    width: 29px;
    height: 22px;
    row-gap: 8px;
  }
  .menuBtn span {
    width: 29px;
    background: #3F3F3F;
  }
}
body.navOn .menuBtn {
  z-index: 200;
}
body.navOn .menuBtn span {
  background: #ffffff;
}
body.navOn .menuBtn span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
body.navOn .menuBtn span:nth-of-type(2) {
  opacity: 0;
}
body.navOn .menuBtn span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.secHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(2, 179, 174, 0.1);
}
@media screen and (max-width: 767px) {
  .secHeader {
    position: absolute;
  }
}
.secHeader .secHeaderIn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.secHeader .headerLogo {
  flex-shrink: 0;
}
.secHeader .headerLogo a {
  display: block;
}
.secHeader .headerLogo .headerCatch {
  color: #606060;
  font-weight: 500;
}
.secHeader .headerLogo .headerLogoImg .logoImg {
  display: block;
  width: 100%;
  height: auto;
}
.secHeader .headerLogo .headerLogoImg .logoSp {
  display: none;
}

.headLinkArea {
  min-width: 0;
}
.headLinkArea .headLinkAreaIn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.headLinkArea .headLinkAreaIn .headNav {
  flex-shrink: 0;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem {
  position: relative;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .linkItem {
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .linkItem.ro {
  cursor: pointer;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem.hasChild .linkItem::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #3F3F3F;
  border-bottom: solid 1px #3F3F3F;
  transform: rotate(45deg);
  margin: -4px 8px 0 0;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .headSubList {
  position: absolute;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .headSubList li a {
  display: block;
  color: #3F3F3F;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .headSubList li a:hover {
  color: #02B3AE;
}
.headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem.hasChild:hover .headSubList {
  opacity: 1;
  visibility: visible;
}
.headLinkArea .headLinkAreaIn .headCtaArea {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn {
  display: flex;
  align-items: center;
  background: #F6BF0B;
  border-radius: 6px;
  flex-shrink: 0;
}
.headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn .icon {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #C59807;
  background-repeat: no-repeat;
  background-position: center center;
}
.headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn.catalog .icon {
  background-image: url(../images/icon_catalog.svg);
}
.headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn.contact .icon {
  background-image: url(../images/icon_contact.svg);
}
.headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn .text {
  color: #3F3F3F;
  font-weight: 600;
  white-space: nowrap;
}

@media only screen and (max-width: 1439px) {
  .headLinkArea .headLinkAreaIn .headNav {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .menuBtn {
    top: 12px;
  }
  .secHeader .secHeaderIn {
    height: 59px;
    padding: 0 13px;
  }
  .secHeader .headerLogo {
    padding: 0;
  }
  .secHeader .headerLogo .headerCatch {
    display: none;
  }
  .secHeader .headerLogo .headerLogoImg {
    width: 177px;
  }
  .secHeader .headerLogo .headerLogoImg .logoPc {
    display: none;
  }
  .secHeader .headerLogo .headerLogoImg .logoSp {
    display: block;
  }
  .headLinkArea {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menuBtn {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  body.navOn .menuBtn {
    opacity: 0;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .secHeader .secHeaderIn {
    height: 90px;
    padding: 0 20px 0 30px;
  }
  .secHeader .headerLogo .headerCatch {
    font-size: 11px;
    font-weight: 600;
    padding: 0 0 4px 0;
    letter-spacing: 0;
  }
  .secHeader .headerLogo .headerLogoImg {
    width: 286px;
  }
  .headLinkArea {
    margin-left: auto;
  }
  .headLinkArea .headLinkAreaIn {
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: min(2.5vw, 20px);
  }
  .headLinkArea .headLinkAreaIn .headNav .headNavList {
    column-gap: min(2vw, 28px);
  }
  .headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .linkItem {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .headSubList {
    top: 100%;
    padding: 12px 0;
    border-radius: 0 0 6px 6px;
  }
  .headLinkArea .headLinkAreaIn .headNav .headNavList .headNavItem .headSubList li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea {
    column-gap: 10px;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn {
    height: 45px;
    padding: 0 12px;
    column-gap: 10px;
    transition: opacity 0.3s ease;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn:hover {
    opacity: 0.8;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn .icon {
    width: 30px;
    height: 30px;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn .text {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn.catalog {
    width: 178px;
  }
  .headLinkArea .headLinkAreaIn .headCtaArea .ctaBtn.contact {
    width: 194px;
  }
}
.spBottomCta {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spBottomCta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    height: 72px;
    height: calc(72px + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .spBottomCta .spBottomCtaIn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: grid;
    grid-template-columns: 21.538% 21.538% 13.333% 21.538% 22.053%;
    height: 52px;
    height: calc(52px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #ffffff;
    box-shadow: 4px 0 10px rgba(2, 179, 174, 0.1);
    pointer-events: auto;
  }
  .spBottomCta .spCtaItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #3F3F3F;
    text-align: center;
    padding: 6px 0 0;
  }
  .spBottomCta .spCtaItem .spCtaIcon {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 0 4px;
  }
  .spBottomCta .spCtaItem .spCtaText {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
  }
  .spBottomCta .spCtaItem.simulationItem .spCtaIcon {
    background-image: url(../images/icon_simulation.svg);
  }
  .spBottomCta .spCtaItem.assessmentItem .spCtaIcon {
    background-image: url(../images/icon_assessment.svg);
  }
  .spBottomCta .spCtaItem.catalogItem .spCtaIcon {
    background-image: url(../images/icon_catalog_yellow.svg);
  }
  .spBottomCta .spCtaItem.contactItem .spCtaIcon {
    background-image: url(../images/icon_contact_yellow.svg);
  }
  .spBottomCta .spCtaMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
    width: 100%;
    height: 52px;
    padding: 0;
    border: none;
    background: #02B3AE;
    cursor: pointer;
  }
  .spBottomCta .spCtaMenu .spMenuLine {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
  body.navOn .spBottomCta {
    z-index: 200;
  }
  body.navOn .spBottomCta .spCtaMenu .spMenuLine:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  body.navOn .spBottomCta .spCtaMenu .spMenuLine:nth-of-type(2) {
    opacity: 0;
  }
  body.navOn .spBottomCta .spCtaMenu .spMenuLine:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .spBottomCta.isFooterIn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.globalNavWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
.globalNavWrap .globalNavBg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.globalNavWrap .globalNav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100vw, 430px);
  background: rgba(3, 179, 174, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}
.globalNavWrap .globalNav .navInner {
  position: relative;
  padding: 65px 27px 45px 28px;
  min-height: 100%;
}
.globalNavWrap .globalNav .navInner .closeButton {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 29px;
  height: 29px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.globalNavWrap .globalNav .navInner .closeButton .closeLine {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 29px;
  height: 2px;
  background: #ffffff;
  transform-origin: center center;
}
.globalNavWrap .globalNav .navInner .closeButton .closeLine:nth-of-type(1) {
  transform: rotate(45deg);
}
.globalNavWrap .globalNav .navInner .closeButton .closeLine:nth-of-type(2) {
  transform: rotate(-45deg);
}
.globalNavWrap .globalNav .navInner .navBlock .navBlockTitle {
  display: flex;
  align-items: center;
  column-gap: 9px;
  padding: 0 0 9px;
  border-bottom: solid 2px #ffffff;
}
.globalNavWrap .globalNav .navInner .navBlock .navBlockTitle .titleDot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F6BF0B;
  flex-shrink: 0;
}
.globalNavWrap .globalNav .navInner .navBlock .navBlockTitle .titleText {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList {
  padding: 18px 0 31px;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviParent {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviParent .parentDot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviParent .parentText {
  color: inherit;
  line-height: 1.45;
  text-align: left;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviParent.arrowLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviChildList {
  padding: 9px 0 13px 16px;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviChildList .naviChild {
  display: block;
  color: #D9F2F2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 6px;
}
.globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup.singleGroup {
  padding: 0 0 8px;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 15px 0 15px;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn {
  display: flex;
  align-items: center;
  min-height: 45px;
  border-radius: 6px;
  padding: 7px;
  column-gap: 7px;
  text-align: left;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn .btnIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  flex-shrink: 0;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn .btnText {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn .btnBreak {
  display: none;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.fillBtn {
  background: #F6BF0B;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.fillBtn .btnIcon {
  background-color: #C59807;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.fillBtn .btnText {
  color: #3F3F3F;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.lineBtn {
  border: solid 2px #ffffff;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.lineBtn .btnIcon {
  background-color: #B3E8E7;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.lineBtn .btnText {
  color: #ffffff;
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.catalogBtn .btnIcon {
  background-image: url(../images/icon_catalog.svg);
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.contactBtnItem .btnIcon {
  background-image: url(../images/icon_contact.svg);
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.simulationBtn .btnIcon {
  background-image: url(../images/icon_simulation.svg);
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.assessmentBtn .btnIcon {
  background-size: auto;
  background-image: url(../images/icon_assessment.svg);
}
.globalNavWrap .globalNav .navInner .contactBlock .contactBtn.assessmentBtn .btnText {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .globalNavWrap .globalNav .navInner .contactBlock .contactBtn.assessmentBtn .btnText {
    font-size: 15px;
  }
}
.globalNavWrap .globalNav .navInner .contactBlock .telLink {
  display: block;
  text-align: left;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .globalNavWrap .globalNav {
    width: min(100vw, 390px);
  }
  .globalNavWrap .globalNav .navInner {
    padding: 35px 30px 140px;
  }
  .globalNavWrap .globalNav .navInner .menuBlock .naviList .naviGroup .naviParent {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-right: 24px;
  }
  .globalNavWrap .globalNav .navInner .contactBlock .contactList {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .globalNavWrap .globalNav {
    width: 435px;
  }
  .globalNavWrap .globalNav .navInner {
    padding: 66px 27px 45px 28px;
  }
  .globalNavWrap .globalNav .navInner .contactBlock .contactBtn .btnBreak {
    display: block;
  }
}
@media only screen and (max-width: 1079px) {
  .globalNavWrap .globalNav .navInner .closeButton {
    top: 12px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
  .globalNavWrap .globalNav .navInner .closeButton .closeLine {
    top: 17px;
    left: 6px;
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .globalNavWrap .globalNav .navInner .closeButton {
    display: none;
  }
}
body.navOn {
  overflow: hidden;
  width: 100%;
}
body.navOn .globalNavWrap {
  pointer-events: all;
}
body.navOn .globalNavWrap .globalNavBg {
  opacity: 1;
}
body.navOn .globalNavWrap .globalNav {
  transform: translateX(0);
}

@media print, screen and (min-width: 1080px) {
  .globalNavWrap .globalNavBg {
    background: transparent;
  }
  body.navOn {
    overflow: visible;
    width: auto;
  }
}
.commonTitleArea .pageTitle {
  display: flex;
  flex-direction: column;
}
.commonTitleArea .pageTitle .titleJp {
  order: 2;
  font-weight: 700;
  color: #3f3f3f;
  line-height: 1.6;
}
.commonTitleArea .pageTitle .titleEn {
  order: 1;
  display: flex;
  align-items: center;
  color: #3f3f3f;
  font-weight: 700;
  line-height: 1;
}
.commonTitleArea .pageTitle .titleEn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13b9a8;
}
.commonTitleArea .pnkzArea {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}
.commonTitleArea .pnkzArea * {
  letter-spacing: 0.03em;
}
.commonTitleArea .pnkzArea a.pnkzList,
.commonTitleArea .pnkzArea span.pnkzList,
.commonTitleArea .pnkzArea .pnkzArrow {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.commonTitleArea .pnkzArea .pnkzList.pnkzCurrent {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
.commonTitleArea .pnkzArea .pnkzArrow {
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #3f3f3f;
}
.commonTitleArea .pnkzArea a.pnkzList {
  color: #3f3f3f;
}
.commonTitleArea .pnkzArea span.pnkzList {
  color: #b6b6b6;
}

@media only screen and (max-width: 767px) {
  .commonTitleArea {
    padding: 0px 0 34px 0;
  }
  .commonTitleArea .pageTitle {
    padding: 0 0 14px 0;
  }
  .commonTitleArea .pageTitle .titleJp {
    font-size: clamp(18px, 7.69vw, 30px);
    padding: 0 0 0px 0;
  }
  .commonTitleArea .pageTitle .titleEn {
    column-gap: 8px;
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  .commonTitleArea .pnkzArea {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    padding: 0px 0 50px 0;
  }
  .commonTitleArea .pageTitle {
    padding: 0 0 18px 0;
  }
  .commonTitleArea .pageTitle .titleJp {
    font-size: clamp(24px, 3.13vw, 40px);
    padding: 0;
  }
  .commonTitleArea .pageTitle .titleEn {
    column-gap: 10px;
    font-size: 17px;
    margin: 0 0 15px 0;
  }
  .commonTitleArea .pnkzArea {
    font-size: 14px;
  }
}
.commonSideLayout .sideNav .sideTitle {
  font-weight: 700;
  color: #3f3f3f;
  line-height: 1.5;
}
.commonSideLayout .sideNav .sideGroupTitle {
  font-weight: 700;
  color: #13b9a8;
  line-height: 1.5;
}
.commonSideLayout .sideNav .sideList .sideLink {
  display: inline-flex;
  align-items: flex-start;
  color: #b6b6b6;
  font-weight: bold;
  line-height: 1.5;
}
.commonSideLayout .sideNav .sideList .sideLink::before {
  content: "";
  width: 6px;
  height: 6px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 50%;
  background: #b6b6b6;
  position: relative;
  top: 0.5em;
}
.commonSideLayout .sideNav .sideList .sideLink.on {
  color: #13b9a8;
}
.commonSideLayout .sideNav .sideList .sideLink.on::before {
  background: #13b9a8;
}
@media only screen and (max-width: 767px) {
  .commonSideLayout .sideNav {
    padding: 0 0 32px 0;
  }
  .commonSideLayout .sideNav .sideTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 12px 0;
  }
  .commonSideLayout .sideNav .sideGroupTitle {
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
  }
  .commonSideLayout .sideNav .sideList {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
  }
  .commonSideLayout .sideNav .sideList .sideLink {
    font-size: 13px;
    column-gap: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonSideLayout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: clamp(42px, 6.6vw, 96px);
  }
  .commonSideLayout .sideNav {
    position: sticky;
    top: 100px;
    width: clamp(160px, 15vw, 198px);
    flex-shrink: 0;
    padding: 2px 0 0 0;
  }
  .commonSideLayout .sideNav .sideTitle {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 0 0 16px 0;
  }
  .commonSideLayout .sideNav .sideGroupTitle {
    font-size: 16px;
    margin: 24px 0 0 0;
    padding: 0 0 12px 0;
  }
  .commonSideLayout .sideNav .sideList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .commonSideLayout .sideNav .sideList .sideLink {
    font-size: clamp(14px, 1.25vw, 16px);
    column-gap: 10px;
  }
  .commonSideLayout .sideNav .sideList .sideLink + .sideLink {
    margin-top: 8px;
  }
  .commonSideLayout .mainArea {
    min-width: 0;
    width: calc(100% - clamp(150px, 15vw, 190px) - clamp(42px, 6.6vw, 96px));
  }
}
.commonBackBtnWrap {
  margin: 0 auto;
}
.commonBackBtnWrap .backBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #3F3F3F;
}
.commonBackBtnWrap .backBtn .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #393939;
  border-radius: 50%;
}
.commonBackBtnWrap .backBtn .arrow::before {
  content: "←";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
.commonBackBtnWrap .backBtn .text {
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .commonBackBtnWrap {
    padding: 42px 0 0 0;
    text-align: center;
  }
  .commonBackBtnWrap .backBtn {
    column-gap: 8px;
  }
  .commonBackBtnWrap .backBtn .arrow {
    width: 22px;
    height: 22px;
  }
  .commonBackBtnWrap .backBtn .arrow::before {
    font-size: 12px;
  }
  .commonBackBtnWrap .backBtn .text {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonBackBtnWrap {
    padding: 58px 0 0 0;
    text-align: center;
  }
  .commonBackBtnWrap .backBtn {
    column-gap: 10px;
  }
  .commonBackBtnWrap .backBtn .arrow {
    width: 24px;
    height: 24px;
  }
  .commonBackBtnWrap .backBtn .arrow::before {
    font-size: 13px;
  }
  .commonBackBtnWrap .backBtn .text {
    font-size: 13px;
  }
}
.commonCaseArea {
  display: flex;
  flex-direction: column;
}
.commonCaseArea .caseItem .itemLink {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: solid 1px #e8f4f2;
  box-shadow: 0 0 10px 0 rgba(19, 185, 168, 0.2);
  border-radius: 6px;
  color: #3F3F3F;
}
.commonCaseArea .caseItem .itemLink .topRow {
  display: flex;
  align-items: flex-start;
}
.commonCaseArea .caseItem .itemLink .topRow .thumb {
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.commonCaseArea .caseItem .itemLink .topRow .thumb .thumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonCaseArea .caseItem .itemLink .topRow .body {
  flex: 1;
  min-width: 0;
}
.commonCaseArea .caseItem .itemLink .topRow .body .clientName {
  color: #3F3F3F;
  font-weight: 700;
  line-height: 1.6;
}
.commonCaseArea .caseItem .itemLink .topRow .body .ttl {
  color: #13b9a8;
  font-weight: 700;
  line-height: 1.4;
}
.commonCaseArea .caseItem .itemLink .topRow .body .metaList {
  position: relative;
}
.commonCaseArea .caseItem .itemLink .topRow .body .metaList::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #aaaaaa;
  width: 1px;
}
.commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  font-weight: 500;
  line-height: 1.6;
}
.commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .label {
  flex-shrink: 0;
  white-space: nowrap;
}
.commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .value {
  white-space: nowrap;
}
.commonCaseArea .caseItem .itemLink .moreBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #3F3F3F;
}
.commonCaseArea .caseItem .itemLink .moreBtn .text {
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}
.commonCaseArea .caseItem .itemLink .moreBtn .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3F3F3F;
  border-radius: 50%;
}
.commonCaseArea .caseItem .itemLink .moreBtn .arrow::before {
  content: "→";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .commonCaseArea .caseItem .itemLink {
    padding: 16px;
    row-gap: 12px;
  }
  .commonCaseArea .caseItem .itemLink .topRow {
    column-gap: 16px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .thumb {
    width: 96px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body {
    width: calc(100% - 96px - 16px);
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .clientName {
    font-size: 13px;
    margin: 0 0 4px 0;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .ttl {
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 0 0 8px 0;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList::before {
    left: 74px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow {
    font-size: 12px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .label {
    width: 74px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .value {
    margin-left: 12px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn {
    column-gap: 8px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .text {
    font-size: 13px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .arrow {
    width: 26px;
    height: 26px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .arrow::before {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonCaseArea .caseItem .itemLink {
    padding: clamp(20px, 2.2vw, 30px);
    row-gap: 0px;
  }
  .commonCaseArea .caseItem .itemLink .topRow {
    column-gap: clamp(20px, 2.5vw, 30px);
  }
  .commonCaseArea .caseItem .itemLink .topRow .thumb {
    width: clamp(120px, 12.5vw, 181px);
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .clientName {
    font-size: 14px;
    margin: 0 0 4px 0;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .ttl {
    font-size: clamp(17px, 1.53vw, 22px);
    margin: 0 0 10px 0;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList::before {
    left: 90px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow {
    font-size: 15px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .label {
    width: 90px;
  }
  .commonCaseArea .caseItem .itemLink .topRow .body .metaList .metaRow .value {
    margin-left: 20px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn {
    column-gap: 10px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .text {
    font-size: 15px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .arrow {
    width: 30px;
    height: 30px;
  }
  .commonCaseArea .caseItem .itemLink .moreBtn .arrow::before {
    font-size: 13px;
  }
}
.commonColumnArea {
  display: flex;
  flex-wrap: wrap;
}
.commonColumnArea .columnItem .itemLink {
  display: block;
  height: 100%;
  background: #ffffff;
  border: solid 1px #e8f4f2;
  box-shadow: 0 0 10px 0 rgba(19, 185, 168, 0.1);
  color: #3F3F3F;
}
.commonColumnArea .columnItem .itemLink .thumb {
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
}
.commonColumnArea .columnItem .itemLink .thumb .thumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.commonColumnArea .columnItem .itemLink .category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d6f9f1;
  color: #13b9a8;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1;
}
.commonColumnArea .columnItem .itemLink .ttl {
  color: #13b9a8;
  font-weight: 700;
  line-height: 1.45;
}
.commonColumnArea .columnItem .itemLink .lead {
  color: #3F3F3F;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .commonColumnArea .columnItem {
    width: 100%;
  }
  .commonColumnArea .columnItem .itemLink {
    padding: 18px 18px 22px 18px;
    border-radius: 6px;
  }
  .commonColumnArea .columnItem .itemLink .thumb {
    aspect-ratio: 300/170;
    margin: 0 0 14px 0;
  }
  .commonColumnArea .columnItem .itemLink .category {
    min-height: 20px;
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 0 8px 0;
  }
  .commonColumnArea .columnItem .itemLink .ttl {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonColumnArea .columnItem .itemLink .lead {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonColumnArea .columnItem .itemLink {
    padding: clamp(24px, 2.6vw, 32px);
    border-radius: 6px;
  }
  .commonColumnArea .columnItem .itemLink .thumb {
    aspect-ratio: 329/184;
    margin: 0 0 18px 0;
  }
  .commonColumnArea .columnItem .itemLink .category {
    min-height: 22px;
    padding: 5px 12px;
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  .commonColumnArea .columnItem .itemLink .ttl {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .commonColumnArea .columnItem .itemLink .lead {
    font-size: 14px;
    margin: 12px 0 0 0;
  }
}
.commonNoneDataArea {
  text-align: center;
  color: #3F3F3F;
}

@media only screen and (max-width: 767px) {
  .commonNoneDataArea {
    padding: 40px 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonNoneDataArea {
    padding: 100px 0;
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .commonPager {
    padding: 44px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonPager {
    padding: 74px 0 0 0;
  }
}
.supportSection {
  background: #13b9a8;
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .statusBadge {
  background: #EEE136;
  color: #13b9a8;
  border-radius: 2px;
  font-weight: 600;
  padding: 1px 6px;
}
.supportSection .sectionInner .supportContent .mainHeading {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .mainHeading .headingHighlight {
  background: linear-gradient(to bottom, transparent 80%, #EEE136 80%, #EEE136 95%, transparent 95%);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelLeft {
  background: url(../images/cta_line_left.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
  letter-spacing: 0;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelRight {
  background: url(../images/cta_line_right.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
  border: solid 1px #ffffff;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  transition: background-color 0.3s;
  color: #ffffff;
  animation-name: btnShadow;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timeline: cubic-bezier(0.8, 0.06, 0.55, 0.99);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton:hover {
  background: #4EAB88;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .iconCol {
  width: 40px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol {
  width: calc(100% - 40px - 12px);
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 130%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .supportSection .sectionInner {
    padding: 40px 0 0 0;
  }
  .supportSection .sectionInner .supportContent {
    padding: 0 0 20px 0;
    width: min(100%, 286px);
    margin: 0 auto;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 4px 0 16px 0;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 10px 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
    padding: 0 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 8px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
  .supportSection .sectionInner .imageArea {
    width: 120px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .supportSection .sectionInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .supportSection .sectionInner .supportContent {
    padding: 58px 0;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(24px, 3.13vw, 40px);
    padding: 4px 0 16px 0;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 16px 0 36px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 12px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
}
.secFooter {
  background: #F8F8F8;
}
.secFooter * {
  list-style: none;
}
.secFooter .secFooterIn .corpCol .corpLogo img {
  display: block;
  width: 100%;
  height: auto;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeName {
  font-weight: 600;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel a {
  color: #3F3F3F;
  letter-spacing: 0.02em;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel a:hover {
  text-decoration: none;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeAddress {
  font-weight: 700;
  line-height: 1.45;
}
.secFooter .secFooterIn .corpCol .officeArea .officeItem .officeNote {
  font-weight: 700;
}
.secFooter .secFooterIn .corpCol .ctaArea .ctaBtn {
  display: flex;
  align-items: center;
  background: #F6BF0B;
  border-radius: 6px;
  box-sizing: border-box;
}
.secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .icon {
  flex-shrink: 0;
  background-color: #C59807;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .text {
  color: #3F3F3F;
  font-weight: 700;
  line-height: 1.3;
}
.secFooter .secFooterIn .corpCol .ctaArea .ctaBtn.catalog .icon {
  background-image: url(../images/icon_catalog.svg);
}
.secFooter .secFooterIn .corpCol .ctaArea .ctaBtn.contact .icon {
  background-image: url(../images/icon_contact.svg);
}
.secFooter .secFooterIn .linkCol .linkGroupInnerWrap {
  display: flex;
  flex-direction: column;
}
.secFooter .secFooterIn .linkCol .linkGroup .linkGroupTtl {
  display: block;
  color: #02B3AE;
  font-weight: 700;
}
.secFooter .secFooterIn .linkCol .linkGroup .linkGroupList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li {
  list-style: none;
}
.secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li a {
  color: #3F3F3F;
  font-weight: 700;
  transition: opacity 0.3s;
}
.secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.secFooter .footerBottom .policyLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.secFooter .footerBottom .policyLinks li {
  border-left: solid 1px #3F3F3F;
}
.secFooter .footerBottom .policyLinks li:first-child {
  border-left: none;
}
.secFooter .footerBottom .policyLinks li a {
  display: inline-block;
  color: #7F7F7F;
  font-weight: 700;
  transition: opacity 0.3s;
}
.secFooter .footerBottom .policyLinks li a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.secFooter .footerBottom .policyLinks li a.external::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border: solid 1px #7F7F7F;
  box-shadow: 2px 3px 0 -1px #F8F8F8, 2px 3px 0 0 #7F7F7F;
  transform: translateY(-3px);
}
.secFooter .footerBottom .copyright {
  border-top: solid 1px #3F3F3F;
  text-align: center;
  color: #3F3F3F;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 42px 0 35px 0;
  }
  .secFooter .commonWidth {
    width: min(91.8vw, 358px);
  }
  .secFooter .secFooterIn .footerTop {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }
  .secFooter .secFooterIn .corpCol .corpLogo {
    width: 100%;
    margin: 0 auto;
  }
  .secFooter .secFooterIn .corpCol .officeArea {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    margin: 31px 0 0 0;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeName {
    font-size: 12px;
    line-height: 1.3;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel {
    font-size: 18px;
    line-height: 1.3;
    padding: 11px 0 8px;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel a {
    line-height: 1.3;
    white-space: nowrap;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeAddress {
    font-size: 11px;
    line-height: 1.45;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeNote {
    font-size: 11px;
    line-height: 1.45;
    padding: 10px 0 0 0;
  }
  .secFooter .secFooterIn .corpCol .ctaArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 18px 0 0 0;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn {
    width: 242px;
    height: 45px;
    padding: 0 16px 0 21px;
    column-gap: 11px;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .icon {
    width: 29px;
    height: 29px;
    background-size: 18px auto;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .text {
    font-size: clamp(14px, 3.85vw, 15px);
    white-space: nowrap;
  }
  .secFooter .secFooterIn .linkCol {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .secFooter .secFooterIn .linkCol .linkGroupInnerWrap {
    gap: 32px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupTtl {
    font-size: clamp(14px, 3.85vw, 15px);
    line-height: 1.35;
    padding: 0 0 20px 0;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li {
    position: relative;
    padding: 0 0 0 22px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #3F3F3F;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li a {
    font-size: 13px;
    line-height: 1.45;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupTtl {
    display: none;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 10px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li {
    padding-left: 0;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li::before {
    content: none;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li a {
    font-size: 14px;
    line-height: 1.65;
  }
  .secFooter .footerBottom {
    margin: 37px 0 0 0;
  }
  .secFooter .footerBottom .policyLinks {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    column-gap: 16px;
    row-gap: 10px;
  }
  .secFooter .footerBottom .policyLinks li {
    border-left: none;
    padding: 0;
  }
  .secFooter .footerBottom .policyLinks li a {
    font-size: 13px;
    line-height: 1.65;
  }
  .secFooter .footerBottom .copyright {
    margin: 39px 0 0 0;
    padding: 19px 0 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    padding: 76px 0 16px 0;
    margin-top: 50px;
  }
  .secFooter .commonWidth {
    width: min(88.89vw, 1280px);
  }
  .secFooter .secFooterIn .footerTop {
    display: flex;
    justify-content: flex-start;
    column-gap: 87px;
  }
  .secFooter .secFooterIn .corpCol {
    width: 448px;
    flex-shrink: 0;
  }
  .secFooter .secFooterIn .corpCol .corpLogo {
    width: 429px;
  }
  .secFooter .secFooterIn .corpCol .officeArea {
    display: flex;
    column-gap: 20px;
    margin: 25px 0 0 0;
    justify-content: space-between;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem {
    width: 220px;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeName {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel {
    font-size: clamp(14px, 1.72vw, 22px);
    line-height: 1.3;
    padding: 8px 0 0px;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeTel a {
    line-height: 1.3;
    white-space: nowrap;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeAddress {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.45;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem .officeNote {
    font-size: 11px;
    line-height: 1.45;
    padding: 8px 0 0 0;
  }
  .secFooter .secFooterIn .corpCol .officeArea .officeItem:nth-child(2) {
    width: 226px;
  }
  .secFooter .secFooterIn .corpCol .ctaArea {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 11px;
    row-gap: 12px;
    margin: 31px 0 0 3px;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn {
    width: 195px;
    height: 45px;
    padding: 0 16px;
    column-gap: 6px;
    transition: opacity 0.3s ease;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn:hover {
    opacity: 0.8;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .icon {
    width: 29px;
    height: 29px;
    background-size: 18px auto;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn .text {
    font-size: clamp(14px, 1.17vw, 15px);
    white-space: nowrap;
  }
  .secFooter .secFooterIn .corpCol .ctaArea .ctaBtn.contact {
    width: 242px;
  }
  .secFooter .secFooterIn .linkCol {
    display: grid;
    grid-template-columns: 220px 210px 240px;
    column-gap: clamp(0.938rem, -11.875rem + 17.08vw, 3.5rem);
  }
  .secFooter .secFooterIn .linkCol .linkGroupInnerWrap {
    gap: 20px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupTtl {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.3;
    padding: 0px 0 20px 0;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li {
    position: relative;
    padding: 0 0 0 22px;
    line-height: 1.2;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #3F3F3F;
  }
  .secFooter .secFooterIn .linkCol .linkGroup .linkGroupList li a {
    font-size: 14px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupTtl {
    color: #3F3F3F;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList {
    row-gap: 20px;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li {
    padding-left: 0;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li::before {
    content: none;
  }
  .secFooter .secFooterIn .linkCol .linkGroup:nth-child(3) .linkGroupList li a {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.35;
  }
  .secFooter .footerBottom {
    margin: 103px 0 0 0;
  }
  .secFooter .footerBottom .policyLinks {
    justify-content: flex-start;
    column-gap: 18px;
    row-gap: 12px;
  }
  .secFooter .footerBottom .policyLinks li {
    padding: 0 0 0 18px;
    line-height: 1;
  }
  .secFooter .footerBottom .policyLinks li a {
    font-size: 13px;
    line-height: 1.4;
  }
  .secFooter .footerBottom .copyright {
    margin: 15px 0 0 0;
    padding: 21px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .secFooter .secFooterIn .footerTop {
    flex-direction: column;
    row-gap: 48px;
  }
  .secFooter .secFooterIn .officeArea {
    justify-content: left !important;
  }
  .secFooter .secFooterIn .corpCol {
    width: 100%;
  }
  .secFooter .secFooterIn .corpCol .ctaArea {
    flex-wrap: wrap;
  }
  .secFooter .secFooterIn .linkCol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
  }
  .secFooter .footerBottom {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 767px) {
  .secFooter .footerBottom .policyLinks {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 12px;
    flex-wrap: wrap;
  }
  .secFooter .footerBottom .policyLinks li {
    border-left: none;
    padding: 0;
  }
}
.partsAssessment .assessmentBox, .partsSimulation .assessmentBox {
  position: relative;
  display: grid;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  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);
  border-radius: 20px;
}
.partsAssessment .assessmentBox .assessmentPhone, .partsSimulation .assessmentBox .assessmentPhone {
  align-self: end;
}
.partsAssessment .assessmentBox .assessmentPhone .assessmentPhoneImg, .partsSimulation .assessmentBox .assessmentPhone .assessmentPhoneImg {
  display: block;
}
.partsAssessment .assessmentBox .assessmentBody, .partsSimulation .assessmentBox .assessmentBody {
  position: relative;
  z-index: 2;
  align-self: center;
  text-align: center;
}
.partsAssessment .assessmentBox .assessmentBody .assessmentLead, .partsSimulation .assessmentBox .assessmentBody .assessmentLead {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.partsAssessment .assessmentBox .assessmentBody .assessmentTitle, .partsAssessment .assessmentBox .assessmentBody .simulationTitle, .partsSimulation .assessmentBox .assessmentBody .assessmentTitle, .partsSimulation .assessmentBox .assessmentBody .simulationTitle {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.09em;
  white-space: nowrap;
  letter-spacing: 0.09em;
}
.partsAssessment .assessmentBox .assessmentBody .assessmentBtn, .partsAssessment .assessmentBox .assessmentBody .simulationBtn, .partsSimulation .assessmentBox .assessmentBody .assessmentBtn, .partsSimulation .assessmentBox .assessmentBody .simulationBtn {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border: solid 2px #ffffff;
  border-radius: 5px;
  color: #ffffff;
  letter-spacing: 0.02em;
  background: #02B3AE;
  font-weight: 600;
}
.partsAssessment .assessmentBox .assessmentStaff, .partsSimulation .assessmentBox .assessmentStaff {
  align-self: end;
}
.partsAssessment .assessmentBox .assessmentStaff .assessmentStaffImg, .partsSimulation .assessmentBox .assessmentStaff .assessmentStaffImg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .partsAssessment .assessmentBox, .partsSimulation .assessmentBox {
    grid-template-columns: max-content;
    justify-content: center;
    width: min(92vw, 390px);
    padding: 34px clamp(18px, 6vw, 26px) 0;
    background-size: 35px 55px;
    gap: 20px;
    max-width: 350px;
  }
  .partsAssessment .assessmentBox .assessmentPhone, .partsSimulation .assessmentBox .assessmentPhone {
    width: 152px;
    order: 2;
    margin: 0 auto;
    position: relative;
    bottom: -5px;
  }
  .partsAssessment .assessmentBox .assessmentPhone .assessmentPhoneImg, .partsSimulation .assessmentBox .assessmentPhone .assessmentPhoneImg {
    width: 100%;
    height: auto;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentLead, .partsSimulation .assessmentBox .assessmentBody .assessmentLead {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.5;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentTitle, .partsSimulation .assessmentBox .assessmentBody .assessmentTitle {
    letter-spacing: -0.02em;
    margin-top: 5px;
    font-size: clamp(17px, 7.18vw, 28px);
    line-height: 1.4;
  }
  .partsAssessment .assessmentBox .assessmentBody .simulationTitle, .partsSimulation .assessmentBox .assessmentBody .simulationTitle {
    line-height: 100%;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentBtn, .partsAssessment .assessmentBox .assessmentBody .simulationBtn, .partsSimulation .assessmentBox .assessmentBody .assessmentBtn, .partsSimulation .assessmentBox .assessmentBody .simulationBtn {
    width: 290px;
    min-height: 60px;
    margin-top: 18px;
    padding: 8px 0;
    font-size: clamp(14px, 4.36vw, 17px);
    line-height: 1.4;
  }
  .partsAssessment .assessmentBox .assessmentStaff, .partsSimulation .assessmentBox .assessmentStaff {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .partsAssessment .assessmentBox, .partsSimulation .assessmentBox {
    grid-template-columns: clamp(160px, 17.36vw, 250px) minmax(320px, 1fr) clamp(145px, 14.58vw, 210px);
    align-items: end;
    width: min(92vw, 1240px);
    height: 290px;
    padding: 0 clamp(34px, 4.17vw, 60px);
    background-size: 42px 70px;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentLead, .partsSimulation .assessmentBox .assessmentBody .assessmentLead {
    font-size: clamp(14px, 1.56vw, 20px);
    line-height: 1.5;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentTitle, .partsAssessment .assessmentBox .assessmentBody .simulationTitle, .partsSimulation .assessmentBox .assessmentBody .assessmentTitle, .partsSimulation .assessmentBox .assessmentBody .simulationTitle {
    margin-top: 5px;
    font-size: clamp(38px, 3.75vw, 54px);
    line-height: 1.35;
  }
  .partsAssessment .assessmentBox .assessmentBody .simulationTitle, .partsSimulation .assessmentBox .assessmentBody .simulationTitle {
    line-height: 100%;
  }
  .partsAssessment .assessmentBox .assessmentBody .assessmentBtn, .partsAssessment .assessmentBox .assessmentBody .simulationBtn, .partsSimulation .assessmentBox .assessmentBody .assessmentBtn, .partsSimulation .assessmentBox .assessmentBody .simulationBtn {
    width: fit-content;
    height: 58px;
    margin-top: 18px;
    padding: 8px clamp(14px, 1.6vw, 23px);
    font-size: clamp(14px, 1.48vw, 19px);
    line-height: 1.4;
  }
}
.partsContactCta {
  overflow: hidden;
}
.partsContactCta .contactCtaHead {
  display: grid;
}
.partsContactCta .contactCtaHeadText {
  background: #3F3F3F;
  color: #ffffff;
}
.partsContactCta .contactCtaLabel {
  position: relative;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
.partsContactCta .contactCtaLabel::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #02B3AE;
  vertical-align: middle;
}
.partsContactCta .contactCtaTitle {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.partsContactCta .contactCtaLead {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
.partsContactCta .contactCtaImage {
  background: #02B3AE;
}
.partsContactCta .contactCtaImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partsContactCta .contactCtaCards {
  display: grid;
  position: relative;
  z-index: 2;
}
.partsContactCta .contactCtaCard {
  position: relative;
  background: #F1FFFD;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(2, 179, 174, 0.5);
  box-sizing: border-box;
  text-align: left;
}
.partsContactCta .contactCtaCard.contactCard {
  background: #FFFCF3;
  box-shadow: 0 0 10px rgba(246, 191, 11, 0.5);
}
.partsContactCta .contactCtaCard.contactCard .cardIcon {
  background-color: #C59807;
}
.partsContactCta .cardHead {
  display: flex;
  align-items: center;
}
.partsContactCta .cardIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #ffffff;
  background-color: #4C9DA3;
  background-repeat: no-repeat;
  background-position: center center;
}
.partsContactCta .simulationIcon {
  background-image: url("../images/icon_ simulation.svg");
}
.partsContactCta .costIcon {
  background-image: url(../images/icon_cost.svg);
}
.partsContactCta .mailIcon {
  background-image: url(../images/icon_mail.svg);
}
.partsContactCta .cardProblem {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.partsContactCta .cardTitle {
  position: relative;
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  white-space: nowrap;
}
.partsContactCta .cardTitle span {
  position: relative;
  z-index: 1;
}
.partsContactCta .cardTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.24em;
  width: 100%;
  height: 5px;
  background: #F6BF0B;
}
.partsContactCta .cardText {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.partsContactCta .cardButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  transition: opacity 0.3s ease;
}
.partsContactCta .cardButton:hover {
  opacity: 0.82;
  text-decoration: none;
}
.partsContactCta .tealButton {
  background: #02B3AE;
  color: #ffffff;
}
.partsContactCta .yellowButton {
  background: #F6BF0B;
  color: #3F3F3F;
}
.partsContactCta .cardNote {
  margin: 0;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.partsContactCta .telNote {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.11em;
}

@media only screen and (max-width: 767px) {
  .partsContactCta {
    padding: 0 0 40px;
  }
  .partsContactCta .contactCtaHead {
    grid-template-columns: 1fr;
  }
  .partsContactCta .contactCtaHeadText {
    padding: 40px 0 36px;
  }
  .partsContactCta .contactCtaHeadTextIn {
    width: min(91.8vw, 358px);
    margin: 0 auto;
  }
  .partsContactCta .contactCtaLabel {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .partsContactCta .contactCtaLabel::before {
    width: 8px;
    height: 8px;
    margin: -2px 8px 0 0;
  }
  .partsContactCta .contactCtaTitle {
    margin: 7px 0 0;
    line-height: 150%;
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .partsContactCta .contactCtaLead {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .partsContactCta .contactCtaImage {
    height: 225px;
  }
  .partsContactCta .commonWidth {
    width: min(91.8vw, 358px);
  }
  .partsContactCta .contactCtaCards {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-top: -45px;
  }
  .partsContactCta .contactCtaCard {
    padding: 27px 25px;
  }
  .partsContactCta .cardHead {
    gap: 15px;
  }
  .partsContactCta .cardIcon {
    width: 58px;
    height: 58px;
    background-size: 30px auto;
  }
  .partsContactCta .cardProblem {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .partsContactCta .cardTitle {
    display: inline-block;
    margin: 20px 0 0;
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .partsContactCta .cardTitle::after {
    bottom: 5px;
  }
  .partsContactCta .cardText {
    margin: 3px 0 0;
    font-size: 14px;
  }
  .partsContactCta .cardButton {
    width: 100%;
    height: 54px;
    margin: 16px 0 0;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .partsContactCta .cardNote {
    margin: 10px 0 0;
    font-size: 13px;
  }
  .partsContactCta .telNote {
    font-size: clamp(14px, 4.36vw, 17px);
  }
}
@media print, screen and (min-width: 768px) {
  .partsContactCta {
    padding: 0 0 10px;
  }
  .partsContactCta .contactCtaHead {
    grid-template-columns: minmax(0, 44.444%) minmax(0, 55.556%);
    grid-template-rows: 450px;
    height: 450px;
  }
  .partsContactCta .contactCtaHeadText {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .partsContactCta .contactCtaHeadTextIn {
    position: absolute;
    top: 72px;
    left: calc((100vw - min(92vw, 1140px)) / 2);
    width: min(490px, 44.444vw - (100vw - min(92vw, 1140px)) / 2 - 24px);
    padding: 0;
    box-sizing: border-box;
  }
  .partsContactCta .contactCtaLabel {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .partsContactCta .contactCtaLabel::before {
    width: 10px;
    height: 10px;
    margin: -2px 8px 0 0;
  }
  .partsContactCta .contactCtaTitle {
    margin: 12px 0 0;
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .partsContactCta .contactCtaLead {
    margin: 24px 0 0;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .partsContactCta .commonWidth {
    width: min(92vw, 1140px);
  }
  .partsContactCta .contactCtaCards {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(1.25rem, -2.865rem + 8.58vw, 2.5rem);
    margin-top: -150px;
  }
  .partsContactCta .contactCtaCard {
    padding: 20px clamp(0.625rem, -3.49rem + 8.58vw, 1.875rem) 28px;
  }
  .partsContactCta .cardHead {
    gap: 19px;
  }
  .partsContactCta .cardIcon {
    width: 69px;
    height: 69px;
    background-size: 34px auto;
  }
  .partsContactCta .cardProblem {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .partsContactCta .cardTitle {
    display: inline-block;
    margin: 22px 0 0;
    font-size: clamp(14px, 1.88vw, 24px);
  }
  .partsContactCta .cardText {
    margin: 20px 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .partsContactCta .cardButton {
    width: 100%;
    height: 58px;
    margin: 30px 0 0;
    font-size: clamp(14px, 1.48vw, 19px);
  }
  .partsContactCta .cardNote {
    margin: 12px 0 0;
    font-size: 14px;
  }
  .partsContactCta .telNote {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
.partsCtaLinks {
  background: #ffffff;
}
.partsCtaLinks .ctaLinkList {
  display: grid;
}
.partsCtaLinks .ctaLinkItem {
  display: grid;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(2, 179, 174, 0.1);
  color: #3F3F3F;
}
.partsCtaLinks .ctaLinkImage {
  overflow: hidden;
  background: #F1FFFD;
  border-radius: 5px;
}
.partsCtaLinks .ctaLinkImage .ctaLinkImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partsCtaLinks .ctaLinkTitle {
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-align: left;
  width: fit-content;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .partsCtaLinks {
    padding: 60px 0 0;
  }
  .partsCtaLinks .commonWidth {
    width: min(92vw, 390px);
  }
  .partsCtaLinks .ctaLinkList {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .partsCtaLinks .ctaLinkItem {
    grid-template-columns: 110px minmax(0, 1fr);
    column-gap: 16px;
    min-height: 110px;
    padding: 12px;
  }
  .partsCtaLinks .ctaLinkImage {
    aspect-ratio: 4/3;
  }
  .partsCtaLinks .ctaLinkTitle {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .partsCtaLinks {
    padding: 90px 0 0;
  }
  .partsCtaLinks .commonWidth {
    width: min(92vw, 1140px);
  }
  .partsCtaLinks .ctaLinkList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 3vw, 50px);
    row-gap: clamp(20px, 3vw, 40px);
  }
  .partsCtaLinks .ctaLinkItem {
    grid-template-columns: 0.6fr minmax(0, 1fr);
    padding: 20px;
  }
  .partsCtaLinks .ctaLinkImage {
    width: 100%;
  }
  .partsCtaLinks .ctaLinkTitle {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
.commonCaseCard {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: solid 1px #e4f6f4;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(2, 179, 174, 0.18);
  color: #3F3F3F;
  text-decoration: none;
}
.commonCaseCard .commonCaseCardIn {
  display: grid;
  align-items: start;
}
.commonCaseCard .commonCaseCardIn .commonCaseClient {
  margin: 0;
  overflow: hidden;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonCaseCard .commonCaseImgCol,
.commonCaseCard .commonCaseInfo {
  min-width: 0;
}
.commonCaseCard .commonCaseThumb {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 4px;
  object-fit: cover;
}
.commonCaseCard .commonCaseTitle {
  margin: 0;
}
.commonCaseCard .commonCaseTitle .ellipsisMulti2 {
  color: #02B3AE;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.commonCaseCard .commonCaseMeta {
  position: relative;
  margin: 0;
}
.commonCaseCard .commonCaseMeta::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #aaa;
  content: "";
}
.commonCaseCard .commonCaseMeta .commonCaseMetaRow {
  display: flex;
  align-items: center;
  color: #aaa;
  font-weight: 500;
  line-height: 1.6;
}
.commonCaseCard .commonCaseMeta .commonCaseMetaLabel {
  flex-shrink: 0;
  white-space: nowrap;
}
.commonCaseCard .commonCaseMeta .commonCaseMetaValue {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonCaseCard .commonCaseMore {
  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;
}
.commonCaseCard .commonCaseMore::after {
  display: inline-block;
  flex-shrink: 0;
  background: url(../images/arrow_circle_right.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .commonCaseCard {
    padding: 30px 20px;
  }
  .commonCaseCard .commonCaseCardIn {
    grid-template-columns: 1fr;
  }
  .commonCaseCard .commonCaseThumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .commonCaseCard .commonCaseCardIn .commonCaseClient {
    margin-top: 12px;
    font-size: 13px;
  }
  .commonCaseCard .commonCaseInfo {
    margin-top: 12px;
  }
  .commonCaseCard .commonCaseTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .commonCaseCard .commonCaseMeta {
    margin-top: 12px;
  }
  .commonCaseCard .commonCaseMeta::before {
    left: 74px;
  }
  .commonCaseCard .commonCaseMeta .commonCaseMetaLabel {
    width: 74px;
    font-size: 12px;
  }
  .commonCaseCard .commonCaseMeta .commonCaseMetaValue {
    margin-left: 12px;
    font-size: 12px;
  }
  .commonCaseCard .commonCaseMore {
    display: flex;
    width: fit-content;
    margin: 22px auto 0;
    font-size: 13px;
  }
  .commonCaseCard .commonCaseMore::after {
    width: 26px;
    height: 26px;
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonCaseCard {
    min-height: 208px;
    padding: 20px 28px;
  }
  .commonCaseCard .commonCaseCardIn {
    grid-template-columns: 140px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 18px;
  }
  .commonCaseCard .commonCaseImgCol {
    grid-column: 1;
    grid-row: 1;
  }
  .commonCaseCard .commonCaseThumb {
    width: 100%;
    height: 100%;
  }
  .commonCaseCard .commonCaseCardIn .commonCaseClient {
    grid-column: 1/span 2;
    grid-row: 2;
    margin-top: 12px;
    font-size: 14px;
  }
  .commonCaseCard .commonCaseInfo {
    grid-column: 2;
    grid-row: 1;
  }
  .commonCaseCard .commonCaseTitle {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .commonCaseCard .commonCaseMeta {
    margin-top: 12px;
  }
  .commonCaseCard .commonCaseMeta::before {
    left: 90px;
  }
  .commonCaseCard .commonCaseMeta .commonCaseMetaLabel {
    width: 90px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .commonCaseCard .commonCaseMeta .commonCaseMetaValue {
    margin-left: 20px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .commonCaseCard .commonCaseMore {
    display: flex;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 14px;
  }
  .commonCaseCard .commonCaseMore::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.partsCase .caseTitle {
  margin: 0;
  color: #3F3F3F;
  font-weight: 700;
}
.partsCase .caseRail {
  position: relative;
}
.partsCase .caseRail .swiper-wrapper {
  align-items: stretch;
}
.partsCase .caseRail .swiper-wrapper .commonCaseCard {
  height: auto;
}
.partsCase .caseRail .resultArrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.partsCase .caseRail .resultArrow .resultArrowImg {
  display: block;
}
.partsCase .caseRail .resultPrev .resultArrowImg {
  transform: rotate(180deg);
}
.partsCase .caseMore {
  display: inline-flex;
  align-items: center;
  color: #3F3F3F;
  text-decoration: underline;
}
.partsCase .caseMore .moreArrow {
  display: block;
}

@media only screen and (max-width: 767px) {
  .partsCase {
    padding: 52px 0 72px;
  }
  .partsCase .caseTitle {
    font-size: clamp(14px, 5.9vw, 23px);
  }
  .partsCase .caseRail {
    width: 100vw;
    margin-top: 20px;
    margin-left: calc(50% - 50vw);
  }
  .partsCase .caseRail .swiper-wrapper .commonCaseCard {
    width: min(82vw, 390px);
  }
  .partsCase .caseRail .resultArrow {
    width: clamp(36px, 10.26vw, 44px);
    height: clamp(36px, 10.26vw, 44px);
  }
  .partsCase .caseRail .resultArrow .resultArrowImg {
    width: 100%;
    height: auto;
  }
  .partsCase .caseRail .resultPrev {
    left: clamp(4px, 2.56vw, 10px);
  }
  .partsCase .caseRail .resultNext {
    right: clamp(4px, 2.56vw, 10px);
  }
  .partsCase .caseMore {
    margin-top: 22px;
    font-size: 13px;
  }
  .partsCase .caseMore .moreArrow {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .partsCase {
    padding: 45px 0 120px;
  }
  .partsCase .caseTitle {
    padding-left: 38px;
    font-size: clamp(16px, 2.11vw, 27px);
  }
  .partsCase .caseRail {
    box-sizing: border-box;
    width: 100vw;
    margin-top: 20px;
    margin-left: calc(50% - 50vw);
    padding: 10px 0;
  }
  .partsCase .caseRail .swiper-wrapper .commonCaseCard {
    width: 560px;
  }
  .partsCase .caseRail .resultArrow {
    width: 60px;
    height: 60px;
  }
  .partsCase .caseRail .resultArrow .resultArrowImg {
    width: 100%;
    height: auto;
  }
  .partsCase .caseRail .resultPrev {
    left: calc(50% - 330px);
  }
  .partsCase .caseRail .resultNext {
    right: calc(50% - 330px);
  }
  .partsCase .caseMore {
    margin-top: 38px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .partsCase .caseMore .moreArrow {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.commonInPageWrap {
  background: none;
}
.commonInPageWrap .inPageMain {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .commonInPageWrap {
    padding-top: 0;
  }
  .commonInPageWrap .inPageMain {
    padding-bottom: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonInPageWrap {
    padding-top: 0;
  }
  .commonInPageWrap .inPageMain {
    padding-bottom: 132px;
  }
}
.commonNewsArea .newsItem {
  border-bottom: solid 1px #B8B8B8;
}
.commonNewsArea .newsItem:last-of-type {
  border-bottom: none;
}
.commonNewsArea .newsItem:first-of-type {
  border-bottom: solid 1px #B8B8B8;
}
.commonNewsArea .newsItem .itemLink {
  display: block;
  background: url(../images/icon_link.svg) right center no-repeat;
}
.commonNewsArea .newsItem .itemLink .date {
  font-family: "Roboto", sans-serif;
  color: #ED8DAD;
  font-family: 500;
}
@media only screen and (max-width: 767px) {
  .commonNewsArea .newsItem .itemLink {
    padding: 28px 0 20px 0;
    background-size: 28px;
    padding-right: 28px;
    background-position: right bottom 20px;
  }
  .commonNewsArea .newsItem .itemLink .date {
    font-size: 13px;
  }
  .commonNewsArea .newsItem .itemLink .ttl {
    font-size: clamp(14px, 3.85vw, 15px);
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonNewsArea .newsItem .itemLink {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 34px 0;
    background-size: 38px;
    padding-right: 38px;
  }
  .commonNewsArea .newsItem .itemLink .date {
    font-size: 13px;
    width: 92px;
  }
  .commonNewsArea .newsItem .itemLink .ttl {
    width: calc(100% - 92px);
    font-size: clamp(14px, 1.17vw, 15px);
    padding-right: 3%;
  }
}
.faqList {
  border-top: solid 1px #E9E9E9;
}
.faqList .faqItem {
  border-bottom: solid 1px #E9E9E9;
}
.faqList .faqItem.isOpen .faqQuestion .faqToggle::after {
  transform: rotate(0deg);
}
.faqList .faqItem .faqQuestion {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3F3F3F;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}
.faqList .faqItem .faqQuestion .faqPrefix {
  color: #02B3AE;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.faqList .faqItem .faqQuestion .faqQuestionText {
  font-weight: bold;
  line-height: 145%;
}
.faqList .faqItem .faqQuestion .faqToggle {
  position: relative;
  display: block;
  align-self: center;
  width: 20px;
  height: 20px;
}
.faqList .faqItem .faqQuestion .faqToggle::before, .faqList .faqItem .faqQuestion .faqToggle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #02B3AE;
  transform-origin: center center;
}
.faqList .faqItem .faqQuestion .faqToggle::after {
  transform: rotate(90deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqList .faqItem .faqAnswer {
  display: none;
  color: #3F3F3F;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.faqList .faqItem .faqAnswer p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .faqList .faqItem .faqQuestion {
    grid-template-columns: max-content minmax(0, 1fr) 18px;
    column-gap: 10px;
    align-items: start;
    padding: 26px 0;
    font-size: clamp(14px, 4.62vw, 18px);
    line-height: 145%;
  }
  .faqList .faqItem .faqQuestion .faqQuestionText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .faqList .faqItem .faqQuestion .faqPrefix {
    font-size: clamp(14px, 6.15vw, 24px);
    line-height: 1.4;
  }
  .faqList .faqItem .faqQuestion .faqToggle {
    width: 18px;
    height: 18px;
  }
  .faqList .faqItem .faqAnswer {
    padding: 0 0 22px;
    font-size: 13px;
    margin-top: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .faqList .faqItem .faqQuestion {
    grid-template-columns: max-content minmax(0, 1fr) 20px;
    column-gap: 12px;
    align-items: start;
    padding: 26px 0;
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .faqList .faqItem .faqQuestion .faqQuestionText {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .faqList .faqItem .faqQuestion .faqPrefix {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .faqList .faqItem .faqAnswer {
    padding: 0 0 26px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.commonHero .heroWrap {
  display: grid;
}
.commonHero .heroWrap .heroBox {
  position: relative;
  box-sizing: border-box;
  background: #02B3AE;
  color: #ffffff;
}
.commonHero .heroWrap .heroBox .heroIllust {
  position: absolute;
  z-index: 1;
}
.commonHero .heroWrap .heroBox .heroIllust .heroIllustImg {
  display: block;
}
.commonHero .heroWrap .heroBox .heroTitle {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
}
.commonHero .heroWrap .heroBox .heroTitle .heroMark {
  display: block;
  width: fit-content;
  background: #3F3F3F;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  line-height: 1.19;
}
.commonHero .heroWrap .heroBox .heroPhoto {
  overflow: hidden;
  background: #ffffff;
}
.commonHero .heroWrap .heroBox .heroPhoto .heroPhotoImg {
  display: block;
}
.commonHero .heroWrap .heroBox .heroNav .heroNavLink {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  background: #ffffff;
  color: #3F3F3F;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.commonHero .heroWrap .heroBox .heroNav .heroNavLink::after {
  content: "";
  background: url(../../shared/images/btn_arrow.svg) center center no-repeat;
  background-size: contain;
}
.commonHero .heroWrap .heroExtend {
  background: #02B3AE;
}

@media only screen and (max-width: 767px) {
  .commonHero .heroWrap {
    margin-top: 70px;
    grid-template-columns: 1fr min(92vw, 390px) 1fr;
  }
  .commonHero .heroWrap .heroBox {
    border-radius: 16px 0 0 16px;
    padding: 100px 0 42px 15px;
  }
  .commonHero .heroWrap .heroBox .heroNav {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 28px 0 0;
    padding: 0;
  }
  .commonHero .heroWrap .heroBox .heroPhoto {
    margin: 28px 0 0;
    border-radius: 8px;
  }
  .commonHero .heroWrap .heroBox .heroIllust {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .commonHero .heroWrap .heroBox .heroIllust .heroIllustImg {
    height: auto;
  }
  .commonHero .heroWrap .heroBox .heroCatch {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonHero .heroWrap .heroBox .heroTitle {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .commonHero .heroWrap .heroBox .heroTitle .heroMark {
    display: inline;
    padding: 5px 5px 7px;
  }
  .commonHero .heroWrap .heroBox .heroText {
    font-size: 14px;
  }
}
.commonHero.secCostHero .heroWrap .heroBox .heroTitle .heroMark:first-child {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .commonHero.secCostHero .heroWrap .heroBox .heroTitle .heroMark:first-child {
    display: block;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .commonHero.secCostHero .heroWrap .heroBox .heroTitle .heroMark {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .commonHero .heroWrap {
    grid-template-columns: 1fr min(92vw, 1140px) 1fr;
  }
  .commonHero .heroWrap .heroBox .heroCatch {
    font-size: clamp(14px, 1.88vw, 24px);
  }
  .commonHero .heroWrap .heroBox .heroTitle {
    font-size: clamp(25px, 3.28vw, 42px);
  }
  .commonHero .heroWrap .heroBox .heroTitle .heroMark {
    padding: 5px 3px 7px 12px;
  }
  .commonHero .heroWrap .heroBox .heroPhoto {
    margin: 46px 0 36px;
    border-radius: 10px;
  }
  .commonHero .heroWrap .heroBox .heroText {
    font-size: clamp(14px, 1.33vw, 17px);
  }
}
@media only screen and (max-width: 767px) {
  .commonServiceHero.secSwitchHero .heroMain .heroIn,
  .commonServiceHero.secInhouseHero .heroMain .heroIn,
  .commonServiceHero.secOpenHero .heroMain .heroIn {
    padding: 26px 0 10px;
  }
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroCopy .heroLabel,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroCopy .heroLabel,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroCopy .heroLabel {
    display: inline-block;
    padding: 0px 8px;
    font-size: 13px;
  }
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroPhoto,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroPhoto,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroPhoto {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 232px;
    margin-top: 20px;
    border: 8px solid #ffffff;
    border-radius: 20px;
  }
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroStaff,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroStaff,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroStaff {
    position: relative;
    right: auto;
    bottom: auto;
    width: fit-content;
    margin: -38px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secSwitchHero .heroMain .heroIn .heroCopy .heroLabel,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secInhouseHero .heroMain .heroIn .heroCopy .heroLabel,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroHeading .heroLabel,
  .commonServiceHero.secOpenHero .heroMain .heroIn .heroCopy .heroLabel {
    padding: 0px 8px;
    font-size: clamp(14px, 1.33vw, 17px);
  }
}/*# sourceMappingURL=common.css.map */