@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*, *:after, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0em;
}

a {
  color: #222222;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .u-sp-center {
    margin: 0 auto;
  }
}
.u-mt30 {
  margin-top: 30px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .p-felidia-mv__main {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .p-felidia-mv__main {
    font-size: 25px;
  }
}

.p-felidia-mv {
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-felidia-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 27.3611111111vw;
    background-image: url(../images/iot_new/kv-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .p-felidia-mv {
    background-image: url(../images/iot_new/kv-sp.jpg);
    height: 111vw;
    background-size: 100%;
  }
}
.p-felidia-mv__ttl {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-felidia-mv__ttl {
    max-width: 280px;
    padding: 33vw 0 0 0;
  }
}
.p-felidia-mv__ttl-sub {
  line-height: 1.5;
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-felidia-mv__ttl-sub {
    font-size: 20px;
    line-height: 1.46;
  }
}
.p-felidia-mv__ttl-main {
  line-height: 1;
  font-size: 130px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-felidia-mv__ttl-main {
    font-size: 72px;
  }
}

.p-iot-ttl {
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-iot-ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.p-iot-ttl span {
  font-size: 29px;
}
@media (max-width: 767px) {
  .p-iot-ttl span {
    font-size: 18px;
  }
}
.p-iot-ttl--point {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .p-iot-ttl--point {
    margin-bottom: 30px;
  }
}

.p-iot-about {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .p-iot-about {
    padding: 40px 0;
  }
}
.p-iot-about__inner {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.p-iot-about__txt {
  text-align: center;
}
.p-iot-about__txt + .p-iot-about__txt {
  margin-top: 2rem;
}
.p-iot-about__note {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  color: #818181;
}
@media (max-width: 767px) {
  .p-iot-about__note {
    margin-top: 5px;
  }
}

.p-iot-point {
  position: relative;
  padding: 120px 0 125px;
}
@media (max-width: 767px) {
  .p-iot-point {
    padding: 60px 0;
  }
}
.p-iot-point:before {
  width: 100%;
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(180deg, #f8f8f8, rgba(248, 248, 248, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .p-iot-point:before {
    height: 416px;
  }
}
@media screen and (max-width: 600px) {
  .p-iot-point:before {
    height: 200px;
  }
}
.p-iot-point__container {
  max-width: 1440px;
  margin: 0 auto;
}
.p-iot-point__layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 154px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-iot-point__layout {
    display: block;
    padding-bottom: 130px;
  }
}
.p-iot-point__layout--num02, .p-iot-point__layout--num04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-iot-point__layout--num02 {
  margin-top: 84px;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .p-iot-point__layout--num02 {
    margin-top: 40px;
    padding-bottom: 130px;
  }
}
.p-iot-point__layout--num03 {
  margin-top: 97px;
  padding-bottom: 124px;
}
@media (max-width: 767px) {
  .p-iot-point__layout--num03 {
    margin-top: 40px;
    padding-bottom: 130px;
  }
}
.p-iot-point__layout--num04 {
  margin-top: 108px;
  padding-bottom: 101px;
}
@media (max-width: 767px) {
  .p-iot-point__layout--num04 {
    margin-top: 40px;
    padding-bottom: 130px;
  }
}
.p-iot-point__desc {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin: 0 107px 0 78px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-iot-point__desc {
    margin-top: 40px;
    margin: 0;
    padding: 20px 20px 30px;
  }
}
.p-iot-point__desc--num01 {
  margin-top: 136px;
}
@media (max-width: 767px) {
  .p-iot-point__desc--num01 {
    margin-top: 0;
  }
}
.p-iot-point__desc--num02 {
  margin-top: 87px;
}
@media (max-width: 767px) {
  .p-iot-point__desc--num02 {
    margin-top: 0;
  }
}
.p-iot-point__desc--num03 {
  margin-top: 124px;
}
@media (max-width: 767px) {
  .p-iot-point__desc--num03 {
    margin-top: 0;
  }
}
.p-iot-point__desc--num04 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-iot-point__desc--num04 {
    margin-top: 0;
  }
}
.p-iot-point__num {
  color: #64A8C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-iot-point__num > span {
  line-height: 1.2;
  display: block;
}
.p-iot-point__num__l {
  font-size: 22px;
  line-height: 1;
  padding-left: 2px;
}
.p-iot-point__ttl {
  line-height: 1.5;
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-iot-point__ttl {
    font-size: 22px;
  }
}
.p-iot-point__txt {
  font-size: 14px;
  margin-top: 35px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-iot-point__txt {
    margin-top: 20px;
  }
}
.p-iot-point__cat {
  color: #64A8C1;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.p-iot-point__cat span {
  border: 1px solid #64A8C1;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
}
.p-iot-point__img {
  position: relative;
  z-index: 1;
  width: 50.55%;
  height: 566px;
  -webkit-box-shadow: 0 0 25px rgba(82, 128, 131, 0.2);
          box-shadow: 0 0 25px rgba(82, 128, 131, 0.2);
}
@media (max-width: 767px) {
  .p-iot-point__img {
    height: 230px;
    width: 80%;
    margin-left: 5%;
  }
}
.p-iot-point__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 767px) {
  .p-iot-point__img--num01 img {
    -o-object-position: right;
       object-position: right;
  }
}
.p-iot-point__pict {
  position: absolute;
}
.p-iot-point__pict img {
  width: 100%;
  height: auto;
}
.p-iot-point__pict--num01 {
  width: 285px;
  right: min(5.6%, 81px);
  top: 0;
}
@media (max-width: 767px) {
  .p-iot-point__pict--num01 {
    right: initial;
    left: 5%;
    width: 125px;
    top: initial;
    bottom: 0;
  }
}
.p-iot-point__pict--num02 {
  width: 288px;
  left: min(25.48%, 367px);
  top: -41px;
}
@media (max-width: 767px) {
  .p-iot-point__pict--num02 {
    right: initial;
    left: 5%;
    width: 125px;
    top: initial;
    bottom: 0;
  }
}
.p-iot-point__pict--num03 {
  width: 206px;
  right: min(9.8%, 141px);
  top: -20px;
}
@media (max-width: 767px) {
  .p-iot-point__pict--num03 {
    right: initial;
    left: 5%;
    width: 105px;
    top: initial;
    bottom: 0;
  }
}
.p-iot-point__pict--num04 {
  width: 273px;
  left: min(29.8%, 429px);
  top: -20px;
}
@media (max-width: 767px) {
  .p-iot-point__pict--num04 {
    right: initial;
    left: 5%;
    width: 130px;
    top: initial;
    bottom: 0;
  }
}
.p-iot-point__sub-img {
  position: absolute;
  z-index: 2;
}
.p-iot-point__sub-img img {
  width: 100%;
  height: auto;
}
.p-iot-point__sub-img--num01 {
  width: 327px;
  right: min(60px, 4.2%);
  bottom: 0;
}
@media (max-width: 767px) {
  .p-iot-point__sub-img--num01 {
    right: initial;
    left: 48%;
    bottom: 50px;
    width: 170px;
  }
}
.p-iot-point__sub-img--num02 {
  width: 327px;
  left: min(85px, 6%);
  bottom: 0;
}
@media (max-width: 767px) {
  .p-iot-point__sub-img--num02 {
    left: 48%;
    bottom: 50px;
    width: 170px;
  }
}
.p-iot-point__sub-img--num03 {
  width: 327px;
  right: min(70px, 4.86%);
  bottom: 0;
}
@media (max-width: 767px) {
  .p-iot-point__sub-img--num03 {
    right: initial;
    left: 48%;
    bottom: 50px;
    width: 170px;
  }
}
.p-iot-point__sub-img--num04 {
  width: 327px;
  left: min(102px, 7.1%);
  bottom: 0;
}
@media (max-width: 767px) {
  .p-iot-point__sub-img--num04 {
    left: 48%;
    bottom: 50px;
    width: 170px;
  }
}

.p-iot-future {
  position: relative;
  background: #fafafa;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-iot-future {
    padding: 60px 0;
  }
}
.p-iot-future__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-iot-future__inner {
    display: block;
    width: 90%;
  }
}
.p-iot-future__img {
  position: relative;
  max-width: 458px;
  width: 100%;
  margin-right: 55px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .p-iot-future__img {
    margin: 0 0 30px;
    left: 5%;
  }
}
.p-iot-future__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-iot-items {
  position: relative;
  padding: 110px 0 100px;
}
@media (max-width: 767px) {
  .p-iot-items {
    padding: 60px 0;
  }
}
.p-iot-items__inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-iot-items__inner {
    width: 90%;
  }
}
.p-iot-items__list {
  position: relative;
  padding: 30px 0 20px;
  gap: 33px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .p-iot-items__list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 0;
    gap: 30px 10px;
  }
}
.p-iot-items__list > li {
  gap: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.p-iot-items__ttl {
  margin-top: 45px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  line-height: 1.5;
  padding: 15px;
  background: #E4ECEF;
}
@media (max-width: 767px) {
  .p-iot-items__ttl--mt {
    margin-top: 300px;
  }
}
@media (max-width: 767px) {
  .p-iot-items__ttl {
    font-size: 22px;
    padding: 10px;
  }
}
.p-iot-items__list-img {
  margin-bottom: 15px;
}
.p-iot-items__list-img--deco {
  margin: 10px auto 0;
  text-align: center;
  width: 78px;
}
@media (max-width: 767px) {
  .p-iot-items__list-img--deco {
    width: 65px;
  }
}
.p-iot-items__list-ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-iot-items__list-ttl {
    margin-bottom: 8px;
  }
}
.p-iot-items__list-ttl--deco {
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .p-iot-items__list-ttl--deco {
    font-size: 15px;
  }
}
.p-iot-items__list-ttl span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-iot-items__list-ttl span {
    font-size: 11px;
  }
}
.p-iot-items__list-txt {
  font-size: 13px;
}
.p-iot-items__list-txt--deco {
  font-size: 12px;
}
.p-iot-items__deco {
  position: absolute;
  width: 185px;
  right: 10px;
  top: 85px;
}
@media (max-width: 767px) {
  .p-iot-items__deco {
    top: 290px;
    width: 170px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-iot-items__note {
  margin-top: 5px;
  font-size: 12px;
  color: #818181;
}

.p-iot-cont {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .p-iot-cont {
    padding: 0 0 50px;
  }
}
.p-iot-cont__box {
  background: #F8F8F8;
  max-width: 1180px;
  width: 90%;
  padding: 60px 5% 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-iot-cont__box {
    padding: 30px 5%;
  }
}
.p-iot-cont__ttl {
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-iot-cont__ttl {
    font-size: 22px;
  }
}
.p-iot-cont__ttl__small {
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-iot-cont__ttl__small {
    font-size: 14px;
  }
}
.p-iot-cont__txt {
  text-align: center;
}
@media (max-width: 767px) {
  .p-iot-cont__txt {
    text-align: left;
  }
}
.p-iot-cont__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-iot-cont__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 12px;
  }
}
.p-iot-cont__btn {
  width: 253px;
  height: 50px;
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-iot-cont__btn:hover {
  color: #222;
  background-color: #fff;
}
.p-iot-cont__list {
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-iot-cont__list {
    font-size: 11px;
  }
}
.p-iot-cont__list > li {
  padding-left: 12px;
  position: relative;
}
.p-iot-cont__list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.p-iot-cont__form {
  background: #fff;
  padding: 35px 20px;
  margin-top: 25px;
}
.p-iot-cont__form__ttl {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .p-iot-cont__form__ttl {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.p-iot-cont__form__txt {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-iot-cont__form__txt {
    text-align: left;
  }
}

.p-iot-banner {
  max-width: 94%;
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-iot-banner a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-iot-banner a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-iot-banner {
    max-width: 94%;
    width: 94%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}