
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
/*
	resset.dev $2022 v5.0.2

	reference
	https://github.com/tak-dcxi/kiso.css

*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  scrollbar-gutter: stable;
}

:where(:root) {
  text-spacing-trim: trim-start;
  line-break: strict;
  overflow-wrap: anywhere;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
body {
  line-height: 1;
  background: #fff;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, picture {
  display: block;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

:where(pre) {
  /*
  * Since `text-spacing-trim` can affect spacing in `<pre>` elements even with its initial value, the final rendering may depend on the user's font settings.
  * To ensure consistent alignment, `space-all` is explicitly specified and inheritance is prevented.
  */
  text-spacing-trim: space-all;
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  width: 100%;
/*
  scroll-behavior: auto;
*/
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  font-size: calc(0.6944444444vw * var(--vw));
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 6rem;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  font-size: 1.5rem;
  font-family: "LINE Seed JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background: #fff;
}

a {
  color: #00328F;
  -webkit-tap-highlight-color: rgba(149, 56, 145, 0.3);
}
a[href] {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
a[href]:hover {
  opacity: 0.7;
}
a img {
  border-style: none;
}

.contents_body {
  line-break: strict;
  letter-spacing: 0.04rem;
  line-height: 2;
}

.container {
  width: 122.4rem;
  max-width: 1224px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 2.4rem);
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
  width: 39.6rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.8rem;
    height: 6rem;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.1rem;
  mask: url(/product/lcd/io-quality/images/btn_arrow.svg) center center/contain no-repeat;
  background: #000;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .btn::before {
    width: 3rem;
    height: 2.6rem;
  }
}
.btn[href]:hover {
  background: #953891;
  color: #fff;
  opacity: 1;
}
.btn[href]:hover::before {
  background: #fff;
}

#pagetop_btn {
  position: fixed;
  bottom: 9rem;
  right: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  aspect-ratio: 1/0.8660254038;
  z-index: 9000;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: #00328F;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #pagetop_btn {
    bottom: 6rem;
    right: 1.2rem;
    width: 5.4rem;
  }
}
#pagetop_btn::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1.4rem;
  mask: url(/product/lcd/io-quality/images/icon_arrow_up.svg) center center/100% 100% no-repeat;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #pagetop_btn::before {
    width: 2rem;
    height: 1.1rem;
  }
}
#pagetop_btn.on {
  opacity: 1;
  visibility: visible;
}
#pagetop_btn:hover {
  filter: brightness(1.3);
  opacity: 1;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 1.4em;
}

ol {
  padding-left: 1.6rem;
}
ol.brackets {
  padding-left: 0;
}
ol.brackets > li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
ol.brackets > li::before {
  content: "（" counter(cnt) "）";
}

input,
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

picture,
figure,
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture.alignleft,
figure.alignleft,
img.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
picture.alignright,
figure.alignright,
img.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
picture.aligncenter,
figure.aligncenter,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
picture.sp,
figure.sp,
img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  picture.sp,
  figure.sp,
  img.sp {
    display: none;
  }
}
picture.pc,
figure.pc,
img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  picture.pc,
  figure.pc,
  img.pc {
    display: block;
  }
}

p {
  margin: 18px 0 0;
}
p:first-of-type {
  margin-top: 0;
}

br.sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

header .io_logo {
  position: absolute;
  top: 3rem;
  left: 3.6rem;
  width: 14.8rem;
  height: 1.8rem;
  display: block;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header .io_logo {
    width: 13.2rem;
    left: 1.8rem;
    top: 2.5rem;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 7.2rem;
    padding-bottom: 4.8rem;
  }
}
footer .io_logo {
  width: 22.2rem;
}
@media screen and (max-width: 768px) {
  footer .io_logo {
    width: 15rem;
  }
}
footer .io_logo img {
  width: 100%;
}
footer small {
  display: block;
  font-size: 1.1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  footer small {
    margin-top: 4.8rem;
  }
}

.inview {
  transition: opacity 0.8s cubic-bezier(0.11, 0, 0.5, 0);
  opacity: 0;
}
.inview.view_on {
  opacity: 1;
}

section.common {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  section.common {
    margin-top: 9.6rem;
  }
}
section.common .h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.common .h2 {
    font-size: 2.4rem;
    gap: 0.8rem;
  }
}
section.common .h2::before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 3.6rem;
  background-image: url(/product/lcd/io-quality/images/section_header_pointer.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.common .h2::before {
    width: 2.1rem;
    height: 2.4rem;
  }
}
section.common .h2 + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  section.common .h2 + * {
    margin-top: 1.8rem;
  }
}

