<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&amp;subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i,700&amp;subset=greek,greek-ext,latin-ext");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　import
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　font-face
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　reset
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* Itaric reset  
   add 20210521 by harada */
em {
  /* font-style: italic; */
  font-style: normal;
}
/* sup reset 除外  
   edit 20220801 by harada */
sup {
  font-size: small;
}
body {
  font-family: "Meiryo UI", "メイリオ", MyYuGothicM, YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px/1;
  font-weight: 200;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
img {
  -webkit-backface-visibility: hidden;
}
ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select, textarea {
  font-family: "Meiryo UI", "メイリオ", MyYuGothicM, YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}
input, select {
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
textarea {
  overflow: auto;
}
ul, ol {
  list-style: none;
}
*::-moz-selection {
  background: #000;
}
*::selection {
  background: #000;
}
*::-moz-selection {
  background: #000;
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.js-flowup, .topic-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js-flowup.active, .topic-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* 今月のトピックス */
#top .top-topic ul li.topic-item:nth-of-type(1) {
  transition: opacity 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
}
#top .top-topic ul li.topic-item:nth-of-type(2) {
  transition: opacity 1s ease-out 1.25s, -webkit-transform 1s ease-out 1.25s;
  transition: opacity 1s ease-out 1.25s, transform 1s ease-out 1.25s;
  transition: opacity 1s ease-out 1.25s, transform 1s ease-out 1.25s, -webkit-transform 1s ease-out 1.25s;
}
#top .top-topic ul li.topic-item:nth-of-type(3) {
  transition: opacity 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
}
.pc-show {
  display: inline-block;
}
.show_sp, .sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .show_sp, .sp-show {
    display: inline-block;
  }
  br.show_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #top .top-topic ul li.topic-item:nth-of-type(1) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
  #top .top-topic ul li.topic-item:nth-of-type(2) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
  #top .top-topic ul li.topic-item:nth-of-type(3) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
}
#recruit .recruit-graduate ul li.js-flowup:nth-of-type(1) {
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
#recruit .recruit-graduate ul li.js-flowup:nth-of-type(2) {
  transition: opacity 1s ease-out .25s, -webkit-transform 1s ease-out .25s;
  transition: opacity 1s ease-out .25s, transform 1s ease-out .25s;
  transition: opacity 1s ease-out .25s, transform 1s ease-out .25s, -webkit-transform 1s ease-out .25s;
}
#recruit .recruit-graduate ul li.js-flowup:nth-of-type(3) {
  transition: opacity 1s ease-out .5s, -webkit-transform 1s ease-out .5s;
  transition: opacity 1s ease-out .5s, transform 1s ease-out .5s;
  transition: opacity 1s ease-out .5s, transform 1s ease-out .5s, -webkit-transform 1s ease-out .5s;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-graduate ul li.js-flowup:nth-of-type(1) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
  #recruit .recruit-graduate ul li.js-flowup:nth-of-type(2) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
  #recruit .recruit-graduate ul li.js-flowup:nth-of-type(3) {
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  }
}
@-webkit-keyframes topKv {
  to {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes topKv {
  to {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes topKvBg {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes topKvBg {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes recruitKv {
  to {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes recruitKv {
  to {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes recruitScroll {
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes recruitScroll {
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes recruitScrollBefore {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes recruitScrollBefore {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes recruitScrollAfter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0) rotate(45deg);
    transform: translate3d(0, -30px, 0) rotate(45deg);
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0) rotate(45deg);
    transform: translate3d(0, -30px, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes recruitScrollAfter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0) rotate(45deg);
    transform: translate3d(0, -30px, 0) rotate(45deg);
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -30px, 0) rotate(45deg);
    transform: translate3d(0, -30px, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
body {
  background: #fff;
  color: #000;
  position: relative;
}
.noScroll {
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1024px) { /* modify 20220714 by harada */
  a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .pc-show {
    display: inline-block;
  }
  .sp-show {
    display: none;
  }
}
@media screen and (max-width: 1023px) { /* modify 20220714 by harada */
  .pc-show {
    display: none;
  }
  .sp-show {
    display: inline-block;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.breadcrumb {
  padding: 0 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
  font-size: 12px;
}
.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb ul li {
  margin: 0 30px 0 0;
  padding: 16px 0 0 0;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  display: block;
  color: #000;
  line-height: 1.5em;
  text-align: left;
  position: relative;
}
.breadcrumb ul li a:after, .breadcrumb ul li span:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -16px;
  width: 1px;
  height: 12px;
  background: #ddd;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.breadcrumb ul li:last-of-type span {
  color: #df0623 !important;
}
.breadcrumb ul li:last-of-type span:after {
  display: none;
}
/* -- pagetop -- */
.pagetop {
  display: none;
  position: fixed;
  /* bottom: 70px; original 15px 
  right: 15px;*/
  bottom: 65px; /*28%*/
  right: 1.5%;
  z-index: 101;
  width: 49px; /*original 60px*/
  height: 49px; /*original 60px*/
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;角丸*/
  /* background: rgba(150, 150, 150, 0.8);*/
  background: rgba(0, 0, 0, 0.9);
  text-indent: -9999em;
  transition: opacity .5s ease;
}
.pagetop a span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px; /*original 24px*/
  left: 18px; /*original 24px*/
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transition: border-color .5s ease;
}
/* @media screen and (max-width: 1040px) { */
@media screen and (max-width: 768px) { /* iPad 縦 */
  .pagetop {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .pagetop a {
    background: transparent;
    text-indent: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    /* color: rgba(150, 150, 150, 0.8); */
    color: rgba(0, 0, 0, 1.0);
  }
  .pagetop a span {
    display: inline;
    width: auto;
    height: auto;
    padding: 0 0 0 35px;
    position: relative;
  }
  .pagetop a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    /* border: solid  rgba(150, 150, 150, 0.8); */
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 2px 2px 0 0;
  }
}
/* -- pagetop_01 -- */
.pagetop_01 {
  display: none;
  position: fixed;
  /*bottom: 70px;*/ /* original 15px*/
  /*right: 15px;*/
  bottom: 25%;
  right: 1%;
  z-index: 101;
  width: 60px;
  height: 60px;
}
.pagetop_01 a {
  display: block;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;角丸*/
  /* background: rgba(150, 150, 150, 0.8);*/
  background: rgba(0, 0, 0, 0.9);
  text-indent: -9999em;
  transition: opacity .5s ease;
}
.pagetop_01 a span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop_01 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transition: border-color .5s ease;
}
/* @media screen and (max-width: 1040px) { */
@media screen and (max-width: 768px) { /* iPad 縦 */
  .pagetop_01 {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .pagetop_01 a {
    background: transparent;
    text-indent: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    /* color: rgba(150, 150, 150, 0.8); */
    color: rgba(0, 0, 0, 1.0);
  }
  .pagetop_01 a span {
    display: inline;
    width: auto;
    height: auto;
    padding: 0 0 0 35px;
    position: relative;
  }
  .pagetop_01 a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    /* border: solid  rgba(150, 150, 150, 0.8); */
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 2px 2px 0 0;
  }
}
/* -- pagetop_02 -- */
.pagetop_02 {
  display: none;
  position: fixed;
  /*bottom: 70px;*/ /* original 15px*/
  /*right: 15px;*/
  bottom: 1%;
  right: 1%;
  z-index: 101;
  width: 60px;
  height: 60px;
}
.pagetop_02 a {
  display: block;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;角丸*/
  /* background: rgba(150, 150, 150, 0.8);*/
  background: rgba(0, 0, 0, 0.9);
  text-indent: -9999em;
  transition: opacity .5s ease;
}
.pagetop_02 a span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop_02 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transition: border-color .5s ease;
}
/* @media screen and (max-width: 1040px) { */
@media screen and (max-width: 768px) { /* iPad 縦 */
  .pagetop_02 {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .pagetop_02 a {
    background: transparent;
    text-indent: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    /* color: rgba(150, 150, 150, 0.8); */
    color: rgba(0, 0, 0, 1.0);
  }
  .pagetop_02 a span {
    display: inline;
    width: auto;
    height: auto;
    padding: 0 0 0 35px;
    position: relative;
  }
  .pagetop_02 a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    /* border: solid  rgba(150, 150, 150, 0.8); */
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 2px 2px 0 0;
  }
}
/* footer nav */
footer {
  background: #292929;
}
footer &gt; div {
  padding: 0 10px;
}
footer &gt; div &gt; div {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
footer &gt; div:nth-of-type(1) {
  text-align: left;
}
footer &gt; div:nth-of-type(1) &gt; div {
  padding: 60px 0;
}
footer &gt; div:nth-of-type(1) &gt; div .footer-kcme {
  margin: 0 0 30px 0;
}
footer &gt; div:nth-of-type(1) &gt; div .footer-kcme img {
  width: 370px;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3 {
  margin: 0 0 22px 0;
  font-size: 18px;
  color: #fff;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3 a {
  color: #fff;
  transition: opacity .5s ease;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li a {
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  word-wrap: break-word;
}
/* フォントサイズのみ変更 */
@media screen and (min-width:769px) and (max-width:1040px) {
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3 {
    font-size: 16px;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li a {
    font-size: 12px;
  }
}
/* 製品・サービス */
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(1) {
  width: 49%;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(1) &gt; ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 以下、表示順を段組に変更 edit 2021.06.16 */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
  height: 440px; /* 製品の数によって調整 */
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(1) &gt; ul &gt; li {
  width: 48%; /* org 49%  edit 2021.06.16 */
}
/* 2022.08.01 レイアウト変更
-- 事業紹介 --
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(2) {
  width: 18%;
}

-- 会社情報 --
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(3) {
  width: 16%;
}

-- 採用情報 --
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(4) {
  width: 14%;
}

-- お知らせ --
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(5) {
  width: 14%;
}

-- お問合せ --
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(6) {
  width: 14%;
}
*/
/*-- 事業紹介 --*/
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(2) {
  width: 18%;
}
/*-- 会社情報 ・ 採用情報 --*/
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(3) {
  width: 16%;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(3) &gt; ul:nth-of-type(1) {
  margin-bottom: 40px;
}
/*-- お知らせ ・ お問合せ --*/
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(4) {
  width: 14%;
}
footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(4) &gt; ul:nth-of-type(1) {
  margin-bottom: 40px;
}
footer &gt; div:nth-of-type(2) {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  background: #181818;
}
footer &gt; div:nth-of-type(2) &gt; div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer &gt; div:nth-of-type(2) &gt; div ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: -4px 0 0 0;
}
footer &gt; div:nth-of-type(2) &gt; div ul li {
  margin: 0 40px 0 0;
}
footer &gt; div:nth-of-type(2) &gt; div ul li:last-of-type {
  margin: 0;
}
footer &gt; div:nth-of-type(2) &gt; div ul li a {
  font-size: 12px;
  color: #fff;
}
footer &gt; div:nth-of-type(2) &gt; div p {
  margin: -6px 0 0 0;
  font-size: 12px;
  color: #fff;
  line-height: 2em;
  text-align: right;
}
/* @media screen and (max-width: 1040px) { */
@media screen and (max-width: 768px) {
  footer &gt; div:nth-of-type(1) &gt; div {
    padding: 40px 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div .footer-kcme {
    margin: 0 0 40px 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div .footer-kcme img {
    max-width: 370px;
    width: 75%;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul {
    display: block;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li {
    width: 100% !important;
    margin: 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:last-of-type {
    margin: 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3 {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #181818;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #181818;
    border-radius: 100%;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: top .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, top .3s ease;
    transition: transform .3s ease, top .3s ease, -webkit-transform .3s ease;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3.active:after {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3.js-acmenu-btn-none {
    margin: 0 0 30px 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3.js-acmenu-btn-none:before, footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li h3.js-acmenu-btn-none:after {
    display: none;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li {
    width: 48.5% !important;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    border-top: 1px solid #363636;
    font-size: 12px;
    line-height: 1.8em;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li:first-of-type a, footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li:nth-of-type(2) a {
    border-top: 0;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li:last-of-type a, footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li ul &gt; li:nth-last-of-type(2) a {
    border-bottom: 1px solid #363636;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(1) &gt; ul {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
  footer &gt; div:nth-of-type(1) &gt; div &gt; ul &gt; li:nth-of-type(1) &gt; ul &gt; li {
    width: 48.5% !important;
  }
  footer &gt; div:nth-of-type(2) &gt; div {
    display: block;
  }
  footer &gt; div:nth-of-type(2) &gt; div ul {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  footer &gt; div:nth-of-type(2) &gt; div ul li {
    margin: 0 15px 0 0;
  }
  footer &gt; div:nth-of-type(2) &gt; div ul li:last-of-type {
    margin: 0;
  }
  footer &gt; div:nth-of-type(2) &gt; div p {
    margin: 0;
    text-align: center;
  }
}
header {
  background: #fff;
  position: relative;
  z-index: 10000;
}
header .js-nav-trigger {
  display: none;
}
header &gt; div {
  max-width: 1240px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 2px 30px 1px;
}
header &gt; div h1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate3d(0, 19px, 0);
  transform: translate3d(0, 19px, 0);
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  position: relative;
}
header &gt; div h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: url(/img/common/logo_kyocera_copy.svg) center right no-repeat;
  background-size: 200px 13px;
}
header &gt; div h1 &gt; div a {
  transition: opacity .3s ease;
}
/* header-LOGO for PC */
header &gt; div h1 .header-KCME_logo {
  margin: 0;
}
header &gt; div h1 .header-KCME_logo img {
  height: 26px;
  /*width: 401px;*/
}
/* nav エリアの表示設定 */
header nav {
  height: 60px;
  border-top: 1px solid #ddd;
  position: relative;
}
header nav h2 {
  display: none;
}
header nav &gt; ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
header nav &gt; ul &gt; li {
  width: calc(1180px / 6);
}
header nav &gt; ul &gt; li &gt; a, header nav &gt; ul &gt; li &gt; span {
  display: block;
  width: 100%;
  height: 60px;
  padding: 18px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: opacity .3s ease, background .3s ease;
}
/* for PC  */
@media screen and (min-width: 1024px) {
  header nav &gt; ul &gt; li &gt; a:hover, header nav &gt; ul &gt; li &gt; span:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(245, 245, 245, 0.8);
  }
}
/* 
  nav エリアでは非表示　
  お問い合わせ　　　　　　
*/
header nav &gt; ul li.nav-contact {
  width: 0;
}
/* 
    header エリアに位置をずらして表示　
　　お問い合わせ
*/
header nav &gt; ul li.nav-contact &gt; span {
  position: absolute;
  /*top: -43px;*/
  top: -45px; /* 2022.03.30 変更 */
  /*right: calc(50vw - 600px);*/
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
  width: 90px;
  height: auto;
  padding: 0 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
header nav &gt; ul li.nav-contact &gt; span a {
  color: #000;
  text-decoration: none !important;
}
header nav &gt; ul li.nav-contact &gt; span a:hover {
  text-decoration: none !important;
  background-color: #fff !important;
}
/* お問い合わせ 微調整 */
@media screen and (max-width: 1200px) {
  header nav &gt; ul li.nav-contact &gt; span {
    right: 25px;
  }
}
/* お問い合わせ 微調整 */
@media screen and (min-width: 1201px) {
  header nav &gt; ul li.nav-contact &gt; span {
    right: calc(50vw - 600px);
  }
}
/* お問い合わせ 微調整 */
@media screen and (min-width: 1024px) {
  header nav &gt; ul li.nav-contact &gt; span:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
header nav &gt; ul .nav-current {
  color: #df0623 !important;
  position: relative;
}
/* for PC  width &gt; 1040px
@media screen and (min-width: 1040px) { */
/* for PC and iPad 横  width &gt; 769px  　*/
@media screen and (min-width: 769px) {
  header nav &gt; ul .nav-current:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #df0623 !important;
  }
  header nav &gt; ul .nav-current:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
header nav .nav-contents {
  display: none;
}
header nav .nav-contents &gt; div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: absolute;
  top: 59px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1180px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .nav-contents &gt; div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: absolute;
    top: 59px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1024px;
    width: 100%;
    text-align: left;
  }
}
/* ヘッダーナビゲーション　カテゴリレイアウト */
header nav .nav-contents &gt; div .nav-contents-category {
  width: 300px;
  padding: 40px 30px 50px;
  background: rgba(28, 53, 74, 0.9);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .nav-contents &gt; div .nav-contents-category {
    width: 250px; /*300px*/
    padding: 30px 20px 40px; /*40px 30px 50px*/
    background: rgba(28, 53, 74, 0.9);
  }
}
header nav .nav-contents &gt; div .nav-contents-category p {
  margin: 0 0 20px 0;
}
header nav .nav-contents &gt; div .nav-contents-category p a {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  header nav .nav-contents &gt; div .nav-contents-category p a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
  }
}
header nav .nav-contents &gt; div .nav-contents-category &gt; ul &gt; li {
  margin: 0 0 1px 0;
  padding: 12px 20px 14px;
  font-size: 1.1em; /*18px*/
  line-height: 1.5em;
  color: #fff;
  background: #193043;
  cursor: pointer;
  transition: background .3s ease;
}
@media screen and (min-width: 769px) {
  header nav .nav-contents &gt; div .nav-contents-category &gt; ul &gt; li:hover {
    background: #df0623 !important;
  }
}
header nav .nav-contents &gt; div .nav-contents-category &gt; ul &gt; li:last-of-type {
  margin: 0;
}
header nav .nav-contents &gt; div .nav-contents-category &gt; ul .active {
  font-weight: 600;
  background: #df0623 !important;
}
/* ヘッダーナビゲーション　製品カテゴリレイアウト */
header nav .nav-contents &gt; div .nav-contents-product {
  width: calc(100% - 300px);
  padding: 35px 40px 20px;
  background: rgba(212, 220, 222, 0.9);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .nav-contents &gt; div .nav-contents-product {
    width: calc(100% - 250px); /*calc(100% - 300px)*/
    padding: 30px 30px 20px; /*35px 40px 20px*/
    background: rgba(212, 220, 222, 0.9);
  }
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li {
  display: none;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li:first-of-type {
  display: block;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li h3 {
  margin: 0 0 15px 0;
  font-size: 1.8em;
  font-weight: 600;
  color: #193043;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; h4 {
  margin: 0 0 20px 0;
  font-size: 1.0em;
  font-weight: 600;
  color: #5e6f7c;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li p {
  margin: 0 0 20px 0;
  font-size: 0.8em;
  line-height: 2em;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  columns: 2;
  height: 340px; /*製品数によって調整*/
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0 35px 15px 0; /*0 0 15px 0*/
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a {
  display: block;
  padding: 0 0 0 30px;
  font-size: 1.1em;
  color: #000;
  position: relative;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a span {
  display: inline-block;
  font-size: 0.9em;
  padding-left: 3px;
}
header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a:before {
  content: "";
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 15px;
  height: 2px;
  background: #000;
}
@media screen and (min-width: 769px) {
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #df0623 !important;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a:hover:before {
    background: #df0623 !important;
  }
}
header nav .nav-contents &gt; div .nav-contents-ttl {
  width: 210px;
  padding: 40px 50px;
  background: rgba(28, 53, 74, 0.9);
}
header nav .nav-contents &gt; div .nav-contents-ttl h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
header nav .nav-contents &gt; div .nav-contents-ttl h3 a {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  header nav .nav-contents &gt; div .nav-contents-ttl h3 a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
  }
}
header nav .nav-contents &gt; div .nav-contents-list {
  width: calc(100% - 210px);
  padding: 32px 50px;
  background: rgba(212, 220, 222, 0.9);
}
header nav .nav-contents &gt; div .nav-contents-list &gt; ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
}
header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li {
  margin: 0 30px 0 0;
  line-height: 2em;
}
header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a {
  padding: 0 0 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
}
header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 15px;
  height: 2px;
  background: #000;
}
@media screen and (min-width: 769px) {
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #df0623 !important;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:hover:before {
    background: #df0623 !important;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul .nav-contents-list-sp {
    display: none;
  }
}
/* @media screen and (min-width: 1040px) { */
@media screen and (min-width: 769px) {
  #top header nav, .recruit-top header nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border-top: 0;
  }
  #top header nav &gt; ul, .recruit-top header nav &gt; ul {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  #top header nav &gt; ul &gt; li, .recruit-top header nav &gt; ul &gt; li {
    width: auto;
  }
  #top header nav &gt; ul &gt; li &gt; a, #top header nav &gt; ul &gt; li &gt; span, .recruit-top header nav &gt; ul &gt; li &gt; a, .recruit-top header nav &gt; ul &gt; li &gt; span {
    height: auto;
    padding: 0 20px;
    color: #fff;
  }
}
/* @media screen and (min-width: 1040px) and (min-width: 769px) {  modify 20211015 */
@media screen and (min-width: 769px) {
  #top header nav &gt; ul &gt; li &gt; a:hover, #top header nav &gt; ul &gt; li &gt; span:hover, .recruit-top header nav &gt; ul &gt; li &gt; a:hover, .recruit-top header nav &gt; ul &gt; li &gt; span:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: transparent;
  }
}
/* @media screen and (min-width: 1040px) { modify 20211015 */
@media screen and (min-width: 1024px) {
  #top header nav .nav-contact &gt; span, .recruit-top header nav .nav-contact &gt; span {
    /*top: -42px; */
    top: -45px; /* 2022.03.30 変更　 */
    padding: 0;
  }
}
/* @media screen and (min-width: 1040px) { modify 20211015 */
@media screen and (min-width: 769px) {
  #top header nav &gt; ul .nav-current, .recruit-top header nav &gt; ul .nav-current {
    color: #fff !important;
  }
  #top header nav &gt; ul .nav-current:before, .recruit-top header nav &gt; ul .nav-current:before {
    display: none;
  }
}
/* header nav の設定 start */
/* @media screen and (max-width: 1040px) { modify 20211015 */
/* スマートフォンデザイン（横幅 320～767px）/ タブレットデザイン（横幅 768～1023px） ==========================================　*/
@media screen and (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .js-nav-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
  }
  header .js-nav-trigger &gt; span {
    display: block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background: #000;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: opacity .5s ease, top .5s ease, bottom .5s ease, background .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease, top .5s ease, bottom .5s ease, background .5s ease;
    transition: transform .5s ease, opacity .5s ease, top .5s ease, bottom .5s ease, background .5s ease, -webkit-transform .5s ease;
  }
  header .js-nav-trigger &gt; span:nth-of-type(1) {
    top: 34px;
  }
  header .js-nav-trigger &gt; span:nth-of-type(2) {
    top: 42px;
  }
  header .js-nav-trigger &gt; span:nth-of-type(3) {
    top: 50px;
  }
  header &gt; div {
    height: 70px;
    padding: 2px 0 1px;
  }
  header &gt; div h1 {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header &gt; div h1:before {
    display: none;
  }
  header &gt; div h1 &gt; div {
    text-align: left;
  }
  /* header-LOGO for SP */
  header &gt; div h1 div.header-sp {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  header &gt; div h1 div.header-sp div.header-kyocera {
    width: 146px;
  }
  header &gt; div h1 div.header-sp div.header-kyocera img {
    width: 146px;
    height: auto;
  }
  header &gt; div h1 div.header-sp div.header-kcme {
    max-height: 17px;
    margin-right: 48px;
    margin-bottom: 16px;
  }
  header &gt; div h1 div.header-sp div.header-kcme img {
    width: 100%;
    max-width: 255px;
    max-height: 36px;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 30px 0;
    background: #1c354a;
    overflow-y: scroll;
    border-top: 0;
  }
  header nav::-webkit-scrollbar {
    display: none;
  }
  header nav &gt; ul {
    display: block;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0 10px;
    text-align: left;
  }
  header nav &gt; ul &gt; li {
    width: 100%;
    margin: 0;
  }
  header nav &gt; ul &gt; li:last-of-type {
    margin: 0;
  }
  header nav &gt; ul &gt; li &gt; a, header nav &gt; ul &gt; li &gt; span {
    display: block;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  header nav &gt; ul &gt; li &gt; a:hover, header nav &gt; ul &gt; li &gt; span:hover {
    background: transparent;
  }
  header nav &gt; ul &gt; li &gt; span:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #61829d;
    border-radius: 100%;
  }
  header nav &gt; ul &gt; li &gt; span:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s ease;
  }
  header nav &gt; ul li.nav-contact {
    display: none; /* add 20220714 by harada */
    /*width: 100%;*/
  }
  header nav &gt; ul li.nav-contact &gt; span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 85px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
  }
  header nav .nav-contents {
    display: none;
  }
  header nav .nav-contents &gt; div {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* ナビゲーション　カテゴリ非表示 */
  header nav .nav-contents &gt; div .nav-contents-category {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-product {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul {
    margin: 0 0 20px 0;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li {
    display: block;
    margin: 0;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li h3 {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; h4 {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li p {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: unset;
    height: auto;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li {
    width: 48.5%;
    margin: 0;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #61829d;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a span {
    display: block;
    font-size: 11px;
    padding-left: 0;
    line-height: 1.2em;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li &gt; ul &gt; li a:before {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li:last-of-type:last-of-type a, header nav .nav-contents &gt; div .nav-contents-product &gt; ul &gt; li:last-of-type:nth-last-of-type(2) a {
    border-bottom: 1px solid #61829d;
  }
  header nav .nav-contents &gt; div .nav-contents-ttl {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-list {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li {
    width: 48.5%;
    margin: 0;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    border-top: 1px solid #61829d;
    font-size: 12px;
    line-height: 1.8em;
    color: #fff;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:before {
    display: none;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:first-of-type, header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:nth-of-type(2) {
    border-top: 0;
  }
  header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:last-of-type, header nav .nav-contents &gt; div .nav-contents-list &gt; ul &gt; li a:nth-last-of-type(1) {
    border-bottom: 1px solid #61829d;
  }
  .js-nav-trigger.active span {
    background: #fff;
  }
  .js-nav-trigger.active span:nth-of-type(1) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .js-nav-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .js-nav-trigger.active span:nth-of-type(3) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .js-nav-trigger.active + div + nav {
    display: block;
  }
  .js-nav-btn.active:after {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* header nav の設定 end */
/* スマートフォンデザイン（横幅 320～767px）/ タブレットデザイン（横幅 768～1023px） ==========================================　*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/* add Image Size 20210514 */
.img-area &gt; figure img {
  max-width: 800px;
  width: 95%;
  margin: 0;
}
@media (max-width: 768px) {
  .img-area {
    width: 100%;
    height: auto;
    padding: 0 10px 5px 17px;
  }
}
/* 右側のサポート(24365)お知らせ追従バナーエリア */
#flyin {
  z-index: 1000;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 257px;
  position: fixed;
  bottom: 15%;
  right: 1.5%;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -moz-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -o-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -webkit-transition: bottom .5s ease, background-position .5s ease;
  transition: bottom .5s ease, background-position .5s ease;
  padding: 0;
  filter: drop-shadow(0px 0px 7px #aaa);
  transition: 0.3s ease-in-out;
}

div#flyin:hover {
  transform: translateY(-5px);
  transition: all .5s;
}
/* クローズボタン 右側のサポート(24365)お知らせ追従バナーエリア */
#flyin .flyinclose {
  -webkit-transition: 0 .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  transition: transform .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  content: '';
  display: block;
  z-index: 1001;
  box-shadow: 0 0 5px rgba(104, 162, 219, .2);
  /*box-shadow:0 0 10px rgba(104,162,219,.2);*/
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
  /*border-color: #fff;*/ /*#68a2db*/
  /*border-radius:18px;*/
  background: rgba(255, 255, 255, .7) url("/img/common/popup-x_blue.png") no-repeat center center;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
}

/* Alteryx 右側の書籍紹介バナーエリア */
#flyin01 {
  z-index: 1000;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 257px;
  position: fixed;
  bottom: 125px;
  right: 1.5%;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -moz-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -o-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -webkit-transition: bottom .5s ease, background-position .5s ease;
  transition: bottom .5s ease, background-position .5s ease;
  padding: 0;
  filter: drop-shadow(0px 0px 7px #aaa);
  transition: 0.3s ease-in-out;
}

div#flyin01:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

/* クローズボタン Alteryx 右側の書籍紹介バナーエリア */
#flyin01 .flyinclose01 {
  -webkit-transition: 0 .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  transition: transform .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  content: '';
  display: block;
  z-index: 1001;
  box-shadow: 0 0 5px rgba(104, 162, 219, .2);
  /*box-shadow:0 0 10px rgba(104,162,219,.2);*/
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
  /*border-color: #fff;*/ /*#68a2db*/
  /*border-radius:18px;*/
  background: rgba(255, 255, 255, .7) url("/img/common/popup-x_blue.png") no-repeat center center;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
}

/* ローカル5g バナーエリア */
#flyin04 {
  z-index: 10001;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 111px; /*167px*/
  height: 178px; /*267px*/
  position: fixed;
  bottom: 200px; /*355px*/
  right: 80px; /*380px*/
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -moz-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -o-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -webkit-transition: bottom .5s ease, background-position .5s ease;
  transition: bottom .5s ease, background-position .5s ease;
  padding: 0;
  filter: drop-shadow(0px 0px 15px #fff);
  transition: 0.3s ease-in-out;
}
#flyin04 .banner img{
  width: 111px; /*167px*/
  height: 178px; /*267px*/
}

div#flyin04:hover {
  transform: translateY(5px);
  transition: all .3s;
}

/* 右側の　ローカル5g バナーエリアのクローズボタン */
#flyin04 .flyinclose04 {
  -webkit-transition: 0 .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  transition: transform .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  content: '';
  display: block;
  z-index: 1001;
  box-shadow: 0 0 5px rgba(104, 162, 219, .2);
  /*box-shadow:0 0 10px rgba(104,162,219,.2);*/
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid #68a2db;
  border-radius:18px;
  background: rgba(255, 255, 255, .7) url("/img/common/popup-x_blue.png") no-repeat center center;
  position: absolute;
  top: -10px;
  right: -5px;
  margin: 0;
  padding: 0;
}


/* サブスク5g バナーエリア　ローカル５Gトップ */
#flyin05 {
  z-index: 1000;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 242px; /*290px */
  height: 140px; /*168px*/
  position: fixed;
  bottom: 205px;/*190px*/
  right: 250px; /*80px*/
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -moz-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -o-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -webkit-transition: bottom .5s ease, background-position .5s ease;
  transition: bottom .5s ease, background-position .5s ease;
  padding: 0;
  filter: drop-shadow(0px 0px 15px #fff);
  transition: 0.3s ease-in-out;
}
#flyin05 .banner img{
  width: 242px; /*290px */
  height: 140px; /*168px*/
}

div#flyin05:hover {
  transform: translateY(5px);
  transition: all .3s;
}

/* 右側の　サブスク5g バナーエリアのクローズボタン */
#flyin05 .flyinclose05 {
  -webkit-transition: 0 .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  transition: transform .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  content: '';
  display: block;
  z-index: 1001;
  box-shadow: 0 0 5px rgba(104, 162, 219, .2);
  /*box-shadow:0 0 10px rgba(104,162,219,.2);*/
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid #68a2db;
  border-radius:18px;
  background: rgba(255, 255, 255, .7) url("/img/common/popup-x_blue.png") no-repeat center center;
  position: absolute;
  top: -10px;
  right: -5px;
  margin: 0;
  padding: 0;
}

/* サブスク5g バナーエリア　sub6 導入支援 */
#flyin06 {
  z-index: 1000;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 242px; /*290px */
  height: 140px; /*168px*/
  position: fixed;
  bottom: 190px;/*190px*/
  right: 80px; /*80px*/
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -moz-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -o-animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  animation: flipInY 1s cubic-bezier(0.77, 0, .175, 1);
  -webkit-transition: bottom .5s ease, background-position .5s ease;
  transition: bottom .5s ease, background-position .5s ease;
  padding: 0;
  filter: drop-shadow(0px 0px 15px #fff);
  transition: 0.3s ease-in-out;
}
#flyin06 .banner img{
  width: 242px; /*290px */
  height: 140px; /*168px*/
}

div#flyin06:hover {
  transform: translateY(5px);
  transition: all .3s;
}

/* 右側の　サブスク5g バナーエリアのクローズボタン */
#flyin06 .flyinclose06 {
  -webkit-transition: 0 .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  transition: transform .5s ease .2s, opacity .5s ease, top .5s ease .2s;
  content: '';
  display: block;
  z-index: 1001;
  box-shadow: 0 0 5px rgba(104, 162, 219, .2);
  /*box-shadow:0 0 10px rgba(104,162,219,.2);*/
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid #68a2db;
  border-radius:18px;
  background: rgba(255, 255, 255, .7) url("/img/common/popup-x_blue.png") no-repeat center center;
  position: absolute;
  top: -10px;
  right: -5px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 599px) { /* スマホ */
  #flyin {
    position: fixed;
    bottom: 10%;
    /* right: 15%; */
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
	
	#flyin04 {
	width: 84px;
	height: 134px;
    position: fixed;
    right: 5%;
    bottom: 15%;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
  }
	#flyin04 .banner img{
	width: 84px;
	height: 134px;
	}
}



</pre></body></html>