@charset "UTF-8";

/* =============================================
  00: Reset
  01: Fonts
  02: Common
  03: Header
  04: Contents
  05: Footer
  06: Module
  07: Project
  08: Print
=============================================== */
/* ---------------------------------------------
	00: Reset
--------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 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 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .ttt {
    display: block;
  }
}

/* ---------------------------------------------
	Common style
--------------------------------------------- */
/* text color
--------------------------------------------- */
.text-blue {
  color: #333;
}

/* float
--------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* align
--------------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .sp-center {
    text-align: center;
  }
}

/* font size
--------------------------------------------- */
.font-s {
  font-size: .75em !important;
}

.font-m {
  font-size: .875em !important;
}

.font-l {
  font-size: 1.125em !important;
}

.font-ll {
  font-size: 1.25em !important;
}

@media screen and (max-width: 767px) {
  .font-m.sp-none {
    font-size: 1em !important;
  }
}

/* margin & padding
--------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .sp-mt20 {
    margin-top: 20px !important;
  }

  .pb150 {
    padding-bottom: 90px !important;
  }

  .sp-pt90 {
    padding-top: 90px !important;
  }

  .sp-pt100 {
    padding-top: 100px !important;
  }

  .sp-pb50 {
    padding-bottom: 50px !important;
  }

  .sp-pb90 {
    padding-bottom: 90px !important;
  }
}

/* display
--------------------------------------------- */
.pc-only {
  display: block !important;
}

.sp-only,
.se-only {
  display: none !important;
}

@media screen and (max-width: 767px) {

  .pc-only,
  .se-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}

/* link
--------------------------------------------- */
a {
  color: #333;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

/* ---------------------------------------------
	00: Reset
--------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* IEにメイリオを指定（下余白対策） */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------
	modulizer仕様
--------------------------------------------- */
/* ---------------------------------------------
	[CL] カラム
--------------------------------------------- */
.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutter {
  width: 100%;
}

.row .no-gutter {
  margin-bottom: 20px;
}

.col1-2 {
  width: calc(50% - 40px);
}

.col1-3 {
  width: calc(33.3333% - 40px);
}

.col2-3 {
  width: calc(2 / 3 * 100% - 40px);
}

.col1-4 {
  width: calc(25% - 40px);
}

.col3-4 {
  width: calc(75% - 40px);
}

.col1-5 {
  width: calc(20% - 40px);
}

.col1-6 {
  width: calc(1 / 6 * 100% - 40px);
}

.no-gutter>.col1-2 {
  width: 50%;
}

.no-gutter>.col1-3 {
  width: calc(1 / 3 * 100%);
}

.no-gutter>.col2-3 {
  width: calc(2 / 3 * 100%);
}

.no-gutter>.col1-4 {
  width: 25%;
}

.no-gutter>.col3-4 {
  width: 75%;
}

.no-gutter>.col1-5 {
  width: 20%;
}

.no-gutter>.col1-6 {
  width: calc(1 / 6 * 100%);
}

.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col1-6 {
  margin-right: 40px;
}

.no-gutter>.col1-2,
.no-gutter>.col1-3,
.no-gutter>.col2-3,
.no-gutter>.col1-4,
.no-gutter>.col3-4,
.no-gutter>.col1-5,
.no-gutter>.col1-6 {
  margin-right: 0;
}

/* ----- 注記 ----- */
.note {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 10px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.note-num {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.note::before,
.note-num::before {
  display: inline-block;
  content: "※";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  margin: 0 2px 0 0;
  background-color: transparent !important;
  border-radius: 0;
}

.note-num:before {
  margin-right: 1em;
  content: "※" attr(data-num);
}

.note.right,
.note-num.right {
  padding-left: 0;
}

.note.right::before,
.note-num.right::before {
  position: relative;
  left: auto;
}

/* ----- 省略 ----- */


.txt-ellipsis:not([data-line]),
.txt-ellipsis[data-line="1"] {
  white-space: nowrap;
  text-overflow: ellipsis;
}





.txt-ellipsis[data-line="3"] {
  height: 5.4em;
  -webkit-line-clamp: 3;
}

.txt-ellipsis[data-line="4"] {
  height: 7.2em;
  -webkit-line-clamp: 4;
}

.txt-ellipsis[data-line="5"] {
  height: 9.0em;
  -webkit-line-clamp: 5;
}

/* ---------------------------------------------
	[IG] 画像
--------------------------------------------- */
.img {
  margin-bottom: 20px;
  text-align: center;
}

.img-block .img {
  margin-bottom: 0;
}

.img>a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.img .modal-video::before,
.modal-video .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.img.full {
  margin: 55px 0 60px;
}

.img.full img {
  width: 100%;
}

/* ホバーエフェクト */
.img>a:after,
a .img:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.img .modal-video:after,
.modal-video .img:after {
  opacity: .5 !important;
}

html:not(.sp) .img>a:hover:after,
html:not(.sp) a:hover .img:after {
  opacity: .5;
}

.img>a img,
.img>a .bg-img,
a .img img,
a .img .bg-img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

html:not(.sp) .img>a:hover img,
html:not(.sp) .img>a:hover .bg-img,
html:not(.sp) a:hover .img img,
html:not(.sp) a:hover .img .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  will-change: transform;
}

html:not(.sp) .img>.modal-video:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ----- [IG2] 画像 > キャプションあり ----- */
.caption {
  display: block;
  margin-top: -10px;
  margin-left: 0;
  font-size: 1.3rem;
  text-align: left;
}

.center.caption {
  margin-left: 0;
  margin-right: 0;
}

.right.caption {
  margin-right: 0;
}

.img .caption {
  margin-top: 10px;
}

/* ----- [IG3] 画像 > 画像＋テキスト ----- */
.img-set,
.thumb-set {
  overflow: hidden;
}

.img-set .img,
.thumb-set .img {
  float: left;
  max-width: 50%;
  margin-right: 15px;
  padding-right: 15px;
}

.img-set .img.right,
.thumb-set .img.right {
  float: right;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 15px;
}

.thumb-set>.img+.txt {
  overflow: hidden;
}

/* ---------------------------------------------
	[LT] リスト
--------------------------------------------- */
/* ----- [LT3] リスト > 定義リスト ----- */
dl.dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

dl.dl-list dt {
  width: 70px;
  padding: 0 0 10px;
  font-weight: bold;
  color: #333;
}

dl.dl-list dd {
  width: calc(100% - 90px);
  padding: 0 0 10px 20px;
}

dl.dl-list.col {
  display: block;
}

dl.dl-list.col dt {
  width: 100%;
}

dl.dl-list.col dd {
  width: 100%;
  padding-left: 0;
}

dl.dl-list:last-of-type {
  margin-bottom: 0;
}

p+dl.dl-list {
  margin-top: 20px;
}

/* ---------------------------------------------
	[TB] 表
--------------------------------------------- */
*:not(.note)+table {
  margin-top: 25px;
}

table+.note,
table+.note-num {
  margin-top: -10px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
  overflow: hidden;
}

table thead th {
  border-left: 1px solid #ddd;
}

table thead th:first-child {
  border-top-left-radius: 10px;
  border-left: 0 none;
}

table thead th:last-child {
  border-top-right-radius: 10px;
}

table thead+tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}

table thead+tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tbody tr:first-child th {
  border-top-left-radius: 10px;
}

table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

table tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table td {
  width: 50%;
  padding: 12px 15px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}

table td p+p {
  margin: 0;
}

table th {
  min-width: 7em;
  width: 50%;
  padding: 12px 15px;
  font-weight: bold;
  background-color: #e7e7e7;
  border-top: 1px solid #ddd;
  font-size: 1.2rem;
  text-align: left;
}

table thead tr:first-child th,
table thead+tbody tr:first-child th,
table thead+tbody tr:first-child td {
  border-top: 0 none;
}

table thead th {
  min-width: 7em;
  background-color: #e7e7e7;
  border-bottom: 0 none;
}

table tbody tr:first-child th,
table tbody tr:first-child td {
  border-top: none;
}

table td p:last-child,
table td ul:last-child,
table td ol:last-child,
table td dl:last-child {
  margin-bottom: 0;
}

table+.note {
  margin-top: -10px;
}

/* tdが2つある場合 */
table.table1-2 th,
table.table1-2 td {
  width: 33.3333%;
}

table.table1-2 td+td {
  border-left: 1px solid #ddd;
}

/* tdが3つある場合 */
table.table1-3 th,
table.table1-3 td {
  width: 25%;
}

table.table1-3 td+td {
  border-left: 1px solid #ddd;
}

/* tdが4つある場合 */
table.table1-4 th,
table.table1-4 td {
  width: 20%;
}

table.table1-4 td+td {
  border-left: 1px solid #ddd;
}

/* tdが2つある場合 */
table.table1-5 th,
table.table1-5 td {
  width: 16.6666%;
}

table.table1-5 td+td {
  border-left: 1px solid #ddd;
}

/* table-corpo */
table.table-corpo {
  margin-bottom: 0;
}

table.table-corpo th {
  width: 230px;
  padding: 30px 20px 30px 0;
  background: transparent;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
}

table.table-corpo td {
  width: auto;
  padding: 30px 0 30px 0;
  background: transparent;
  font-size: 1.4rem;
}

table.table-corpo tr:last-child th,
table.table-corpo tr:last-child td {
  padding-bottom: 0;
}

table.table-corpo dl.dl-list {
  font-size: 1.3rem;
}

table.table-corpo dl.dl-list dt {
  width: 7em;
}

table.table-corpo dl.dl-list dd {
  width: calc(100% - 7em);
}

@media screen and (max-width: 767px) {

  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 15px);
  }

  .no-gutter {
    width: 100%;
  }

  .row .no-gutter {
    margin-bottom: 15px;
  }

  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6 {
    width: calc(100% - 15px);
    margin-right: 15px;
  }

  .no-gutter>.col1-2,
  .no-gutter>.col1-3,
  .no-gutter>.col2-3,
  .no-gutter>.col1-4,
  .no-gutter>.col3-4,
  .no-gutter>.col1-5,
  .no-gutter>.col1-6 {
    width: 100%;
  }

  .sp-col1-2 {
    width: calc(50% - 15px);
  }

  .no-gutter>.sp-col1-2 {
    width: 50%;
  }

  /* ----- 注記 ----- */
  .note,
  .note-num {
    margin-bottom: 5px;
  }

  /* ----- [IG] 画像 ----- */
  .img.full {
    margin: 30px 0 40px;
  }

  /* ----- [TB] 表 ----- */
  table tbody tr:first-child th {
    border-top-left-radius: 5px;
  }

  table tbody tr:first-child td {
    border-top-right-radius: 5px;
  }

  table tbody tr:last-child th {
    border-bottom-left-radius: 5px;
  }

  table tbody tr:last-child td {
    border-bottom-right-radius: 5px;
  }

  table th,
  table td {
    padding: 10px;
  }

  /* table-corpo */
  table.table-corpo {
    margin-bottom: 0;
  }

  table.table-corpo th {
    width: 7em;
    padding: 30px 20px 30px 0;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    vertical-align: top;
  }

  table.table-corpo td {
    width: auto;
    padding: 30px 0 30px 0;
    background: transparent;
    font-size: 1.4rem;
  }

  table.table-corpo tr:last-child th,
  table.table-corpo tr:last-child td {
    padding-bottom: 0;
  }

  table.table-corpo dl.dl-list {
    font-size: 1.3rem;
  }

  table.table-corpo dl.dl-list dt {
    width: 7em;
  }

  table.table-corpo dl.dl-list dd {
    width: calc(100% - 7em);
  }

  /* 水平スクロールバー */
  .scroll {
    margin: 0 0 15px;
    overflow-x: auto;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #f7f7f7;
    -webkit-border-radius: 100px;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #333;
    -webkit-border-radius: 100px;
  }

  .scroll>* {
    min-width: 738px;
    margin-bottom: 15px;
  }
}

/* ==========================================
/* Header
============================================= */
.is-ready .l-header {
  display: block;
}

.l-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}

.l-header>a {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.l-header .logo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 156px;
  height: 50px;
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header .logo a,
.l-header .logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header.is-init,
.l-header.no-img {
  height: 94px;
  background: transparent;
}

.l-header.is-init .logo,
.l-header.no-img .logo {
  top: 20px;
}

.l-header.is-init .logo .-white,
.l-header.no-img .logo .-white {
  display: block;
}

.l-header.is-init .l-nav__item>a,
.l-header.no-img .l-nav__item>a {
  padding: 35px 0;
  color: #fff;
}

.l-header.is-init .btn-cv,
.l-header.no-img .btn-cv {
  top: 28px;
}

.l-header.is-scroll {
  height: 80px;
  background: rgba(245,245,245,0.8);
  backdrop-filter: saturate(180%) blur(20px);
  color: #333;
}

.l-header.is-scroll .logo {
  top: 10px;
}

.l-header.is-scroll .l-nav__item>a {
  padding: 26px 0 30px;
  color: #333;
}

.l-header.is-scroll .btn-cv {
  top: 18px;
}

.l-header.is-active {
  background: #fff;
}

.l-header.is-active .l-nav__item>a {
  color: #333;
}

.l-header.no-img {
  color: #333;
}

.l-header.no-img .l-nav__item>a {
  color: #333;
}

.l-header.is-scroll .logo.is-color .-color,
.l-header.is-active .logo.is-color .-color {
  display: block;
}

.l-header.is-scroll .logo.is-color .-white,
.l-header.is-active .logo.is-color .-white {
  display: none;
}

.l-header.is-scroll .logo .-color,
.l-header.no-img .logo .-color {
  display: block;
}

.l-header.is-scroll .logo .-white,
.l-header.no-img .logo .-white {
  display: none;
}

.l-header.is-init .logo.is-color .-color {
  display: block;
}

.l-header.is-init .logo.is-color .-white {
  display: none;
}

/* nav
--------------------------------------------- */
.l-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.l-nav__list {
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.l-nav__item {
  margin: 0 10px;
}

.l-nav__item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.l-nav__item>a span {
  position: relative;
  font-weight: 700;
}

.l-nav__item>a span::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
}

.l-nav__item a:hover {
  opacity: 1;
}

.l-nav__item a:hover span::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-header.is-init .l-nav__megamenu,
.l-header.no-img .l-nav__megamenu {
  top: 94px;
}

.l-header.is-scroll .l-nav__megamenu {
  top: 80px;
}

@media screen and (min-width: 1081px) {

  .l-header.is-init .title-bg,
  .l-header.no-img .title-bg,
  .l-header.is-scroll .title-bg {
    padding-right: 0;
  }
}

.l-header.is-init .title-bg a,
.l-header.no-img .title-bg a,
.l-header.is-scroll .title-bg a {
  color: #fff;
}

@media screen and (min-width: 1081px) {

  .l-header.is-init .title-bg a,
  .l-header.no-img .title-bg a,
  .l-header.is-scroll .title-bg a {
    padding: 50px 20px;
  }
}

/* お問い合わせ */
.btn-cv.btn {
  position: absolute;
  top: 18px;
  right: 30px;
  margin-top: 0;
  z-index: 20;
}

.btn-cv.btn a {
  width: 184px;
  height: 40px;
  padding-top: 8px;
  color: #fff;
}

.btn-cv.btn a span:not(.icon) {
  border-radius: 20px;
}

.btn-cv.btn a:hover span:not(.icon) {
  width: 40px;
  height: 40px;
}

/* メガメニュー
----------------------- */
.l-nav__megamenu {
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  background: #fff;
}

.l-nav__megamenu .title {
  padding-right: 45px;
}

@media screen and (min-width: 1081px) {
  .l-nav__megamenu .title {
    width: 304px;
  }
}

.l-nav__megamenu .title a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 1081px) {
  .l-nav__megamenu .title a {
    color: #fff;
    font-size: clamp(10px, 1vw, 18px);
  }
}

@media screen and (min-width: 1081px) {
  .l-nav__megamenu.digitalsignage .title-bg {
    background: url("nav_head_digitalsignage.jpg") no-repeat center center/cover;
  }

  .l-nav__megamenu.solution .title-bg {
    background: url("nav_head_ai_signage_solution.jpg") no-repeat center center/cover;
  }

  .l-nav__megamenu.company .title-bg {
    background: url("nav_head_company.jpg") no-repeat center center/cover;
  }

  .l-nav__megamenu.ir .title-bg {
    background: url("nav_head_ir.jpg") no-repeat center center/cover;
  }
}

.l-nav__megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: calc(1500px + 10.7382%);
  width: 100%;
  padding: 30px 5.3691% 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1081px) {
  .l-nav__megamenu__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 2%;
    padding: 30px 1% 40px;
  }
}

.l-nav__megamenu a span {
  position: relative;
  font-weight: 700;
}

.l-nav__megamenu a span::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
}

.l-nav__megamenu a:hover span:not(.icon) {
  width: 40px;
  height: 40px;
}

.l-nav__megamenu.digitalsignage .l-nav__lower.lv-2>li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.l-nav__megamenu.digitalsignage .l-nav__lower.lv-2>li {
  margin-top: 10px;
}

.l-nav__lower.lv-2 {
  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;
}

@media screen and (min-width: 1081px) {
  .l-nav__lower.lv-2 {
    width: 100%;
    max-width: 292px;
  }
}

@media screen and (min-width: 1081px) {
  .l-nav__lower.lv-2>li:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1081px) {
  .l-nav__lower.lv-2 .is-parent .lv-2-head {
    display: block;
    border-bottom: 1px solid #4d4d4d;
    width: 100%;
  }
}

@media screen and (min-width: 1081px) {
  .l-nav__lower.lv-2-row {
    width: 100%;
    max-width: 583px;
  }
}

.l-nav__lower.lv-2 a {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-nav__lower.lv-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}

@media screen and (min-width: 1081px) {
  .l-nav__lower .lv-3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
  }
}

.l-nav__lower.lv-3 li {
  margin-right: 22px;
}

@media screen and (min-width: 1081px) {
  .l-nav__lower .lv-3 li {
    position: relative;
    margin: 0;
  }

  .l-nav__lower .lv-3 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    content: "";
    background: url("nav_menu_arw.svg") no-repeat left center/contain;
    width: 9px;
    height: 13px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
}

.l-nav__lower.lv-3 a {
  padding: 10px 0;
  color: #7b7b7b;
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (min-width: 1081px) {
  .l-nav__lower .lv-3 a {
    padding: 0 0 0 1.4em;
  }
}

.l-nav__lower.lv-3 a:hover {
  color: #333;
}

@media screen and (min-width: 1081px) {
  .l-nav__lower .lv-3-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1081px) {
  .l-nav__lower .lv-3-row li {
    width: 50%;
  }
}

.l-nav__lower li {
  margin-right: 30px;
}

.megamenu-cover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  z-index: 9;
}

/* ハンバーガーメニュー SP用
----------------------- */
.l-header .btn-hamburger {
  display: none;
  cursor: pointer;
  z-index: 9999;
}

.l-header .btn-cv-sp,
.l-header .btn-tel {
  display: none;
}

@media screen and (max-width: 1200px) {
  .l-header .logo {
    left: 2.861%;
  }

  .l-header .btn-cv.btn {
    right: 2.861%;
  }
}

@media screen and (max-width: 1080px) {
  .l-header {
    height: 60px;
  }

  .l-header .logo {
    top: 15px;
    left: 20px;
    width: 87px;
    height: 27.5px;
    z-index: 9999;
  }

  .l-header .btn-hamburger {
    display: block;
  }

  .l-header .btn-cv.btn {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    margin: 0 auto 70px;
    padding-bottom: 70px;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }

  .l-header .btn-cv.btn a {
    width: 100%;
    height: 50px;
    max-width: none;
    padding-top: 12px;
    border-radius: 25px;
    color: #fff;
  }

  .l-header .btn-cv.btn a span:not(.icon) {
    display: none;
  }

  .l-header .btn-cv.btn.is-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
    opacity: 1;
  }

  .l-header .btn-cv-sp {
    display: block;
    position: absolute;
    top: 11px;
    right: 68px;
    width: 38px;
    height: 38px;
    padding-top: 12.5px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
  }

  .l-header .btn-cv-sp img {
    display: block;
    width: 18px;
    margin: 0 auto;
  }

  .l-header .btn-tel {
    display: block;
    position: absolute;
    top: 11px;
    right: 116px;
    width: 38px;
    height: 38px;
    padding-top: 9px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
  }

  .l-header .btn-tel img {
    display: block;
    width: 15px;
    height: 18.5px;
    margin: 0 auto;
  }

  .l-header.is-init,
  .l-header.no-img {
    height: 60px;
  }

  .l-header.is-init .logo,
  .l-header.no-img .logo {
    top: 20px;
  }

  .l-header.is-init .l-nav a,
  .l-header.no-img .l-nav a {
    display: block;
    color: #333;
  }

  .l-header.is-init .l-nav__item>a,
  .l-header.no-img .l-nav__item>a {
    padding: 21px 5.3691%;
  }

  .l-header.is-scroll {
    height: 60px;
    background: #fff;
  }

  .l-header.is-scroll .logo {
    top: 15px;
    left: 20px;
    width: 87px;
    height: 27.5px;
    z-index: 9999;
  }

  .l-header.is-scroll .logo .-color {
    display: block;
  }

  .l-header.is-scroll .logo .-white {
    display: none;
  }

  .l-header.is-init:not(.is-scroll) .logo:not(.is-color) .-color {
    display: none;
  }

  .l-header.is-init:not(.is-scroll) .logo:not(.is-color) .-white {
    display: block;
  }

  .l-header.no-img .-color {
    display: block;
  }

  .l-header.no-img .-white {
    display: none;
  }

  .l-header.is-init:not(.is-scroll) .logo.is-color {
    top: 15px;
  }

  .l-header.is-init:not(.is-scroll) .logo.is-color .-color {
    display: block;
  }

  .l-header.is-init:not(.is-scroll) .logo.is-color .-white {
    display: none;
  }

  .l-nav-wrapper {
    display: none;
    position: fixed;
    top: 0;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 112px;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
  }

  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .l-nav__list {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
  }

  .l-nav__item {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    border-left: none;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  }

  .l-nav__item>a {
    display: block;
    padding: 21px 5.3691%;
    font-size: 1.6rem;
    color: #333;
    text-align: left;
  }

  .l-nav__item>a::before {
    display: block;
    position: absolute;
    top: 18px;
    right: 5.3691%;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    content: "";
  }

  .l-nav__item>a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    right: calc(5.3691% + 16px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }

  .l-nav__item>a span::before {
    display: none;
  }

  .l-nav__item.is-parent>a {
    width: calc(100% - (5.3691% + 45px));
    margin-right: calc(5.3691% + 45px);
  }

  .l-nav__item.is-parent>a::before {
    right: 0;
  }

  .l-nav__item.is-parent>a::after {
    right: 16px;
  }

  .l-nav__item {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }

  .l-nav.is-show .l-nav__item:nth-child(1),
  .l-nav.is-show .l-nav__item:nth-child(2),
  .l-nav.is-show .l-nav__item:nth-child(3),
  .l-nav.is-show .l-nav__item:nth-child(4),
  .l-nav.is-show .l-nav__item:nth-child(5),
  .l-nav.is-show .l-nav__item:nth-child(6) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .l-nav.is-show .l-nav__item:nth-child(1) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }

  .l-nav.is-show .l-nav__item:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  .l-nav.is-show .l-nav__item:nth-child(3) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
  }

  .l-nav.is-show .l-nav__item:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }

  .l-nav.is-show .l-nav__item:nth-child(5) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }

  .l-nav.is-show .l-nav__item:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  .l-nav .btn-plus {
    display: block;
    position: absolute;
    top: 18px;
    right: 5.3691%;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
  }

  .l-nav .btn-plus::before,
  .l-nav .btn-plus::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    content: "";
  }

  .l-nav .btn-plus::after {
    width: 1px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .l-nav .btn-plus.is-active {
    background: #f1f1f1;
    border-color: #f1f1f1;
  }

  .l-nav .btn-plus.is-active::after {
    display: none;
  }

  .l-nav__megamenu {
    display: none;
    position: relative;
    top: 0;
  }

  .l-nav__megamenu__inner {
    display: block;
    width: 100%;
    padding: 0;
  }

  .l-nav__megamenu .title {
    display: none;
  }

  .l-nav__megamenu li a {
    position: relative;
  }

  .l-nav__megamenu li a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    right: calc(5.3691% + 18px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }

  .l-nav__megamenu li a span::before {
    display: none;
  }

  .l-nav__megamenu li.is-parent {
    position: relative;
  }

  .l-nav__megamenu li.is-parent>a::after {
    right: calc(5.3691% + 60px);
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 {
    width: 100%;
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 li {
    margin: 0;
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 li.is-parent {
    display: block;
    width: 100%;
    margin: 0;
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 li.is-parent>a {
    width: calc(100% - (5.3691% + 45px));
    margin-right: calc(5.3691% + 45px);
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 li.is-parent>a::after {
    right: 16px;
  }

  .l-nav__megamenu.digitalsignage .l-nav__lower.lv-2 li.is-active .btn-plus {
    background: #fff;
    border-color: #fff;
  }

  .l-nav__lower li {
    margin-right: 0;
  }

  .l-nav__lower.lv-2 {
    display: block;
    background: #f7f7f7;
  }

  .l-nav__lower.lv-2 a {
    padding: 13px 0;
    padding-right: calc(5.3691% + 18px);
    padding-left: calc(5.3691% + 18px);
    text-align: left;
  }

  .l-nav__lower.lv-2>li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }

  .l-nav__lower.lv-2 .btn-plus {
    top: 7px;
  }

  .l-nav__lower.lv-3 {
    display: block;
    display: none;
    margin: 0;
    padding-right: calc(5.3691% + 18px);
    padding-left: calc(5.3691% + 18px);
    background: #f1f1f1;
  }

  .l-nav__lower.lv-3 a {
    color: #666 !important;
    text-align: left;
  }

  .l-nav__lower.lv-3 a::after {
    right: 0;
  }

  .l-nav__lower.lv-3 li {
    position: relative;
    margin-right: 0;
  }

  .l-nav__lower.lv-3 li::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(nav-dot.png) left bottom repeat-x;
    background-size: contain;
    content: "";
  }

  .l-nav__lower.lv-3 li:last-child::after {
    display: none;
  }

  .l-header.is-init .l-nav__megamenu,
  .l-header.no-img .l-nav__megamenu,
  .l-header.is-scroll .l-nav__megamenu {
    top: 0;
  }

  /* ---------- MENU ---------- */
  button.btn-hamburger {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .btn-hamburger {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 38px;
    height: 38px;
    background-color: #eee;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
  }

  .btn-hamburger .inner {
    display: block;
    position: relative;
    width: 20px;
    height: 13px;
    margin: auto;
  }

  .btn-hamburger .line {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #333;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .btn-hamburger .line:first-child {
    top: 0;
    left: auto;
    right: 0;
  }

  .btn-hamburger .line:nth-child(2) {
    top: 6px;
    left: auto;
    right: 0;
  }

  .btn-hamburger .line:nth-child(3) {
    bottom: 0;
  }

  .btn-hamburger p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  /*  MENU open */
  .btn-hamburger.is-open .line:first-child {
    width: 100%;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  .btn-hamburger.is-open .line:nth-child(2) {
    display: none;
  }

  .btn-hamburger.is-open .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .btn-hamburger.is-open p {
    color: #fff;
  }
}

/* ==========================================
/* Contents
============================================= */
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  overflow: hidden;
}

/* basic layout
------------------------- */
.l-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(topography.png);
}

.main {
  position: relative;
}

/* ==========================================
/* Footer
============================================= */
/* cv
--------------------------------------------- */
.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 390px;
}

.contact-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 543px;
  width: 94.6309%;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  padding: 30px 5.3691% 20px;
  text-align: center;
}

.contact-block .title {
  font-size: 2rem;
  font-weight: 700;
}

.contact-block .text {
  margin-top: 10px;
  font-size: 1.3rem;
}

.contact-block .left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  background: #f1f1f1;
}