#main_visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 61.6rem;
  gap: 13.4rem;
  padding: 8rem 7.2rem 0 15rem;
  position: relative;
  overflow: hidden;
}
#main_visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 192rem;
  width: 100%;
  min-height: 61.6rem;
  aspect-ratio: 1920/616;
  background: url(/product/lcd/io-quality/images/mv_bg.jpg) center bottom/100% 100% no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main_visual::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #main_visual {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 6.1rem 0 0;
    gap: 4.8rem;
    background: url(/product/lcd/io-quality/images/mv_bg_sp.jpg) center bottom 5.6rem/cover no-repeat;
  }
}
#main_visual .title {
  display: block;
  width: 50.2rem;
  margin-top: 3.1rem;
}
@media screen and (max-width: 768px) {
  #main_visual .title {
    width: 29.5rem;
    margin-top: 0;
  }
}
#main_visual .title .sub {
  background: #00328F;
  color: #fff;
  width: 100%;
  padding: 1rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #main_visual .title .sub {
    font-size: 1.7rem;
    padding-block: 0.6rem;
  }
}
#main_visual .display {
  width: 58.2rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main_visual .display {
    width: 32rem;
  }
}
#main_visual + * {
  margin-top: 7.2rem;
}

#comfort h2 {
  width: 50.2rem;
  height: 6.0rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comfort h2 {
    width: 30.6rem;
    height: 4.7rem;
  }
}
#comfort h2 + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #comfort h2 + * {
    margin-top: 2.4rem;
  }
}
#comfort .contents_body figure {
  width: 92.5%;
  margin: 0 auto;
  max-width: 1332px;
}
@media screen and (max-width: 768px) {
  #comfort .contents_body figure {
    width: 100%;
    max-width: 100%;
  }
}
#comfort .contents_body figure + * {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #comfort .contents_body figure + * {
    margin-top: 3.6rem;
  }
}
#comfort .contents_body p {
  text-align: center;
  width: 94rem;
  line-height: 1.6;
  color: #000000;
  margin-inline: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #comfort .contents_body p {
    width: 32.7rem;
    font-size: 1.6rem;
  }
}

#philosophy {
  background: linear-gradient(118.68deg, #00328F 29.47%, #002261 100%);
  padding: 12rem 18.4rem;
  margin-top: 12rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #philosophy {
    margin-top: 9rem;
    padding: 5.6rem 0 7.2rem;
  }
}
#philosophy h2 {
  color: #fff;
}
#philosophy .contents_body figure {
  width: 143.5rem;
  margin: 0 auto;
}
#philosophy .contents_body .msg {
  margin-top: -6rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #philosophy .contents_body .msg {
    font-size: 1.6rem;
  }
}

