@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

._hover:hover {
  -webkit-transform: translateY(-0.1875em);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
ul.check-list li:before {
  content: "✓";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1em;
}

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

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

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Header
======================================== */
section.sub-mv .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -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;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cta .menus a span {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fbae03;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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 all;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
}
@media (min-width: 1001px) {
  section.cta .btns a {
    font-size: 32px;
    height: 120px;
  }
}

/*======================================== 
*
* 点検管理アプリケーション
*
======================================== */
main.management img {
  width: 100%;
}

/* 点検デジタル化
======================================== */
main.digitization {
  font-size: 16px;
}
main.digitization .list {
  margin-top: 30px;
}
@media (min-width: 1001px) {
  main.digitization .list {
    max-width: 950px;
    margin: 30px auto 0;
  }
}
main.digitization .list li.item {
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/Portals/0/images/wis/dig-fea-bg_sp.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1001px) {
  main.digitization .list li.item {
    padding: 20px calc(50vw - 50%) 30px;
    background-image: url("/Portals/0/images/wis/dig-fea-bg.jpg");
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
main.digitization .list li.item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1001px) {
  main.digitization .list li.item .text {
    padding-top: 50px;
  }
}
main.digitization .list li.item .text h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  main.digitization .list li.item .text h3 {
    font-size: 32px;
  }
}
main.digitization .list li.item .text ul.details {
  margin-top: 10px;
}
@media (min-width: 1001px) {
  main.digitization .list li.item .text ul.details {
    margin-top: 20px;
  }
}
main.digitization .list li.item .text ul.details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
main.digitization .list li.item .text ul.details li:before {
  content: "■";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main.digitization .list li.item figure {
  text-align: center;
}
@media (min-width: 1001px) {
  main.digitization .list li.item figure {
    width: 60%;
    max-width: 560px;
  }
}
main.digitization .list li.item figure img {
  width: 100%;
}
@media (max-width: 1000px) {
  main.digitization .list li.item figure figcaption {
    font-size: 12px;
  }
}

/* スマートグラスのご紹介
======================================== */
main.glasses ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
main.glasses ul li {
  border-bottom: 2px solid #2390ff;
  padding: 45px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
main.glasses ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.glasses ul li .text .ttl {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  margin-bottom: 20px;
}
main.glasses ul li .text .ttl h2 {
  color: #2390ff;
  font-size: 30px;
  word-break: keep-all;
}
@media (min-width: 1001px) {
  main.glasses ul li .text .ttl h2 {
    font-size: 43px;
  }
}
main.glasses ul li .text .ttl span {
  font-size: 20px;
  word-break: keep-all;
}
@media (min-width: 1001px) {
  main.glasses ul li .text .ttl span {
    font-size: 32px;
  }
}
main.glasses ul li img {
  width: 480px;
  height: auto;
}
@media (min-width: 600px) {
  main.glasses ul li img {
    max-width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
main.glasses ul li .sp-btn {
  width: 100%;
}
main.glasses ul li .btn-basic:after {
  content: "";
  display: block;
  background-image: url(/Portals/0/images/wis/gla-icon.png);
  background-size: cover;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  margin-left: 5px;
}
@media (min-width: 1001px) {
  main.glasses ul li .btn-basic:after {
    width: 28px;
  }
}
@media (max-width: 1000px) {
  main.glasses ul li .btn-basic {
    margin: 0 auto;
    width: 270px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  main.glasses .text-center {
    font-size: 16px;
  }
}/*# sourceMappingURL=styles.css.map */