@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Roboto:400,900&display=swap&subset=japanese");
/* ==================================================================

Setting

================================================================== */
/* Reset
--------------------------------- */
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  border-collapse: collapse;
  border-spacing: 0;
}

html *, html *::before, html *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html *:focus {
  outline: none;
}

html body {
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
  position: relative;
}

html body p, html body ul, html body ol, html body figure, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  margin: 0 0 1em;
  padding: 0;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-weight: 700;
}

html body ul {
  list-style: none;
}

html body a,
html body a:hover,
html body a:active {
  text-decoration: none;
  outline: none;
}

html body em {
  font-style: normal;
}

html body .en {
  font-family: 'Roboto', sans-serif;
}

html body iframe {
  border: none;
}

/* clearfix
--------------------------------- */
/* width
--------------------------------- */
/* height
--------------------------------- */
/* position 縦中央
--------------------------------- */
/* font
--------------------------------- */
/* text
--------------------------------- */
/* Color
--------------------------------- */
/* radius
--------------------------------- */
/* media query
--------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==================================================================

ヘッダー

================================================================== */
.l-header {
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 979px) {
  .l-header {
    padding: 16px 14px;
  }
}

.l-header::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-header .c-logo {
  float: left;
  width: 114px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 979px) {
  .l-header .c-logo {
    width: 80px;
  }
  .l-header .c-logo img {
    max-width: 100%;
    height: auto;
  }
}

.l-header .p-header__content {
  float: right;
  visibility: visible;
  position: static;
}

