@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .totop {
    display: none;
  }
}
/* contents202503
---------------------------- */
#contents202503 {
  line-height: 1.5;
}
#contents202503 *,
#contents202503 * ::before,
#contents202503 * ::after {
  box-sizing: border-box;
}
#contents202503 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#contents202503 em {
  font-weight: inherit;
}
#contents202503 .sec {
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  #contents202503 .sec {
    padding: 15vw 0;
  }
}
#contents202503 .sec._bg {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/bg.png) no-repeat left top/100% auto #F6F9F2;
}
@media screen and (max-width: 767px) {
  #contents202503 .sec._bg {
    background-size: 300% auto;
  }
}
#contents202503 .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
#contents202503 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents202503 .sp {
    display: block;
  }
}
#contents202503 .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #contents202503 .pc {
    display: none;
  }
}
#contents202503 .button_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  width: 220px;
  height: 44px;
  position: relative;
  border: 2px solid transparent;
  transition: 0.4s;
  line-height: 1.1;
  overflow: hidden;
}
#contents202503 .button_01:hover {
  text-decoration: none;
}
#contents202503 .button_01:hover::before, #contents202503 .button_01:hover::after {
  top: 0;
}
#contents202503 .button_01:hover::before {
  opacity: 0.5;
}
#contents202503 .button_01:hover::after {
  transition-delay: 0.2s;
}
#contents202503 .button_01:hover._border {
  color: #fff;
}
#contents202503 .button_01:hover._border > .text::before {
  background-color: #fff;
}
#contents202503 .button_01:hover._red {
  color: #D7083C;
}
#contents202503 .button_01:hover._red > .text::before {
  background-color: #D7083C;
}
#contents202503 .button_01::before, #contents202503 .button_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0px;
  transition: 0.4s;
}
#contents202503 .button_01._border {
  border-color: #D7083C;
  background-color: #fff;
  color: #D7083C;
}
#contents202503 .button_01._border::before, #contents202503 .button_01._border::after {
  background-color: #D7083C;
}
#contents202503 .button_01._border > .text::before {
  background-color: #D7083C;
}
#contents202503 .button_01._red {
  background-color: #D7083C;
  color: #fff;
}
#contents202503 .button_01._red::before, #contents202503 .button_01._red::after {
  background-color: #fff;
}
#contents202503 .button_01._red > .text::before {
  background-color: #fff;
}
#contents202503 .button_01 > .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#contents202503 .button_01 > .text::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_blank.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_blank.svg);
  transition: 0.4s;
}
#contents202503 .button_02 {
  display: flex;
  border-radius: 40px;
  position: relative;
  transition: 0.4s;
  line-height: 1.1;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents202503 .button_02 {
    border-radius: 10.66vw;
  }
}
#contents202503 .button_02:hover {
  text-decoration: none;
}
#contents202503 .button_02:hover::before, #contents202503 .button_02:hover::after {
  top: 0;
}
#contents202503 .button_02:hover::before {
  opacity: 0.5;
}
#contents202503 .button_02:hover::after {
  transition-delay: 0.2s;
}
#contents202503 .button_02:hover._black::before, #contents202503 .button_02:hover._black::after {
  background-color: #D7063B;
}
#contents202503 .button_02:hover._red::before, #contents202503 .button_02:hover._red::after {
  background-color: #000;
}
#contents202503 .button_02::before, #contents202503 .button_02::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0px;
  transition: 0.4s;
}
#contents202503 .button_02._blank > .text::before {
  -webkit-mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_blank.svg);
  mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_blank.svg);
}
#contents202503 .button_02._arrow > .text::before {
  -webkit-mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_arrow.svg);
  mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_arrow.svg);
  transform: translateY(-50%) rotate(90deg);
}
#contents202503 .button_02._black {
  background-color: #000;
}
#contents202503 .button_02._red {
  background-color: #D7063B;
}
#contents202503 .button_02 > .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 27px 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents202503 .button_02 > .text {
    font-size: 4.26vw;
    padding: 5.33vw;
  }
}
#contents202503 .button_02 > .text::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  background-color: #fff;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 767px) {
  #contents202503 .button_02 > .text::before {
    width: 4.26vw;
    height: 4.26vw;
    right: 7.46vw;
  }
}
#contents202503 .hdg_lv2_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
#contents202503 .hdg_lv2_01 > .en {
  font-size: 22px;
  color: #CBCBCB;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #contents202503 .hdg_lv2_01 > .en {
    font-size: 3.46vw;
  }
}
#contents202503 .hdg_lv2_01 > .jp {
  margin-top: 30px;
  font-size: 24px;
  color: #D7063B;
}
@media screen and (max-width: 767px) {
  #contents202503 .hdg_lv2_01 > .jp {
    margin-top: 6.4vw;
    font-size: 4.8vw;
  }
}
#contents202503 .hdg_lv2_01 > .text {
  margin-top: 16px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #contents202503 .hdg_lv2_01 > .text {
    margin-top: 5.33vw;
    font-size: 6.4vw;
  }
}
#contents202503 .hdg_lv3_01 {
  text-align: center;
  font-weight: 700;
}
#contents202503 .hdg_lv3_01 > .text {
  font-size: 24px;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents202503 .hdg_lv3_01 > .text {
    font-size: 5.33vw;
    padding-left: 12vw;
  }
}
#contents202503 .hdg_lv3_01 > .text::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/svcsol/campaign/images/iot-industry-f_202503/icon_check.svg) no-repeat left top/cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #contents202503 .hdg_lv3_01 > .text::before {
    width: 8vw;
    height: 8vw;
  }
}
#contents202503 .sec_lead {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contents202503 .sec_lead {
    margin-top: 8vw;
    font-size: 4.26vw;
  }
}
#contents202503 .sec_lead em {
  color: #D7083C;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .sec_lead em {
    font-size: 4.26vw;
  }
}
#contents202503 .list_bullet_01 > li {
  font-size: 18px;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents202503 .list_bullet_01 > li {
    font-size: 4.26vw;
    padding-left: 8vw;
  }
}
#contents202503 .list_bullet_01 > li > .small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #contents202503 .list_bullet_01 > li > .small {
    font-size: 3.2vw;
  }
}
#contents202503 .list_bullet_01 > li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C81439;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 767px) {
  #contents202503 .list_bullet_01 > li::before {
    width: 3.73vw;
    height: 3.73vw;
    top: 2.66vw;
  }
}
#contents202503 .box_01 {
  margin-top: 60px;
  background-color: #EFF0F1;
  border-radius: 36px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .box_01 {
    margin-top: 16vw;
    border-radius: 5.86vw;
    padding: 8vw 2.66vw;
  }
}
#contents202503 .box_01_item {
  background-color: #fff;
  border-radius: 36px;
  padding: 40px 30px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .box_01_item {
    border-radius: 5.86vw;
    padding: 8vw 4vw;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 8vw;
  }
}
#contents202503 .box_01_item:first-child {
  margin-top: 0;
}
#contents202503 .box_01_block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #contents202503 .box_01_block {
    margin-top: 8vw;
  }
}
#contents202503 .box_01_block._col2 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .box_01_block._col2 {
    flex-direction: column;
    gap: 8vw;
  }
}
#contents202503 .box_01_block._col2 > .list_bullet_01 {
  flex: 1;
}
#contents202503 .box_01_item_image {
  background-color: #EFF0F1;
  border-radius: 16px;
  width: 49%;
  padding: 20px 5px;
}
@media screen and (max-width: 767px) {
  #contents202503 .box_01_item_image {
    border-radius: 4.8vw;
    width: 100%;
    padding: 5.33vw 1.33vw;
  }
}
#contents202503 > .header {
  background-color: #000;
  border-bottom: 4px solid #D7063B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 24px;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media print {
  #contents202503 > .header {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #contents202503 > .header {
    padding: 4.8vw 4vw 4.26vw 4vw;
  }
}
#contents202503 .header_logo_content {
  display: flex;
  align-items: center;
  gap: 43px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  #contents202503 .header_logo_content {
    width: 40%;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #contents202503 .header_logo_content {
    width: auto;
    gap: 4.26vw;
  }
}
#contents202503 .header_logo_image {
  width: 54px;
}
@media screen and (max-width: 767px) {
  #contents202503 .header_logo_image {
    width: 10.66vw;
  }
}
#contents202503 .header_logo_catch {
  font-size: 17px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .header_logo_catch {
    font-size: 2.53vw;
  }
}
#contents202503 .header_button {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #contents202503 .header_button {
    display: none;
  }
}
#contents202503 .footer {
  border-top: 4px solid #D7083C;
  background-color: #000;
  padding: 44px 42px 25px 42px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer {
    padding: 5.33vw;
  }
}
#contents202503 .totop {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #contents202503 .totop {
    right: 5.3vw;
    bottom: 5.3vw;
  }
}
#contents202503 .totop.is-active {
  position: absolute;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contents202503 .totop.is-active {
    bottom: 66.66vw;
  }
}
#contents202503 .totop > a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: transparent;
  background-color: #D7083C;
  position: relative;
  transition: 0.4s;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  #contents202503 .totop > a {
    width: 12vw;
    height: 12vw;
  }
}
#contents202503 .totop > a:hover {
  background-color: #fff;
  border-color: #D7083C;
}
#contents202503 .totop > a:hover::before {
  background-color: #D7083C;
}
#contents202503 .totop > a::before {
  content: "";
  width: 17px;
  height: 10px;
  -webkit-mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_arrow.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(/svcsol/campaign/images/iot-industry-f_202503/icon_arrow.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #contents202503 .totop > a::before {
    width: 4vw;
    height: 2vw;
  }
}
#contents202503 .footer_content {
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_content {
    flex-direction: column;
    gap: 6.13vw;
  }
}
#contents202503 .footer_logo {
  width: 105px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_logo {
    width: 26.66vw;
  }
}
#contents202503 .footer_content_catch {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_content_catch {
    font-size: 4.26vw;
  }
}
#contents202503 .footer_nav {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_nav {
    margin-top: 9.6vw;
    gap: 2.4vw 6.66vw;
  }
}
#contents202503 .footer_nav > li {
  position: relative;
}
#contents202503 .footer_nav > li:last-child::after {
  content: none;
}
#contents202503 .footer_nav > li::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_nav > li::after {
    height: 4.2vw;
    right: -2.66vw;
    top: 1.33vw;
  }
}
#contents202503 .footer_nav > li > a {
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_nav > li > a {
    font-size: 3.73vw;
  }
}
#contents202503 .footer_nav > li > a:hover {
  text-decoration: none;
}
#contents202503 .footer_nav > li > a:hover::before {
  width: 100%;
}
#contents202503 .footer_nav > li > a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents202503 .footer_nav > li > a[target=_blank] {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_nav > li > a[target=_blank] {
    padding-right: 5.33vw;
  }
}
#contents202503 .footer_nav > li > a[target=_blank]::after {
  content: "";
  background: url(/svcsol/campaign/images/iot-industry-f_202503/icon_blank.svg) no-repeat left top/cover;
  position: absolute;
  right: 0;
  top: 5px;
  width: 13px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_nav > li > a[target=_blank]::after {
    top: 1.33vw;
    width: 3.46vw;
    height: 3.2vw;
  }
}
#contents202503 .footer_copy {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_copy {
    text-align: left;
    margin-top: 12vw;
  }
}
#contents202503 .footer_copy small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #contents202503 .footer_copy small {
    font-size: 3.73vw;
  }
}
#contents202503 .mv {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/bg.png) no-repeat center top/100% auto #F6F9F2;
  padding: min(3.66vw, 50px) 0 min(5.12vw, 70px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv {
    padding: 6.66vw 0 64vw;
    background-size: 400% auto;
  }
}
#contents202503 .mv::after {
  content: "";
  width: 100%;
  height: 285px;
  background: url(/svcsol/campaign/images/iot-industry-f_202503/mv_bg.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv::after {
    height: 23.2vw;
    background-position: right bottom;
  }
}
#contents202503 .mv_hdg_lv1 {
  font-weight: 700;
}
#contents202503 .mv_hdg_lv1 > .sub {
  display: inline-block;
  background-color: #73A63D;
  color: #fff;
  font-size: min(1.68vw, 23px);
  padding: min(0.36vw, 5px) min(1.46vw, 20px);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_hdg_lv1 > .sub {
    font-size: 4vw;
    padding: 0.8vw 3.73vw;
    border-radius: 8vw;
  }
}
#contents202503 .mv_hdg_lv1 > .main {
  display: block;
  margin-top: min(3.29vw, 45px);
  font-size: min(4vw, 56px);
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_hdg_lv1 > .main {
    margin-top: 4vw;
    font-size: 8vw;
  }
}
#contents202503 .mv_hdg_lv1 > .main em {
  color: #D7083B;
}
#contents202503 .mv_button {
  margin-top: min(9.51vw, 130px);
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_button {
    margin: 8vw auto 0;
    width: 86.56%;
    max-width: none;
  }
}
#contents202503 .mv_image_area {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#contents202503 .mv_image {
  width: 26.72%;
  max-width: 365px;
  position: absolute;
  right: 1.46%;
  top: 8.51%;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_image {
    width: 48vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: 22.66vw;
  }
}
#contents202503 .mv_people {
  width: 17.93%;
  max-width: 245px;
  position: absolute;
  right: 4.6%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_people {
    width: 32vw;
    right: 2.6vw;
  }
}
#contents202503 .mv_bottom {
  background-color: #F6F9F2;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_bottom {
    padding: 5.33vw 0;
  }
}
#contents202503 .mv_bottom_lead {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .mv_bottom_lead {
    text-align: left;
    font-size: 4.26vw;
  }
}
#contents202503 .mv_bottom_lead em {
  color: #D7083C;
}
#contents202503 .problem_col2 {
  margin-top: 65px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_col2 {
    margin-top: 8vw;
    flex-direction: column;
    gap: 5.33vw;
  }
}
#contents202503 .problem_image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_image {
    width: 89.55%;
    margin: 0 auto;
  }
}
#contents202503 .problem_list {
  flex: 1;
}
#contents202503 .problem_list > li {
  margin-top: 20px;
  background-color: #F6F9F2;
  border-radius: 12px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px 20px 70px;
  position: relative;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_list > li {
    margin-top: 5.33vw;
    border-radius: 3.2vw;
    padding: 5.33vw 8vw 5.33vw 18.66vw;
    font-size: 4.26vw;
  }
}
#contents202503 .problem_list > li:first-child {
  margin-top: 0;
}
#contents202503 .problem_list > li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/svcsol/campaign/images/iot-industry-f_202503/icon_check.svg) no-repeat left top/cover;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_list > li::before {
    width: 6.4vw;
    height: 6.4vw;
    top: 6.66vw;
    left: 5.33vw;
  }
}
#contents202503 .problem_iconlist {
  margin-top: 50px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_iconlist {
    flex-direction: column;
    margin-top: 12vw;
    gap: 8vw;
  }
}
#contents202503 .problem_iconlist > li {
  flex: 1;
}
#contents202503 .problem_iconlist_image {
  width: 85.79%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_iconlist_image {
    width: 87.46%;
  }
}
#contents202503 .problem_iconlist_hdg {
  background-color: #73A63D;
  border-radius: 32px;
  color: #fff;
  padding: 6px;
  line-height: 1.1;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_iconlist_hdg {
    border-radius: 8.53vw;
    padding: 1.6vw;
    min-height: 17.33vw;
    margin-top: -16vw;
    font-size: 4.8vw;
  }
}
#contents202503 .problem_iconlist_hdg._big {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_iconlist_hdg._big {
    font-size: 4.8vw;
  }
}
#contents202503 .problem_iconlist_text {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contents202503 .problem_iconlist_text {
    margin-top: 4.2vw;
    font-size: 4.2vw;
  }
}
#contents202503 .problem_iconlist_text em {
  color: #D7083B;
}
#contents202503 .service {
  position: relative;
}
#contents202503 .service::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 180px 0 180px;
  border-color: #D7083C transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents202503 .service::after {
    border-width: 9.33vw 26.66vw 0 26.66vw;
    top: -4.53vw;
  }
}
#contents202503 .service_text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents202503 .service_text {
    margin-top: 8vw;
  }
}
#contents202503 .service_text > .text {
  font-size: 18px;
  padding: 0 48px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contents202503 .service_text > .text {
    font-size: 4.26vw;
    padding: 0 5.33vw;
  }
}
#contents202503 .service_text > .text::before, #contents202503 .service_text > .text::after {
  content: "";
  width: 20px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #contents202503 .service_text > .text::before, #contents202503 .service_text > .text::after {
    width: 5.33vw;
    height: 9.6vw;
  }
}
#contents202503 .service_text > .text::before {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/service_bar.svg) no-repeat left top/cover;
  left: 0;
}
#contents202503 .service_text > .text::after {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/service_bar.svg) no-repeat left top/cover;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
#contents202503 .service_text > .text > em {
  color: #D7083C;
  font-weight: 700;
}
#contents202503 .scroll_area {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  #contents202503 .scroll_area > .sec_fig {
    width: 1200px;
  }
}
#contents202503 .sec_fig {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #contents202503 .sec_fig {
    margin-top: 8vw;
  }
}
#contents202503 .function_card {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card {
    flex-direction: column;
    margin-top: 12vw;
    display: flex;
    gap: 8vw;
  }
}
#contents202503 .function_card > li {
  border-radius: 36px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #a6d86c 0%, #73a63d 100%);
  padding: 5px;
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card > li {
    border-radius: 9.6vw;
  }
}
#contents202503 .function_card_content {
  background-color: #fff;
  border-radius: 32px;
  padding: 20px 16px 25px;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card_content {
    border-radius: 8.53vw;
    padding: 5.33vw;
  }
}
#contents202503 .function_card_image {
  width: 54.68%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card_image {
    width: 80%;
  }
}
#contents202503 .function_card_hdg {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #62932F;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card_hdg {
    font-size: 5.6vw;
  }
}
#contents202503 .function_card_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents202503 .function_card_text {
    margin-top: 2.66vw;
    font-size: 4.26vw;
  }
}
#contents202503 .support_col2 {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  #contents202503 .support_col2 {
    margin-top: 14.66vw;
    flex-direction: column;
    gap: 9vw;
  }
}
#contents202503 .support_col2 > .list_bullet_01 {
  flex: 1;
}
#contents202503 .support_image {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  #contents202503 .support_image {
    width: 80%;
  }
}
#contents202503 .flow {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow {
    margin-top: 9.33vw;
  }
}
#contents202503 .flow_hdg {
  text-align: center;
  font-weight: 700;
  color: #62932F;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_hdg {
    font-size: 5.33vw;
  }
}
#contents202503 .flow_block {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_block {
    margin-top: 8vw;
    flex-direction: row;
    gap: 8vw;
  }
}
#contents202503 .flow_arrow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow {
    flex-direction: column;
    width: 8vw;
    position: relative;
  }
}
#contents202503 .flow_arrow > .arrow {
  width: 36%;
  aspect-ratio: 217/20;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow > .arrow {
    width: 77.33vw;
    height: 8vw;
    transform: rotate(90deg);
    position: absolute;
    transform-origin: bottom left;
    left: 0;
  }
}
#contents202503 .flow_arrow > .arrow._left {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/flow_arrow_left.png) no-repeat left center/100% auto;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow > .arrow._left {
    bottom: 100%;
    background: url(/svcsol/campaign/images/iot-industry-f_202503/flow_arrow_right.png) no-repeat left center/100% auto;
  }
}
#contents202503 .flow_arrow > .arrow._right {
  background: url(/svcsol/campaign/images/iot-industry-f_202503/flow_arrow_right.png) no-repeat left center/100% auto;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow > .arrow._right {
    bottom: 77.33vw;
  }
}
#contents202503 .flow_arrow > .flow_arrow_text {
  text-align: center;
  font-size: 22px;
  color: #62932F;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow > .flow_arrow_text {
    writing-mode: vertical-rl;
    font-size: 4.26vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_arrow > .flow_arrow_text > .num {
    text-combine-upright: all;
  }
}
#contents202503 .flow_list {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list {
    gap: 6.66vw;
    flex-direction: column;
    flex: 1;
  }
}
#contents202503 .flow_list > li {
  display: flex;
  flex: 1;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #a6d86c 0%, #73a63d 100%);
  padding: 3px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list > li {
    border-radius: 4.26vw;
  }
}
#contents202503 .flow_list > li:last-child::after {
  content: none;
}
#contents202503 .flow_list > li::after {
  content: "";
  width: 20px;
  height: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: linear-gradient(to right, #a6d86c 0%, #73a63d 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list > li::after {
    width: 5.33vw;
    height: 16vw;
    top: auto;
    bottom: -11.46vw;
    transform: translateY(0) rotate(90deg);
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#contents202503 .flow_list_content {
  background-color: #fff;
  padding: 26px 15px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list_content {
    padding: 4vw 10.66vw;
    border-radius: 3.8vw;
  }
}
#contents202503 .flow_list_hdg {
  font-weight: 700;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #3D8B55;
  display: flex;
  justify-content: center;
  min-height: 75px;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list_hdg {
    padding-bottom: 3.73vw;
    min-height: 20vw;
  }
}
#contents202503 .flow_list_hdg > .text {
  align-self: center;
  font-size: 20px;
  color: #62932F;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list_hdg > .text {
    font-size: 5.33vw;
  }
}
#contents202503 .flow_list_text {
  margin-top: 14px;
  font-size: 16px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #contents202503 .flow_list_text {
    margin-top: 3.73vw;
    font-size: 4.26vw;
  }
}
#contents202503 .consultation {
  padding: 50px 0;
  background-color: #EFF0F1;
}
@media screen and (max-width: 767px) {
  #contents202503 .consultation {
    padding: 9.33vw 0;
  }
}
#contents202503 .consultation_text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contents202503 .consultation_text {
    font-size: 4.1vw;
  }
}
#contents202503 .consultation_button_list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contents202503 .consultation_button_list {
    flex-direction: column;
    align-items: center;
  }
}
#contents202503 .consultation_button_list > li {
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents202503 .consultation_button_list > li {
    max-width: 82.66vw;
  }
}
#contents202503 .consultation_button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contents202503 .consultation_button {
    margin-top: 4.26vw;
  }
}
#contents202503 .scalability_col2 {
  margin-top: 65px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_col2 {
    margin-top: 17.33vw;
    flex-direction: column;
    gap: 10.66vw;
  }
}
#contents202503 .scalability_item {
  background-color: #EFF0F1;
  border-radius: 36px;
  padding: 45px 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item {
    border-radius: 5.86vw;
    padding: 10.66vw 2.66vw;
  }
}
#contents202503 .scalability_item_hdg {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_hdg {
    font-size: 6.4vw;
  }
}
#contents202503 .scalability_item_hdg + .scalability_item_text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_hdg + .scalability_item_text {
    margin-top: 8vw;
  }
}
#contents202503 .scalability_item_text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_text {
    font-size: 4.26vw;
  }
}
#contents202503 .scalability_item_fig {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_fig {
    margin-top: 8vw;
  }
}
#contents202503 .scalability_item_fig > .caption {
  text-align: right;
  font-size: 12px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_fig > .caption {
    text-align: center;
    font-size: 2.66vw;
  }
}
#contents202503 .scalability_item_fig + .scalability_item_text {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_fig + .scalability_item_text {
    margin-top: 10.66vw;
  }
}
#contents202503 .scalability_item_note {
  margin: 15px auto 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_note {
    margin-top: 4vw;
  }
}
#contents202503 .scalability_item_note > li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #contents202503 .scalability_item_note > li {
    font-size: 3.73vw;
  }
}
#contents202503 ._faq {
  border-top: 1px solid #eee;
}
#contents202503 .faq_desc {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc {
    margin-top: 10.66vw;
  }
}
#contents202503 .faq_desc > div {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div {
    padding: 5.33vw 0;
  }
}
#contents202503 .faq_desc > div:first-child {
  padding-top: 0;
}
#contents202503 .faq_desc > div > dt > .faq_desc_button,
#contents202503 .faq_desc > div > dt > .faq_desc_block,
#contents202503 .faq_desc > div > dd > .faq_desc_button,
#contents202503 .faq_desc > div > dd > .faq_desc_block {
  display: flex;
  gap: 26px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div > dt > .faq_desc_button,
  #contents202503 .faq_desc > div > dt > .faq_desc_block,
  #contents202503 .faq_desc > div > dd > .faq_desc_button,
  #contents202503 .faq_desc > div > dd > .faq_desc_block {
    font-size: 4.26vw;
    gap: 6.66vw;
  }
}
#contents202503 .faq_desc > div > dt > .faq_desc_button > .icon,
#contents202503 .faq_desc > div > dt > .faq_desc_block > .icon,
#contents202503 .faq_desc > div > dd > .faq_desc_button > .icon,
#contents202503 .faq_desc > div > dd > .faq_desc_block > .icon {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div > dt > .faq_desc_button > .icon,
  #contents202503 .faq_desc > div > dt > .faq_desc_block > .icon,
  #contents202503 .faq_desc > div > dd > .faq_desc_button > .icon,
  #contents202503 .faq_desc > div > dd > .faq_desc_block > .icon {
    width: 12vw;
    height: 12vw;
    border-radius: 2.13vw;
    font-size: 5.33vw;
  }
}
#contents202503 .faq_desc > div > dt > .faq_desc_button > .icon._q,
#contents202503 .faq_desc > div > dt > .faq_desc_block > .icon._q,
#contents202503 .faq_desc > div > dd > .faq_desc_button > .icon._q,
#contents202503 .faq_desc > div > dd > .faq_desc_block > .icon._q {
  background-color: #EFF0F1;
  color: #D7083C;
}
#contents202503 .faq_desc > div > dt > .faq_desc_button > .icon._a,
#contents202503 .faq_desc > div > dt > .faq_desc_block > .icon._a,
#contents202503 .faq_desc > div > dd > .faq_desc_button > .icon._a,
#contents202503 .faq_desc > div > dd > .faq_desc_block > .icon._a {
  background-color: #73A63D;
  color: #fff;
}
#contents202503 .faq_desc > div > dt > .faq_desc_button > .text,
#contents202503 .faq_desc > div > dt > .faq_desc_block > .text,
#contents202503 .faq_desc > div > dd > .faq_desc_button > .text,
#contents202503 .faq_desc > div > dd > .faq_desc_block > .text {
  flex: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div > dt > .faq_desc_button > .text,
  #contents202503 .faq_desc > div > dt > .faq_desc_block > .text,
  #contents202503 .faq_desc > div > dd > .faq_desc_button > .text,
  #contents202503 .faq_desc > div > dd > .faq_desc_block > .text {
    margin-top: 2.66vw;
  }
}
#contents202503 .faq_desc > div > dt.is-open .text {
  color: #D7083C;
}
#contents202503 .faq_desc > div > dt .text {
  max-width: 740px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div > dt .text {
    padding-right: 16vw;
  }
}
#contents202503 .faq_desc > div > dd {
  display: none;
  margin-top: 35px;
}
@media print {
  #contents202503 .faq_desc > div > dd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc > div > dd {
    margin-top: 8vw;
  }
}
#contents202503 .faq_desc_button {
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: inherit;
  text-align: left;
  color: #333;
}
#contents202503 .faq_desc_button > .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #D7083C;
  border: 2px solid transparent;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc_button > .button {
    width: 12vw;
    height: 12vw;
  }
}
#contents202503 .faq_desc_button > .button::before, #contents202503 .faq_desc_button > .button::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
#contents202503 .faq_desc_button > .button::before {
  width: 15px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc_button > .button::before {
    width: 4vw;
    height: 0.53vw;
  }
}
#contents202503 .faq_desc_button > .button::after {
  width: 2px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #contents202503 .faq_desc_button > .button::after {
    width: 0.53vw;
    height: 4vw;
  }
}
#contents202503 .faq_desc_button.is-open > .button {
  border-color: #D7083C;
  background-color: #fff;
}
#contents202503 .faq_desc_button.is-open > .button::before {
  background-color: #D7083C;
  transform: translate(-50%, -50%) rotate(360deg);
}
#contents202503 .faq_desc_button.is-open > .button::after {
  content: none;
}
#contents202503 .faq_desc_button:hover.is-open > .button {
  background-color: #D7083C;
}
#contents202503 .faq_desc_button:hover.is-open > .button::before, #contents202503 .faq_desc_button:hover.is-open > .button::after {
  background-color: #fff;
}
#contents202503 .faq_desc_button:hover > .button {
  border-color: #D7083C;
  background-color: #fff;
}
#contents202503 .faq_desc_button:hover > .button::before, #contents202503 .faq_desc_button:hover > .button::after {
  background-color: #D7083C;
}
#contents202503 #contentsContainer[data-tooltip=true] {
  background: none;
}