#reason_detail {
  margin-top: 18rem;
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #reason_detail {
    margin-top: 9.6rem;
  }
}
#reason_detail section.reason {
  position: relative;
  width: 76.5rem;
  aspect-ratio: 765/354;
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.11, 0, 0.5, 0);
}
#reason_detail section.reason * {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason {
    width: 100%;
    aspect-ratio: auto;
  }
}
#reason_detail section.reason .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.4rem;
  height: 35.4rem;
  z-index: -1;
  aspect-ratio: 754/354;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .bg {
    display: none;
  }
}
#reason_detail section.reason .inner_white {
  width: 75.4rem;
  height: 35.4rem;
  background: url(/product/lcd/io-quality/images/reason_white_bg.svg) center center/100% 100% no-repeat;
  filter: drop-shadow(0px 0px 1.2rem #E0E5EA);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding-left: 10.8rem;
  aspect-ratio: 754/354;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white {
    width: 100%;
    height: 100%;
    background: linear-gradient(88.55deg, #F1F4F8 16.01%, #FFFFFF 54.99%);
    border-top: 2px solid #C70E1E;
    padding: 0 1.2rem 7rem;
    aspect-ratio: auto;
  }
}
#reason_detail section.reason .inner_white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask: url(/product/lcd/io-quality/images/reason_white_bg.svg) center/100% 100% no-repeat;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white::before {
    display: none;
  }
}
#reason_detail section.reason .inner_white .inner_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#reason_detail section.reason .inner_white .inner_box::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  z-index: 1;
  background: #C70E1E;
  transform: scaleX(0);
  transform-origin: left;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box::before {
    display: none;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details {
  opacity: 0;
  visibility: hidden;
  padding-top: 3.6rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details .point_cards {
    overflow: hidden;
    display: block;
    padding-top: 2.4rem;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li {
  width: calc((100% - 6rem) / 3);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details .point_cards li {
    width: 100%;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li .title {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details .point_cards li .title {
    font-size: 1.9rem;
    margin-top: 1.2rem;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li .exp {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 2;
}

.ls01{
  letter-spacing: 0.08rem;
}

.ls02{
  letter-spacing: -0.02rem;
}


.f01{
  letter-spacing: -0.08rem;
  font-size: 1.7rem;
}


@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details .point_cards li .exp {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li:nth-child(1) {
  transition-delay: 0.4s;
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li:nth-child(2) {
  transition-delay: 0.6s;
}
#reason_detail section.reason .inner_white .inner_box .point_details .point_cards li:nth-child(3) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .inner_box .point_details .point_cards li + li {
    margin-top: 3.6rem;
  }
}
#reason_detail section.reason .inner_white .ui_guide {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  bottom: 1.8rem;
  right: 10.5rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .ui_guide {
    bottom: 1.8rem;
    right: 1.2rem;
  }
}
#reason_detail section.reason .inner_white .ui_guide::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.6rem;
  background: url(/product/lcd/io-quality/images/reason01_pointer_guide.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .ui_guide::after {
    mask: url(/product/lcd/io-quality/images/icon_touch.svg) center/contain no-repeat;
    background: #C70E1E;
  }
}
#reason_detail section.reason .inner_white .ui_guide .label {
  font-size: 1.4rem;
  text-decoration: underline;
}
#reason_detail section.reason .inner_white .ui_guide .label::before {
  content: "詳細を見る";
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .inner_white .ui_guide .label::before {
    content: "詳細はタップ";
  }
}
#reason_detail section.reason h2 {
  width: 31.2rem;
  height: 27.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason h2 {
    width: 15.6rem;
    height: 13.8rem;
    left: -1.2rem;
    top: -4.6rem;
    right: auto;
    bottom: auto;
  }
}
#reason_detail section.reason .contents_body.default {
  width: 35.8rem;
  margin: 0 auto 0 0;
  padding: 3.6rem 2.4rem 0 2.4rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body.default {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
#reason_detail section.reason .contents_body.default ul.point {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body.default ul.point {
    margin-top: 1.2rem;
  }
}
#reason_detail section.reason .contents_body.default ul.point > li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #C70E1E;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body.default ul.point > li {
    font-size: 1.6rem;
  }
}
#reason_detail section.reason .contents_body.default ul.point > li::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  mask: url(/product/lcd/io-quality/images/reason_pointer.svg) center center/contain no-repeat;
  background: #C70E1E;
}
#reason_detail section.reason .contents_body.default ul.point > li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body.default ul.point > li + li {
    margin-top: 0.4rem;
  }
}
#reason_detail section.reason .contents_body .catch.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body .catch.sp {
    display: block;
    font-size: 1.4rem;
    margin: 0 auto 0 14.5rem;
    padding-top: 0.3rem;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason .contents_body .outline {
    margin-top: 7rem;
    font-size: 1.3rem;
  }
}
#reason_detail section.reason:nth-child(even) {
  margin-inline: auto 0;
}
#reason_detail section.reason:nth-child(even) .bg {
  right: auto;
  left: 0;
}
#reason_detail section.reason:nth-child(even) .inner_white {
  margin-inline: auto 0;
}
#reason_detail section.reason + section {
  margin-top: -16rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason + section {
    margin-top: 7.2rem;
  }
}
#reason_detail section.reason.on {
  width: 100%;
  height: auto;
  margin-top: 3.4rem;
  aspect-ratio: auto;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on {
    margin-top: 7.2rem;
  }
}
#reason_detail section.reason.on .bg {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
#reason_detail section.reason.on .inner_white {
  width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: auto;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on .inner_white {
    padding: 0 1.2rem 3rem;
  }
}
#reason_detail section.reason.on .inner_white::before {
  opacity: 1;
  visibility: visible;
}
#reason_detail section.reason.on .inner_white .inner_box {
  width: 100rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on .inner_white .inner_box {
    padding-bottom: 0;
  }
}
#reason_detail section.reason.on .inner_white .inner_box::before {
  transform: scaleX(1);
}
#reason_detail section.reason.on .inner_white .inner_box .upper_box {
  height: 32.2rem;
  padding-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on .inner_white .inner_box .upper_box {
    height: auto;
    padding-top: 0;
  }
}
#reason_detail section.reason.on .inner_white .inner_box .point_details {
  opacity: 1;
  visibility: visible;
  border-top: 4px solid #E6A209;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on .inner_white .inner_box .point_details {
    grid-template-rows: 1fr;
    margin-top: 2.4rem;
  }
}
#reason_detail section.reason.on .inner_white .inner_box .point_details .point_cards > li {
  opacity: 1;
  visibility: visible;
}
#reason_detail section.reason.on .inner_white .ui_guide {
  opacity: 0;
  visibility: hidden;
}
#reason_detail section.reason.on h2 {
  top: 2.4rem;
  bottom: auto;
  left: -2.4rem;
  right: auto;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on h2 {
    left: -1.2rem;
    top: -4.6rem;
    right: auto;
    bottom: auto;
  }
}
#reason_detail section.reason.on .contents_body {
  display: flex;
  align-items: center;
  padding: 0;
  height: 27.7rem;
  position: absolute;
  top: 2.4rem;
  left: 30.2rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on .contents_body {
    position: static;
    height: auto;
  }
}
#reason_detail section.reason.on .contents_body ul.point {
  display: none;
}
#reason_detail section.reason.on + * {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  #reason_detail section.reason.on + * {
    margin-top: 7.2rem;
  }
}
#reason_detail section.reason.anim_end .bg {
  transition-delay: 0.6s;
  transition-duration: 0.6s;
}
#reason_detail section.reason.anim_end .inner_white .inner_box::before {
  transition: none;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
}
#reason_detail section.reason.inview {
  opacity: 0;
}
#reason_detail section.reason.inview.view_on {
  opacity: 1;
}
#reason_detail #reason_certain .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason01_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_certain .inner_white .inner_box .point_details {
  border-color: #C70E1E;
}
#reason_detail #reason_certain .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #C70E1E;
}
#reason_detail #reason_certain .inner_white .ui_guide .label {
  color: #C70E1E;
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_kindness .inner_white {
    border-color: #E6A209;
  }
}
#reason_detail #reason_kindness .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason02_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_kindness .inner_white .inner_box::before {
  background: #E6A209;
}
#reason_detail #reason_kindness .inner_white .inner_box .point_details {
  border-color: #E6A209;
}
#reason_detail #reason_kindness .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #E6A209;
}
#reason_detail #reason_kindness .inner_white .ui_guide::after {
  background-image: url(/product/lcd/io-quality/images/reason02_pointer_guide.svg);
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_kindness .inner_white .ui_guide::after {
    background: #E6A209;
  }
}
#reason_detail #reason_kindness .inner_white .ui_guide .label {
  color: #E6A209;
}
#reason_detail #reason_kindness .contents_body ul.point > li {
  color: #E6A209;
}
#reason_detail #reason_kindness .contents_body ul.point > li::before {
  background: #E6A209;
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_easiness .inner_white {
    border-color: #48B20F;
  }
}
#reason_detail #reason_easiness .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason03_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_easiness .inner_white .inner_box::before {
  background: #48B20F;
}
#reason_detail #reason_easiness .inner_white .inner_box .point_details {
  border-color: #48B20F;
}
#reason_detail #reason_easiness .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #48B20F;
}
#reason_detail #reason_easiness .inner_white .ui_guide::after {
  background-image: url(/product/lcd/io-quality/images/reason03_pointer_guide.svg);
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_easiness .inner_white .ui_guide::after {
    background: #48B20F;
  }
}
#reason_detail #reason_easiness .inner_white .ui_guide .label {
  color: #48B20F;
}
#reason_detail #reason_easiness .contents_body ul.point > li {
  color: #48B20F;
}
#reason_detail #reason_easiness .contents_body ul.point > li::before {
  background: #48B20F;
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_closeness .inner_white {
    border-color: #E76718;
  }
}
#reason_detail #reason_closeness .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason04_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_closeness .inner_white .inner_box::before {
  background: #E76718;
}
#reason_detail #reason_closeness .inner_white .inner_box .point_details {
  border-color: #E76718;
}
#reason_detail #reason_closeness .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #E76718;
}
#reason_detail #reason_closeness .inner_white .ui_guide::after {
  background-image: url(/product/lcd/io-quality/images/reason04_pointer_guide.svg);
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_closeness .inner_white .ui_guide::after {
    background: #E76718;
  }
}
#reason_detail #reason_closeness .inner_white .ui_guide .label {
  color: #E76718;
}
#reason_detail #reason_closeness .contents_body ul.point > li {
  color: #E76718;
}
#reason_detail #reason_closeness .contents_body ul.point > li::before {
  background: #E76718;
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_present .inner_white {
    border-color: #18AAB8;
  }
}
#reason_detail #reason_present .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason06_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_present .inner_white .inner_box::before {
  background: #18AAB8;
}
#reason_detail #reason_present .inner_white .inner_box .point_details {
  border-color: #18AAB8;
}
#reason_detail #reason_present .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #18AAB8;
}
#reason_detail #reason_present .inner_white .ui_guide::after {
  background-image: url(/product/lcd/io-quality/images/reason05_pointer_guide.svg);
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_present .inner_white .ui_guide::after {
    background: #18AAB8;
  }
}
#reason_detail #reason_present .inner_white .ui_guide .label {
  color: #18AAB8;
}
#reason_detail #reason_present .contents_body ul.point > li {
  color: #18AAB8;
}
#reason_detail #reason_present .contents_body ul.point > li::before {
  background: #18AAB8;
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_variety .inner_white {
    border-color: #BC3ABE;
  }
}
#reason_detail #reason_variety .inner_white::before {
  background: url(/product/lcd/io-quality/images/reason05_hex_bg.png) top right/53.2rem 34rem no-repeat;
}
#reason_detail #reason_variety .inner_white .inner_box::before {
  background: #BC3ABE;
}
#reason_detail #reason_variety .inner_white .inner_box .point_details {
  border-color: #BC3ABE;
}
#reason_detail #reason_variety .inner_white .inner_box .point_details .point_cards .point_card .title {
  color: #BC3ABE;
}
#reason_detail #reason_variety .inner_white .ui_guide::after {
  background-image: url(/product/lcd/io-quality/images/reason06_pointer_guide.svg);
}
@media screen and (max-width: 768px) {
  #reason_detail #reason_variety .inner_white .ui_guide::after {
    background: #BC3ABE;
  }
}
#reason_detail #reason_variety .inner_white .ui_guide .label {
  color: #BC3ABE;
}
#reason_detail #reason_variety .contents_body ul.point > li {
  color: #BC3ABE;
}
#reason_detail #reason_variety .contents_body ul.point > li::before {
  background: #BC3ABE;
}

