.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) {
  .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: 8.5rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 1.4rem 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 {
  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 {
    filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.2));
    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: flex;
  flex-wrap: wrap;
  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;
  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;
    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-owner {
  z-index: 1;
  padding: 5.6rem 0 6.3rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-owner {
    padding: 3.3rem 0 3.2rem;
  }
}
.p-owner::after {
  z-index: -1;
  content: "";
  width: 28.4rem;
  height: 6.9rem;
  position: absolute;
  left: 50%;
  top: calc(100% - 0.1rem);
  transform: translateX(-50%);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-owner::after {
    width: 14.4rem;
    height: 3.5rem;
  }
}
.p-owner__text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-owner__text {
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }
}
.p-owner__text .red {
  color: #C92222;
}
.p-owner__title {
  margin-top: 1.5rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-owner__title {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
.p-owner__title .box {
  margin: 0 0.8rem;
  padding: 1.3rem 2.4rem;
  display: inline-block;
  color: #ffffff;
  font-size: 5rem;
  line-height: 1;
  background-color: #177272;
  box-shadow: 0 0 1.1rem rgba(54, 151, 149, 0.3);
}
@media screen and (max-width: 767px) {
  .p-owner__title .box {
    margin: 0 0.4rem 0.4rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }
}

.p-smart {
  padding: 10.5rem 0 9rem;
  background: #177272 url(../images/smart-kenshin/bg_smart.png) no-repeat top/100% auto;
}
@media screen and (max-width: 767px) {
  .p-smart {
    padding: 5rem 0 3.8rem;
    background-size: 100% 96rem;
  }
}
.p-smart__title {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-smart__title {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.p-smart__title .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-smart__title .small {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-smart__title .box {
  margin-right: 1.4rem;
  padding: 1.6rem 2.8rem;
  display: inline-block;
  color: #177272;
  font-size: 5.6rem;
  line-height: 1;
  background-color: #FFF4B4;
  box-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-smart__title .box {
    margin-right: 0.8rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }
}
.p-smart__content {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-smart__content {
    margin-top: 2.4rem;
  }
}
.p-smart__top {
  padding: 5.7rem 0 6rem;
  position: relative;
  background-color: #F2F6E9;
}
@media screen and (max-width: 767px) {
  .p-smart__top {
    padding: 1.6rem 0;
  }
}
.p-smart__top::after {
  content: "";
  width: 17.2rem;
  height: 4.4rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-smart__top::after {
    width: 14.4rem;
    height: 3.5rem;
  }
}
.p-smart__top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-smart__top .title {
    gap: 1.5rem;
  }
}
.p-smart__top .title .box {
  padding: 1.3rem 4.8rem;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #ffffff;
  filter: drop-shadow(0 0.7rem 1.5rem rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-smart__top .title .box {
    padding: 0.7rem 2.2rem 0.8rem;
    font-size: 1.176rem;
    line-height: 1;
    filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.25));
  }
}
.p-smart__top .title .box::after {
  content: "";
  width: 3.8rem;
  height: 2.1rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-smart__top .title .box::after {
    width: 1.8rem;
    height: 1rem;
  }
}
.p-smart__top .title .box .red {
  color: #C92222;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart__top .title .box .red {
    font-size: 1.538rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart__top .title .logo {
    width: 28.2rem;
  }
}
.p-smart__block {
  padding: 7.5rem 6rem 5.6rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-smart__block {
    padding: 5rem 1rem 2.4rem;
  }
}
.p-smart__text1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-smart__text1 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.p-smart__text1 .green {
  color: #177272;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text1 .green {
    font-size: 1.8rem;
  }
}
.p-smart__text1 .red {
  color: #C92222;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text1 .red {
    font-size: 1.8rem;
  }
}
.p-smart__box {
  z-index: 1;
  margin-top: 1.8rem;
  border: 0.5rem solid #ffffff;
  padding: 1.4rem 2.6rem 5.1rem;
  position: relative;
  background-color: #F2F6E9;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-smart__box {
    margin-top: 2.3rem;
    border-width: 0.3rem;
    padding: 0.4rem 0.7rem 2.1rem;
  }
}
.p-smart__box::before, .p-smart__box::after {
  content: "";
  z-index: -1;
  width: calc(100% + 1rem);
  height: 46%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-smart__box::before, .p-smart__box::after {
    width: calc(100% + 0.6rem);
  }
}
.p-smart__box::before {
  border: 0.5rem solid #23ADAD;
  border-bottom: none;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-smart__box::before {
    border-width: 0.3rem;
    top: -0.3rem;
  }
}
.p-smart__box::after {
  border: 0.5rem solid #177272;
  border-top: none;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-smart__box::after {
    border-width: 0.3rem;
    bottom: -0.3rem;
  }
}
.p-smart__box .img {
  max-width: 60.5rem;
  margin: 0 auto;
}
.p-smart__box .bg {
  z-index: 1;
  margin-top: 3.7rem;
  position: relative;
  background-color: #E4ECD0;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg {
    margin-top: 3.3rem;
  }
}
.p-smart__box .bg::after {
  content: "";
  z-index: -1;
  width: 60rem;
  height: 27.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background-color: #FAFFEF;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg::after {
    content: none;
  }
}
.p-smart__box .bg .title {
  padding: 1.1rem;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 1.3rem rgba(54, 151, 149, 0.3);
  background-color: #93C42A;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .title {
    padding: 0.4rem;
    font-size: 1.8rem;
  }
}
.p-smart__box .bg .inner {
  padding: 3.2rem 2.85rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .inner {
    padding: 1.6rem 1rem 4.3rem;
  }
}
.p-smart__box .bg .text {
  width: fit-content;
  margin: 0 auto;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: url(../images/smart-kenshin/icn_smart_check.svg) no-repeat left center/2.4rem auto;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .text {
    width: 25.4rem;
    padding-left: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.3;
    background-size: 1.8rem auto;
  }
}
.p-smart__box .bg .box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .box {
    overflow-x: auto;
    margin-top: 1.6rem;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    gap: 0 0.8rem;
  }
}
.p-smart__box .bg .box .support1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .box .support1 {
    width: 26.2rem;
    flex-shrink: 0;
  }
}
.p-smart__box .bg .box .support2, .p-smart__box .bg .box .support3 {
  width: calc((100% - 1.7rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-smart__box .bg .box .support2, .p-smart__box .bg .box .support3 {
    width: 26.2rem;
    margin-top: 1.2rem;
    flex-shrink: 0;
  }
}
.p-smart__service {
  position: relative;
  background-color: #F2F6E9;
}
@media screen and (max-width: 767px) {
  .p-smart__service {
    margin-top: 3.2rem;
  }
}
.p-smart__service::after {
  content: "";
  width: 28.4rem;
  height: 6.9rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-smart__service::after {
    width: 14.4rem;
    height: 3.5rem;
  }
}
.p-smart__service-title {
  padding: 2.4rem;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 1.3rem rgba(54, 151, 149, 0.3);
  background-color: #93C42A;
}
@media screen and (max-width: 767px) {
  .p-smart__service-title {
    padding: 0.4rem;
    font-size: 1.8rem;
  }
}
.p-smart__service-inner {
  padding: 5.5rem 0 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-smart__service-inner {
    padding: 2.8rem 1.5rem 2.4rem;
    background: url(../images/smart-kenshin/bg_smart_service.png) no-repeat right 2.6rem top 2.7rem/9.4rem auto;
  }
}
.p-smart__service-text1 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.29;
}
@media screen and (max-width: 767px) {
  .p-smart__service-text1 {
    padding-right: 10.5rem;
    font-size: 1.746rem;
    line-height: 1.5;
    text-align: left;
    font-feature-settings: "palt";
  }
}
.p-smart__service-text1 .green {
  color: #177272;
  font-weight: 700;
}
.p-smart__service-text1 .small {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-smart__service-text1 .small {
    font-size: 1.562rem;
  }
}
.p-smart__service-text2 {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.29;
}
@media screen and (max-width: 767px) {
  .p-smart__service-text2 {
    padding-right: 10.5rem;
    font-size: 1.5rem;
    margin-top: 0.3rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-smart__service-text2 .red {
  color: #C92222;
}
.p-smart__service-text2 .small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-smart__service-text2 .small {
    font-size: 1.4rem;
  }
}
.p-smart__service-img {
  max-width: 68.8rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-smart__service-img {
    margin-top: 2.4rem;
  }
}
.p-smart__service-box {
  border: 0.1rem solid #006098;
  background: #FFF;
  max-width: 68.8rem;
  padding: 1.1rem 1.5rem;
  margin: auto auto auto;
}
@media screen and (max-width: 767px) {
  .p-smart__service-box {
    margin-top: 1.6rem;
    padding: 0.7rem 0.7rem 1rem;
  }
}
.p-smart__service-box .list {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-smart__service-box .list {
    font-size: 1.4rem;
  }
}
.p-smart__service-box .list li {
  display: inline-block;
  font-feature-settings: "palt" on;
  margin-right: 0.3em;
}
.p-smart__service-box .list li::first-letter {
  color: #006098;
}
.p-smart__service-box .list li:last-of-type {
  margin-right: 0;
}
.p-smart__service-box .note {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  .p-smart__service-box .note {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-smart__support {
  max-width: 68.8rem;
  margin: 14.2rem auto 0;
  border: 0.5rem solid #ffffff;
  padding-bottom: 3.6rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-smart__support {
    margin-top: 4.6rem;
    padding-bottom: 3rem;
  }
}
.p-smart__support-title {
  max-width: 58.6rem;
  margin: -7.3rem auto 0;
  background-color: #F2F6E9;
}
@media screen and (max-width: 767px) {
  .p-smart__support-title {
    max-width: 29.5rem;
    margin-top: -3.4rem;
  }
}
.p-smart__support-title .title1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-smart__support-title .title1 {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
}
.p-smart__support-title .title1::before, .p-smart__support-title .title1::after {
  content: "";
  width: 0.1rem;
  height: 1.8rem;
  background-color: #333;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-smart__support-title .title1::before, .p-smart__support-title .title1::after {
    width: 0.1rem;
    height: 1.4rem;
  }
}
.p-smart__support-title .title1::before {
  transform: rotate(-29deg);
}
.p-smart__support-title .title1::after {
  transform: rotate(29deg);
}
.p-smart__support-title .title2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-smart__support-title .title2 {
    font-size: 1.6rem;
  }
}
.p-smart__support-title .title2 .green {
  color: #177272;
}
.p-smart__support-title .title2 .red {
  color: #C92222;
}
.p-smart__support-title .title2 .small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-smart__support-title .title2 .small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart__support-title .title2 .sp-small {
    font-size: 1.4rem;
  }
}
.p-smart__support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2.8rem;
  max-width: 59.2rem;
  margin: 2.3rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-smart__support-list {
    max-width: 26.3rem;
    margin-top: 1.1rem;
    gap: 1.2rem 1.9rem;
  }
}
.p-smart__support-list .item {
  width: calc((100% - 5.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-smart__support-list .item {
    width: calc((100% - 1.9rem) / 2);
  }
}
.p-smart__support-list .item .img {
  margin: 0 -0.2rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-smart__support-list .item .img {
    margin: 0 -0.3rem;
  }
}
.p-smart__support-list .item .img img {
  display: block;
}
.p-smart__support-list .item .cnt {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-smart__support-list .item .cnt {
    padding-top: 0.6rem;
  }
}
.p-smart__support-list .item .text {
  font-size: 1.285rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-smart__support-list .item .text {
    font-size: 1.2rem;
  }
}
.p-smart__text2 {
  margin-top: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 {
    margin-top: 4.5rem;
  }
}
.p-smart__text2 .text1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text1 {
    font-size: 1.6rem;
  }
}
.p-smart__text2 .text2 {
  margin-top: 3.3rem;
  padding: 0 5.5rem;
  position: relative;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text2 {
    margin-top: 0;
    padding: 0 2.8rem;
    font-size: 2rem;
  }
}
.p-smart__text2 .text2::before, .p-smart__text2 .text2::after {
  content: "";
  width: 0.7rem;
  height: 4.6rem;
  position: absolute;
  top: 47%;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text2::before, .p-smart__text2 .text2::after {
    width: 0.3rem;
    height: 2rem;
    top: 50%;
  }
}
.p-smart__text2 .text2::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.p-smart__text2 .text2::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.p-smart__text2 .text3 {
  margin-top: 1.3rem;
  color: #FFF4B4;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text3 {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.p-smart__text2 .text3 .big {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text3 .big {
    font-size: 4.8rem;
  }
}
.p-smart__text2 .text4 {
  margin-top: 1.5rem;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-smart__text2 .text4 {
    margin-top: 0.7rem;
    font-size: 1.6rem;
  }
}
.p-smart__note {
  margin-top: 3rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-smart__note {
    margin: 0.3rem 2rem 0;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-smart__table {
  max-width: 89.4rem;
  margin: 3.2rem auto 0;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-smart__table {
    margin: 1.4rem -1.5rem 0;
    padding-left: 1.5rem;
  }
}
.p-smart .c-opt {
  margin-top: 2.3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-smart .c-opt {
    margin: 0.9rem -1rem 0;
  }
}

.p-hikaku {
  padding-top: 8rem;
  background-color: #EEF7F7;
}
@media screen and (max-width: 767px) {
  .p-hikaku {
    padding-top: 3.2rem;
  }
}
.p-hikaku__content {
  max-width: 92rem;
  margin: 0 auto;
}
.p-hikaku__title {
  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;
  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%;
  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__img {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-hikaku__img {
    margin-top: 2.1rem;
  }
}
.p-hikaku .c-opt {
  padding-top: 4.5rem;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-hikaku .c-opt {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.p-hikaku .c-opt__text2 {
  line-height: 1.5;
  text-shadow: 0.1rem 0.1rem 0.1rem #ffffff, -0.1rem 0.1rem 0.1rem #ffffff, 0.1rem -0.1rem 0.1rem #ffffff, -0.1rem -0.1rem 0.1rem #ffffff, 0.1rem 0 0.1rem #ffffff, 0 0.1rem 0.1rem #ffffff, -0.1rem 0 0.1rem #ffffff, 0 -0.1rem 0.1rem #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hikaku .c-opt__text2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .p-hikaku .c-opt__text2 .small {
    font-size: 1.5rem;
  }
}
.p-hikaku .c-opt__text3 {
  margin-top: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0.1rem 0.1rem 0.1rem #ffffff, -0.1rem 0.1rem 0.1rem #ffffff, 0.1rem -0.1rem 0.1rem #ffffff, -0.1rem -0.1rem 0.1rem #ffffff, 0.1rem 0 0.1rem #ffffff, 0 0.1rem 0.1rem #ffffff, -0.1rem 0 0.1rem #ffffff, 0 -0.1rem 0.1rem #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hikaku .c-opt__text3 {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-astec {
  padding: 5.6rem 0 5.9rem;
  background: linear-gradient(110deg, #236AB7 0%, #022F6B 40%);
}
@media screen and (max-width: 767px) {
  .p-astec {
    padding: 0 0 2.4rem;
    background: linear-gradient(120deg, #236AB7 15%, #022F6B 55%);
  }
}
@media screen and (max-width: 767px) {
  .p-astec .l-content-inner {
    padding: 0;
  }
}
.p-astec__content {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-astec__content {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-astec__img {
  width: 47.2rem;
}
@media screen and (max-width: 767px) {
  .p-astec__img {
    width: 100%;
  }
}
.p-astec__text {
  flex: 1;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-astec__text {
    margin: 0 1.6rem;
    font-size: 1.5rem;
  }
}

.p-useful {
  padding: 8.8rem 0;
  background-color: #EEF7F7;
}
@media screen and (max-width: 767px) {
  .p-useful {
    padding: 4.8rem 0;
  }
}
.p-useful .c-contents-list {
  margin-top: 0;
}
.p-useful .c-contents-list .item .title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-useful .c-contents-list .item .title {
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-useful .c-contents-list .item .title .red {
  color: #C92222;
}
@media screen and (max-width: 767px) {
  .p-useful .c-contents-list .item .title .red {
    font-size: 2rem;
  }
}
.p-useful .c-contents-list .item .title .small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-useful .c-contents-list .item .title .small {
    font-size: 1.6rem;
  }
}
.p-useful .c-contents-list .item .title .green {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-useful .c-contents-list .item .title .green {
    font-size: 2rem;
  }
}

.c-flow {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    padding-bottom: 2.4rem;
  }
}

.p-results {
  background-color: #EEF7F7;
  padding: 5.6rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-results {
    padding: 4rem 0;
  }
}
.p-results__content {
  margin-top: 4rem;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-results__content {
    margin: 3.2rem 1.6rem 0;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-results__content .item {
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .p-results__content .item {
    width: 100%;
  }
}
.p-results__content .item__inn {
  height: 100%;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(23, 114, 114, 0.4);
}
.p-results__content .item .img {
  padding-top: 74.1935483871%;
  position: relative;
}
.p-results__content .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-results__content .item .cnt {
  padding: 4rem 1.6rem 3.2rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-results__content .item .cnt {
    padding: 4rem 1.6rem 1.6rem;
  }
}
.p-results__content .item .num {
  width: 11.6rem;
  height: 4.6rem;
  background-color: #059E9E;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 2rem 0 1rem;
  position: absolute;
  left: 0;
  top: -1rem;
}
.p-results__content .item .num span {
  font-size: 2.8rem;
  letter-spacing: 0;
}
.p-results__content .item .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-results__content .item .text {
    font-size: 1.4rem;
  }
}
.p-results .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-results .c-btn {
    margin-top: 3.2rem;
  }
}

.p-voice {
  padding: 5.6rem 26rem 8.8rem 26rem;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 4rem 0;
  }
}
.p-voice__content {
  width: 88rem;
  max-width: 100%;
  margin: 4rem auto auto;
  display: flex;
  padding: 2.4rem 4rem;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-voice__content {
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    margin-top: 3.2rem;
    align-items: center;
  }
}
.p-voice__content .img {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .img {
    margin: 1.6rem 0 0;
  }
}
.p-voice__content .cnt {
  width: calc(100% - 26rem);
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-voice__content .title {
  font-feature-settings: "palt" on;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-voice__content .text {
  margin-top: 0.4rem;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-voice__content .text {
    font-size: 1.4rem;
  }
}
.p-voice .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice .c-btn {
    margin-top: 3.2rem;
  }
}

.p-opt {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}
.p-opt.-opt02::before, .p-opt.-opt02::after {
  content: "";
  width: 12.5rem;
  height: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-opt .c-opt__text2 {
    font-size: 2rem;
    font-feature-settings: "palt";
    text-shadow: 0.1rem 0.1rem 0.1rem #ffffff, -0.1rem 0.1rem 0.1rem #ffffff, 0.1rem -0.1rem 0.1rem #ffffff, -0.1rem -0.1rem 0.1rem #ffffff, 0.1rem 0 0.1rem #ffffff, 0 0.1rem 0.1rem #ffffff, -0.1rem 0 0.1rem #ffffff, 0 -0.1rem 0.1rem #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-opt .c-opt__text2 .small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-opt .c-opt__text3 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=smart-kenshin.css.map */