.contact-block .left-block .tel {
  margin-bottom: 12px;
  font-size: 4rem;
  font-weight: 700;
}

.contact-block .left-block .tel a {
  line-height: 1;
  font-weight: bold;
}

.contact-block .right-block {
  width: 50%;
  background: #20262e;
  color: #fff;
}

.contact-block .right-block .btn {
  margin-top: 20px;
  margin-bottom: 15px;
  z-index: 1;
}

.contact-block .right-block .btn a {
  max-width: 345px;
  width: 100%;
  height: 50px;
  min-width: 0;
  padding-top: 11px;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1;
}

.contact-block .right-block .btn a span:not(.icon) {
  border-radius: 25px;
  z-index: -1;
  background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
}

.contact-block .right-block .btn a span:not(.icon)::before {
  border-color: #fff;
}

.contact-block .right-block .btn a:hover {
  color: #fff;
}

.contact-block .right-block .btn a:hover span:not(.icon) {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .contact-block {
    height: auto;
  }

  .contact-block .inner {
    max-width: none;
    width: 100%;
    padding: 50px 5.3691%;
  }

  .contact-block .left-block,
  .contact-block .right-block {
    width: 100%;
  }

  .contact-block .title {
    font-size: 1.8rem;
  }

  .contact-block .left-block .tel {
    margin: 25px auto 30px;
  }

  .contact-block .left-block .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    color: #333;
    pointer-events: auto;
  }

  .contact-block .right-block .btn {
    max-width: 275px;
    width: 73.3333vw;
    margin: 25px auto 30px;
  }

  .contact-block .right-block .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
    font-size: 1.4rem;
  }

  .contact-block .right-block .btn a span {
    display: none;
  }

  .contact-block .right-block .btn a:hover {
    color: #333;
  }
}

/* footer
--------------------------------------------- */
.l-footer {
  position: relative;
  width: 100%;
  height: 220px;
  padding-top: 65px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
  text-align: center;
  z-index: 2;
}

.l-footer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: linear-gradient(121deg, rgba(29, 32, 136, 0) 0%, #0c9ece 70%, #09b6db 100%);
  opacity: .5;
  content: "";
}

.l-footer .inner {
  position: relative;
  max-width: 1080px;
  width: calc(100% - 4.861%);
  margin: 0 auto;
  z-index: 1;
}

.l-footer .l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.l-footer .l-footer-nav__item {
  margin-right: 20px;
}

.l-footer .l-footer-nav__item a {
  color: #fff;
}

.l-footer .l-footer-nav__item a span {
  position: relative;
}

.l-footer .l-footer-nav__item a span::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
}

.l-footer .l-footer-nav__item a:hover {
  opacity: 1;
}

.l-footer .l-footer-nav__item a:hover span::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer .l-footer-nav__list.lower {
  margin-top: 50px;
  font-size: 1.2rem;
}

.l-footer .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 107px;
  height: 34px;
}

.l-footer .logo img {
  width: 100%;
  height: 100%;
}

.l-footer small {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 48px 0 60px;
  }

  .l-footer .inner {
    width: 100%;
    padding: 0;
  }

  .l-footer .logo {
    left: 50%;
    right: auto;
    width: 85px;
    height: 27px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .l-footer .l-footer-nav {
    padding-top: 50px;
  }

  .l-footer .l-footer-nav__list.upper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-footer .l-footer-nav__list.upper li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-footer .l-footer-nav__list.upper li a {
    display: block;
    padding: 20px;
  }

  .l-footer .l-footer-nav__list.upper li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-footer .l-footer-nav__list.lower {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% + 13px);
    margin-top: 48px;
    padding: 0 5.3691%;
  }

  .l-footer .l-footer-nav__list.lower .l-footer-nav__item {
    margin-right: 13px;
  }

  .l-footer .l-footer-nav__item a span::before {
    display: none;
  }

  .l-footer small {
    position: relative;
    text-align: center;
  }
}

/* パンくず
--------------------------------------------- */
.breadcrumb {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  max-width: calc(1070px + (5.3691% * 2));
  margin: auto;
  padding: 0 5.3691%;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #999999;
}

.breadcrumb ul li::before {
  display: none;
}

.breadcrumb ul li::after {
  display: inline;
  position: relative;
  left: 12px;
  color: #ab9a8e;
  content: "/";
}

.breadcrumb ul li a {
  color: #333;
}

.breadcrumb ul li a:hover {
  opacity: 0.5;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

/* form
--------------------------------------------- */
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: #e0e0e0;
}

input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #e0e0e0;
}

/* ==========================================
/* Project style
============================================= */
/* heading
--------------------------------------------- */
h2 {
  font-size: 4.2rem;
  font-weight: 700;
}

h3 {
  font-size: 3rem;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 50px;
  font-size: 4.2rem;
  font-weight: 700;
}

.heading-3 {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.666;
}

.heading-3.is-new::before {
  display: block;
  position: absolute;
  top: 9px;
  left: -60px;
  width: 44px;
  height: 44px;
  padding-top: 9px;
  background: #ecb461;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75;
  content: "New";
}

.heading-4 {
  margin: 40px 0 40px;
  padding: 18px 30px 16px 30px;
  background: #e7e7e7;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-5 {
  font-size: 1.6rem;
}