#related_links h2 {
  color: #00328F;
}
#related_links .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  #related_links .links {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}
#related_links .links > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 2.4rem;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #related_links .links > li a {
    flex-direction: column;
    padding: 1.8rem;
  }
}
#related_links .links > li a figure {
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  #related_links .links > li a figure {
    width: 100%;
  }
}
#related_links .links > li a .inner {
  width: calc(100% - 27.2rem - 2.4rem);
}
@media screen and (max-width: 768px) {
  #related_links .links > li a .inner {
    width: 100%;
  }
}
#related_links .links > li a .inner .site_title {
  font-size: 2.2rem;
  color: #00328F;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #related_links .links > li a .inner .site_title {
    font-size: 1.8rem;
  }
}
#related_links .links > li a .inner .description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  #related_links .links > li a .inner .description {
    font-size: 1.3rem;
  }
}
#related_links .links > li a:hover {
  background: rgba(0, 50, 143, 0.1);
  border-color: rgba(0, 50, 143, 0.3);
  opacity: 1;
}

#contact {
  background: #00328F;
  padding: 7.2rem 0;
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #contact {
    margin-top: 9.6rem;
    padding-block: 3rem;
  }
}
#contact .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .container {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#contact .container > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #contact .container > * {
    width: 100%;
  }
}
#contact .head {
  color: #fff;
  letter-spacing: 0.04em;
}
#contact .head h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contact .head h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
#contact .head .catch {
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  #contact .head .catch {
    font-size: 1.3rem;
    text-align: center;
  }
}
#contact .contents_body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .contents_body .btn {
    width: 100%;
  }
}


/* ポイントカードを中央配置 */
#reason_detail section.reason .inner_white .inner_box
.point_details .point_cards {
  justify-content: center;
}

/* ポイントカードを時間差なしで同時表示 */
#reason_detail section.reason .inner_white .inner_box
.point_details .point_cards li {
  transition-delay: 0s !important;
}



