@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: 1000px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

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

/* Responsive
======================================== */
@media (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !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.05em;
  word-break: break-all;
  overflow-x: hidden;
}

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

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  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
======================================== */
.basic-btn {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  width: 290px;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.basic-btn:hover {
  background-color: #2390ff;
}
.basic-btn.center {
  margin-left: auto;
  margin-right: auto;
}

/* 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
======================================== */
/* Slider
======================================== */
.swiper {
  width: 100vw;
  height: 100vh;
  max-height: 703px;
  position: relative;
}
.swiper .sra {
  position: absolute;
  left: 130px;
  top: 80px;
  z-index: 500;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.swiper-wrapper .swiper-slide .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-left: 150px;
}
.swiper-wrapper .swiper-slide .text p {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 15px;
}
.swiper-wrapper .swiper-slide .text p span {
  display: block;
  font-size: 41px;
  font-weight: bold;
  margin-top: 20px;
}
.swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
  z-index: -1;
}

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

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

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  margin: auto;
}

/* 前に戻る画像パス */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-image: url(/Portals/0/images/wis/dev/top-slider-chevron.svg) !important;
}

.swiper-button-next:after {
  transform: scaleX(-1);
}

section.lead {
  background-image: url("/Portals/0/images/wis/dev/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: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 30px;
}
section.lead h2 p {
  font-size: 51px;
  margin-top: 13px;
}
section.lead .details {
  text-align: center;
}
section.lead .container {
  display: flex;
  gap: 50px;
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  justify-content: space-between;
}
section.lead .container:before {
  content: "";
  display: block;
  background-color: #fbae03;
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
section.lead .container .text {
  width: 50%;
}
section.lead .container img {
  flex: 1;
  max-width: 471px;
}
section.lead .container ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.lead .container ul li {
  font-size: 24px;
  font-weight: 600;
}
section.lead .container ul li p {
  margin-left: 20px;
}
section.lead .container ul li span {
  color: orange;
  font-size: 20px;
}
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/dev/top-con-bg.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;
}
div.concerns h2 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
div.concerns h2 span {
  font-size: 18px;
  margin-top: 10px;
}

/* WISなら解決いたします
======================================== */
section.solutions {
  background-image: url("/Portals/0/images/wis/dev/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%) 100px;
  width: 100vw;
}
section.solutions h2.solutions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  margin: 70px 0 50px;
}
section.solutions .circle-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 80px;
}
section.solutions .circle-list li {
  aspect-ratio: 1/1;
  width: calc((100% - 40px) / 3);
  height: 100%;
  border: 4px solid #2390ff;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  position: relative;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  section.solutions .circle-list li:nth-child(2) {
    margin-top: 50px;
  }
}
section.solutions .circle-list li .icon {
  position: absolute;
  top: -50px;
  right: 10%;
  background: #fbae03;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 125px;
  height: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}
section.solutions .circle-list li p {
  font-size: 26px;
  padding: 20px;
  color: #2390ff;
  font-weight: 600;
  line-height: 140%;
}
section.solutions ul.details {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
section.solutions ul.details li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
}
section.solutions ul.details li::before {
  content: "";
  display: block;
  background-color: #2390ff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 1em;
  height: 1em;
}

/* 点検業務を効率化
======================================== */
section.efficiency {
  text-align: center;
}
section.efficiency h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}
section.efficiency h2 span {
  font-size: 38px;
  display: inline-block;
}
section.efficiency img {
  margin-top: 40px;
}

/* 主な機能
======================================== */
section.functions {
  background-image: url("/Portals/0/images/wis/dev/top-func-bg.png");
  background-position: center 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: 130px 0 0 100vw;
  border-color: #fff transparent transparent transparent;
}
section.functions:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 100vw;
  border-color: white transparent transparent transparent;
  transform: scale(-1, -1);
}
section.functions .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10%;
  position: relative;
  z-index: 10;
}
section.functions .container .text {
  flex: 1;
}
section.functions .container .text h2 {
  font-size: 64px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 30px;
}
section.functions .container .text h2 span {
  font-size: 40px;
}
section.functions .container .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.functions .container .btns a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 430px;
  height: 190px;
  transition: 0.3s all;
  line-height: 1;
  border-radius: 25px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
section.functions .container .btns a .ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
section.functions .container .btns a .sub {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
}
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/dev/top-func-chevron.svg);
  background-size: cover;
  aspect-ratio: 17/30.31;
  width: 10px;
  height: auto;
}
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/dev/top-func-chevron_hover.svg);
}

/* CTA
======================================== */
section.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cta h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.cta .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin-top: 100px;
}
section.cta .btns a {
  background-image: url("/Portals/0/images/wis/dev/top-cta-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 2);
  height: 120px;
}