@charset "UTF-8";
/* =============================
   変数の仮定
============================= */ :root {
  --main-color: #177272;
  --white: #ffffff;
  --base-color: #333;
  --red-color: #C92222;
}
body {
  color: #333;
}
#smart {
  letter-spacing: normal;
}
.l-content-inner {
  width: 1000px;
  margin: auto;
  max-width: 100%;
  padding: 0;
}
#pagenaka {
  height: 120px;
  background: url("../images/pagebackground.jpg") no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .l-content-inner {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
  #pagenaka {
    height: 50px;
  }
}
/* =============================
   c-pagettl
============================= */
.c-pagettl {
  height: 340px;
  position: relative;
}
.c-pagettl__bg {
  overflow: hidden;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.c-pagettl__bg .img {
  width: 100%;
  height: 100%;
}
.c-pagettl__bg .img img {
  width: 100%;
  object-fit: cover;
}
.c-pagettl__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(18, 99, 99, 0.00) 9%, rgba(18, 99, 99, 0.50) 18%, #126363 34%, rgba(18, 99, 99, 0.95) 68%, #126363 77%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-pagettl__bg::after {
  content: "";
  width: 625px;
  height: 288px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.c-pagettl__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-pagettl__content .l-content-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.c-pagettl__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF4B4;
  text-align: center;
  font-feature-settings: 'palt'on;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  gap: 42px;
}
.c-pagettl__title::before, .c-pagettl__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #FFF4B4;
}
@media (max-width: 768px) {
  .c-pagettl {
    height: 186px;
  }
  .c-pagettl__bg::before {
    background: linear-gradient(347deg, rgba(18, 99, 99, 0.00) 25%, rgba(18, 99, 99, 0.50) 35%, #126363 52%, rgba(18, 99, 99, 0.95) 88%, #126363 98%);
  }
  .c-pagettl__bg::after {
    width: 375px;
    height: 172px;
  }
  .c-pagettl__title {
    font-size: 26px;
    gap: 14px;
  }
  .c-pagettl__title::before, .c-pagettl__title::after {
    height: 2px;
  }
}
/* =============================
   c-pagettl
============================= */
.c-pagettl__bg::before {
  width: 89%;
}
.c-pagettl__img {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .c-pagettl__bg::before {
    width: 100%;
    background: linear-gradient(177deg, rgba(18, 99, 99, 0.9) 73%, rgba(18, 99, 99, 0.6) 100%);
  }
  .c-pagettl__bg::after {
    content: none;
  }
}
/* =============================
   l-bg-gray
============================= */
.l-bg-gray {
  background: #f2f2f2;
}
@media (max-width: 768px) {
  .l-bg-gray {
    z-index: 1;
  }
  .l-bg-gray::before {
    z-index: -1;
    width: 25.7rem;
    height: 11.4rem;
  }
}
/* =============================
   p-intro
============================= */
.p-intro {
  padding: 85px 0 88px;
}
.p-intro__title {
  color: #126363;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.p-intro__text1, .p-intro__text2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.p-intro__text1 .red, .p-intro__text2 .red {
  color: #C92222;
  font-size: 50px;
}
.p-intro__text1 .sp-small, .p-intro__text2 .sp-small {}
.p-intro__text1 {
  margin-top: 40px;
  line-height: 1.5;
}
.p-intro__text2 {
  margin-top: 45px;
  line-height: 1.6;
}
.p-intro__img1 img, .p-intro__img2 img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.p-intro__img1 {
  margin-top: 36px;
}
.p-intro__img2 {
  margin-top: 42px;
}
.p-intro__reason {
  max-width: 920px;
  margin: 48px auto 0;
}
.p-intro__reason-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-intro__reason .list {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 57px 22px;
}
.p-intro__reason .list .item {
  z-index: 1;
  width: calc((100% - 44px) / 3);
  padding-bottom: 31px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 6px 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%);
}
.p-intro__reason .list .item .img {
  width: 82%;
  margin: -25px auto 0;
}
.p-intro__reason .list .item .text {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-intro__reason .list .item .text .green {
  color: #126363;
}
.p-intro__reason-note {
  margin-top: 58px;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 768px) {
  .p-intro {
    padding: 14px 0 32px;
  }
  .p-intro__title {
    font-size: 22px;
  }
  .p-intro__text1, .p-intro__text2 {
    font-size: 16px;
  }
  .p-intro__text1 .red, .p-intro__text2 .red {
    font-size: 22px;
  }
  .p-intro__text1 .sp-small, .p-intro__text2 .sp-small {
    font-size: 16px;
  }
  .p-intro__text1 {
    margin-top: 5px;
  }
  .p-intro__text2 {
    margin-top: 22px;
    line-height: 1.7;
  }
  .p-intro__img1 {
    margin-top: 15px;
  }
  .p-intro__img1 img {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
    box-shadow: none;
  }
  .p-intro__img2 {
    margin-top: 27px;
  }
  .p-intro__reason {
    margin-top: 24px;
  }
  .p-intro__reason-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-intro__reason .list {
    margin-top: 38px;
    gap: 22px 11px;
  }
  .p-intro__reason .list .item {
    width: calc((100% - 11px) / 2);
    padding-bottom: 17px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .p-intro__reason .list .item::before {
    width: 142px;
    aspect-ratio: 142 / 65;
  }
  .p-intro__reason .list .item .img {
    margin-top: -14px;
  }
  .p-intro__reason .list .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-intro__reason-note {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
}
/* =============================
   p-owner
============================= */
.p-owner {
  z-index: 1;
  padding: 56px 0 63px;
  position: relative;
  background-color: #fff;
}
.p-owner::after {
  z-index: -1;
  content: "";
  width: 284px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-owner__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-owner__text .red {
  color: #C92222;
}
.p-owner__title {
  margin-top: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
.p-owner__title .box {
  margin: 0 8px;
  padding: 13px 24px;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  background-color: #126363;
  box-shadow: 0 0 11px rgba(54, 151, 149, 0.3);
}
@media (max-width: 768px) {
  .p-owner {
    padding: 33px 0 32px;
  }
  .p-owner::after {
    width: 144px;
    height: 35px;
  }
  .p-owner__text {
    font-size: 17px;
    font-feature-settings: "palt";
  }
  .p-owner__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .p-owner__title .box {
    margin: 0 4px 4px;
    padding: 8px 12px;
    font-size: 18px;
  }
}
.p-smart {
  padding: 94.5px 0 81px;
  background: #177272 url(../images/smart/bg_smart.png) no-repeat top / 100% auto;
}
.p-smart__title {
  color: #FFF;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-smart__title .small {
  font-size: 32.4px;
}
.p-smart__title .box {
  margin-right: 12px;
  padding: 14px 25px;
  display: inline-block;
  color: #177272;
  font-size: 50px;
  line-height: 1;
  background-color: #FFF4B4;
  box-shadow: 0 0 11.7px rgba(0, 0, 0, 0.3);
}
.p-smart__content {
  margin-top: 40px;
}
.p-smart__top {
  padding: 51px 0 54px;
  position: relative;
  background-color: #F2F6E9;
}
.p-smart__top::after {
  content: "";
  width: 154px;
  height: 39px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-smart__top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}
.p-smart__top .title .box {
  padding: 11px 43px;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  background-color: #FFF;
  filter: drop-shadow(0 6px 13px rgba(0, 0, 0, 0.25));
}
.p-smart__top .title .box::after {
  content: "";
  width: 34px;
  height: 19px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-smart__top .title .box .red {
  color: #C92222;
  font-size: 30px;
}
.p-smart__top .title .logo {}
.p-smart__block {
  padding: 67px 54px 50px;
  background-color: #FFF;
}
.p-smart__text1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.p-smart__text1 .green {
  color: #177272;
  font-size: 30px;
}
.p-smart__text1 .red {
  color: #C92222;
  font-size: 28px;
}
.p-smart__box {
  z-index: 1;
  margin-top: 16px;
  border: 4px solid #FFF;
  padding: 12px 23px 45px;
  position: relative;
  background-color: #F2F6E9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.p-smart__box::before, .p-smart__box::after {
  content: "";
  z-index: -1;
  width: calc(100% + 9px);
  height: 46%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-smart__box::before {
  border: 4px solid #23ADAD;
  border-bottom: none;
  top: -4px;
}
.p-smart__box::after {
  border: 4px solid #177272;
  border-top: none;
  bottom: -4px;
}
.p-smart__box .img {
  max-width: 544px;
  margin: 0 auto;
}
.p-smart__box .bg {
  z-index: 1;
  margin-top: 33px;
  position: relative;
  background-color: #E4ECD0;
}
.p-smart__box .bg::after {
  content: "";
  z-index: -1;
  width: 540px;
  height: 247px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background-color: #FAFFEF;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-smart__box .bg .title {
  padding: 10px;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 11px rgba(54, 151, 149, 0.3);
  background-color: #93C42A;
}
.p-smart__box .bg .inner {
  padding: 28px 25px 54px;
}
.p-smart__box .bg .text {
  width: fit-content;
  margin: 0 auto;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: url(../images/smart/icn_smart_check.svg) no-repeat left center / 21.6px auto;
}
.p-smart__box .bg .box {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.p-smart__support {
  max-width: 619px;
  margin: 127px auto 0;
  border: 4px solid #FFF;
  padding-bottom: 32px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.p-smart__support-title {
  max-width: 527px;
  margin: -65px auto 0;
  background-color: #F2F6E9;
}
.p-smart__support-title .title1 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.p-smart__support-title .title1::before, .p-smart__support-title .title1::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
}
.p-smart__support-title .title1::before {
  transform: rotate(-29deg);
}
.p-smart__support-title .title1::after {
  transform: rotate(29deg);
}
.p-smart__note {
  margin-top: 27px;
  color: #FFF;
  font-size: 10.8px;
  font-weight: 500;
  text-align: center;
}
.p-smart__table {
  max-width: 804px;
  margin: 28px auto 0;
  padding-left: 18px;
}
.c-opt {
  margin-top: 20px;
  padding: 0;
}
.p-smart__box .bg .box .support1 {
  width: 100%;
}
.p-smart__box .bg .box .support2, .p-smart__box .bg .box .support3 {
  width: calc((100% - 1.7rem) / 2);
}
.p-smart__box .bg .box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7rem;
}
@media (max-width: 768px) {
  .p-smart {
    padding: 45px 0 20px;
    background-size: 100% 864px;
  }
  .p-smart__title {
    font-size: 14px;
    line-height: 2.2;
  }
  .p-smart__title .small {
    display: block;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-smart__title .box {
    margin-right: 7px;
    padding: 7px 10px;
    font-size: 16px;
  }
  .p-smart__content {
    margin-top: 21px;
  }
  .p-smart__top {
    padding: 14px 0;
  }
  .p-smart__top::after {
    width: 129px;
    height: 31px;
  }
  .p-smart__top .title {
    gap: 13.5px;
  }
  .p-smart__top .title .box {
    padding: 6px 19px 7px;
    font-size: 13px;
    filter: drop-shadow(0 2px 5.4px rgba(0, 0, 0, 0.25));
  }
  .p-smart__top .title .box::after {
    width: 16px;
    height: 9px;
  }
  .p-smart__top .title .box .red {
    font-size: 13px;
  }
  .p-smart__top .title .logo {
    width: 253px;
  }
  .p-smart__block {
    padding: 45px 9px 21px;
  }
  .p-smart__text1 {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .p-smart__text1 .green {
    font-size: 16px;
  }
  .p-smart__text1 .red {
    font-size: 16px;
  }
  .p-smart__box {
    margin-top: 20px;
    border-width: 2px;
    padding: 3px 6px 18px;
  }
  .p-smart__box::before {
    border-width: 2px;
    top: -2px;
  }
  .p-smart__box::after {
    border-width: 2px;
    bottom: -2px;
  }
  .p-smart__box .bg {
    margin-top: 29px;
  }
  .p-smart__box .bg::after {
    content: none;
  }
  .p-smart__box .bg .title {
    padding: 3.6px;
    font-size: 16px;
  }
  .p-smart__box .bg .inner {
    padding: 14px 9px 38px;
  }
  .p-smart__box .bg .text {
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.3;
    background-size: 16px auto;
  }
  .p-smart__box .bg .box {
    overflow-x: auto;
    margin-top: 14px;
    padding-bottom: 4px;
    flex-wrap: nowrap;
    gap: 0 7px;
  }
  .p-smart__support {
    margin-top: 41px;
    padding-bottom: 27px;
  }
  .p-smart__support-title {
    max-width: 265px;
    margin-top: -30px;
  }
  .p-smart__support-title .title1 {
    font-size: 12px;
    gap: 4px;
  }
  .p-smart__support-title .title1::before, .p-smart__support-title .title1::after {
    height: 12px;
  }
  .p-smart__note {
    margin: 2px 18px 0;
    font-size: 9px;
    line-height: 1.6;
    text-align: left;
  }
  .p-smart__table {
    margin: 12px -13px 0;
    padding-left: 13px;
  }
  .c-opt {
    margin: 8px -9px 0;
  }
  .p-smart__box .bg .box .support1 {
    width: 260px;
    flex-shrink: 0;
  }
  .p-smart__box .bg .box .support2, .p-smart__box .bg .box .support3 {
    width: 260px;
    margin-top: 10px;
    flex-shrink: 0;
  }
  .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__service {
  position: relative;
  background-color: #F2F6E9;
}
.p-smart__service::after {
  content: "";
  width: 255px;
  height: 62px;
  position: absolute;
  top: calc(100% - 0.9px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-smart__service-title {
  padding: 21px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 11px rgba(54, 151, 149, 0.3);
  background-color: #93C42A;
}
.p-smart__service-inner {
  padding: 50px 0 60px;
}
.p-smart__service-text1 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.29;
}
.p-smart__service-text1 .green {
  color: #177272;
  font-weight: 700;
}
.p-smart__service-text1 .small {
  font-size: 30px;
  font-weight: 700;
}
.p-smart__service-text2 {
  margin-top: 3px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.p-smart__service-text2 .red {
  color: #C92222;
}
.p-smart__service-text2 .small {
  font-size: 25px;
}
.p-smart__service-img {
  max-width: 619px;
  margin: 14px auto 0;
}
.p-smart__service-box {
  border: 0.9px solid #006098;
  background: #FFF;
  max-width: 619px;
  padding: 10px 13px;
  margin: auto;
}
.p-smart__service-box .list {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-smart__service-box .list li {
  display: inline-block;
  font-feature-settings: 'palt'on;
  margin-right: 2.7px;
}
.p-smart__service-box .list li::first-letter {
  color: #006098;
}
.p-smart__service-box .note {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt'on;
}
/* メディアクエリ */
@media (max-width: 768px) {
  .p-smart__service {
    margin-top: 28px;
  }
  .p-smart__service::after {
    width: 129px;
    height: 31px;
  }
  .p-smart__service-title {
    padding: 3px;
    font-size: 16px;
  }
  .p-smart__service-inner {
    padding: 25px 13px 21px;
    background: url(../images/smart/bg_smart_service.png) no-repeat right 23px top 24px / 84px auto;
  }
  .p-smart__service-text1 {
    padding-right: 94px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
  .p-smart__service-text1 .small {
    font-size: 14px;
  }
  .p-smart__service-text2 {
    padding-right: 94px;
    font-size: 13px;
    margin-top: 3px;
    line-height: 1.5;
    text-align: left;
  }
  .p-smart__service-text2 .small {
    font-size: 12px;
  }
  .p-smart__service-img {
    margin-top: 21px;
  }
  .p-smart__service-box {
    margin-top: 14px;
    padding: 6px 6px 9px;
  }
  .p-smart__service-box .list {
    font-size: 12px;
  }
}
.p-smart__support {
  max-width: 619px;
  margin: 127px auto 0;
  border: 4px solid #ffffff;
  padding-bottom: 32px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.p-smart__support-title {
  max-width: 527px;
  margin: -65px auto 0;
  background-color: #F2F6E9;
}
.p-smart__support-title .title1 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.p-smart__support-title .title1::before,
.p-smart__support-title .title1::after {
  content: "";
  width: 1px; /* 最小1px */
  height: 16px;
  background-color: #333;
  display: block;
}
.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: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-smart__support-title .title2 .green {
  color: #177272;
}
.p-smart__support-title .title2 .red {
  color: #C92222;
}
.p-smart__support-title .title2 .small {
  font-size: 18px;
}
.p-smart__support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 25px;
  max-width: 532px;
  margin: 20px auto 0;
}
.p-smart__support-list .item {
  width: calc((100% - 50px) / 3);
}
.p-smart__support-list .item .img {
  margin: 0 -1px;
  max-width: none;
}
.p-smart__support-list .item .img img {
  display: block;
}
.p-smart__support-list .item .cnt {
  padding-top: 7px;
}
.p-smart__support-list .item .text {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-smart__support {
    margin-top: 41px;
    padding-bottom: 27px;
  }
  .p-smart__support-title {
    max-width: 265px;
    margin-top: -30px;
  }
  .p-smart__support-title .title1 {
    font-size: 12px;
    gap: 4px;
  }
  .p-smart__support-title .title1::before,
  .p-smart__support-title .title1::after {
    height: 12px;
  }
  .p-smart__support-title .title2 {
    font-size: 14px;
  }
  .p-smart__support-title .title2 .small,
  .p-smart__support-title .title2 .sp-small {
    font-size: 12px;
  }
  .p-smart__support-list {
    max-width: 236px;
    margin-top: 9px;
    gap: 10px 17px;
  }
  .p-smart__support-list .item {
    width: calc((100% - 17px) / 2);
  }
  .p-smart__support-list .item .img {
    margin: 0 -2px;
  }
  .p-smart__support-list .item .cnt {
    padding-top: 5px;
  }
  .p-smart__support-list .item .text {
    font-size: 10px;
  }
}

.p-smart__text2 {
  margin-top: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.p-smart__text2 .text1 {
  font-size: 32px;
}
.p-smart__text2 .text2 {
  padding: 0 49px;
  position: relative;
  font-size: 39px;
}
.p-smart__text2 .text2::before,
.p-smart__text2 .text2::after {
  content: "";
  width: 6px;
  height: 41px;
  position: absolute;
  top: 47%;
  background-color: #ffffff;
}
.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 {
  color: #FFF4B4;
  font-size: 50px;
  line-height: 1.2;
}
.p-smart__text2 .text3 .big {
  font-size: 80px;
}
.p-smart__text2 .text4 {
  font-size: 39px;
}
@media (max-width: 768px) {
  .p-smart__text2 {
    margin-top: 40px;
  }
  .p-smart__text2 .text1 {
    font-size: 14px;
  }
  .p-smart__text2 .text2 {
    margin-top: 0;
    padding: 0 25px;
    font-size: 18px;
  }
  .p-smart__text2 .text2::before, .p-smart__text2 .text2::after {
    width: 3px;
    height: 18px;
    top: 50%;
  }
  .p-smart__text2 .text3 {
    margin-top: 0;
    font-size: 21px;
    line-height: 1;
  }
  .p-smart__text2 .text3 .big, .p-smart__text2 .text4 {
    font-size: 24px;
  }
  .p-smart__text2 .text4 {
    margin-top: 6px;
  }
}
.p-hikaku {
  padding-top: 72px;
  background-color: #EEF7F7;
}
.p-hikaku__content {
  max-width: 828px;
  margin: 0 auto;
}
.p-hikaku__title {
  letter-spacing: normal;
  width: fit-content;
  margin: 0 auto;
  padding: 16px 12px;
  position: relative;
  color: #177272;
  font-size: 30px;
  font-weight: 700;
  background-color: #ffffff;
  font-feature-settings: "palt";
}
.p-hikaku__title::after {
  content: "";
  width: 79px;
  height: 20px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-hikaku__img {
  margin-top: 41px;
}
.p-hikaku .c-opt {
  padding-top: 40px;
  padding-bottom: 38px;
}
.p-hikaku .c-opt__text2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0 1px #ffffff, 0 1px 1px #ffffff, -1px 0 1px #ffffff, 0 -1px 1px #ffffff;
}
.p-hikaku .c-opt__text3 {
  margin-top: 12px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0 1px #ffffff, 0 1px 1px #ffffff, -1px 0 1px #ffffff, 0 -1px 1px #ffffff;
}
.c-opt__text2 .green {
  color: #177272;
}
.c-opt__text2 .red {
  color: #C92222;
}
.p-astec {
  padding: 50px 0 53px;
  background: linear-gradient(110deg, #236AB7 0%, #022F6B 40%);
}
.p-astec__content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.p-astec__img {
  width: 424px;
}
.p-astec__text {
  flex: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-astec .l-content-inner {
    padding: 0;
  }
  .p-astec {
    padding: 0 0 21px;
    background: linear-gradient(120deg, #236AB7 15%, #022F6B 55%);
  }
  .p-astec__content {
    flex-direction: column;
    gap: 14px;
  }
  .p-astec__img {
    width: 100%;
  }
  .p-astec__text {
    margin: 0 14px;
    font-size: 13px;
  }
}
.c-secttl {
  text-align: center;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.c-secttl-bar {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
.c-secttl .green {
  color: #177272;
}
.c-secttl .small {
  font-size: 30px;
}
.c-secttl-bar .bar {
  display: block;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #116F6F), color-stop(50%, #2DB1B1), color-stop(85%, #2DB1B1));
  background: linear-gradient(90deg, #116F6F 50%, #2DB1B1 50%, #2DB1B1 85%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-contents-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 36px;
}
.c-contents-list .item__inn {
  display: flex;
  background-color: var(--white);
  box-shadow: 0 1px 7px 0 rgba(23, 114, 114, 0.4);
}
.c-contents-list .img {
  width: 329px;
}
.c-contents-list .cnt {
  width: calc(100% - 329px);
  padding: 18px 21px 0 21px;
  position: relative;
}
.c-contents-list .title {
  font-feature-settings: 'palt'on;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.04em;
}
.c-contents-list .title .small {
  font-size: 25px;
}
.c-contents-list .title .green {
  color: var(--main-color);
}
.c-contents-list .text {
  margin-top: 7px;
  font-feature-settings: 'palt'on;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-contents-list .link {
  width: 234px;
  height: 45px;
  display: flex;
  padding: 10px 21px;
  align-items: center;
  gap: 10px;
  background-color: var(--main-color);
  color: var(--white);
  font-feature-settings: 'palt'on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-contents-list .link .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contents-list .link .arrow {
  width: 9px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-hikaku {
    padding-top: 25px;
  }
  .p-hikaku__title {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }
  .p-hikaku__title::after {
    width: 30px;
    height: 10px;
  }
  .p-hikaku__img {
    margin-top: 16px;
  }
  .c-opt {
    padding-top: 1px;
    padding-bottom: 32px;
  }
  .c-opt__text2 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.3;
  }
  .c-opt__text2 .small {
    font-size: 13px;
  }
  .c-opt__text3 {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .c-opt__text2 .green,
  .c-opt__text2 .red {
    font-size: 20px;
  }
  .p-hikaku .c-opt__text2 {
    font-size: 14px;
  }
  .p-hikaku .c-opt__text3 {
    line-height: 1.5;
  }
  .p-hikaku__title {
    font-size: 24px;
  }
  .c-secttl {
    font-size: 32px;
  }
  .c-secttl .small {
    font-size: 24px;
  }
  .c-contents-list {
    margin-top: 28px;
    gap: 26px;
  }
  .c-contents-list .item__inn {
    display: block;
  }
  .c-contents-list .img {
    width: 100%;
  }
  .c-contents-list .cnt {
    width: 100%;
    padding: 14px 14px 46px;
  }
  .c-contents-list .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-contents-list .title .small {
    font-size: 16px;
  }
  .c-contents-list .text {
    margin-top: 3px;
    font-size: 12px;
  }
  .c-contents-list .link {
    width: 100%;
    height: 32px;
    font-size: 14px;
    gap: 7px;
    padding: 1px;
    justify-content: center;
  }
}
.c-flow {
  padding-top: 50px;
  padding-bottom: 50px;
}
.c-flow__content {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.c-flow__content .item {
  display: flex;
  background-color: #EFEFEF;
  position: relative;
}
.c-flow__content .item::after {
  content: "";
  display: block;
  width: 54px;
  height: 18px;
  background-color: #EFEFEF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(95%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-flow__content .item:last-of-type::after {
  content: none;
}
.c-flow__content .item .img {
  width: 234px;
}
.c-flow__content .item .cnt {
  width: calc(100% - 234px);
  padding: 18px 21px;
}
.c-flow__content .item .title {
  color: #177272;
  font-feature-settings: 'palt'on;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-flow__content .item .text {
  font-feature-settings: 'palt'on;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.c-flow__content .item .note {
  margin-top: 3px;
  color: #666;
  font-feature-settings: 'palt'on;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .c-flow {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .c-flow__content {
    margin-top: 28px;
    gap: 21px;
  }
  .c-flow__content .item::after {
    width: 36px;
    height: 11px;
  }
  .c-flow__content .item .img {
    width: 98px;
  }
  .c-flow__content .item .cnt {
    width: calc(100% - 98px);
    padding: 14px 9px;
  }
  .c-flow__content .item .title {
    font-size: 16px;
  }
  .c-flow__content .item .text {
    font-size: 12px;
    margin-top: 4px;
  }
  .c-flow__content .item .note {
    font-size: 7px;
  }
}

.p-voice {
  padding: 50px 234px 79px 234px;
  background-color: #EFEFEF;
}
.p-voice__content {
  width: 792px;
  max-width: 100%;
  margin: 36px auto 0;
  display: flex;
  padding: 21px 36px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.p-voice__content .img {
  width: 234px;
}
.p-voice__content .cnt {
  width: calc(100% - 234px);
  padding-right: 54px;
}
.p-voice__content .title {
  font-feature-settings: 'palt'on;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-voice__content .text {
  margin-top: 3px;
  font-feature-settings: 'palt'on;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-voice .c-btn {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .p-voice {
    padding: 36px 1px;
  }
  .p-voice__content {
    flex-direction: column;
    padding: 21px 14px;
    margin-top: 28px;
    align-items: center;
  }
  .p-voice__content .img {
    margin: 14px 0 0;
  }
  .p-voice__content .cnt {
    width: 100%;
    padding: 1px;
  }
  .p-voice__content .text {
    font-size: 12px;
  }
  .p-voice .c-btn {
    margin-top: 28px;
  }
}

.c-opt__btn {
  width: 640px;
  max-width: 100%;
  margin: auto;
}
.p-opt {
  padding-top: 36px;
  padding-bottom: 32px;
}
.p-opt.-opt02::before,
.p-opt.-opt02::after {
  content: "";
  width: 112px;
  height: 51px;
}

@media (max-width: 768px) {
  .c-opt__text2 {
    font-size: 18px;
    font-feature-settings: "palt";
    text-shadow:
      1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0 1px #ffffff, 0 1px 1px #ffffff, -1px 0 1px #ffffff, 0 -1px 1px #ffffff;
  }
  .c-opt__text2.small {
    font-size: 13px;
  }
  .c-opt__text3 {
    font-size: 13px;
  }
}

.c-opt.-opt02 {
  background-color: #EEF7F7;
  position: relative;
}
.c-opt.-opt02::before,
.c-opt.-opt02::after {
  content: "";
  display: block;
  width: 225px;
  height: 103px;
  background-color: #B7B7B7;
  opacity: 0.15;
  position: absolute;
}
.c-opt.-opt02::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-opt.-opt02::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (max-width: 768px) {
  .c-opt.-opt02 {
    padding: 32px 1px;
  }
  .c-opt.-opt02::before,
  .c-opt.-opt02::after {
    content: none;
  }
}

.c-opt__text2 {
  text-align: center;
  text-shadow:
    2px 2px 1px rgba(255, 255, 255, 0.75), -2px 2px 1px rgba(255, 255, 255, 0.75), 2px -2px 1px rgba(255, 255, 255, 0.75), -2px -2px 1px rgba(255, 255, 255, 0.75), 2px 0 1px rgba(255, 255, 255, 0.75), 0 2px 1px rgba(255, 255, 255, 0.75), -2px 0 1px rgba(255, 255, 255, 0.75), 0 -2px 1px rgba(255, 255, 255, 0.75);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 21px;
}
.c-opt.-opt02 {
  margin-top: 1px;
}
.c-opt__text2 .small {
  font-size: 23px;
}
.c-opt__text2 .green {
  color: #177272;
}
.c-opt__text2 .red {
  color: #C92222;
}
.c-opt__text3 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.29;
}

@media screen and (max-width: 767px) {
  .p-opt .c-opt__text3 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .c-opt__text2 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .c-opt__text2 .small {
    font-size: 16px;
  }
}


/* --------------------
   TELCONTACT
-------------------- */
.telcontact { background: linear-gradient(0deg, #FD821A 0%, #EA6120 100%);}
.telcontact .flex {
	height: 320px;
	display: flex;
  justify-content: center;
  gap:20px 60px;
	align-items: center;}
.telcontact .text { padding: 40px 0;}
.telcontact .text p {
	color: #fff;
	line-height: 1.2;}
.telcontact .text .txs-24 {
	padding-left: 26px;
	background: url("../images/icon-tel3.png") no-repeat left bottom;
	background-size: 21px auto;
	color: #F8EC9C;
	line-height: 1;}
.telcontact .text a { color: #fff;}
.telcontact a.conmail {
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  background: #A71A00;
  max-width: 320px;}
@media screen and (max-width: 1080px){
	.telcontact .flex { flex-wrap: wrap-reverse; height: auto; padding-bottom: 40px;}
	.telcontact .photo,.telcontact .text { width: 100%; text-align: center;flex: auto;}
	.telcontact .text { padding: 60px 0 10px;}
	.telcontact .text .txs-24 { background:none;}
	.telcontact .photo img { margin: 0 auto;}}