.heading-2+.sub-heading {
  margin-bottom: 20px;
  font-size: 1.8rem;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.heading-color {
  color: #00adec;
  letter-spacing: .2em;
}

.heading-color span {
  color: #333;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  h4 {
    font-size: 2rem;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }

  .heading-3 {
    font-size: 2.3rem;
    line-height: 1.47;
  }

  .heading-3.is-new::before {
    display: block;
    position: absolute;
    top: 0px;
    left: -34px;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    background: #ecb461;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.75;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    content: "New";
  }

  .heading-4 {
    min-height: 45px;
    margin: 30px 0 20px;
    padding-left: 20px;
    padding: 8px 15px 8px 20px;
    border-radius: 5px;
    font-size: 1.8rem;
  }

  .heading-2+.sub-heading {
    margin-bottom: 10px;
    font-size: 1.5rem;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .heading-color {
    letter-spacing: .15em;
  }

  .heading-color span {
    display: block;
  }
}

/* パラグラフ
--------------------------------------------- */
p:not(.data):not(.category):not(.tel)+p:not(.note):not(.note-num):not(.tel) {
  margin-top: 20px;
}

table td p:not(.data):not(.category):not(.tel)+p:not(.note):not(.note-num):not(.tel) {
  margin: 0;
}

/* ボタン
--------------------------------------------- */
/* 基本形 */
.btn {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 30px;
}

.btn a {
  display: inline-block;
  position: relative;
  min-width: 210px;
  height: 43px;
  padding: 9px 50px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  line-height: 1.75;
  z-index: 1;
}

.btn a span:not(.icon) {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 21.5px;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  background-image: linear-gradient(-90deg, #47d969, #4e7fe5, #7825bc);
}

.btn a span:not(.icon)::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: calc(50% - 1.5rem);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.btn a:hover {
  color: rgba(0,0,0,0);
  background-image: linear-gradient(-90deg, #47d969, #4e7fe5, #7825bc);
  -webkit-background-clip: text;

}

.btn a:hover span:not(.icon) {
  width: 43px;
  height: 43px;
}

.btn a:hover span:not(.icon)::before {
  left: calc(50% - 0.6rem);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.btn-w a {
  color: #fff;
}

.btn-w a span:not(.icon) {
  border-color: #fff;
}

.btn-w a span:not(.icon)::before {
  border-color: #425b16;
}

.btn-w a:hover {
  color: #fff;
}

.btn-w a:hover span:not(.icon) {
  background: #fff;
}

/* 基本形 + border */
.btn.border a {
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}

.btn.border a::before {
  background: url(arrow_white.svg) no-repeat center;
  background-size: contain;
}

.btn.border:hover a {
  border-color: #2e2e2e;
}

/* 戻るボタン  */
.btn.backto a span:not(.icon) {
  left: 0;
}

.btn.backto a span:not(.icon)::before {
  top: calc(50% - 0.3rem);
  left: calc(50% + 0.8rem);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  content: "";
}

.btn.backto a:hover span:not(.icon)::before {
  left: calc(50% + 0.3rem);
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 73.33333vw;
    max-width: 275px;
    height: 50px;
    padding-top: 12px;
    color: #fff;
    background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
    border-radius: 25px;
  }

  .btn a span:not(.icon) {
    display: none;
  }

  .btn.backto {
    margin-top: 40px;
  }
}

/* リンク
--------------------------------------------- */
.link-text {
  color: #333;
  text-decoration: underline;
}

/* ホワイト */

.bg-blue {
  background: #333;
  color: #fff;
}

/* ラベル
----------------------- */
.label {
  padding: 2px 18px;
  background: #333;
  color: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  text-align: center;
}

.label.gray {
  width: 130px;
  height: 40px;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .label {
    padding: 2px 15px;
  }

  .label.gray {
    width: auto;
    height: auto;
    padding: 2px 10px;
    font-size: 1.1rem;
  }
}

/* リスト
--------------------------------------------- */
.list {
  padding-left: 1.25em;
}

.list li {
  position: relative;
  padding-left: 14px;
  line-height: 2;
}

.list li::before {
  display: inline-block;
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  content: "";
}

.list li+li {
  margin-top: 5px;
}

.list+* {
  margin-top: 20px;
}

p+.list {
  margin-top: 20px;
}

/* ol */
.num-list {
  padding-left: 1.25em;
}

@media sceen and (max-width: 767px) {
  .list {
    padding-left: 0.5em;
  }

  .list li::before {
    top: 0.95em;
  }
}

/* カラム
--------------------------------------------- */
.col-set .img-block {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.col-set .text-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-set.img-right .img-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-set.img-right .text-block {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* for Edge 2018 */
@supports (-ms-ime-align: auto) {
  .col-set .col1-2 {
    width: calc(50% - 41px);
  }
}

@media screen and (max-width: 767px) {
  .col-set .img-block {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .col-set .img-block img {
    width: 100%;
  }

  .col-set .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-set .text-block+.text-block {
    margin-top: 20px;
  }

  .col-set.img-right .img-block {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .col-set.img-right .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* for Edge 2018 */
  @supports (-ms-ime-align: auto) {
    .col-set .col1-2 {
      width: calc(100% - 15px);
    }
  }
}

/* ==========================================
/* mainvisual
============================================= */
.mainvisual {
  position: relative;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slideshow .slide-content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(mv-cover_pc.png) no-repeat top center;
  background-size: cover;
  content: "";
}

.slideshow .slide-content .title {
  position: absolute;
  left: 5.3691111%;
  bottom: 110px;
  width: 633px;
  height: 319px;
  padding: 40px 30px 40px 40px;
  background: url(mv-dot_pc.png) no-repeat center;
  background-size: contain;
  line-height: 1.43;
  z-index: 3;
}

.slideshow .slide-content .title .main-title {
  margin-bottom: 10px;
  font-size: 4.4rem;
  font-weight: 700;
}

.slideshow .slide-content .title .sub-title {
  font-size: 2.2rem;
}

.slideshow .slide-content .title .btn {
  position: absolute;
  right: 75px;
  bottom: 35px;
}

.slideshow .slide-content .title .btn a {
  padding-top: 10px;
  color: #333;
}

.slideshow .slide-content .title .btn span:not(.icon) {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.slideshow .slide-content .title .btn span:not(.icon)::before {
  border-color: #333;
}

.slideshow .slide-content .title .btn:hover a {
  color: #fff;
}

.slideshow .slide-content .text {
  position: absolute;
  right: 5.3691%;
  bottom: 30px;
  font-size: 1.4rem;
  opacity: .6;
}

.slideshow .slide-content .copy {
  position: absolute;
  right: 5.3691%;
  bottom: 110px;
  width: 676px;
  height: 201px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container .image {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.slideshow .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 5.3691%;
  bottom: 25px;
  width: 100%;
  height: 10px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.51s ease;
  transition: background 0.51s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.scroll-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 67px;
  overflow: hidden;
  z-index: 100;
}

.scroll-bar::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  -webkit-animation: scroll-bar 2.5s linear infinite;
  animation: scroll-bar 2.5s linear infinite;
  margin: auto;
  background: #fff;
  content: "";
}

@-webkit-keyframes scroll-bar {
  0% {
    top: 0;
    height: 0;
  }

  30% {
    top: 0;
    height: 100%;
  }

  50% {
    top: 100%;
    height: 0;
  }
}

@keyframes scroll-bar {
  0% {
    top: 0;
    height: 0;
  }

  30% {
    top: 0;
    height: 100%;
  }

  50% {
    top: 100%;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    height: 435px;
  }

  .slideshow .slide-content {
    padding: 0 2%;
  }

  .slideshow .slide-content::before {
    background: url(mv-cover_sp.png) no-repeat top center;
    background-size: cover;
  }

  .slideshow .slide-content .title {
    left: 3.7333%;
    bottom: 60px;
    width: 345px;
    height: 178px;
    padding: 20px 15px 20px 20px;
    background: url(mv-dot_sp.png) no-repeat top left;
    background-size: contain;
  }

  .slideshow .slide-content .title .main-title {
    margin-bottom: 5px;
    line-height: 1.2413;
  }

  .slideshow .slide-content .title .main-title {
    font-size: calc(20px + 3 * ((100vw - 320px) / 447));
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {
  .slideshow .slide-content .title .main-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .slideshow .slide-content .title .main-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow .slide-content .title .sub-title {
    font-size: calc(12px + 1 * ((100vw - 320px) / 447));
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {
  .slideshow .slide-content .title .sub-title {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .slideshow .slide-content .title .sub-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow .slide-content .title .btn {
    position: relative;
    right: 20px;
    bottom: auto;
    margin-top: 18px;
    text-align: right;
  }

  .slideshow .slide-content .title .btn a {
    min-width: 64.42953%;
    width: 195px;
    height: 35px;
    padding: 7px 20px 0;
    background: #fff;
    font-size: 1.3rem;
    border-color: #fff;
  }

  .slideshow .slide-content .title .btn a:hover {
    color: #333;
  }

  .slideshow .slide-content .text {
    bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.54;
  }

  .slideshow .slide-content .copy {
    bottom: 60px;
    max-width: 200px;
    max-height: 190.5px;
    width: 53.3333vw;
    height: 50.8vw;
  }

  .slideshow .pagination {
    bottom: 20px;
  }

  .slideshow .pagination .item {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }

  .slideshow .pagination .item::before {
    width: 7px;
    height: 7px;
  }

  .scroll-bar {
    height: 23px;
  }
}

/* ==========================================
/* top
============================================= */
/* each section
--------------------------------------------- */
section,
.content[class*="bg-"] {
  position: relative;
  width: 100%;
}

section>.inner,
.content[class*="bg-"]>.inner {
  width: 100%;
  max-width: calc(1080px + (5.3691% * 2));
  height: 100%;
  margin: auto;
  padding: 0 5.3691%;
}

section>.narrow-inner,
.content[class*="bg-"]>.narrow-inner {
  position: relative;
  width: 100%;
  max-width: calc(960px + (5.3691% * 2));
  height: auto;
  margin: auto;
  padding: 0 5.3691%;
}

@media screen and (max-width: 767px) {
  section>.inner {
    padding: 0 5.3691%;
  }
}

.top-section .heading {
  margin-bottom: 20px;
  text-align: left;
}

.top-section .heading .f-en {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1428;
}

.top-section .heading .f-jp {
  display: block;
  font-size: 2rem;
}

.top-section .btn {
  margin-top: 65px;
}

.top-section .bg-dot {
  position: absolute;
  max-width: 258px;
  max-height: 270px;
  width: 17.916666vw;
  height: 18.68055vw;
  z-index: -1;
}

.top-section .bg-dot img {
  width: 100%;
  border-radius: 0;
}

.block-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-section .heading .f-en {
    font-size: 3.6rem;
  }

  .top-section .heading .f-jp {
    font-size: 1.4rem;
  }

  .top-section .btn {
    margin-top: 48px;
  }

  .top-section .bg-dot {
    max-width: none;
    width: 50.6666vw;
    height: 50.6666vw;
  }

  .block-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* desital signage
----------------------- */
.top-digital-signage {
  margin-top: 100px;
}

.top-digital-signage .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-digital-signage .text-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  left: 50%;
  width: 70%;
  width: calc(50% + 270px);
  height: 100%;
  padding: 150px 5.3691% 130px 470px;
  background: #000;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}

.top-digital-signage .text-block .bg-dot {
  top: 110px;
  left: 45%;
  max-width: 294px;
  max-height: 270px;
  -webkit-transform: translateX(-48%);
  transform: translateX(-48%);
}

.top-digital-signage .heading .f-en {
  color: rgba(0,0,0,0);
  background-image: linear-gradient(90deg, #47d969 0%, #4e7fe5 25%, #7825bc 50%);
  -webkit-background-clip: text;
}

.top-digital-signage .img-block {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 50%;
  margin-top: 60px;
  z-index: 1;
}

.top-digital-signage .img-block img {
  width: 100%;
  width: 75%;
  max-width: 540px;
  max-height: 540px;
  border-radius: 10px;
}

@media screen and (max-width: 1439px) {
  .top-digital-signage .text-block {
    width: calc(50% + 18.75%);
    padding: 9.7222% 5.3691% 9.02777% 32.63888%;
    -webkit-transform: translateX(-27.04081%);
    transform: translateX(-27.04081%);
  }

  .top-digital-signage .img-block {
    height: 37.5vw;
    margin-top: 4.16666%;
  }
}

@media screen and (max-width: 960px) {
  .top-digital-signage .text-block {
    padding-left: 28%;
  }
}

@media screen and (max-width: 767px) {
  .top-digital-signage {
    margin-top: 50px;
  }

  .top-digital-signage .block-content {
    height: auto;
    padding-left: 5.3691%;
  }

  .top-digital-signage .text-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    left: 0;
    width: 90%;
    width: 84.8322%;
    padding: 50px 5.3691% 124px;
    border-radius: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top-digital-signage .text-block .btn {
    text-align: center;
  }

  .top-digital-signage .text-block .btn a {
    width: 100%;
    padding: 12px 20px;
    border-color: #fff;
  }

  .top-digital-signage .text-block .bg-dot {
    top: 50%;
    right: 5.3691%;
    left: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px);
  }

  .top-digital-signage .img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 100%;
    width: 84vw;
    height: 78.6666vw;
    margin-left: 5.3691%;
    padding-right: 5.3691%;
    margin-top: -65px;
  }

  .top-digital-signage .img-block img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}

/* solution
----------------------- */
.top-solution {
  margin-top: 170px;
  margin-top: 117px;
}

.top-solution .block-content {
  left: 50%;
  width: 51.3888%;
  max-width: 740px;
  padding-top: 50px;
  padding-right: 5.3691%;
  -webkit-transform: translateX(-135px);
  transform: translateX(-135px);
}

.top-solution .text-block {
  width: 50%;
  margin-top: 90px;
  z-index: 2;
}

.top-solution .text-block .btn {
  margin-bottom: 95px;
}

.top-solution .text-block .btn a {
  min-width: 245px;
}

.top-solution .img-block {
  position: absolute;
  right: 0;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 49.459459%;
  height: 49.45945vw;
  height: 25.41666vw;
  max-width: 366px;
  max-height: 366px;
  margin-top: 50px;
  z-index: 1;
}

.top-solution .img-block img {
  width: 100%;
}

.top-solution .bg-dot {
  top: 0;
  left: 184px;
  max-width: 260px;
  max-height: 270px;
}

@media screen and (max-width: 1439px) {
  .top-solution .block-content {
    width: 51.388888%;
    padding-top: 3.47222vw;
    -webkit-transform: translateX(-18.24327%);
    transform: translateX(-18.24327%);
  }

  .top-solution .bg-dot {
    left: 12.7777vw;
  }
}

@media screen and (max-width: 767px) {
  .top-solution {
    margin-top: 90px;
  }

  .top-solution .block-content {
    left: 0;
    width: 100%;
    margin-bottom: 63px;
    padding: 0 10.7382% 0 5.3691%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top-solution .text-block {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .top-solution .text-block .btn {
    margin-bottom: 25px;
  }

  .top-solution .img-block {
    position: relative;
    width: 64vw;
    height: 64vw;
    max-width: 480px;
    margin-top: 25px;
    margin-left: auto;
  }

  .top-solution .bg-dot {
    top: auto;
    left: 5.3691%;
    bottom: 15.2248vw;
    width: 51.2751vw;
    height: 53.6913vw;
    max-width: 380px;
    max-height: 400px;
  }
}

/* case study
----------------------- */
.top-case-study {
  position: relative;
  width: 100%;
  margin: 0 0 120px;
  padding: 200px 0 170px;
  background: transparent;
}

.top-case-study::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 50%;
  height: 122px;
  background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
  border-bottom-right-radius: 10px;
  content: "";
}

.top-case-study .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.top-case-study .text-block {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 2;
}

.top-case-study .text-block .heading {
  margin-bottom: 20px;
}

.top-case-study .text-block .heading .f-en {
  color: rgba(0,0,0,0);
  background-image: linear-gradient(90deg, #47d969 0%, #4e7fe5 20%, #7825bc 40%);
  -webkit-background-clip: text;
}

.top-case-study .bg-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(top-case-study.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.top-case-study .bg-dot {
  left: 50%;
  bottom: -65px;
  -webkit-transform: translateX(-116%);
  transform: translateX(-116%);
  z-index: 1;
}

.top-case-study.js-slideinDelay .-elem::after {
  height: calc(100% + 120px);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .top-case-study .bg-fixed {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1439px) {
  .top-case-study {
    padding: 13.8888% 0 11.80555%;
  }

  .top-case-study::before {
    bottom: -8.3333333vw;
    height: 8.472222vw;
  }

  .top-case-study .bg-dot {
    bottom: -4.51388vw;
    -webkit-transform: translateX(-116%);
    transform: translateX(-116%);
  }

  .top-case-study.js-slideinDelay .-elem::after {
    height: calc(100% + 8.472222vw);
  }
}

@media screen and (max-width: 767px) {
  .top-case-study {
    height: 123.3333vw;
    max-height: 600px;
    margin-bottom: 18.6666vw;
  }

  .top-case-study::before {
    bottom: -70px;
    height: 70px;
    bottom: -18.6666vw;
    height: 18.6666vw;
  }

  .top-case-study .btn a {
    width: 80%;
    max-width: 350px;
    border-color: #fff;
  }

  .top-case-study .bg-dot {
    bottom: -10.6666vw;
    width: 39.73333vw;
    height: 27.06666vw;
    max-width: 298px;
    max-height: 203px;
  }

  .top-case-study.js-slideinDelay ::after {
    height: calc(100% + 18.6666vw);
  }
}

/* corporate & investor relations
--------------------------------- */
.top-corp-investor {
  padding-top: 170px;
}

.top-corp-investor .inner {
  max-width: calc(1140px + (5.3691% * 2));
}

.top-corp-investor .col-set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.top-corp-investor .col-set .col1-2 {
  width: 50%;
  margin-right: 0;
}

.top-corp-investor .block-content {
  padding-bottom: 42px;
}

.top-corp-investor .bg-dot {
  top: -50px;
  left: 65px;
  z-index: -1;
}

.top-corp-investor .bg-dot:last-of-type {
  top: auto;
  right: 38px;
  bottom: -40px;
  left: auto;
}

.top-corp-investor .text-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 302px;
  z-index: 1;
}

.top-corp-investor .text-block .btn {
  margin: 45px 0 25px;
}

.top-corp-investor .img-block {
  position: absolute;
  right: 90px;
  width: 302px;
  z-index: 0;
}

.top-corp-investor .img-block::before {
  display: block;
  position: absolute;
  top: -50px;
  left: -100px;
  width: 258px;
  height: 269px;
  background: url(bg-dot.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: -1;
}

.top-corp-investor .img-block::after {
  display: block;
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 258px;
  height: 269px;
  background: url(bg-dot.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: -1;
}

.top-corp-investor .img-left {
  margin-right: 0;
  padding-left: 30px;
}

.top-corp-investor .img-left .text-block {
  margin-left: auto;
}

.top-corp-investor .img-left .img-block {
  left: 55px;
}

.top-corp-investor .img-left .img-block::before {
  left: -30px;
}

.top-corp-investor .img-left .img-block::after {
  -right: 30px;
}

@media screen and (max-width: 1080px) {
  .top-corp-investor .img-block {
    right: 7.8947vw;
    width: 20.9722vw;
    width: 26.49122vw;
  }

  .top-corp-investor .img-block::before,
  .top-corp-investor .img-block::after {
    width: 23.8888vw;
    height: 24.9074vw;
  }

  .top-corp-investor .img-left .img-block {
    right: auto;
    left: 4.82456vw;
  }
}

@media screen and (max-width: 767px) {
  .top-corp-investor {
    height: auto;
    padding-top: 24vw;
  }

  .top-corp-investor .inner {
    width: 100%;
  }

  .top-corp-investor .col-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top-corp-investor .col-set .col1-2 {
    width: 100%;
    margin-right: 0;
  }

  .top-corp-investor .col-set .col1-2:nth-child(1) {
    margin-bottom: 70px;
    margin-bottom: 18.6666vw;
  }

  .top-corp-investor .text-block {
    width: 100%;
    max-height: 380px;
    height: 72vw;
    padding-top: 9.3333vw;
  }

  .top-corp-investor .text-block .btn {
    margin-top: 10vw;
    margin-bottom: 0;
  }

  .top-corp-investor .img-block {
    right: 5.3691%;
    width: 50.6666vw;
  }

  .top-corp-investor .img-block::before {
    top: -9.33333vw;
    left: 5.3333vw;
    width: 50.6666vw;
    height: 52.8000vw;
  }

  .top-corp-investor .img-block::after {
    display: none;
  }

  .top-corp-investor .img-left {
    width: 100%;
    margin-top: 0;
  }

  .top-corp-investor .img-left .text-block__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .top-corp-investor .img-left .text-block .btn {
    text-align: right;
  }

  .top-corp-investor .img-left .img-block {
    right: auto;
    left: 5.3691vw;
  }

  .top-corp-investor .img-left .img-block::before {
    top: -12vw;
    left: -5.3691vw;
  }

  .top-corp-investor .img-left .bg-dot {
    left: 0;
    right: auto;
  }
}

/* お知らせ & ブログ
----------------------- */
.top-news {
  position: relative;
  margin-top: 120px;
}

.top-news .heading {
  margin-bottom: 30px;
}

.panel-news {
  position: relative;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.panel-news.page-blog .category {
  background: #efebdd;
}

.panel-news.page-blog .txt-ellipsis {
  font-size: 1.3rem;
  font-weight: 500;
}

.panel-news.page-news .txt-ellipsis {
  font-size: 1.4rem;
  font-weight: 500;
}

.panel-news.page-news .date {
  margin-top: 5px;
  color: #666;
  font-size: 1.3rem;
}

.panel-news p:not(.data):not(.category) {
  font-size: 1.3rem;
}

.panel-news__item {
  position: relative;
  width: calc(33.3333% - 30px);
  margin-right: 30px;
  padding-left: 10px;
}

.panel-news__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.panel-news__item a:hover .thumbnail img {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.panel-news__item:nth-of-type(n+4) {
  margin-top: 40px;
}

.panel-news .thumbnail {
  position: relative;
  padding-bottom: 55%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.panel-news .thumbnail img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel-news .text {
  width: 100%;
  padding: 15px;
  background: #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.panel-news .data,
.panel-news .category {
  display: inline;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 24px;
  background: #333;
  color:#fff;
  font-size: 1.2rem;
  border-radius: 25px;
}

.panel-news .btn {
  position: absolute;
  top: -90px;
  right: 0;
  margin: 0;
  -webkit-transform: translateX(-5.3691%);
  transform: translateX(-5.3691%);
}

.panel-news .bg-dot {
  top: 40px;
  left: 90px;
}

.top-blog {
  margin: 70px 0 120px;
}

.top-blog .bg-dot {
  top: -50px;
  left: calc(50% + 10px);
}

@media screen and (max-width: 1439px) {
  .panel-news .bg-dot {
    top: 3.77777vw;
    left: 7.89473vw;
    width: 22.6315vw;
    height: 23.6842vw;
  }

  .top-blog .bg-dot {
    top: -3.47222vw;
    left: calc(50% + 0.69444%);
  }
}

@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 40px;
  }

  .panel-news .col-set {
    width: calc(100% + 20px);
  }

  .panel-news__item {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .panel-news__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .panel-news .data,
  .panel-news .category {
    padding: 2px 10px;
    font-size: 1.1rem;
  }

  .panel-news .btn {
    position: relative;
    top: auto;
    margin-top: 40px;
    text-align: center;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  .panel-news .bg-dot {
    top: 16.8vw;
    left: 50%;
    width: 50.6666vw;
    height: 52.8000vw;
    -webkit-transform: translateX(-49.4737%);
    transform: translateX(-49.4737%);
  }

  .top-blog {
    margin: 68px 0 60px;
  }

  .top-blog .bg-dot {
    top: -8vw;
    left: calc(50% + 16%);
  }
}

/* SP用
----------------------- */
#sp-links {
  padding: 45px 0;
}

#sp-links.js-slideinDelayAuto .-elem::after {
  background: #f7f7f7;
}

.links__item {
  position: relative;
  min-height: 162px;
  padding-left: 111.5px;
  border-radius: 10px;
  overflow: hidden;
}

.links__item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  content: "";
}

.links__item a {
  display: block;
  width: 100%;
  height: inherit;
  color: #fff;
}

.links__item .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 162px;
  padding: 15px 10px 20px 12px;
  background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
}

.links__item .text-block .heading {
  margin-bottom: 10px;
}

.links__item .text-block .heading .f-en {
  display: block;
  margin-bottom: 3px;
  line-height: 1.15;
}

.links__item .text-block .heading .f-en {
  font-size: calc(23px + 3 * ((100vw - 320px) / 447));
}

@media screen and (min-width: 767px) {
  .links__item .text-block .heading .f-en {
    font-size: 26px;
  }
}

@media screen and (max-width: 320px) {
  .links__item .text-block .heading .f-en {
    font-size: 23px;
  }
}

.links__item .text-block .heading .f-jp {
  display: block;
  font-size: 1.3rem;
}

.links__item .text-block .text {
  padding-right: 15px;
  font-size: 1.1rem;
}

.links__item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 111.5px;
  height: 100%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.links__item+.links__item {
  margin-top: 10px;
}

/* ==========================================
/* 下層ページ
============================================= */
/* heading
--------------------------------------------- */
.page-heading {
  position: relative;
  width: 100%;
  height: 500px;
}

.page-heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.802959)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.802959) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .4;
  content: "";
}

.page-heading .inner {
  position: relative;
  height: 100%;
}

.page-heading .heading-block {
  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;
  position: absolute;
  right: 0;
  bottom: -50px;
  padding: 30px 50px;
  width: 540px;
  height: 273px;
  background: #333;
  color: #fff;
  border-radius: 10px;
  z-index: 1;
}

.page-heading .heading {
  margin-bottom: 15px;
  font-size: 4.8rem;
  color: #fff;
}

.page-heading .heading .f-jp {
  font-size: 1.4rem;
}

.page-heading span {
  display: block;
}

/* ----- 第2階層　MV画像 ----- */
/* デジタルサイネージ　*/
.page-heading.page-digitalsignage {
  background: url(mv-digitalsignage.jpg) no-repeat center;
  background-size: cover;
}

/* ソリューション*/
.page-heading.page-solution {
  background: url(mv-solution.jpg) no-repeat center;
  background-size: cover;
}

/* 導入事例 */
.page-heading.page-case {
  background: url(mv-case.jpg) no-repeat center;
  background-size: cover;
}

/* ブログ */
.page-heading.page-blog {
  background: url(mv-digipro-2.jpg) no-repeat center;
  background-size: cover;
}

/* 新着情報 */
.page-heading.page-news {
  background: url(mv-news.jpg) no-repeat center;
  background-size: cover;
}

/* 会社案内 */
.page-heading.page-company {
  background: url(mv-company.jpg) no-repeat center;
  background-size: cover;
}

/* 投資家情報 */
.page-heading.page-ir {
  background: url(mv-ir.jpg) no-repeat center;
  background-size: cover;
}

/* AIサイネージソリューション */
.page-heading.page-ai {
  background: url(ai_header.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .page-heading.page-ai {
    background: url(ai_header_sp.jpg) no-repeat center;
    background-size: cover;
    background-position-y: 30%;
  }
}

/* AIインサイト */
.page-heading.page-insight {
  background: url(ai_insight_header.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .page-heading.page-insight {
    background: url(ai_insight_header_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

/* AIアシスタント */
.page-heading.page-assistant {
  background: url(ai_assistant_header.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .page-heading.page-assistant {
    background: url(ai_assistant_header.jpg) no-repeat center;
    background-size: cover;
  }
}

/* MiRAi PORT */
.page-heading.page-mirai-port {
  background: url(mirai-port_header.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .page-heading.page-mirai-port {
    background: url(mirai-port_header_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

/* セミナー */
.page-heading.page-seminar {
  background: url(mv-seminar.jpg) no-repeat center;
  background-size: cover;
}

/* 第3階層
----------------------- */
.page-heading.lv-3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-heading.lv-3 .heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.page-heading.lv-3 .copy {
  color: #fff;
}

/* LEDビジョン */
.page-heading.lv-3.page-led {
  background: url(mv-ledvision.jpg) no-repeat center;
  background-size: cover;
}

/* 液晶ディスプレイ・配信システム */
.page-heading.lv-3.page-lcd {
  background: url(mv-lcd.jpg) no-repeat center;
  background-size: cover;
}

/* タッチパネル型デジタルサイネージ */
.page-heading.lv-3.page-touch {
  background: url(mv-touch.jpg) no-repeat center;
  background-size: cover;
}

/* 電光掲示板 */
.page-heading.lv-3.page-lbb {
  background: url(mv-lbb.jpg) no-repeat center;
  background-size: cover;
}

/* 映像制作 */
.page-heading.lv-3.page-videoproduction {
  background: url(mv-videoproduction.jpg) no-repeat center;
  background-size: cover;
}

/* メンテナンス */
.page-heading.lv-3.page-maintenance {
  background: url(mv-maintenance.jpg) no-repeat center;
  background-size: cover;
}

/* IoTサイネージ */
.page-heading.lv-3.page-iot {
  background: url(mv-iot.jpg) no-repeat center;
  background-size: cover;
}

/*  資料ダウンロード1 */
.page-heading.lv-3.page-document1 {
  background: url(mv-document1.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-scala {
  background: url(mv-lcd.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-restaurants {
  background: url(mv-restaurants.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-brands {
  background: url(mv-brands.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-automotive {
  background: url(mv-automotive.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-stores {
  background: url(mv-stores.jpg) no-repeat center;
  background-size: cover;
}


.page-heading.lv-3.page-station {
  background: url(mv-station.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-disi-touch {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

/* サイネージ追加ページ
----------------------- */
.page-heading.lv-3.page-signagesolution_disi {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-kidsgame {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-stb_player {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-mirrorsignage {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-weatherforecastsignage {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-di-order {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-disicloud {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-akinavi_iot_toilet {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-akinavi_ai_smokingarea {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-alertmarker {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-multi-thermo-display {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-termal-face-tablet {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-shelf-signage {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-posumeru {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-co2signage {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-signagesolution-disi {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-3.page-display {
  background: url(mv-signagepage.jpg) no-repeat center;
  background-size: cover;
}

/* 背景画像なし
----------------------- */
.page-heading.no-img {
  min-height: 320px;
  height: auto;
  padding: 100px 0 80px;
}

.page-heading.no-img::before {
  display: none;
}

.page-heading.no-img .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-heading.no-img .heading {
  display: block;
  position: relative;
  width: 100%;
  margin: 60px 0 10px 0;
  padding: 0 0 0 100px;
  color: #333;
  font-size: 5rem;
  text-align: left;
}

.page-heading.no-img .heading::before {
  display: block;
  position: absolute;
  top: -23px;
  left: -57px;
  width: 258px;
  height: 269px;
  background: url(bg-dot00.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: 1;
}

.page-heading.no-img .product,
.page-heading.no-img .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}

.page-heading.no-img .product .title,
.page-heading.no-img .copy .title {
  margin-right: 20px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
}

.page-heading.no-img .product .type,
.page-heading.no-img .copy .type {
  font-size: 1.4rem;
}

.page-heading.no-img .product .type .type-list,
.page-heading.no-img .copy .type .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
}

.page-heading.no-img .product .type .type-list .item+.item::before,
.page-heading.no-img .copy .type .type-list .item+.item::before {
  display: inline-block;
  margin-right: 3px;
  margin-left: -3px;
  content: "・";
}

.page-heading.no-img .product .type .type-list a,
.page-heading.no-img .copy .type .type-list a {
  color: #999;
}

.page-heading.no-img.page-contact {
  text-align: left;
}

.page-heading.no-img.page-contact .heading {
  font-weight: 700;
}

/* 第4階層
----------------------- */
.page-heading.lv-4 {
  height: 320px;
}

.page-heading.lv-4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-heading.lv-4 .heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.page-heading.lv-4 .copy {
  color: #fff;
}

/* cyber visio indoor */
.page-heading.lv-4.page-cybervision.indoor {
  background: url(mv-in-cybervision.jpg) no-repeat center;
  background-size: cover;
}

/* cyber visio outdoor */
.page-heading.lv-4.page-cybervision.outdoor {
  background: url(mv-cybervision.jpg) no-repeat center;
  background-size: cover;
}

/* glass vision */
.page-heading.lv-4.page-glassvision {
  background: url(mv-glassvision.jpg) no-repeat center;
  background-size: cover;
}

/*  cyber tv */
.page-heading.lv-4.page-cybertv {
  background: url(mv-cybertv.jpg) no-repeat center;
  background-size: cover;
}

/*  pole vision */
.page-heading.lv-4.page-polevision {
  background: url(mv-polevision.jpg) no-repeat center;
  background-size: cover;
}

/*  aline */
.page-heading.lv-4.page-aline {
  background: url(mv-aline.jpg) no-repeat center;
  background-size: cover;
}

/*  cybervision */
.page-heading.lv-4.page-cybervision {
  background: url(mv-ledvision.jpg) no-repeat center;
  background-size: cover;
}


.page-heading.lv-4.page-slit {
  background: url(mv-slit.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-sphere {
  background: url(mv-sphere.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-round {
  background: url(mv-round.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-roll {
  background: url(mv-roll.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-marutto {
  background: url(mv-marutto.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-cube {
  background: url(mv-cube.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-flexvision {
  background: url(mv-flexvision.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.lv-4.page-stepvision {
  background: url(mv-stepvision.jpg) no-repeat center;
  background-size: cover;
}


@media screen and (max-width: 1080px) {

  /* 第3階層
	----------------------- */
  /* 背景画像なし */
  .page-heading.no-img .heading,
  .page-heading.no-img .product,
  .page-heading.no-img .copy {
    padding-left: 9.2592%;
  }
}

@media screen and (max-width: 860px) {

  /* 第3階層
	----------------------- */
  /* 背景画像なし */
  .page-heading.no-img .heading,
  .page-heading.no-img .product,
  .page-heading.no-img .copy {
    padding-left: 5.3691%;
  }
}

@media screen and (max-width: 767px) {
  .page-heading {
    width: 100%;
    height: 375px;
  }

  .page-heading .inner {
    position: relative;
    height: 100%;
  }

  .page-heading .heading-block {
    bottom: -50px;
    padding: 20px;
    width: calc(100% - 5.3691%);
    height: auto;
    min-height: 172px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .page-heading .heading {
    margin-bottom: 15px;
    font-size: 2.9rem;
  }

  .page-heading .heading .f-jp {
    font-size: 1.3rem;
  }

  .page-heading span {
    display: block;
  }

  /* 第3階層
	----------------------- */
  .page-heading.lv-3 {
    height: 260px;
  }

  .page-heading.lv-3 .copy {
    font-size: 1.3rem;
  }

  /* 背景画像なし */
  .page-heading.no-img {
    min-height: 260px;
    min-height: 200px;
    padding: 60px 0 45px;
  }

  .page-heading.no-img .heading {
    margin-top: 50px;
    padding-left: 5.3691%;
    font-size: 2.6rem;
  }

  .page-heading.no-img .product,
  .page-heading.no-img .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-heading.no-img .product .title,
  .page-heading.no-img .copy .title {
    margin: 0 0 3px 0;
  }

  .page-heading.no-img .product .type .type-list,
  .page-heading.no-img .copy .type .type-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-heading.no-img .product .type .type-list .item+.item::before,
  .page-heading.no-img .copy .type .type-list .item+.item::before {
    display: none;
  }

  /* 第4階層
	----------------------- */
  .page-heading.lv-4 {
    height: 260px;
  }

  .page-heading.lv-4 .copy {
    font-size: 1.3rem;
  }
}

/* ==========================================
/* 各ページ
============================================= */
.thumbnail img,
.img-block img,
.img img {
  border-radius: 10px;
}

/* デジタルサイネージ
--------------------------------------------- */
/* 共通 */

.content {
  padding-top: 100px;
}

.content.bg-gray {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

.content.bg-gray .heading-3 {
  position: absolute;
  -webkit-transform: translateY(-107px);
  transform: translateY(-107px);
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 60px;
  }

  .content.bg-gray {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .content.bg-gray .heading-3 {
    -webkit-transform: translateY(-62px);
    transform: translateY(-62px);
  }
}

/* 背景 dot */
.bg-dot {
  position: absolute;
  max-width: 258px;
  max-height: 270px;
  width: 17.916666vw;
  height: 18.68055vw;
  z-index: -1;
}

.bg-dot img {
  width: 100%;
  border-radius: 0;
}

.content.led-vision {
  z-index: 1;
}

.content.led-vision .bg-dot {
  top: 54%;
  left: -10.9722vw;
}

.content.led-vision .bg-dot:nth-of-type(2) {
  top: -40px;
  left: 57.0833%;
}

.content.service {
  z-index: 1;
}

.content.service .bg-dot {
  top: 32%;
  left: 53%;
}

@media screen and (max-width: 960px) {
  .content.service .bg-dot {
    top: 38%;
    left: 43vw;
  }
}

@media screen and (max-width: 767px) {
  .bg-dot {
    width: 34.4vw;
    height: 36vw;
  }

  .content.led-vision {
    z-index: 1;
  }

  .content.led-vision .bg-dot {
    top: 20.8vw;
    left: 9.8666vw;
    bottom: auto;
  }

  .content.led-vision .bg-dot:nth-of-type(2) {
    display: none;
  }

  .content.service .bg-dot {
    top: auto;
    left: 34.6666vw;
    bottom: -8vw;
    width: 53.3333vw;
    height: 51.0666vw;
  }
}

/* リンクありのパネル
----------------------- */
/* 基本形 */
.panel-link {
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
}

.panel-link .item {
  position: relative;
  display: block;
}

.panel-link .item:nth-of-type(n+4) {
  margin-top: 40px;
}

.panel-link .title {
  position: absolute;
  width: 100%;
  padding: 0 62px 0 30px;
  color: #fff;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}

.panel-link .title .f-en {
  display: block;
  font-size: 1.8rem;
  line-height: 1.35;
}

.panel-link .title .f-jp {
  display: block;
  font-size: 1.2rem;
}

.panel-link .thumbnail {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 0;
}

.panel-link .thumbnail img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.panel-link a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.panel-link .text {
  font-size: 1.4rem;
}

.panel-link:not(.case):not(.service) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.panel-link:not(.case):not(.service) .item .thumbnail img {
  position: relative;
}

.panel-link:not(.case):not(.service) .item .thumbnail::before {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 29px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  content: "";
  z-index: 1;
}

.panel-link:not(.case):not(.service) .item .thumbnail::after {
  display: block;
  position: absolute;
  right: 43px;
  bottom: 40px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  z-index: 1;
}

.panel-link:not(.case):not(.service) .item .label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  left: -10px;
}

.panel-link:not(.case):not(.service) .item .label-block .label {
  margin-right: 10px;
}

.panel-link:not(.case):not(.service) .item .label-block .label:last-child {
  margin-right: 0;
}

.panel-link+.btn {
  margin-top: 60px;
}

/* AIサイネージソリューション
--------------------------------------------- */
.page-ai.page-heading .heading-block {
  bottom: -120px;
}

.page-ai .page-content .content {
  padding-top: 0;
  padding-bottom: 0;
}

.page-ai .col-set-inner {
  width: 100%;
  padding: 20px 15px;
}

.page-ai .logo {
  width: 80%;
  margin: 0 auto 15px;
}

.page-ai .col-set {
  width: 100% !important;
}

.page-ai .col1-2 {
  width: 100%;
}

.page-ai .btn a {
  width: 100%;
  max-width: auto !important;
}

.catch-area {
  background-color: #29abe2;
}

.catch-area__text {
  color: #fff;
  font-weight: 700;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .page-ai.page-heading .heading-block {
    width: 631px;
    bottom: -170px;
  }

  .page-ai .page-content {
    background-color: transparent;
  }

  .page-ai .heading-2 {
    margin-bottom: 15px;
  }

  .page-ai .col-set {
    border-radius: 10px;
    width: auto;
  }

  .page-ai .col-set-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px;
  }

  .page-ai .col1-2 {
    width: calc(70% - 40px);
  }

  .page-ai .logo {
    width: 280px;
  }

  .page-ai .btn a {
    width: 300px;
    min-width: auto !important;
  }

  .catch-area__text {
    font-size: 3rem;
    padding: 35px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-ai .col-set-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-ai .logo {
    width: 100%;
  }

  .page-ai .logo img {
    display: block;
    margin: 0 auto;
  }

  .page-ai .img-block {
    margin-bottom: 15px;
  }

  .page-ai .col1-2 {
    width: 100%;
    margin: 0;
  }
}

/* AIインサイト
--------------------------------------------- */
.page-insight {
  /* 現状分析、データ蓄積・解析、改善施策・効果検証 */
  /* アビックスのAIサイネージソリューションでは、~~~ */
  /* 店舗運営、サイネージ運用でこんな課題はありませんか？ */
  /* サービス概要 */
  /* 基本分析パッケージ、オプション分析機能 */
  /* 料金プラン、WEBカメラ・STB */
}

.page-insight:first-of-type {
  padding-top: 0 !important;
}

.page-insight .insight-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.page-insight .insight-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.page-insight .insight-flow__item:after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateY(0) translateX(-50%) rotateZ(90deg);
  transform: translateY(0) translateX(-50%) rotateZ(90deg);
  display: block;
  content: "";
  background: url(insight_arrow01.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.page-insight .insight-flow__item:last-child:after {
  display: none;
}

.page-insight .insight-flow__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0 10px 0 0;
}

.page-insight .insight-flow__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-insight .catch {
  background-color: #29abe2;
}

.page-insight .catch__text {
  color: #fff;
  font-weight: 700;
  padding: 20px 15px;
}

.page-insight .content.insight-content {
  border-radius: 10px;
  margin: 40px 0;
}

.page-insight .insight-content .heading-2 {
  font-size: 2.3rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-insight .insight-content .heading-3 {
    font-size: 1.8rem;
  }
}

.page-insight .insight-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0 0;
}

.page-insight .insight-task__item {
  width: 100%;
  margin: 0 auto;
}

.page-insight .insight-task__item:nth-of-type(n + 2) {
  margin-top: 40px;
}

.page-insight .insight-task__head {
  position: relative;
  background-color: #1d2087;
  border-radius: 10px;
}

.page-insight .insight-task__head-text {
  color: #fff;
  font-size: 2rem;
  padding: 20px 10px;
}

.page-insight .insight-task__head-num {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  background-color: #29abe2;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  width: 45%;
  padding: 0 10px;
}

.page-insight .insight-task__body {
  padding: 15px;
}

.page-insight .insight-task__text {
  text-align: justify;
  margin: 0 0 10px;
}

.page-insight .insight-task__img img {
  display: block;
  margin: 0 auto;
}

.page-insight .service {
  background-color: #ccc;
}

.page-insight .service .page-content {
  background-color: transparent;
}

.page-insight .service .content {
  padding-left: 0;
  padding-right: 0;
}

.page-insight .service__head {
  margin: 0 0 50px;
}

.page-insight .service__head .heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-insight .service__head-img {
  display: inline-block;
  margin: 0 0 20px;
}

.page-insight .service__head-text {
  color: #fff;
}

.page-insight .insight-service {
  gap: 25px;
}

.page-insight .insight-service__item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 20px;
}

.page-insight .insight-service__item:nth-of-type(n + 2) {
  margin-top: 60px;
}

.page-insight .insight-service__item:after {
  position: absolute;
  z-index: -1;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%) rotateZ(90deg);
  transform: translateY(0) translateX(-50%) rotateZ(90deg);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
}

.page-insight .insight-service__item:last-child:after {
  display: none;
}

.page-insight .insight-service__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
}

.page-insight .insight-service__head-text {
  background-color: #00b8ee;
  border-radius: 30px;
  width: 100%;
}

.page-insight .insight-service__head-num {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00b8ee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.page-insight .insight-service__head-num span {
  display: block;
  line-height: 1;
}

.page-insight .insight-service__head-num span:nth-child(2) {
  margin: 5px 0 0;
}

.page-insight .insight-service__text {
  padding: 0 15px;
}

.page-insight .insight-service__img {
  margin: 10px 0 0;
}

.page-insight .insight-service__img img {
  display: block;
  margin: 0 auto;
}

.page-insight .insight-service .insight-service__check:nth-child(n + 2) {
  margin: 10px 0 0;
}

.page-insight .insight-service .insight-service__check-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e3192;
  padding: 0 0 0 25px;
}

.page-insight .insight-service .insight-service__check-head:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  display: block;
  content: "";
  background: url(check01.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.page-insight .insight-function:nth-of-type(n + 2) {
  margin: 40px 0 0;
}

.page-insight .insight-function__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #666;
  padding: 0 0 20px;
}

.page-insight .insight-function__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}

.page-insight .insight-function__head {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.page-insight .insight-function__text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.page-insight .insight-function__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-insight .insight-function__img img {
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  max-width: 137px;
  height: auto;
  margin: 0 auto;
}

.page-insight .insight-info {
  margin: 40px 0 0;
}

.page-insight .insight-info__table {
  border-collapse: collapse;
}

.page-insight .insight-info__table th {
  background-color: #00b8ee;
  color: #fff;
}

.page-insight .insight-info__table td {
  background-color: #fff;
}

.page-insight .insight-info__table th,
.page-insight .insight-info__table td {
  border: 1px solid #ddd;
  border-radius: 0 !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-insight {
    /* 現状分析、データ蓄積・解析、改善施策・効果検証 */
    /* アビックスのAIサイネージソリューションでは、~~~ */
    /* 店舗運営、サイネージ運用でこんな課題はありませんか？ */
    /* サービス概要 */
    /* 基本分析パッケージ */
    /* 料金プラン、WEBカメラ・STB */
  }

  .page-insight .insight-flow {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-insight .insight-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% / 3);
  }

  .page-insight .insight-flow__item:after {
    z-index: 1;
    top: 50%;
    left: auto;
    right: -25px;
    -webkit-transform: translateY(-50%) translateX(0) rotateZ(0);
    transform: translateY(-50%) translateX(0) rotateZ(0);
    width: 30px;
    height: 30px;
  }

  .page-insight .insight-flow__text-head.heading-3 {
    font-size: 2rem;
  }

  .page-insight .insight-flow__icon {
    width: 54px;
    height: 54px;
    margin: 0 10px 0 0;
  }

  .page-insight .catch__text {
    font-size: 3rem;
    padding: 35px 20px;
  }

  .page-insight .content.insight-content {
    margin: 80px 0;
    padding: 45px;
  }

  .page-insight .insight-content .heading-2 {
    font-size: 3.8rem;
  }

  .page-insight .insight-task {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px 0 0;
    gap: 0 39px;
  }

  .page-insight .insight-task__item {
    width: 48%;
    margin-bottom: 50px;
  }

  .page-insight .insight-task__item:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .page-insight .insight-task__head-text {
    font-size: 2.8rem;
    padding: 10px;
  }

  .page-insight .insight-task__head-num {
    top: -30px;
    font-size: 2rem;
  }

  .page-insight .insight-task__text {
    min-height: 138px;
  }

  .page-insight .service__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 110px;
  }

  .page-insight .service__head .heading-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-insight .service__head-img {
    margin: 0 40px 0 0;
  }

  .page-insight .insight-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
  }

  .page-insight .insight-service__item {
    width: 23%;
    margin: 0;
    padding: 45px 15px 15px;
  }

  .page-insight .insight-service__item:after {
    top: 50%;
    left: auto;
    right: -22px;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }

  .page-insight .insight-service__item:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .page-insight .insight-service__head-text {
    font-size: 1.6rem;
  }

  .page-insight .insight-service__head-num {
    top: -100px;
    font-size: 2rem;
    width: 80px;
    height: 80px;
  }

  .page-insight .insight-service__head-num span:nth-child(2) {
    font-size: 3rem;
  }

  .page-insight .insight-service .insight-service__check-head {
    font-size: 1.6rem;
  }

  .page-insight .insight-function__content {
    gap: 21px;
  }

  .page-insight .insight-function__item {
    width: 23%;
  }

  .page-insight .insight-function__head {
    font-size: 2rem;
  }

  .page-insight .insight-info {
    margin: 0;
  }

  .page-insight .insight-info:nth-of-type(n + 2) {
    margin: 40px 0 0;
  }

  .page-insight .insight-info__table {
    width: 80%;
    margin: 0 auto;
  }

  .page-insight .insight-info__table th {
    width: 40%;
  }

  .page-insight .insight-info__table td {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-insight .insight-task__item {
    width: 100%;
    margin: 0 auto;
  }

  .page-insight .insight-task__item:nth-child(n + 2) {
    margin: 50px 0 0;
  }

  .page-insight .insight-task__text {
    min-height: auto;
  }

  .page-insight .insight-service__item {
    width: 48%;
    margin-bottom: 50px;
  }

  .page-insight .insight-function__item {
    width: 48%;
  }
}

/* AIアシスタント
--------------------------------------------- */
.page-assistant {
  /*赤字のタイトル */
  /* AIアシスタントとは */
  /* 売り場案内・商品検索サービス */
  /* ホームセンターでの導入事例 */
  /* 導入の流れ */
  /* 参考価格 */
}

.page-assistant .page-content {
  background: transparent;
}

.page-assistant .page-content .content {
  padding: 0;
}

.page-assistant .section__head--en {
color: rgba(0,0,0,0);
background-image: linear-gradient(-90deg, #47d969 35%, #4e7fe5 50%, #7825bc 60%);
-webkit-background-clip: text;

}

.page-assistant .section__head .heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}

.page-assistant .section__head-img {
  display: inline-block;
  margin: 0 0 20px;
}

.page-assistant .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.page-assistant .about__text {
  margin: 20px 0 0;
}

.page-assistant .about__text .heading-2 {
  margin: 0;
}

.page-assistant .service {
  margin: 80px 0 0;
  padding: 10.3691% 0;
}

.page-assistant .service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-assistant .service__body-item {
  width: 100%;
  padding: 10px;
}

.page-assistant .service__body-item img {
  display: block;
  margin: 0 auto;
}

.page-assistant .service__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0 0;
}

.page-assistant .service__other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-assistant .service__other-item:nth-of-type(n + 2) {
  margin: 40px 0 0;
}

.page-assistant .service__other-img {
  width: 27%;
  margin: 0 20px 0 0;
}

.page-assistant .service__other-img img {
  display: block;
  margin: 0 auto;
}

.page-assistant .service__other-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-assistant .service__other-text .heading-2,
.page-assistant .service__other-text p {
  margin: 0 !important;
}

.page-assistant .service__other-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.page-assistant .service__other-outer-img {
  width: 60%;
  margin: 30px auto 0;
}

.page-assistant .service__other-outer-img img {
  display: block;
  margin: 0 auto;
}

.page-assistant .case-study {
  margin: 40px 0 0;
}

.page-assistant .case-area {
  position: relative;
  border-radius: 10px;
  padding: 40px 20px;
}

.page-assistant .case-area:nth-of-type(n + 2) {
  margin: 80px 0 0;
}

.page-assistant .case-area:last-child:after {
  display: none;
}

.page-assistant .case-area:after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%) rotateZ(90deg);
  transform: translateY(0) translateX(-50%) rotateZ(90deg);
  display: block;
  content: "";
  background: url(arrow01.svg) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.page-assistant .case-area-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.page-assistant .case-area-label {
  display: inline-block;
  background-color: #1d2087;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  margin: 0 0 20px;
  padding: 5px 20px;
}

.page-assistant .case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 150px 0 0;
}

.page-assistant .case__body-item {
  width: 100%;
  margin: 0 0 170px;
}

.page-assistant .case__body-item:last-child {
  margin-bottom: 0;
}

.page-assistant .case__body-inner {
  border: 4px solid #999;
  border-radius: 10px;
  padding: 80px 15px 20px;
}

.page-assistant .case__body-img {
  background-color: #f7f7f7;
  width: 60vw;
  max-width: 200px;
  margin: -210px auto 0;
  padding: 15px;
}

.page-assistant .case__body-img img {
  display: block;
  margin: 0 auto;
}

.page-assistant .case__body-heading {
  font-size: 1.8rem;
}

.page-assistant .case__body-result {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c1272d;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 0 25px;
}

.page-assistant .case__body-result:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  display: block;
  content: "";
  background: url(arrow01.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.page-assistant .case02 .case__body {
  margin: 40px 0 0;
}

.page-assistant .case02 .case__body-item {
  position: relative;
  margin: 0 0 60px;
}

.page-assistant .case02 .case__body-heading {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin: 0 0 15px;
}

.page-assistant .case02 .case__body-item:last-child .case__body-img:after {
  display: none;
}

.page-assistant .case02 .case__body-img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.page-assistant .case02 .case__body-img:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%) rotateZ(90deg);
  transform: translateY(0) translateX(-50%) rotateZ(90deg);
  display: block;
  content: "";
  background: url(arrow01.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.page-assistant .case02 .case__body-img img {
  margin: 0 auto;
}

.page-assistant .case02 .case__body-deco {
  position: absolute;
  bottom: -90px;
  left: 0;
  display: block;
  width: 40vw;
  height: auto;
}

.page-assistant .case03 .case__body {
  display: block;
  margin: 40px 0 0;
}

.page-assistant .case03 .case__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 60px;
}

.page-assistant .case03 .case__body-item:last-child {
  margin-bottom: 0;
}

.page-assistant .case03 .case__body-img {
  position: static;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  width: 30%;
  margin: 0;
  padding: 0 20px 0 0;
}

.page-assistant .case03 .case__body-balloon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  text-align: justify;
  padding: 10px 20px;
}

.page-assistant .case03 .case__body-balloon:before {
  content: "";
  position: absolute;
  top: 18%;
  left: -30px;
  margin-top: -22px;
  border: 15px solid transparent;
  border-right: 24px solid #fff;
  z-index: 2;
}

.page-assistant .case03 .case__body-balloon p span {
  color: #c1272d;
}

.page-assistant .assistant-flow {
  margin: 40px 0 0;
}

.page-assistant .assistant-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
}

.page-assistant .assistant-flow__item:before {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  margin-top: -22px;
  border: 15px solid transparent;
  border-top: 24px solid #eee;
  z-index: 2;
}

.page-assistant .assistant-flow__item:last-child:before {
  display: none;
}

.page-assistant .assistant-flow__item:nth-of-type(n + 2) {
  margin: 23px 0 0;
}

.page-assistant .assistant-flow__head {
  font-weight: 700;
  margin: 0 0 10px;
}

.page-assistant .assistant-flow__head-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  width: 60px;
  height: 60px;
}

.page-assistant .assistant-flow__head-num span {
  display: block;
  line-height: 1;
}

.page-assistant .assistant-flow__head-num span:nth-child(2) {
  font-size: 2.2rem;
  margin: 5px 0 0;
}

.page-assistant .assistant-flow-content {
  font-size: 1.6rem;
  font-weight: 700;
}

.page-assistant .assistant-price {
  margin: 40px 0 0;
}

.page-assistant .assistant-price__table {
  border-collapse: collapse;
  margin: 0;
}

.page-assistant .assistant-price__table th {
  background-color: #333;
  color: #fff;
}

.page-assistant .assistant-price__table td {
  background-color: #fff;
}

.page-assistant .assistant-price__table th,
.page-assistant .assistant-price__table td {
  border: 1px solid #ddd;
  border-radius: 0 !important;
  text-align: center;
}

.page-assistant .assistant-price__table-notes {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .page-assistant {
    /*赤字のタイトル */
    /* AIアシスタントとは */
    /* 売り場案内・商品検索サービス */
    /* ホームセンターでの導入事例 */
    /* 導入の流れ */
  }

  .page-assistant .section__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-assistant .section__head .heading-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-assistant .section__head-img {
    width: 20%;
    margin: 0 20px 0 0;
  }

  .page-assistant .about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-assistant .about__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px 0 0;
  }

  .page-assistant .about__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-assistant .service {
    padding: 5.3691% 0;
  }

  .page-assistant .service__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-assistant .service__body-item {
    width: 50%;
  }

  .page-assistant .service__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 60px 0 0;
  }

  .page-assistant .service__other-body {
    width: 60%;
    margin: 0 50px 0 0;
  }

  .page-assistant .service__other-outer-img {
    width: 22%;
    margin: 0;
  }

  .page-assistant .case-area {
    padding: 40px;
  }

  .page-assistant .case-area:nth-of-type(n + 2) {
    margin: 120px 0 0;
  }

  .page-assistant .case-area:after {
    bottom: -110px;
    width: 100px;
    height: 100px;
  }

  .page-assistant .case-area-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .page-assistant .case-area-label {
    font-size: 2.8rem;
    margin: 0 20px 0 0;
    padding: 10px;
  }

  .page-assistant .case__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 200px 0 0;
  }

  .page-assistant .case__body-item {
    width: 31%;
    margin: 0;
  }

  .page-assistant .case__body-inner {
    min-height: 266px;
    padding: 45px 15px 20px;
  }

  .page-assistant .case__body-img {
    width: 20.25vw;
  }

  .page-assistant .case__body-text {
    min-height: 112px;
  }

  .page-assistant .case02 .case__body {
    margin: 40px 0 0;
  }

  .page-assistant .case02 .case__body-item {
    position: relative;
    margin: 0;
  }

  .page-assistant .case02 .case__body-heading {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin: 0 0 15px;
  }

  .page-assistant .case02 .case__body-img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .page-assistant .case02 .case__body-img img {
    margin: 0 auto;
  }

  .page-assistant .case02 .case__body-img:after {
    top: 50%;
    bottom: auto;
    right: -12%;
    left: auto;
    -webkit-transform: translateY(-50%) translateX(0) rotateZ(0);
    transform: translateY(-50%) translateX(0) rotateZ(0);
    width: 40px;
    height: 40px;
  }

  .page-assistant .case02 .case__body-deco {
    left: -5vw;
    bottom: 0;
    width: 8vw;
  }

  .page-assistant .case03 .case__body {
    margin: 40px auto 0;
    width: 80%;
  }

  .page-assistant .case03 .case__body-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .page-assistant .case03 .case__body-img {
    width: 172px;
    margin: 0;
  }

  .page-assistant .case03 .case__body-balloon:before {
    top: 40%;
    left: -39px;
  }

  .page-assistant .assistant-flow-wrap {
    width: 80%;
    margin: 0 auto;
  }

  .page-assistant .assistant-flow {
    margin: 60px 0 0;
  }

  .page-assistant .assistant-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-assistant .assistant-flow__head {
    margin: 0 20px 0 0;
  }

  .page-assistant .assistant-flow__head-num {
    font-size: 2rem;
    width: 80px;
    height: 80px;
  }

  .page-assistant .assistant-flow__head-num span:nth-child(2) {
    font-size: 3rem;
  }

  .page-assistant .assistant-flow-content {
    font-size: 2rem;
  }

  /* 参考価格 */
  .assistant-price__table-body {
    width: 80%;
    margin: 0 auto;
  }

  .assistant-price__table th {
    width: 40%;
  }

  .assistant-price__table td {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-assistant {
    /* 「売り場案内・商品検索サービス」 */
    /* ホームセンターでの導入事例 */
  }

  .page-assistant .section__head .heading-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-assistant .section__head-img {
    width: 40%;
    margin: 0 0 20px;
  }

  .page-assistant .case-area-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-assistant .case-area-label {
    margin: 0 0 20px;
  }

  .page-assistant .case01 .case__body-img {
    margin: -170px auto 0;
  }
}

/* サービス一覧 */
.panel-link.service {
  width: calc(100% + 40px);
}

.panel-link.service .item {
  position: relative;
  padding: 0 30px 30px;
  background: #f7f7f7;
  border-radius: 10px;
}

.panel-link.service .item:nth-of-type(n+4) {
  margin-top: 55px;
}

.panel-link.service .heading-3 {
  position: relative;
  top: -25px;
  line-height: 1.533;
}

.panel-link.service .thumbnail {
  margin-bottom: 20px;
}

.panel-link.service .text {
  font-size: 1.4rem;
  line-height: 2;
}

/* 業種・用途別事例 */
.panel-link.case {
  width: calc(100% + 40px);
  padding-top: 20px;
}

.panel-link.case::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 270px;
  width: 3000px;
  height: 355px;
  background: #333;
  border-radius: 10px;
  content: "";
}

.panel-link.case .thumbnail {
  margin-bottom: 0;
}

.panel-link.case .label {
  position: absolute;
  top: 10px;
  left: -10px;
  background: #f1f1f1;
  color: #333;
}

.panel-link.case.page-solution::before {
  height: 515px;
}

.panel-link.case.page-solution .item.col1-2:nth-of-type(n+3) {
  margin-top: 40px;
}

.panel-link.case.page-solution .label {
  width: auto;
  max-width: calc(100% - 10px);
  padding: 5px 20px;
  text-align: left;
}

@media screen and (max-width: 1200px) {

  /* サービス一覧 */
  .panel-link.service .heading-3 {
    top: -2vw;
    font-size: 2.4vw;
  }

  .panel-link.service .heading-3 {
    font-size: calc(22px + 6 * ((100vw - 961px) / 239));
  }
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .panel-link.service .heading-3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 961px) {
  .panel-link.service .heading-3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {

  /* 基本形 */
  .panel-link .col1-3 {
    width: calc(50% - 40px);
  }

  .panel-link .item:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .panel-link .title {
    padding: 0 42px 0 20px;
  }

  /* サービス一覧 */
  .panel-link.service .item:nth-of-type(n+3) {
    margin-top: 55px;
  }

  .panel-link.service .heading-3 {
    top: -22px;
    font-size: 2.8rem;
  }

  /* 業種・用途別事例 */
}

@media screen and (max-width: 767px) {

  /* 基本形 */
  .panel-link .col1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
  }

  .panel-link .item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .panel-link .img-block {
    width: 42vw;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .panel-link .thumbnail {
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
  }

  .panel-link .text-block {
    width: 42vw;
  }

  .panel-link .title {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
    color: #333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .panel-link .title .font-en {
    font-size: 1.6rem;
  }

  .panel-link .title .font-jp {
    font-size: 1.1rem;
  }

  .panel-link+.btn {
    margin-top: 40px;
  }

  .panel-link:not(.service):not(.case) {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .panel-link:not(.service):not(.case) .item .thumbnail::before {
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
  }

  .panel-link:not(.service):not(.case) .item .thumbnail::after {
    right: 18px;
    bottom: 18px;
    width: 5px;
    height: 5px;
  }

  .panel-link:not(.service):not(.case) .item .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-link:not(.service):not(.case) .item .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .panel-link:not(.service):not(.case) .item .label-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .panel-link:not(.service):not(.case) .item .label-block .label {
    margin-bottom: 10px;
  }

  .panel-link:not(.service):not(.case) .item .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* サービス一覧 */
  .panel-link.service {
    width: 100%;
  }

  .panel-link.service .item {
    padding: 38px 20px 20px;
    border-radius: 5px;
  }

  .panel-link.service .item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .panel-link.service .item.lcd {
    padding-top: 68px;
  }

  .panel-link.service .heading-3 {
    position: absolute;
    top: -20px;
    font-size: 2.3rem;
  }

  .panel-link.service .thumbnail {
    width: 42vw;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .panel-link.service .text {
    width: 42vw;
  }

  /* 業種・用途別事例 */
  .panel-link.case {
    width: calc(100% + 20px);
    padding-top: 0;
  }

  .panel-link.case::before {
    display: none;
  }

  .panel-link.case .col1-3 {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .panel-link.case .item:nth-of-type(2) {
    margin-top: 0;
  }

  .panel-link.case .item:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .panel-link.case .thumbnail {
    width: 100%;
    margin-right: 0;
  }

  .panel-link.case.page-solution .item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .panel-link.case.page-solution .item.col1-2:nth-child(n+3) {
    margin-top: 20px;
  }

  .panel-link.case.page-solution .label {
    padding: 5px 10px;
  }
}

/* 導入までの流れ */
.section.flow .font-l {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: calc(100% + 80px);
  margin: 0 auto;
  padding-bottom: 100px;
}

.flow-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 15px;
  background: url(bg-flow.png) no-repeat center center;
  background-size: contain;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.flow-list .title::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -60px;
  width: 69px;
  height: 16px;
  background: url(arrow-flow.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  z-index: 1;
}

.flow-list .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
}

.flow-list .text {
  padding: 0 5px;
  font-size: 1.3rem;
}

.flow-list .note {
  padding: 0 5px;
  color: #666;
  font-size: 1.3rem;
}

.flow-list__item {
  width: calc(32.6530% - 80px);
  margin-right: 80px;
}

.flow-list__item:nth-of-type(3) {
  width: calc(34.6938% - 100px);
  margin-right: 100px;
}

.flow-list__item:nth-of-type(n+4) {
  margin: 40px 0 0 80px;
}

.flow-list__item:nth-of-type(4) {
  width: calc(34.6938% - 100px);
  margin-left: 100px;
  margin-right: 0;
}

.flow-list__item:nth-of-type(3) .title::before {
  right: -100px;
  width: 120px;
  height: 3px;
  background: url(dot-flow.png) no-repeat center;
  background-size: contain;
}

.flow-list__item:nth-of-type(4) .title::after {
  display: block;
  position: absolute;
  left: -100px;
  width: 120px;
  height: 15px;
  background: url(arrow02-flow.png) no-repeat center;
  background-size: contain;
  content: "";
}

.flow-list__item:last-child .title::before {
  display: none;
}

.flow-list__item.col1-4,
.flow-list__item.col1-4:nth-of-type(4) {
  width: calc(25% - 25px);
  margin: 0 25px 0 0;
}

.flow-list__item.col1-4:nth-of-type(2) .title::before {
  top: 50px;
  bottom: auto;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.flow-list__item.col1-4:nth-of-type(2),
.flow-list__item.col1-4:nth-of-type(4) {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}

.flow-list.type1-4 {
  width: calc(100% + 25px);
}

.flow-list.type1-4 .num {
  top: 8px;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
}

.flow-list.type1-4 .title {
  width: 195px;
  height: 195px;
  font-size: 1.8rem;
  z-index: 1;
}

.flow-list.type1-4 .title::before {
  top: auto;
  right: -20px;
  bottom: 20px;
  width: 24px;
  height: 13px;
  background: url(arrow03-flow.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}

.flow-list.type1-4 .title::after {
  display: none;
}

.flow-list.white .title {
  background: url(bg-flow-w.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1180px) {
  .flow-list__item.col1-4 .title {
    width: 16.5254vw;
    height: 16.5254vw;
  }

  .flow-list__item.col1-4 .num {
    top: 0.6779vw;
    width: 4.2372vw;
    height: 4.2372vw;
  }
}

@media screen and (max-width: 1080px) {
  .flow-list {
    width: calc(100% + 40px);
  }

  .flow-list .title {
    width: 22.2222vw;
    height: 22.2222vw;
  }

  .flow-list .title::before {
    right: -6vw;
    width: 6.38888vw;
    height: 1.4814vw;
    background: url(arrow-flow.png) no-repeat center center;
    background-size: contain;
  }

  .flow-list .num {
    top: 0.9259vw;
    width: 5.5555vw;
    height: 5.5555vw;
  }

  .flow-list__item {
    width: calc(32.6530% - 40px);
    margin-right: 40px;
  }

  .flow-list__item:nth-of-type(3) {
    width: calc(34.6938% - 50px);
    margin-right: 50px;
  }

  .flow-list__item:nth-of-type(n+4) {
    margin: 40px 0 0 40px;
  }

  .flow-list__item:nth-of-type(4) {
    width: calc(32.6530% - 50px);
    margin-left: 50px;
    margin-right: 0;
  }

  .flow-list__item:nth-of-type(3) .title::before {
    right: -9vw;
    width: 11.1111vw;
    height: 0.27777vw;
    background: url(dot-flow.png) no-repeat center;
    background-size: contain;
  }

  .flow-list__item:nth-of-type(4) .title::after {
    left: -9vw;
    width: 11.1111vw;
    height: 1.3888vw;
    background: url(arrow02-flow.png) no-repeat center;
    background-size: contain;
    content: "";
  }

  .flow-list__item.col1-4 {
    width: calc(25% - 25px);
    margin-right: 25px;
  }

  .flow-list__item.col1-4 .title {
    font-size: calc(16px + 2 * ((100vw - 768px) / 312));
  }
}

@media screen and (max-width: 1080px) and (min-width: 1080px) {
  .flow-list__item.col1-4 .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 768px) {
  .flow-list__item.col1-4 .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px) {
  .flow-list__item.col1-4 .num {
    top: 0.7407vw;
    width: 4.1666vw;
    height: 4.1666vw;
  }

  .flow-list__item.col1-4 .num {
    font-size: calc(12px + 2 * ((100vw - 768px) / 312));
  }
}

@media screen and (max-width: 1080px) and (min-width: 1080px) {
  .flow-list__item.col1-4 .num {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 768px) {
  .flow-list__item.col1-4 .num {
    font-size: 12px;
  }
}

@media screen and (max-width: 1080px) {

  .flow-list__item.col1-4:nth-of-type(1) .title::before,
  .flow-list__item.col1-4:nth-of-type(3) .title::before {
    right: -1vw;
  }

  .flow-list__item.col1-4:nth-of-type(3) {
    width: calc(25% - 25px);
    margin-right: 25px;
  }

  .flow-list__item.col1-4:nth-of-type(3) .title::before {
    top: auto;
    right: -1vw;
    bottom: 1.8518vw;
    width: 24px;
    height: 13px;
    background: url(arrow03-flow.png) no-repeat center;
    background-size: contain;
  }

  .flow-list.type1-4 .title::before {
    right: -1.8518vw;
    bottom: 1.8518vw;
  }
}

@media screen and (max-width: 767px) {

  .flow-list,
  .flow-list.type1-4 {
    width: calc(100% + 30px);
    padding-bottom: 50px;
  }

  .flow-list .title,
  .flow-list.type1-4 .title {
    margin: 0 auto 15px;
    width: 38.6666vw;
    height: 38.6666vw;
  }

  .flow-list .title,
  .flow-list.type1-4 .title {
    font-size: calc(16px + 16 * ((100vw - 320px) / 447));
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {

  .flow-list .title,
  .flow-list.type1-4 .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {

  .flow-list .title,
  .flow-list.type1-4 .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .flow-list .title::before,
  .flow-list.type1-4 .title::before {
    right: -7.5vw;
    width: 9.2vw;
    height: 2.1333vw;
  }

  .flow-list .num,
  .flow-list.type1-4 .num {
    top: 1.3333vw;
    width: 9.6vw;
    height: 9.6vw;
  }

  .flow-list .num,
  .flow-list.type1-4 .num {
    font-size: calc(12px + 12 * ((100vw - 320px) / 447));
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {

  .flow-list .num,
  .flow-list.type1-4 .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {

  .flow-list .num,
  .flow-list.type1-4 .num {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {

  .flow-list .text,
  .flow-list.type1-4 .text {
    padding: 0;
  }

  .flow-list__item,
  .flow-list__item.col1-4,
  .flow-list.type1-4__item,
  .flow-list.type1-4__item.col1-4 {
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .flow-list__item:nth-of-type(2),
  .flow-list__item:nth-of-type(3),
  .flow-list__item:nth-of-type(4),
  .flow-list__item:nth-of-type(5),
  .flow-list__item:nth-of-type(6),
  .flow-list__item.col1-4:nth-of-type(2),
  .flow-list__item.col1-4:nth-of-type(3),
  .flow-list__item.col1-4:nth-of-type(4),
  .flow-list.type1-4__item:nth-of-type(2),
  .flow-list.type1-4__item:nth-of-type(3),
  .flow-list.type1-4__item:nth-of-type(4),
  .flow-list.type1-4__item:nth-of-type(5),
  .flow-list.type1-4__item:nth-of-type(6),
  .flow-list.type1-4__item.col1-4:nth-of-type(2),
  .flow-list.type1-4__item.col1-4:nth-of-type(3),
  .flow-list.type1-4__item.col1-4:nth-of-type(4) {
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
  }

  .flow-list__item:nth-of-type(n+3),
  .flow-list__item.col1-4:nth-of-type(n+3),
  .flow-list.type1-4__item:nth-of-type(n+3),
  .flow-list.type1-4__item.col1-4:nth-of-type(n+3) {
    margin-top: 35px;
  }

  .flow-list__item:nth-of-type(2) .title::before,
  .flow-list__item:nth-of-type(4) .title::before,
  .flow-list__item.col1-4:nth-of-type(2) .title::before,
  .flow-list.type1-4__item:nth-of-type(2) .title::before,
  .flow-list.type1-4__item:nth-of-type(4) .title::before,
  .flow-list.type1-4__item.col1-4:nth-of-type(2) .title::before {
    top: 50%;
    right: -3vw;
    bottom: auto;
    width: 4.2666vw;
    height: 0.5333vw;
    background: url(dot-flow_sp.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .flow-list__item:nth-of-type(2) .title::after,
  .flow-list__item:nth-of-type(4) .title::after,
  .flow-list__item.col1-4:nth-of-type(2) .title::after,
  .flow-list.type1-4__item:nth-of-type(2) .title::after,
  .flow-list.type1-4__item:nth-of-type(4) .title::after,
  .flow-list.type1-4__item.col1-4:nth-of-type(2) .title::after {
    display: none;
  }

  .flow-list__item:nth-of-type(3) .title::before,
  .flow-list__item.col1-4:nth-of-type(1) .title::before,
  .flow-list__item.col1-4:nth-of-type(3) .title::before,
  .flow-list.type1-4__item:nth-of-type(3) .title::before,
  .flow-list.type1-4__item.col1-4:nth-of-type(1) .title::before,
  .flow-list.type1-4__item.col1-4:nth-of-type(3) .title::before {
    top: 50%;
    right: -7.5vw;
    bottom: auto;
    width: 9.2vw;
    height: 2.1333vw;
    background: url(arrow-flow.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .flow-list__item:nth-of-type(3) .title::after,
  .flow-list__item:nth-of-type(5) .title::after,
  .flow-list__item.col1-4:nth-of-type(3) .title::after,
  .flow-list.type1-4__item:nth-of-type(3) .title::after,
  .flow-list.type1-4__item:nth-of-type(5) .title::after,
  .flow-list.type1-4__item.col1-4:nth-of-type(3) .title::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -2vw;
    width: 5.6vw;
    height: 2.1333vw;
    background: url(arrow02-flow_sp.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }

  .flow-list__item.col1-4:nth-of-type(2),
  .flow-list__item.col1-4:nth-of-type(4),
  .flow-list.type1-4__item.col1-4:nth-of-type(2),
  .flow-list.type1-4__item.col1-4:nth-of-type(4) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* accordion */
.accordion .ac-item+.ac-item {
  margin-top: 20px;
}

.accordion .ac-heading {
  position: relative;
  padding: 40px 180px 40px 90px;
  background: #fff;
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.accordion .ac-heading .btn-plus {
  position: absolute;
  top: 50%;
  right: 100px;
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .ac-heading .btn-plus::before,
.accordion .ac-heading .btn-plus::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}

.accordion .ac-heading .btn-plus::after {
  width: 1px;
  height: 18px;
}

.accordion .ac-heading:hover {
  background: #333;
  color: #fff;
}

.accordion .ac-heading.is-active {
  background: #333;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion .ac-heading.is-active .btn-plus {
  background: rgba(255, 255, 255, 0.3);
}

.accordion .ac-heading.is-active .btn-plus::before,
.accordion .ac-heading.is-active .btn-plus::after {
  background: #fff;
}

.accordion .ac-heading.is-active .btn-plus::after {
  opacity: 0;
}

.accordion .ac-body {
  display: none;
  padding: 30px 90px 40px;
  background: #fff;
  font-size: 1.4rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion .ac-body p+p {
  margin-top: 20px;
}

.accordion .ac-body p.img+p {
  margin-top: 30px;
}

.accordion .ac-body p.img {
  margin-top: 30px;
}

.accordion .ac-body p+.col-set {
  margin-top: 60px;
}

.accordion .ac-body .font-m {
  font-size: 0.928em !important;
}

@media screen and (max-width: 1080px) {
  .accordion .ac-heading {
    padding: 40px 16.6666% 40px 8.3333%;
  }

  .accordion .ac-heading .btn-plus {
    right: 8.3333%;
  }

  .accordion .ac-body {
    padding: 30px 8.3333% 40px;
  }
}

@media screen and (max-width: 767px) {
  .accordion .ac-heading {
    padding: 20px 50px 20px 18px;
    font-size: 1.5rem;
    border-radius: 5px;
  }

  .accordion .ac-heading .btn-plus {
    right: 20px;
    width: 20px;
    height: 20px;
  }

  .accordion .ac-heading .btn-plus::before {
    width: 9px;
  }

  .accordion .ac-heading .btn-plus::after {
    height: 9px;
  }

  .accordion .ac-body {
    padding: 20px 18px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .accordion .ac-body p.img {
    margin-top: 20px;
  }

  .accordion .ac-body p.img+p {
    margin-top: 20px;
  }
}

/* tab
----------------------- */
p+.tab {
  margin-top: 30px;
}

.tab .sp-tab-nav {
  display: none;
}

.tab .tab-container {
  overflow: hidden;
}

.tab .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  overflow: hidden;
}

.tab .tab-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 33.3333%;
  min-height: 80px;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.tab .tab-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: #333;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
}

.tab .tab-nav li:nth-of-type(1) a::before {
  display: inline;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: url(icon-tab01_off.png) no-repeat center;
  background-size: contain;
  content: "";
}

.tab .tab-nav li:nth-of-type(1).is-current a::before {
  background: url(icon-tab01_on.png) no-repeat center;
  background-size: contain;
}

.tab .tab-nav li:nth-of-type(2) a::before {
  display: inline;
  width: 39px;
  height: 31px;
  margin-right: 15px;
  background: url(icon-tab02_off.png) no-repeat center;
  background-size: contain;
  content: "";
}

.tab .tab-nav li:nth-of-type(2).is-current a::before {
  background: url(icon-tab02_on.png) no-repeat center;
  background-size: contain;
}

.tab .tab-nav li:nth-of-type(3) a::before {
  display: inline;
  width: 35px;
  height: 29px;
  margin-right: 15px;
  background: url(icon-tab03_off.png) no-repeat center;
  background-size: contain;
  content: "";
}

.tab .tab-nav li:nth-of-type(3).is-current a::before {
  background: url(icon-tab03_on.png) no-repeat center;
  background-size: contain;
}

.tab .tab-nav li.is-current a {
  margin-top: -15px;
  padding-top: 25px;
  background: #f7f7f7;
  color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab .tab-content {
  overflow: hidden;
}

.tab .tab-element {
  display: none;
  width: 100%;
  margin: 0;
  padding: 60px 100px;
  background: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.4rem;
  overflow: hidden;
}

.tab .tab-element .heading-4 {
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
}

.tab .tab-element .sub-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.tab .tab-element .title {
  font-size: 1.6rem;
}

.tab .tab-element p:not(.title) {
  line-height: 2;
}

.tab .tab-element img {
  border-radius: 10px;
}

/* for Edge 2018 */
@supports (-ms-ime-align: auto) {
  .tab .tab-element .col-set .col1-2 {
    width: calc(50% - 41px);
  }
}

@media screen and (max-width: 1439px) {
  .tab .tab-element {
    padding: 60px 6.94444vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-accordion .tab-nav {
    display: none;
  }

  .tab .tab-element {
    padding: 30px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .tab .tab-element .heading-4 {
    line-height: 1.6;
  }

  .tab .tab-element .title {
    font-size: 2.15rem;
    line-height: 1.35;
  }

  .tab .tab-element .col1-2+.col1-2 {
    margin-top: 30px;
  }

  .tab .sp-tab-nav {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .tab .sp-tab-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 65px;
    padding: 10px 50px 10px 55px;
    background: #333;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .tab .sp-tab-nav a span:not(.btn-plus) {
    position: relative;
  }

  .tab .sp-tab-nav a .btn-plus {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tab .sp-tab-nav a .btn-plus::before,
  .tab .sp-tab-nav a .btn-plus::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
  }

  .tab .sp-tab-nav a .btn-plus::after {
    width: 1px;
    height: 12px;
  }

  .tab .sp-tab-nav:nth-of-type(1) a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .tab .sp-tab-nav:nth-of-type(1) a span:not(.btn-plus)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -35px;
    width: 24px;
    height: 24px;
    background: url(icon-tab01_off.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }

  .tab .sp-tab-nav:nth-of-type(2) a span:not(.btn-plus)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -33px;
    width: 21.5px;
    height: 23px;
    background: url(icon-tab02_off.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }

  .tab .sp-tab-nav:nth-of-type(3) a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .tab .sp-tab-nav:nth-of-type(3) a span:not(.btn-plus)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -32px;
    width: 22.5px;
    height: 18.5px;
    background: url(icon-tab03_off.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }

  .tab .sp-tab-nav.is-current {
    border-bottom: 1px solid #fff;
  }

  .tab .sp-tab-nav.is-current a {
    background: #f7f7f7;
    color: #333;
  }

  .tab .sp-tab-nav.is-current a .btn-plus {
    background: #333;
  }

  .tab .sp-tab-nav.is-current a .btn-plus::before {
    background: #fff;
  }

  .tab .sp-tab-nav.is-current a .btn-plus::after {
    opacity: 0;
  }

  .tab .sp-tab-nav.is-current:nth-of-type(1) a span:not(.btn-plus)::before {
    background: url(icon-tab01_on.png) no-repeat center;
    background-size: contain;
  }

  .tab .sp-tab-nav.is-current:nth-of-type(2) a span:not(.btn-plus)::before {
    background: url(icon-tab02_on.png) no-repeat center;
    background-size: contain;
  }

  .tab .sp-tab-nav.is-current:nth-of-type(3) a span:not(.btn-plus)::before {
    background: url(icon-tab03_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (max-width: 320px) {
  .tab .sp-tab-nav a {
    padding: 10px 40px 10px 45px;
  }

  .tab .sp-tab-nav a .btn-plus {
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .tab .sp-tab-nav a .btn-plus::before {
    width: 10px;
  }

  .tab .sp-tab-nav a .btn-plus::after {
    height: 10px;
  }
}

/* 第4階層で使用
----------------------- */
/*　product-details　*/
.product-details {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 1;
}

.product-details .content {
  padding: 80px 100px 60px;
}

.product-details .heading-2 {
  position: absolute;
  -webkit-transform: translateY(-123px);
  transform: translateY(-123px);
}

.product-details .heading-2.style-1 {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  line-height: 1.25;
}

.product-details .heading-2.style-1 .type {
  display: inline-block;
  position: absolute;
  right: 0;
}

.product-details .heading-2.style-1 .type.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 10px;
  width: 164px;
  margin-bottom: 0;
}

.product-details .heading-3 {
  position: relative;
}

.product-details .heading-3+.col-set {
  margin-top: 40px;
}

.product-details .heading-4.style-1 {
  min-height: 0;
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
}

.product-details .col-set+.heading-3 {
  margin-top: 60px;
}

.product-details .ver-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.product-details .version {
  font-size: 1.3rem;
}

.product-details .label {
  display: inline;
  margin-left: 10px;
  padding: 1px 20px;
}

.product-details .series {
  margin-top: -20px;
  margin-bottom: 30px;
}

.product-details .details .col1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-details .details .col1-2 .heading-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  margin: 0 0 20px;
  padding: 10px 30px;
}

.product-details .details .col1-2 .img {
  margin-top: auto;
  padding-top: 40px;
}

.product-details .details .col1-2:nth-of-type(n+3) {
  margin-top: 40px;
}

.product-details .text-blue {
  font-size: 1.6rem;
}

.product-details .img-block .caption {
  margin-top: 10px;
}

.product-details .col-set+.col-set {
  margin-top: 60px;
}

.product-details+.product-details {
  margin-top: 120px;
}

/* 動画モーダル */
.modal-video-block {
  position: relative;
  margin: 60px auto;
  padding: 40px;
  background: #f7f7f7;
  border-radius: 10px;
  text-align: left;
}

.modal-video-block .img {
  position: relative;
  margin-bottom: 0;
}

.modal-video-block .img img {
  border-radius: 0;
}

.modal-video-block .modal-video-heading {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  text-align: left;
  z-index: 1;
}

.modal-video-block .modal-video-heading .title {
  margin-bottom: 5px;
  line-height: 1.4;
}

.modal-video-block .modal-video-heading p {
  font-size: 1.3rem;
}

.modal-video-block .modal-video {
  border-radius: 0;
}

.modal-video-block .modal-video img {
  border-radius: 0;
}

.modal-video-block .modal-video:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal-video {
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.modal-video img {
  z-index: -1;
}

/* 罫線 */
.line-dot {
  width: 100%;
  height: 12px;
  background: url(dot-line.png) no-repeat center left;
  background-size: contain;
}

@media screen and (max-width: 1080px) {
  .product-details .content {
    padding: 80px 9.2592% 60px;
  }

  /* 動画モーダル */
  .modal-video-block {
    position: relative;
    margin: 60px auto;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: left;
  }

  .modal-video-block .img {
    position: relative;
    margin-bottom: 0;
  }

  .modal-video-block .modal-video-heading {
    position: absolute;
    left: 2.7777vw;
    bottom: 1.7777vw;
    color: #fff;
    text-align: left;
  }

  .modal-video-block .modal-video-heading h4 {
    font-size: calc(18px + 2 * ((100vw - 768px) / 312));
  }
}

@media screen and (max-width: 1080px) and (min-width: 1080px) {
  .modal-video-block .modal-video-heading h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 768px) {
  .modal-video-block .modal-video-heading h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .modal-video-block .modal-video-heading p {
    font-size: 1.3rem;
    line-height: 1.45;
  }

  .modal-video-block .modal-video:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (max-width: 860px) {
  .product-details .content {
    padding: 80px 5.3691% 60px;
  }
}

@media screen and (max-width: 767px) {
  .product-details {
    border-radius: 5px;
  }

  .product-details .content {
    padding: 40px 5.3691% 30px;
  }

  .product-details .heading-2 {
    position: absolute;
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }

  .product-details .heading-2.style-1 .type {
    display: block;
    position: relative;
  }

  .product-details .heading-2.style-1 .type.img {
    display: block;
    bottom: auto;
    width: 100px;
    margin: 10px 0 0 0;
  }

  .product-details .heading-3+.col-set {
    margin-top: 20px;
  }

  .product-details .col-set+.heading-3 {
    margin-top: 30px;
  }

  .product-details .series {
    margin-top: -10px;
  }

  .product-details .col-set.details .col1-2 .heading-4 {
    min-height: 45px;
    margin: 0 0 20px;
    padding: 8px 15px 8px 20px;
  }

  .product-details .col-set.details .col1-2 .img {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .product-details .col-set.details .col1-2 .img+* {
    margin-top: 20px;
  }

  .product-details .col-set.details .col1-2:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .product-details .col-set+.col-set {
    margin-top: 30px;
  }

  .product-details+.product-details {
    margin-top: 65px;
  }

  /* 動画モーダル */
  .modal-video-block {
    margin: 40px auto;
    padding: 20px;
    border-radius: 5px;
  }

  .modal-video-block .img img {
    width: 100%;
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .modal-video-block .modal-video-heading {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 10px;
    color: #333;
    text-align: left;
  }

  .modal-video-block .modal-video-heading h4 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 760));
  }
}

@media screen and (max-width: 767px) and (min-width: 1080px) {
  .modal-video-block .modal-video-heading h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .modal-video-block .modal-video-heading h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .modal-video-block .modal-video-heading p {
    font-size: 1.3rem;
    line-height: 1.35;
  }

  .modal-video-block .modal-video:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* ソリューション & メンテナンス
--------------------------------------------- */
/* 背景白のコンテンツ */
.page-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 2;
}

.page-content .content {
  padding: 80px 100px 80px;
}

.page-content .heading-2 {
  line-height: 1.47;
}

.page-content .heading-4.style-1 {
  min-height: 0;
  margin: 0px 0px 0px 0px;
  padding: 0;
  background: transparent;
}

.page-content .text-blue {
  font-size: 1.6rem;
  line-height: 1.75;
}

.page-content p:not(:last-child):not(.font-en):not(.tel) {
  margin-bottom: 20px;
}

.page-content .tel {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.page-content .tel a {
  color: #333;
  pointer-events: none;
}

.page-content .tel+.dl-list {
  margin-top: 15px;
}

.page-content .dl-list dt {
  width: auto;
}

.page-content .col-set+.col-set {
  margin-top: 60px;
}

.narrow-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 auto;
}

.solution-list .item {
  position: relative;
  width: calc(33.3333% - 20px);
  height: 294px;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.8333;
}

.solution-list .item .title {
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.solution-list .item p.font-en {
  margin: 110px 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.15;
}

.solution-list .item p.font-en+p {
  margin-top: 0;
}

.solution-list .item:nth-of-type(n+4) {
  margin-top: 30px;
}

.solution-list .item:nth-child(odd) {
  background: url(solution-list-bg_odd.svg) no-repeat center;
  background-size: contain;
}

.solution-list .item:nth-child(even) {
  background: url(solution-list-bg_even.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1080px) {
  .page-content .content {
    padding: 80px 9.2592% 80px;
  }

  .page-content .heading-2 {
    margin-bottom: 20px;
  }

  .solution-list .item {
    height: 27.2222vw;
  }

  .solution-list .item .title {
    top: 2.3148vw;
  }

  .solution-list .item .title {
    font-size: calc(17px + 1 * ((100vw - 960px) / 120));
  }
}

@media screen and (max-width: 1080px) and (min-width: 1080px) {
  .solution-list .item .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 960px) {
  .solution-list .item .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 1080px) {
  .solution-list .item p.font-en {
    margin-top: 9.2592vw;
  }
}

@media screen and (max-width: 960px) {
  .solution-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution-list .item {
    width: calc(50% - 20px);
    width: 254px;
    height: 294px;
    font-size: 1.2rem;
  }

  .solution-list .item .title {
    top: 25px;
    font-size: 1.8rem;
  }

  .solution-list .item p.font-en {
    margin-top: 100px;
  }

  .solution-list .item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 860px) {
  .page-content .content {
    padding: 80px 5.3691% 80px;
  }
}

@media screen and (max-width: 767px) {
  .page-content .content {
    padding: 40px 5.3691% 40px;
  }

  .page-content .tel {
    max-width: 275px;
    width: 73.3333vw;
    margin: 30px auto 0;
    font-size: 2.1rem;
  }

  .page-content .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #333;
    border-radius: 25px;
    color: #fff;
    pointer-events: auto;
  }

  .page-content .tel+.dl-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-content .tel+.dl-list dt,
  .page-content .tel+.dl-list dd {
    width: auto;
  }

  .solution-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-list .item {
    width: 100%;
    max-width: 0;
    max-height: 0;
    min-width: 254px;
    min-height: 294px;
    width: 33.1160vw;
    height: 38.3311vw;
    font-size: 1.2rem;
  }

  .solution-list .item:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* 導入事例
--------------------------------------------- */
/* タグ絞り込み */
.narrow-down {
  position: relative;
  background: #eee;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 10px;
}

.narrow-down.page-blog {
  margin-bottom: 50px;
  padding: 30px 30px 10px;
}

.narrow-down.page-blog .heading {
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.narrow-down.page-blog .heading::before {
  width: 18px;
  height: 18px;
  background: url(icon-search.png) no-repeat center;
  background-size: contain;
}

.narrow-down.page-ir {
  padding: 30px 30px 10px;
  background: #fff;
  z-index: 1;
}

.narrow-down.page-ir .heading {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 1.6rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.narrow-down.page-ir .heading::before {
  display: none;
}

.narrow-down .heading {
  position: absolute;
  padding-left: 30px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}

.narrow-down .heading::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(icon-select.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.narrow-down .title {
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}

.narrow-down .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% + 10px);
  margin-bottom: 10px;
  border-radius: 10px;
}

.narrow-down .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 10px 10px 0;
}

.narrow-down .category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: 1px solid #666666;
  border-radius: 20px;
  font-size: 1.4rem;
}

.narrow-down .category-list li a:hover {
  background: #333;
  color: #fff;
}

.narrow-down .category-list li.is-select a {
  background: #333;
  color: #fff;
}

.narrow-down .btn-narrow {
  margin-top: 30px;
}

.narrow-down .btn-narrow a {
  padding-top: 7px;
  font-size: 1.6rem;
}

.narrow-down .btn-narrow a .icon {
  position: relative;
  padding-left: 26px;
}

.narrow-down .btn-narrow a .icon::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 17px;
  margin-top: 2px;
  background: url(icon-select.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.narrow-down .btn-narrow .btn-inner {
  display: inline-block;
  position: relative;
  min-width: 210px;
  height: 43px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  z-index: 1;
}

.narrow-down .btn-narrow .btn-inner::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 60px;
  width: 18px;
  height: 17px;
  margin-top: 2px;
  background: url(icon-select.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.narrow-down .btn-narrow .btn-inner span {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 21.5px;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.narrow-down .btn-narrow .btn-inner span::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: calc(50% - 1.5rem);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.narrow-down .btn-narrow .btn-inner input {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 50px;
}

.narrow-down .btn-narrow .btn-inner:hover {
  color: #333;
}

.narrow-down .btn-narrow .btn-inner:hover span {
  width: 43px;
  height: 43px;
  background: #333;
}

.narrow-down .btn-narrow .btn-inner:hover span::before {
  left: calc(50% - 0.6rem);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

/* 事例一覧  */
.article-case__item:nth-of-type(n+4) {
  margin-top: 40px;
}

.article-case a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}

.article-case .thumbnail {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.article-case .thumbnail img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article-case .text {
  padding: 25px 30px;
}

.article-case .text .label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.article-case .text .label {
  margin: 0 10px 10px 0;
  background: #fff;
  color: #666;
  border-radius: 5px;
  text-align: left;
}

.article-case a:hover .thumbnail img {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  padding: 10px 15px;
  color: #ddd;
}

.pagination li a:hover {
  color: #333;
}

.pagination .is-current {
  color: #333;
}

.pagination .is-current span {
  position: relative;
  padding: 10px 15px;
}

.pagination .is-current span::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.pagination .prev,
.pagination .next {
  margin-right: 15px;
  margin-left: 0;
}

.pagination .prev a,
.pagination .next a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
}

.pagination .prev a::before,
.pagination .next a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translate(1px, -4px);
  transform: rotate(-45deg) translate(1px, -4px);
  content: "";
}

.pagination .next {
  margin-right: 0;
  margin-left: 15px;
}

.pagination .next a::before {
  left: auto;
  right: 50%;
  border-right: 1px solid #fff;
  border-left: 0;
  -webkit-transform: rotate(45deg) translate(-1px, -4px);
  transform: rotate(45deg) translate(-1px, -4px);
}

.pagination .prev {
  display: none;
}

.pagination .dot {
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .narrow-down {
    margin-bottom: 40px;
    padding: 20px;
  }

  .narrow-down.page-blog {
    margin-bottom: 30px;
  }

  .narrow-down .heading {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  .narrow-down .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% + 10px);
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .narrow-down .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100px;
    margin: 0 10px 10px 0;
  }

  .narrow-down .category-list li a {
    padding: 10px;
    font-size: 1.3rem;
    border-radius: 22px;
  }

  .narrow-down .btn-narrow a {
    padding-top: 11px;
    font-size: 1.4rem;
  }

  .narrow-down .btn-narrow .btn-inner {
    width: 73.33333vw;
    max-width: 275px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 25px;
    font-size: 1.4rem;
  }

  .narrow-down .btn-narrow .btn-inner::before {
    left: 72px;
    left: 93px;
  }

  .narrow-down .btn-narrow .btn-inner span {
    display: none;
  }

  .article-case__item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .article-case__item:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .article-case .text {
    padding: 15px;
  }

  .pagination {
    margin-top: 30px;
  }

  .pagination li a {
    padding: 10px;
  }

  .pagination .is-current span {
    padding: 10px;
  }

  .pagination li.page-num:nth-of-type(5),
  .pagination li.page-num:nth-of-type(6) {
    display: none;
  }

  .pagination .prev,
  .pagination .next {
    margin-right: 15px;
    margin-left: 0;
  }

  .pagination .prev a,
  .pagination .next a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #333;
  }

  .pagination .prev a::before,
  .pagination .next a::before {
    width: 6px;
    height: 6px;
  }

  .pagination .prev {
    margin-right: 10px;
  }

  .pagination .next {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .narrow-down .btn-narrow .btn-inner::before {
    left: 24vw;
  }
}

/* 導入事例 & ブログ　パーツ
--------------------------------------------- */
.article {
  position: relative;
  background: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 12px #888888;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 2;
}

.article a {
  -webkit-text-decoration-color: #333;
  text-decoration-color: #333;
}

.article a:hover {
  text-decoration: none;
}

.article .content {
  padding: 60px 100px 80px;
}

.article .heading-2 {
  line-height: 1.47;
}

.article .heading-3 {
  position: relative;
  margin: 50px 0 10px;
}

.article .heading-3.is-new::before {
  display: block;
  position: absolute;
  top: -5px;
  left: -60px;
  width: 45px;
  height: 45px;
  padding-top: 9px;
  background: #ecb461;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  content: "New";
}

.article .heading-4+.col-set {
  margin-top: 40px;
}

.article p:not(:last-child) {
  margin-bottom: 30px;
}

.article .col-set.img-right .img-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.article .col-set.img-right .text-block {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.article .col-set.img-100 .img-block {
  min-width: 100px;
  width: 100px;
  margin-right: 40px;
}

.article .col-set.img-100 .img-block img {
  width: auto;
  max-width: 100%;
}

.article .col-set.img-100 .text-block {
  width: calc(100% - 180px);
}

.article .col-set.img-100.img-right .img-block {
  margin: 0 0 0 40px;
}

.article .img-block {
  text-align: center;
}

.article .img-block img {
  width: 100%;
}

.article .img-block .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 0;
}

.article .img-block .thumbnail img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article .img-block a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.article .img-block .caption {
  margin-top: 10px;
}

.article .img-100 .thumbnail {
  display: block;
  position: relative;
  width: 100px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 0;
}

.article .img-100 .thumbnail img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article .img-100 .thumbnail.center {
  margin: 0 auto;
}

.article .img-100 .thumbnail.right {
  margin-left: auto;
}

.article .img-100 .left .caption {
  text-align: left;
}

.article .img-100 .center .caption {
  text-align: center;
}

.article .img-100 .right .caption {
  text-align: right;
}

.article .img-100 a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.article .caption {
  margin-top: 10px;
}

.article .col-set+.col-set {
  margin-top: 60px;
}

.article .toc {
  position: relative;
  min-height: 100px;
  margin: 50px 0;
  padding: 25px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.article .toc .title {
  position: absolute;
  top: 50%;
  left: -20px;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.article .toc a {
  text-decoration: none;
}

.article .toc ol {
  list-style-type: none;
}

.article .toc ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}

.article .toc ol li::before {
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.article .toc ol li li {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.article .toc ol ol {
  margin: 5px 0;
}

.article *+.img {
  margin-top: 20px;
}

.article *+table,
.article *+.scroll {
  margin-top: 50px;
}

.article .col-center {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .article .content {
    padding: 60px 9.2592% 80px;
  }
}

@media screen and (max-width: 860px) {
  .article .content {
    padding: 60px 5.3691% 80px;
  }
}

@media screen and (max-width: 767px) {
  .article .content {
    padding: 40px 5.3691% 40px;
  }

  .article .heading-3 {
    margin-top: 35px;
  }

  .article p:not(:last-child) {
    margin-bottom: 20px;
  }

  .article .col-set {
    margin-top: 0;
  }

  .article .col-set .img-block {
    margin-bottom: 20px;
  }

  .article .col-set .img-block+.img-block:last-child {
    margin-bottom: 0;
  }

  .article .col-set.img-right .img-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .article .col-set.img-right .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .article .col-set+.col-set {
    margin-top: 30px;
  }

  .article .col-set.img-100 {
    width: 100%;
  }

  .article .col-set.img-100 .img-block {
    width: 100%;
    margin: 0 auto 20px;
  }

  .article .col-set.img-100 .img-block .thumbnail {
    width: 100px;
    margin: 0 auto;
  }

  .article .col-set.img-100 .img-block img {
    max-width: 100px;
  }

  .article .col-set.img-100 .img-block .caption {
    text-align: center;
  }

  .article .col-set.img-100 .text-block {
    width: 100%;
  }

  .article .col-set.img-100.img-right .img-block {
    margin: 0 auto 20px;
  }

  .article *+table,
  .article *+.scroll {
    margin-top: 30px;
  }

  .article .toc {
    margin: 35px 0;
    padding: 15px 25px;
  }

  .article .toc .title {
    left: -16px;
    font-size: 1.6rem;
  }

  .article .col-set--sp-row {
    gap: 20px 20px;
    width: 100%;
  }

  .article .col-set--sp-row .img-block {
    width: 46%;
    margin: 0;
  }
}

/* 会社案内 & 投資家情報
--------------------------------------------- */
.links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
}

.links-list li {
  width: calc(33.3333% - 40px);
  min-height: 120px;
  margin-right: 40px;
}

.links-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 65px 15px 30px;
  color: #fff;
  background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.26;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.links-list li a .btn-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.links-list li a .btn-arrow::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: calc(50% - 0.6rem);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.links-list li a:hover {
  background: #333;
  color: #fff;
}

.links-list li a:hover .heading-3 {
  color: #fff;
}

.links-list li a:hover .btn-arrow {
  background: #fff;
}

.links-list li a:hover .btn-arrow::before {
  border-color: #333;
}

.links-list li:nth-of-type(n+4) {
  margin-top: 40px;
}

.links-list.thin {
  margin-top: 30px;
}

.links-list.thin li {
  min-height: 80px;
}

.links-list.thin li a {
  font-size: 1.6rem;
}

/* 企業理念 */
.logo-origin {
  display: block;
  width: 450px;
  height: 93px;
}

.logo-origin img {
  display: block;
}

.philosophy-block .col1-2,
.philosophy-block .bg-blue {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.philosophy-block .img-arrow,
.philosophy-block .bg-blue {
  max-width: 464px;
  margin: 10px auto;
}

/* 会社概要 */
.map iframe {
  height: 365px;
}

.map .map-link a {
  color: #333;
  font-size: 1.2rem;
}

.table-corpo .dl-list.access dt {
  width: 2em;
}

.table-corpo .dl-list.access dd {
  width: calc(100% - 2em);
}

.box {
  margin: 10px 0 30px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.3rem;
}

.directors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.directors-list dt {
  min-width: 7em;
  padding-bottom: 5px;
}

.directors-list dd {
  width: calc(100% - 7em);
  padding-left: 35px;
  padding-bottom: 5px;
  font-weight: 700;
}

/* 投資家情報 */
.news-list {
  margin-top: 5px;
}

.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.news-list li dl dt {
  min-width: 180px;
}

.news-list li dl dt .label {
  margin-left: 20px;
  border-radius: 5px;
}

.news-list li dl dd {
  width: calc(100% - 180px);
  padding-left: 20px;
}

.news-list li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #333;
  text-decoration-color: #333;
}

.news-list li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 1080px) {
  .links-list li a .heading-3 {
    font-size: calc(26px + 4 * ((100vw - 960px) / 120));
  }
}

@media screen and (max-width: 1080px) and (min-width: 1080px) {
  .links-list li a .heading-3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 960px) {
  .links-list li a .heading-3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  .links-list li {
    width: calc(50% - 40px);
  }

  .links-list li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .links-list {
    width: calc(100% + 20px);
  }

  .links-list li {
    width: calc(50% - 20px);
    min-height: 80px;
    margin-right: 20px;
  }

  .links-list li a {
    padding: 10px 35px 10px 15px;
    font-size: 1.6rem;
  }

  .links-list li a .btn-arrow {
    right: 15px;
    width: 20px;
    height: 20px;
  }

  .links-list li a .btn-arrow::before {
    left: calc(50% - 0.3rem);
    width: 4px;
    height: 4px;
  }

  .links-list li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .links-list.thin li {
    min-height: 60px;
  }

  .links-list.thin li a {
    font-size: 1.4rem;
  }

  /* 企業理念 */
  .logo-origin {
    max-width: 450px;
    width: 100%;
  }

  .philosophy-block .col1-2 {
    width: calc(50% - 15px);
    padding: 15px;
  }

  .philosophy-block .text-block+.text-block {
    margin-top: 0;
  }

  .philosophy-block .img-arrow {
    max-width: 464px;
    width: 60%;
  }

  /* 会社概要 */
  .map iframe {
    height: 250px;
  }

  table.table-corpo th,
  table.table-corpo td {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border: none;
  }

  table.table-corpo td,
  table.table-corpo tr:last-child td {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }

  table.table-corpo dl.dl-list dt,
  table.table-corpo dl.dl-list.access dt {
    width: 100%;
    padding-bottom: 0;
  }

  table.table-corpo dl.dl-list dd,
  table.table-corpo dl.dl-list.access dd {
    width: 100%;
    padding-left: 0;
  }

  /* 投資家情報 */
  .news-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }

  .news-list li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-list li dl dt,
  .news-list li dl dd {
    width: 100%;
  }

  .news-list li dl dd {
    margin-top: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .links-list li a {
    padding: 10px 20px 10px 10px;
    font-size: 1.5rem;
  }

  .links-list li a .btn-arrow {
    right: 8px;
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }

  .links-list.thin li a {
    font-size: 1.3rem;
  }
}

/* ---------------------------------------------
	Catalog 2021/12/21
--------------------------------------------- */
.page-catalog .page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.page-catalog .container-top {
  text-align: center;
  background-color: #e4e4e89c;
  padding: 50px 0;
}

.page-catalog .container-top-inner p {
  font-size: 14px;
  padding-top: 21px;
  line-height: 145%;
}

.page-catalog .container-top-inner,
.page-catalog .container-linkbox-inner {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 25px auto;
}

.page-catalog .title-name {
  font-size: 26px;
}

.page-catalog .container-linkbox {
  margin: -16px auto;
  text-align: center;
}

.page-catalog .btm-img {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  background: #666;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}

.page-catalog .link-box {
  position: relative;
  z-index: 1;
}

.page-catalog .link-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

/* switch関係 ここから*/
.page-catalog #switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
}

.page-catalog #switch .btn {
  width: 49.5%;
  margin: 0;
  padding: 11px;
  text-align: center;
  background: #888888;
  color: #FFF;
  font-weight: bolder;
  font-size: 16px;
}

.page-catalog #switch .btn:hover {
  cursor: pointer;
}

.page-catalog #switch .inactive {
color: #fff;
background-image: linear-gradient(90deg, #7825bc, #4e7fe5, #47d969);
}

.page-catalog #switch .inactive:hover {
  cursor: default;
}

.page-catalog .boxDisplay {
  display: block;
}

.page-catalog .boxNone {
  display: none;
}

/* switch関係 ここまで*/
.page-catalog .f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 80px;
}

.page-catalog .item-typeA,
.page-catalog .item-typeB {
  width: 31.25%;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  overflow: hiddenl;
  height: auto;
  margin: 0 0 3.1%;
}

.page-catalog .item-typeA {
  border: 1px solid #ddd;
}

.page-catalog .item-typeA:hover,
.page-catalog .item-typeB:hover {
  background-color: #e4e4e89c;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}

.page-catalog .cap-box {
  padding: 14px;
}

.page-catalog .cap-box .title-cap {
  font-size: 13px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.page-catalog .title-cap span {
  color: red;
}

.page-catalog .cap-box .title {
  font-weight: bolder;
  margin-top: 0 !important;
  line-height: 125%;
  font-size: 17px;
}

.page-catalog .cap-box .overview,
.page-catalog .overview-line3,
.page-catalog .overview-line4,
.page-catalog .overview-line5,
.page-catalog .overview-line6,
.page-catalog .hac-line6,
.page-catalog .overview-line6-2,
.page-catalog .overview-line6-3,
.page-catalog .overview-line6-4 {
  padding-top: 0px;
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.5em;
  padding-bottom: 50px;
}

.page-catalog .item-typeB .cap-box {
  border: 1px solid #ddd;
}

.page-catalog .overview-line3 {
  padding-bottom: 33px;
}

.page-catalog .overview-line4 {
  padding-bottom: 70px;
}

.page-catalog .overview-line5 {
  padding-bottom: 31px;
}

.page-catalog .overview-line6 {
  padding-bottom: 20px;
}

.page-catalog .overview-line6-2 {
  padding-bottom: 90px;
}

.page-catalog .overview-line6-3 {
  padding-bottom: 71px;
}

.page-catalog .overview-line6-4 {
  padding-bottom: 52px;
}

/* Firefox ここから */
@-moz-document url-prefix() {
  .page-catalog .hac-line6 {
    padding-bottom: 32px;
  }
}

/* Firefox ここまで */
/* スマホ対策関連 ここから */
.page-catalog .container-top-sp {
  text-align: center;
  background-color: #e4e4e89c;
  margin-bottom: 15px;
  padding: 30px 20px;
  margin-top: 60px;
}

.page-catalog .container-top-inner-sp p {
  font-size: 1.2rem;
  padding-top: 21px;
  line-height: 145%;
}

.page-catalog .title-name-sp {
  font-size: 2.4rem;
  font-weight: bold;
}

.page-catalog .item-title-sp p {
  font-size: 1.5rem;
  font-weight: bolder;
  border-bottom: solid 3px #999999;
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
}

.page-catalog .item-title-sp p:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 26%;
}

.page-catalog .link-box-sp {
  position: relative;
  z-index: 1;
  width: 80%;
  border: 1.5px solid #999999;
  margin: 15px;
}

.page-catalog .cap-box-sp .overview-sp,
.page-catalog .overview-line3-sp,
.page-catalog .overview-line4-sp,
.page-catalog .overview-line5-sp,
.page-catalog .overview-line6-sp {
  padding-top: 0px;
  text-align: left;
  font-size: 12px;
  margin-top: 0px;
  line-height: 1.2em;
  padding-bottom: 16px;
}

.page-catalog .cap-box-sp {
  padding: 14px;
  min-height: 306px;
}

.page-catalog .cap-box-sp .title-cap-sp {
  font-size: 13px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.page-catalog .title-cap-sp span {
  color: red;
}

.page-catalog .cap-box-sp .title-sp,
.page-catalog .title-line2-sp,
.page-catalog .title-line3-sp {
  font-weight: bolder;
  margin-top: 0 !important;
  line-height: 1.2em;
  font-size: 17px;
}

.page-catalog .title-line2-sp {
  padding-bottom: 17px;
}

.page-catalog .overview-line3-sp {
  padding-bottom: 53px;
}

.page-catalog .overview-line4-sp {
  padding-bottom: 39px;
}

.page-catalog .overview-line5-sp {
  padding-bottom: 53px;
}

.page-catalog .overview-line6-sp {
  padding-bottom: 12px;
}

.page-catalog .title-name-sp {
  font-size: 28px;
}

.page-catalog .link-box-sp a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.page-catalog .item-typeA-sp,
.page-catalog .item-typeB-sp {
  padding-left: 10px;
}

.page-catalog .btm-img-sp {
  position: relative;
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #FFF;
  background: #666666;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 80.5%;
  margin: 0 auto;
}

/************************************
** スライダー
************************************/
.page-catalog .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding: 0 0 1em;
  margin: 0 0 2em 0;
  scroll-behavior: smooth;
}

.page-catalog .slide-wrap .slide-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  margin: 0 10px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .page-catalog .slide-wrap .slide-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align: center;
  }
}

/* スマホ対策関連 ここまで*/
/* ---------------------------------------------
	digitalsignage 2021/12/27
--------------------------------------------- */
.product-details .detail a {
  color: #333;
  text-decoration: underline;
}

.product-details .detail a:hover {
  text-decoration: none;
}

/* POSUMERU -ポスメル- ここから*/
.single-posumeru .ttl--h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 910px;
  padding: 6px 0 4px;
  display: block;
  margin: 0 auto 30px;
  background: #000000;
}

.single-posumeru .kv {
  width: 96%;
  max-width: 800px;
  margin: 75px auto 90px;
}

.single-posumeru .kv__img01 {
  width: 90%;
  text-align: center;
  margin: 115px auto 130px;
}

.single-posumeru .kv__ttl--sub {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.single-posumeru .kv__ttl--sub span {
  font-size: 0.9em;
}

.single-posumeru .kv__box {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-posumeru .kv__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 250px;
}

.single-posumeru .kv__box__item__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.single-posumeru .kv__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 55px;
}

.single-posumeru .posumeru-case {
  background: #FBE4DF;
  padding: 50px 0 40px;
  margin-top: 75px;
}

.single-posumeru .posumeru-case__ttl {
  text-align: center;
}

.single-posumeru .posumeru-case__box {
  max-width: 900px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-posumeru .system {
  width: 96%;
  max-width: 910px;
  margin: 60px auto 0;
}

.single-posumeru .system__img {
  text-align: center;
}

.single-posumeru .system__ttl--sub {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.single-posumeru .system__ttl--sub::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1px;
  margin-top: 10px;
  background: #000;
}

.single-posumeru .system__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 770px;
  margin: 42px auto 0;
}

.single-posumeru .system__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 3px solid #FBE4DF;
  border-radius: 5px;
}

.single-posumeru .system__box__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: #FBE4DF;
  /* border-radius: 5px 5px 0 0; */
  position: absolute;
  top: 0;
  left: 0;
}

.single-posumeru .system__box__item__num {
  color: #E25E41;
  font-size: 50px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  left: calc(50% - 0.5em);
  top: -60px;
  z-index: 1;
}

.single-posumeru .system__box__item__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  padding: 44px 0 24px;
}

.single-posumeru .system__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  max-width: 800px;
  margin: 40px auto 0;
}

.single-posumeru .feature {
  width: 96%;
  max-width: 910px;
  margin: 70px auto 0;
}

.single-posumeru .feature__ttl--sub {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.single-posumeru .feature__ttl--sub:nth-of-type(n+2) {
  margin-top: 80px;
}

.single-posumeru .feature__ttl--sub::before {
  content: "";
  display: inline-block;
  vertical-align: -4px;
  width: 10px;
  height: 25px;
  margin-right: 10px;
  background: #000;
}

.single-posumeru .feature__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.single-posumeru .feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}

.single-posumeru .feature__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.single-posumeru .feature__box__item figcaption {
  font-size: 12px;
  margin-bottom: 10px;
}

.single-posumeru .posumeru__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-top: 80px;
}

.single-posumeru .posumeru__text::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #b4b4b4;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .single-posumeru .kv {
    margin-top: 0;
  }

  .single-posumeru .kv__img {
    width: 96%;
    max-width: 600px;
    margin: 40px auto;
  }

  .single-posumeru .kv__ttl--sub {
    font-size: 18px;
  }

  .single-posumeru .kv__box {
    display: block;
    margin-top: 30px;
  }

  .single-posumeru .kv__box__item {
    margin: 30px auto 0;
  }

  .single-posumeru .posumeru-case {
    margin-top: 30px;
  }

  .single-posumeru .posumeru-case__ttl {
    width: 90%;
    max-width: 286px;
    margin: auto;
  }

  .single-posumeru .posumeru-case__box {
    display: block;
  }

  .single-posumeru .posumeru-case__box__item {
    max-width: 298px;
    margin: auto;
  }

  .single-posumeru .system__box {
    display: block;
    max-width: 80%;
  }

  .single-posumeru .system__box__item {
    margin-top: 40px;
  }

  .single-posumeru .feature__ttl--sub {
    margin-top: 20px;
  }

  .single-posumeru .feature__ttl--sub:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .single-posumeru .feature__box {
    display: block;
  }

  .single-posumeru .feature__box__item {
    margin-top: 30px;
  }

  .single-posumeru .posumeru__text {
    margin-top: 40px;
  }

  .single-posumeru .posumeru__text::before {
    margin-bottom: 40px;
  }
}

/* POSUMERU -ポスメル- ここまで*/
/* Shelf Signage ここから*/
.spec {
  padding: 0 0 30px 0;
  clear: both;
}

.spec__titleBlock {
  width: 100%;
  background-color: #ededed;
}

.spec__titleBlock__title {
  width: 950px;
  padding: 10px;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
}

.spec__table {
  max-width: 950px;
  width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}

.spec__table__tr {
  border-top: 2px #fff solid;
  min-height: 40px;
  /* float: left; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spec__table__td {
  /* float: left; */
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spec__table__td_title {
  color: #fff;
  background-color: #999;
}

.spec__table__td_text {
  background-color: #ededed;
  border-right: 5px #fff solid;
}

@media screen and (max-width: 767px) {
  .spec {
    padding: 0 0 30px 0;
    clear: both;
  }

  .spec__titleBlock {
    width: 100%;
    background-color: #ededed;
  }

  .spec__titleBlock__title {
    width: 950px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .spec__table {
    max-width: 950px;
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
  }

  .spec__table__tr {
    border-top: 2px #fff solid;
    min-height: 40px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .spec__table__td {
    float: left;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .spec__table__td_title {
    color: #fff;
    background-color: #999;
  }

  .spec__table__td_text {
    background-color: #ededed;
    border-right: 5px #fff solid;
  }

  .spec__titleBlock {
    width: 93%;
    background-color: transparent;
    margin: 0 auto;
  }

  .spec__table {
    width: 93%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }

  .spec__table__tr {
    width: 100%;
  }

  .spec__table__td {
    width: 100%;
  }

  .spec__table__td_text {
    border-right: 0;
  }
}

/* Shelf Signage ここまで*/
/* 空きナビサイネージ「喫煙所」 ここから*/
.single-smokingarea .detail__text {
  width: 100%;
  margin-top: 30px;
  zoom: 1;
}

.single-smokingarea .detail__text p:nth-child(n + 2) {
  margin-top: 0 !important;
}

.single-smokingarea .detail__textCenter {
  width: 100%;
  margin-top: 30px;
  zoom: 1;
}

.single-smokingarea .detail__textCenter__text {
  text-align: center;
}

.single-smokingarea .detail__imgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-smokingarea .detail__imgText {
  margin-top: 30px;
  zoom: 1;
}

.single-smokingarea .detail__imgText__img {
  width: 35%;
  margin-top: 10px;
}

.single-smokingarea .detail__imgText__img img {
  width: 100%;
}

.single-smokingarea .detail__imgText__text {
  width: 60%;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .single-smokingarea .detail__imgText {
    -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;
  }

  .single-smokingarea .detail__imgText__img {
    width: 100%;
  }

  .single-smokingarea .detail__imgText__text {
    width: 100%;
    margin-left: 0;
  }
}

/* 空きナビサイネージ「喫煙所」 ここまで*/
/* MIRROR SIGNAGE ここから*/
.single-mirrorsignage table td {
  background-color: transparent;
}

.single-mirrorsignage .table-head {
  background-color: #d6e7ff;
  border-radius: 0 !important;
  color: #0f1254;
  font-size: 2.4rem;
}

/* MIRROR SIGNAGE ここまで*/
/* 空きナビサイネージ「喫煙所」 ここまで*/
/* DiSiメディアプレーヤー ここから*/
.single-stb .detail__textImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 30px;
  zoom: 1;
}

.single-stb .detail__textImg__img {
  width: 35%;
  margin-top: 10px;
}

.single-stb .detail__textImg__img img {
  width: 100%;
}

.single-stb .detail__textImg__text {
  width: 60%;
  margin-right: 5%;
}

.single-stb .valueBox__title {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}

.single-stb .valueBox__copy {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-stb .detail__textImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-stb .detail__textImg__img {
    width: 100%;
  }

  .single-stb .detail__textImg__text {
    width: 100%;
  }

  .single-stb .valueBox__title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 3.125%;
  }

  .single-stb .valueBox__copy {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3.125%;
  }
}

/* DiSiメディアプレーヤー ここまで*/
/* デジタルサイネージ向けキッズゲーム ここから*/
.single-kidsgame .ttl--h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 900px;
  padding: 20px 0 20px;
  display: block;
  margin: 0 auto 30px;
  background: #f78da7;
}

.single-kidsgame .ttl--h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 25px 2.5%;
  max-width: 900px;
  margin: 0 auto 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.single-kidsgame .ttl--h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 25px 5%;
  max-width: 900px;
  margin: 0 auto 30px;
  border-top: 4px double #000;
  border-bottom: 4px double #000;
}

.single-kidsgame .btn--link {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 270px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background: #00d084;
  border-radius: 30px;
}

.single-kidsgame .intro {
  max-width: 1080px;
  margin: auto;
}

.single-kidsgame .intro__img {
  text-align: center;
  margin: 0 auto;
}

.single-kidsgame .intro__ttl--sub {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}

.single-kidsgame .intro__ttl--sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, rgba(255, 198, 209, 0.7)));
  background: linear-gradient(transparent 60%, rgba(255, 198, 209, 0.7) 0);
}

.single-kidsgame .intro__box {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-kidsgame .intro__box__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 500px;
}

.single-kidsgame .intro__box__img+.single-kidsgame .intro__box__img {
  margin-left: 20px;
}

.single-kidsgame .intro__text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}

.single-kidsgame .intro__text--strong {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
}

.single-kidsgame .intro__text--strong span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, rgba(255, 198, 209, 0.7)));
  background: linear-gradient(transparent 60%, rgba(255, 198, 209, 0.7) 0);
}

.single-kidsgame .intro__photo {
  text-align: center;
  margin: 80px auto 30px;
}

.single-kidsgame .case {
  margin-top: 80px;
}

.single-kidsgame .case__ttl {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: #f78da7;
}

.single-kidsgame .case__box {
  max-width: 900px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-kidsgame .case__box__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  font-size: 16px;
  line-height: 1.78;
}

.single-kidsgame .case__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 17px;
  line-height: 1.8;
}

.single-kidsgame .case__text--link {
  color: #ff47f5;
  word-break: keep-all;
  font-weight: bold;
}

.single-kidsgame .case__text--underline {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, rgba(255, 198, 209, 0.7)));
  background: linear-gradient(transparent 60%, rgba(255, 198, 209, 0.7) 0);
}

.single-kidsgame .case__text--ann {
  font-size: 12px;
  text-align: center;
}

.single-kidsgame .case__block__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  padding: 25px 5% 20px;
  max-width: 900px;
  margin: 20px auto 0;
  background: #e1f3fd;
}

.single-kidsgame .case__block__text--strong {
  font-weight: bold;
}

.single-kidsgame .case__btn {
  margin-top: 30px;
}

.single-kidsgame .btn--link {
  color: #fff !important;
  text-decoration: none !important;
}

.single-kidsgame .btn--link:hover {
  color: #595757 !important;
}

.single-kidsgame .case__result {
  margin-top: 40px;
}

.single-kidsgame .case__result__ttl {
  max-width: 820px;
}

.single-kidsgame .case__result__text {
  font-size: 16px;
  text-align: center;
}

.single-kidsgame .anothers {
  margin-top: 100px;
}

.single-kidsgame .anothers__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}

.single-kidsgame .anothers__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.single-kidsgame .anothers__box__item__text {
  font-size: 16px;
}

.single-kidsgame .anothers__box__item__text+p {
  margin-top: 1em;
}

.single-kidsgame .anothers__box__item__link {
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none !important;
  display: block;
  width: 100%;
  max-width: 460px;
  padding: 25px 0 25px 5%;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.single-kidsgame .anothers__box__item__link:hover {
  color: #ff47f5 !important;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.single-kidsgame .anothers__box__item__link:first-of-type {
  margin-top: 30px;
  background: #feebf0;
}

.single-kidsgame .anothers__box__item__link:nth-of-type(2) {
  margin-top: 20px;
  background: #ebf0f4;
}

.single-kidsgame .movie {
  margin-top: 80px;
}

.single-kidsgame .movie__iframe {
  text-align: center;
}

.single-kidsgame .movie__iframe iframe {
  max-width: 100%;
}

.single-kidsgame .flow {
  margin-top: 80px;
}

.single-kidsgame .flow__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding: 25px 5% 25px;
  max-width: 900px;
  margin: auto;
  background: #ebf0f4;
}

.single-kidsgame .price {
  margin-top: 80px;
}

.single-kidsgame .price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}

.single-kidsgame .price__box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.single-kidsgame .price__box__item__list {
  font-size: 20px;
  font-weight: bold;
}

.single-kidsgame .price__box__item__list+.single-kidsgame .price__box__item__list {
  margin-top: 0.5em;
}

.single-kidsgame .price__box__item__list--s {
  font-size: 12px;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-top: 20px;
}

.single-kidsgame .price__box__item__list--s+.single-kidsgame .price__box__item__list--s {
  margin-top: 0.5em;
}

.single-kidsgame .price__text--ann {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

.single-kidsgame .materials {
  margin-top: 80px;
}

.materials__text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-kidsgame .ttl--h2 {
    font-size: 22px;
  }

  .single-kidsgame .ttl--h3 {
    font-size: 20px;
    padding: 15px 0;
  }

  .single-kidsgame .ttl--h4 {
    font-size: 18px;
    padding: 15px 0;
  }

  .single-kidsgame .intro__ttl--sub {
    font-size: 18px;
    margin-top: 20px;
  }

  .single-kidsgame .intro__box {
    display: block;
    margin-top: 30px;
  }

  .single-kidsgame .intro__text {
    font-size: 14px;
  }

  .single-kidsgame .intro__text--strong {
    font-size: 26px;
    margin-top: 40px;
  }

  .single-kidsgame .intro__photo {
    margin: 40px auto 15px;
  }

  .single-kidsgame .case {
    width: 96%;
    margin: 40px auto 0;
  }

  .single-kidsgame .case__box {
    display: block;
  }

  .single-kidsgame .case__box__item {
    font-size: 14px;
    margin-top: 20px;
  }

  .single-kidsgame .case__block__text {
    font-size: 14px;
  }

  .single-kidsgame .case__result__text {
    font-size: 14px;
  }

  .single-kidsgame .anothers {
    width: 96%;
    margin: 40px auto 0;
  }

  .single-kidsgame .anothers__box {
    display: block;
  }

  .single-kidsgame .anothers__box__item+.single-kidsgame .anothers__box__item {
    margin-top: 20px;
  }

  .single-kidsgame .anothers__box__item__text {
    font-size: 14px;
  }

  .single-kidsgame .anothers__box__item__link {
    font-size: 14px;
    text-align: center;
    width: 90%;
    padding: 25px 0 25px;
    margin: auto;
  }

  .single-kidsgame .movie {
    width: 96%;
    margin: 40px auto 0;
  }

  .single-kidsgame .flow {
    width: 96%;
    margin: 40px auto 0;
  }

  .single-kidsgame .price {
    width: 96%;
    margin: 40px auto 0;
  }

  .single-kidsgame .price__box {
    display: block;
  }

  .single-kidsgame .price__box__item+.single-kidsgame .price__box__item {
    margin-top: 20px;
  }

  .single-kidsgame .materials {
    width: 96%;
    margin: 40px auto 0;
  }
}

/* デジタルサイネージ向けキッズゲーム ここまで*/
/* DiSi CLOUD ここから*/
@media screen and (max-width: 767px) {
  .single-disicloud iframe {
    width: 100%;
  }
}

/* DiSi CLOUD ここまで*/
/* Di オーダー ここから*/
@media screen and (max-width: 767px) {
  .single-di-order iframe {
    width: 100%;
  }
}

/* Di オーダー ここまで*/
/* お問い合わせ
--------------------------------------------- */
.form-section {
  position: relative;
  text-align: left;
}

.page-ir #lf_form_div #item_4 td.label {
  padding-left: 5px !important;
}

#lf_form_div {
  font-size: 62.5%;
}

#lf_form_div div.container {
  max-width: 880px;
  width: 100%;
  border: 0;
}

#lf_form_div div.wrapper {
  max-width: 880px;
  width: 100%;
}

#lf_form_div p.required_msg {
  margin-bottom: 50px !important;
  color: #333;
  font-size: 1.4rem;
  text-align: left;
}

#lf_form_div table.items {
  border: 0;
}

#lf_form_div tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#lf_form_div td {
  border: none;
}

#lf_form_div td.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 4px 0 4px 70px !important;
  background: none;
  color: #333;
  font-size: 1.6rem;
  text-align: left;
}

#lf_form_div td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
}

#lf_form_div td.comment {
  color: #999;
  border: 0;
}

#lf_form_div span.required {
  float: none;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  background: #333;
  border-radius: 4px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#lf_form_div span.label_name {
  display: block;
  padding-right: 15px;
  color: #333;
  font-size: 1.3rem;
}

#lf_form_div p.label_mail {
  margin: 10px 0;
  color: #333;
  font-size: 1.3rem;
}

#lf_form_div input[type="text"],
#lf_form_div textarea {
  width: 100%;
  padding: 13px 15px;
  background: #f7f7f7;
  border-radius: 10px;
  border: none;
  outline: 0;
}

#lf_form_div input[type="checkbox"] {
  margin-right: 5px;
  border: 1px solid #333;
  background: transparent;
}

#lf_form_div input[type="checkbox"]:not(:first-child) {
  margin-left: 15px;
}

#lf_form_div input[type=button] {
  width: 245px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333;
  border: 1px solid #333;
  border-radius: 21.5px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: 0;
  cursor: pointer;
}

#lf_form_div input[type=button]:hover {
  background: #333;
  color: #fff;
}

#lf_form_div .button_area {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
  background: transparent;
  z-index: 1;
}

#lf_form_div .privacy_policy {
  margin: 30px 0 0 0;
  text-align: left;
}

#lf_form_div .privacy_policy br {
  display: none;
}

#lf_form_div .privacy_policy #policy_url {
  color: #333;
  text-decoration: underline;
}

#lf_form_div div.message {
  padding: 20px;
  margin: 0 0 40px 0;
  background: #f7f7f7;
  font-size: 1.2rem;
  font-weight: 400;
}

#lf_form_div #item_0 td.value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#lf_form_div #item_0 textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  margin-top: 10px;
}

#lf_form_div #item_1 td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#lf_form_div #item_1 td.value input[type="text"]:first-of-type {
  margin-right: 20px;
}

#lf_form_div #item_1 td.value span.label_name:last-of-type {
  margin-left: 20px;
}

#frm_formconfirm td.label {
  padding-left: 0 !important;
}

#frm_formconfirm td.value {
  margin-bottom: 20px !important;
}

#frm_formconfirm input[type=button]:first-of-type {
  margin-right: 20px;
}

/* IR お問い合わせ */
.form-ir dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 70px;
  font-size: 1.6rem;
  font-weight: 700;
}

.form-ir dt .required {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  background: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-ir dt.tel-label {
  padding-left: 0;
}

.form-ir dd {
  margin-bottom: 20px;
}

.form-ir input[type="text"],
.form-ir input[type="tel"],
.form-ir input[type="email"],
.form-ir textarea {
  width: 100%;
  padding: 13px 15px;
  background: #f7f7f7;
  border-radius: 10px;
  border: none;
  outline: 0;
}

.form-ir input[type="submit"] {
  width: 245px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333;
  border: 1px solid #333;
  border-radius: 21.5px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: 0;
  cursor: pointer;
}

.form-ir input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #lf_form_div p.required_msg {
    margin-bottom: 20px !important;
  }

  #lf_form_div td.label {
    height: auto !important;
    margin-top: 10px;
    padding-left: 60px !important;
    font-size: 1.4rem;
  }

  #lf_form_div input[type="text"],
  #lf_form_div textarea {
    width: 100% !important;
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    outline: 0;
  }

  #lf_form_div .button_area {
    margin-top: 30px;
  }

  #lf_form_div input[type=button] {
    width: 73.33333vw;
    max-width: 275px;
    height: 50px;
    border-radius: 25px;
  }

  #lf_form_div #item_0 td.value {
    display: block;
  }

  #lf_form_div #item_0 td.value input[type="checkbox"]:not(:first-child) {
    margin-left: 0;
  }

  #lf_form_div #item_0 textarea {
    min-height: 100px;
  }

  #lf_form_div #item_1 td.value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #lf_form_div #item_1 td.value input[type="text"]:first-of-type {
    margin-right: 0;
  }

  #lf_form_div #item_1 td.value span.label_name:last-of-type {
    margin-top: 10px;
    margin-left: 0;
  }

  #lf_form_div .privacy_policy {
    margin: 20px 0 0 0;
  }

  #lf_form_div #frm_formconfirm td.value {
    margin-bottom: 10px !important;
  }

  #lf_form_div #frm_formconfirm td.label {
    padding-left: 0px !important;
  }

  #lf_form_div #frm_formconfirm input[type=button]:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #lf_form_div #frm_formconfirm .button_area {
    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;
  }

  .form-ir dt {
    padding-left: 60px;
    font-size: 1.4rem;
  }

  .form-ir input[type="text"],
  .form-ir input[type="tel"],
  .form-ir input[type="email"],
  .form-ir textarea {
    padding: 10px 15px;
    border-radius: 5px;
  }
}

/* サイトマップ
--------------------------------------------- */
.page-sitemap .col-set+.col-set {
  margin-top: 10px;
}

.page-sitemap .heading-4.style-1 {
  margin-top: 10px;
  margin: 10px 40px 20px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(221, 221, 221, 0.3);
}

.page-sitemap .heading-4.style-1 a {
  color: #333;
}

.page-sitemap .heading-4.style-1:first-of-type {
  border-top: 0 none;
}

.page-sitemap .heading-4.style-1+.col-set {
  margin-top: -10px;
}

.page-sitemap .heading-5 a {
  color: #333;
}

.page-sitemap a {
  position: relative;
  color: #666;
}

.page-sitemap a span {
  position: relative;
}

.page-sitemap a span::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
}

.page-sitemap a:hover span::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .page-sitemap .heading-3+.col-set {
    margin-top: 0;
  }

  .page-sitemap .heading-4.style-1 {
    margin: 10px 0 15px 0;
    padding-top: 15px;
  }

  .page-sitemap .heading-4.style-1+.col-set {
    margin-top: -5px;
  }
}

/* js-animation
--------------------------------------------- */
/* js fadein */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}

.js-fadein.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* js-fix */
.js-fix.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* js slidein */
.js-slidein {
  position: relative;
}

.js-slidein::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  content: '';
  left: 0%;
  z-index: 2;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
}

.js-slidein.is-show::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.js-slideinDelay .-elem::after,
.js-slideinDelayAuto .-elem::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  content: '';
  left: 0;
  z-index: 2;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.12s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

.js-slideinDelay.is-show .-elem::after,
.js-slideinDelayAuto.is-show .-elem::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
}

.js-slideinDelay.is-show .-elem:nth-of-type(2)::after,
.js-slideinDelayAuto.is-show .-elem:nth-of-type(2)::after {
  -webkit-transition-delay: .26s;
  transition-delay: .26s;
}

.js-slideinDelay.is-show .-elem:nth-of-type(3)::after,
.js-slideinDelayAuto.is-show .-elem:nth-of-type(3)::after {
  -webkit-transition-delay: .39s;
  transition-delay: .39s;
}

.js-slideinDelay.is-show .-elem:nth-of-type(4)::after,
.js-slideinDelayAuto.is-show .-elem:nth-of-type(4)::after {
  -webkit-transition-delay: .42s;
  transition-delay: .42s;
}

.js-slideinDelay.is-show .-elem:nth-of-type(5)::after,
.js-slideinDelayAuto.is-show .-elem:nth-of-type(5)::after {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}

.js-slideinDelay.is-show .-elem:nth-of-type(6)::after,
.js-slideinDelayAuto.is-show .-elem:nth-of-type(6)::after {
  -webkit-transition-delay: .78s;
  transition-delay: .78s;
}

.js-objectfit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*---------------------------------------------
  モーダル
  ---------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background: #000;
  opacity: .7;
  -webkit-animation: mfp-bg-fadein .3s linear;
  animation: mfp-bg-fadein .3s linear;
}

@-webkit-keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  -webkit-transition: opacity .3s linear .3s;
  transition: opacity .3s linear .3s;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
}

html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s linear;
  -webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
  transition: opacity .3s linear, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, opacity .3s linear;
  transition: transform .3s ease-out, opacity .3s linear, -webkit-transform .3s ease-out;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform .3s ease-in .3s, opacity .3s linear .3s;
  -webkit-transition: opacity .3s linear .3s, -webkit-transform .3s ease-in .3s;
  transition: opacity .3s linear .3s, -webkit-transform .3s ease-in .3s;
  transition: transform .3s ease-in .3s, opacity .3s linear .3s;
  transition: transform .3s ease-in .3s, opacity .3s linear .3s, -webkit-transform .3s ease-in .3s;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}

.mfp-inline-holder .mfp-content>div {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}

.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 40px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: .5;
  border-radius: 15px;
}

.mfp-ready .mfp-close {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, -webkit-transform 0.3s ease-in-out, opacity 0.3s linear;
  -webkit-transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
}

.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  -webkit-transition: top .3s ease-in 0s;
  transition: top .3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-close,
.mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close,
.mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}

html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mfp-close:before,
.mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 12px;
  top: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.mfp-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: .96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-color: #425b16;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
}

.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.mfp-arrow:hover:before {
  opacity: .2;
}

.mfp-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/icon_link.png);
  background-repeat: no-repeat;
  background-position: 0 -144px;
  background-size: 480px 240px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.mfp-arrow-left {
  left: -100px;
}

.mfp-arrow-right {
  right: -100px;
}

.mfp-arrow-left:after {
  left: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

html:not(.sp) .mfp-arrow-left:hover:after {
  -webkit-transform: translate3d(-3px, 0, 0) rotate(180deg);
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

html:not(.sp) .mfp-arrow-right:hover:after {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.mfp-ready .mfp-arrow-left {
  left: 20px;
  -webkit-transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  -webkit-transition: left .5s ease-in 0s;
  transition: left .5s ease-in 0s;
}

.mfp-ready .mfp-arrow-right {
  right: 20px;
  -webkit-transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  -webkit-transition: right .5s ease-in 0s;
  transition: right .5s ease-in 0s;
}

html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: .75rem;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, -webkit-transform 0.2s ease-in-out, opacity 0.2s linear;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  -webkit-transition: bottom .3s ease-in 0s;
  transition: bottom .3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.sb10 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 10px;
}

.sb11 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 11px;
}

.sb12 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 12px;
}

.sb13 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 13px;
}

.sb14 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 14px;
}

.sb15 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 15px;
}

