@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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;
  display: block;
}

/**
 * 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 1020px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

._orange {
  color: #fbae03;
  display: inline-block;
}

/* Responsive
======================================== */
/* add by JIP */
/* add by JIP */
@media (min-width: 600px) {
  ._xs {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._tab {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 1001px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -100px;
}
@media (min-width: 1001px) {
  .anchor span {
    top: -150px;
  }
}

body {
  font-size: 18px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.01em;
  word-break: break-all;
  overflow-x: hidden;
}

img,
a {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

.text-center {
  text-align: center;
}

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 1001px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Parts
======================================== */
.btn-basic {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  min-width: 160px;
  max-width: 280px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  padding: 0 30px;
}
@media (min-width: 1001px) {
  .btn-basic {
    font-size: 16px;
    width: 290px;
    height: 68px;
    margin-top: 30px;
  }
}
.btn-basic:hover {
  background-color: #2390ff;
}
.btn-basic.center {
  margin-left: auto;
  margin-right: auto;
}

.ttl-basic {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.ttl-triangle {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-triangle {
    margin-bottom: 40px;
  }
}
.ttl-triangle h2 {
  font-size: 24px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .ttl-triangle h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.ttl-triangle h2:before {
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/ttl-triangle.png);
  background-size: cover;
  aspect-ratio: 36.63/34.68;
  width: 36.63px;
  height: auto;
}
.ttl-triangle span {
  font-size: 36px;
  color: #2390ff;
}
@media (min-width: 1001px) {
  .ttl-triangle span {
    font-size: 48px;
  }
}
.ttl-triangle:after {
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/ttl-triangle-border_sp.png);
  background-size: cover;
  aspect-ratio: 405.47/28;
  width: 100%;
  height: auto;
}
@media (min-width: 1001px) {
  .ttl-triangle:after {
    background-image: url(/Portals/0/images/wis/ttl-triangle-border.png);
    aspect-ratio: 1016/36;
  }
}

ul.check-list li {
  display: flex;
  gap: 5px;
}
ul.check-list li:before {
  content: "✓";
  display: block;
  flex-shrink: 0;
  margin-top: 0.1em;
}

/* Fuwa
======================================== */
.fuwa {
  opacity: 0;
}

.scroll-in {
  z-index: 100;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header
======================================== */
section.sub-mv .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 460/250;
  width: 100%;
  height: auto;
}
@media (min-width: 1001px) {
  section.sub-mv .container {
    aspect-ratio: 1465/368;
    gap: 25px;
  }
}
section.sub-mv .container h1 {
  font-size: 30px;
}
@media (min-width: 1001px) {
  section.sub-mv .container h1 {
    font-size: 45px;
  }
}
section.sub-mv .container span {
  font-size: 22px;
  display: block;
  text-align: center;
}
@media (min-width: 1001px) {
  section.sub-mv .container span {
    font-size: 35px;
  }
}
section.sub-mv .container span span {
  display: inline-block;
}
section.sub-mv .container.management {
  background-image: url("/Portals/0/images/wis/sub-mv-management_sp.png");
}
@media (min-width: 1001px) {
  section.sub-mv .container.management {
    background-image: url("/Portals/0/images/wis/sub-mv-management.png");
  }
}
section.sub-mv .container.digitization {
  background-image: url("/Portals/0/images/wis/sub-mv-digitization.png");
}
@media (min-width: 1001px) {
  section.sub-mv .container.digitization {
    background-image: url("/Portals/0/images/wis/sub-mv-digitization_sp.png");
  }
}
section.sub-mv .container.quality {
  background-image: url("/Portals/0/images/wis/sub-mv-quality_sp.png");
}
@media (min-width: 1001px) {
  section.sub-mv .container.quality {
    background-image: url("/Portals/0/images/wis/sub-mv-quality.png");
  }
}
section.sub-mv .container.productivity {
  background-image: url("/Portals/0/images/wis/sub-mv-productivity_sp.png");
}
@media (min-width: 1001px) {
  section.sub-mv .container.productivity {
    background-image: url("/Portals/0/images/wis/sub-mv-productivity.png");
  }
}
section.sub-mv .container.communication {
  background-image: url("/Portals/0/images/wis/sub-mv-communication.png");
}
section.sub-mv .container.glasses {
  background-image: url("/Portals/0/images/wis/sub-mv-glasses.png");
}
section.sub-mv p {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  line-height: 160%;
}
@media (min-width: 1001px) {
  section.sub-mv p {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  section.sub-mv p {
    width: 380px;
    max-width: 95%;
    margin: 35px auto 0;
  }
}

/* CTA
======================================== */
section.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cta h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.cta h2 {
    font-size: 32px;
  }
}
section.cta .btn-basic {
  margin-bottom: 0px;
  min-width: 291px;
  height: 68px;
  font-size: 16px;
}
section.cta .menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 85px auto 0;
}
@media (max-width: 1100px) {
  section.cta .menus {
    gap: 30px;
    margin-top: 75px;
    max-width: 650px;
  }
}
section.cta .menus a {
  width: 245px;
  height: 58px;
  padding: 0 10px;
  border: 2px solid #2390ff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.cta .menus a span {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fbae03;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
section.cta .menus a span:before {
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/top-func-chevron.png);
  background-size: cover;
  aspect-ratio: 17/30.31;
  width: 10px;
  height: auto;
}
section.cta .menus a:hover {
  background-color: #2390ff;
  color: #fff;
}
section.cta .menus a:hover span {
  background-color: #fff;
}
section.cta .menus a:hover span:before {
  background-image: url(/Portals/0/images/wis/top-func-chevron_hover.png);
}
section.cta .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1001px) {
  section.cta .btns {
    gap: 30px;
    margin-top: 70px;
  }
}
section.cta .btns a {
  background-image: url("/Portals/0/images/wis/top-cta-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
@media (min-width: 1001px) {
  section.cta .btns a {
    font-size: 32px;
    height: 120px;
  }
}

/* Slider
======================================== */
.swiper {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 847/902;
}
@media (min-width: 1001px) {
  .swiper {
    aspect-ratio: 1440/703.5;
  }
}
.swiper .sra {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: 500;
  width: 88px;
  height: auto;
}
@media (max-width: 1000px) {
  .swiper .sra {
    left: 4%;
    top: 5%;
  }
}
@media (max-width: 599px) {
  .swiper .sra {
    width: 55px;
    left: 2%;
    top: 2%;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1001px) {
  .swiper-wrapper .swiper-slide {
    text-align: center;
  }
}
.swiper-wrapper .swiper-slide #disp_block {
  width: 1300px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.swiper-wrapper .swiper-slide .text {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  z-index: 5; /* NEW */
}
@media (min-width: 1001px) {
  .swiper-wrapper .swiper-slide .text {
    padding-left: 150px;
    align-items: center;
    gap: 10px;
  }
}
.swiper-wrapper .swiper-slide .text p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 1001px) {
  .swiper-wrapper .swiper-slide .text p {
    font-size: 31px;
  }
}
.swiper-wrapper .swiper-slide .text p span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .swiper-wrapper .swiper-slide .text p span {
    font-size: 41px;
  }
}
.swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.swiper-wrapper .swiper-slide img#spimg {
  /*NEW */
  width: inherit;
  height: inherit;
  z-index: 1;
  position: absolute;
  left: 60%;
  /*left:calc(60% - 133.333px);*/
  top: 0px;
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /*
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
     */
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fbae03 !important;
}

/* --- ナビゲーション矢印を変更 --- */
.swiper-button-next,
.swiper-button-prev {
  height: 22px !important;
  width: 22px !important;
  top: 93% !important;
}
@media (min-width: 1001px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 39px !important;
    width: 39px !important;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  background-image: url(/Portals/0/images/wis/top-slider-chevron.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: auto;
}

.swiper-button-prev {
  left: 38% !important;
}
@media (min-width: 1001px) {
  .swiper-button-prev {
    left: 42% !important;
  }
}

.swiper-button-next {
  right: 38% !important;
}
@media (min-width: 1001px) {
  .swiper-button-next {
    right: 42% !important;
  }
}
.swiper-button-next:after {
  transform: scaleX(-1);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5% !important;
}

/* リード文章
======================================== */
section.lead {
  background-image: url("/Portals/0/images/wis/top-lea-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.lead h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  section.lead h2 {
    font-size: 32px;
  }
}
section.lead h2 p {
  font-size: 24px;
  margin-top: 13px;
}
section.lead h2 p span {
  display: inline-block;
}
@media (min-width: 1001px) {
  section.lead h2 p {
    font-size: 51px;
  }
}
section.lead .details {
  text-align: center;
}
@media (max-width: 1000px) {
  section.lead .details {
    font-size: 12px;
    line-height: 170%;
  }
}
section.lead .container {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 50px;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
}
@media (min-width: 1001px) {
  section.lead .container {
    gap: 50px;
  }
}
section.lead .container:before {
  content: "";
  display: block;
  background-color: #fbae03;
  position: absolute;
  width: 283px;
  height: 283px;
  border-radius: 100%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}
@media (min-width: 600px) {
  section.lead .container:before {
    left: 30%;
  }
}
@media (min-width: 1001px) {
  section.lead .container:before {
    width: 410px;
    height: 410px;
    top: 0;
    transform: translateY(0%);
  }
}
section.lead .container .text {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 1001px) {
  section.lead .container .text {
    width: 50%;
    padding-bottom: 50px;
  }
}
@media (max-width: 599px) {
  section.lead .container .text .btn-basic {
    padding: 0 0px;
    font-size: 12px;
  }
}
section.lead .container img {
  flex: 1;
  max-width: 471px;
}
@media (max-width: 599px) {
  section.lead .container img {
    max-width: 50%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  section.lead .container img {
    max-width: 40%;
  }
}
section.lead .container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 600px) {
  section.lead .container ul {
    gap: 40px;
  }
}
section.lead .container ul li {
  font-weight: 600;
}
@media (max-width: 599px) {
  section.lead .container ul li {
    line-height: 110%;
  }
}
section.lead .container ul li p {
  font-size: 14px;
  margin-left: 10px;
}
@media (min-width: 600px) {
  section.lead .container ul li p {
    font-size: 24px;
    margin-left: 20px;
  }
}
section.lead .container ul li span {
  color: orange;
  font-size: 12px;
}
@media (min-width: 600px) {
  section.lead .container ul li span {
    font-size: 20px;
  }
}
@media (min-width: 1001px) {
  section.lead .container ul li:nth-child(1) {
    margin-left: 100px;
  }
  section.lead .container ul li:nth-child(3) {
    margin-left: 50px;
  }
}

/* 現場作業の悩みや課題
======================================== */
div.concerns {
  background-image: url("/Portals/0/images/wis/top-con-bg_sp.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 100px;
  width: 100vw;
}
@media (min-width: 1001px) {
  div.concerns {
    background-image: url("/Portals/0/images/wis/top-con-bg.png");
  }
}
div.concerns h2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 1001px) {
  div.concerns h2 {
    font-size: 32px;
  }
}
div.concerns h2 span {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1;
}

/* WISなら解決いたします
======================================== */
section.solutions {
  background-image: url("/Portals/0/images/wis/top-sol-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 40px;
  width: 100vw;
  /* --- 
  .circle-list {
      display: flex;
      justify-content: center;
      gap: 70px;
      flex-wrap: wrap;
      margin-top: 80px;

      @include lg {
          gap: 20px;
      }

      li {
          aspect-ratio: 1/1;
          height: 100%;
          border: 4px solid $blue;
          border-radius: 50%;
          text-align: center;
          background: #fff;
          position: relative;
          font-weight: bold;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          width: 260px;

          @include lg {
              width: calc((100% - 20px * 2) / 3);
          }

          @include to-lg {
              flex-direction: column;
          }

          &:nth-child(2) {
              @include lg {
                  margin-top: 50px;
              }
          }

          .icon {
              position: absolute;
              top: -50px;
              right: 10%;
              background: $orange;
              color: #fff;
              border-radius: 50%;
              aspect-ratio: 1/1;
              width: 105px;
              height: auto;
              font-size: 24px;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 3px solid #fff;

              @include lg {
                  width: 125px;
                  top: -50px;
              }
          }

          p {
              font-size: 22px;
              padding: 20px;
              color: $blue;
              font-weight: 600;
              line-height: 140%;

              @include lg {
                  font-size: 26px;
              }
          }
      }
  }
       --- */
}
@media (min-width: 1001px) {
  section.solutions {
    padding: 0 calc(50vw - 50%) 100px;
  }
}
section.solutions h2.solutions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 50px;
}
@media (min-width: 1001px) {
  section.solutions h2.solutions {
    font-size: 24px;
    margin: 70px 0 70px;
  }
}
section.solutions h2.solutions img {
  width: 826px;
  max-width: 100%;
}
section.solutions .bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 967px;
  max-width: 95%;
  margin: 20px auto 40px;
}
@media (max-width: 760px) {
  section.solutions .bubbles {
    flex-direction: column;
  }
}
@media (min-width: 1001px) {
  section.solutions .bubbles {
    margin: 20px auto 60px;
  }
}
section.solutions .bubbles .spacer {
  width: 100%;
  margin: 0 !important;
}
section.solutions .bubbles .wrap {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  min-width: 300px;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 350px;
  height: 110px;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px; /* add by JIP */
  /* md */
  /* add by JIP 600-799px */
}
@media (min-width: 1001px) {
  section.solutions .bubbles .wrap {
    font-size: 20px;
    height: 130px;
    width: 75%;
  }
}
@media (max-width: 760px) {
  section.solutions .bubbles .wrap {
    margin-right: auto;
    margin-top: 15px;
    line-height: 130%;
    min-width: 260px;
    margin-left: 0 !important;
    margin-bottom: 0px !important; /* new */
  }
  section.solutions .bubbles .wrap.even {
    margin-right: 0px !important;
    margin-left: auto !important;
  }
  section.solutions .bubbles .wrap.even:after {
    left: 80%;
    transform: scaleX(-1);
  }
}
section.solutions .bubbles .wrap:after {
  position: absolute;
  bottom: -30px;
  z-index: 0;
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/bubble-triangle.png);
  background-size: cover;
  width: 40px;
  height: 49px;
  left: 10%;
}
@media (min-width: 761px) {
  section.solutions .bubbles .wrap:after {
    left: 45%;
  }
}
@media (max-width: 760px) {
  section.solutions .bubbles .wrap:after {
    bottom: -20px;
  }
}
@media (min-width: 761px) {
  section.solutions .bubbles .wrap:nth-child(n+3) {
    margin-top: -10px;
  }
  section.solutions .bubbles .wrap.right {
    margin-left: auto;
  }
  section.solutions .bubbles .wrap.right:after {
    transform: scaleX(-1);
    left: 40%;
  }
  section.solutions .bubbles .wrap:nth-child(1), section.solutions .bubbles .wrap:nth-child(2) {
    z-index: 100;
  }
  section.solutions .bubbles .wrap:nth-child(6) {
    /* margin-left: 30px; */
    margin-left: 0px;
    z-index: 5;
  }
  section.solutions .bubbles .wrap:nth-child(6):after {
    left: 60%;
  }
  section.solutions .bubbles .wrap:nth-child(7) {
    /* margin-right: 30px; */
    margin-right: 0px;
    z-index: 30;
  }
  section.solutions .bubbles .wrap:nth-child(7):after {
    left: 30%;
  }
}
@media (max-width: 760px) {
  section.solutions .bubbles .wrap {
    margin-right: auto;
    margin-top: 15px;
    line-height: 130%;
    min-width: 260px;
    margin-bottom: 30px;
    /*スマホ表示の奇数個目の吹き出し*/
    /*&:not(.even) {
        margin-right: auto !important;
        margin-left: 0px !important;

    }*/
  }
  section.solutions .bubbles .wrap:nth-child(6) {
    margin-left: 0px;
  }
  section.solutions .bubbles .wrap:nth-child(6):after {
    left: 60%;
  }
  section.solutions .bubbles .wrap:nth-child(7) {
    /* margin-right: 0px;*/
    margin-right: auto;
    margin-left: 0;
  }
  section.solutions .bubbles .wrap:nth-child(7):after {
    left: 30%;
  }
  section.solutions .bubbles .wrap:nth-child(1) {
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  section.solutions .bubbles .wrap:nth-child(4) {
    /* center */
    margin-right: auto;
    /* margin-left: 0px !important;*/
    margin-left: auto;
  }
  section.solutions .bubbles .wrap.even {
    /*   margin-right: 0px !important;
    margin-left: auto !important;*/
  }
  section.solutions .bubbles .wrap.even:after {
    /*   left: 80%;
    transform: scaleX(-1);*/
  }
}
@media (min-width: 1001px) {
  section.solutions .bubbles .wrap:nth-child(n+3) {
    margin-top: -30px;
  }
}
section.solutions .people {
  margin: 0 auto;
  width: 508px;
  height: auto;
  max-width: 100%;
}
section.solutions ul.details {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  section.solutions ul.details {
    gap: 30px;
  }
}
section.solutions ul.details li {
  display: flex;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 600px) {
  section.solutions ul.details li {
    font-size: 26px;
    align-items: center;
    line-height: 160%;
  }
}
@media (min-width: 1001px) {
  section.solutions ul.details li {
    font-size: 31px;
  }
}
section.solutions ul.details li::before {
  content: "";
  display: block;
  width: 35.35px;
  height: 28.22px;
  flex-shrink: 1;
  background-image: url(/Portals/0/images/wis/icon-check.png);
  background-size: cover;
}
@media (min-width: 600px) {
  section.solutions ul.details li::before {
    width: 57px;
    height: 45.5px;
  }
}

/* 点検業務を効率化
======================================== */
section.efficiency {
  text-align: center;
}
section.efficiency h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.efficiency h2 {
    font-size: 28px;
  }
}
section.efficiency h2 span {
  font-size: 26px;
  display: inline-block;
}
@media (min-width: 1001px) {
  section.efficiency h2 span {
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  section.efficiency h2 + p {
    font-size: 12px;
    line-height: 180%;
  }
}
section.efficiency img {
  margin-top: 40px;
}

/* 主な機能
======================================== */
section.functions {
  background-image: url("/Portals/0/images/wis/top-func-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  width: 100vw;
  position: relative;
}
section.functions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 100vw;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 1001px) {
  section.functions:before {
    border-width: 130px 0 0 100vw;
  }
}
section.functions:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 100vw;
  border-color: white transparent transparent transparent;
  transform: scale(-1, -1);
}
@media (min-width: 1001px) {
  section.functions:after {
    border-width: 130px 0 0 100vw;
  }
}
section.functions .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  section.functions .container {
    flex-direction: column;
  }
}
section.functions .container .text {
  flex: 1;
}
@media (max-width: 1000px) {
  section.functions .container .text {
    display: flex;
    gap: 20px;
  }
}
section.functions .container .text h2 {
  font-size: 35px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  section.functions .container .text h2 {
    font-size: 64px;
  }
}
section.functions .container .text h2 span {
  font-size: 20px;
}
@media (min-width: 1001px) {
  section.functions .container .text h2 span {
    font-size: 40px;
  }
}
section.functions .container .text p {
  flex: 1;
}
section.functions .container .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1000px) {
  section.functions .container .btns {
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
    min-width: 300px;
  }
}
@media (max-width: 599px) {
  section.functions .container .btns {
    margin-top: 50px;
  }
}
section.functions .container .btns a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 330px;
  height: 133px;
  transition: 0.3s all;
  line-height: 1;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
@media (min-width: 600px) {
  section.functions .container .btns a {
    width: 430px;
    height: 190px;
    padding: 20px 30px;
  }
}
section.functions .container .btns a .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  section.functions .container .btns a .ttl {
    font-size: 24px;
  }
}
section.functions .container .btns a .sub {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
}
@media (min-width: 600px) {
  section.functions .container .btns a .sub {
    font-size: 18px;
  }
}
section.functions .container .btns a span {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fbae03;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
section.functions .container .btns a span:before {
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/top-func-chevron.png);
  background-size: cover;
  aspect-ratio: 17/30.31;
  width: 10px;
  height: auto;
}
section.functions .container .btns a:nth-child(even) {
  margin-left: auto;
}
@media (min-width: 600px) {
  section.functions .container .btns a:nth-child(even) {
    margin-left: 60px;
  }
}
section.functions .container .btns a:hover {
  background-color: #2390ff;
}
section.functions .container .btns a:hover span {
  background-color: #fff;
}
section.functions .container .btns a:hover span:before {
  background-image: url(/Portals/0/images/wis/top-func-chevron_hover.png);
}