@charset "UTF-8";
.c-pagettl__bg::before {
  width: 89%;
}
@media screen and (max-width: 767px) {
  .c-pagettl__bg::before {
    width: 100%;
    background: linear-gradient(177deg, rgba(18, 99, 99, 0.9) 73%, rgba(18, 99, 99, 0.6) 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-pagettl__bg::after {
    content: none;
  }
}
.c-pagettl__img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagettl__img {
    margin-top: 1.4rem;
    width: 91%;
  }
}

@media screen and (max-width: 767px) {
  .l-bg-gray {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-bg-gray::before {
    z-index: -1;
    width: 25.7rem;
    height: 11.4rem;
  }
}

.p-intro {
  padding: 9.2rem 0 12.7rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 4.6rem 0 3.2rem;
  }
}
.p-intro__title {
  color: #177272;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 2.2rem;
  }
}
.p-intro__text1, .p-intro__text2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__text1, .p-intro__text2 {
    font-size: 1.6rem;
  }
}
.p-intro__text1 .red, .p-intro__text2 .red {
  color: #C92222;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__text1 .red, .p-intro__text2 .red {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__text1 .sp-small, .p-intro__text2 .sp-small {
    font-size: 1.6rem;
  }
}
.p-intro__text1 {
  margin-top: 4rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-intro__text1 {
    margin-top: 0.5rem;
  }
}
.p-intro__text2 {
  margin-top: 4.5rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-intro__text2 {
    margin-top: 2.2rem;
    line-height: 1.7;
  }
}
.p-intro__img1 img, .p-intro__img2 img {
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
.p-intro__img1 {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img1 {
    margin-top: 1.5rem;
  }
  .p-intro__img1 img {
    -webkit-filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-intro__img2 {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img2 {
    margin-top: 2.7rem;
  }
}
.p-intro__reason {
  max-width: 92rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro__reason {
    margin-top: 2.4rem;
  }
}
.p-intro__reason-text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__reason-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-intro__reason .list {
  margin-top: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.7rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__reason .list {
    margin-top: 3.8rem;
    gap: 2.2rem 1.1rem;
  }
}
.p-intro__reason .list .item {
  z-index: 1;
  width: calc((100% - 4.4rem) / 3);
  padding-bottom: 3.1rem;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-intro__reason .list .item {
    width: calc((100% - 1.1rem) / 2);
    padding-bottom: 1.7rem;
    -webkit-box-shadow: 0 0 0.34rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.34rem rgba(0, 0, 0, 0.2);
  }
}
.p-intro__reason .list .item::before {
  z-index: -1;
  content: "";
  width: 86%;
  aspect-ratio: 251/115;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #EEF7F7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-intro__reason .list .item::before {
    width: 14.2rem;
    aspect-ratio: 142/65;
  }
}
.p-intro__reason .list .item .img {
  width: 82%;
  margin: -2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro__reason .list .item .img {
    margin-top: -1.4rem;
  }
}
.p-intro__reason .list .item .text {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__reason .list .item .text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-intro__reason .list .item .text .green {
  color: #177272;
}
.p-intro__reason-note {
  margin-top: 5.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-intro__reason-note {
    margin-top: 1.2rem;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}

.p-smart01 {
  margin-top: 4rem;
  padding: 8rem 0 7.8rem;
  background-color: #177272;
}
@media screen and (max-width: 767px) {
  .p-smart01 {
    padding: 3rem 0 1.4rem;
    margin-top: 1.6rem;
  }
}
.p-smart01 .green {
  color: #177272;
}
.p-smart01__head {
  position: relative;
  background-color: #F2F6E9;
  padding: 6.6rem 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__head {
    padding: 2.5rem 0 1.6rem;
  }
}
.p-smart01__head::before {
  content: "";
  display: block;
  width: 25.1rem;
  height: 11.5rem;
  background-color: #B1C87D;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-smart01__head::before {
    width: 19.9rem;
    height: 9.1rem;
  }
}
.p-smart01__title {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__title {
    padding-bottom: 0;
  }
}
.p-smart01__title .title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff);
          filter: drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-smart01__title .title {
    font-size: 1.6rem;
    line-height: 2.2;
    -webkit-filter: none;
            filter: none;
  }
}
.p-smart01__title .title .logo {
  display: inline-block;
  width: 70rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__title .title .logo {
    width: 82%;
  }
}
.p-smart01__title .title .logo img {
  width: 100%;
}
.p-smart01__title .title .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__title .title .small {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-smart01__block {
  background-color: #ffffff;
}
.p-smart01__text1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-smart01__text1 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    margin-top: -0.9rem;
    line-height: 1.6;
  }
}
.p-smart01__text1 .green {
  color: #177272;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__text1 .green {
    font-size: 1.8rem;
  }
}
.p-smart01__text1 .red {
  color: #C92222;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__text1 .red {
    font-size: 1.8rem;
  }
}
.p-smart01__text1 .small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__text1 .small {
    font-size: 1.6rem;
  }
}
.p-smart01__box {
  z-index: 1;
  padding: 8.4rem 0 5.7rem;
  position: relative;
  background: #EFEFEF url(../images/smart-kenshin/bg_smart_01.png) no-repeat center bottom 26%/100%;
}
@media screen and (max-width: 767px) {
  .p-smart01__box {
    padding: 4rem 0 3.7rem;
    background: #EFEFEF;
  }
}
.p-smart01__box::before {
  content: "";
  display: block;
  width: 68.7rem;
  height: 31.6rem;
  background-color: rgba(216, 216, 216, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-smart01__box::before {
    display: none;
  }
}
.p-smart01__box .img {
  max-width: 60.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-smart01__box .img {
    max-width: 91%;
  }
}
.p-smart01__box .txt01 {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-filter: drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff);
          filter: drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff);
}
@media screen and (max-width: 767px) {
  .p-smart01__box .txt01 {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    line-height: 1.78;
  }
}
.p-smart01__box .txt01 .large {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-smart01__box .txt01 .large {
    font-size: 1.6rem;
  }
}
.p-smart01__box .txt01 .bold {
  font-weight: 800;
}
.p-smart01 .txt02 {
  width: 63.4rem;
  margin: 3.2rem 0 0 14.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-smart01 .txt02 {
    width: 90%;
    margin: 2.2rem 0 0 1.7rem;
  }
}
.p-smart01 .c-opt {
  margin-top: 4.8rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-smart01 .c-opt {
    margin: 2.5rem -1rem 0;
  }
}