.l-header .p-header__content .p-header__content__slider {
  float: left;
  margin: 0 1.2em 0 0;
  max-width: 630px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

@media (max-width: 979px) {
  .l-header .p-header__content .p-header__content__slider {
    display: none;
  }
}

.l-header .p-header__content .p-header__content__slider > div {
  margin: .35em 0 0;
}

.l-header .p-header__content .p-header__content__slider > div .p-header__content__slider__item {
  text-align: right;
}

.l-header .p-header__content .p-header__content__slider .slick-slide {
  text-align: right;
}

.l-header .p-header__content .p-header__content__pca {
  float: left;
  position: relative;
  padding: 0 0 0 100px;
}

@media (max-width: 979px) {
  .l-header .p-header__content .p-header__content__pca {
    padding-left: 70px;
  }
}

.l-header .p-header__content .p-header__content__pca > img {
  display: inline-block;
  width: 82px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 1;
}

@media (max-width: 979px) {
  .l-header .p-header__content .p-header__content__pca > img {
    width: 58px;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}

.l-header .p-header__content .p-header__content__pca h1 {
  display: inline-block;
  color: #111987;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin: .3em 0 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 979px) {
  .l-header .p-header__content .p-header__content__pca h1 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-header .p-header__content .p-header__content__pca h1 em {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 979px) {
  .l-header .p-header__content .p-header__content__pca h1 em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-header .p-header__content--fix {
  display: none;
}

.l-header.p-header-fix {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0 40px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 40px 0px rgba(0, 0, 0, 0.3);
}

.l-header.p-header-fix .p-header__content {
  visibility: hidden;
  position: absolute;
}

.l-header.p-header-fix .p-header__content--fix {
  display: block;
}

@media (max-width: 979px) {
  .l-header.p-header-fix .p-header__content--fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}

.l-header.p-header-fix .p-header__content--fix nav {
  max-width: 53%;
  position: absolute;
  bottom: 0;
  left: 15%;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav {
    max-width: 61%;
  }
}

@media (max-width: 979px) {
  .l-header.p-header-fix .p-header__content--fix nav {
    display: none;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  line-height: 1;
}

.l-header.p-header-fix .p-header__content--fix nav > ul::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li {
  display: table-cell;
  vertical-align: bottom;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li:nth-of-type(4) {
  width: 14%;
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li:nth-of-type(4) {
    width: 17%;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li:nth-of-type(5) {
  width: 14%;
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li:nth-of-type(5) {
    width: 14%;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li:last-of-type {
  width: 10%;
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li:last-of-type {
    width: 13%;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0.5em 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a em {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline;
}

@media (min-width: 1400px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li a em {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li a em.pc-xl {
    display: block;
  }
}

@media (min-width: 1400px) {
  .l-header.p-header-fix .p-header__content--fix nav > ul > li a em.pc-xl {
    display: inline;
  }
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #888888 transparent transparent transparent;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-denatsu {
  color: #1268c9;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-denatsu::after {
  border-color: #0f887b transparent transparent transparent;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-teiden {
  color: #0f887b;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-teiden::after {
  border-color: #0f887b transparent transparent transparent;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-sequence {
  color: #323CC3;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-sequence::after {
  border-color: #0f887b transparent transparent transparent;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-product {
  color: #888888;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a.c-link-usage {
  color: #888888;
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a:hover {
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.l-header.p-header-fix .p-header__content--fix nav > ul > li a:hover::after {
  opacity: 0;
}

.l-header.p-header-fix.a-slide-down {
  -webkit-animation: slide-down 0.3s ease forwards;
          animation: slide-down 0.3s ease forwards;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-header.p-header-fix.a-slide-up {
  -webkit-animation: slide-up 0.3s ease;
          animation: slide-up 0.3s ease;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

/* ==================================================================

メインビジュアル

================================================================== */
.l-visual {
  position: relative;
  z-index: 10;
  padding: 50px 0 0;
  /* ==================================================================
ボタン
================================================================== */
}

.l-visual .c-visual__img {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  /* ==================================================================
メインビジュアル  case1
================================================================== */
  /* ==================================================================
メインビジュアル  case2
================================================================== */
  /* ==================================================================
メインビジュアル  case3
================================================================== */
}

@media (max-width: 979px) {
  .l-visual .c-visual__img {
    display: block;
  }
}

.l-visual .c-visual__img .c-visual__img__item,
.l-visual .c-visual__img .c-visual__img__item--teiden,
.l-visual .c-visual__img .c-visual__img__item--sequence {
  display: table-cell;
  width: 33.333%;
  max-height: 787px;
  background: url(../image/bg_visual_01_pc.jpg) right bottom no-repeat;
  background-size: auto 100%;
  position: relative;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item,
  .l-visual .c-visual__img .c-visual__img__item--teiden,
  .l-visual .c-visual__img .c-visual__img__item--sequence {
    display: block;
    width: 100%;
    height: 360px;
    background: url(../image/bg_visual_01_sp.jpg) right center no-repeat;
    background-size: cover;
  }
}

.l-visual .c-visual__img .c-visual__img__item a,
.l-visual .c-visual__img .c-visual__img__item--teiden a,
.l-visual .c-visual__img .c-visual__img__item--sequence a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-visual .c-visual__img .c-visual__img__item h2,
.l-visual .c-visual__img .c-visual__img__item--teiden h2,
.l-visual .c-visual__img .c-visual__img__item--sequence h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-indent: -2em;
  letter-spacing: 0.07em;
  position: absolute;
  left: 25%;
  top: 5.5rem;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item h2,
  .l-visual .c-visual__img .c-visual__img__item--teiden h2,
  .l-visual .c-visual__img .c-visual__img__item--sequence h2 {
    font-size: 21px;
    font-size: 2.1rem;
    top: 10%;
  }
}

.l-visual .c-visual__img .c-visual__img__item h2 em,
.l-visual .c-visual__img .c-visual__img__item--teiden h2 em,
.l-visual .c-visual__img .c-visual__img__item--sequence h2 em {
  font-size: 38px;
  font-size: 3.8rem;
  color: #57a3ea;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item h2 em,
  .l-visual .c-visual__img .c-visual__img__item--teiden h2 em,
  .l-visual .c-visual__img .c-visual__img__item--sequence h2 em {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.l-visual .c-visual__img .c-visual__img__item--teiden {
  background: url(../image/bg_visual_02_pc.jpg) left bottom no-repeat;
  background-size: auto 100%;
  width: auto;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item--teiden {
    background: url(../image/bg_visual_02_sp.jpg) left center no-repeat;
    background-size: cover;
  }
}

.l-visual .c-visual__img .c-visual__img__item--teiden h2 {
  color: #2e2e2e;
  text-indent: -2em;
  right: auto;
  left: 25%;
}

.l-visual .c-visual__img .c-visual__img__item--teiden h2 em {
  color: #109da0;
}

.l-visual .c-visual__img .c-visual__img__item--sequence {
  background: url(../image/bg_visual_03_pc.jpg) right bottom no-repeat;
  background-size: auto 100%;
  width: auto;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item--sequence {
    background: url(../image/bg_visual_03_sp.jpg) left center no-repeat;
    background-size: cover;
  }
}

.l-visual .c-visual__img .c-visual__img__item--sequence h2 {
  color: #2e2e2e;
  text-indent: -2em;
  right: auto;
  left: 25%;
  letter-spacing: 0.01em;
}

@media (max-width: 979px) {
  .l-visual .c-visual__img .c-visual__img__item--sequence h2 {
    left: 25%;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

.l-visual .c-visual__img .c-visual__img__item--sequence h2 em {
  color: #555ff6;
}

.l-visual ul.c-visual__bg {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

.l-visual ul.c-visual__bg > li {
  display: table-cell;
  width: 50%;
  max-height: 787px;
  background: url(../image/bg_visual_side_01_pc.jpg) left bottom repeat-x;
  background-size: auto 100%;
}

.l-visual ul.c-visual__bg > li + li {
  background: url(../image/bg_visual_side_02_pc.jpg) left bottom repeat-x;
  background-size: auto 100%;
}

.l-visual ul.c-button-visual {
  width: 100%;
  max-width: 960px;
  margin: -100px auto 100px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 20;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual {
    width: 18em;
    margin: 0;
    position: absolute;
    bottom: 70px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual::after {
    content: "";
    display: block;
    width: 106px;
    height: 160px;
    background: url(../image/btn_hero_01_sp.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 99;
  }
}

.l-visual ul.c-button-visual > li {
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li {
    float: none;
    width: 100%;
    height: auto;
  }
}

.l-visual ul.c-button-visual > li:hover {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-visual ul.c-button-visual > li::before {
  content: "";
  display: inline-block;
  width: 221px;
  height: 146px;
  background: url(../image/btn_hero_01_pc.png) 0 bottom no-repeat;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, 0);
          transform: translate(-48%, 0);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li::before {
    display: none;
  }
}

.l-visual ul.c-button-visual > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0c4483), color-stop(50%, #105cb2), to(#0c4483));
  background: -webkit-linear-gradient(left, #0c4483 0%, #105cb2 50%, #0c4483 100%);
  background: linear-gradient(to right, #0c4483 0%, #105cb2 50%, #0c4483 100%);
  border: 5px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0px 2px 30px 6px rgba(48, 48, 48, 0.1);
          box-shadow: 0px 2px 30px 6px rgba(48, 48, 48, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li::after {
    border-radius: 0 0 0 0;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 2px white;
            box-shadow: 0px 0px 0px 2px white;
  }
}

.l-visual ul.c-button-visual > li a.p-button,
.l-visual ul.c-button-visual > li a.p-button--constant {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  top: -0px;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(48, 48, 48, 0.26);
          box-shadow: 0px 2px 20px 0px rgba(48, 48, 48, 0.26);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li a.p-button,
  .l-visual ul.c-button-visual > li a.p-button--constant {
    height: auto;
    border-radius: 0;
    text-align: left;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-visual ul.c-button-visual > li a.p-button > span,
.l-visual ul.c-button-visual > li a.p-button--constant > span {
  display: block;
  width: 100%;
  height: 50%;
  padding-top: 4%;
  background: #1268c9;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li a.p-button > span,
  .l-visual ul.c-button-visual > li a.p-button--constant > span {
    height: auto;
    position: static;
    padding: 0.7em 0 0.7em 40px;
    font-size: 15px;
    font-size: 1.5rem;
    background: none;
  }
}

.l-visual ul.c-button-visual > li a.p-button > span em,
.l-visual ul.c-button-visual > li a.p-button--constant > span em {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li a.p-button > span em,
  .l-visual ul.c-button-visual > li a.p-button--constant > span em {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
  }
}

.l-visual ul.c-button-visual > li a.p-button > span::before,
.l-visual ul.c-button-visual > li a.p-button--constant > span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #1979ff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li a.p-button > span::before,
  .l-visual ul.c-button-visual > li a.p-button--constant > span::before {
    display: none;
  }
}

.l-visual ul.c-button-visual > li a.p-button > span::after,
.l-visual ul.c-button-visual > li a.p-button--constant > span::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 16px;
  background: url(../image/ico_arrow_down_01.png) 0 0 no-repeat;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li a.p-button > span::after,
  .l-visual ul.c-button-visual > li a.p-button--constant > span::after {
    height: 10px;
    background-size: contain;
    left: 12px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.l-visual ul.c-button-visual > li a.p-button:hover > span::before,
.l-visual ul.c-button-visual > li a.p-button--constant:hover > span::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 980px) {
  .l-visual ul.c-button-visual > li a.p-button:hover > span::after,
  .l-visual ul.c-button-visual > li a.p-button--constant:hover > span::after {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.l-visual ul.c-button-visual > li:nth-of-type(3) {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.l-visual ul.c-button-visual > li:nth-of-type(3)::before {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.l-visual ul.c-button-visual > li:nth-of-type(3)::after {
  background: -webkit-gradient(linear, left top, right top, from(#198486), color-stop(50%, #1d999c), to(#198486));
  background: -webkit-linear-gradient(left, #198486 0%, #1d999c 50%, #198486 100%);
  background: linear-gradient(to right, #198486 0%, #1d999c 50%, #198486 100%);
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(3)::after {
    border-radius: 0 0 0 22px;
  }
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(3) {
    top: 139px;
    left: 0px;
  }
}

.l-visual ul.c-button-visual > li:nth-of-type(3) a.p-button--constant > span {
  background: #21aeb1;
}

.l-visual ul.c-button-visual > li:nth-of-type(3) a.p-button--constant > span::before {
  background: #24bfc2;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(3) a.p-button--constant > span {
    background: none;
    padding: 0.5em 0 0.8em 40px;
  }
}

.l-visual ul.c-button-visual > li:nth-of-type(2) {
  left: calc(50% - 100px);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(2) {
    top: 70px;
    left: 0;
    border-radius: 0 0 0 0;
  }
}

.l-visual ul.c-button-visual > li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

.l-visual ul.c-button-visual > li:nth-of-type(1)::before {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.l-visual ul.c-button-visual > li:nth-of-type(1)::after {
  background: -webkit-gradient(linear, left top, right top, from(#222986), color-stop(50%, #2d36af), to(#222986));
  background: -webkit-linear-gradient(left, #222986 0%, #2d36af 50%, #222986 100%);
  background: linear-gradient(to right, #222986 0%, #2d36af 50%, #222986 100%);
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(1)::after {
    border-radius: 22px 0 0 0;
  }
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(1) {
    top: 0;
    left: 0;
  }
}

.l-visual ul.c-button-visual > li:nth-of-type(1) a.p-button--constant > span {
  background: #6a73f0;
}

.l-visual ul.c-button-visual > li:nth-of-type(1) a.p-button--constant > span::before {
  background: #7d84f2;
}

@media (max-width: 979px) {
  .l-visual ul.c-button-visual > li:nth-of-type(1) a.p-button--constant > span {
    background: none;
  }
}

/* ==================================================================

お悩みですか？

================================================================== */
.l-worry {
  background: #4c97ff;
  padding: 130px 0;
  position: relative;
  -webkit-box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 979px) {
  .l-worry {
    padding: 100px 5% 40px;
  }
}

.l-worry h2 {
  color: #fff;
  font-size: 31px;
  font-size: 3.1rem;
  text-align: center;
  letter-spacing: 0.07em;
  text-shadow: 0px 1px 1px rgba(37, 69, 106, 0.5);
}

@media (max-width: 979px) {
  .l-worry h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.l-worry h2 em {
  font-size: 58px;
  font-size: 5.8rem;
}

@media (max-width: 979px) {
  .l-worry h2 em {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.l-worry .l-worry__list {
  max-width: 960px;
  margin: 100px auto 0;
  padding: 0;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list {
    margin: 20px 0 0;
  }
}

.l-worry .l-worry__list::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-worry .l-worry__list .l-worry__list__item {
  float: left;
  width: 31%;
  margin: 0 0 0 3.5%;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
}

.l-worry .l-worry__list .l-worry__list__item:first-of-type {
  margin-left: 0;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list .l-worry__list__item {
    width: 100%;
    margin: 50px 0 0;
  }
  .l-worry .l-worry__list .l-worry__list__item:first-of-type, .l-worry .l-worry__list .l-worry__list__item:nth-of-type(2) {
    width: 100%;
  }
}

.l-worry .l-worry__list .l-worry__list__item h3 {
  color: #1268c9;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  padding-bottom: 115px;
  margin-top: -1.75em;
  position: relative;
}

.l-worry .l-worry__list .l-worry__list__item h3 > img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-worry .l-worry__list .l-worry__list__item h3 span {
  display: inline-block;
  background: #fff;
  padding: 0.5em 1.5em;
  border-radius: 30px;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list .l-worry__list__item h3 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 0;
    margin-top: -2.5em;
  }
  .l-worry .l-worry__list .l-worry__list__item h3 > img {
    display: inline-block;
    position: static;
    width: 75px;
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    vertical-align: middle;
  }
  .l-worry .l-worry__list .l-worry__list__item h3 span {
    border-radius: 0 30px 30px 0;
    padding-left: 2em;
    margin-left: -1em;
  }
}

.l-worry .l-worry__list .l-worry__list__item > p {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 1.6em;
}

.l-worry .l-worry__list .l-worry__list__item > p em {
  font-weight: 700;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list .l-worry__list__item > p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.l-worry .l-worry__list .l-worry__list__item > figure {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list .l-worry__list__item > figure {
    max-width: 280px;
    margin: 0 auto;
  }
}

.l-worry .l-worry__list .l-worry__list__item > figure img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list .l-worry__list__item > figure img {
    margin: 0 auto;
  }
}

.l-worry .l-worry__list.c-col-2 .l-worry__list__item {
  width: 48%;
  margin: 0 0 0 4%;
}

.l-worry .l-worry__list.c-col-2 .l-worry__list__item:first-of-type {
  margin-left: 0;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list.c-col-2 .l-worry__list__item {
    width: 100%;
    margin: 50px 0 0;
  }
}

.l-worry .l-worry__list.c-col-2 .l-worry__list__item > p {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 979px) {
  .l-worry .l-worry__list.c-col-2 .l-worry__list__item > p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.l-worry .c-bg-arrow-down {
  width: 142px;
  height: 142px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 45%);
          transform: translate(-50%, 45%);
}

@media (max-width: 979px) {
  .l-worry .c-bg-arrow-down {
    width: 70px;
    height: 70px;
  }
}

.l-worry .c-bg-arrow-down svg {
  fill: #4c97ff;
}

.l-worry.p-teiden {
  background: #21aeb1;
}

@media (max-width: 979px) {
  .l-worry.p-teiden {
    padding-top: 30px;
  }
}

.l-worry.p-teiden .l-worry__list .l-worry__list__item h3 {
  color: #0f887b;
}

.l-worry.p-teiden .c-bg-arrow-down svg {
  fill: #21aeb1;
}

.l-worry.p-sequence {
  background: #6a73f0;
}

.l-worry.p-sequence .l-worry__list .l-worry__list__item h3 {
  color: #323CC3;
}

.l-worry.p-sequence .c-bg-arrow-down svg {
  fill: #6a73f0;
}

/* ==================================================================

〇〇でラクラク

================================================================== */
.l-resolution {
  background: #1268c9;
  padding: 0 0 150px;
}

@media (max-width: 979px) {
  .l-resolution {
    padding: 0 5% 40px;
  }
}

.l-resolution > * {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .l-resolution > * {
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}

.l-resolution h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 160px 0 0;
}

.l-resolution h2 em {
  font-size: 47px;
  font-size: 4.7rem;
}

.l-resolution h2 em span.c-resolution__strong {
  color: #f6ff00;
  background: url(../image/ico_word_point.svg) 70% 0 no-repeat;
  letter-spacing: -0.2em;
}

@media (max-width: 979px) {
  .l-resolution h2 em span.c-resolution__strong {
    background-position: 70% -1px;
    background-size: 23% 23%;
  }
}

@media (max-width: 979px) {
  .l-resolution h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 60px;
  }
  .l-resolution h2 em {
    font-size: 30px;
    font-size: 3rem;
  }
}

.l-resolution .c-resolution__txt {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2;
  margin: 4em auto 0;
}

@media (max-width: 979px) {
  .l-resolution .c-resolution__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1.75em;
  }
}

.l-resolution .c-resolution__txt::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-resolution .c-resolution__txt > picture {
  float: right;
  margin-left: 30px;
}

.l-resolution .c-resolution__txt > picture + p {
  padding: 1.5em 0;
  letter-spacing: 0.07em;
}

.l-resolution .c-resolution__txt > picture + p em {
  color: #f6ff00;
  font-weight: 700;
}

@media (max-width: 979px) {
  .l-resolution .c-resolution__txt > picture {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .l-resolution .c-resolution__txt > picture img {
    height: 95px;
    width: auto;
    display: inline-block;
  }
  .l-resolution .c-resolution__txt > picture + p {
    padding: 0.5em 0;
  }
}

.l-resolution .c-resolution__voice {
  background: #deecfc;
  border-radius: 8px;
  padding: 40px 50px;
  position: relative;
  font-size: 15.5px;
  font-size: 1.55rem;
}

@media (max-width: 979px) {
  .l-resolution .c-resolution__voice {
    padding: 17px;
  }
}

.l-resolution .c-resolution__voice h3 {
  margin: 0 0 0 30%;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  font-weight: 500;
}

@media (max-width: 979px) {
  .l-resolution .c-resolution__voice h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }
}

.l-resolution .c-resolution__voice > picture {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-resolution .c-resolution__voice > picture + p {
  color: #525252;
  margin: 2em 0 0 30%;
  line-height: 2;
}

.l-resolution .c-resolution__voice > picture + p em {
  font-weight: 700;
}

@media (max-width: 979px) {
  .l-resolution .c-resolution__voice > picture {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    text-align: center;
    margin-top: 2em;
  }
  .l-resolution .c-resolution__voice > picture img {
    height: 95px;
    width: auto;
    display: inline-block;
  }
  .l-resolution .c-resolution__voice > picture + p {
    margin: 1em 0 0;
    line-height: 1.6;
  }
}

.l-resolution.p-teiden {
  background: #0f887b;
}

.l-resolution.p-teiden .c-resolution__voice {
  background: #d8f0d9;
}

.l-resolution.p-teiden .c-resolution__txt {
  font-size: 23px;
  font-size: 2.3rem;
}

@media (max-width: 979px) {
  .l-resolution.p-teiden .c-resolution__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1.75em;
  }
}

.l-resolution.p-teiden .c-resolution__txt > p {
  padding-top: 1em;
}

.l-resolution.p-sequence {
  background: #323CC3;
}

.l-resolution.p-sequence .c-resolution__voice {
  background: #DEE0F7;
}

.l-resolution.p-sequence .c-resolution__txt {
  font-size: 23px;
  font-size: 2.3rem;
}

@media (max-width: 979px) {
  .l-resolution.p-sequence .c-resolution__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1.75em;
  }
}

.l-resolution.p-sequence .c-resolution__txt > p {
  padding-top: 1em;
}

/* ==================================================================

アプリケーション例

================================================================== */
.c-app {
  max-width: 100%;
}

.c-app > * {
  max-width: 960px;
}

.c-app h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  margin: 6em auto 0;
  position: relative;
}

.c-app h3::before, .c-app h3::after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-230%, -50%);
          transform: translate(-230%, -50%);
}

.c-app h3::after {
  left: auto;
  right: 50%;
  -webkit-transform: translate(230%, -50%);
          transform: translate(230%, -50%);
}

.c-app h3 span {
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

@media (max-width: 979px) {
  .c-app h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 2.5em;
  }
  .c-app h3::before {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-app h3::after {
    display: none;
  }
  .c-app h3 span {
    background: #1268c9;
  }
  .p-teiden .c-app h3 span {
    background: #0f887b;
  }
  .p-sequence .c-app h3 span {
    background: #323CC3;
  }
}

.c-app .c-app__txt {
  margin: 5em auto 0;
}

@media (max-width: 979px) {
  .c-app .c-app__txt {
    margin-top: 2em;
  }
}

.c-app .c-app__txt::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.c-app .c-app__txt > picture {
  float: right;
  margin-left: 70px;
}

@media (max-width: 979px) {
  .c-app .c-app__txt > picture {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
  }
  .c-app .c-app__txt > picture img {
    height: 95px;
    width: auto;
    display: inline-block;
  }
}

.c-app .c-app__txt .c-app__list {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 979px) {
  .c-app .c-app__txt .c-app__list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-app .c-app__txt .c-app__list > ul > li {
  padding-left: 1.8em;
  margin-top: .8em;
  background: url(../image/ico_checkbox_01.png) left 50% no-repeat;
}

.c-app .c-app__txt .c-app__list > ul > li .c-txt-and {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 1em;
}

.c-app .c-app__txt .c-app__list > ul + .c-app__list__ex {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}

@media (max-width: 979px) {
  .c-app .c-app__txt .c-app__list > ul > li {
    background-position: left 10%;
  }
  .c-app .c-app__txt .c-app__list > ul > li .c-txt-and {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-app .c-app__txt .c-app__list > ul + .c-app__list__ex {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-app .c-app__img {
  max-width: 100%;
  margin: 50px 0 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 979px) {
  .c-app .c-app__img {
    margin: 20px auto 0;
    max-width: 280px;
  }
}

.c-app .c-app__img .c-app__img__list {
  position: relative;
  z-index: 1;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item h4 {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 8px;
  height: 148px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}

@media (max-width: 979px) {
  .c-app .c-app__img .c-app__img__list .c-app__img__list__item h4 {
    width: 100%;
    height: 180px;
  }
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 29, 57, 0)), color-stop(68%, rgba(5, 29, 57, 0)), to(rgba(5, 29, 57, 0.8)));
  background: -webkit-linear-gradient(top, rgba(5, 29, 57, 0) 0%, rgba(5, 29, 57, 0) 68%, rgba(5, 29, 57, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(5, 29, 57, 0) 0%, rgba(5, 29, 57, 0) 68%, rgba(5, 29, 57, 0.8) 100%);
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  z-index: 1;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/img_app_01.jpg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item h4 > span {
  display: block;
  width: 100%;
  letter-spacing: 0.07em;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--01 h4, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--02 h4, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--05 h4, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--11 h4, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--13 h4 {
  color: #2e2e2e;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--01 h4::before, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--02 h4::before, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--05 h4::before, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--11 h4::before, .c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--13 h4::before {
  display: none;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--01 h4::after {
  background-image: url(../image/img_app_01.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--02 h4::after {
  background-image: url(../image/img_app_02.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--03 h4::after {
  background-image: url(../image/img_app_03.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--04 h4::after {
  background-image: url(../image/img_app_04.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--05 h4::after {
  background-image: url(../image/img_app_05.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--06 h4::after {
  background-image: url(../image/img_app_06.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--07 h4::after {
  background-image: url(../image/img_app_07.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--08 h4::after {
  background-image: url(../image/img_app_08.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--09 h4::after {
  background-image: url(../image/img_app_09.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--10 h4::after {
  background-image: url(../image/img_app_10.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--11 h4::after {
  background-image: url(../image/img_app_11.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--12 h4::after {
  background-image: url(../image/img_app_12.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--13 h4::after {
  background-image: url(../image/img_app_13.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--14 h4::after {
  background-image: url(../image/img_app_14.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--15 h4::after {
  background-image: url(../image/img_app_15.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--16 h4::after {
  background-image: url(../image/img_app_16.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__list .c-app__img__list__item.c-img--17 h4::after {
  background-image: url(../image/img_app_17.jpg);
  background-size: cover;
}

.c-app .c-app__img .c-app__img__controller {
  width: 61%;
  margin: 40px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #cfcfcf;
}

.p-teiden .c-app .c-app__img .c-app__img__controller {
  width: 54%;
}

@media (min-width: 1600px) {
  .p-teiden .c-app .c-app__img .c-app__img__controller {
    width: 41%;
  }
}

@media (max-width: 979px) {
  .c-app .c-app__img .c-app__img__controller {
    display: none;
  }
}

.c-app .c-app__img .c-app__img__controller > ul::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.c-app .c-app__img .c-app__img__controller > ul > li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
  position: relative;
}

.c-app .c-app__img .c-app__img__controller > ul > li:first-of-type {
  margin-left: 0;
}

.p-teiden .c-app .c-app__img .c-app__img__controller > ul > li {
  width: 30.7%;
  margin-left: 2.6%;
}

.p-teiden .c-app .c-app__img .c-app__img__controller > ul > li:first-of-type {
  margin-left: 0;
}

.c-app .c-app__img .c-app__img__controller > ul > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 84px;
  background: url(../image/gif_anime_01.gif) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-teiden .c-app .c-app__img .c-app__img__controller > ul > li::before {
  background: url(../image/gif_anime_02.gif) 0 0 no-repeat;
}

.c-app .c-app__img .c-app__img__controller > ul > li figure {
  text-align: center;
  color: #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}

.c-app .c-app__img .c-app__img__controller > ul > li figure em {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-app .c-app__img .c-app__img__controller > ul > li:first-of-type figure img {
  padding-right: 15px;
}

.c-app .c-app__img .c-app__img__controller .c-app__img__controller__txt {
  text-align: center;
  width: 90%;
  padding: 0.5em 0;
  margin: 0 auto;
  position: relative;
}

.c-app .c-app__img .c-app__img__controller .c-app__img__controller__txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border: 1px solid #c8c8c8;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-app .c-app__img .c-app__img__controller .c-app__img__controller__txt span {
  display: inline-block;
  background: #1268c9;
  padding: 0 2em;
  position: relative;
  z-index: 1;
}

.p-teiden .c-app .c-app__img .c-app__img__controller .c-app__img__controller__txt span {
  background: #0f887b;
}

.p-sequence .c-app .c-app__img .c-app__img__controller .c-app__img__controller__txt span {
  background: #323CC3;
}

/* ==================================================================

接続方法

================================================================== */
.c-connect {
  margin-top: 140px;
}

@media (max-width: 979px) {
  .c-connect {
    margin-top: 40px;
  }
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.c-connect ul.c-connect__voice::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.c-connect ul.c-connect__voice > li {
  float: left;
  width: 20em;
  position: relative;
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li {
    float: none;
    width: auto;
  }
}

.c-connect ul.c-connect__voice > li::after {
  content: "";
  display: inline-block;
  width: 165px;
  height: 225px;
  background: url(../image/img_connect_01.png) center bottom no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-68%, 86%);
          transform: translate(-68%, 86%);
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li::after {
    position: static;
    width: 100%;
    height: 150px;
    background-size: contain;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    margin-top: -27px;
  }
}

.c-connect ul.c-connect__voice > li + li {
  float: right;
  text-align: right;
  width: 34em;
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li + li {
    float: none;
    width: 100%;
  }
}

.c-connect ul.c-connect__voice > li + li::after {
  background: url(../image/img_connect_02.png) center bottom no-repeat;
  left: auto;
  right: 50%;
  -webkit-transform: translate(137%, 86%);
          transform: translate(137%, 86%);
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li + li::after {
    background-size: contain;
    -webkit-transform: translate(28%, 0);
            transform: translate(28%, 0);
  }
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble {
  display: inline-block;
  background: #afd1f8;
  padding: 1em 2em;
  border-radius: 8px;
  text-align: left;
  position: relative;
}

.p-teiden .c-connect ul.c-connect__voice > li > .c-speech-bubble {
  background: #d8f0d9;
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li > .c-speech-bubble {
    padding: 1em;
  }
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble .c-speech-bubble__svg {
  display: block;
  width: 30px;
  height: 26px;
  fill: #afd1f8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(150%, 55%);
          transform: translate(150%, 55%);
}

.p-teiden .c-connect ul.c-connect__voice > li > .c-speech-bubble .c-speech-bubble__svg {
  fill: #d8f0d9;
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li > .c-speech-bubble .c-speech-bubble__svg {
    -webkit-transform: translate(90%, 55%);
            transform: translate(90%, 55%);
  }
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble > span,
.c-connect ul.c-connect__voice > li > .c-speech-bubble > em {
  font-weight: 700;
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble > em {
  font-weight: 700;
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble a {
  color: #2e2e2e;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-connect ul.c-connect__voice > li > .c-speech-bubble a:hover {
  background: #f3cbed;
}

.c-connect ul.c-connect__voice > li + li > .c-speech-bubble .c-speech-bubble__svg {
  left: auto;
  right: 0;
  -webkit-transform: translate(-600%, 55%);
          transform: translate(-600%, 55%);
}

@media (max-width: 979px) {
  .c-connect ul.c-connect__voice > li + li > .c-speech-bubble .c-speech-bubble__svg {
    -webkit-transform: translate(-460%, 55%);
            transform: translate(-460%, 55%);
  }
}

.c-connect .c-connect__wrap {
  background: #fff;
  border: 9px solid #98c4f6;
  padding: 3.8em;
  border-radius: 3.8em;
  overflow: hidden;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(48, 48, 48, 0.34);
          box-shadow: 0px 13px 25px 0px rgba(48, 48, 48, 0.34);
}

.p-teiden .c-connect .c-connect__wrap {
  border-color: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap {
    border-width: 4px;
    padding: 10px;
    border-radius: 33px;
  }
}

.c-connect .c-connect__wrap > *:first-child {
  margin-top: -2em;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap > *:first-child {
    margin-top: 0;
  }
}

.c-connect .c-connect__wrap .c-connect__title {
  text-align: center;
}

.c-connect .c-connect__wrap .c-connect__title h3 {
  font-size: 33px;
  font-size: 3.3rem;
}

.c-connect .c-connect__wrap .c-connect__title h3 + p {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__title h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0.8em;
  }
  .c-connect .c-connect__wrap .c-connect__title h3 + p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-connect .c-connect__wrap .c-connect__button {
  margin-top: 70px;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button {
    margin-top: 30px;
  }
}

.c-connect .c-connect__wrap .c-connect__button.-inner-connect {
  margin: 0 40px;
}

.c-connect .c-connect__wrap .c-connect__button.-inner-connect::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button.-inner-connect {
    margin: 0 -20px;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item {
  display: block;
  text-align: center;
  color: #aeaeae;
  border: 1px solid #d5d5d5;
  margin-top: 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item {
    width: 49.5% !important;
    margin: 0;
    padding: 0.4em;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:first-of-type {
  border-radius: 60px 0 0 60px;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:first-of-type {
    border-radius: 16px 0 0 0;
  }
  .p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:first-of-type {
    border-radius: 16px 0 0 16px;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item + .c-connect__button__item {
  border-left: none;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item + .c-connect__button__item {
    border-radius: 0 16px 0 0;
  }
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:nth-of-type(3) {
    border-left: 1px solid #d5d5d5;
    border-top: none;
    border-radius: 0 0 0 16px;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:last-of-type {
  border-radius: 0 60px 60px 0;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:last-of-type {
    border-radius: 0 0 16px 0;
    border-top: none;
  }
  .p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:last-of-type {
    border-top: 1px solid #d5d5d5;
    border-radius: 0 16px 16px 0;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.-inner-connect {
  border: none;
  display: block;
  width: 24.5%;
  margin: 0 0.25%;
  float: left;
  border-radius: 10px;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.-inner-connect:first-of-type {
  border-radius: 10px;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.-inner-connect:last-of-type {
  border-radius: 10px;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.-inner-connect:last-of-type {
  border-top: none;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.-inner-connect {
    width: 45% !important;
    margin: 0 2.5%;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img {
  height: 81px;
  margin: -1em 0 0;
  text-align: center;
  vertical-align: bottom;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img img {
  vertical-align: bottom;
  margin: 0 auto;
  display: inline-block !important;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img.c-ico-mini img {
  width: 74px;
  height: auto;
  display: inline-block;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img.-inner-connect {
  height: 50px;
  margin-top: 0;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img.-inner-connect img {
  width: 50px;
  height: auto;
  display: inline-block;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img {
    height: 40px;
    margin: 0;
    vertical-align: middle;
  }
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img img {
    max-height: 100%;
    width: auto;
    display: inline-block;
  }
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img.c-ico-mini img {
    width: 40px;
    height: 40px;
  }
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > .c-connect__button__img.c-ico-mini img:not(:first-child) {
    display: none !important;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.6em 0 0;
  padding-bottom: 1em;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p em {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p em > span {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p.-inner-connect {
  font-weight: 500;
  margin: 0.6em 0.2em 0;
  padding-bottom: 2em;
  position: relative;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p.-inner-connect {
    margin: 0.6em 0 0;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p.-inner-connect::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #25c3c6 transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p.-inner-connect::after {
    bottom: 5px;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p.-inner-connect em {
  font-weight: 700;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
  }
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p em {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item > p em > span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:hover, .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.slick-current, .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.active {
  background: #deecfc;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:hover, .p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.slick-current, .p-teiden .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.active {
  background: #d9f7f8;
}

.c-connect .c-connect__wrap .c-connect__button .c-connect__button__item:hover > p, .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.slick-current > p, .c-connect .c-connect__wrap .c-connect__button .c-connect__button__item.active > p {
  color: #2e2e2e;
}

.c-connect .c-connect__wrap .c-connect__method {
  margin: 20px 0 0;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method {
    margin-top: 20px;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 50px;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category em {
  font-size: 33px;
  font-size: 3.3rem;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category .c-connect__method__category__img {
    display: block;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category .c-connect__method__category__img > img {
  display: inline-block;
  width: 50px;
  height: auto;
  vertical-align: -11px;
  margin-right: 0.2em;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category .c-connect__method__category__img > img:last-of-type {
  margin-right: 0.8em;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category em {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  margin: 3.2em 0 0;
  height: 1em;
  border-width: 2px 2px 0;
  border-style: solid;
  border-color: #b2d2ff;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title {
  border-color: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 3em;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span {
  display: block;
  width: 100%;
  margin: -1.5em 0 0;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span {
  margin-top: -1em;
  color: #21aeb1;
  font-weight: 500;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span {
    margin-top: -2.8em;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span > span {
  background: #fff;
  padding: 0 0.8em;
  display: inline-block;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span > span > span.c-img {
  display: inline-block;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span > span > span.c-img {
    display: block;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span > span > span.c-img img {
  vertical-align: middle;
  display: inline-block;
  max-width: 75px;
  max-height: 65px;
  height: auto;
  margin-right: 20px;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span > span > span.c-img img {
    height: 40px;
    width: auto;
    margin: 0;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span em {
  font-size: 34px;
  font-size: 3.4rem;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__title > span em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category + .c-connect__method__title {
  margin-top: 2.2em;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__category + .c-connect__method__title {
    margin-top: 1.5em;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img {
  text-align: center;
  width: 100%;
  padding: 40px 0;
  border-width: 0 2px;
  border-style: solid;
  border-color: #b2d2ff;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img {
  border-color: #25c3c6;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img.-inner-connect {
  border: none;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img img {
  margin: 0 auto;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img {
    padding: 30px 20px 20px;
  }
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img.-inner-connect {
    padding: 20px 0;
  }
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt {
  background: #deecfc;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
  padding: 1.6em;
  text-align: center;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #b2d2ff;
  border-radius: 0 0 16px 16px;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt {
  background: #e6fafa;
  border-color: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em;
    text-align: left;
    line-height: 1.9;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper .c-connect__method__txt__inner__item {
  padding: 4px;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper .c-connect__method__txt__inner__item ul.c-connect__method__txt__list > li > h5 {
  color: #129f90;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper .c-connect__method__txt__inner__item ul.c-connect__method__txt__list .c-connect__method__txt__list__link > li > a {
  background: #aff6ef;
  border-color: #98f4ea;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper .c-connect__method__txt__inner__item ul.c-connect__method__txt__list .c-connect__method__txt__list__link > li > a > em {
  background: #0c7166;
  min-width: 9em;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .bx-wrapper .c-connect__method__txt__inner__item ul.c-connect__method__txt__list .c-connect__method__txt__list__link > li > a > em {
    background: #0e7f73;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt > span {
  font-weight: 500;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .c-link {
  font-weight: 700;
  color: #df7373;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .c-link.c-line-under::after {
  background: #df7373;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt .c-link:hover {
  background: #fbf0f0;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list {
  margin-bottom: 0;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list + ul.c-connect__method__txt__list {
  margin-top: 30px;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list + ul.c-connect__method__txt__list {
    margin-top: 15px;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li {
  width: 48%;
  float: left;
  margin: 0.8em 2% 0 0;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li:nth-of-type(even) {
  margin: 0.8em 0 0 2%;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li:nth-of-type(even) {
    margin-left: 0;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li:first-of-type,
.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li:first-of-type + li {
  margin-top: 0;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li {
    width: auto;
    float: none;
    margin: 0;
  }
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li + li {
    margin-top: 15px !important;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li h5 {
  color: #3a8eed;
  font-weight: normal;
  text-align: left;
  margin: 0 0 0.2em 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li h5 {
    margin-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li + li {
  margin-top: 0.2em;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a {
  display: block;
  background: #bdd9f9;
  color: #2e2e2e;
  padding: 0.5em 1em;
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-bottom: 2px solid #afd1f8;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a {
    padding: 0.2em 0.5em;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a > em {
  display: block;
  color: #fff;
  height: 100%;
  padding: 0.5em 1em;
  background: #1266c4;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 9em;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a > em {
    position: static;
    padding: 0.2em 1em 0.5em;
    margin: 0.2em -1em -0.5em;
    background: #80b7f4;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a:hover {
  background: #a1c9f7;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li > a:hover > em {
  background: #0c4483;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li:first-of-type > a {
  border-radius: 10px 10px 0 0;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li:last-of-type > a {
  border-radius: 0 0 10px 10px;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__txt ul.c-connect__method__txt__list > li ul.c-connect__method__txt__list__link > li:first-of-type:last-of-type > a {
  border-radius: 10px;
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__inner {
  text-align: center;
  width: 100%;
  padding: 40px 0;
  border-width: 0 2px;
  border-style: solid;
  border-color: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__inner {
    padding: 10px 20px 20px;
  }
}

.c-connect .c-connect__wrap .c-connect__method .c-connect__method__item .c-connect__method__inner .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0;
}

.c-connect .c-connect__wrap .c-connect__method .slick-cloned .c-connect__method__inner,
.c-connect .c-connect__wrap .c-connect__method .slick-cloned .c-connect__method__txt {
  display: none;
}

.c-connect .c-connect__wrap .c-connect__close {
  border: 9px solid #98c4f6;
  background: #98c4f6;
  text-align: center;
  margin: 3.8em -3.8em -3.8em;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__close {
  border-color: #25c3c6;
  background: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__close {
    margin: 40px -10px -10px;
  }
}

.c-connect .c-connect__wrap .c-connect__close a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: block;
  padding: .2em 0 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__close a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-connect .c-connect__wrap .c-connect__close a::before, .c-connect .c-connect__wrap .c-connect__close a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
}

.c-connect .c-connect__wrap .c-connect__close a::before {
  border-style: solid;
  border-width: 0 11px 20px 11px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
}

.c-connect .c-connect__wrap .c-connect__close a::after {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #98c4f6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.p-teiden .c-connect .c-connect__wrap .c-connect__close a::after {
  background: #25c3c6;
}

@media (max-width: 979px) {
  .c-connect .c-connect__wrap .c-connect__close a::before {
    border-width: 0 5px 8px 5px;
  }
  .c-connect .c-connect__wrap .c-connect__close a::after {
    width: 50px;
    height: 50px;
  }
}

/* ==================================================================

その他の活用例

================================================================== */
.l-usage {
  background: #fff;
}

.l-usage h2 {
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
  padding: 90px 0 0;
}

@media (max-width: 979px) {
  .l-usage h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 30px;
  }
}

.l-usage .l-usage__list {
  width: 960px;
  margin: 90px auto 0;
}

@media (max-width: 979px) {
  .l-usage .l-usage__list {
    width: auto;
    margin: 30px 5% 0;
  }
}

.l-usage .l-usage__list::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-usage .l-usage__list .l-usage__list__item {
  width: 48%;
  float: left;
  margin: 30px 0 0 4%;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(48, 48, 48, 0.18);
          box-shadow: 0px 1px 6px 0px rgba(48, 48, 48, 0.18);
}

.l-usage .l-usage__list .l-usage__list__item:nth-of-type(odd) {
  margin-left: 0;
}

.l-usage .l-usage__list .l-usage__list__item:first-of-type, .l-usage .l-usage__list .l-usage__list__item:nth-of-type(2) {
  margin-top: 0;
}

@media (max-width: 979px) {
  .l-usage .l-usage__list .l-usage__list__item {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-usage .l-usage__list .l-usage__list__item:nth-of-type(odd), .l-usage .l-usage__list .l-usage__list__item:first-of-type, .l-usage .l-usage__list .l-usage__list__item:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
}

.l-usage .l-usage__list .l-usage__list__item h3 {
  width: 60%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.l-usage .l-usage__list .l-usage__list__item h3 em {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

@media (max-width: 979px) {
  .l-usage .l-usage__list .l-usage__list__item h3 {
    width: 100%;
  }
  .l-usage .l-usage__list .l-usage__list__item h3 em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-usage .l-usage__list .l-usage__list__item p {
  width: 60%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #888888;
  margin: 0.8em 0 0;
}

@media (max-width: 979px) {
  .l-usage .l-usage__list .l-usage__list__item p {
    width: 100%;
    margin: 0 0 1em;
  }
}

.l-usage .l-usage__list .l-usage__list__item .l-usage__list_img {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.l-usage .l-usage__list .l-usage__list__item .l-usage__list_img picture img {
  height: 100%;
  width: auto;
  display: inline-block;
}

@media (max-width: 979px) {
  .l-usage .l-usage__list .l-usage__list__item .l-usage__list_img {
    width: 100%;
    max-width: 280px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
  }
  .l-usage .l-usage__list .l-usage__list__item .l-usage__list_img picture img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-usage .l-usage__voice {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 979px) {
  .l-usage .l-usage__voice {
    width: auto;
    margin: 30px 5% 0;
    padding: 0 0 90px;
  }
}

.l-usage .l-usage__voice::before {
  content: "";
  display: inline-block;
  width: 165px;
  height: 225px;
  background: url(../image/img_connect_02.png) center bottom no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 979px) {
  .l-usage .l-usage__voice::before {
    width: 100%;
    height: 150px;
    background-size: contain;
    -webkit-transform: translate(20%, 30px);
            transform: translate(20%, 30px);
    z-index: 5;
  }
}

.l-usage .l-usage__voice::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-usage .l-usage__voice > .c-speech-bubble {
  float: right;
  position: relative;
  display: inline-block;
  background: #d5e7fb;
  padding: 1em 2em;
  border-radius: 8px;
  text-align: left;
  margin-right: 170px;
  position: relative;
}

@media (max-width: 979px) {
  .l-usage .l-usage__voice > .c-speech-bubble {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 1em;
  }
}

.l-usage .l-usage__voice > .c-speech-bubble .c-speech-bubble__svg {
  display: block;
  width: 30px;
  height: 26px;
  fill: #d5e7fb;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(43%, -96%) rotate(-60deg);
          transform: translate(43%, -96%) rotate(-60deg);
}

@media (max-width: 979px) {
  .l-usage .l-usage__voice > .c-speech-bubble .c-speech-bubble__svg {
    -webkit-transform: translate(-500%, 55%);
            transform: translate(-500%, 55%);
  }
}

@media (max-width: 979px) {
  .l-usage .l-usage__voice > .c-speech-bubble {
    margin: 0;
  }
}

/* ==================================================================

製品情報

================================================================== */
.l-product {
  width: 960px;
  margin: 0 auto 100px;
  padding: 100px 0 0;
}

@media (max-width: 979px) {
  .l-product {
    width: auto;
    margin: 0 5% 50px;
    padding-top: 30px;
  }
}

.l-product h2 {
  margin: 0;
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
}

@media (max-width: 979px) {
  .l-product h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.l-product .l-product__item＿01 {
  margin-top: 50px;
}

@media (max-width: 979px) {
  .l-product .l-product__item＿01 {
    overflow: auto;
    white-space: nowrap;
  }
}

.l-product .l-product__item {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  padding: 0px 30px 45px;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 979px) {
  .l-product .l-product__item {
    padding: 5%;
    margin-top: 30px;
  }
}

.l-product .l-product__item .l-product__title {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 979px) {
  .l-product .l-product__item .l-product__title {
    display: block;
    position: relative;
  }
}

.l-product .l-product__item .l-product__title > * {
  display: table-cell;
}

@media (max-width: 979px) {
  .l-product .l-product__item .l-product__title > * {
    display: block;
  }
}

.l-product .l-product__item .l-product__title h3 {
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle;
  line-height: 1;
  width: 55%;
}

@media (max-width: 979px) {
  .l-product .l-product__item .l-product__title h3 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.l-product .l-product__item .l-product__title h3 em {
  font-size: 40px;
  font-size: 4rem;
  padding-right: 0.1em;
}

@media (max-width: 979px) {
  .l-product .l-product__item .l-product__title h3 em {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.l-product .l-product__item .l-product__title h3 ~ div {
  vertical-align: bottom;
  text-align: right;
}

.l-product .l-product__item .l-product__title h3 ~ div.c-img-product img {
  width: 130px;
  height: auto;
  display: inline-block;
}

@media (max-width: 979px) {
  .l-product .l-product__item .l-product__title h3 ~ div {
    text-align: left;
  }
  .l-product .l-product__item .l-product__title h3 ~ div.c-img-eco img {
    width: 130px;
    height: auto;
    display: inline-block;
  }
  .l-product .l-product__item .l-product__title h3 ~ div.c-img-product {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-product .l-product__item .l-product__title h3 ~ div.c-img-product img {
    width: 80px;
  }
}

.l-product .l-product__list {
  margin: 60px 0 0;
}

@media (max-width: 979px) {
  .l-product .l-product__list {
    margin-top: 30px;
  }
}

.l-product .l-product__list::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-product .l-product__list .l-product__list__item {
  width: 48%;
  float: left;
  margin: 25px 0 0 4%;
  border: 1px solid #d5d5d5;
  padding: 20px 20px 20px 5.5em;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.l-product .l-product__list .l-product__list__item:nth-of-type(odd) {
  margin-left: 0;
}

.l-product .l-product__list .l-product__list__item:first-of-type, .l-product .l-product__list .l-product__list__item:nth-of-type(2) {
  margin-top: 0;
}

@media (max-width: 979px) {
  .l-product .l-product__list .l-product__list__item {
    width: 100%;
    margin: 0;
    padding: 15px 15px 15px 4.5em;
  }
}

.l-product .l-product__list .l-product__list__item .l-product__list__item__tag {
  background: #111987;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8em 1.2em;
  text-align: center;
  line-height: 1.3;
  border-radius: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 979px) {
  .l-product .l-product__list .l-product__list__item .l-product__list__item__tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-product .l-product__list .l-product__list__item .l-product__list__item__tag em {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  font-weight: 700;
}

@media (max-width: 979px) {
  .l-product .l-product__list .l-product__list__item .l-product__list__item__tag em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-product .l-product__list .l-product__list__item h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #111987;
  line-height: 1;
}

.l-product .l-product__list .l-product__list__item h4 + p {
  color: #888888;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-product .l-product__movie {
  margin: 0;
  padding-top: 25px;
}

@media (max-width: 979px) {
  .l-product .l-product__movie {
    padding-top: 0;
  }
}

.l-product .l-product__movie::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-product .l-product__movie#anc-movie {
  padding-top: 50px;
}

@media (max-width: 979px) {
  .l-product .l-product__movie#anc-movie {
    padding-top: 30px;
  }
}

.l-product .l-product__movie .l-product__movie__item {
  width: 48%;
  float: left;
  margin: 25px 0 0 4%;
}

.l-product .l-product__movie .l-product__movie__item:nth-of-type(odd) {
  margin-left: 0;
}

@media (max-width: 979px) {
  .l-product .l-product__movie .l-product__movie__item {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }
}

.l-product .l-product__movie .l-product__movie__item h4, .l-product .l-product__movie .l-product__movie__item h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
  min-height: 22px;
}

.l-product .l-product__movie .l-product__movie__item h4 em, .l-product .l-product__movie .l-product__movie__item h5 em {
  color: #2e2e2e;
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 0.5em;
}

@media (max-width: 979px) {
  .l-product .l-product__movie .l-product__movie__item h4 em, .l-product .l-product__movie .l-product__movie__item h5 em {
    display: block;
  }
}

.l-product .l-product__movie .l-product__movie__item h4 em.-block, .l-product .l-product__movie .l-product__movie__item h5 em.-block {
  display: block;
}

.l-product .l-product__movie .l-product__movie__item .c-movie-wrap {
  max-width: 100%;
}

.l-product .l-product__movie .l-product__movie__item .c-movie-wrap .c-movie {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.l-product .l-product__movie .l-product__movie__item .c-movie-wrap .c-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-product .l-product__movie .l-product__movie__item .c-movie-wrap + p {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

.l-product .l-product__movie h4.l-product__movie__title-group {
  color: #2e2e2e;
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 0.5em;
  margin: 0;
}

@media (min-width: 980px) {
  .l-product .l-product__movie h4.l-product__movie__title-group + .l-product__movie__item,
  .l-product .l-product__movie h4.l-product__movie__title-group + .l-product__movie__item + .l-product__movie__item {
    margin-top: 0;
  }
}

.l-product .l-product__movie + .l-product__movie__after_txt {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

.l-product .l-product__link {
  margin: 70px -45px -45px;
  position: relative;
}

@media (max-width: 979px) {
  .l-product .l-product__link {
    margin: 30px -6% -6%;
  }
}

.l-product .l-product__link::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 63, 63, 0.05)), to(rgba(28, 28, 28, 0)));
  background: -webkit-linear-gradient(top, rgba(63, 63, 63, 0.05) 0%, rgba(28, 28, 28, 0) 100%);
  background: linear-gradient(to bottom, rgba(63, 63, 63, 0.05) 0%, rgba(28, 28, 28, 0) 100%);
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-product .l-product__link > h4 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #888888;
  font-weight: 500;
  border-top: 1px solid #d5d5d5;
  padding: 0.5em 0;
  margin: 0;
}

.l-product .l-product__link > h4 > span {
  position: relative;
  display: inline-block;
}

.l-product .l-product__link > h4 > span > img {
  display: inline-block;
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-140%, -50%);
          transform: translate(-140%, -50%);
}

.l-product .l-product__link > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border-top: 1px solid #d5d5d5;
}

@media (max-width: 979px) {
  .l-product .l-product__link > ul {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
}

.l-product .l-product__link > ul > li {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  border-left: 1px solid #d5d5d5;
}

.l-product .l-product__link > ul > li:nth-of-type(2) {
  width: 34%;
}

.l-product .l-product__link > ul > li:first-of-type {
  border-left: none;
}

@media (max-width: 979px) {
  .l-product .l-product__link > ul > li {
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d5d5d5;
  }
  .l-product .l-product__link > ul > li:nth-of-type(2), .l-product .l-product__link > ul > li:first-of-type {
    width: 100%;
  }
  .l-product .l-product__link > ul > li:first-of-type {
    border-top: none;
  }
}

.l-product .l-product__link > ul > li a {
  display: block;
  color: #888888;
  background: #eeeeee;
  text-align: center;
  padding: 1.2em 0 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #111987;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  position: relative;
}

.l-product .l-product__link > ul > li a:hover {
  opacity: 0.7;
  color: #767eee;
}

@media (max-width: 979px) {
  .l-product .l-product__link > ul > li a {
    padding: 0.8em 0;
    text-indent: -1em;
  }
}

.l-product .l-product__link > ul > li a > span {
  display: block;
  margin: 0 auto;
  min-height: 57px;
}

@media (max-width: 979px) {
  .l-product .l-product__link > ul > li a > span {
    display: inline-block;
    min-height: auto;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-product .l-product__link > ul > li a > span img {
  vertical-align: bottom;
}

@media (max-width: 979px) {
  .l-product .l-product__link > ul > li a > span img {
    height: 100%;
    width: auto;
    display: inline-block;
  }
}

.l-product .l-product__link > ul > li a > em {
  position: relative;
  padding: 0 .3em 0 1em;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-product .l-product__link > ul > li a > em::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #1d2e66;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-product ._tbl-product-01 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 880px;
  table-layout: fixed;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-product ._tbl-product-01 col.width-s {
  width: 3%;
}

.l-product ._tbl-product-01 col.width-m {
  width: 16%;
}

.l-product ._tbl-product-01 col.width-l {
  width: 27%;
}

.l-product ._tbl-product-01 th,
.l-product ._tbl-product-01 td {
  padding: 0.5em 1px;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

.l-product ._tbl-product-01 thead tr {
  background: #111987;
  color: #fff;
  padding: 0.5em;
}

.l-product ._tbl-product-01 .bg-w {
  background: #fff;
}

.l-product.index-h {
  padding-top: 50px;
}

@media (max-width: 979px) {
  .l-product.index-h {
    padding-top: 130px;
  }
}

/* ==================================================================

よくあるご質問

================================================================== */
.l-qanda {
  background: #f5f5f5;
  padding-bottom: 100px;
}

@media (max-width: 979px) {
  .l-qanda {
    padding-bottom: 30px;
  }
}

.l-qanda h2 {
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
  padding: 90px 0 0;
}

@media (max-width: 979px) {
  .l-qanda h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 30px;
  }
}

.l-qanda .l-qanda__item {
  width: 960px;
  margin: 60px auto 0;
  color: #6f6f6f;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item {
    width: auto;
    margin: 30px 5% 0;
  }
}

.l-qanda .l-qanda__item h3 {
  border: 1px solid #d5d5d5;
  border-radius: 16px 16px 0 0;
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #7b7b7b;
  padding: 0.5em 0;
  margin: 0;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-qanda .l-qanda__item dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl {
    display: block;
  }
}

.l-qanda .l-qanda__item dl > * {
  display: table-cell;
  width: 50%;
  padding: 1.3em 2em 1.3em 4.7em;
  border: 1px solid #d5d5d5;
  border-top: none;
  position: relative;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl > * {
    display: block;
    width: 100%;
    padding: 1em 1em 1em 3.7em;
    margin: 0;
  }
}

.l-qanda .l-qanda__item dl > * .l-qanda__item__ico,
.l-qanda .l-qanda__item dl > * .l-qanda__item__ico--answer {
  display: inline-block;
  position: absolute;
  left: 2.5em;
  top: 1.3em;
  z-index: 1;
  color: #fff;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl > * .l-qanda__item__ico,
  .l-qanda .l-qanda__item dl > * .l-qanda__item__ico--answer {
    left: 1.5em;
    top: 1em;
  }
}

.l-qanda .l-qanda__item dl > * .l-qanda__item__ico::after,
.l-qanda .l-qanda__item dl > * .l-qanda__item__ico--answer::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2em;
  height: 2em;
  background: #8ed0d8;
  border-radius: 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.l-qanda .l-qanda__item dl > * .l-qanda__item__ico--answer::after {
  background: #f596e2;
}

.l-qanda .l-qanda__item dl dt {
  background: #e9f6f7;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl dt {
    border-bottom: none;
  }
}

.l-qanda .l-qanda__item dl dd {
  border-left: none;
  background: #fdeefa;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl dd {
    border-left: 1px solid #d5d5d5;
    word-wrap: break-word;
    word-break: break-all;
  }
}

.l-qanda .l-qanda__item dl:last-child > dt {
  border-radius: 0 0 0 16px;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl:last-child > dt {
    border-radius: 0;
  }
}

.l-qanda .l-qanda__item dl:last-child > dd {
  border-radius: 0 0 16px 0;
}

@media (max-width: 979px) {
  .l-qanda .l-qanda__item dl:last-child > dd {
    border-radius: 0 0 16px 16px;
  }
}

/* ==================================================================

フッター

================================================================== */
.l-footer {
  background: #111987;
  color: #fff;
}

@media (max-width: 979px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

.l-footer .l-footer__wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0.7em 0;
}

@media (max-width: 979px) {
  .l-footer .l-footer__wrap {
    width: auto;
    margin: 0 5%;
  }
}

.l-footer .l-footer__wrap::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.l-footer .l-footer__wrap .c-footer-comapny {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  margin: 0;
}

.l-footer .l-footer__wrap .c-footer-copyright {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
}

/* ==================================================================

お問い合わせボタン

================================================================== */
.p-contact {
  display: table;
  table-layout: fixed;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

@media (max-width: 979px) {
  .p-contact {
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-box-shadow: 0px -3px 8px 0px rgba(56, 56, 56, 0.15);
            box-shadow: 0px -3px 8px 0px rgba(56, 56, 56, 0.15);
  }
}

.p-contact > * {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 979px) {
  .p-contact > * {
    display: block;
  }
}

.p-contact .c-tel {
  padding: 0 1em 1em;
}

@media (max-width: 979px) {
  .p-contact .c-tel {
    padding: 0.5em;
    width: 70%;
    background: #fff;
  }
}

.p-contact .c-tel > p {
  margin: 0;
  line-height: 1;
}

.p-contact .c-tel > p.c-tel__number {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
}

@media (max-width: 979px) {
  .p-contact .c-tel > p.c-tel__number {
    font-size: 19px;
    font-size: 1.9rem;
    width: 68%;
  }
}

.p-contact .c-tel > p.c-tel__number::after {
  content: "";
  display: inline-block;
  width: 110%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-5%, -5%);
          transform: translate(-5%, -5%);
  z-index: 999;
}

@media (max-width: 979px) {
  .p-contact .c-tel > p.c-tel__number::after {
    display: none;
  }
}

.p-contact .c-tel > p.c-tel__number > a {
  color: #2e2e2e;
}

@media (max-width: 979px) {
  .p-contact .c-tel > p.c-tel__number > a {
    pointer-events: auto;
  }
}

.p-contact .c-tel > p.c-tel__time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
}

@media (max-width: 979px) {
  .p-contact .c-tel > p.c-tel__time {
    font-size: 10px;
    font-size: 1rem;
    width: 68%;
  }
}

@media (max-width: 979px) {
  .p-contact .c-button-contact {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.p-contact .c-button-contact > a {
  display: block;
  color: #242424;
  position: relative;
}

.p-contact .c-button-contact > a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(36, 36, 36, 0.3);
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 20;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 979px) {
  .p-contact .c-button-contact > a::before {
    left: 8px;
  }
}

.p-contact .c-button-contact > a::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url(../image/ico_header_contact_01.png) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 20;
}

@media (max-width: 979px) {
  .p-contact .c-button-contact > a::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

.p-contact .c-button-contact > a > span {
  display: block;
  padding: 1em 76px 1em 2em;
  background: #fed202;
  background: -webkit-linear-gradient(315deg, #fcd930 0%, #f4ca02 100%);
  background: linear-gradient(135deg, #fcd930 0%, #f4ca02 100%);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  border-radius: 0 0 0 10px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.3);
          box-shadow: 0px 3px 7px 0px rgba(56, 56, 56, 0.3);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 979px) {
  .p-contact .c-button-contact > a > span {
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 10px 0 0 0;
    padding: 1.1em 58px 1.1em 1.6em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-contact .c-button-contact > a > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #fcd71c 0%, #ffe042 100%);
  background: linear-gradient(135deg, #fcd71c 0%, #ffe042 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-contact .c-button-contact > a:hover::before {
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}

.p-contact .c-button-contact > a:hover::after {
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}

.p-contact .c-button-contact > a:hover > span::before {
  opacity: 1;
}

.p-contact.a-slide-down {
  -webkit-animation: slide-down 0.3s ease forwards;
          animation: slide-down 0.3s ease forwards;
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 979px) {
  @-webkit-keyframes slide-down {
    0% {
      -webkit-transform: translateY(150%);
              transform: translateY(150%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slide-down {
    0% {
      -webkit-transform: translateY(150%);
              transform: translateY(150%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

.p-contact.a-slide-up {
  -webkit-animation: slide-up 0.3s ease;
          animation: slide-up 0.3s ease;
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

@media (max-width: 979px) {
  @-webkit-keyframes slide-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(150%);
              transform: translateY(150%);
    }
  }
  @keyframes slide-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(150%);
              transform: translateY(150%);
    }
  }
}

/* ==================================================================

ページトップへボタン

================================================================== */
.c-button-pagetop {
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 979px) {
  .c-button-pagetop {
    z-index: 20;
    right: 10px;
  }
}

.c-button-pagetop.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-button-pagetop > a {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(58%);
          transform: translateY(58%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.c-button-pagetop > a:hover {
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
}

@media (max-width: 979px) {
  .c-button-pagetop > a {
    -webkit-transform: translateY(14%);
            transform: translateY(14%);
  }
  .c-button-pagetop > a:hover {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
  .c-button-pagetop > a img {
    width: 32px;
    height: auto;
    display: inline-block;
  }
}

/* ==================================================================

svg

================================================================== */
.c-svg-symbol {
  display: none;
}

/* ==================================================================

Text

================================================================== */
.txt-cmn {
  display: none;
  color: #df7373;
}

.c-line-under {
  padding-bottom: 2.5px;
  position: relative;
}

.c-line-under::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d13fbe;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-line-wave {
  color: #df7373;
  padding-bottom: 6px;
  position: relative;
  background: url(../image/img_line_wave_01.png) bottom left repeat-x;
}

@media (max-width: 979px) {
  .c-line-wave {
    padding-bottom: 4px;
    background-size: auto 6px;
  }
}

.c-resolution__txt .c-line-wave {
  background: url(../image/img_line_wave_02.png) bottom left repeat-x;
}

@media (max-width: 979px) {
  .c-resolution__txt .c-line-wave {
    background-size: auto 6px;
  }
}

.c-highlighter {
  position: relative;
}

.c-highlighter > span {
  position: relative;
  z-index: 1;
}

.c-highlighter > span::after {
  content: "";
  display: block;
  height: 0.45em;
  width: 103%;
  background: #fcc896;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-1.5%, -20%);
          transform: translate(-1.5%, -20%);
  z-index: -1;
}

.c-txt-blue {
  color: #2381eb;
}

.c-txt-red {
  color: #df7373;
}

.c-txt-pink {
  color: #d13fbe;
}

.c-txt-orange {
  color: #e6943c;
}

.c-txt-orange-dark {
  color: #d47b1b;
}

.c-txt-green {
  color: #14a37c;
}

.c-txt-yellow {
  color: #949900;
}

/* ==================================================================

汎用

================================================================== */
:not(br).u-sp-only {
  display: none;
}

@media (max-width: 979px) {
  :not(br).u-sp-only {
    display: block;
  }
}

br.u-sp-only {
  display: none;
}

@media (max-width: 979px) {
  br.u-sp-only {
    display: inline;
  }
}

@media (max-width: 979px) {
  .u-pc-only {
    display: none;
  }
}

/* ==================================================================

slick

================================================================== */
.slick-slider {
  overflow: hidden;
}

.slick-prev {
  width: 36px;
  height: 36px;
  left: 0;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/ico_arrow_left_01.png) 0 0 no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}

.slick-prev::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6f6f6f;
  position: absolute;
  opacity: .5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.slick-next {
  width: 36px;
  height: 36px;
  right: 0;
  z-index: 50;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.slick-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/ico_arrow_right_01.png) 0 0 no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-90%, -50%);
          transform: translate(-90%, -50%);
}

.slick-next::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6f6f6f;
  position: absolute;
  opacity: .5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.bg-g-l {
  background: #f5f5f5;
}

.footer-menu {
  background: #fff;
  padding: 10px;
  color: #525252;
  width: auto;
  font-size: 15px;
  font-size: 1.5rem;
}

.footer-menu a {
  color: #111987;
}

.footer-menu a:hover {
  text-decoration: underline;
}

@media (max-width: 979px) {
  .footer-menu {
    padding-bottom: 5px;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 979px) {
  .footer_nav {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.footer_nav li {
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
}

.footer_nav li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 14px;
  margin: -7px 0 0 -23px;
  border-right: 1px solid #585858;
}

@media (max-width: 979px) {
  .footer_nav li {
    margin: 10px 0 5px 0;
    padding: 10px 0 10px 0px;
    border: 1px solid #999;
    text-align: center;
  }
}
