@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
body #headerWrap #header .inner01 {
  display: none;
}
body #footerWrap #footer .footerLinks01,
body #footerWrap #footer .footerLinks02 {
  display: none;
}
body #header {
  margin-bottom: 0;
}
body #footer {
  margin-top: 0;
}
body .lp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  width: 100%;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  body .lp a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body .lp a:hover {
    opacity: 0.6;
  }
}
body .lp img {
  width: 100%;
}
body .lp p span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .lp .mv {
    width: 100%;
    background-color: #FAFAF5;
    overflow: hidden;
    position: relative;
    padding-top: 338px;
  }
  .lp .mv .mv-image {
    width: 1358px;
    height: auto;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%);
  }
  .lp .mv .mv-image img {
    width: 100%;
    height: 100%;
  }
  .lp .mv .mv-text {
    width: 980px;
    margin: -50px auto 0;
    position: relative;
  }
  .lp .mv .mv-text .mv-cap {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #707070;
    padding-left: 56px;
  }
  .lp .mv .mv-text .mv-bg {
    background: url("../img/mv-inner-bg.png") no-repeat center top/1358px;
    padding: 120px 0 110px;
    margin-top: 7px;
  }
  .lp .mv .mv-text .mv-bg .mv-inner {
    width: 700px;
    margin: auto;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #FC9847;
    display: block;
    width: fit-content;
    padding: 0 12px 3px;
    margin: auto;
    position: relative;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2 span {
    position: relative;
    z-index: 1;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #FFF3ED;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .lp .mv .mv-text .mv-bg .mv-inner p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 30px;
  }
  .lp .mv .mv-text .mv-bg .mv-inner p.mv-inner-cap {
    font-size: 11px;
    line-height: 21px;
    color: #707070;
    margin-top: 7px;
  }
  .lp .symptoms {
    width: 980px;
    margin: auto;
    padding: 106px 0 0;
  }
  .lp .symptoms .symptoms-detail {
    padding-left: 84px;
    padding-right: 56px;
    display: flex;
    justify-content: space-between;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text {
    padding-top: 22px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    position: relative;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border {
    color: #FC9847;
    position: relative;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border span {
    position: relative;
    z-index: 1;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border::before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #FFF3ED;
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 49px;
    background: url("../img/symptoms-detail-icon.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    left: -75px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 44px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image {
    width: 483px;
    height: 399px;
    background: url("../img/symptoms-detail-image.png") no-repeat center/100%;
    position: relative;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 7px;
    background-color: transparent;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .lp .symptoms .symptoms-detail .symptoms-detail-image a {
    transition: background-color linear 0.2s;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(1) {
    top: 0;
    left: 28px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(2) {
    top: 84px;
    left: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(3) {
    bottom: 161px;
    left: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(4) {
    bottom: 77px;
    left: 28px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(5) {
    top: 0;
    right: 28px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(6) {
    top: 84px;
    right: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(7) {
    bottom: 161px;
    right: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(8) {
    bottom: 77px;
    right: 28px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group {
    display: flex;
    justify-content: space-between;
  }
  .lp .symptoms .symptoms-groups .symptoms-group h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  .lp .symptoms .symptoms-groups .symptoms-group h3 span {
    font-weight: 700;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list {
    display: grid;
    gap: 7px;
    border-radius: 20px;
    overflow: hidden;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele {
    background-color: #FAFAF5;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele p.symptoms-name {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 h3 {
    width: 1em;
    writing-mode: vertical-lr;
    margin-left: -7px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 h3 span {
    color: #FC9847;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list {
    grid-template-columns: repeat(3, 294px);
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele {
    padding: 30px 28px 33px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele .symptoms-name {
    margin: 12px 0;
    text-align: center;
    color: #FC9847;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group1-1.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group1-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group1-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 {
    margin-top: 59px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 h3 {
    width: 1em;
    writing-mode: vertical-lr;
    margin-left: -7px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 h3 span {
    color: #007ABF;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list {
    grid-template-columns: repeat(3, 294px);
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele {
    padding: 33px 28px 27px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 12px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele p {
    line-height: 24px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele p.symptoms-name {
    line-height: 81px;
    color: #4CA9CF;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group2-1.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group2-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group2-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(4) .symptoms-icon {
    background: url("../img/symptoms-group2-4.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(5) .symptoms-icon {
    background: url("../img/symptoms-group2-5.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(6) .symptoms-icon {
    background: url("../img/symptoms-group2-6.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 {
    margin-top: 67px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3 {
    width: 9em;
    margin-top: 6px;
    letter-spacing: -0.08em;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3 span {
    color: #41B99B;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list {
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
    background-color: #FAFAF5;
    position: relative;
    overflow: visible;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list::before, .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list::before {
    width: 59px;
    height: 83px;
    background: url("../img/symptoms-group3-illust1.png") no-repeat center/100%;
    left: -27px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list::after {
    width: 66px;
    height: 79px;
    background: url("../img/symptoms-group3-illust2.png") no-repeat center/100%;
    right: -45px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 63px;
    height: 63px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele .symptoms-name {
    line-height: 33px;
    color: #41B99B;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(1) {
    margin-right: 20px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group3-1.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(2) {
    margin-right: 26px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group3-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group3-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-text {
    display: block;
    width: 812px;
    margin: 105px auto 0;
    font-size: 20px;
    line-height: 42px;
  }
  .lp .more {
    margin-top: 130px;
    padding: 58px 0 92px;
    background-color: #F0FCFF;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 40px;
  }
  .lp .more .more-inner {
    width: 502px;
    margin-bottom: 12px;
    padding-left: 81px;
  }
  .lp .more .more-inner h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
  .lp .more .more-inner p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 14px;
  }
  .lp .more .more-inner span {
    color: #4CA9CF;
  }
  .lp .more .more-inner a {
    display: block;
    width: 308px;
    padding: 22px 0 21px;
    border-radius: 60px;
    background-color: #4CA9CF;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 44px;
  }
  .lp .more .more-inner a span {
    display: block;
    width: 11px;
    height: 16px;
    background: url("../img/btn-arrow.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
  }
  .lp .more .more-image {
    width: 519px;
    height: 301px;
    background: url("../img/more-image.png") no-repeat center/100%;
  }
}
@media screen and (max-width: 767px) {
  .lp .mv {
    width: 100%;
  }
  .lp .mv .mv-image {
    width: 100%;
    height: auto;
    margin-top: -4px;
  }
  .lp .mv .mv-image img {
    width: 100%;
    height: 100%;
  }
  .lp .mv .mv-text {
    background: linear-gradient(#FFE4D7, #FBF6F0);
    padding: 12px 0 15px;
  }
  .lp .mv .mv-text .mv-cap {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #707070;
    text-align: right;
    padding: 0 15px;
  }
  .lp .mv .mv-text .mv-bg {
    background: url("../img/mv-inner-bg-sp.png") no-repeat center top/100% 100%;
    padding: 85px 45px 48px;
    margin-top: 6px;
  }
  .lp .mv .mv-text .mv-bg .mv-inner {
    width: 100%;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #FC9847;
    display: block;
    width: fit-content;
    padding: 0 4px 2px;
    margin: auto;
    position: relative;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2 span {
    position: relative;
    z-index: 1;
  }
  .lp .mv .mv-text .mv-bg .mv-inner h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background-color: #FFF3ED;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .lp .mv .mv-text .mv-bg .mv-inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 30px;
  }
  .lp .mv .mv-text .mv-bg .mv-inner p.mv-inner-cap {
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    margin-top: 4px;
  }
  .lp .symptoms {
    width: 100%;
    padding: 59px 0 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text {
    padding: 0 30px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    width: fit-content;
    margin: auto;
    padding-left: 10px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border {
    color: #FC9847;
    position: relative;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border span {
    position: relative;
    z-index: 1;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2 .border::before {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: 12px;
    background-color: #FFF3ED;
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 0;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text h2::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url("../img/symptoms-detail-icon.png") no-repeat center/100%;
    margin-left: 8px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 43px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image {
    width: 100%;
    height: 125.3333333333vw;
    background: url("../img/symptoms-detail-image-sp.png") no-repeat center/100%;
    position: relative;
    margin-top: 8px;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a {
    display: block;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 1.8666666667vw;
    background-color: transparent;
    position: absolute;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(1) {
    top: 8vw;
    left: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(2) {
    top: 37.3333333333vw;
    left: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(3) {
    bottom: 37.3333333333vw;
    left: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(4) {
    bottom: 8vw;
    left: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(5) {
    top: 8vw;
    right: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(6) {
    top: 37.3333333333vw;
    right: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(7) {
    bottom: 37.3333333333vw;
    right: 8vw;
  }
  .lp .symptoms .symptoms-detail .symptoms-detail-image a:nth-of-type(8) {
    bottom: 8vw;
    right: 8vw;
  }
  .lp .symptoms .symptoms-groups {
    margin-top: 27px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group {
    padding: 0 15px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group h3 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
  }
  .lp .symptoms .symptoms-groups .symptoms-group h3 span {
    font-weight: 700;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list {
    margin-top: 30px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele {
    border-radius: 14px;
    background-color: #FAFAF5;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele p.symptoms-name {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
  }
  .lp .symptoms .symptoms-groups .symptoms-group .symptoms-list .symptoms-ele:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 h3 span {
    color: #FC9847;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele {
    padding: 17px 15px 24px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele .symptoms-name {
    margin: 13px 0;
    text-align: center;
    color: #FC9847;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group1-1.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group1-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group1 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group1-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 {
    margin-top: 58px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 h3 span {
    color: #4CA9CF;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list {
    margin-top: 31px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele {
    padding: 16px 15px;
    display: flex;
    gap: 10px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 70px;
    height: 70px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele .symptoms-inner {
    width: calc(100% - 80px);
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele .symptoms-inner .symptoms-name {
    color: #4CA9CF;
    margin-bottom: 8px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group2-1.png") no-repeat center/100%;
    margin-top: -5px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group2-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group2-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(4) .symptoms-icon {
    background: url("../img/symptoms-group2-4.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(5) .symptoms-icon {
    background: url("../img/symptoms-group2-5.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group2 .symptoms-list .symptoms-ele:nth-of-type(6) .symptoms-icon {
    background: url("../img/symptoms-group2-6.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 {
    margin-top: 51px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3 {
    width: 9em;
    margin: auto;
    position: relative;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3 span {
    color: #41B99B;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3::before, .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3::before {
    width: 63px;
    height: 90px;
    background: url("../img/symptoms-group3-illust1-sp.png") no-repeat center/100%;
    left: -80px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 h3::after {
    width: 70px;
    height: 85px;
    background: url("../img/symptoms-group3-illust2-sp.png") no-repeat center/100%;
    right: -80px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list {
    padding: 15px 20px;
    background-color: #FAFAF5;
    border-radius: 14px;
    margin-top: 32px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele .symptoms-icon {
    width: 60px;
    height: 60px;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele .symptoms-name {
    line-height: 33px;
    color: #41B99B;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(1) .symptoms-icon {
    background: url("../img/symptoms-group3-1.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(2) .symptoms-icon {
    background: url("../img/symptoms-group3-2.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(3) .symptoms-icon {
    background: url("../img/symptoms-group3-3.png") no-repeat center/100%;
  }
  .lp .symptoms .symptoms-groups .symptoms-group.symptoms-group3 .symptoms-list .symptoms-ele:nth-of-type(n+2) {
    margin-top: 0;
  }
  .lp .symptoms .symptoms-text {
    margin: 50px auto 0;
    padding: 0 30px;
    font-size: 17px;
    line-height: 30px;
  }
  .lp .more {
    margin-top: 56px;
    padding: 59px 0 67px;
    background-color: #F0FCFF;
    position: relative;
  }
  .lp .more .more-inner {
    position: relative;
  }
  .lp .more .more-inner h2 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
  }
  .lp .more .more-inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 27px;
    padding: 0 30px;
  }
  .lp .more .more-inner span {
    color: #4CA9CF;
  }
  .lp .more .more-inner a {
    display: block;
    width: 100%;
    max-width: 285px;
    padding: 16px 0;
    border-radius: 30px;
    background-color: #4CA9CF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 239px auto 0;
  }
  .lp .more .more-inner a span {
    display: block;
    width: 11px;
    height: 16px;
    background: url("../img/btn-arrow.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
  }
  .lp .more .more-image {
    width: 100%;
    max-width: 375px;
    height: auto;
    aspect-ratio: 750/412;
    background: url("../img/more-image-sp.png") no-repeat center/100%;
    position: absolute;
    bottom: 152px;
    left: 0;
    right: 0;
    margin: auto;
  }
}