.sb16 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 16px;
}

.sb17 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 17px;
}

.sb18 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 18px;
}

.sb19 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 19px;
}

.sb20 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 20px;
}

.sb21 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 21px;
}

.sb22 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 22px;
}

.sb23 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 23px;
}

.sb24 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 24px;
}

.sb25 .mfp-bg~#wrapper #btn-pagetop {
  margin-right: 25px;
}

/* ---------------------------------------------
	Print style
--------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  body {
    width: 1024px;
    background-color: #fff;
  }

  /* 非表示
  /* ----------------------- */
  .sp-only {
    display: none;
  }

  /* header */
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
  }

  .l-header .logo {
    left: 0px;
  }

  .l-header .btn-cv.btn {
    right: 0;
  }
}

/*# sourceMappingURL=common.css.map */


/* シンプル囲み枠 2*/
.kakomi-box2 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #666;
  /* 文字色 */
  background-color: #fbfbfb;
  /* 背景色 */
  border: 1px solid #ccc;
  /* 枠線 */
  box-shadow: 1px 1px 2px #ccc;
}

/* 記事内お問い合わせエリア　2022/03/09
/* ----------------------------------- */
.article-contact {
  margin: 30px 0 0;
}

.article-contact__lead {
  text-align: center;
}

.article-contact__lead-top {
  font-size: 2rem;
  font-weight: 700;
}

