@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i,700&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, sup, 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, sup, 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;
}
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;
}
@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: 769px) {
  a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .pc-show {
    display: block;
  }
  .sp-show {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}
.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 {
  display: none;
  position: fixed;
  bottom: 105px; /* original 15px*/
  right: 15px;
  z-index: 2;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  /* background: rgba(150, 150, 150, 0.8); */
  background: rgba(0, 0, 0, 1.0);
  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: 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 {
    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;
  }
}

/* footer nav */
footer {
  background: #292929;
}
footer > div {
  padding: 0 10px;
}
footer > div > div {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
footer > div:nth-of-type(1) {
  text-align: left;
}
footer > div:nth-of-type(1) > div {
  padding: 60px 0;
}
footer > div:nth-of-type(1) > div .footer-kcme {
  margin: 0 0 30px 0;
}
footer > div:nth-of-type(1) > div .footer-kcme img {
  width: 370px;
}
footer > div:nth-of-type(1) > div > 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 > div:nth-of-type(1) > div > ul > li h3 {
  margin: 0 0 22px 0;
  font-size: 18px;
  color: #fff;
}
footer > div:nth-of-type(1) > div > ul > li h3 a {
  color: #fff;
  transition: opacity .5s ease;
}
footer > div:nth-of-type(1) > div > ul > li ul > 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 > div:nth-of-type(1) > div > ul > li h3 {
    font-size: 16px;
  }
  footer > div:nth-of-type(1) > div > ul > li ul > li a {
    font-size: 12px;
  }
}

footer > div:nth-of-type(1) > div > ul > li:nth-of-type(1) {
  width: 49%;
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(1) > 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: 300px; /* 製品の数によって調整 */
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(1) > ul > li {
  width: 48%; /* org 49%  edit 2021.06.16 */
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(2) {
  width: 18%;
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(3) {
  width: 16%;
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(4) {
  width: 14%;
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(5) {
  width: 14%;
}
footer > div:nth-of-type(1) > div > ul > li:nth-of-type(6) {
  width: 14%;
}
footer > div:nth-of-type(2) {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  background: #181818;
}
footer > div:nth-of-type(2) > 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 > div:nth-of-type(2) > 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 > div:nth-of-type(2) > div ul li {
  margin: 0 40px 0 0;
}
footer > div:nth-of-type(2) > div ul li:last-of-type {
  margin: 0;
}
footer > div:nth-of-type(2) > div ul li a {
  font-size: 12px;
  color: #fff;
}
footer > div:nth-of-type(2) > 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 > div:nth-of-type(1) > div {
    padding: 40px 0;
  }
  footer > div:nth-of-type(1) > div .footer-kcme {
    margin: 0 0 40px 0;
  }
  footer > div:nth-of-type(1) > div .footer-kcme img {
    max-width: 370px;
    width: 75%;
  }
  footer > div:nth-of-type(1) > div > ul {
    display: block;
  }
  footer > div:nth-of-type(1) > div > ul > li {
    width: 100% !important;
    margin: 0;
  }
  footer > div:nth-of-type(1) > div > ul > li:last-of-type {
    margin: 0;
  }
  footer > div:nth-of-type(1) > div > ul > li h3 {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #181818;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  footer > div:nth-of-type(1) > div > ul > li h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #181818;
    border-radius: 100%;
  }
  footer > div:nth-of-type(1) > div > ul > 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 > div:nth-of-type(1) > div > ul > li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  footer > div:nth-of-type(1) > div > ul > li h3.active:after {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer > div:nth-of-type(1) > div > ul > li h3.js-acmenu-btn-none {
    margin: 0 0 30px 0;
  }
  footer > div:nth-of-type(1) > div > ul > li h3.js-acmenu-btn-none:before, footer > div:nth-of-type(1) > div > ul > li h3.js-acmenu-btn-none:after {
    display: none;
  }
  footer > div:nth-of-type(1) > div > ul > 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 > div:nth-of-type(1) > div > ul > li ul > li {
    width: 48.5% !important;
  }
  footer > div:nth-of-type(1) > div > ul > li ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    border-top: 1px solid #363636;
    font-size: 12px;
    line-height: 1.8em;
  }
  footer > div:nth-of-type(1) > div > ul > li ul > li:first-of-type a, 
  footer > div:nth-of-type(1) > div > ul > li ul > li:nth-of-type(2) a {
    border-top: 0;
  }
  footer > div:nth-of-type(1) > div > ul > li ul > li:last-of-type a, 
  footer > div:nth-of-type(1) > div > ul > li ul > li:nth-last-of-type(2) a {
    border-bottom: 1px solid #363636;
  }
  footer > div:nth-of-type(1) > div > ul > li:nth-of-type(1) > 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 > div:nth-of-type(1) > div > ul > li:nth-of-type(1) > ul > li {
    width: 48.5% !important;
  }
  footer > div:nth-of-type(2) > div {
    display: block;
  }
  footer > div:nth-of-type(2) > div ul {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  footer > div:nth-of-type(2) > div ul li {
    margin: 0 15px 0 0;
  }
  footer > div:nth-of-type(2) > div ul li:last-of-type {
    margin: 0;
  }
  footer > div:nth-of-type(2) > div p {
    margin: 0;
    text-align: center;
  }
}

header {
  background: #fff;
  position: relative;
  z-index: 10000;
}
header .js-nav-trigger {
  display: none;
}
header > div {
  max-width: 1240px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 30px;
}
header > 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 > 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 > div h1 > div a {
  transition: opacity .3s ease;
}
header > div h1 .header-kyocera {
  margin: 0 30px 0 0;
}
header > div h1 .header-kyocera img {
  width: 146px;
  height: 31px;
}
header > div h1 .header-kcme img {
  width: 264px;
  height: 31px;
}
/* nav エリアの表示設定 */
header nav {
  height: 60px;
  border-top: 1px solid #ddd;
  position: relative;
}
header nav h2 {
  display: none;
}
header nav > 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 > ul > li {
  width: calc(1180px / 6);
}
header nav > ul > li > a, header nav > ul > li > 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: 769px) {
  header nav > ul > li > a:hover, header nav > ul > li > span:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(245, 245, 245, 0.8);
  }
}
/* 
  nav エリアでは非表示　
  お問い合わせ　　　　　　
*/
header nav > ul .nav-contact {
  width: 0;
}
/* 
    header エリアに位置をずらして表示　
　　お問い合わせ
*/
header nav > ul li.nav-contact > span {
  position: absolute;
  top: -43px;
  /* right: calc(50vw - 600px);  20210727 by harada commentout */
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}

@media screen and (min-width: 1261px) { /* 20210727 add by harada*/
  header nav > ul li.nav-contact > span {
    right: calc(50vw - 600px);
  }
}


/* 
  共通設定　ヘッダー Facebook　　　　　
*/
header nav > ul li.social-account-link span .fb-ico {
  height: 25px;
  width: 25px;
}
/* 
  nav エリアでは非表示　
  Facebook　　　　　　
*/
header nav > ul .social-account-link {
  width: 0;
}
/* 
    header エリアに位置をずらして表示　
　　  Facebook　
*/
header nav > ul li.social-account-link > span {
  position: absolute;
  top: -43px;
  right: calc(50vw - 600px);
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 132, 255) !important;
}
@media screen and (max-width: 1260px) {
  header nav > ul .nav-contact > span {
    right: 30px;
  }
}
@media screen and (max-width: 1260px) {
  header nav > ul .social-account-link > span {
    right: 30px;
  }
}
/* for PC */
@media screen and (min-width: 769px) {
  header nav > ul .nav-contact > span:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
header nav > ul .nav-current {
  color: #df0623 !important;
  position: relative;
}
/* for PC  width > 1040px
@media screen and (min-width: 1040px) { */
/* for PC and iPad 横  width > 769px  */
@media screen and (min-width: 769px) {
  header nav > ul .nav-current:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #df0623 !important;
  }
  header nav > ul .nav-current:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

header nav .nav-contents {
  display: none;
}
header nav .nav-contents > 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;
}
header nav .nav-contents > div .nav-contents-category {
  width: 420px;
  padding: 40px 50px 50px;
  background: rgba(28, 53, 74, 0.9);
}
header nav .nav-contents > div .nav-contents-category p {
  margin: 0 0 20px 0;
}
/*Edited by miso------------------------------------------------------------------------------------*/
header nav .nav-contents > 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 > div .nav-contents-category p a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
  }
}
header nav .nav-contents > div .nav-contents-category > ul > li {
  margin: 0 0 1px 0;
  padding: 12px 20px 14px;
  font-size: 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 > div .nav-contents-category > ul > li:hover {
    background: #df0623 !important;
  }
}
header nav .nav-contents > div .nav-contents-category > ul > li:last-of-type {
  margin: 0;
}
header nav .nav-contents > div .nav-contents-category > ul .active {
  font-weight: 600;
  background: #df0623 !important;
}
header nav .nav-contents > div .nav-contents-product {
  width: calc(100% - 420px);
  padding: 35px 50px;
  background: rgba(212, 220, 222, 0.9);
}
header nav .nav-contents > div .nav-contents-product > ul > li {
  display: none;
}
header nav .nav-contents > div .nav-contents-product > ul > li:first-of-type {
  display: block;
}
header nav .nav-contents > div .nav-contents-product > ul > li h3 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 600;
  color: #193043;
}
header nav .nav-contents > div .nav-contents-product > ul > li > h4 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #5e6f7c;
}
header nav .nav-contents > div .nav-contents-product > ul > li p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 2em;
}
header nav .nav-contents > div .nav-contents-product > ul > li > ul > li {
  margin: 0 0 15px 0;
}
header nav .nav-contents > div .nav-contents-product > ul > li > ul > li a {
  display: block;
  padding: 0 0 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
}
header nav .nav-contents > div .nav-contents-product > ul > li > ul > 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 > div .nav-contents-product > ul > li > ul > li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #df0623 !important;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li > ul > li a:hover:before {
    background: #df0623 !important;
  }
}
header nav .nav-contents > div .nav-contents-ttl {
  width: 210px;
  padding: 40px 50px;
  background: rgba(28, 53, 74, 0.9);
}
/*Edited by miso------------------------------------------------------------------------------------*/
header nav .nav-contents > div .nav-contents-ttl h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
header nav .nav-contents > div .nav-contents-ttl h3 a {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
/*------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  header nav .nav-contents > div .nav-contents-ttl h3 a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
  }
}
header nav .nav-contents > div .nav-contents-list {
  width: calc(100% - 210px);
  padding: 32px 50px;
  background: rgba(212, 220, 222, 0.9);
}
header nav .nav-contents > div .nav-contents-list > 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;
}
header nav .nav-contents > div .nav-contents-list > ul > li {
  margin: 0 30px 0 0;
  line-height: 2em;
}
header nav .nav-contents > div .nav-contents-list > ul > li a {
  padding: 0 0 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
}
header nav .nav-contents > div .nav-contents-list > ul > 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 > div .nav-contents-list > ul > li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #df0623 !important;
  }
  header nav .nav-contents > div .nav-contents-list > ul > li a:hover:before {
    background: #df0623 !important;
  }
}
@media screen and (min-width: 769px) {
  header nav .nav-contents > div .nav-contents-list > 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 > ul, .recruit-top header nav > 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 > ul > li, .recruit-top header nav > ul > li {
    width: auto;
  }
  #top header nav > ul > li > a, #top header nav > ul > li > span, .recruit-top header nav > ul > li > a, .recruit-top header nav > ul > li > 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 > ul > li > a:hover, #top header nav > ul > li > span:hover, .recruit-top header nav > ul > li > a:hover, .recruit-top header nav > ul > li > 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: 769px) {
  #top header nav .nav-contact > span, .recruit-top header nav .nav-contact > span {
    top: -42px;
    padding: 0;
  }
}
/* @media screen and (min-width: 1040px) { modify 20211015 */
  @media screen and (min-width: 769px) {
  #top header nav > ul .nav-current, .recruit-top header nav > ul .nav-current {
    color: #fff !important;
  }
  #top header nav > ul .nav-current:before, .recruit-top header nav > ul .nav-current:before {
    display: none;
  }
}
/* header nav の設定 start */
/* @media screen and (max-width: 1040px) { modify 20211015 */
@media screen and (max-width: 768px) { /* iPad 縦 */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .js-nav-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
  }
  header .js-nav-trigger > span {
    display: block;
    position: absolute;
    right: 13px;
    width: 24px;
    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 > span:nth-of-type(1) {
    top: 16px;
  }
  header .js-nav-trigger > span:nth-of-type(2) {
    top: 24px;
  }
  header .js-nav-trigger > span:nth-of-type(3) {
    bottom: 16px;
  }
  header > div {
    height: auto;
    padding: 0;
  }
  header > div h1 {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header > div h1:before {
    display: none;
  }
  header > div h1 > div {
    text-align: left;
  }
  header > div h1 .header-kyocera {
    height: 50px;
    margin: 0;
    padding: 9px 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  header > div h1 .header-kyocera:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 60px;
    width: 140px;
    height: 100%;
    background: url(/img/common/logo_kyocera_copy.svg) center right no-repeat;
    background-size: 140px auto;
  }
  header > div h1 .header-kyocera img {
    width: 88px;
  }
  header > div h1 .header-kcme {
    padding: 10px 10px;
    text-align: center;
  }
  header > div h1 .header-kcme img {
    max-width: 300px;
    width: 100%;
  }
  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 > ul {
    display: block;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0 10px;
    text-align: left;
  }
  header nav > ul > li {
    width: 100%;
    margin: 0;
  }
  header nav > ul > li:last-of-type {
    margin: 0;
  }
  header nav > ul > li > a, header nav > ul > li > span {
    display: block;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  header nav > ul > li > a:hover, header nav > ul > li > span:hover {
    background: transparent;
  }
  header nav > ul > li > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #61829d;
    border-radius: 100%;
  }
  header nav > ul > li > 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 > ul .nav-contact {
    width: 100%;
  }
  header nav > ul .nav-contact > span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
  }
  header nav .nav-contents {
    display: none;
  }
  header nav .nav-contents > div {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header nav .nav-contents > div .nav-contents-category {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-product {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  header nav .nav-contents > div .nav-contents-product > ul {
    margin: 0 0 20px 0;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li {
    display: block;
    margin: 0;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li h3 {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li > h4 {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li p {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-product > ul > 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;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li > ul > li {
    width: 48.5%;
    margin: 0;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #61829d;
    font-size: 12px;
    line-height: 1.8em;
    color: #fff;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li > ul > li a:before {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-product > ul > li:last-of-type:last-of-type a, header nav .nav-contents > div .nav-contents-product > ul > li:last-of-type:nth-last-of-type(2) a {
    border-bottom: 1px solid #61829d;
  }
  header nav .nav-contents > div .nav-contents-ttl {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-list {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  header nav .nav-contents > div .nav-contents-list > 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 > div .nav-contents-list > ul > li {
    width: 48.5%;
    margin: 0;
  }
  header nav .nav-contents > div .nav-contents-list > ul > 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 > div .nav-contents-list > ul > li a:before {
    display: none;
  }
  header nav .nav-contents > div .nav-contents-list > ul > li a:first-of-type, header nav .nav-contents > div .nav-contents-list > ul > li a:nth-of-type(2) {
    border-top: 0;
  }
  header nav .nav-contents > div .nav-contents-list > ul > li a:last-of-type, header nav .nav-contents > div .nav-contents-list > ul > 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 */
/* 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 > figure img {
  max-width: 800px;
  width: 95%;
  margin: 0;
}
@media (max-width: 768px) {
  .img-area {
    width: 100%;
    height: auto;
    padding: 0 10px 5px 17px;
  }
}
/* add social account area  --facebook--
   20210510
*/
/* for PC 
#top header > .social-account-link {
  position: absolute;
  top: 23px;
  left: calc(65vw + 15px);
  display:block;
  width: 25px;
  height: 25px;
}
#top header > .social-account-link .js-nav-btn span {
  display: block;
}
#top header > .social-account-link .js-nav-btn a {
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
#top header > .social-account-link .js-nav-btn img.fb-ico {
  width: 25px;
  height: 25px;
}

*/
/* for SP 
    画面右下に表示

@media screen and (max-width: 1040px) {
  #top header .social-account-link .js-nav-btn {
    display: none;
  }
  
}

*/