@media only screen and (min-width: 768px) and (max-width: 991px) {
  .smart-iot .sec__mv-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .servie {
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-iot .resident__swiper {
    padding-bottom: 0;
  }
}

.servie__block {
  max-width: 1200px;
  margin-inline: auto;
}
.servie .plans__top-txt .bg {
  background-image: linear-gradient(transparent 0, var(--color-highlight-y) 0);
}
.servie__content {
  border-radius: 20px;
  position: relative;
  margin-top: 64px;
  border: 4px solid var(--color-black);
  padding: 33px 11px 36px;
}
@media only screen and (min-width: 768px) {
  .servie__content {
    padding: 52px 54px 49px 55px;
    margin-top: 67px;
  }
}
.servie__image {
  position: absolute;
  width: 100%;
  height: auto;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white);
  padding: 10px;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .servie__image {
    max-width: 408px;
  }
}
.servie__col-right-img,
.servie__col-left-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.servie__col-img img {
  width: 100%;
}
.servie__row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--color-black);
  gap: 30px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .servie__row {
    padding-bottom: 27px;
    gap: 46px;
  }
}
.servie__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .servie__col {
    width: calc(100% / 2 - 30.67px);
  }
}
@media only screen and (min-width: 992px) {
  .servie__col {
    width: calc(100% / 3 - 30.67px);
  }
}
.servie__col-title {
  background-color: var(--color-black);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .servie__col-title {
    margin-bottom: 20px;
    padding: 17px 10px 17px 10px;
    gap: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .servie__col-title {
    padding: 17px 10px 17px 19px;
    gap: 14.5px;
  }
}
.servie__col .num {
  color: var(--color-white);
  font-family: var(--font-lato);
  font-size: 29px;
  font-weight: 700;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .servie__col .num {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .servie__col .num {
    font-size: 29px;
  }
}
.servie__col .txt {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 13px;
  /* 25.2px */
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 768px) {
  .servie__col .txt {
    letter-spacing: 2px;
    line-height: 21px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .servie__col .txt {
    font-size: 20px;
  }
}
.servie__col-desc .txt {
  color: var(--color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 768px) {
  .servie__col-desc .txt {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1.8px;
  }
}
.servie__col-desc {
  display: flex;
  gap: 5px;
  margin-top: 15px;
  align-items: center;
}
.servie__col-desc .icon {
  max-width: 25px;
  width: 100%;
}
.servie__col-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
.servie__col-left {
  width: calc(100% / 2 - 5px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid var(--color-black);
  padding-block: 22px;
}
.servie__col-left-text {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.servie__col-right {
  width: calc(100% / 2 - 5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid var(--color-black);
  padding-block: 20px;
}
.servie__col-right-text {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.servie__text {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1.8px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .servie__text {
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 2.4px;
  }
}
.servie__text .ylw {
  background-position-y: 0;
  background: linear-gradient(transparent 9px, var(--color-highlight-y) 0);
}
@media only screen and (min-width: 768px) {
  .servie__text .ylw {
    background-image: linear-gradient(
      transparent 20px,
      var(--color-highlight-y) 0
    );
  }
}
.servie__txt {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-top: 30px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 768px) {
  .servie__txt {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 2.5px;
    margin-top: 100px;
  }
}
.servie__description {
  max-width: 784px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-inline: 7px 6px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .servie__description {
    gap: 60px;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 992px) {
  .servie__description {
    gap: 120px;
    padding-inline: 0;
  }
}
.servie__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.servie__items img {
  width: 140px;
}
@media only screen and (min-width: 768px) {
  .servie__items img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .servie__items {
    width: calc((100% / 2) - (60px * 1) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .servie__items {
    width: calc((100% / 2) - (120px * 1) / 2);
  }
}
.servie__items-ttl {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-block: 10px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-block: 20px;
}
@media only screen and (min-width: 768px) {
  .servie__items-ttl {
    letter-spacing: 2.6px;
    font-size: 26px;
    line-height: 42px;
  }
}
.servie__items-desc {
  border-top: 2px solid var(--color-black);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.servie__items-feature {
  display: flex;
  gap: 10px;
  width: calc(100% / 2 - 20px);
  align-items: center;
}
.servie__items-feature .tick {
  width: 18px;
  height: 18px;
}
.servie__items-feature .txt {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  /* 25.6px */
}
@media only screen and (min-width: 768px) {
  .servie__items-feature .txt {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -1.2px;
  }
}
/* target plan */
.target {
  background-color: var(--color-white2);
}
@media only screen and (min-width: 768px) {
  .target .plans__top-txt .bg {
    background-image: linear-gradient(
      transparent 12px,
      var(--color-highlight-y) 0
    );
  }
}
.target__block {
  max-width: 1200px;
  margin-inline: auto;
}
.target__title {
  color: var(--color-black);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2.4px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .target__title {
    font-size: 34px;
    line-height: 40.8px;
    letter-spacing: 3.4px;
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
.target__plan {
  max-width: 1076px;
  width: 100%;
  margin-inline: auto;
}
.target__security {
  display: flex;
}
.target__items:last-child {
  padding: 30px 50px;
  background-color: var(--color-white);
}
.target__items-title {
  color: var(--color-black);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 12px;
}
.target__items-title .blue {
  color: var(--color-sky-blue);
}
.issues__content {
  font-family: var(--font-noto-sans-jp);
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .issues__content {
    margin-bottom: 100px;
  }
}
.issues__content:last-child {
  margin-bottom: 0;
}
.issues__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .issues__wrapper {
    gap: 30px;
  }
}
.issues__block-title {
  background-color: var(--color-black);
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 15px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .issues__block-title {
    padding: 17px 20px;
  }
}
.issues__wrapper
  .issues__block:nth-child(1)
  .issues__block-title::first-letter {
  color: var(--color-sky-blue);
}
.issues__wrapper
  .issues__block:nth-child(2)
  .issues__block-title
  span::first-letter {
  color: var(--color-orange);
}
.issues__wrapper
  .issues__block:nth-child(3)
  .issues__block-title
  span::first-letter {
  color: var(--color-green);
}
.issues__wrapper
  .issues__block:nth-child(4)
  .issues__block-title
  span::first-letter {
  color: var(--color-red);
}
.issues__wrapper
  .issues__block:nth-child(5)
  .issues__block-title
  span::first-letter {
  color: var(--color-green2);
}
.issues__wrapper
  .issues__block:nth-child(6)
  .issues__block-title
  span::first-letter {
  color: var(--color-purple);
}
.issues__block-title span {
  position: relative;
  color: var(--color-white);
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  align-items: center;
  gap: 10px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .issues__block-title span {
    letter-spacing: 2.6px;
    font-size: 26px;
    gap: 33px;
    line-height: 31px;
  }
}
.issues__block-title .tag {
  position: absolute;
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-weight: 700;
  background-color: var(--color-highlight-y);
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1.3px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -12px;
  top: -12px;
}
@media only screen and (min-width: 768px) {
  .issues__block-title .tag {
    top: 50%;
    transform: translateY(-50%);
    left: -140px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.6px;
    padding: 5px 20px;
    border-radius: 25px;
    width: auto;
    height: auto;
  }
}
.issues__block-title .tag::after {
  content: none;
}
.issues__block-title span::after {
  content: "";
  position: absolute;
  background: url(../img/lazy-load/smart-iot/acordion-btn-open.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  transition: all 0.6s ease;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .issues__block-title span::after {
    width: 35px;
    height: 35px;
    right: -65px;
  }
}
.issues__block-title.change span::after {
  background: url(../img/lazy-load/smart-iot/acordion-btn-close.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%) rotate(180deg);
}
.issues__block-wrapper {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .issues__block-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .issues__block-wrapper {
    padding: 40px;
  }
}
@media only screen and (min-width: 1230px) {
  .issues__block-wrapper {
    padding: 60px 60px 70px;
  }
}
.issues__block-content.is-open {
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
}
.issues__block-content {
  background-color: var(--color-white);
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  /* max-height: 0;
	 opacity: 0;
	 visibility: hidden;
	 overflow: hidden;
	 transition: max-height 0.6s ease, opacity 0.5s ease, visibility 0.5s ease;
	 */
}
/* .issues__block-content.is-open {
	 max-height: 100%;
	 opacity: 1;
	 visibility: visible;
}
 */
.issues__target {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .issues__target {
    margin-bottom: 50px;
  }
}
.issues__target-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .issues__target-title {
    line-height: calc(29 / 16);
    margin-bottom: 20px;
    letter-spacing: 2.4px;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 19px;
    margin-bottom: 30px;
  }
}
.issues__target-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--color-orange) 0,
    var(--color-orange) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .issues__target-title::after {
    height: 4px;
  }
}
.issues__target-title.green::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--color-green) 0,
    var(--color-green) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .issues__target-title.green::after {
    height: 4px;
  }
}
.issues__target-title.pink::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--color-red) 0,
    var(--color-red) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .issues__target-title.pink::after {
    height: 4px;
  }
}
.issues__target-title.blue::after {
  background: linear-gradient(
    to right,
    var(--color-green2) 0,
    var(--color-green2) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.issues__target-title.lightblue::after {
  background: linear-gradient(
    to right,
    var(--color-blue2) 0,
    var(--color-blue2) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.issues__target-title.purple::after {
  background: linear-gradient(
    to right,
    var(--color-purple) 0,
    var(--color-purple) 60px,
    rgba(0, 0, 0, 0.1) 60px,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.issues__target-listwrap.blue {
  background: rgba(33, 142, 149, 0.1);
}
.issues__target-list {
  background: var(--color-light-orange);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .issues__target-list {
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px 15px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .issues__target-list {
    gap: 10px 30px;
  }
}
@media only screen and (min-width: 1230px) {
  .issues__target-list {
    gap: 10px 56px;
    padding: 30px;
  }
}
/* .issues__target-list:last-child {
	 padding-top: 0;
}
 */
.issues__target-list.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.issues__target-list.green {
  background: rgba(148, 197, 57, 0.1);
}
.issues__target-list.pink {
  background: rgba(228, 58, 58, 0.1);
}
.issues__target-list.blue {
  background: rgba(33, 142, 149, 0.1);
}
.issues__target-list.purple {
  background: rgba(130, 92, 172, 0.1);
}
.issues__target-item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .issues__target-item {
    width: calc(100% / 2 - 28px);
  }
}
.issues__target-item.center {
  align-items: center;
}
.issues__target-item span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.issues__target-item-heading {
  background: var(--color-orange);
  color: var(--color-white);
  width: 90px;
  padding: 5.5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 768px) {
  .issues__target-item-heading {
    letter-spacing: 1.6px;
    width: 130px;
    font-size: 16px;
  }
}
.issues__target-item-heading.green {
  background: var(--color-green);
}
.issues__target-item-heading.pink {
  background: var(--color-red);
}
.issues__target-item-heading.blue {
  background: var(--color-green2);
}
.issues__target-item-heading.purple {
  background: var(--color-purple);
}
.issues__target-item-details {
  display: inline-block;
  justify-content: flex-start !important;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  padding: 5px 0 5px 10px;
  letter-spacing: 0.65px;
}
@media only screen and (min-width: 768px) {
  .issues__target-item-details {
    letter-spacing: 0.8px;
    min-width: 185px;
    max-width: 185px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .issues__target-item-details {
    min-width: 275px;
    max-width: 275px;
  }
}
@media only screen and (min-width: 1230px) {
  .issues__target-item-details {
    max-width: 100%;
  }
}
.issues__target-item-bold {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
}
.issues__needs {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .issues__needs {
    margin-bottom: 30px;
  }
}
.issues__needs-block {
  position: relative;
  background: var(--color-light-orange);
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .issues__needs-block {
    padding: 30px;
  }
}
.issues__needs-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .issues__needs-block {
    flex-direction: row;
    min-height: 161px;
    margin-right: 4px;
    margin-bottom: 20px;
    gap: 0;
  }
}
.issues__needs-block.green {
  background: rgba(148, 197, 57, 0.1);
}
.issues__needs-block.pink {
  background: rgba(228, 58, 58, 0.1);
}
.issues__needs-block.blue {
  background: rgba(33, 142, 149, 0.1);
}
.issues__needs-block.purple {
  background: rgba(130, 92, 172, 0.1);
}
.issues__needs-block:last-child {
  margin-bottom: 0;
}
.issues__needs-item--primary {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .issues__needs-item--primary {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .issues__needs-item--primary {
    max-width: 256px;
  }
}
.issues__needs-item--secondary {
  width: 100%;
}
.issues__needs-title {
  background: var(--color-orange);
  color: var(--color-white);
  border-radius: 50px;
  position: relative;
  width: fit-content;
  top: unset;
  left: unset;
  font-family: var(--font-lato);
  font-size: 12px;
  font-weight: 700;
  line-height: 9px;
  padding: 8px 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .issues__needs-title {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    padding: 6.5px 15px;
  }
}
.issues__needs-title.green {
  background: var(--color-green);
}
.issues__needs-title.pink {
  background: var(--color-red);
}
.issues__needs-title.blue {
  background: var(--color-green2);
}
.issues__needs-title.purple {
  background: var(--color-purple);
}
.issues__needs-heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
}
.issues__needs-text {
  font-family: var(--font-noto-sans-jp);
  background-color: var(--color-white);
  color: var(--color-black2);
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
  letter-spacing: 0.65px;
}
@media only screen and (min-width: 768px) {
  .issues__needs-text {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 20px;
    margin-bottom: 15px;
    letter-spacing: normal;
  }
}
.issues__needs-text:last-child {
  margin-bottom: 0;
}
.issues__needs-text span {
  font-weight: 700;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 6px,
    var(--color-highlight-y) 6px,
    var(--color-highlight-y) 100%
  );
}
.issues__target-contentwrap {
  padding-block: 0 30px;
}
.issues__target-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
  align-items: stretch;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .issues__target-content {
    gap: 10px;
    align-items: center;
  }
}
.issues__target-content:last-child {
  margin-bottom: 0;
}
.issues__target-ttl {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  padding: 3px 0;
  background: var(--color-green2);
  flex-shrink: 0;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.65px;
}
@media only screen and (min-width: 768px) {
  .issues__target-ttl {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.8px;
    width: 87px;
  }
}
.issues__target-subttl {
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.65px;
}
@media only screen and (min-width: 768px) {
  .issues__target-subttl {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.8px;
  }
}
.issues__survey {
  margin-right: 4px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .issues__survey {
    margin-bottom: 60px;
  }
}
.issues__survey-title {
  color: var(--color-white);
  background: var(--color-orange);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .issues__survey-title {
    padding: 12px 10px;
    font-size: 20px;
  }
}
.issues__survey-title.green {
  background: var(--color-green);
}
.issues__survey-title.pink {
  background: var(--color-red);
}
.issues__survey-title.blue {
  background: var(--color-green2);
}
.issues__survey-title.purple {
  background: var(--color-purple);
}
.issues__survey-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: var(--color-light-orange);
  padding: 20px 10px;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .issues__survey-block {
    flex-direction: row;
    padding: 20px;
    gap: 0;
  }
}
@media only screen and (min-width: 992px) {
  .issues__survey-block {
    padding: 30px 43px;
  }
}
.issues__survey-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  background: var(--color-light-orange);
  padding-bottom: 30px;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .issues__survey-content {
    padding: 0 43px;
    padding-bottom: 30px;
    gap: 0;
    flex-direction: row;
  }
}
.issues__survey-txt {
  color: var(--color-black2);
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.issues__survey-txt.mt30 {
  margin-top: 30px;
}
.issues__survey-btxt {
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .issues__survey-btxt {
    text-align: start;
    line-height: 38px;
    font-size: 23px;
  }
}
.issues__survey-btxt .highlight {
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 17px,
    var(--color-highlight-y) 17px,
    var(--color-highlight-y) 100%
  );
}

@supports (-webkit-backdrop-filter: none) {
  .issues__survey-btxt .highlight {
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent 6px,
      var(--color-highlight-y) 17px,
      var(--color-highlight-y) 100%
    );
  }
  @media only screen and (min-width: 768px) {
    .issues__survey-btxt .highlight {
      background: linear-gradient(
        to bottom,
        transparent 0,
        transparent 17px,
        var(--color-highlight-y) 17px,
        var(--color-highlight-y) 100%
      );
    }
  }
}
.issues__survey-btxt .big {
  font-size: 32px;
}
.issues__survey-btxt .md {
  font-size: 30px;
}
.issues__survey-btxt .sm {
  font-size: 21px;
}
/* .issues__survey-block:last-child {
	 padding: 0 43px;
}
 */
.issues__survey-block.green {
  background: linear-gradient(
      0deg,
      rgba(148, 197, 57, 0.1) 0%,
      rgba(148, 197, 57, 0.1) 100%
    ),
    var(--color-white);
}
.issues__survey-block.blue {
  background: linear-gradient(
      0deg,
      rgba(33, 142, 149, 0.1) 0%,
      rgba(33, 142, 149, 0.1) 100%
    ),
    var(--color-white);
}
.issues__survey-block.purple {
  background: linear-gradient(
      0deg,
      rgba(130, 92, 172, 0.1) 0%,
      rgba(130, 92, 172, 0.1) 100%
    ),
    var(--color-white);
}
.issues__survey-text {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .issues__survey-text {
    max-width: 472px;
  }
}
.issues__survey-text--main {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .issues__survey-text--main {
    gap: 20px;
  }
}
.issues__survey-text--main span {
  display: block;
  color: var(--color-orange);
  font-weight: 700;
}
.issues__survey-text--main.green span {
  color: var(--color-green);
}
.issues__survey-text--main.pink span {
  color: var(--color-red);
}
.issues__survey-text--main.blue span {
  color: var(--color-green2);
}
.issues__survey-text--main.purple span {
  color: var(--color-purple);
}
.issues__survey-text--main span:first-child {
  font-family: var(--font-lato);
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .issues__survey-text--main span:first-child {
    font-size: 50px;
  }
}
.issues__survey-text--main span:last-child {
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .issues__survey-text--main span:last-child {
    font-size: 20px;
    line-height: 1.5;
  }
}
.issues__survey-text--sub {
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .issues__survey-text--sub {
    font-size: 14px;
    margin-top: 30px;
  }
}
.issues__btns {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  margin-right: 0;
  padding-right: 40px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .issues__btns {
    padding-right: 0;
    flex-direction: row;
    gap: 100px;
    margin-right: 50px;
  }
}
.issues__btn-link {
  color: var(--color-black);
  transition: all 0.4s ease;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.65px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .issues__btn-link {
    font-size: 16px;
    text-align: center;
    line-height: 19.2px;
  }
}
.issues__btn-link:hover {
  opacity: 0.7;
}
.issues__btn-link::after {
  position: absolute;
  content: "";
  background: url(../img/lazy-load/smart-iot/arrow-btn.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
@media only screen and (min-width: 768px) {
  .issues__btn-link::after {
    width: 40px;
    height: 40px;
    right: -50px;
  }
}
.issues__btn-link--down::after {
  transform: translateY(-50%) rotate(180deg);
}
.config__block .issues__block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .config__block .issues__block-wrapper {
    gap: 50px;
  }
}
.config__block .issues__btn-link--down::after {
  transform: translateY(-50%) rotate(0deg);
}
.config__wrapper .issues__needs-text {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .config__wrapper .issues__needs-text {
    margin-bottom: 30px;
  }
}
.config__wrapper-group {
  background: var(--color-light-orange);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .config__wrapper-group {
    gap: 10px;
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .config__wrapper-group {
    gap: 20px;
    padding: 30px;
  }
}
.config__wrapper-group.blue {
  background: rgba(37, 177, 202, 0.1);
}
.config__wrapper-group.darkblue {
  background: rgba(33, 142, 149, 0.1);
}
.config__wrapper-group.green {
  background: rgba(148, 197, 57, 0.1);
}
.config__wrapper-group.pink {
  background: rgba(228, 58, 58, 0.1);
}
.config__wrapper-group.purple {
  background: rgba(130, 92, 172, 0.1);
}
.config__wrapper-cell {
  position: relative;
  background: var(--color-white);
  width: 100%;
  padding: 5px;
  display: flex;
  gap: 5px;
}
@media only screen and (min-width: 576px) {
  .config__wrapper-cell {
    display: block;
    width: calc((100% / 2) - (20px / 2));
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .config__wrapper-cell {
    gap: 0px;
    width: calc((100% / 4) - ((10px * 3) / 4));
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .config__wrapper-cell {
    width: calc((100% / 4) - ((20px * 3) / 4));
    padding: 15px 14px;
  }
}
.config__wrapper-cell::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z" fill="%23F38165"/></svg>');
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
}
.config__wrapper-cell.blue::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z' fill='%2325B1CA'/%3E%3C/svg%3E");
}
.config__wrapper-cell.darkblue::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z' fill='%23218E95'/%3E%3C/svg%3E");
}
.config__wrapper-cell.green::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z' fill='%2394C539'/%3E%3C/svg%3E");
}
.config__wrapper-cell.pink::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z' fill='%23E43A3A'/%3E%3C/svg%3E");
}
.config__wrapper-cell.purple::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M1.80397e-06 46L46 0L3.8147e-06 -2.01072e-06L1.80397e-06 46Z' fill='%23825CAC'/%3E%3C/svg%3E");
}
.config__wrapper-cell img {
  display: block;
  margin-inline: auto;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .config__wrapper-cell img {
    max-width: 100%;
  }
}
.config__wrapper-cell--title {
  font-family: var(--font-noto-sans-jp);
  text-align: center;
  font-size: 16px;
  line-height: calc(18 / 16);
  font-weight: 700;
  padding-block: 10px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 768px) {
  .config__wrapper-cell--title {
    letter-spacing: 0.9px;
    font-size: 15px;
    line-height: calc(20 / 15);
  }
}
@media only screen and (min-width: 992px) {
  .config__wrapper-cell--title {
    font-size: 18px;
    line-height: calc(26 / 18);
    padding-block: 15px;
  }
}
.config__wrapper-cell--text {
  font-family: var(--font-noto-sans-jp);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  .config__wrapper-cell--text {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
@media only screen and (min-width: 992px) {
  .config__wrapper-cell--text {
    font-size: 16px;
    line-height: calc(23 / 16);
  }
}
.config__block .issues__btns {
  margin-top: 10px;
}
/* .iot-partners */
@media only screen and (min-width: 768px) {
  .iot-partners .c-heading-primary {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .iot-partners .c-heading-primary__main {
    font-size: 34px;
  }
  .iot-partners .c-heading-primary__main::before {
    width: 37px;
    left: -39px;
    top: 38%;
  }
}
.iot-partners__block {
  max-width: 1200px;
  margin: 0 auto;
}
.iot-partners__row {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .iot-partners__row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .iot-partners__row {
    gap: 45px;
  }
}
.iot-partners__box {
  background-color: var(--color-white2);
}
.iot-partners__content {
  text-align: center;
  padding: 39px 0;
}
@media only screen and (min-width: 768px) {
  .iot-partners__content {
    padding: 43px 0 49px;
  }
}
.iot-partners__txt {
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 768px) {
  .iot-partners__txt {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .iot-partners__txt {
    font-size: 20px;
    line-height: 29px;
  }
}
.iot-partners__img img {
  width: 100%;
  height: auto;
}
/* IOT_AVANTIA */
.iot-avantia {
  background-color: var(--color-white2);
}
@media only screen and (min-width: 768px) {
  .iot-avantia .container {
    padding: 0;
  }
}
.iot-avantia__row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__row {
    flex-direction: row;
    align-items: unset;
    max-width: calc(50% + 633px);
    margin-left: auto;
    gap: 28px;
  }
}
.iot-avantia__txt {
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__txt {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 992px) {
  .iot-avantia__txt {
    letter-spacing: 1.8px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .iot-avantia__txt {
    font-size: 18px;
    line-height: 36px;
  }
}
.iot-avantia__txt .bg {
  font-weight: 700;
  background-position-y: 0;
  background-image: linear-gradient(
    transparent 13px,
    var(--color-highlight-y) 10px
  );
}
@media only screen and (min-width: 768px) {
  .iot-avantia__txt .bg {
    background-image: linear-gradient(
      transparent 14px,
      var(--color-highlight-y) 14.01px
    );
  }
}
@media only screen and (min-width: 992px) {
  .iot-avantia__txt .bg {
    background-image: linear-gradient(
      transparent 14px,
      var(--color-highlight-y) 14.01px
    );
  }
}

@supports (-webkit-backdrop-filter: none) {
  .iot-avantia__txt .bg {
    background-image: linear-gradient(
      transparent 6px,
      var(--color-highlight-y) 0
    );
  }
  @media only screen and (min-width: 768px) {
    .iot-avantia__txt .bg {
      background-image: linear-gradient(
        transparent 9px,
        var(--color-highlight-y) 8.01px
      );
    }
  }
}
.iot-avantia__left {
  padding: 60px 15px 41px;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__left {
    padding: 60px 0 60px 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .iot-avantia__left {
    padding: 80px 0 80px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .iot-avantia__left {
    padding-left: 0;
  }
}
.iot-avantia__img {
  /* position: relative;
	 &::after {
		 content: "";
		 background-image: url("../img/lazy-load/smart-iot/iot-avantia-layer-sp.webp");
		 background-position: center;
		 background-repeat: no-repeat;
		 background-size: contain;
		 position: absolute;
		 left: 0;
		 top: 0;
		 width: 100%;
		 height: 49px;
		 @media only screen and (min-width:768px) {
			 background-image: url("../img/lazy-load/smart-iot/iot-avantia-layer.webp");
			 left: -1px;
			 width: 183px;
			 background-size: 183px 100%;
			 height: 100%;
		}
		 */
  /* 
	}
	 */
}
@media only screen and (min-width: 768px) {
  .iot-avantia__img {
    /* max-width: 40%;
		 */
  }
}
@media only screen and (min-width: 1366px) {
  .iot-avantia__img {
    max-width: 100%;
  }
}
.iot-avantia__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__img img {
    object-position: left;
  }
}
.iot-avantia__top-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 2.4px;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__top-ttl {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 4px;
  }
}
.iot-avantia__top-ttl .xs {
  line-height: 1;
  font-size: 20px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__top-ttl .xs {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.iot-avantia__b-txt {
  font-family: var(--font-noto-sans-jp);
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.4px;
  border: 1px solid var(--color-black);
  padding: 9px 4px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .iot-avantia__b-txt {
    border: 2px solid var(--color-black);
    padding-right: 8px;
    letter-spacing: 4px;
    line-height: 25px;
    font-size: 23px;
    padding-block: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .iot-avantia__b-txt {
    margin-top: 10px;
    line-height: 54px;
    font-size: 40px;
  }
}
.target__plan-row {
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 43px;
}
.target__plan-box {
  background-color: var(--color-white);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .target__plan-box {
    width: calc((100% / 2) - (43px * 1) / 2);
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .target__plan-box {
    width: calc((100% / 3) - (43px * 2) / 3);
  }
}
.target__plan-img {
  position: relative;
}
.target__plan-img img {
  width: 100%;
}
.target__plan-tag {
  padding: 5px 10px;
  border-radius: 40px;
  background: var(--color-orange);
  color: var(--color-white);
  font-family: var(--font-lato);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  letter-spacing: 0.6px;
}
.target__plan-content {
  padding: 20px;
}
.target__plan-ttl {
  font-family: var(--font-noto-sans-jp);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}
.target__plan-ttl::first-letter {
  color: var(--color-orange);
}
.target__plan-txt {
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1.3px;
}
@media only screen and (min-width: 768px) {
  .target__plan-txt {
    margin-top: 14px;
    line-height: 19px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.target__plan-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}
.target__plan-btns .c-btn-secondary {
  gap: 10px;
  font-size: 14px;
}
.target__plan-btns .c-btn-secondary:hover .arrow::before {
  animation-name: transformTopBottom;
  animation-delay: 0.2s;
}
.target__plan-btns .c-btn-secondary:hover .arrow::after {
  animation-name: transformBottomTop;
}
.target__plan-btns .c-btn-secondary .arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Cpath d='M17.5 10.6953L17.5 24.3064' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0564 19.25L17.5009 24.6944L22.9453 19.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.target__plan-btns .c-btn-secondary .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Cpath d='M17.5 10.6953L17.5 24.3064' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0564 19.25L17.5009 24.6944L22.9453 19.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.target__plan-row
  .target__plan-box:nth-of-type(2)
  .target__plan-ttl::first-letter {
  color: var(--color-green);
}
.target__plan-row .target__plan-box:nth-of-type(2) .target__plan-tag {
  background-color: var(--color-green);
}
.target__plan-row
  .target__plan-box:nth-of-type(3)
  .target__plan-ttl::first-letter {
  color: var(--color-red);
}
.target__plan-row .target__plan-box:nth-of-type(3) .target__plan-tag {
  background-color: var(--color-red);
}
.target__plan-row
  .target__plan-box:nth-of-type(4)
  .target__plan-ttl::first-letter {
  color: var(--color-green2);
}
.target__plan-row .target__plan-box:nth-of-type(4) .target__plan-tag {
  background-color: var(--color-green2);
}
.target__plan-row
  .target__plan-box:nth-of-type(5)
  .target__plan-ttl::first-letter {
  color: var(--color-purple);
}
.target__plan-row .target__plan-box:nth-of-type(5) .target__plan-tag {
  background-color: var(--color-purple);
}
.target__plan-top .target__plan-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .target__plan-top .target__plan-box {
    flex-direction: row;
  }
}
.target__plan-top .target__plan-img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .target__plan-top .target__plan-img {
    max-width: 405px;
  }
}
@media only screen and (min-width: 768px) {
  .target__plan-top .target__plan-content {
    padding: 8px 20px 8px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .target__plan-top .target__plan-content {
    padding: 33px 50px;
  }
}
.target__plan-top .target__plan-btns {
  margin-top: 12px;
}
.target__plan-top .target__plan-txt {
  margin-top: 12px;
}
.target__plan-top .target__plan-tag {
  background-color: var(--color-sky-blue);
}
.target__plan-top .target__plan-txt::first-letter {
  color: var(--color-sky-blue);
}
.target__plan-top {
  margin-bottom: 40px;
}
.target__plan-top .target__plan-ttl::first-letter {
  color: var(--color-sky-blue);
}
.target__plan-stamp {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  background-color: var(--color-highlight-y);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: 10px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 3.2px;
}
@media only screen and (min-width: 768px) {
  .target__plan-stamp {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 5.7px;
    width: 80px;
    height: 80px;
    top: -19px;
    right: -40px;
  }
}
/* accordain */
.issues__security {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .issues__security {
    padding: 60px;
  }
}
.issues__security-wrap {
  padding: 20px;
  background: var(--color-sky-blue-trans);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .issues__security-wrap {
    padding: 10px 20px;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .issues__security-wrap {
    padding: 30px 50px;
  }
}
.issues__security-title {
  color: var(--color-blue2);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 4px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .issues__security-title {
    font-size: 40px;
    line-height: 72px;
    flex-shrink: 0;
    width: fit-content;
  }
}
.issues__security-text {
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.issues__security-highlight {
  font-weight: 700;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 6px,
    var(--color-highlight-y) 6px,
    var(--color-highlight-y) 100%
  );
}