.article-contact-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #333;
  border-radius: 20px;
  margin: 10px 0 0;
  padding: 20px;
}

.article-contact-col {
  flex: 1;
}

.article-contact__tel {
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 40px 0 0;
  padding: 0 10px 0 0;
}

.article-contact__tel-head {
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}

.article-contact__tel-link {
  pointer-events: none;
  color: #fff !important;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
}

.article-contact__tel-time {
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}

.article-contact__btns .btn {
  border-radius: 30px;
  margin: 0;
}

.article-contact__btns .btn:nth-child(n + 2) {
  margin-top: 20px;
}

.article-contact__btns a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: auto !important;
  padding: 9px 20px !important;
}

.article-contact__btns a:hover {
  color: #fff !important;
}

.article-contact__btns a span:not(.icon) {
  border-color: #fff;
  border-radius: 25px;
  z-index: -1;
}

.article-contact__btns a span:not(.icon):before {
  border-color: #333;
}

.article-contact__btns a:hover span:not(.icon) {
  width: 50px;
  height: 50px;
}

.article-contact__btns a span {
  border: none !important;
}

@media screen and (max-width: 1059px) {

  .article-contact-box {
    flex-direction: column;
    padding: 30px;
  }

  .article-contact__tel {
    border-right: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 30px 0;
    padding: 0 0 20px;
  }

  .article-contact-col {
    width: 100%;
  }

  .article-contact__btns .btn {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {

  .article-contact__lead>br {
    display: none;
  }

  .article-contact__lead-top {
    display: block;
    font-size: 1.4rem;
  }

  .article-contact__lead-btm {
    display: block;
    line-height: 1.6;
  }

  .article-contact-box {
    padding: 20px;
  }

  .article-contact__btns .btn {
    max-width: 100%;
  }

  .article-contact__btns a {
    border: none;
    width: 100%;
    margin: 0 auto;
  }

  .article-contact__btns a:hover {
    color: #333 !important;
  }

  .article-contact__btns .btn-mail a {
    background-color: #fcee21 !important;
  }

  .article-contact__btns .btn-dl a {
    background-color: #fff !important;
    font-size: 1.4rem !important;
  }

  .article-contact__tel {
    margin: 0 0 20px 0;
  }

  .article-contact__tel-link {
    pointer-events: auto;
    font-size: 3.4rem;
  }
}

/* MiRAi PORT　2022/03/11
/* ----------------------------------- */
.page-mirai-port .ttl-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.page-mirai-port .ttl-catch {
  order: 1;
}

.page-mirai-port .ttl-logo {
  order: 2;
  width: 60%;
  margin: 20px auto;
}

.page-mirai-port .ttl-lead {
  order: 3;
  font-size: 1.6rem;
  margin: 40px 0 0;
}

.page-mirai-port p {
  text-align: justify;
  margin-bottom: 0 !important;
}

.page-mirai-port .service-wrap {
  position: relative;
}

.page-mirai-port .service-wrap:after {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 110px 0 110px;
  border-color: #006bad transparent transparent transparent;
}

.page-mirai-port .service__body {
  position: relative;
  border: 2px solid;
  margin: 60px auto 0;
  padding: 20px;
}

.page-mirai-port .service__ttl {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: -30px 0 10px;
}

.page-mirai-port .service__ttl-txt {
  font-size: 3.4rem;
  margin: 8px 0 0 10px;
}

.page-mirai-port .service__ttl-icon {
  width: 60px;
  height: 60px;
}

.service-content__item-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
}

.page-mirai-port .service-content__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px 2%;
}

