@font-face {
  font-family: "MPLUS1p-Medium";
  src: url("/reform/recommend_navi/assets_html/fonts/m-plus-1p/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MPLUS1p-Bold";
  src: url("/reform/recommend_navi/assets_html/fonts/m-plus-1p/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.font-mplus1p-b {
  font-family: "MPLUS1p-Bold", sans-serif;
  font-weight: 700;
}

.font-mplus1p-m {
  font-family: "MPLUS1p-Medium", sans-serif;
  font-weight: 500;
}

.shadow-common {
  box-shadow: 6px 6px 20px rgb(60, 40, 170, 0.2);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .glb-pageWrapper {
    min-width: 1200px;
  }

  .m-nav-breadcrumb_list {
    padding-left: 24px;
  }

  .is-desktop {
    display: block !important;
  }

  .is-mobile {
    display: none !important;
  }

  .background-navi {
    background: url(/reform/recommend_navi/assets_html/img/navi_bg.png), linear-gradient(#6AE1EB 0%, #DDFCE9 500px);
    background-size: 1366px;
    background-position: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .is-desktop {
    display: none !important;
  }

  .is-mobile {
    display: block !important;
  }

  .background-navi {
    background: url(/reform/recommend_navi/assets_html/img/navi_bg_sp.png), linear-gradient(#6AE1EB 0%, #DDFCE9 450px);
    background-size: 390px;
    background-repeat: repeat-x;
    background-position-x: center;
  }

  .shadow-common-mobile {
    box-shadow: 3px 3px 10px rgb(60, 40, 170, 0.2);
  }
}

.cta-common {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-common .cta-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}

.cta-common .cta-item,
.keyvisual-cta .cta-title,
.section-navi-keyvisual .keyvisual-title {
  text-align: center;
}

.cta-common .cta-item {
  position: relative;
}

.cta-common .cta-item::after {
  position: absolute;
  content: "";
}

.cta-common .is-bath {
  background-color: #00C6DC;
}

.cta-common .is-kitchen {
  background-color: #00C33C;
}

.cta-common .is-kitchen:hover {
  background-color: #27D85D;
}

.cta-common .is-bath:hover {
  background-color: #2AD7EA;
}

.section-navi-keyvisual {
  position: relative;
}

.section-navi-keyvisual::before {
  position: absolute;
  content: "";
  bottom: 0;
}

.section-navi-keyvisual .keyvisual-decoration{
  position: absolute;
  border: solid 6px #fff;
  box-sizing: content-box;
}

.section-navi-keyvisual .keyvisual-title {
  position: relative;
  z-index: 2;
}

.keyvisual-cta .cta-title img {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-navi-keyvisual {
    padding: 10px 0 53px;
  }

  .section-navi-keyvisual::before {
    width: 100%;
    height: 630px;
    background: url(/reform/recommend_navi/assets_html/img/keyvisual_bg.png) no-repeat;
    z-index: 1;
    background-size: cover;
    inset: 0;
    background-position: center;
    pointer-events: none;
  }

  .cta-common .cta-link {
    font-size: 3rem;
    line-height: calc(45/30);
    padding: 20px 100px;
    border-radius: 10px;
  }

  .cta-common {
    gap: 84px;
  }

  .cta-common .cta-item::after {
    background: url(/reform/recommend_navi/assets_html/img/icn_common_arrow.svg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 27px;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-navi-keyvisual .keyvisual-title {
    margin: 0 auto;
    width: 1081px;
    transform: translateX(34px);
  }

  .section-navi-keyvisual .keyvisual-title img {
    width: 1081px;
  }

  .section-navi-keyvisual .decoration-001{
    top: 58px;
    left: calc(50% - 654px);
    transform: rotate(-13deg);
    z-index: 1;
  }

  .section-navi-keyvisual .decoration-002{
    top: 68px;
    right: calc(50% - 636px);
    transform: rotate(11deg);
    z-index: 2;
  }

  .section-navi-keyvisual .decoration-003{
    bottom: 111px;
    left: calc(50% - 599px);
    transform: rotate(-11deg);
    z-index: 0;
  }

  .section-navi-keyvisual .decoration-004{
    bottom: 106px;
    right: calc(50% - 603px);
    transform: rotate(8deg);
    z-index: 0;
  }

  .keyvisual-cta .cta-title {
    transform: translateY(-4px);
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-navi-keyvisual {
    padding: 21px 0 63px
  }

  .section-navi-keyvisual::before {
    width: 100%;
    min-height: 481px;
    height: 100%;
    background: url(/reform/recommend_navi/assets_html/img/keyvisual_bg_sp.png) no-repeat;
    background-size: 100%;
  }

  .cta-common .cta-link {
    font-size: 1.7rem;
    padding: 9px 50px;
    border-radius: 10px;
    width: 319px;
  }

  .cta-common {
    gap: 20px;
    max-width: 390px;
    margin: 0 auto;
  }

  .cta-common .cta-item::after {
    background: url(/reform/recommend_navi/assets_html/img/icn_common_arrow_sp.svg) no-repeat;
    background-size: 100%;
    width: 10px;
    height: 19px;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-navi-keyvisual .keyvisual-title {
    margin-bottom: 1px;
    min-width: 447px;
    min-height: 373px;
    position: relative;
    margin-left: -6px;
  }

  .section-navi-keyvisual .keyvisual-title img {
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
  }

  .section-navi-keyvisual .keyvisual-decoration{
    border: solid 2px #fff;
  }

  .section-navi-keyvisual .decoration-001{
    top: 239px;
    left: calc(50% - 195px);
    transform: rotate(-15deg);
    z-index: 2;
  }

  .section-navi-keyvisual .decoration-002{
    top: 248px;
    right: calc(50% - 197px);
    transform: rotate(11deg);
    z-index: 2;
  }

  .section-navi-keyvisual .decoration-003{
    bottom: 111px;
    left: 0;
    transform: rotate(-11deg);
    z-index: 0;
  }

  .section-navi-keyvisual .decoration-004{
    bottom: 106px;
    right: 0;
    transform: rotate(8deg);
    z-index: 0;
  }

  .keyvisual-cta .cta-title {
    margin-bottom: 1px;
    position: relative;
    z-index: 1;
  }
}

.section-navi-concern {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.section-navi-concern::after {
  position: absolute;
  content: "";
  background: url(/reform/recommend_navi/assets_html/img/concern_decor.svg) no-repeat;
  background-size: 100%;
}

.section-navi-concern .concern-title {
  text-align: center;
  color: #000;
}

.section-navi-concern .concern-title .title-highlight {
  color: #00B6C7;
  position: relative;
}

.section-navi-concern .concern-title .title-highlight::after {
  position: absolute;
  content: "";
  background-color: #00B6C7;
}

.section-navi-concern .concern-list {
  position: relative;
  z-index: 1;
}

.section-navi-concern .link-description {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section-navi-concern .item-link {
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}

.section-navi-concern .item-link:hover{
  opacity: 0.8;
}

.section-navi-concern .concern-list .item-01 {
  color: #FFACDD;
}

.section-navi-concern .concern-list .item-02 {
  color: #FFF287;
}

.section-navi-concern .concern-list .item-03 {
  color: #63E3B3;
}

.section-navi-concern .concern-list .item-link {
  color: currentColor;
  background-color: currentColor;
}

.section-navi-concern .link-photo {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.section-navi-concern .item-link::after{
  position: absolute;
  content: "";
  border: solid 4px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.section-navi-recommend .cta-title img {
  margin: 0 auto;
}


@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-navi-concern {
    padding: 56px 0 55px;
  }

  .section-navi-concern::after {
    width: 113px;
    height: 113px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 44%);
  }

  .section-navi-concern .concern-title {
    font-size: 3.5rem;
    line-height: calc(48/35);
    letter-spacing: 0.03em;
    margin-bottom: 67px;
  }

  .section-navi-concern .concern-title .title-highlight::after {
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
  }

  .section-navi-concern .concern-list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 260px);
    gap: 62px;
  }

  .section-navi-concern .item-link {
    border-radius: 20px;
    padding: 133px 20px 22px;
  }

  .section-navi-concern .link-description {
    text-align: center;
    font-size: 2rem;
    line-height: calc(35/20);
  }

  .section-navi-concern .link-photo {
    left: 50%;
    top: 0;
    transform: translate(-50%, -22%);
    width: 144px;
  }

  .section-navi-concern .item-link::after{
    width: 145px;
    height: 145px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -22%);
  }

  .section-navi-concern .item-01 .link-description,
  .section-navi-concern .item-02 .link-description {
    letter-spacing: 0.03em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-navi-concern {
    padding: 0 0 38px;
    max-width: 340px;
    margin: 0 auto;
  }

  .section-navi-concern::after {
    width: 102px;
    height: 102px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 25%);
  }

  .section-navi-concern .concern-title {
    font-size: 2.5rem;
    line-height: calc(40/25);
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    padding: 0 60px 0 50px;
  }

  .section-navi-concern .concern-title .title-highlight::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }

  .section-navi-concern .item-link {
    border-radius: 10px;
    padding: 17px 5px 9px;
    margin: 0 5px 32px 65px;
  }

  .section-navi-concern .list-item:last-child .item-link {
    margin-bottom: 0;
  }

  .section-navi-concern .link-description {
    font-size: 1.6rem;
    line-height: calc(26/16);
    margin-left: 60px;
    text-align: start;
  }

  .section-navi-concern .link-photo {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
  }

  .section-navi-concern .item-link::after{
    width: 121px;
    height: 121px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .section-navi-concern .list-item:nth-child(even) .item-link {
    margin: 0 65px 32px 5px;
    padding-left: 29px;
  }

  .section-navi-concern .list-item:nth-child(even) .link-description {
    margin-right: 60px;
    margin-left: 0;
  }

  .section-navi-concern .list-item:nth-child(even) .link-photo,
  .section-navi-concern .list-item:nth-child(even) .item-link::after {
    left: 100%;
  }

  .section-navi-concern .item-01 .link-description,
  .section-navi-concern .item-02 .link-description {
    letter-spacing: 0.024em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 365px) {
  .glb-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-common .cta-link,
  .section-navi-recommend .recommend-cta .cta-link  {
    width: 300px;
    padding: 10px 30px 8px !important;
  }

  .section-navi-concern .concern-title {
    padding: 0 50px;
  }

  .section-navi-recommend .recommend-list {
    min-width: 300px;
  }

  .section-navi-recommend .item-title {
    min-width: 155px;
  }

  .section-navi-recommend img {
    max-width: 100% !important;
    object-fit: contain;
  }
}

.section-navi-recommend .recommend-subtitle,
.section-navi-recommend .recommend-cta .cta-title{
  text-align: center;
}

.section-navi-recommend .recommend-title,
.section-navi-recommend .description-hightlight {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}

.section-navi-recommend .recommend-subtitle,
.section-navi-recommend .recommend-title,
.section-navi-recommend .item-description {
  color: #000;
}

.section-navi-recommend .list-item {
  background-color: #fff;
  position: relative;
}

.section-navi-recommend .list-item:last-child {
  margin-bottom: 0;
}

.section-navi-recommend .item-description,
.section-navi-recommend .item-title {
  letter-spacing: 0.05em;
}

.section-navi-recommend .item-title {
  color: #3C28AA;
  position: absolute;
  display: inline-flex;
  align-items: center;
}

.section-navi-recommend .item-01 .item-title {
  background-color: #FFAADC;
}

.section-navi-recommend .item-02 .item-title {
  background-color: #FFF287;
}

.section-navi-recommend .item-03 .item-title {
  background-color: #63E3B3;
}

.section-navi-recommend .recommend-cta {
  position: relative;
}

.section-navi-recommend .cta-decoration{
  position: absolute;
  border: solid 8px #fff;
  box-sizing: content-box;
}

#recommend-01, #recommend-02, #recommend-03 {
  position: absolute;
  width: 2px;
  height: 2px;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-navi-recommend {
    padding: 123px 0 100px;
  }

  #recommend-01, #recommend-02, #recommend-03 {
    top: 47px;
  }

  .section-navi-recommend .recommend-title {
    font-size: 4.5rem;
    line-height: calc(48/45);
    letter-spacing: 0.03em;
    background: linear-gradient(transparent calc(100% - 24px), #FFF287 24px);
    margin-left: 75px;
    padding-left: 12px;
  }

  .section-navi-recommend .recommend-subtitle {
    font-size: 3rem;
    line-height: calc(48/30);
    letter-spacing: 0.03em;
    margin: 44px 0 77px;
  }

  .section-navi-recommend .list-item {
    margin-bottom: 80px;
    border: 5px solid;
    border-radius: 30px;
    padding: 35px 40px 22px;
  }

  .section-navi-recommend .item-description {
    font-size: 2.2rem;
    line-height: calc(35/22);
    margin-left: 230px;
  }

  .section-navi-recommend .description-hightlight {
    background: linear-gradient(transparent calc(100% - 12px), #FFF287 12px);
    background-position-y: -2px;
  }

  .section-navi-recommend .recommend-list {
    padding: 0 28px;
    margin-bottom: 80px;
  }

  .section-navi-recommend .item-title{
    background: url(/reform/recommend_navi/assets_html/img/recommend_icn.svg) no-repeat;
    font-size: 2.8rem;
    line-height: calc(42/28);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 26px 41px 26px 91px;
    background-size: 179px 89px;
    top: -5px;
    left: -5px;
    background-position: 24px 20px;
  }

  .section-navi-recommend .item-title span{
    font-size: 5.6rem;
    line-height: calc(83/56);
    margin-top: -8px;
    padding-left: 5px;
  }

  .section-navi-recommend .item-01 .item-description {
    margin-bottom: 22px;
  }

  .section-navi-recommend .item-01 .item-photo {
    padding-left: 3px;
    display: flex;
  }

  .section-navi-recommend .item-01 img:first-child {
    margin-right: 37px;
    margin-top: 18px;
  }

  .section-navi-recommend .item-01 img:nth-child(2) {
    margin-top: -4px;
  }

  .section-navi-recommend .item-02 .item-description {
    margin-bottom: 30px;
  }

  .section-navi-recommend .item-02 img {
    margin-left: 31px;
  }

  .section-navi-recommend .item-03 {
    padding-bottom: 25px;
  }

  .section-navi-recommend .item-03 .item-description {
    margin-bottom: -1px;
  }

  .section-navi-recommend .item-03 img {
    margin-left: 11px;
    max-width: 825px;
  }

  .section-navi-recommend .cta-title {
    margin-bottom: 17px;
  }

  .section-navi-recommend .recommend-cta .cta-link {
    padding: 20px 100px;
  }

  .section-navi-recommend .decoration-001 {
    top: -9px;
    left: -144px;
    transform: rotate(-14deg);
  }

  .section-navi-recommend .decoration-002 {
    top: -9px;
    right: -97px;
    transform: rotate(14deg);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-navi-recommend {
    padding: 15px 0 58px;
  }

  #recommend-01, #recommend-02, #recommend-03 {
    top: 30px;
  }

  .section-navi-recommend .recommend-title {
    font-size: 30px;
    line-height: calc(55/30);
    text-align: center;
    letter-spacing: 0.03em;
    background: linear-gradient(transparent calc(100% - 19px), #FFF287 19px);
    padding: 0 6px;
  }

  .section-navi-recommend .recommend-subtitle {
    font-size: 16px;
    line-height: calc(28/16);
    letter-spacing: 0.03em;
    margin: 22px 0 75px;
    position: relative;
  }

  .section-navi-recommend .list-item {
    margin-bottom: 78px;
    border: 4px solid;
    border-radius: 10px;
    padding: 44px 15px 22px;
  }

  .section-navi-recommend .item-description {
    font-size: 16px;
    line-height: calc(28/16);
    text-align: center;
  }

  .section-navi-recommend .glb-content {
    text-align: center;
  }

  .section-navi-recommend .description-hightlight {
    background: linear-gradient(transparent calc(100% - 8px), #FFF287 8px);
  }

  .section-navi-recommend .recommend-list {
    max-width: 318px;
    margin: 0 auto 38px;
  }

  .section-navi-recommend .item-title {
    background: url(/reform/recommend_navi/assets_html/img/recommend_icn_sp.svg) no-repeat;
    font-size: 15px;
    line-height: calc(22/15);
    border-radius: 10px;
    padding: 13px 39px 15px 60px;
    background-size: 121px 48px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -53%);
    background-position: 16px 7px;
  }

  .is-safari .section-navi-recommend .item-title {
    word-break: keep-all;
  }

  .is-safari .section-navi-recommend .item-title span {
    margin-top: -6px;
  }

  .section-navi-recommend .item-title span {
    font-size: 29px;
    line-height: calc(43/29);
    margin-top: -8px;
    padding-left: 5px;
    transform: translateX(2px);
  }

  .section-navi-recommend .item-01 .item-description {
    margin-bottom: 10px;
  }

  .section-navi-recommend .item-01 .item-photo {
    text-align: start;
  }

  .section-navi-recommend .item-01 img:nth-child(4) {
    margin-left: 27px;
  }

  .section-navi-recommend .item-01 img:first-child {
    margin-right: 33px;
  }

  .section-navi-recommend .item-01 img:nth-child(3) {
    max-width: none;
    margin-bottom: 20px;
  }

  .section-navi-recommend .item-02 {
    padding-bottom: 28px;
  }

  .section-navi-recommend .item-02 .item-description {
    margin-bottom: 19px;
    padding: 0 15px;
  }

  .section-navi-recommend .item-02 img {
    max-width: none;
    margin-left: -2px;
  }

  .section-navi-recommend .item-03 {
    padding-bottom: 38px;
  }

  .section-navi-recommend .item-03 .item-description {
    margin-bottom: 6px;
    letter-spacing: 0;
  }

  .section-navi-recommend .item-03 img {
    max-width: none;
    margin-left: -10px;
  }

  .section-navi-recommend .cta-title {
    margin-bottom: 10px;
    margin-left: -6px;
  }

  .section-navi-recommend .recommend-cta .cta-link {
    padding: 9px 50px;
  }

  .section-navi-recommend .cta-decoration{
    border: solid 4px #fff;
  }

  .section-navi-recommend .decoration-001 {
    top: -9px;
    left: calc(50% - 225px);
    transform: rotate(-14deg);
  }

  .section-navi-recommend .decoration-002 {
    top: -11px;
    right: calc(50% - 222px);
    transform: rotate(16deg);
  }

  .section-navi-recommend .subtitle-decoration {
    position: absolute;
    box-sizing: content-box;
  }

  .section-navi-recommend .recommend-subtitle .decoration-001 {
    border: solid 4px #fff;
    top: -2px;
    left: calc(50% - 207px);
    transform: rotate(-11deg);
  }

  .section-navi-recommend .recommend-subtitle .decoration-002 {
    border: solid 3px #fff;
    top: -62px;
    right: calc(50% - 204px);
    transform: rotate(13deg);
  }
}

.section-navi-recommend .item-01{
  border-color: #FFAADC;
}

.section-navi-recommend .item-02{
  border-color: #FFF287;
}

.section-navi-recommend .item-03{
  border-color: #63E3B3;
}