.c-pageHeader {
  background-image: url("/images/2025/service/lifestyle/compass/bg_pageHeader_01_sp.jpg");
  height: 310px;
}
@media (min-width: 768px) {
  .c-pageHeader {
    background-image: url("/images/2025/service/lifestyle/compass/bg_pageHeader_01_pc.jpg");
    height: 330px;
  }
}

.c-pageHeader__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-pageHeader__title {
    font-size: 2.4rem;
  }
}

.c-pageHeaderLeadBottom {
  line-height: 2;
  margin-top: 2rem;
}

.lifestyleCompass-introduction {
  padding-block: 5rem 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-introduction {
    padding-block: 15rem 6rem;
  }
}

.lifestyleCompass-introduction__heading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .lifestyleCompass-introduction__heading {
    font-size: 2.4rem;
  }
}

.lifestyleCompass-introduction__content {
  display: grid;
  row-gap: 5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-introduction__content {
    grid-template-columns: 460px 446px;
    justify-content: center;
    align-items: end;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    margin-top: 8rem;
  }
}

.lifestyleCompass-introductionProblem {
  display: grid;
  place-items: center;
  justify-content: center;
}
.lifestyleCompass-introductionProblem img {
  width: 100%;
  max-width: 310px;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionProblem img {
    max-width: inherit;
  }
}

.lifestyleCompass-introductionSolve__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #EF6D22;
  max-width: 300px;
  margin: 0 auto 3rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionSolve__lead {
    font-size: 2.4rem;
    max-width: 450px;
    margin-bottom: 3rem;
    padding: 2.5rem 1rem;
  }
}
.lifestyleCompass-introductionSolve__lead::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #EF6D22 transparent transparent transparent;
  border-width: 14px 9px 0 9px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 99%;
  z-index: 1;
}

.lifestyleCompass-introductionSolve__inner {
  display: flex;
  justify-content: center;
}
.lifestyleCompass-introductionSolve__inner img {
  width: 27.4626865672%;
  max-width: 120px;
}

.lifestyleCompass-introductionUse {
  margin-top: 3rem;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionUse {
    display: grid;
    grid-template-columns: 49.9644128114% 485px;
    grid-template-areas: "image heading" "image content";
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    margin-top: 10rem;
    padding-inline: 0;
  }
}

.lifestyleCompass-introductionUse__heading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionUse__heading {
    grid-area: heading;
    font-size: 2.4rem;
  }
}

.lifestyleCompass-introductionUse__image {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionUse__image {
    grid-area: image;
    margin-top: 0;
  }
}
.lifestyleCompass-introductionUse__image img {
  width: 100%;
}

@media (min-width: 768px) {
  .lifestyleCompass-introductionUse__content {
    grid-area: content;
  }
}

.lifestyleCompass-introductionUse__lead {
  margin-top: 1.5em;
}

.lifestyleCompass-introductionUse__footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionUse__footer {
    justify-content: start;
    margin-top: 5rem;
  }
}
.lifestyleCompass-introductionUse__footer .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .lifestyleCompass-introductionUse__footer .c-buttonPill {
    min-width: 300px;
  }
}

.lifestyleCompass-about {
  padding-block: 3rem 8rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-about {
    padding-block: 5rem 12rem;
  }
}

.lifestyleCompass-about__content {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-about__content {
    display: grid;
    grid-template-columns: 465px 1fr;
    align-items: center;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-top: 10rem;
  }
}

.lifestyleCompass-about__lead {
  margin-top: 1.5em;
}

.lifestyleCompass-about__footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-about__footer {
    margin-top: 6rem;
  }
}
.lifestyleCompass-about__footer .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .lifestyleCompass-about__footer .c-buttonPill {
    min-width: 300px;
  }
}

.lifestyleCompass-flow {
  background-color: #f9f7f3;
  padding-block: 6rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-flow {
    padding-block: 10rem;
  }
}

.lifestyleCompass-flow__list {
  display: grid;
  row-gap: 5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-top: 8rem;
  }
}

.lifestyleCompass-flow__listItem {
  list-style: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.lifestyleCompass-flow__listLabel {
  color: #EF6D22;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lifestyleCompass-flow__listLabel {
    font-size: 2.4rem;
  }
}

.lifestyleCompass-flow__listHeading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-flow__listHeading {
    font-size: 2rem;
  }
}

.lifestyleCompass-flow__listImage {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-flow__listImage {
    margin-top: 2rem;
  }
}
.lifestyleCompass-flow__listImage img {
  width: 100%;
}

.lifestyleCompass-flow__listLead {
  margin-top: 1em;
}