.page-mirai-port .service-content__row.--nowrap {
  flex-wrap: nowrap;
}

.page-mirai-port .service-content__item-txt-head {
  font-size: 1.6rem;
  line-height: 1.6;
}

.page-mirai-port .service-content__item-border {
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 10px 15px 15px;
}

.page-mirai-port .service-content__item-head {
  font-size: 1.8rem;
}

.page-mirai-port .service-content__item-head span:first-child {
  display: inline-block;
  margin: 0 3px 0 0;
}

.page-mirai-port .service-content__item-head .txt--small {
  font-size: 1.4rem;
}

/* 2カラム */
.page-mirai-port .service-content__row.col2 .service-content__item {
  width: 49%;
}

.page-mirai-port .service__img {
  width: 100%;
  margin: 10px auto;
}

.page-mirai-port .service-root {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 2%;
  margin-top: 120px;
}

.page-mirai-port .service-root__item {
  width: 31.8%;
}

.page-mirai-port .service-root__item-head {
  background-color: #006bad;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.page-mirai-port .service-root__item-img img {
  display: block;
  margin: 0 auto;
}

.page-mirai-port .service-root__item-img-caption {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
}

/* ------ 各セクション別 ------ */
/* CMS DiSi */
.page-mirai-port .--cms-disi {
  border-color: #2ea7e0;
}