.p-smart02 {
  padding: 7.4rem 0 7rem;
  background: url(../images/smart-kenshin/bg_smart_02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-smart02 {
    padding: 3.6rem 0 3rem;
    background-image: url(../images/smart-kenshin/bg_smart_02_sp.jpg);
  }
}
.p-smart02__text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.p-smart02__text .text1 {
  display: block;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-smart02__text .text1 {
    font-size: 1.6rem;
  }
}
.p-smart02__text .text2 {
  display: inline-block;
  width: 78.7rem;
  margin: 1.5rem 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-smart02__text .text2 {
    width: 100%;
    margin: 1.4rem 0 0;
  }
}
.p-smart02__table {
  max-width: 82.2rem;
  margin: 2.8rem auto 0;
  padding-left: 5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-smart02__table {
    margin: -0.5rem 0 0;
    padding-left: 0;
  }
}
.p-smart02__notes {
  max-width: 82.2rem;
  margin: 1.4rem auto 0;
  padding-left: 5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-smart02__notes {
    padding-left: 0;
    margin-top: 1.8rem;
    max-width: 100%;
  }
}
.p-smart02__note {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-smart02__note {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-smart02__note::before {
  content: "※";
}
.p-smart02 .c-opt {
  margin-top: 4.2rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-smart02 .c-opt {
    margin: 2.4rem -1rem 0;
  }
}

.p-hikaku {
  padding-top: 8.8rem;
  background-color: #EEF7F7;
}
@media screen and (max-width: 767px) {
  .p-hikaku {
    padding-top: 3.2rem;
  }
}
.p-hikaku .green {
  color: #177272;
}
.p-hikaku .red {
  color: #C92222;
}
.p-hikaku__content {
  max-width: 92rem;
  margin: 0 auto;
}
.p-hikaku__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.8rem 1.4rem;
  position: relative;
  color: #177272;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-hikaku__title {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
  }
}
.p-hikaku__title::after {
  content: "";
  width: 8.8rem;
  height: 2.3rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-hikaku__title::after {
    width: 3.4rem;
    height: 1.2rem;
  }
}
.p-hikaku__text {
  margin-top: 4.6rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6;
  -webkit-filter: drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff);
          filter: drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff) drop-shadow(0 0 0.05rem #fff);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hikaku__text {
    font-size: 1.5rem;
    margin: 3.1rem 0 0 -1.3rem;
    line-height: 1.4;
  }
}
.p-hikaku__text .large {
  font-size: 1.1538461538em;
}
@media screen and (max-width: 767px) {
  .p-hikaku__text .large {
    font-size: 1.3333333333em;
  }
}
@media screen and (max-width: 767px) {
  .p-hikaku__text .sp-medium {
    font-size: 1.2em;
  }
}
.p-hikaku__img {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-hikaku__img {
    margin-top: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hikaku__img img {
    min-width: 461px;
  }
}
.p-hikaku__img .scroll-hint-icon {
  top: 54% !important;
}
.p-hikaku .c-opt {
  padding: 4.2rem 0 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-hikaku .c-opt {
    padding: 2.3rem 0 3rem;
    margin: 0 -1rem;
  }
}

.p-opt {
  padding: 4.5rem 0;
  background: url(../images/smart-kenshin/bg_opt.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-opt {
    padding: 2.8rem 0 2.2rem;
    background-image: url(../images/smart-kenshin/bg_opt_sp.jpg);
  }
}
.p-opt__text {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #FFF4B4;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-opt__text {
    font-size: 1.6rem;
  }
}
.p-opt__title {
  width: 72rem;
  margin: 2.4rem auto 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-opt__title {
    width: 82%;
    margin-top: 1.2rem;
  }
}
.p-opt__title img {
  width: 100%;
}
.p-opt__btn {
  margin-top: 4.2rem;
  padding: 0 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-opt__btn {
    margin: 1.1rem -0.8rem 0;
    padding: 0;
  }
}
.p-opt__btn a {
  display: block;
}

.p-service {
  padding: 10rem 0 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 4rem 0;
  }
}
.p-service .green {
  color: #177272;
}
.p-service__title {
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    padding-bottom: 1.7rem;
  }
}
.p-service__title .title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service__title .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-service__title .title .logo {
  display: inline-block;
  width: 49.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__title .title .logo {
    width: 83%;
  }
}
.p-service__title .title .line {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__title .title .line {
    margin-top: 2.2rem;
  }
}
.p-service__title .title .large {
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__title .title .large {
    font-size: 2.6rem;
  }
}
.p-service__title .title .large .num {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .p-service__title .title .large .num {
    font-size: 1.2307692308em;
  }
}
.p-service__list {
  position: relative;
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    margin-top: 5.5rem;
  }
}
.p-service__item {
  position: relative;
  background-color: #EEF7F7;
  padding: 4rem;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    padding: 4rem 1.6rem;
  }
}
.p-service__item + .p-service__item {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__item + .p-service__item {
    margin-top: 5.5rem;
  }
}
.p-service__item::before {
  content: counter(number);
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #177272;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: -1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__item::before {
    top: -2.3rem;
  }
}
.p-service__item:after {
  content: "";
  display: block;
  width: 25.1rem;
  height: 11.5rem;
  background-color: #91CBCB;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.15;
}
.p-service__item-upper {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 26.4rem;
  grid-template-columns: 1fr 26.4rem;
  -ms-grid-rows: auto 2.4rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.4rem 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-service__item-upper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-service__item-upper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-service__item-upper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-service__item-upper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .p-service__item-upper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service__item-upper > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service__item-upper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-service__item-upper .ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #177272;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper .ttl {
    font-size: 2.4rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.p-service__item-upper .text {
  letter-spacing: -0.02em;
  line-height: 1.6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper .text {
    margin-top: -0.7rem;
    font-size: 1.6rem;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.p-service__item-upper .text sup {
  font-size: 60%;
}
.p-service__item-upper .box {
  background-color: #E0F0F0;
  padding: 0.8rem 0 0.8rem 1rem;
  font-weight: 700;
  width: 94.5%;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper .box {
    padding: 1.3rem 1.6rem 1.2rem 1.6rem;
    width: 100%;
  }
}
.p-service__item-upper .box__item::before {
  content: "・";
  color: #177272;
}
.p-service__item-upper .img {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-service__item-upper .img .note {
  position: absolute;
  right: -3.8rem;
  bottom: -16.3rem;
  width: 18.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-upper .img .note {
    left: -1.2rem;
    right: inherit;
    bottom: -2.4rem;
    width: 14.9rem;
  }
}
.p-service__item-lower {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower {
    margin-top: 2rem;
  }
}
.p-service__item-lower .inner {
  border: 1px solid #177272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__item-lower .ttl {
  text-align: center;
  color: #fff;
  background-color: #177272;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  padding: 1.3rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .ttl {
    padding: 1rem 1.8rem 1.1rem;
    white-space: nowrap;
  }
}
.p-service__item-lower .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1rem 1rem 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .list {
    padding: 1.2rem 1rem 1rem 3.7rem;
  }
}
.p-service__item-lower .item {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .item {
    font-size: 1.8rem;
  }
}
.p-service__item-lower .item + .item {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .item + .item {
    margin-top: 1.4rem;
  }
}
.p-service__item-lower .item::before {
  content: "";
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #177272;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.2em;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .item::before {
    left: -1.4em;
  }
}
.p-service__item-lower .notes {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .notes {
    margin-top: 1.6rem;
  }
}
.p-service__item-lower .note {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-service__item-lower .note {
    line-height: 1.6;
  }
}
.p-service__item-lower .note::before {
  content: "※";
}
/*# sourceMappingURL=smart-kenshin.css.map */