.lifestyleCompass-view {
  padding-block: 6rem 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-view {
    padding-block: 12rem 6rem;
  }
}

.lifestyleCompass-view__heading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  .lifestyleCompass-view__heading {
    font-size: 2.4rem;
    text-align: center;
  }
}
.lifestyleCompass-view__heading sup {
  font-size: 0.9em;
  top: -0.25em;
}

.lifestyleCompass-view__content {
  display: grid;
  row-gap: 5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-view__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
    margin-top: 5rem;
  }
}

.lifestyleCompass-view__header {
  display: grid;
  grid-template-columns: min(33.8461538462%, 150px) 1fr;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-view__header {
    grid-template-columns: 146px 1fr;
  }
}

.lifestyleCompass-view__image img {
  width: 100%;
}

.lifestyleCompass-view__link {
  color: #9c5b22 !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .lifestyleCompass-view__link {
    font-size: 1.6rem;
  }
}
.lifestyleCompass-view__link sup {
  font-size: 0.9em;
  top: -0.25em;
}

.lifestyleCompass-view__lead {
  margin-top: 1.5em;
}

.lifestyleCompass-try {
  padding-block: 4rem 8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lifestyleCompass-try {
    padding-block: 8rem;
  }
}
.lifestyleCompass-try .select_area {
  background: none;
  padding-bottom: 0;
}
.lifestyleCompass-try .select_area ul {
  box-shadow: none;
  background-color: transparent;
}
.lifestyleCompass-try .select_area ul li > div {
  border-color: #8b8b8b;
}
.lifestyleCompass-try .select_area ul li .left select,
.lifestyleCompass-try .select_area ul li .right select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  background-color: #D9D9D9;
  border: none;
  padding: 10px 20px 10px 10px;
}
@media (min-width: 768px) {
  .lifestyleCompass-try .select_area ul li .left select,
  .lifestyleCompass-try .select_area ul li .right select {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}
.lifestyleCompass-try .select_area ul li .center span {
  font-size: 1.8rem;
  font-weight: 900;
  color: inherit;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .lifestyleCompass-try .select_area ul li .center span {
    font-size: 2.7rem;
  }
}
.lifestyleCompass-try .select_area ul li .select_box {
  position: relative;
}
.lifestyleCompass-try .select_area ul li .select_box::before {
  display: none;
}
.lifestyleCompass-try .select_area ul li .select_box::after {
  content: "";
  content: "";
  display: inline-block;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .lifestyleCompass-try .select_area ul li .select_box::after {
    content: "";
    display: inline-block;
    border-color: currentColor;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    transform: rotate(45deg);
    right: 15px;
  }
}
.lifestyleCompass-try .select_area .submit_area .submit {
  display: inline-grid;
  place-items: center;
  width: 100%;
  max-width: 200px;
  min-width: inherit;
  min-height: 65px;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  background-color: #EF6D22;
  border-radius: 10px;
  padding: 1rem 2.4rem;
  transition: opacity 0.2s ease-out;
  box-shadow: none;
  margin: 0;
}
@media (min-width: 992px) {
  .lifestyleCompass-try .select_area .submit_area .submit {
    min-width: 300px;
  }
}
@media (any-hover: hover) {
  .lifestyleCompass-try .select_area .submit_area .submit:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .lifestyleCompass-try .select_area ul {
    padding-inline: 0;
  }
  .lifestyleCompass-try .select_area ul li {
    border-color: #8b8b8b;
  }
  .lifestyleCompass-try .select_area .lifestyleCompass-try__inner ul li:first-child {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .lifestyleCompass-try .lead {
    margin-bottom: 155px;
    z-index: 1;
  }
  .lifestyleCompass-try .select_area .select_family {
    margin: 0;
    padding-block: 0;
    top: 0;
    translate: -50% -100px;
    z-index: 9;
    border-radius: 0;
  }
  .lifestyleCompass-try .select_area ul {
    padding-block: 40px;
  }
  .lifestyleCompass-try .select_area ul > li:first-child {
    padding-top: 0;
  }
}

.lifestyleCompass-try__form {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-try__form {
    margin-top: 4rem;
  }
}

.lifestyleCompass-try__inner {
  background-color: #f9f7f3;
  margin-inline: 15px;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-try__inner {
    width: 100%;
    max-width: 1050px;
    margin-inline: auto;
    padding-bottom: 8rem;
  }
}

.lifestyleCompass-try__footer {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .lifestyleCompass-try__footer {
    margin-top: 7rem;
  }
}
.lifestyleCompass-try__footer .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .lifestyleCompass-try__footer .c-buttonPill {
    min-width: 300px;
  }
}