.page-mirai-port .--cms-disi .service__img {
  width: 30%;
}

.page-mirai-port .--cms-disi .service-content {
  display: flex;
  align-items: center;
}

.page-mirai-port .--cms-disi .service__ttl-txt {
  color: #2ea7e0;
}

/* Sensing */
.page-mirai-port .--sensing {
  border-color: #2c893a;
}

.page-mirai-port .--sensing .service__ttl-txt {
  color: #2c893a;
}

.page-mirai-port .--sensing .service-content__item-head span:first-child {
  color: #2c893a;
}

/* Ai Signage Solution */
.page-mirai-port .--aisignage {
  border-color: #c2427f;
}

.page-mirai-port .--aisignage .service__ttl-txt {
  color: #c2427f;
}

.page-mirai-port .--aisignage .service-content__item-head span:first-child {
  color: #c2427f;
}

/* ADS */
.page-mirai-port .--ads {
  border-color: #c1191f;
}

.page-mirai-port .--ads .service__ttl-txt {
  color: #c1191f;
}

.page-mirai-port .--ads .service-content__item-head span:first-child {
  color: #c1191f;
}

/* API連携・コンテンツサービス */
.page-mirai-port .--api {
  border-color: #e9c11c;
}

.page-mirai-port .--api .service__ttl-txt {
  color: #e9c11c;
}

.page-mirai-port .--api .service-content__item-head span:first-child {
  color: #e9c11c;
}

/* 他社CMS連携 */
.page-mirai-port .--other {
  border-color: #3c276f;
}

.page-mirai-port .--other .service__ttl-txt {
  color: #3c276f;
}

.page-mirai-port .--other .service-content__item-head span:first-child {
  color: #3c276f;
}

@media screen and (max-width: 767px) {

  .page-mirai-port .page-content .content {
    padding: 0;
  }

  .page-mirai-port .ttl-logo {
    width: 100%;
    margin: 20px auto;
  }

  .page-mirai-port .service__ttl {
    margin: -30px 0 20px;
  }

  .page-mirai-port .service__ttl-txt {
    font-size: 2.2rem;
    margin: 16px 0 0 10px;
  }

  .page-mirai-port .service__body {
    margin: 40px auto 0;
  }

  .page-mirai-port .service-content__row.col2 .service-content__item {
    width: 100%;
    margin: 0 auto;
  }

  .page-mirai-port .service-content__item-row {
    flex-direction: column-reverse;
  }

  .page-mirai-port .service-content__item-row .service__img {
    margin: 0 auto;
  }

  .page-mirai-port .service-content__item-row p {
    width: 100%;
  }

  .page-mirai-port .service-wrap:after {
    bottom: -60px;
    border-width: 40px 70px 0 70px;
  }

  .page-mirai-port .service-root {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 80px;
  }

  .page-mirai-port .service-root__item {
    width: 100%;
  }

  .page-mirai-port .service-root__item-head {
    margin-bottom: 10px;
  }

  /* ------ 各セクション別 ------ */
  /* CMS DiSi */
  .page-mirai-port .--cms-disi .service-content {
    flex-direction: column;
  }

  .page-mirai-port .--cms-disi .service__img {
    width: 100%;
  }
}

/* LEDビジョン（屋内・屋外）　2022/04/30
/* ----------------------------------- */
.model-box-wrap {
  display: flex;
  flex-direction: column;
}

.model-box-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.model-box-ttl {
  width: 50vw;
}

.model-box-ttl img {
  display: block;
}

.model-box-head-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.333vw;
}

.model-box-head-label .head-label {
  color: #fff;
  text-align: center;
  padding: 0 0.5em;
}

.model-box-head-label .label--outdoor {
  background-color: #1362b2;
}

.model-box-head-label .label--indoor {
  background-color: #da154d;
}

.model-box-ttl-sub {
  color: #262626;
  font-weight: bold;
  margin-top: 2.667vw;
}

.model-desc {
  margin-top: 10px !important;
}

.model-desc-notes {
  display: inline-block;
  background-color: #1d2087;
  color: #fff;
  text-align: center;
  font-size: 2.667vw;
  width: 100%;
  margin-top: 2.667vw !important;
  padding: 0 1em;
}

.model-box-img {
  margin-top: 2.667vw;
}

@media screen and (min-width: 768px) {

  .model-box-wrap {
    flex-direction: row;
  }

  .model-box {
    width: 100%;
    margin: 0 3.333vw 0 0;
  }

  .model-box-ttl {
    width: 30vw;
  }

  .model-box-head-label {
    margin: 3.333vw 0 0;
  }

  .model-box-ttl-sub {
    margin-top: 1.667vw !important;
  }

  .model-desc {
    margin-top: 1.667vw !important;
  }

  .model-desc-notes {
    font-size: 1.667vw;
    margin-top: 1.667vw !important;
  }

  .model-box-img {
    margin: 3.333vw 0 0;
  }
}

@media screen and (min-width: 1000px) {

  .model-box {
    width: 700px;
    margin: 0 20px 0 0;
  }

  .model-box-ttl {
    width: 180px;
  }

  .model-box-head {
    align-items: center;
    flex-direction: row;
  }

  .model-box-head-label {
    margin: 0 0 0 20px;
  }

  .model-box-ttl-sub {
    margin-top: 10px !important;
  }

  .model-desc {
    margin-top: 10px !important;
  }

  .model-desc-notes {
    font-size: 1.4rem;
    margin-top: 10px !important;
  }

  .model-box-img {
    margin-top: 10px;
  }
}

.lineup-area {
  margin: 13.333vw 0 5.333vw;
}

.lineup:nth-of-type(n + 2) {
  margin: 10.667vw 0 0;
}

.lineup-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 5px solid #d9d9d9;
  margin: 0 0 5.333vw;
}

.lineup-ttl .-en {
  color: #333;
  font-size: 8.533vw;
  font-weight: 700;
  line-height: 1.4;
}

.lineup-ttl .-jp {
  font-size: 5.333vw;
}

.lineup-sports-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 5px solid #d9d9d9;
  width: 100%;
  margin: 0 0 5.333vw;
}

.lineup-sports-ttl .-en img {
  width: auto;
  height: 12vw;
}

.lineup-sports-ttl .-jp {
  font-size: 3.333vw;
}

/* PITCH VISION */
.lineup-sports-pitch .lineup-sports-ttl {
  border-bottom: 5px solid #ea6133;
}

/* COURT VISION */
.lineup-sports-court .lineup-sports-ttl {
  border-bottom: 5px solid #6a3906;
}

/* FLEX VISION */
.lineup-sports-flex .lineup-sports-ttl {
  border-bottom: 5px solid #f29600;
}

.lineup-sports .model-box {
  width: 100%;
  margin: 0 auto;
}

.lineup-sports .model-box-img {
  margin-bottom: 0;
}

.lineup-sports-flex .model-box-img {
  margin-bottom: 0;
}

.lineup-sports .model-box img {
  width: 100%;
}

.lineup-sports-flex {
  display: none;
}

@media screen and (min-width: 768px) {

  .lineup-area {
    margin: 8.333vw 0 2.604vw;
  }

  .lineup:nth-of-type(n + 2) {
    margin: 6.667vw 0 0;
  }

  .lineup-ttl {
    margin: 0 0 3.333vw;
  }

  .lineup-ttl .-en {
    font-size: 6.667vw;
  }

  .lineup-ttl .-jp {
    font-size: 4vw;
  }

  .lineup-sports-ttl {
    margin: 0 0 3.333vw;
  }

  .lineup-sports-ttl .-en img {
    height: 10vw;
  }

  .lineup-sports-ttl .-jp {
    font-size: 3vw;
  }

  .lineup-sports .model-box-img {
    margin-bottom: -5em;
  }
}

@media screen and (min-width: 1000px) {

  .lineup-area {
    margin: 50px 0 40px;
  }

  .lineup:nth-of-type(n + 2) {
    margin: 80px 0 0;
  }

  .lineup-ttl {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 0 0 20px;
  }

  .lineup-ttl .-en {
    font-size: 4rem;
  }

  .lineup-ttl .-jp {
    font-size: 2.4rem;
    margin: 0 0 0 20px;
  }

  .lineup-sports-ttl {
    flex-direction: row;
    margin: 0 0 20px;
  }

  .lineup-sports-ttl .-en img {
    height: 60px;
  }

  .lineup-sports-ttl .-jp {
    font-size: 2.4rem;
    margin: 0 0 0 20px;
  }

  .lineup-sports .model-box-img {
    margin-bottom: -7em;
  }
}

.lineup-table {
  margin: 8.333vw 0 0;
}

/* GOB / COB / MINI LED */
.lineup-durable .lineup-table:nth-of-type(n + 2) {
  margin: 10.333vw 0 0;
}

.lineup-table-head {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: right;
  margin: 0 0 2.667vw;
}

.lineup-table-ttl {
  font-size: 3.733vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0 0 1.333vw;
  padding: 0.5em;
}

/* ------ 屋内用 ------ */
.lineup-table-indoor .lineup-table-ttl {
  background-color: #d6005b;
}

.lineup-table-indoor .lineup-table-top {
  background-color: #fbe4e7;
}

/* ------ 屋外用 ------ */
.lineup-table-outdoor .lineup-table-ttl {
  background-color: #009fc9;
}

.lineup-table-outdoor .lineup-table-top {
  background-color: #def1fb;
}

/* ------ 木材加工スタンド［屋内用］ ------ */
.lineup-table-indoor-wood .lineup-table-ttl {
  background-color: #55321f;
}

/* ------ スチールスタンド［屋内用］ ------ */
.lineup-table-indoor-steal .lineup-table-ttl {
  background-color: #595757;
}

.lineup-table-box {
  overflow-x: scroll;
}

.lineup-table-box table+.note {
  margin-top: 0;
}

.lineup-table-box:nth-of-type(n + 2) {
  margin: 5.333vw 0 0;
}

.lineup-table-notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 2.667vw;
  margin: 2.667vw 0 0;
}

.lineup-table-frame {
  border: 1px solid #d9d9d9;
  margin: 5.333vw 0 0;
  padding: 1em;
}

/* テーブルここから */
.lineup-table table {
  overflow: auto;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  margin: 0;
}

.lineup-table table th {
  border-radius: 0 !important;
}

.lineup-table table td {
  background-color: #fff;
}

.lineup-table table th,
.lineup-table table td {
  border: 1px solid #ddd !important;
  text-align: center;
}

.lineup-table-image {
  padding: 4vw;
}

/* テーブルここまで */

@media screen and (max-width: 767px) {

  .lineup-table table th:not(.lineup-table-top) {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {

  .lineup-table {
    margin: 7.333vw 0 0;
  }

  /* GOB / COB / MINI LED */
  .lineup-durable .lineup-table:nth-of-type(n + 2) {
    margin: 6.333vw 0 0;
  }

  .lineup-table-head {
    font-size: 3vw;
    margin: 0 0 1vw;
  }

  .lineup-table-ttl {
    font-size: 2.333vw;
    margin: 0 0 1.667vw;
  }

  .lineup-table-box {
    overflow-x: auto;
  }

  .lineup-table-box:nth-of-type(n + 2) {
    margin: 5.333vw 0 0;
  }

  .lineup-table-notes {
    text-align: right;
    font-size: 1.667vw;
    margin: 2.667vw 0 0;
  }

  .lineup-table-frame {
    text-align: center;
    margin: 3.333vw 0 0;
  }

  /* テーブルここから */
  .lineup-table-image {
    padding: 3vw;
  }

  /* テーブルここまで */
}

@media screen and (min-width: 1000px) {

  .lineup-table {
    margin: 50px 0 0;
  }

  /* GOB / COB / MINI LED */
  .lineup-durable .lineup-table:nth-of-type(n + 2) {
    margin: 60px 0 0;
  }

  .lineup-table-head {
    font-size: 2.4rem;
    margin: 0;
  }

  .lineup-table-ttl {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }

  .lineup-table-box:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }

  .lineup-table-notes {
    font-size: 1rem;
    margin: 10px 0 0;
  }

  .lineup-table-frame {
    margin: 20px 0 0;
  }

  /* テーブルここから */
  .lineup-table table {
    table-layout: fixed;
  }

  .lineup-table-image {
    padding: 20px;
  }

  /* テーブルここまで */
}

/* LED ビジョンを選ぶポイント　2022/05/03
/* ----------------------------------- */
.selection {
  margin: 16vw 0 0;
}

.selection-ttl {
  border-bottom: 5px solid #ddd;
  font-size: 5.867vw;
  margin: 0 0 5.333vw;
}

.selection-point:nth-of-type(n + 2) {
  margin: 40px 0 0;
}

.selection-point-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
  border-bottom: 2px solid #333;
  margin: 0 0 5.333vw;
}

.selection-point-ttl {
  font-size: 4.267vw;
}

.selection-point-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin: 0 0 1.333vw;
}

.selection-point-num {
  font-size: 3.2vw;
  margin: 0 2.667vw 0 0;
}

.selection-point-name {
  font-size: 4.8vw;
}

@media screen and (min-width: 768px) {
  .selection {
    margin: 7.813vw 0 0;
  }

  .selection-point:nth-of-type(n + 2) {
    margin: 5.208vw 0 0;
  }

  .selection-ttl {
    font-size: 4.167vw;
    margin: 0 0 2.604vw;
  }

  .selection-point-head {
    margin: 0 0 2.604vw;
  }

  .selection-point-ttl {
    font-size: 2.344vw;
  }

  .selection-point-label {
    margin: 0 1.302vw 0 0;
    padding: 0 0.5em;
  }

  .selection-point-num {
    font-size: 1.563vw;
    margin: 0 1.302vw 0 0;
  }

  .selection-point-name {
    font-size: 2.344vw;
  }
}

@media screen and (min-width: 1000px) {

  .selection {
    margin: 60px 0 0;
  }

  .selection-point:nth-of-type(n + 2) {
    margin: 40px 0 0;
  }

  .selection-ttl {
    font-size: 4.2rem;
    margin: 0 0 20px;
  }

  .selection-point-head {
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 0 0 20px;
  }

  .selection-point-ttl {
    font-size: 1.8rem;
  }

  .selection-point-label {
    border-radius: 4px 0 0 0;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0.5em;
  }

  .selection-point-num {
    font-size: 12px;
    margin: 0 10px 0 0;
  }

  .selection-point-name {
    font-size: 18px;
  }
}

.selection-point-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.selection-point-list li {
  text-align: center;
  width: 47%;
  margin: 0 6% 5.333vw 0;
}

.selection-point-list li:nth-child(even) {
  margin-right: 0;
}

.selection-point-list li .color-indoor {
  color: #d6005b;
}

.selection-point-list li .color-outdoor {
  color: #009fc9;
}

.selection-point-list-img img {
  display: block;
  margin: 0 auto;

}

.selection-point-list-name {
  font-size: 3.733vw;
}

.selection-point-list-status {
  border-top: 1px dashed #ddd;
  margin: 1.333vw 0 0;
  padding: 1.333vw 0 0;
}

.selection-point-frame {
  border: 1px solid #d9d9d9;
  margin: 5.333vw 0 0;
  padding: 1em;
}

.selection-point-list-wrap-ttl {
  font-size: 4.267vw;
  margin: 0 0 5.333vw;
}

.selection-point-list-wrap-ttl span {
  color: #333;
}

.selection-point-list-desc span {
  color: #ec6c00;
}

@media screen and (min-width: 768px) {

  .selection-point-list-name {
    font-size: 1.823vw;
  }

  .selection-point-list-status {
    margin: 0.651vw 0 0;
    padding: 0.651vw 0 0;
  }

  .selection-point-list-wrap-ttl {
    font-size: 2.083vw;
    margin: 0 0 2.604vw;
  }

  .selection-point-frame {
    margin: 3vw 0 0;
  }
}

@media screen and (min-width: 768px) {

  .selection-point-list {
    margin: 0;
  }

  .selection-point-list li {
    margin-bottom: 3.333vw;
  }
}

@media screen and (min-width: 1000px) {

  .selection-point-list {
    flex-wrap: nowrap;
    margin: 0 0 30px;
  }

  .selection-point-list li {
    width: 47%;
    margin: 0 20px 0 0;
  }

  .selection-point-list li:nth-child(even) {
    margin-right: 20px;
  }

  .selection-point-list li:last-child {
    margin-right: 0;
  }

  .selection-point-list-name {
    font-size: 1.4rem;
    min-height: 4em;
  }

  .selection-point-list-status {
    margin: 5px 0 0;
    padding: 5px 0 0;
  }

  .selection-point-brightness {
    margin: 20px 0 0;
  }

  .selection-point-list-wrap-ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }

  .selection-point-frame {
    margin: 20px 0 0;
  }
}

.selection-point02 .selection-point-list {
  margin: 0 0 5.333vw;
}

.selection-point02 .selection-point-list li {
  text-align: left;
  width: 100%;
  margin: 0;
}

.selection-point02 .selection-point-list li:nth-child(n + 2) {
  border-top: 1px dashed #ddd;
  margin: 3% 0 0;
  padding: 3% 0 0;
}

@media screen and (min-width: 1000px) {

  .selection-point02 .selection-point-list {
    margin: 0 0 30px;
  }

  .selection-point02 .selection-point-list li {
    text-align: left;
    width: 100%;
    margin: 0;
  }

  .selection-point02 .selection-point-list li:nth-child(n + 2) {
    border-top: none;
    border-left: 1px dashed #ddd;
    margin: 0 0 0 2%;
    padding: 0 0 0 2%;
  }

  .selection-point02 .selection-point-list-name {
    text-align: center;
    min-height: 2.5em;
  }
}

.selection-pixel-box:nth-child(n + 2) {
  margin: 5.333vw 0 0;
}

.selection-pixel-img img {
  display: block;
  margin: 0 auto;
}

.selection-pixel-list {
  margin: 5.333vw 0 0;
}

.selection-pixel-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.selection-pixel-box-label {
  display: inline-block;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0 0 5.333vw;
  padding: 0 0.5em;
}

@media screen and (min-width: 768px) {

  .selection-pixel-box:nth-child(n + 2) {
    margin: 3.906vw 0 0;
  }

  .selection-pixel-list {
    margin: 2.604vw 0 0;
  }

  .selection-pixel-box-label {
    margin: 0 0 2.604vw;
  }
}

@media screen and (min-width: 1000px) {

  .selection-pixel-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .selection-pixel-box:nth-child(n + 2) {
    margin: 0 0 0 60px;
  }

  .selection-pixel-box-label {
    margin: 0 0 20px;
  }

  .selection-pixel-list {
    margin: 20px 0 0;
  }
}

.selection-distance-wrap {
  margin: 5.333vw 0 0;
}

.selection-distance-img:nth-of-type(n + 2) {
  margin: 5.333vw 0 0;
}

.selection-distance-img:nth-child(1) {
  max-width: 280px;
  margin: 0 auto;
}

.selection-distance-img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {

  .selection-distance-wrap {
    margin: 5.333vw 0 0;
  }

  .selection-distance-img:nth-of-type(n + 2) {
    margin: 5.333vw 0 0;
  }
}

@media screen and (min-width: 1000px) {

  .selection-distance-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0;
  }

  .selection-distance-img {
    flex: 1;
  }

  .selection-distance-img:nth-of-type(n + 2) {
    margin: 0 0 0 20px;
  }

  .selection-distance-img:nth-child(1) {
    max-width: 200px;
  }

  .selection-distance-img:nth-child(3) {
    max-width: 230px;
  }
}

/* シースルーLEDビジョン（グラスビジョン）　2022/05/04
/* ----------------------------------- */
.lineup-table-box--row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.lineup-table-box--row:nth-of-type(n + 2) {
  margin: 5.333vw 0 0;
}

.lineup-table-ttl--vertical {
  writing-mode: vertical-rl;
  font-size: 3.733vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  margin: 0 1.333vw 0 0;
  padding: 0.5em;
}

.lineup-color--gold {
  background-color: #d6ad3c !important;
  color: #fff;
}

.lineup-color--bronze {
  background-color: #8c3d20 !important;
  color: #fff;
}

@media screen and (min-width: 768px) {

  .lineup-table-ttl--vertical {
    font-size: 2.333vw;
    margin: 0 1.667vw 0 0;
  }

  .lineup-table-box--row:nth-of-type(n + 2) {
    margin: 2.604vw 0 0;
  }
}

@media screen and (min-width: 1000px) {

  .lineup-table-ttl--vertical {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }

  .lineup-table-box--row:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}

/* 液晶ディスプレイ　2022/05/30
/* ----------------------------------- */
.heading-style-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  .heading-style-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.heading-style-flex span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .heading-style-flex span {
    display: inline-block;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1000px) {
  .heading-style-flex span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .single-display .scroll>* {
    min-width: 800px;
    margin-bottom: 15px;
  }
}

.single-display table {
  table-layout: fixed;
}

.single-display table th,
.single-display table td {
  padding: 10px 0.3em;
}

.single-display table th {
  width: auto;
}

.single-display .lineup-table table th:not(.lineup-table-top) {
  width: auto;
}

.lineup-table-top__txt {
  display: block;
  line-height: 1.4;
  text-align: left;
  margin: 2vw 0;
}

@media screen and (min-width: 768px) {
  .lineup-table-top__txt {
    text-align: center;
    margin: 2vw 0;
  }
}

@media screen and (min-width: 1000px) {
  .lineup-table-top__txt {
    margin: 20px 0;
  }
}

/* STEP VISION ステップビジョン　2022/06/01
/* CUBE VISION 置き型キューブビジョン　2022/06/01
/* ----------------------------------- */
.lineup-stepvision .model-box,
.lineup-cubevision .model-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.lineup-stepvision .model-box-img,
.lineup-cubevision .model-box-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  margin: 0 0 3vw;
}

.lineup-stepvision .model-box-ttl-sub,
.lineup-cubevision .model-box-ttl-sub {
  margin: 0 !important;
}

.lineup-stepvision .lineup-table table,
.lineup-cubevision .lineup-table table {
  table-layout: auto;
}

.lineup-stepvision .model-desc-notes,
.lineup-cubevision .model-desc-notes {
  background-color: #ffec60;
  color: #333;
}

.lineup-stepvision-ttl,
.lineup-cubevision-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 0 5.333vw;
}

.lineup-stepvision-ttl {
  border-bottom: 5px solid #5d116f;
}

.lineup-cubevision-ttl {
  border-bottom: 5px solid #e40d7c;
}

@media screen and (max-width: 999px) {

  .lineup-stepvision,
  .lineup-cubevision {
    margin-top: 5em;
  }
}

@media screen and (min-width: 768px) {

  .lineup-stepvision .model-box,
  .lineup-cubevision .model-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lineup-stepvision .model-box-img,
  .lineup-cubevision .model-box-img {
    margin: 0 3vw 0 0;
  }

  .lineup-stepvision-ttl,
  .lineup-cubevision-ttl {
    margin: 0 0 3.333vw;
  }

  .lineup-stepvision-ttl .-en img,
  .lineup-cubevision-ttl .-en img {
    height: 10vw;
  }

  .lineup-stepvision-ttl .-jp,
  .lineup-cubevision-ttl .-jp {
    font-size: 3vw;
  }

  .lineup-stepvision .model-box-img,
  .lineup-cubevision .model-box-img {
    margin-bottom: -5em;
  }
}

@media screen and (min-width: 1000px) {

  .lineup-stepvision .model-box-img,
  .lineup-cubevision .model-box-img {
    margin: 0 20px 0 0;
  }

  .lineup-stepvision-ttl,
  .lineup-cubevision-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 20px;
  }

  .lineup-stepvision-ttl .-en img,
  .lineup-cubevision-ttl .-en img {
    height: 60px;
  }

  .lineup-stepvision-ttl .-jp,
  .lineup-cubevision-ttl .-jp {
    font-size: 2.4rem;
    margin: 0 0 0 20px;
  }

  .lineup-stepvision .model-box-img,
  .lineup-cubevision .model-box-img {
    margin-bottom: -7em;
  }
}

.lineup-table-ttl-sub {
  background-color: #d9d9d9;
  font-size: 2.2vw;
  margin: 2vw 0;
  padding: 0.5em;
}

@media screen and (min-width: 768px) {
  .lineup-table-ttl-sub {
    font-size: 1.8vw;
    margin: 3vw 0;
  }
}

@media screen and (min-width: 1000px) {
  .lineup-table-ttl-sub {
    font-size: 1.2rem;
    margin: 10px 0;
  }
}

.lineup-cubevision__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lineup-cubevision__img.-flexend {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lineup-cubevision__img-item {
  width: 40%;
  margin: 10px;
}

.lineup-cubevision__img-item-head {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .lineup-cubevision__img {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lineup-cubevision__img-item {
    width: auto;
    margin: 20px;
  }
}

/* セミナー一覧ページ　2022/08/15
/* ----------------------------------- */
.sec-seminar {
  padding-bottom: 90px;
}

.sec-seminar .seminar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
}

@media screen and (min-width: 768px) {
  .sec-seminar .seminar-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}

.sec-seminar .seminar__item {
  border: 5px solid #f1f1f1;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec-seminar .seminar__item {
    width: 49%;
    margin: 0;
  }
}

.sec-seminar .seminar__item:hover {
  border: 5px solid #333;
}

.sec-seminar .seminar__link {
  position: relative;
  display: block;
}

.sec-seminar .seminar__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec-seminar .seminar__title {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}

.sec-seminar .seminar-detail {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  padding: 20px;
}

.sec-seminar .seminar__label {
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: 5px;
  border-radius: 3px;
  min-width: 56px;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}

.sec-seminar .seminar-detail__item {
  border-top: 1px solid #d8d8d8;
  font-weight: 700;
  padding: 15px 0 0;
}

.sec-seminar .seminar-detail__item:nth-of-type(n + 3) {
  border-top: none;
  margin-top: 10px !important;
  padding: 0;
}

.sec-seminar .seminar-detail__item span {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
}

.sec-seminar .seminar__status {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  font-weight: 700;
  padding: 0 15px;
}

.sec-seminar .seminar__status--reception {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}

.sec-seminar .seminar__status--end {
  background-color: #c2c2c2;
  border: 2px solid #4e4e4e;
  color: #4e4e4e;
}