@charset "UTF-8";
.slick-next, .slick-prev {
  display: block;
  position: absolute;
  width: 15px;
  height: 20px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list, .slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

[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;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
}

.bxslider {
  margin: 0px;
  padding: 0px;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.bx-wrapper {
  border: 5px solid white;
  background: white;
  -webkit-box-shadow: #cccccc 0px 0px 5px;
  box-shadow: #cccccc 0px 0px 5px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  z-index: 2000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 50px;
}

.bx-wrapper .bx-pager {
  padding-top: 20px;
  color: #666666;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 5px;
  outline: 0px;
  background: #666666;
  text-indent: -9999px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: black;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0px;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") 0px -32px no-repeat;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0px 0px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0px;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9999;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  outline: 0px;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  margin: 0px 3px;
  outline: 0px;
  background: url("images/controls.png") -86px -11px no-repeat;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0px 3px;
  outline: 0px;
  background: url("images/controls.png") -86px -44px no-repeat;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0px;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: white;
  font-family: Arial;
  font-size: 0.85em;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ffff99;
  color: black;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0px;
  padding: 0px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: #cccccc;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hidden {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@font-face {
  src: url("../font/Lato-Regular.ttf") format("truetype");
  font-family: Lato;
}

*, ::after, ::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a:link {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

img {
  vertical-align: bottom;
}

button:hover {
  cursor: pointer;
}

.sp-only {
  display: none !important;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: none;
  font-family: inherit;
}

[class*=" icon-"], [class^="icon-"] {
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: icomoon, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
}

.icon-search_w::before {
  margin-right: 5px;
  font-size: 30px;
  font-weight: 400;
  content: "";
}

#overlay {
  display: none;
  z-index: 200;
  height: 100%;
  background: black;
  opacity: 0.6;
}

#header-inr {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0px auto;
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  #header-inr {
    height: 60px;
  }
}

#header-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 62px;
  height: 68px;
}

#header-logo, #header-logo img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#header-logo img {
  width: 100%;
  height: auto;
}

.pc #g-nav {
  display: block !important;
}

#g-nav {
  display: block;
}

#g-nav-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  left: 92px;
  width: calc(100% - 108px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#g-nav-inr > li {
  position: relative;
  width: auto;
}

#g-nav-inr > li > a {
  display: block;
  position: relative;
  margin: 0px 10px 0px 9px;
  padding: 10px 11px;
  font-weight: 700;
}

#g-nav-inr > li > a::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0) rotate(0.1deg);
  -ms-transform: scaleX(0) rotate(0.1deg);
  transform: scaleX(0) rotate(0.1deg);
  border-radius: 10px;
  background: #fe0000;
  content: "";
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

#g-nav-inr > li:nth-child(2) > a::after {
  background: darkorange;
}

#g-nav-inr > li:nth-child(3) > a::after {
  background: #ffee00;
}

#g-nav-inr > li:nth-child(4) > a::after {
  background: #1cbed6;
}

#g-nav-inr > li:nth-child(5) > a::after {
  background: #366d91;
}

#g-nav-inr > li:nth-child(6) > a::after {
  background: #62cc77;
}

#g-nav-inr > li:nth-child(7) > a::after {
  background: #9774a6;
}

@media print, screen and (min-width: 769px) {
  #g-nav-inr > li > a:hover::after {
    -webkit-transform: scaleX(1) rotate(0.1deg);
    -ms-transform: scaleX(1) rotate(0.1deg);
    transform: scaleX(1) rotate(0.1deg);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
}

#g-nav-inr > li > a:active, #g-nav-inr > li > a:hover, #g-nav-inr > li > a:link, #g-nav-inr > li > a:visited {
  color: #333333;
  text-decoration: none;
}

#g-nav-inr > li > ul {
  display: none;
}

#g-nav-inr > li#search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  right: 200px;
  width: 56px;
  padding: 0px;
}

.company #g-nav-inr > li:nth-child(5) > a::after, .corporation #g-nav-inr > li:nth-child(4) > a::after, .enjoy #g-nav-inr > li:nth-child(2) > a::after, .press #g-nav-inr > li:nth-child(7) > a::after, .products #g-nav-inr > li:first-child > a::after, .recruiting #g-nav-inr > li:nth-child(6) > a::after, .teacher #g-nav-inr > li:nth-child(3) > a::after {
  -webkit-transform: scale(1.1) rotate(0.1deg);
  -ms-transform: scale(1.1) rotate(0.1deg);
  transform: scale(1.1) rotate(0.1deg);
}

#g-nav-inr > li#search .child {
  background: #f8f8f8;
}

#g-nav-inr > li#search form {
  width: 896px;
  margin: 0px auto;
  padding: 20px 0px;
}

#header-search {
  position: relative;
  padding: 0px 30px;
  border-radius: 100px;
  background: white;
}

#header-search-input {
  width: calc(100% - 60px);
  padding: 20px 0px;
  color: #333333;
  font-size: 16px;
}

#header-search-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  width: 30px;
  height: 30px;
  background: 0% 0% / 30px no-repeat red;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.megamenu-list li a:link, .megamenu-list li a:visited {
  color: #333333;
}

.megamenu-list li a:hover {
  color: red;
}

.megamenu-list li a:active {
  color: #333333;
}

#g-nav-inr > li#search > a::after {
  content: none;
}

#g-nav-inr > li#english {
  position: absolute;
  top: -10px;
  right: 146px;
  width: 62px;
}

#g-nav-inr > li#consultation > a::after {
  content: none;
}

#g-nav-inr > li#consultation {
  position: absolute;
  top: -14px;
  right: 0px;
  width: 134px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#g-nav-inr > li#consultation > a {
  display: block;
  width: 112px;
  margin: 0px auto;
  padding: 20px 0px;
  border-radius: 7px;
  background: red;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media not all {
  #g-nav-inr > li#consultation > a {
    padding: 22px 0px 18px;
  }
}

#consultation a:active, #consultation a:hover, #consultation a:link, #consultation a:visited {
  color: white;
  text-decoration: none;
}

#g-nav-inr > li#english > a::after {
  content: none;
}

#english a {
  width: 40px;
  height: 40px;
  margin: 0px 20px 0px 28px;
}

#spMenuBtn {
  display: none;
}

.g-nav .arrow::after {
  left: 3px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #77aa00;
  border-right: 2px solid #77aa00;
  content: "";
}

.sub-menu {
  display: none;
}

#menu-products-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 16px;
  overflow: auto;
  background: url("../img/common/bg_pattern.png");
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#menu-products-block.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#menu-products-block .bx-wrapper {
  margin-bottom: 0px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu-products-block-inr {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 60px 0px;
}

#menu-products-title {
  margin: 0px auto;
  padding: 0px 0px 15px;
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

#menu-products-title span {
  position: relative;
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  #menu-products-title span {
    margin-left: 12px;
  }
}

#menu-products-title span::after {
  position: absolute;
  top: -10px;
  left: -60px;
  width: 48px;
  height: 48px;
  background: url("../img/common/ico_products.svg");
  content: "";
}

#menu-products-link {
  margin: 0px auto;
  padding-left: 9px;
  color: white;
  text-align: center;
}

#menu-products-link a {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#menu-products-link a:hover {
  opacity: 0.7;
}

#menu-products-link span::after {
  position: absolute;
  top: 4px;
  left: -20px;
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow_w.png") 0% 0%/16px 16px;
  content: "";
}

@media not all, print {
  #menu-products-link span::after {
    top: 2px;
  }
}

#menu-products-link a:active, #menu-products-link a:hover, #menu-products-link a:link, #menu-products-link a:visited, #menu-products-tab li a:active, #menu-products-tab li a:hover, #menu-products-tab li a:link, #menu-products-tab li a:visited {
  color: white;
}

#menu-products-tab li a.active:active, #menu-products-tab li a.active:hover, #menu-products-tab li a.active:link, #menu-products-tab li a.active:visited {
  color: red;
}

#menu-products-tab {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#menu-products-tab li {
  width: 31%;
}

#menu-products-tab li a {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px;
  border: 2px solid white;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media not all {
  #menu-products-tab li a {
    padding: 23px 10px 17px;
  }
}

@media print, screen and (min-width: 769px) {
  #menu-products-tab li a:hover {
    border: 2px solid white;
    background: white;
    color: red;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

#menu-products-tab li a.active {
  border: 2px solid white;
  background: white;
}

#menu-products-list {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 70px 0px;
  border-radius: 15px;
  background: white;
}

#menu-products-list li {
  width: 23%;
  margin: 0px 1% 50px;
}

#menu-products-list li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-products-title {
  -webkit-box-ordinal-group: 3;
  position: relative;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 20px;
  line-height: 1.5;
}

.menu-products-title::before {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
  content: "";
}

@media not all {
  .menu-products-title::before {
    top: 1px;
  }
}

.menu-products-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0px 0px 20px;
}

.menu-products-img img {
  border-radius: 15px;
}

.btn-menu-products-close {
  z-index: 50;
  position: fixed;
  top: 32px;
  left: calc(50% + 408px);
  width: 120px;
  height: 120px;
  cursor: pointer;
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .btn-menu-products-close {
    top: 8px;
    right: 0px;
    left: auto;
  }
}

.btn-menu-products-close:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:link .megamenu-subtitle, a:visited .megamenu-subtitle {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover .megamenu-subtitle {
  color: red;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:active .megamenu-subtitle {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#search-by-category .search-by-category {
  padding: 60px 85px 24px;
  border-radius: 15px;
  background: white;
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  #search-by-category .search-by-category {
    padding: 60px 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category {
    padding: 20px 16px 1px;
    border-radius: 8px;
  }
}

#search-by-category .search-by-category-title {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-title {
    margin-bottom: 10px;
    color: #666666;
    font-size: 15px;
  }
}

#search-by-category .search-by-category-title img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-title img {
    width: 22px;
    height: 22px;
  }
}

@media not all, print {
  #search-by-category .search-by-category-title img {
    margin-top: -6px;
  }
}

#search-by-category .search-by-category-select {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select > div + div {
    margin-top: 11px;
  }
}

#search-by-category .search-by-category-select-btn {
  width: 60px;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select-btn {
    width: 100%;
  }
}

#search-by-category .search-by-category-select-btn input {
  width: 60px;
  height: 48px;
  border-radius: 8px;
  background: url("../img/common/ico_search.svg") 50% center/24px no-repeat red;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select-btn input {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    background-image: none;
    color: white;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-indent: 0px;
  }
}

#search-by-category .search-by-category-select-select {
  display: block;
  position: relative;
  width: calc(32% - 24.32px);
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select-select {
    width: 100%;
  }
}

#search-by-category .search-by-category-select-select::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../img/common/ico_arrow_r_white.svg") 50% center/16px no-repeat red;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select-select::after {
    width: 42px;
    height: 42px;
  }
}

#search-by-category .search-by-category-select select {
  -webkit-box-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0px 48px 0px 15px;
  background: #f8f8f8;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media not all, print {
  #search-by-category .search-by-category-select select {
    padding-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-select select {
    height: 42px;
    padding: 0px 42px 0px 10px;
    font-size: 14px;
  }
}

#search-by-category .search-by-category-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-keyword {
    display: block;
    margin-bottom: 17px;
  }
}

#search-by-category .search-by-category-keyword-input {
  width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-keyword-input {
    width: 100%;
    margin-bottom: 12px;
  }
}

#search-by-category .search-by-category-keyword-btn {
  width: 60px;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-keyword-btn {
    width: 100%;
  }
}

#search-by-category .search-by-category-keyword-btn input {
  width: 100%;
  height: 60px;
  border-radius: 0px 8px 8px 0px;
  background: url("../img/common/ico_search.svg") 50% center/24px no-repeat red;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-keyword-btn input {
    height: 42px;
    border-radius: 8px;
    background-image: none;
    color: white;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-indent: 0px;
  }
}

#search-by-category .search-by-category-keyword input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  border-radius: 8px 0px 0px 8px;
  background: #f8f8f8;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-keyword input[type="text"] {
    height: 42px;
    padding: 0px 10px;
    border-radius: 8px;
  }
}

@media not all, print {
  #search-by-category .search-by-category-keyword input[type="text"] {
    padding-top: 6px;
  }
}

#search-by-category .search-by-category-hot-title {
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid red;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #search-by-category .search-by-category-hot-title {
    border-width: 3px;
    font-size: 14px;
  }
}

#search-by-category .search-by-category-select-select.is_disable select {
  background: #dedede;
}

#search-by-category .search-by-category-select-select.is_disable::after {
  background-color: #999999;
}

#search-by-catalog .search-by-catalog {
  padding: 60px 85px;
  border-radius: 15px;
  background: white;
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog {
    padding: 20px 16px;
    border-radius: 8px;
  }
}

#search-by-catalog .search-by-catalog ul {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -31px;
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog ul {
    margin-top: 0px;
  }
}

#search-by-catalog .search-by-catalog ul li {
  width: 48%;
  margin-top: 31px;
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog ul li {
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dedede;
  }
}

#search-by-catalog .search-by-catalog-image, #search-by-catalog .search-by-catalog ul li a {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#search-by-catalog .search-by-catalog-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog-image {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 4px;
  }
}

#search-by-catalog .search-by-catalog-text {
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #search-by-catalog .search-by-catalog-text {
    width: calc(100% - 55px);
    font-size: 14px;
  }
}

#bread-crumb-list {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0px auto;
  padding: 15px 0px;
  line-height: 1;
}

#bread-crumb-list li {
  position: relative;
  color: white;
  font-size: 12px;
}

#bread-crumb-list li + li {
  margin-left: 18px;
}

#bread-crumb-list.text-gray li {
  color: #666666;
}

#bread-crumb-list.text-gray li.home svg path {
  fill: #666666;
}

#bread-crumb-list li::before {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: -15px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

#bread-crumb-list li.home svg {
  display: block;
  width: 12px;
  height: 14px;
}

#bread-crumb-list li.home svg path {
  fill: white;
}

#bread-crumb-list li:first-child::before {
  content: none;
}

#bread-crumb-list li a:link, #bread-crumb-list li a:visited {
  color: white;
  text-decoration: underline;
}

#bread-crumb-list li a:hover {
  color: white;
  text-decoration: none;
}

#bread-crumb-list li a:active {
  color: white;
  text-decoration: underline;
}

#bread-crumb-list.text-gray li a:link, #bread-crumb-list.text-gray li a:visited {
  color: #666666;
  text-decoration: underline;
}

#bread-crumb-list.text-gray li a:hover {
  color: #666666;
  text-decoration: none;
}

#bread-crumb-list.text-gray li a:active {
  color: #666666;
  text-decoration: underline;
}

#bread-crumb-list-outer.is-on-pagetitle {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background: none;
}

.products-detail-bg {
  background: url("../img/common/bg_pattern.png");
}

#container {
  padding-top: 100px;
}

#footer {
  position: relative;
  /* padding: 6px 0px 0px; */
}

#footer::before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #999999;
  content: "";
}

#footer-back {
  padding: 50px 0px;
  background-color: #efefef;
}

#footer-inr {
  width: 1000px;
  margin: 0px auto;
  padding: 40px 0px 20px;
}

#footer a:link, #footer a:visited {
  color: #333333;
  text-decoration: none;
}

#footer a:hover {
  color: #333333;
  text-decoration: underline;
}

#footer a:active {
  color: #333333;
  text-decoration: none;
}

#footerUpper {
  padding-bottom: 60px;
}

#footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer nav li {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
}

@media not all, print {
  #footer nav li a {
    display: inline-block;
    padding-top: 6px;
  }
}

#footer nav dt {
  margin-bottom: 25px;
  font-size: 16px;
}

#footer nav dd {
  margin-bottom: 30px;
  font-size: 14px;
}

#footer-menu-list01 {
  width: 265px;
}

#footer-menu-list02, #footer-menu-list03 {
  width: 205px;
}

#footer-menu-list04, #footer-menu-list05 {
  width: 215px;
}

#footer-under {
  width: 1280px;
  margin: 0px auto;
  padding: 20px 0px;
}

#footer-menu-list06 {
  margin-bottom: 20px;
  text-align: right;
}

#footer-menu-list06 li {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
}

#footer-slider {
  position: relative;
  width: 100%;
  height: auto;
  background: #f7f7f7;
}

#footer-slider .slider-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 40px 0px 56px;
  overflow: hidden;
}

#footer-slider .slider-wrap::before {
  left: 50%;
  margin-left: -960px;
  background: url("../img/top/gr_footer_l.png");
}

#footer-slider .slider-wrap::after, #footer-slider .slider-wrap::before {
  z-index: 30;
  position: absolute;
  top: 0px;
  width: 50px;
  height: 648px;
  content: "";
}

#footer-slider .slider-wrap::after {
  right: 50%;
  margin-right: -960px;
  background: url("../img/top/gr_footer_r.png");
}

#footer-slider a {
  display: block;
}

#footer-slider a, #footer-slider a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#footer-slider a:hover {
  opacity: 0.7;
}

#footer-slider .slick-slide {
  width: 224px;
  margin: 0px 8px;
}

#footer-slider .slick-slide img {
  max-width: 224px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

#footer-title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

#footer-sns-list {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 195px;
  height: 32px;
  margin: 0px auto 35px;
}

#footer-sns-list li {
  width: 32px;
  height: 32px;
}

#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
}

#footer-menu li {
  padding: 0px 15px;
  border-right: 2px solid #d6d6d6;
}

#footer-menu li:last-child {
  border: none;
}

#footer-logo {
  width: 254px;
  margin: 0px auto;
}

#copyright {
  padding: 10px;
  background: black;
  color: white;
  font-family: Lato;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
}

#btnPagetop {
  display: none;
  z-index: 9999;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 50px;
  height: 60px;
}

#btnPagetop a {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 0px 25px 45px;
  border-style: solid;
  border-color: transparent transparent red;
}

#btnPagetop p {
  position: absolute;
  left: -25px;
  width: 50px;
  margin: 27px 0px 0px;
  font-size: 0.8rem;
  text-align: center;
}

#btnPagetop a:active, #btnPagetop a:hover, #btnPagetop a:link, #btnPagetop a:visited {
  color: white;
}

#content {
  width: auto;
  margin: 0px auto;
  overflow: hidden;
}

.content-inr {
  width: 1028px;
  margin: 0px auto;
}

.content-width {
  width: 1000px;
  margin: 0px auto;
}

.sp-only {
  display: none;
}

@media print, screen and (max-width: 1279px) {
  .content-width {
    width: calc(100% - 32px);
    max-width: 1000px;
  }
}

@media print, screen and (max-width: 1279px) {
  .megamenu-subtitle-nolink.adjust {
    display: none;
  }
}

@media not all {
  #header.active #consultation a {
    padding: 13px 10px 7px;
  }
}

@media print, screen and (min-width: 1280px) {
  #header.active {
    height: 80px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px -4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px -4px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.active #header-inr {
    height: 80px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #header.active #header-logo {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 50px;
    height: 54px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.active #header-logo img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.active #g-nav {
    display: none;
  }
  #header.active #g-nav-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 92px;
    color: #333333;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.active #consultation a {
    display: block;
    width: 112px;
    padding: 10px;
    border-radius: 10px;
    background: red;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.active #g-nav-inr > li#consultation {
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #english a .tb {
    display: none;
  }
  .megamenu {
    position: fixed;
    top: 100px;
    left: 0px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background: white;
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
  }
  .megamenu.open {
    height: auto;
    max-height: calc(100% - 100px);
    overflow-y: auto;
  }
  #header.active .megamenu {
    top: 80px;
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
  }
  .megamenu .child {
    height: auto;
    margin: 0px auto;
    background: white;
  }
  .megamenu-flex {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
  .megamenu-title {
    position: relative;
    height: 100px;
    margin-bottom: 40px;
  }
  #g-menu-drawing .megamenu-title {
    background: url("../img/common/bg_pattern04.png");
  }
  #g-menu-teacher .megamenu-title {
    background-color: #feffb2;
  }
  #g-menu-corporate .megamenu-title {
    background: url("../img/common/bg_pattern02.png");
  }
  #g-menu-about .megamenu-title {
    background: #366d91;
  }
  #g-menu-recruit .megamenu-title {
    background: #7dd78f;
  }
  .megamenu-title-text {
    position: relative;
    width: 880px;
    margin: 0px auto;
    padding: 31px 60px;
    color: white;
    font-size: 26px;
    font-weight: 700;
  }
  #g-menu-corporate .megamenu-title-text, #g-menu-teacher .megamenu-title-text {
    color: black;
  }
  .megamenu-list-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 656px;
  }
  .megamenu-list-s li {
    margin-right: 30px;
  }
  .megamenu-list-s li:nth-child(4n) {
    margin-right: 0px;
  }
  .megamenu-list-s li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .megamenu-subtitle {
    padding-left: 20px;
    font-size: 14px;
  }
  .megamenu-subtitle, .megamenu-subtitle-nolink {
    -webkit-box-ordinal-group: 3;
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    line-height: 1.3;
  }
  .megamenu-subtitle-nolink {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px !important;
  }
  a:hover .megamenu-subtitle-nolink {
    color: black;
  }
  .megamenu-subtitle::after {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
    content: "";
  }
  .megamenu-list-s .magamenu-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
    margin-bottom: 15px;
  }
  .megamenu-list-s .magamenu-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .megamenu-list-s.megamenu-list li a::before {
    content: none;
  }
  .megamenu-list-s2 {
    width: 312px;
  }
  .megamenu-title-text::before {
    position: absolute;
    top: 28px;
    left: 0px;
    width: 40px;
    height: 40px;
    content: "";
  }
  .megamenu-list-s li {
    width: 140px;
  }
  .megamenu-list.megamenu-list-s li a {
    padding-left: 0px;
  }
  .megamenu-list.megamenu-list-r {
    width: 656px;
  }
  .megamenu-list.megamenu-list-r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 656px;
  }
  .recruit-menu {
    width: 312px;
    margin: 0px 32px 14px 0px;
    float: left;
  }
  .recruit-menu:nth-child(2n+1) {
    margin-right: 0px;
  }
  .recruit-about-menu {
    margin-bottom: 14px;
  }
  #g-menu-recruit .grand-child dt a, #g-menu-recruit .grand-child li a {
    position: relative;
    font-weight: 700;
  }
  #g-menu-recruit .grand-child dt a::after, #g-menu-recruit .grand-child li a::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid red;
    border-right: 2px solid red;
    content: "";
  }
  #g-menu-recruit .grand-child li.recruit-subheader a::after {
    content: none;
  }
  #g-menu-drawing .megamenu-title-text::before {
    background: url("../img/common/ico_drawing_w.svg") 0% 0%/40px 40px no-repeat;
  }
  #g-menu-teacher .megamenu-title-text::before {
    background: url("../img/common/ico_teacher_r.svg") 0% 0%/40px 40px no-repeat;
  }
  #g-menu-corporate .megamenu-title-text::before {
    background: url("../img/common/ico_corp_r.svg") 0% 0%/40px 40px no-repeat;
  }
  #g-menu-about .megamenu-title-text::before {
    background: url("../img/common/ico_about.svg") 0% 0%/40px 40px no-repeat;
  }
  #g-menu-recruit .megamenu-title-text::before {
    background: url("../img/common/ico_recruit.svg") 0% 0%/40px 40px no-repeat;
  }
  #g-menu-recruit .grand-child {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #g-menu-recruit .grand-child li {
    width: 312px;
    padding: 0px;
  }
  #g-menu-recruit .grand-child dt a, #g-menu-recruit .grand-child li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 312px;
    padding: 8px 20px;
    border: 1px solid #ff8080;
    border-radius: 30px;
  }
  #g-menu-recruit .grand-child li.recruit-subheader a {
    margin: 4px 0px 10px;
    padding: 0px;
    border: none;
    color: #9a0816;
  }
  .recruit-mb {
    margin-bottom: 20px;
  }
  .recruit-header a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: black;
    font-size: 18px;
    font-weight: 700;
  }
  .recruit-header a::before {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
    content: "";
  }
  #g-menu-recruit .grand-child li.recruit-subheader {
    width: 100%;
    color: #9a0816;
  }
  #g-menu-recruit .megamenu-list.megamenu-list-r2 {
    width: 312px;
  }
  #g-menu-recruit .megamenu-list.megamenu-list-r2 .arrow::before {
    content: none;
  }
  #g-menu-recruit .grand-child {
    width: 100%;
  }
  #g-menu-recruit .grand-grand-child {
    -webkit-box-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .megamenu-title-top {
    position: absolute;
    top: 40px;
    right: calc(50% - 500px);
    width: 200px;
    text-align: right;
  }
  .megamenu-title-top a {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-weight: 700;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .megamenu-title-top a:hover {
    opacity: 0.6;
  }
  .megamenu-title-top a::before {
    background: url("../img/common/arrow_w.png") 0% 0%/16px 16px no-repeat;
  }
  .megamenu-title-top.black a::before, .megamenu-title-top a::before {
    position: absolute;
    top: 4px;
    left: -20px;
    width: 16px;
    height: 16px;
    content: "";
  }
  .megamenu-title-top.black a::before {
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
  }
  #g-menu-recruit .grand-child li a::before {
    content: none;
  }
  .megamenu-title-top a:link {
    color: white;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .megamenu-title-top a:active, .megamenu-title-top a:visited {
    color: white;
  }
  .megamenu-title-top.black a:link {
    color: black;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .megamenu-title-top.black a:visited {
    color: black;
  }
  .megamenu-title-top.black a:hover {
    color: red;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .megamenu-title-top.black a:active {
    color: black;
  }
  .megamenu-subtitle {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
  }
  #g-menu-corporate .megamenu-subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
  #g-menu-corporate .megamenu-subtitle a, #g-menu-corporate .megamenu-subtitle a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #g-menu-about .megamenu-subtitle {
    font-size: 16px;
  }
  .megamenu-list.btn-red-frame .megamenu-subtitle-nolink a {
    display: block;
    padding: 0px 0px 5px;
    border: none;
  }
  .megamenu-list.btn-red-frame .megamenu-subtitle-nolink a:hover {
    color: black;
  }
  .megamenu-list.btn-red-frame .megamenu-subtitle-nolink a::after {
    content: none;
  }
  .megamenu-img {
    width: 313px;
    height: 100px;
    margin-bottom: 20px;
  }
  .megamenu-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .megamenu-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
  .megamenu-list li.megamenu-teacher-title {
    padding-left: 0px;
  }
  .megamenu-list li.megamenu-teacher-title dt {
    margin-bottom: 15px;
  }
  .megamenu-list li.megamenu-teacher-title dt a {
    color: #9a0816;
    cursor: default;
  }
  .megamenu-list li.megamenu-teacher-title dt a::before {
    content: none;
  }
  .megamenu-list li.megamenu-teacher-sub {
    margin: 0px 0px 10px 20px;
  }
  .megamenu-list li.megamenu-teacher-sub.grand-grand-child-last {
    margin: 0px 0px 16px 20px;
  }
  .megamenu-list li a::before {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
    content: "";
  }
}

@media print, screen and (min-width: 1280px) and (min-width: 768px) {
  .megamenu-btn-close {
    height: 60px;
  }
  .megamenu-btn-close a, .megamenu-btn-close a img {
    height: 100%;
  }
}

@media print, screen and (min-width: 1280px) {
  .megamenu-btn-close a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 18px calc(50% - 10px);
    background: black;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .megamenu-btn-close a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .megamenu {
    display: none;
  }
  .child, .grand-child, .grand-grand-child {
    display: block !important;
  }
  #g-menu-teacher .megamenu-list {
    width: 312px;
  }
  .megamenu-list.btn-red-frame, .megamenu-list.btn-red-frame li {
    padding: 0px;
  }
  .megamenu-list.btn-red-frame a {
    display: block;
    position: relative;
    padding: 8px 30px;
    border: 1px solid #ff8080;
    border-radius: 30px;
  }
  .megamenu-list.btn-red-frame a::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid red;
    border-right: 2px solid red;
    content: "";
  }
  .megamenu-list.btn-red-frame a::before {
    content: none;
  }
  .megamenu-list-r2 .btn-red-frame a {
    display: block;
    position: relative;
    margin-bottom: 35px;
    padding: 8px 30px;
    border: 1px solid #ff8080;
    border-radius: 30px;
    font-weight: 700;
  }
  .megamenu-list-r2 .btn-red-frame a::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid red;
    border-right: 2px solid red;
    content: "";
  }
  #g-menu-corporate .megamenu-list li {
    width: 140px;
    padding: 0px;
  }
  #g-menu-corporate .megamenu-list-s2.megamenu-list li {
    width: 312px;
    padding: 0px;
  }
  #g-menu-about .megamenu-list li {
    width: 140px;
    padding: 0px;
  }
  #g-menu-about .megamenu-list-s2.megamenu-list li {
    width: 312px;
    padding: 0px;
  }
  #megamenu-bg {
    display: block;
    z-index: 60;
    position: fixed;
    top: 100px;
    left: 0px;
    width: 100%;
    height: calc(100% - 100px);
    background: #771012;
  }
}

#effect-circle {
  z-index: 100;
  position: fixed;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #d90000;
  content: "";
  -webkit-transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s;
  -o-transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s;
  transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s;
}

#effect-circle.active {
  width: 284vmax;
  height: 284vmax;
  -webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
  -o-transition: width 0.7s ease 0s, height 0.7s ease 0s;
  transition: width 0.7s ease 0s, height 0.7s ease 0s;
}

@media not all, print {
  #effect-circle.circle {
    -webkit-animation: 0.7s ease 0s 1 normal forwards running spread-circle-ie;
    animation: 0.7s ease 0s 1 normal forwards running spread-circle-ie;
  }
  #effect-circle.circle-close {
    -webkit-animation: 0.4s ease 0s 1 normal forwards running spread-circle-close-ie;
    animation: 0.4s ease 0s 1 normal forwards running spread-circle-close-ie;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1330px) {
  #g-nav-inr > li > a {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  #overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
  }
  #overlay.active {
    display: block;
  }
  #header {
    /* height: 60px; */
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px -4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px -4px;
  }
  #header-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 36px;
    height: 40px;
    margin: 0px auto;
    padding-top: 10px;
  }
  #menu-products-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 16px;
    background: url("../img/common/bg_pattern.png");
  }
  #menu-products-block-inr {
    max-width: 1000px;
  }
  #menu-products-title span {
    position: relative;
  }
  #menu-products-title span::after {
    position: absolute;
    top: -5px;
    left: -60px;
    width: 48px;
    height: 48px;
    background: url("../img/common/ico_products.svg");
    content: "";
  }
  #menu-products-link a:active, #menu-products-link a:hover, #menu-products-link a:link, #menu-products-link a:visited, #menu-products-tab li a:active, #menu-products-tab li a:hover, #menu-products-tab li a:link, #menu-products-tab li a:visited {
    color: white;
  }
  #menu-products-tab li a.active:active, #menu-products-tab li a.active:hover, #menu-products-tab li a.active:link, #menu-products-tab li a.active:visited {
    color: red;
  }
  #menu-products-tab {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin-bottom: 40px;
  }
  #menu-products-tab li {
    width: 31%;
  }
  #menu-products-tab li a {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    border: 2px solid white;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) and (min-width: 769px) {
  #menu-products-tab li a:hover {
    border: 2px solid white;
    background: white;
    color: red;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  #menu-products-tab li a.active {
    border: 2px solid white;
    background: white;
  }
  .menu-products-title {
    -webkit-box-ordinal-group: 3;
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
    line-height: 1.5;
  }
  .menu-products-title::before {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
    content: "";
  }
}

@media print {
  .menu-products-title::before {
    top: 1px;
    width: 17px;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .menu-products-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  #container {
    padding-top: 60px;
  }
  .content-inr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1028px;
    margin: 0px auto;
    padding: 0px 14px;
  }
  #spMenuBtn {
    z-index: 30;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block !important;
  }
  #spMenuBtn, #spMenuBtn.active {
    width: 18px;
    height: 18px;
    background-color: white;
  }
  .menu-trigger, .menu-trigger span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 15;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .menu-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
  .menu-trigger span {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: black;
  }
  .menu-trigger span:first-of-type {
    top: 0px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
    width: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
    width: 12px;
  }
  .menu-trigger .menuMenu {
    display: block;
  }
  .menu-trigger .menuClose {
    display: none;
  }
  .menu-trigger.active span:first-of-type {
    width: 100%;
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #001b3e;
  }
  .menu-trigger.active span:nth-of-type(2) {
    background-color: #001b3e;
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -1px;
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background-color: #001b3e;
  }
  .menu-trigger.active .menuMenu {
    display: none;
  }
  .menu-trigger.active .menuClose {
    display: block;
  }
  #footer {
    padding: 4px 0px 0px;
  }
  #footer-inr {
    width: 100%;
    padding: 35px 0px 15px;
  }
  #footer nav {
    display: block;
    text-align: center;
  }
  #footer nav li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #footer-under {
    width: 1280px;
    margin: 0px auto;
    padding: 20px 0px;
  }
  #footer-menu-list06 {
    margin-bottom: 20px;
    text-align: right;
  }
  #footer-menu-list06 li {
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
  }
  #footer-slider {
    height: auto;
    background: #f7f7f7;
  }
  #footer-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #footer-sns-list {
    width: 150px;
    margin: 0px auto 20px;
  }
  #footer-sns-list li {
    width: 20px;
    height: 20px;
  }
  #footer-menu {
    display: block;
    margin: 0px auto 20px;
  }
  #footer-menu li {
    display: block;
    font-size: 14px;
  }
  #footer-logo {
    width: 200px;
    margin: 0px auto;
  }
  #footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  #copyright {
    font-size: 11px;
  }
  #btnPagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #spMenuBtn {
    display: block;
  }
  #overlay {
    z-index: 60;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
  }
  #bread-crumb-list-outer, #overlay {
    display: none;
  }
  #header.sp.hide {
    top: -60px;
  }
  #header.sp.open {
    top: 0px;
  }
  #header-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 36px;
    height: 40px;
    margin: 0px auto;
    padding-top: 10px;
  }
  #spMenuBtn {
    z-index: 30;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: block !important;
  }
  #spMenuBtn, #spMenuBtn.active {
    width: 18px;
    height: 18px;
    background-color: white;
  }
  .menu-trigger, .menu-trigger span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 15;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .menu-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
  .menu-trigger span {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: black;
  }
  .menu-trigger span:first-of-type {
    top: 0px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
    width: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
    width: 12px;
  }
  .menu-trigger .menuMenu {
    display: block;
  }
  .menu-trigger .menuClose {
    display: none;
  }
  .menu-trigger.active span:first-of-type {
    width: 100%;
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #001b3e;
  }
  .menu-trigger.active span:nth-of-type(2) {
    background-color: #001b3e;
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -1px;
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background-color: #001b3e;
  }
  .menu-trigger.active .menuMenu {
    display: none;
  }
  .menu-trigger.active .menuClose {
    display: block;
  }
  #g-nav-inr .child li a .child li a {
    line-height: 1.5;
    display: block !important;
  }
  #menu-products-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 101;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    background: url("../img/common/bg_pattern.png") 0% 0%/37px;
  }
  #menu-products-block-inr {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 0px 80px;
  }
  #menu-products-title {
    margin: 0px auto;
    padding: 20px 0px 25px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  #menu-products-title span {
    position: relative;
  }
  #menu-products-title span::after {
    position: absolute;
    top: -5px;
    left: -35px;
    width: 30px;
    height: 30px;
    background: url("../img/common/ico_products.svg") 0% 0%/30px;
    content: "";
  }
  #menu-products-link {
    position: relative;
    top: auto;
    right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    color: white;
    text-align: center;
  }
  #menu-products-link span {
    position: relative;
  }
  #menu-products-link span::after {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_w.png") 0% 0%/16px 16px;
    content: "";
  }
  #menu-products-link a:active, #menu-products-link a:hover, #menu-products-link a:link, #menu-products-link a:visited, #menu-products-tab li a:active, #menu-products-tab li a:hover, #menu-products-tab li a:link, #menu-products-tab li a:visited {
    color: white;
  }
  #menu-products-tab li a.active:active, #menu-products-tab li a.active:hover, #menu-products-tab li a.active:link, #menu-products-tab li a.active:visited {
    color: red;
  }
  #menu-products-tab {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #menu-products-tab li {
    width: 31%;
  }
  #menu-products-tab li a {
    -webkit-box-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 5px;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 769px) {
  #menu-products-tab li a:hover {
    border: 2px solid white;
    background: white;
    color: red;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (max-width: 767px) {
  #menu-products-tab li a.active {
    border: 2px solid white;
    background: white;
  }
  #menu-products-list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 10px 0px;
    border-radius: 5px;
    background: white;
  }
  #menu-products-list li {
    width: 46%;
    margin: 0px 2% 15px;
  }
  #menu-products-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-products-title {
    -webkit-box-ordinal-group: 3;
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
  }
  .menu-products-title::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
    content: "";
  }
  .menu-products-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0px 0px 5px;
  }
  .menu-products-img img {
    border-radius: 5px;
  }
  .btn-menu-products-close {
    top: 8px;
    right: 0px;
    left: auto;
    width: 90px;
    height: 70px;
  }
  #container {
    padding-top: 60px;
  }
  #content, .content-inr {
    width: auto;
    margin: 0px auto;
  }
  .content-inr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px;
  }
  .section-title {
    padding-bottom: 25px;
    font-size: 18px;
  }
  #footer {
    padding: 5px 0px 0px;
  }
  #footer-inr {
    width: 100%;
    padding: 35px 0px 15px;
  }
  #footer nav {
    display: block;
    text-align: center;
  }
  #footer nav li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #footer-under {
    width: 1280px;
    margin: 0px auto;
    padding: 20px 0px;
  }
  #footer-menu-list06 {
    margin-bottom: 20px;
    text-align: right;
  }
  #footer-menu-list06 li {
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
  }
  #footer-slider {
    height: auto;
  }
  #footer-slider .slider-wrap {
    padding: 30px 0px 35px;
  }
  #footer-slider .slick-slide {
    width: 170px;
    margin: 0px 8px;
  }
  #footer-slider .slick-slide img {
    border-radius: 10px;
  }
  #footer-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #footer-sns-list {
    width: 150px;
    margin: 0px auto 20px;
  }
  #footer-sns-list li {
    width: 20px;
    height: 20px;
  }
  #footer-menu {
    display: block;
    margin: 0px auto 20px;
  }
  #footer-menu li {
    display: block;
    font-size: 14px;
  }
  #footer-logo {
    width: 200px;
    margin: 0px auto;
  }
  #copyright {
    font-size: 11px;
  }
  #btnPagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 60px;
  }
}

@media print, screen and (max-width: 1279px) {
  #g-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 100;
    position: fixed;
    top: 60px;
    left: 0px;
    height: calc(100% - 60px);
    overflow: auto;
    border-top: 1px solid #dedede;
    background: rgba(0, 0, 0, 0.85);
    font-size: 14px !important;
  }
  #g-nav, #g-nav-inr {
    width: 100%;
    padding: 0px 0px 20px;
  }
  #g-nav-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
  }
  #g-nav-inr > li {
    width: auto;
  }
  #g-nav-inr > li > a {
    padding: 11px 16px 10px;
  }
  #g-nav-inr > li > a, #g-nav-inr > li > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
  }
  #g-nav-inr > li > span {
    padding: 14px 16px;
  }
  #g-nav-inr .child li {
    width: auto;
  }
  .child .megamenu-list > li > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 10px 30px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
  }
  .megamenu-list-r2 .recruit-header {
    display: none;
  }
  #g-nav-inr .megamenu a {
    background-color: #fdfdfd;
  }
  #g-nav-inr .child > li > a {
    padding: 14px 30px;
  }
  #g-nav-inr .grand-child {
    display: none;
  }
  #g-nav-inr .grand-child > dt > a, #g-nav-inr .grand-child > li > a {
    padding: 10px 30px 10px 45px;
    background: #f2f2f2;
  }
  #g-nav-inr .grand-child > dt > a, #g-nav-inr .grand-child > li > a, #g-nav-inr .grand-grand-child > li > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
  }
  #g-nav-inr .grand-grand-child > li > a {
    padding: 14px 30px 14px 60px;
    background: #e6e6e6;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 769px) {
  #g-nav-inr li a:hover::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #fe0000;
    content: none;
  }
}

@media print, screen and (max-width: 1279px) {
  #header-search {
    position: relative;
    padding: 0px;
  }
  #g-nav-inr > li#search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: auto;
    right: auto;
    padding: 0px;
  }
  #g-nav-inr > li#search form {
    width: calc(100% - 32px);
    padding: 0px;
  }
  #g-nav-inr > li#search {
    position: relative;
    width: 100%;
  }
  #g-nav-inr > li#search a {
    display: none;
  }
  #g-nav-inr > li#search .megamenu, #g-nav-inr > li#search .megamenu .child {
    display: block !important;
  }
  #g-nav-inr > li#search .child {
    background: white;
  }
  #search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #g-nav-inr > li#english a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: none;
  }
  #consultation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #english a .pc {
    display: none;
  }
  #english a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 14px 4px;
    border: none;
    border-radius: 50px;
    background: none;
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  #english a span {
    position: relative;
  }
  #english a span::before {
    position: absolute;
    top: calc(50% - 7px);
    left: -20px;
    width: 14px;
    height: 14px;
    background: url("../img/common/ico_arrow_r.svg");
    content: "";
  }
  #search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 16px;
  }
  #search a {
    display: none;
  }
  #search .sub-menu {
    display: block;
  }
  #search .sub-menu form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search input[type="text"] {
    width: calc(100% - 42px);
    padding: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f7f7f7;
    font-size: 16px;
    text-align: center;
  }
  #search input[type="submit"], #search input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  #search input[type="submit"] {
    top: 0px;
    right: 0px;
    width: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url("../img/common/ico_search.svg") 50% center/14px 14px no-repeat #8a8a8a;
    text-indent: -9999px;
    cursor: pointer;
  }
  #g-nav-inr > li#consultation, #g-nav-inr > li#english {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  #consultation {
    margin-top: 8px;
    padding: 0px 16px;
  }
  #consultation, #g-nav-inr > li#consultation a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #g-nav-inr > li#consultation a {
    margin-top: 4px;
    padding: 9px 14px;
  }
  #g-nav-inr li a.arrow::before {
    background: url("../img/common/ico_arrow_r.svg");
  }
  #g-nav-inr li a.arrow::before, #g-nav-inr li a.plus::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    content: "";
  }
  #g-nav-inr li a.plus::before {
    background: url("../img/common/ico_plus.svg");
  }
  #g-nav-inr li a.plus.open::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../img/common/ico_minus.svg");
    content: "";
  }
  #g-nav-inr li > a.plus > a.plus {
    display: none;
  }
  #g-nav-inr li .child-plus::before {
    background: url("../img/common/ico_plus.svg");
  }
  #g-nav-inr li .child-plus.open::before, #g-nav-inr li .child-plus::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    content: "";
  }
  #g-nav-inr li .child-plus.open::before {
    background: url("../img/common/ico_minus.svg");
  }
  #g-nav-inr li a.grand-child-plus::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../img/common/ico_plus.svg");
    content: "";
  }
  #g-nav-inr li a.grand-child-plus.open::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../img/common/ico_minus.svg");
    content: "";
  }
  #g-nav-inr .megamenu-list dt a, #g-nav-inr .megamenu-list dt span {
    padding: 14px 16px 14px 30px;
  }
  #g-nav-inr .megamenu-list dt a, #g-nav-inr .megamenu-list dt a.child-plus, #g-nav-inr .megamenu-list dt span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid #dedede;
    background: #fdfdfd;
    font-size: 14px;
    font-weight: 700;
  }
  #g-nav-inr .megamenu-list dt a.child-plus {
    padding: 10px 16px 10px 30px;
  }
  #g-nav-inr .megamenu-list dt a.grand-child-plus {
    padding: 14px 16px 14px 45px;
    background: #f2f2f2;
  }
  #g-nav-inr .grand-grand-child, .megamenu-img {
    display: none;
  }
  #g-nav-inr .child > li > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0px;
    padding: 14px 16px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
  }
  .child, .magamenu-img, .megamenu-btn-close {
    display: none;
  }
  .megamenu {
    display: block !important;
  }
  .megamenu-title-text {
    display: none;
  }
  .megamenu-title-top a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0px;
    padding: 10px 16px 10px 30px;
    border-bottom: 1px solid #dedede;
    background: #fdfdfd;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  .megamenu-title-top a:active, .megamenu-title-top a:hover, .megamenu-title-top a:link, .megamenu-title-top a:visited {
    color: #333333;
  }
  #g-nav-inr li .megamenu-title-top a::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../img/common/ico_arrow_r.svg");
    content: "";
  }
  #g-nav-inr > li > a::after {
    content: none;
  }
}

@media not all {
  .megamenu-subtitle::after {
    top: -1px;
  }
  .megamenu-list-r2 .btn-red-frame a, .megamenu-list.btn-red-frame a {
    padding: 10px 30px 6px;
  }
}

.thanks-title {
  margin: 100px auto 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks-title {
    margin: 50px auto 25px;
    font-size: 18px;
  }
}

.thanks-text {
  width: 60%;
  max-width: 660px;
  margin: 0px auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks-text {
    width: 100%;
  }
}

.thanks-text-red {
  width: 60%;
  max-width: 660px;
  margin: 0px auto 300px;
  color: red;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .thanks-text-red {
    width: 100%;
    margin: 0px auto 100px;
    font-size: 12px;
  }
}

.form .error-txt {
  margin-bottom: 50px;
  color: red;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .error-txt {
    margin-bottom: 30px;
    text-align: left;
  }
}

.form .confirm-txt {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .confirm-txt {
    margin-bottom: 30px;
    text-align: left;
  }
}

.noscript-image {
  display: none;
}

#section-title-block {
  position: relative;
  padding: 150px 0px 250px;
}

#section-title-block img {
  z-index: 2;
  position: absolute;
  top: 220px;
  border-radius: 15px;
}

.section-title {
  position: relative;
  padding-bottom: 28px;
  color: black;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-title-icon {
  position: absolute;
  top: -170px;
  left: 50%;
  width: 100px;
  margin-left: -55px;
}

.letter {
  display: inline-block;
}

.title-on_short_underbar {
  padding-bottom: 30px;
  background: url("../img/common/line_sectiontitle.png") center bottom no-repeat;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title-on_short_underbar {
    padding-bottom: 20px;
    background: url("../img/common/line_sectiontitle_sp.png") center bottom/41px no-repeat;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

.title-on_pink_underbar {
  text-align: center;
}

.title-on_pink_underbar span {
  background: url("../img/products/catalog/pink_bar.png") left bottom 3px repeat-x;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .title-on_pink_underbar span {
    background-size: 64px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

.catalog_sub_text {
  padding: 10px 0px 100px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.btn-red {
  width: 320px;
  margin: 0px auto;
  cursor: pointer;
}

.btn-red.width-small {
  width: 275px;
  margin: 0px auto;
}

.btn-red.width-middle {
  width: 342px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .btn-red.width-middle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 32px);
    margin: 0px auto;
  }
}

.btn-red.width-long {
  width: 394px;
  margin: 0px auto;
}

.btn-red a, .btn-red button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 15px 30px;
  border-radius: 8px;
  background: #cb0201;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media not all, print {
  .btn-red a, .btn-red button {
    padding: 17px 30px 13px;
  }
}

.btn-red button {
  display: block;
  width: 100%;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .btn-red a:hover, .btn-red button:hover {
    background: #ff0302;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
  }
}

.btn-red.btn-color-gray a, .btn-red.btn-color-gray button {
  background: darkgray;
}

.btn-red.ico-tab a::after, .btn-red.ico-tab button::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../img/common/ico_tab.svg") 0% 0%/18px 18px no-repeat;
  content: "";
}

.btn-red.ico-download a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../img/common/ico_download.svg") 0% 0%/18px 18px no-repeat;
  content: "";
}

.btn-red.ico-more a::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("../img/common/ico_plus_w.svg") no-repeat;
  content: "";
}

.btn-red.ico-more.close a::after {
  background: url("../img/common/ico_close_w.svg");
}

.btn-red.ico-back a::after, .btn-red.ico-back button::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../img/common/ico_arrow_r_white.svg") 0% 0%/18px 18px no-repeat;
  content: "";
}

.btn-red.ico-back.-reverse a::after, .btn-red.ico-back.-reverse button::after {
  right: auto;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-red a:link, .btn-red a:visited, .btn-red button:link, .btn-red button:visited {
  color: white;
}

@media print, screen and (min-width: 769px) {
  .btn-red a:hover, .btn-red button:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
    color: white;
  }
}

.btn-red a:active, .btn-red button:active {
  color: white;
}

.red-circle-text {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-ordinal-group: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.red-circle-text::before {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow_r.png") 0% 0%/16px 16px no-repeat;
  content: "";
}

@media not all {
  .red-circle-text::before {
    top: 1px;
    width: 17px;
    height: 18px;
    background-size: contain;
  }
}

.products-tag-block {
  margin-bottom: 28px;
}

.products-tag-block li {
  display: inline-block;
  margin: 0px 3px 8px 10px;
}

.products-tag-block li a {
  display: block;
  position: relative;
  height: 14px;
  padding: 4px 8px 10px 15px;
  color: white;
  font-size: 14px;
}

@media not all, print {
  .products-tag-block li a {
    padding: 6px 8px 8px 15px;
  }
}

.products-tag-block li a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  content: "";
}

.products-tag-block li a::after {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 0px;
  height: 0px;
  content: "";
}

.tag01-list li a {
  background: #12b4e0;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .tag01-list li a:hover {
    background: #0099c2;
    text-decoration: underline;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }
}

.tag01-list li a::after {
  border-width: 14px 10px 14px 0px;
  border-style: solid;
  border-color: transparent #12b4e0 transparent transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .tag01-list li a:hover::after {
    border-color: transparent #0099c2 transparent transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.tag02-list li a {
  background: #f069a8;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .tag02-list li a:hover {
    background: #e63587;
    text-decoration: underline;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }
}

.tag02-list li a::after {
  border-width: 14px 10px 14px 0px;
  border-style: solid;
  border-color: transparent #f069a8 transparent transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .tag02-list li a:hover::after {
    border-color: transparent #e63587 transparent transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.arch-b {
  margin: -1px auto 0px;
}

.btn-products-search {
  width: 1000px;
  margin: 0px auto;
}

.btn-products-search a {
  display: block;
  padding: 11px 25px 23px;
  border-radius: 8px;
  background: #cb0201;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 700 !important;
}

@media print, screen and (min-width: 768px) {
  .btn-products-search a {
    line-height: 1 !important;
  }
  .btn-products-search a.icon-search_w::before {
    bottom: -7px;
  }
}

@media print, screen and (min-width: 769px) {
  .btn-products-search a:hover {
    background: #ff0302;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
  }
}

.icon-search_w::before {
  padding-right: 5px;
  font-size: 24px;
}

.btn-products-search a:active, .btn-products-search a:hover, .btn-products-search a:link, .btn-products-search a:visited {
  color: white;
}

.icon-search_w::before {
  position: relative;
  bottom: -3px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .icon-search_w::before {
    bottom: -6px;
  }
}

.arc-content {
  position: absolute;
  top: calc(-5vw + 1px);
  left: 0px;
  width: 100%;
  height: 6vw;
  overflow: hidden;
}

.arc-content span {
  position: absolute;
  bottom: 0px;
  left: -5%;
  width: 110%;
  height: 6vw;
  content: url("../img/common/arch_w.svg");
}

.arc-content-b {
  position: absolute;
  bottom: calc(-5vw + 2px);
  left: 0px;
  width: 100%;
  height: 6vw;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arc-content-b span {
  position: absolute;
  top: 0px;
  left: -5%;
  width: 110%;
  height: 6vw;
}

#products-category .arc-content span, #products-list .arc-content span {
  content: url("../img/products/common/arch_pro.svg");
}

#enjoy .arc-content span {
  content: url("../img/enjoy/arch_enjoy.svg");
}

#enjoy .arc-content-b span {
  content: url("../img/enjoy/arch_enjoy_b.svg");
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .btn-products-search {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .red-circle-text {
    padding-left: 18px;
    font-size: 14px;
  }
  .red-circle-text::before {
    top: 2px;
    width: 14px;
    height: 14px;
    background: url("../img/common/arrow_r.png") 0% 0%/14px 14px no-repeat;
    content: "";
  }
  .btn-red {
    width: calc(100% - 32px);
    margin: 0px auto;
  }
  .btn-red a, .btn-red button {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    text-align: center;
  }
  .btn-red a::after, .btn-red button::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    width: 18px;
    height: 18px;
    background: url("../img/common/ico_download.svg") 0% 0%/18px 18px no-repeat;
    content: "";
  }
  .btn-red.ico-back a::after, .btn-red.ico-back button::after {
    top: calc(50% - 8px);
    right: 15px;
    width: 15px;
    height: 15px;
    background: url("../img/common/ico_arrow_r_white.svg") 0% 0%/15px 15px no-repeat;
  }
  .btn-products-search {
    width: calc(100% - 32px);
    margin: 0px auto;
  }
  .btn-products-search a {
    display: block;
    padding: 16px 15px 20px;
    border-radius: 5px;
    background: #cb0201;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1px !important;
  }
  .icon-search_w::before {
    padding-right: 5px;
    font-size: 24px;
  }
  .btn-products-search a:active, .btn-products-search a:hover, .btn-products-search a:link, .btn-products-search a:visited {
    color: white;
  }
  .arc-content-b {
    z-index: 1;
    position: absolute;
    bottom: calc(-5vw + 2px);
    left: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .arc-content-b span {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 400vw);
    width: 800vw;
    height: 800vw;
    border-radius: 400vw;
    background-color: white;
  }
  .section-title {
    font-size: 20px;
  }
}

.pagetitle-section {
  z-index: 40;
  position: relative;
  background-position: center top;
}

.pagetitle-section-inner {
  z-index: 1;
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 16px;
}

.pagetitle-section-title {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 54px 0px 8vw;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-title {
    padding: 32px 0px 50px;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .pagetitle-section-title {
    padding: 54px 0px 16vw;
  }
}

.pagetitle-section-title .icon {
  width: 48px;
  margin-right: 17px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-title .icon {
    width: 30px;
    margin-right: 9px;
  }
}

.pagetitle-section-title .text {
  color: white;
  font-size: 32px;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}

.pagetitle-section-title .text.text-black {
  color: black;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-title .text {
    font-size: 20px;
  }
}

.pagetitle-section-under_bg {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (max-width: 1600px) {
  .pagetitle-section-under_bg {
    width: 1600px;
  }
}

@media screen and (max-width: 767px) {
  .pagetitle-section-under_bg {
    bottom: -1px;
    width: 767px;
  }
}

@media not all, print {
  .pagetitle-section-under_bg {
    bottom: -3px;
  }
}

.pagetitle-section-under_bg img {
  width: 100%;
}

.pagetitle-section-over_bg {
  z-index: 48;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  background-image: url("../img/contact/bg_pagetitle.jpg");
  background-position: center top 100px;
}

@media print, screen and (max-width: 1279px) {
  .pagetitle-section-over_bg {
    background-position: center top 60px;
  }
}

.pagetitle-section-wrap.is_big .pagetitle-section {
  height: 315px;
}

@media print, screen and (min-width: 1921px) {
  .pagetitle-section-wrap.is_big .pagetitle-section {
    height: 370px;
  }
}

@media print, screen and (min-width: 2561px) {
  .pagetitle-section-wrap.is_big .pagetitle-section {
    height: 410px;
  }
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big .pagetitle-section {
    height: 160px;
  }
}

.pagetitle-section-wrap.is_big .pagetitle-section .pagetitle-section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 23px 0px 30px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big .pagetitle-section .pagetitle-section-title {
    padding-top: 19px;
  }
}

.pagetitle-section-wrap.is_big .pagetitle-section .pagetitle-section-title .icon {
  width: 135px;
  margin: 0px 0px 5px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big .pagetitle-section .pagetitle-section-title .icon {
    width: 85px;
    margin: 0px;
  }
}

.pagetitle-section-wrap.is_image .pagetitle-section {
  height: 370px;
  margin-bottom: 56px;
}

@media print, screen and (max-width: 1032px) {
  .pagetitle-section-wrap.is_image .pagetitle-section {
    margin-bottom: calc(-200.32px + 51vw);
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .pagetitle-section-wrap.is_image .pagetitle-section {
    margin-bottom: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_image .pagetitle-section {
    height: calc(50vw + 48px);
    margin-bottom: calc(12vw - 7.68px);
  }
}

.pagetitle-section-wrap.is_image .pagetitle-section-title {
  padding: 23px 0px 30px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_image .pagetitle-section-title {
    padding: 23px 0px 10px;
  }
}

.pagetitle-section-wrap.is_image .pagetitle-section-img {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_image .pagetitle-section-img {
    margin-top: 18px;
    padding: 0px;
  }
}

.pagetitle-section-wrap.is_image .pagetitle-section-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_image .pagetitle-section-img img {
    border-radius: 8px;
  }
}

.pagetitle-section-wrap.is_big_image .pagetitle-section {
  height: 473px;
  margin-bottom: 96px;
}

@media print, screen and (max-width: 1032px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section {
    margin-bottom: calc(-234.24px + 32vw);
  }
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section {
    height: calc(43vw + 102.48px);
    margin-bottom: calc(19.2vw - 12.288px);
  }
}

.pagetitle-section-wrap.is_big_image .pagetitle-section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0px 30px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section-title {
    padding: 19px 0px 0px;
  }
}

.pagetitle-section-wrap.is_big_image .pagetitle-section-title .icon {
  width: 120px;
  margin: 10px 0px 5px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section-title .icon {
    width: 85px;
    margin: 0px;
  }
}

.pagetitle-section-wrap.is_big_image .pagetitle-section-img {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section-img {
    margin-top: 18px;
    padding: 0px 16px;
  }
}

.pagetitle-section-wrap.is_big_image .pagetitle-section-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .pagetitle-section-wrap.is_big_image .pagetitle-section-img img {
    border-radius: 8px;
  }
}

body .pagetitle-section-inner {
  opacity: 0;
}

body .pagetitle-section-under_bg {
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

body .pagetitle-section-over_bg {
  height: 100vh;
}

body.is_load .pagetitle-section-inner {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}

body.is_load .pagetitle-section-under_bg {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0, 0.63, 0.66, 1.8) 0.25s;
  -o-transition: all 1s cubic-bezier(0, 0.63, 0.66, 1.8) 0.25s;
  transition: all 1s cubic-bezier(0, 0.63, 0.66, 1.8) 0.25s;
}

body.is_load .pagetitle-section-over_bg {
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 1, 1) 0s, opacity 0.3s ease 0.5s, width 0.1s ease 0.8s;
  -o-transition: height 0.5s cubic-bezier(0.4, 0, 1, 1) 0s, opacity 0.3s ease 0.5s, width 0.1s ease 0.8s;
  transition: height 0.5s cubic-bezier(0.4, 0, 1, 1) 0s, opacity 0.3s ease 0.5s, width 0.1s ease 0.8s;
}

.is_enjoy .pagetitle-section, .is_enjoy .pagetitle-section-over_bg {
  background-image: url("../img/enjoy/bg_pattern01.png");
  background-position-x: 0px;
}

.is_enjoy .pagetitle-section-wrap.is_big_image .pagetitle-section-title .icon {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .is_enjoy .pagetitle-section-wrap.is_big_image .pagetitle-section-title .icon {
    width: 117px;
  }
}

.is_exhibition .pagetitle-section, .is_exhibition .pagetitle-section-over_bg {
  background-color: darkorange;
  background-image: url("../img/enjoy/bg_pattern01.png");
  background-position-x: 0px;
}

.is_info .pagetitle-section, .is_info .pagetitle-section-over_bg {
  background-image: url("../img/company/bg_pagetitle.jpg");
  background-size: 301px 592px;
}

@media screen and (max-width: 767px) {
  .is_info .pagetitle-section, .is_info .pagetitle-section-over_bg {
    background-image: url("../img/company/bg_pagetitle_sp.jpg");
    background-size: 150px 150px;
  }
}

.is_sakurapress .pagetitle-section, .is_sakurapress .pagetitle-section-over_bg {
  background-image: url("../img/press/bg_pagetitle.jpg");
}

@media print, screen and (min-width: 768px) {
  .is_sakurapress .pagetitle-section, .is_sakurapress .pagetitle-section-over_bg {
    background-attachment: fixed;
    background-size: 640px 640px;
  }
}

.is_recruit .pagetitle-section {
  background-position: 100% 0px, 0px 0px;
}

.is_recruit .pagetitle-section, .is_recruit .pagetitle-section-over_bg {
  background-image: url("../img/recruiting/bg_pattern01.png"), -webkit-gradient(linear, left top, right top, from(#81d28f), to(#64cc77));
  background-image: url("../img/recruiting/bg_pattern01.png"), -webkit-linear-gradient(left, #81d28f, #64cc77);
  background-image: url("../img/recruiting/bg_pattern01.png"), -o-linear-gradient(left, #81d28f, #64cc77);
  background-image: url("../img/recruiting/bg_pattern01.png"), linear-gradient(90deg, #81d28f, #64cc77);
  background-repeat: no-repeat;
}

.is_recruit .pagetitle-section-over_bg {
  background-position: right top 100px, 0px 0px;
}

@media screen and (max-width: 767px) {
  .is_recruit .pagetitle-section, .is_recruit .pagetitle-section-over_bg {
    background-image: url("../img/recruiting/bg_pattern01_sp.png"), -webkit-gradient(linear, left top, right top, from(#81d28f), to(#64cc77));
    background-image: url("../img/recruiting/bg_pattern01_sp.png"), -webkit-linear-gradient(left, #81d28f, #64cc77);
    background-image: url("../img/recruiting/bg_pattern01_sp.png"), -o-linear-gradient(left, #81d28f, #64cc77);
    background-image: url("../img/recruiting/bg_pattern01_sp.png"), linear-gradient(90deg, #81d28f, #64cc77);
    background-size: 200px, contain;
  }
}

.is_corporation .pagetitle-section, .is_corporation .pagetitle-section-over_bg {
  background-image: url("../img/corporation/bg_pagetitle.png");
}

@media screen and (max-width: 767px) {
  .is_corporation .pagetitle-section, .is_corporation .pagetitle-section-over_bg {
    background-image: url("../img/corporation/bg_pagetitle.png");
    background-size: 22px;
  }
}

.is_business .pagetitle-section, .is_business .pagetitle-section-over_bg {
  background-image: url("../img/corporation/bg_pagetitle.png");
}

@media screen and (max-width: 767px) {
  .is_business .pagetitle-section, .is_business .pagetitle-section-over_bg {
    background-image: url("../img/corporation/bg_pagetitle.png");
    background-size: 22px;
  }
}

.is_question .pagetitle-section, .is_question .pagetitle-section-over_bg {
  background-image: url("../img/contact/bg_pagetitle.jpg");
}

@media print, screen and (min-width: 768px) {
  .is_question .pagetitle-section, .is_question .pagetitle-section-over_bg {
    background-attachment: fixed;
    background-position: 0px 0px;
    background-size: 205px 178px;
  }
}

.is_other .pagetitle-section, .is_other .pagetitle-section-over_bg {
  background-image: url("../img/sitemap/bg_pagetitle.png");
}

@media print, screen and (min-width: 768px) {
  .is_other .pagetitle-section, .is_other .pagetitle-section-over_bg {
    background-attachment: fixed;
    background-position: 0px 0px;
    background-size: 40px 19px;
  }
}

.is_teacher .pagetitle-section, .is_teacher .pagetitle-section-over_bg {
  background-image: url("../img/teacher/bg_pattern01.png");
}

.is_products .pagetitle-section, .is_products .pagetitle-section-over_bg {
  background-image: url("../img/common/bg_pattern.png");
  background-repeat: repeat;
}

.anchor_nav {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -16px;
}

.anchor_nav li {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-right: 1px solid #dedede;
}

.anchor_nav li, .anchor_nav li:first-child {
  border-left: 1px solid #dedede;
}

@media print, screen and (min-width: 768px) {
  .anchor_nav li:not(:first-of-type) {
    margin-left: -1px;
  }
}

.anchor_nav li a {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 5px 32px;
  border-radius: 8px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.anchor_nav li a svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.anchor_nav li a svg rect {
  fill: none;
}

.anchor_nav li a svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .anchor_nav li a:hover {
    background: red;
    color: white;
  }
  .anchor_nav li a:hover svg path {
    fill: white;
  }
}

@media screen and (max-width: 767px) {
  .anchor_nav {
    display: block;
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
    border-left: none;
  }
  .anchor_nav li {
    display: block;
    width: auto;
    margin: 0px;
    padding: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    border-bottom: 1px solid #dedede;
  }
  .anchor_nav li:first-child {
    border-left: none;
  }
  .anchor_nav li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    text-align: left;
  }
  .anchor_nav li a svg {
    width: 13px;
    margin-right: 8px;
  }
  #elementary, #student {
    padding-bottom: 50px;
  }
  #exhibition-top_works_list .btn-red {
    margin-bottom: 30px;
  }
}

#press-menu {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 830px;
  height: 28px;
  margin: 0px auto 45px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

#press-menu li a {
  display: block;
  position: relative;
  width: 140px;
  height: 16px;
  padding: 6px 0px;
  border-radius: 20px;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#press-menu li a::after {
  position: absolute;
  right: 0px;
  bottom: -51px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: 0px auto;
  border-width: 0px 10px 18px;
  border-style: solid;
  border-color: transparent transparent #f5f1f6;
  content: "";
  opacity: 0;
}

#top #press-menu li a::after {
  display: none;
}

@media not all, print {
  #press-menu li a {
    padding: 8px 0px 3px;
  }
  #press-menu li a::after {
    bottom: -52px;
  }
}

@media print, screen and (min-width: 769px) {
  #press-menu li a:hover {
    background: #fe0000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: white !important;
  }
}

#press-menu li a:active, #press-menu li a:hover, #press-menu li a:link, #press-menu li a:visited {
  color: black;
  text-decoration: none;
}

#press-menu li a.active, #press-menu li a.active_all, #press-menu li a.is-active {
  background: #fe0000;
  color: white;
}

#press-menu li a.active:not(.first)::after {
  opacity: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 900px) {
  #press-menu {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 32px);
    height: 28px;
    margin: 0px auto 45px;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 20px;
  }
  #press-menu li a {
    display: block;
    width: 120px;
    height: 16px;
    padding: 6px 0px;
    border-radius: 20px;
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  #press-menu li a, #press-menu li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #press-menu li a:hover {
    background: #fe0000;
    color: white !important;
  }
  #press-menu li a.active, #press-menu li a.active_all {
    display: block;
    width: 140px;
    height: 16px;
    border-radius: 20px;
    background: #fe0000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: white !important;
  }
  #press-menu li a:active, #press-menu li a:hover, #press-menu li a:link, #press-menu li a:visited {
    color: black;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  #press-menu-outer {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px 0px 30px;
    overflow-x: scroll;
  }
  #press-menu {
    display: table;
    width: auto;
    height: 40px;
    margin: 0px;
    padding: 0px 16px;
    border: none;
    border-radius: 20px;
  }
  #press-menu li {
    display: table-cell;
    padding: 0px 10px 0px 0px;
    font-weight: 700;
    text-align: center;
  }
  #press-menu li, #press-menu li a {
    width: auto;
    height: 16px;
    border-radius: 20px;
    font-size: 16px;
  }
  #press-menu li a {
    display: block;
    padding: 13px 20px 11px;
    background: #dedede;
    white-space: nowrap;
  }
  #press-menu li a.active, #press-menu li a.active_all {
    width: auto;
    height: 16px;
    font-size: 16px;
  }
  #press-menu li a::after {
    bottom: -30px;
  }
}

#press-menu-child-outer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 840px;
  margin: 0px auto 75px;
  padding: 20px 30px 20px 40px;
  border-radius: 8px;
  background: #f5f1f6;
}

@media print, screen and (min-width: 768px) and (max-width: 900px) {
  #press-menu-child-outer {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  #press-menu-child-outer {
    margin-bottom: 40px;
    padding: 16px 0px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  #press-menu-child-outer .press-menu-child-tab-item {
    overflow-x: scroll;
  }
}

#press-menu-child-outer .press-menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  #press-menu-child-outer .press-menu-child {
    display: table;
    width: auto;
    margin-top: 0px;
  }
}

#press-menu-child-outer .press-menu-child li {
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #press-menu-child-outer .press-menu-child li {
    display: table-cell;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 10px;
  }
  #press-menu-child-outer .press-menu-child li:first-of-type {
    padding-left: 16px;
  }
  #press-menu-child-outer .press-menu-child li:last-of-type {
    padding-right: 16px;
  }
}

#press-menu-child-outer .press-menu-child li a {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0px 13px;
  border-radius: 15px;
  color: black;
  font-size: 16px;
  font-weight: 700;
}

@media not all, print {
  #press-menu-child-outer .press-menu-child li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 13px 0px;
  }
}

#press-menu-child-outer .press-menu-child li a:focus {
  background: #fe0000;
  color: white;
}

@media print, screen and (min-width: 769px) {
  #press-menu-child-outer .press-menu-child li a:hover {
    background: #fe0000;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  #press-menu-child-outer .press-menu-child li a {
    background: white;
    font-size: 16px;
    white-space: nowrap;
  }
}

#press-menu-child-outer .press-menu-child li a.active {
  background: #fe0000;
  color: white;
}

#press-menu-child-outer .bx-wrapper {
  margin-bottom: 0px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.press-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0px auto;
}

.press-list li {
  width: 228px;
  margin: 0px 29px 60px 0px;
}

.press-list li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.press-list li:nth-child(4n) {
  margin-right: 0px;
}

.press-list .news-img {
  -webkit-box-ordinal-group: 2;
  position: relative;
  -ms-flex-order: 1;
  order: 1;
  width: 224px;
  margin-bottom: 15px;
  padding-top: 75%;
  border-radius: 15px;
}

.press-list .news-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #dedede;
  border-radius: 15px;
  font-family: "object-fit: cover";
}

.press-list .news-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.press-list .news-title a:active, .press-list .news-title a:hover, .press-list .news-title a:link, .press-list .news-title a:visited {
  color: #333333;
}

.press-list .news-date {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}

.press-list .news-category {
  -webkit-box-ordinal-group: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: 4;
  order: 4;
}

.press-list .news-category p {
  margin: 0px 4px 4px 0px;
}

.press-list .news-category span {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  background: #ffe4e4;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

@media not all, print {
  .press-list .news-category span {
    padding: 6px 15px 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .press-list a:hover .news-img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1028px) {
  .press-list {
    width: calc(100% - 32px);
  }
  .press-list li {
    width: calc(25% - 8px);
    margin: 0px 10px 30px 0px;
  }
  .press-list li a {
    width: 100%;
  }
  .press-list .news-img {
    width: calc(100% - 2px);
    border-radius: 5px;
  }
  .press-list .news-img .frame, .press-list .news-img img {
    border-radius: 5px;
  }
  .press-list .news-title {
    font-size: 12px;
    line-height: 1.5;
  }
  .press-list .news-category span {
    padding: 5px 10px;
    border-radius: 14px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .press-list {
    width: 100%;
  }
  .press-list li {
    width: calc(50% - 8px);
    margin: 0px 16px 30px 0px;
  }
  .press-list li a {
    width: 100%;
  }
  .press-list li:nth-child(2n) {
    margin-right: 0px;
  }
  .press-list .news-img {
    width: 100%;
    border-radius: 5px;
  }
  .press-list .news-img img {
    border-radius: 5px;
  }
  .press-list .news-title {
    font-size: 12px;
    line-height: 1.5;
  }
  .press-list .news-category span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
  }
}

.form__head--txt {
  margin-bottom: 30px;
  text-align: center;
}

.form__btn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form__btn .btn-red {
  margin: 0px;
}

@media print, screen and (min-width: 768px) {
  .form__btn .btn-red:not(:first-of-type) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form__btn .btn-red:not(:first-of-type) {
    margin-bottom: 15px;
  }
}

.pager {
  padding-bottom: 146px;
}

@media screen and (max-width: 767px) {
  .pager {
    padding-bottom: 85px;
  }
}

.pager ul, .pager ul li a {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager ul li a {
  width: 40px;
  height: 40px;
  margin: 0px 4px;
  border-radius: 50%;
  background: #666666;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

@media not all, print {
  .pager ul li a.active, .pager ul li a.page-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
  }
}

.pager ul li a.next svg, .pager ul li a.prev svg {
  width: 100%;
  height: 100%;
}

.pager ul li a.next svg .st0, .pager ul li a.prev svg .st0 {
  fill: #949494;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pager ul li a.next svg .st1, .pager ul li a.prev svg .st1 {
  fill: none;
}

.pager ul li a.next svg .st2, .pager ul li a.prev svg .st2 {
  fill: white;
}

.pager ul li a.next:hover svg .st0, .pager ul li a.prev:hover svg .st0 {
  fill: #666666;
}

.pager ul li a.prev {
  margin-right: 12px;
}

.pager ul li a.next {
  margin-left: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pager ul li.active a, .pager ul li a.active, .pager ul li a:hover {
  background: red;
}

.c-link {
  color: red !important;
}

.c-link__dl::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/ico-dl.svg");
  content: "";
}

@media screen and (max-width: 767px) {
  .c-link__dl::after {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
}

.c-btn {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  border-radius: 8px;
  background: #cb0201;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .c-btn:hover {
    background: #ff0302;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
  }
}

.c-btn.red {
  color: white;
}

.c-btn.arrow::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  border-color: white;
  vertical-align: middle;
  content: "";
}

@media not all, print {
  .c-btn.arrow::after {
    margin-bottom: 1px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
  }
  .c-btn.arrow::after {
    display: inline-block;
    top: calc(50% - 5px);
    right: 24px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: white;
    vertical-align: middle;
    content: "";
  }
}

.c-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-card-list__item {
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-card-list__item, .c-card-list__item .txtarea {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-card-list__item .txtarea {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}

.c-card-list__item .txtarea__tit {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.31579;
}

.c-card-list__item .txtarea__txt {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
}

.c-card-list__item .imagearea {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
}

@media screen and (max-width: 767px) {
  .c-card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-card-list__item {
    -webkit-box-direction: reverse;
    -webkit-box-pack: end;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-card-list__item, .c-card-list__item .txtarea {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-card-list__item .txtarea {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .c-card-list__item .txtarea__tit, .c-card-list__item .txtarea__txt {
    font-size: 13px;
    line-height: 1.46154;
  }
  .c-card-list__item .txtarea__txt {
    margin-top: 9px;
  }
  .c-card-list__item .imagearea {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 52.8634%;
    border-radius: 10px;
  }
  .c-card-list__item .imagearea img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.c-tit__line-under-arrow {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.40909;
}

.c-tit__line-under-arrow.green::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23c7e7c2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.green span::after, .c-tit__line-under-arrow.green span::before {
  background-color: rgba(68, 175, 53, 0.3);
}

.c-tit__line-under-arrow.yellow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23faff00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.yellow span::after, .c-tit__line-under-arrow.yellow span::before {
  background-color: #faff00;
}

.c-tit__line-under-arrow.yellow-dark::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23F7BE00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.yellow-dark span::after, .c-tit__line-under-arrow.yellow-dark span::before {
  background-color: #f7be00;
}

.c-tit__line-under-arrow.blue::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23c3d3de%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.blue span::after, .c-tit__line-under-arrow.blue span::before {
  background-color: rgba(54, 109, 145, 0.3);
}

.c-tit__line-under-arrow.purple::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23e180bf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.purple span::after, .c-tit__line-under-arrow.purple span::before {
  background-color: #e180bf;
}

.c-tit__line-under-arrow.white::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.c-tit__line-under-arrow.white span::after, .c-tit__line-under-arrow.white span::before {
  background-color: white;
}

.c-tit__line-under-arrow::after {
  display: inline-block;
  position: absolute;
  bottom: -38px;
  left: calc(50% - 12.8px);
  width: 25.6px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025.6%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.6%202-10.8%2018-10.8-18%22%20fill%3D%22none%22%20stroke%3D%22%23ffb2b2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.c-tit__line-under-arrow span::after, .c-tit__line-under-arrow span::before {
  display: inline-block;
  position: absolute;
  bottom: -19px;
  width: calc(50% - 10px);
  height: 4px;
  border-radius: 2px;
  background-color: #ffb2b2;
  content: "";
}

@media not all, print {
  .c-tit__line-under-arrow span::after, .c-tit__line-under-arrow span::before {
    bottom: -20px;
  }
}

.c-tit__line-under-arrow span::before {
  left: 0px;
}

.c-tit__line-under-arrow span::after {
  right: 1px;
}

@media not all, print {
  .c-tit__line-under-arrow span::after {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .c-tit__line-under-arrow {
    font-size: 18px;
    line-height: 1;
  }
  .c-tit__line-under-arrow::after {
    bottom: -32px;
    left: calc(50% - 10px);
    width: 19px;
    height: 24px;
  }
  .c-tit__line-under-arrow span::after, .c-tit__line-under-arrow span::before {
    bottom: -11px;
    width: calc(50% - 7px);
    height: 3px;
    border-radius: 1.5px;
  }
  .c-tit__line-under-arrow span::after {
    right: 1px;
  }
}

.c-hover__shadow {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .c-hover__shadow {
    will-change: transform;
  }
  .c-hover__shadow::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .c-hover__shadow:hover {
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
  }
  .c-hover__shadow:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .c-hover__shadow:hover img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
    transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
  }
}

.c-stafflist {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-stafflist, .c-stafflist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-stafflist__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.3333% - 21.333px);
  border-radius: 16px;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  transition: box-shadow 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s;
}

@media print, screen and (min-width: 769px) {
  .c-stafflist__item:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
  }
  .c-stafflist__item:hover .txtarea__tit {
    color: red;
  }
  .c-stafflist__item:hover .imagearea img {
    -webkit-transform: scale(1.05) rotate(0.1deg);
    -ms-transform: scale(1.05) rotate(0.1deg);
    transform: scale(1.05) rotate(0.1deg);
  }
}

.c-stafflist__item .txtarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-ordinal-group: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 2;
  order: 2;
  padding: 22px 18px 34px;
}

.c-stafflist__item .txtarea__tit {
  color: #333333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1.64706;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.c-stafflist__item .txtarea__meta {
  margin-top: 19px;
  color: #525252;
}

.c-stafflist__item .txtarea__meta--job .jobname {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 1px 3px 7px;
  background-color: #62cc77;
  color: white;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
}

@media not all {
  .c-stafflist__item .txtarea__meta--job .jobname {
    padding: 5px 2px 1px 7px;
  }
}

.c-stafflist__item .txtarea__meta--job .detail {
  display: block;
  line-height: 1.26667;
}

.c-stafflist__item .txtarea__meta--job .detail, .c-stafflist__item .txtarea__meta--name {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.c-stafflist__item .txtarea__meta--name {
  margin-top: 10px;
  line-height: 1;
}

.c-stafflist__item .txtarea__meta--name .year {
  margin-left: 5px;
  letter-spacing: 1.3px;
}

.c-stafflist__item .txtarea__meta--name .year::before {
  display: inline-block;
  margin-right: 5px;
  content: "/";
}

.c-stafflist__item .imagearea {
  -webkit-box-ordinal-group: 2;
  z-index: 1;
  position: relative;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}

.c-stafflist__item .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  will-change: transform;
}

@media print, screen and (min-width: 768px) {
  .c-stafflist.normal .c-stafflist__item:not(:first-of-type) {
    margin-left: 32px;
  }
  .c-stafflist.normal .c-stafflist__item:nth-of-type(n+4) {
    margin-top: 35px;
  }
  .c-stafflist.normal .c-stafflist__item:nth-of-type(3n+4) {
    margin-left: 0px;
  }
}

.c-stafflist.small .c-stafflist__item {
  width: calc(16.6667% - 16px);
  border-radius: 7.5px;
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .c-stafflist.small .c-stafflist__item {
    width: calc(25% - 16px);
  }
}

@media print, screen and (min-width: 768px) {
  .c-stafflist.small .c-stafflist__item {
    margin-right: 19px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(n+7) {
    margin-top: 25px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(6n) {
    margin-right: 0px;
  }
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  .c-stafflist.small .c-stafflist__item {
    margin-right: 19px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(n+5) {
    margin-top: 25px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(6n) {
    margin-right: 19px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(4n) {
    margin-right: 0px;
  }
}

.c-stafflist.small .c-stafflist__item .txtarea {
  padding: 1px 11px 22px;
}

.c-stafflist.small .c-stafflist__item .txtarea__tit {
  display: none;
}

.c-stafflist.small .c-stafflist__item .txtarea__meta {
  margin-top: 10px;
}

.c-stafflist.small .c-stafflist__item .txtarea__meta--job .jobname {
  margin-right: 7px;
  padding: 3px 4px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

@media not all, print {
  .c-stafflist.small .c-stafflist__item .txtarea__meta--job .jobname {
    padding: 6px 4px 1px;
  }
}

.c-stafflist.small .c-stafflist__item .txtarea__meta--job .year {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.c-stafflist.small .c-stafflist__item .txtarea__meta--name {
  font-size: 14px;
  line-height: 1;
}

.c-stafflist.small .c-stafflist__item .imagearea {
  border-radius: 7.5px 7.5px 0px 0px;
}

@media screen and (max-width: 767px) {
  .c-stafflist__item {
    width: 100%;
    border-radius: 8px;
  }
  .c-stafflist__item .txtarea {
    padding: 18px 16px 28px;
  }
  .c-stafflist__item .txtarea__tit {
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 1.66667;
  }
  .c-stafflist__item .txtarea__meta {
    margin-top: 15px;
  }
  .c-stafflist__item .txtarea__meta--job .jobname {
    margin-right: 10px;
    padding: 3px 1px 3px 7px;
    font-size: 13px;
    letter-spacing: 5px;
    line-height: 1;
  }
  .c-stafflist__item .txtarea__meta--job .detail {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1.42857;
  }
  .c-stafflist__item .txtarea__meta--name {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1;
  }
  .c-stafflist__item .txtarea__meta--name .year {
    margin-left: 5px;
    letter-spacing: 1.3px;
  }
  .c-stafflist__item .txtarea__meta--name .year::before {
    margin-right: 5px;
  }
  .c-stafflist__item .imagearea {
    border-radius: 8px 8px 0px 0px;
  }
  .c-stafflist.normal .c-stafflist__item:not(:first-of-type) {
    margin-top: 30px;
  }
  .c-stafflist.small {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-stafflist.small .c-stafflist__item {
    width: calc(50% - 8px);
    border-radius: 8px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(2n) {
    margin-left: 16px;
  }
  .c-stafflist.small .c-stafflist__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .c-stafflist.small .c-stafflist__item .txtarea {
    padding: 1px 11px 18px;
  }
  .c-stafflist.small .c-stafflist__item .txtarea__tit {
    display: none;
  }
  .c-stafflist.small .c-stafflist__item .txtarea__meta {
    margin-top: 10px;
  }
  .c-stafflist.small .c-stafflist__item .txtarea__meta--job .jobname {
    margin-right: 7px;
    padding: 3px 4px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
  }
  .c-stafflist.small .c-stafflist__item .txtarea__meta--job .year {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
  }
  .c-stafflist.small .c-stafflist__item .txtarea__meta--name {
    font-size: 14px;
    line-height: 1;
  }
  .c-stafflist.small .c-stafflist__item .imagearea {
    border-radius: 8px 8px 0px 0px;
  }
}

.c-ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.c-ripple__effect {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
}

.c-ripple__effect.is-show {
  -webkit-animation: 0.5s ease-out 0s 1 normal none running ripple;
  animation: 0.5s ease-out 0s 1 normal none running ripple;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3) rotate(0.1deg);
    transform: scale(3) rotate(0.1deg);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3) rotate(0.1deg);
    transform: scale(3) rotate(0.1deg);
    opacity: 0;
  }
}

.c-slick-control {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 20px;
  border-radius: 4px;
  background-color: red;
}

.c-slick-control:not(.is-stop)::after, .c-slick-control:not(.is-stop)::before {
  display: inline-block;
  width: 2px;
  min-width: 2px;
  height: 10px;
  background-color: white;
  content: "";
}

.c-slick-control:not(.is-stop)::after {
  margin-left: 3px;
}

.c-slick-control.is-stop::after {
  z-index: 1;
  position: relative;
  width: 0px;
  height: 0px;
  border-width: 4.65px 0px 4.65px 7.5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  content: "";
}

.c-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-table {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 38px;
  border: 1px solid #dedede;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}

.c-table:not(.has-header) tr {
  letter-spacing: 1.23px;
}

.c-table:not(.has-header) tr th {
  width: 192px;
  min-width: 192px;
  padding-left: 32px;
  background-color: #f8f8f8;
  text-align: left;
  vertical-align: middle;
}

.c-table:not(.has-header) tr td {
  padding: 25px 32px;
}

.c-table:not(.has-header) tr td ol {
  margin-bottom: 7px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}

.c-table:not(.has-header) tr td ol li:not(:first-of-type) {
  margin-top: 14px;
}

@media print, screen and (min-width: 768px) {
  .c-table:not(.has-header) tr:not(:first-of-type) th {
    border-top: 1px solid white;
  }
  .c-table:not(.has-header) tr:not(:first-of-type) td {
    border-top: 1px solid #dedede;
  }
}

@media print, screen and (min-width: 768px) {
  .c-table.has-header tr:first-of-type {
    background-color: #f8f8f8;
  }
  .c-table.has-header tr:first-of-type th {
    border-right-color: white;
    border-left-color: white;
    font-weight: 700;
  }
  .c-table.has-header tr:first-of-type th:first-of-type {
    border-left-color: #dedede;
  }
  .c-table.has-header tr:first-of-type th:last-of-type {
    border-right-color: #dedede;
  }
  .c-table.has-header tr th {
    padding: 26px 26px 25px;
    border: 1px solid #dedede;
    text-align: center;
  }
  .c-table.has-header tr td {
    padding: 26px 26px 25px;
    border: 1px solid #dedede;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .c-table {
    margin-top: 24px;
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.82143;
  }
  .c-table:not(.has-header) tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 1.23px;
  }
  .c-table:not(.has-header) tr th {
    width: inherit;
    min-width: inherit;
    padding: 9px 15px 7px;
  }
  .c-table:not(.has-header) tr td {
    padding: 9px 15px;
  }
  .c-table:not(.has-header) tr td ol {
    margin-bottom: 7px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.39286;
  }
  .c-table:not(.has-header) tr td ol li:not(:first-of-type) {
    margin-top: 12px;
  }
  .c-table.has-header tr:nth-of-type(2n) {
    background-color: #f6f6f6;
  }
  .c-table.has-header tr:nth-of-type(2n) td:not(:first-of-type) {
    border-left: 1px solid white;
  }
  .c-table.has-header tr:nth-of-type(2n+1) td {
    border-left: 1px solid #dedede;
  }
  .c-table.has-header tr th {
    background-color: #dedede;
    text-align: left;
  }
  .c-table.has-header tr td {
    border-top: 1px solid #dedede;
  }
  .c-table.has-header tr td, .c-table.has-header tr th {
    padding: 9px 15px 8px;
  }
  .c-table.no-color tr:nth-of-type(2n) {
    background-color: white;
  }
  .c-table.no-color tr:nth-of-type(2n) td:not(:first-of-type) {
    border-color: #dedede;
  }
  .c-table .small-header th {
    font-weight: 700;
    background-color: #f8f8f8 !important;
  }
  .c-table .small-header th:not(:first-of-type) {
    border-left: 1px solid white;
  }
}

.c-lg-row {
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0px;
}

@media screen and (max-width: 767px) {
  .c-lg-row {
    width: 100% !important;
  }
}

.c-lg-row img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-lg-row img {
    width: 100% !important;
  }
}

.c-lg-row figcaption {
  margin-top: 17px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-lg-row figcaption {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-lg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-2 > * {
    width: calc(50% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-3 > * {
    width: calc(33.3333% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-4 > * {
    width: calc(25% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-5 > * {
    width: calc(20% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-6 > * {
    width: calc(16.6667% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-7 > * {
    width: calc(14.2857% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-8 > * {
    width: calc(12.5% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-9 > * {
    width: calc(11.1111% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row.num-10 > * {
    width: calc(10% - 10px);
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-lg-row > :not(:first-of-type) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-lg-row > * {
    height: auto;
    width: 100% !important;
  }
  .c-lg-row > :not(:first-of-type) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .l-sm {
    display: none !important;
  }
}

.main-img__control {
  position: absolute;
  bottom: 121px;
  left: calc(50% + 16px);
}

.main-img__control.num-0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-0 {
    margin-left: 0px;
  }
}

.main-img__control.num-1 {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-1 {
    margin-left: 8px;
  }
}

.main-img__control.num-2 {
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-2 {
    margin-left: 16px;
  }
}

.main-img__control.num-3 {
  margin-left: 42px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-3 {
    margin-left: 24px;
  }
}

.main-img__control.num-4 {
  margin-left: 56px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-4 {
    margin-left: 32px;
  }
}

.main-img__control.num-5 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-5 {
    margin-left: 40px;
  }
}

.main-img__control.num-6 {
  margin-left: 84px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-6 {
    margin-left: 48px;
  }
}

.main-img__control.num-7 {
  margin-left: 98px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-7 {
    margin-left: 56px;
  }
}

.main-img__control.num-8 {
  margin-left: 112px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-8 {
    margin-left: 64px;
  }
}

.main-img__control.num-9 {
  margin-left: 126px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-9 {
    margin-left: 72px;
  }
}

.main-img__control.num-10 {
  margin-left: 140px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-10 {
    margin-left: 80px;
  }
}

.main-img__control.num-11 {
  margin-left: 154px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-11 {
    margin-left: 88px;
  }
}

.main-img__control.num-12 {
  margin-left: 168px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-12 {
    margin-left: 96px;
  }
}

.main-img__control.num-13 {
  margin-left: 182px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-13 {
    margin-left: 104px;
  }
}

.main-img__control.num-14 {
  margin-left: 196px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-14 {
    margin-left: 112px;
  }
}

.main-img__control.num-15 {
  margin-left: 210px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-15 {
    margin-left: 120px;
  }
}

.main-img__control.num-16 {
  margin-left: 224px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-16 {
    margin-left: 128px;
  }
}

.main-img__control.num-17 {
  margin-left: 238px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-17 {
    margin-left: 136px;
  }
}

.main-img__control.num-18 {
  margin-left: 252px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-18 {
    margin-left: 144px;
  }
}

.main-img__control.num-19 {
  margin-left: 266px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-19 {
    margin-left: 152px;
  }
}

.main-img__control.num-20 {
  margin-left: 280px;
}

@media screen and (max-width: 767px) {
  .main-img__control.num-20 {
    margin-left: 160px;
  }
}

@media screen and (max-width: 767px) {
  .main-img__control {
    bottom: 73px;
    left: calc(50% + 20px);
  }
}

#main-img-outer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 20px;
  overflow: hidden;
}

#main-img-outer::before {
  left: 50%;
  margin-left: -960px;
}

#main-img-outer::after, #main-img-outer::before {
  z-index: 30;
  position: absolute;
  top: 0px;
  width: 50px;
  height: 648px;
  content: "";
}

#main-img-outer::after {
  right: 50%;
  margin-right: -960px;
}

#main-img {
  visibility: hidden;
  width: 100%;
  margin: 0px auto;
  opacity: 0;
}

#main-img.slick-initialized {
  visibility: visible;
  opacity: 1;
}

#mouse {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 240px;
  height: 80px;
  margin-left: -120px;
  background: url("../img/top/bg_mouse.png") no-repeat;
}

#mouse .scroll {
  display: block;
  z-index: 1;
  position: relative;
  width: 24px;
  height: 40px;
  margin: 30px auto 0px;
  border-radius: 12px;
  background-color: #d9261c;
  -webkit-animation: 2.3s ease 0s infinite normal none running toBottomMouse;
  animation: 2.3s ease 0s infinite normal none running toBottomMouse;
}

#mouse .scroll__line {
  position: absolute;
  top: 10px;
  left: calc(50% - 2px);
  width: 3px;
  height: calc(100% - 20px);
}

#mouse .scroll__line span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mouse .scroll__line span::before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 8px;
  border-radius: 1.5px;
  background-color: white;
  -webkit-animation: 2.3s ease 0s infinite normal none running toBottomLine;
  animation: 2.3s ease 0s infinite normal none running toBottomLine;
  content: "";
}

@media screen and (max-width: 767px) {
  #mouse .scroll {
    width: 18px;
    height: 30px;
    margin: 14px auto 0px;
    border-radius: 12px;
    -webkit-animation: 2.3s ease 0s infinite normal none running toBottomMouse;
    animation: 2.3s ease 0s infinite normal none running toBottomMouse;
  }
  #mouse .scroll__line {
    top: 5px;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 10px);
  }
  #mouse .scroll__line span::before {
    width: 2px;
    height: 6px;
    border-radius: 1px;
    -webkit-animation: 2.3s ease 0s infinite normal none running toBottomLine;
    animation: 2.3s ease 0s infinite normal none running toBottomLine;
  }
}

@-webkit-keyframes toBottomMouse {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  60% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  90% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes toBottomMouse {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  60% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  90% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes toBottomLine {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  62% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes toBottomLine {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  61% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  62% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#products-section {
  padding: 130px 0px 30px;
}

#top-select-section {
  position: relative;
  background-image: url("../img/common/bg_pattern.png");
  background-position: center top;
}

#top-select-section::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 448px;
  height: 40px;
  margin-left: -224px;
  background-image: url("../img/top/bg_wave01.png");
  content: "";
}

.top-icon-block {
  position: relative;
}

.top-icon {
  top: -90px;
  margin-left: -38px;
  opacity: 0;
}

.top-icon, .top-icon.anime {
  position: absolute;
  left: 50%;
  width: 90px;
  height: 76px;
}

.top-icon.anime {
  top: -78px;
  margin-left: -47px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: 1s linear 0s 1 normal forwards running animation;
  animation: 1s linear 0s 1 normal forwards running animation;
  opacity: 1;
}

#category-section {
  padding: 75px 0px 45px;
  text-align: center;
}

.category-section-title {
  display: inline-block;
  position: relative;
  padding: 0px 0px 35px;
  color: white;
  font-size: 20px;
  text-align: center;
}

.slider-img {
  position: relative;
}

.slider-img img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  a:hover .slider-img img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-0 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-1 {
    margin-left: -2px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-2 {
    margin-left: -4px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-3 {
    margin-left: -6px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-4 {
    margin-left: -8px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-5 {
    margin-left: -10px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-6 {
    margin-left: -12px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-7 {
    margin-left: -14px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-8 {
    margin-left: -16px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-9 {
    margin-left: -18px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-10 {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-11 {
    margin-left: -22px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-12 {
    margin-left: -24px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-13 {
    margin-left: -26px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-14 {
    margin-left: -28px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-15 {
    margin-left: -30px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-16 {
    margin-left: -32px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-17 {
    margin-left: -34px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-18 {
    margin-left: -36px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-19 {
    margin-left: -38px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots.num-20 {
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 768px) {
  #slider-block .slick-dots {
    bottom: -70px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block .slick-dots {
    bottom: 0px;
  }
}

#slider-block .slider-block__control {
  position: absolute;
  bottom: 26px;
  left: calc(50% + 30.5px);
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control {
    bottom: 1px;
    left: calc(50% + 20px);
  }
}

#slider-block .slider-block__control.num-0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-0 {
    margin-left: 0px;
  }
}

#slider-block .slider-block__control.num-1 {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-1 {
    margin-left: 8px;
  }
}

#slider-block .slider-block__control.num-2 {
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-2 {
    margin-left: 16px;
  }
}

#slider-block .slider-block__control.num-3 {
  margin-left: 42px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-3 {
    margin-left: 24px;
  }
}

#slider-block .slider-block__control.num-4 {
  margin-left: 56px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-4 {
    margin-left: 32px;
  }
}

#slider-block .slider-block__control.num-5 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-5 {
    margin-left: 40px;
  }
}

#slider-block .slider-block__control.num-6 {
  margin-left: 84px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-6 {
    margin-left: 48px;
  }
}

#slider-block .slider-block__control.num-7 {
  margin-left: 98px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-7 {
    margin-left: 56px;
  }
}

#slider-block .slider-block__control.num-8 {
  margin-left: 112px;
  display: none;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-8 {
    margin-left: 64px;
  }
}

#slider-block .slider-block__control.num-9 {
  margin-left: 126px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-9 {
    margin-left: 72px;
  }
}

#slider-block .slider-block__control.num-10 {
  margin-left: 140px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-10 {
    margin-left: 80px;
  }
}

#slider-block .slider-block__control.num-11 {
  margin-left: 154px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-11 {
    margin-left: 88px;
  }
}

#slider-block .slider-block__control.num-12 {
  margin-left: 168px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-12 {
    margin-left: 96px;
  }
}

#slider-block .slider-block__control.num-13 {
  margin-left: 182px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-13 {
    margin-left: 104px;
  }
}

#slider-block .slider-block__control.num-14 {
  margin-left: 196px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-14 {
    margin-left: 112px;
  }
}

#slider-block .slider-block__control.num-15 {
  margin-left: 210px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-15 {
    margin-left: 120px;
  }
}

#slider-block .slider-block__control.num-16 {
  margin-left: 224px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-16 {
    margin-left: 128px;
  }
}

#slider-block .slider-block__control.num-17 {
  margin-left: 238px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-17 {
    margin-left: 136px;
  }
}

#slider-block .slider-block__control.num-18 {
  margin-left: 252px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-18 {
    margin-left: 144px;
  }
}

#slider-block .slider-block__control.num-19 {
  margin-left: 266px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-19 {
    margin-left: 152px;
  }
}

#slider-block .slider-block__control.num-20 {
  margin-left: 280px;
}

@media screen and (max-width: 767px) {
  #slider-block .slider-block__control.num-20 {
    margin-left: 160px;
  }
}

#slider-block::before {
  left: 50%;
  margin-left: -960px;
}

#slider-block::after, #slider-block::before {
  z-index: 30;
  position: absolute;
  top: 0px;
  width: 50px;
  height: 648px;
  content: "";
}

#slider-block::after {
  right: 50%;
  margin-right: -960px;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(0.316, 0, 0, 0.407, 0, 0);
    transform: matrix(0.316, 0, 0, 0.407, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(0.45, 0, 0, 0.599, 0, 0);
    transform: matrix(0.45, 0, 0, 0.599, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(0.659, 0, 0, 0.893, 0, 0);
    transform: matrix(0.659, 0, 0, 0.893, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(0.883, 0, 0, 1.168, 0, 0);
    transform: matrix(0.883, 0, 0, 1.168, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(0.942, 0, 0, 1.226, 0, 0);
    transform: matrix(0.942, 0, 0, 1.226, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.123, 0, 0, 1.332, 0, 0);
    transform: matrix(1.123, 0, 0, 1.332, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.141, 0, 0, 1.331, 0, 0);
    transform: matrix(1.141, 0, 0, 1.331, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.208, 0, 0, 1.239, 0, 0);
    transform: matrix(1.208, 0, 0, 1.239, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.212, 0, 0, 1.187, 0, 0);
    transform: matrix(1.212, 0, 0, 1.187, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.196, 0, 0, 1.069, 0, 0);
    transform: matrix(1.196, 0, 0, 1.069, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.151, 0, 0, 0.96, 0, 0);
    transform: matrix(1.151, 0, 0, 0.96, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.134, 0, 0, 0.938, 0, 0);
    transform: matrix(1.134, 0, 0, 0.938, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.063, 0, 0, 0.897, 0, 0);
    transform: matrix(1.063, 0, 0, 0.897, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.048, 0, 0, 0.899, 0, 0);
    transform: matrix(1.048, 0, 0, 0.899, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(0.979, 0, 0, 0.962, 0, 0);
    transform: matrix(0.979, 0, 0, 0.962, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(0.972, 0, 0, 0.979, 0, 0);
    transform: matrix(0.972, 0, 0, 0.979, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(0.961, 0, 0, 1.022, 0, 0);
    transform: matrix(0.961, 0, 0, 1.022, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(0.966, 0, 0, 1.032, 0, 0);
    transform: matrix(0.966, 0, 0, 1.032, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(0.991, 0, 0, 1.006, 0, 0);
    transform: matrix(0.991, 0, 0, 1.006, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(1.006, 0, 0, 0.99, 0, 0);
    transform: matrix(1.006, 0, 0, 0.99, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(1.007, 0, 0, 0.992, 0, 0);
    transform: matrix(1.007, 0, 0, 0.992, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1.001, 0, 0, 1.003, 0, 0);
    transform: matrix(1.001, 0, 0, 1.003, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(0.999, 0, 0, 1, 0, 0);
    transform: matrix(0.999, 0, 0, 1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(0.999, 0, 0, 0.999, 0, 0);
    transform: matrix(0.999, 0, 0, 0.999, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(0.316, 0, 0, 0.407, 0, 0);
    transform: matrix(0.316, 0, 0, 0.407, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(0.45, 0, 0, 0.599, 0, 0);
    transform: matrix(0.45, 0, 0, 0.599, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(0.659, 0, 0, 0.893, 0, 0);
    transform: matrix(0.659, 0, 0, 0.893, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(0.883, 0, 0, 1.168, 0, 0);
    transform: matrix(0.883, 0, 0, 1.168, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(0.942, 0, 0, 1.226, 0, 0);
    transform: matrix(0.942, 0, 0, 1.226, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.123, 0, 0, 1.332, 0, 0);
    transform: matrix(1.123, 0, 0, 1.332, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.141, 0, 0, 1.331, 0, 0);
    transform: matrix(1.141, 0, 0, 1.331, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.208, 0, 0, 1.239, 0, 0);
    transform: matrix(1.208, 0, 0, 1.239, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.212, 0, 0, 1.187, 0, 0);
    transform: matrix(1.212, 0, 0, 1.187, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.196, 0, 0, 1.069, 0, 0);
    transform: matrix(1.196, 0, 0, 1.069, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.151, 0, 0, 0.96, 0, 0);
    transform: matrix(1.151, 0, 0, 0.96, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.134, 0, 0, 0.938, 0, 0);
    transform: matrix(1.134, 0, 0, 0.938, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.063, 0, 0, 0.897, 0, 0);
    transform: matrix(1.063, 0, 0, 0.897, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.048, 0, 0, 0.899, 0, 0);
    transform: matrix(1.048, 0, 0, 0.899, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(0.979, 0, 0, 0.962, 0, 0);
    transform: matrix(0.979, 0, 0, 0.962, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(0.972, 0, 0, 0.979, 0, 0);
    transform: matrix(0.972, 0, 0, 0.979, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(0.961, 0, 0, 1.022, 0, 0);
    transform: matrix(0.961, 0, 0, 1.022, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(0.966, 0, 0, 1.032, 0, 0);
    transform: matrix(0.966, 0, 0, 1.032, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(0.991, 0, 0, 1.006, 0, 0);
    transform: matrix(0.991, 0, 0, 1.006, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(1.006, 0, 0, 0.99, 0, 0);
    transform: matrix(1.006, 0, 0, 0.99, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(1.007, 0, 0, 0.992, 0, 0);
    transform: matrix(1.007, 0, 0, 0.992, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(1.001, 0, 0, 1.003, 0, 0);
    transform: matrix(1.001, 0, 0, 1.003, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(0.999, 0, 0, 1, 0, 0);
    transform: matrix(0.999, 0, 0, 1, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(0.999, 0, 0, 0.999, 0, 0);
    transform: matrix(0.999, 0, 0, 0.999, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes animation_sm {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.316, 0, 0, 1.407, 0, 0);
    transform: matrix(1.316, 0, 0, 1.407, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.45, 0, 0, 1.599, 0, 0);
    transform: matrix(1.45, 0, 0, 1.599, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.659, 0, 0, 1.893, 0, 0);
    transform: matrix(1.659, 0, 0, 1.893, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.883, 0, 0, 2.168, 0, 0);
    transform: matrix(1.883, 0, 0, 2.168, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.942, 0, 0, 2.226, 0, 0);
    transform: matrix(1.942, 0, 0, 2.226, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(2.123, 0, 0, 2.332, 0, 0);
    transform: matrix(2.123, 0, 0, 2.332, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(2.141, 0, 0, 2.331, 0, 0);
    transform: matrix(2.141, 0, 0, 2.331, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(2.208, 0, 0, 2.239, 0, 0);
    transform: matrix(2.208, 0, 0, 2.239, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(2.212, 0, 0, 2.187, 0, 0);
    transform: matrix(2.212, 0, 0, 2.187, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(2.196, 0, 0, 2.069, 0, 0);
    transform: matrix(2.196, 0, 0, 2.069, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(2.151, 0, 0, 1.96, 0, 0);
    transform: matrix(2.151, 0, 0, 1.96, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(2.134, 0, 0, 1.938, 0, 0);
    transform: matrix(2.134, 0, 0, 1.938, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(2.063, 0, 0, 1.897, 0, 0);
    transform: matrix(2.063, 0, 0, 1.897, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(2.048, 0, 0, 1.899, 0, 0);
    transform: matrix(2.048, 0, 0, 1.899, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.979, 0, 0, 1.962, 0, 0);
    transform: matrix(1.979, 0, 0, 1.962, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.972, 0, 0, 1.979, 0, 0);
    transform: matrix(1.972, 0, 0, 1.979, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.961, 0, 0, 2.022, 0, 0);
    transform: matrix(1.961, 0, 0, 2.022, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.966, 0, 0, 2.032, 0, 0);
    transform: matrix(1.966, 0, 0, 2.032, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.991, 0, 0, 2.006, 0, 0);
    transform: matrix(1.991, 0, 0, 2.006, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(2.006, 0, 0, 1.99, 0, 0);
    transform: matrix(2.006, 0, 0, 1.99, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(2.007, 0, 0, 1.992, 0, 0);
    transform: matrix(2.007, 0, 0, 1.992, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(2.001, 0, 0, 2.003, 0, 0);
    transform: matrix(2.001, 0, 0, 2.003, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1.999, 0, 0, 2, 0, 0);
    transform: matrix(1.999, 0, 0, 2, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1.999, 0, 0, 1.999, 0, 0);
    transform: matrix(1.999, 0, 0, 1.999, 0, 0);
  }
  100% {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
    transform: matrix(2, 0, 0, 2, 0, 0);
  }
}

@keyframes animation_sm {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.316, 0, 0, 1.407, 0, 0);
    transform: matrix(1.316, 0, 0, 1.407, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.45, 0, 0, 1.599, 0, 0);
    transform: matrix(1.45, 0, 0, 1.599, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.659, 0, 0, 1.893, 0, 0);
    transform: matrix(1.659, 0, 0, 1.893, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.883, 0, 0, 2.168, 0, 0);
    transform: matrix(1.883, 0, 0, 2.168, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.942, 0, 0, 2.226, 0, 0);
    transform: matrix(1.942, 0, 0, 2.226, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(2.123, 0, 0, 2.332, 0, 0);
    transform: matrix(2.123, 0, 0, 2.332, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(2.141, 0, 0, 2.331, 0, 0);
    transform: matrix(2.141, 0, 0, 2.331, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(2.208, 0, 0, 2.239, 0, 0);
    transform: matrix(2.208, 0, 0, 2.239, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(2.212, 0, 0, 2.187, 0, 0);
    transform: matrix(2.212, 0, 0, 2.187, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(2.196, 0, 0, 2.069, 0, 0);
    transform: matrix(2.196, 0, 0, 2.069, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(2.151, 0, 0, 1.96, 0, 0);
    transform: matrix(2.151, 0, 0, 1.96, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(2.134, 0, 0, 1.938, 0, 0);
    transform: matrix(2.134, 0, 0, 1.938, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(2.063, 0, 0, 1.897, 0, 0);
    transform: matrix(2.063, 0, 0, 1.897, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(2.048, 0, 0, 1.899, 0, 0);
    transform: matrix(2.048, 0, 0, 1.899, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.979, 0, 0, 1.962, 0, 0);
    transform: matrix(1.979, 0, 0, 1.962, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.972, 0, 0, 1.979, 0, 0);
    transform: matrix(1.972, 0, 0, 1.979, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.961, 0, 0, 2.022, 0, 0);
    transform: matrix(1.961, 0, 0, 2.022, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.966, 0, 0, 2.032, 0, 0);
    transform: matrix(1.966, 0, 0, 2.032, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.991, 0, 0, 2.006, 0, 0);
    transform: matrix(1.991, 0, 0, 2.006, 0, 0);
  }
  59.86% {
    -webkit-transform: matrix(2.006, 0, 0, 1.99, 0, 0);
    transform: matrix(2.006, 0, 0, 1.99, 0, 0);
  }
  63.26% {
    -webkit-transform: matrix(2.007, 0, 0, 1.992, 0, 0);
    transform: matrix(2.007, 0, 0, 1.992, 0, 0);
  }
  75.28% {
    -webkit-transform: matrix(2.001, 0, 0, 2.003, 0, 0);
    transform: matrix(2.001, 0, 0, 2.003, 0, 0);
  }
  85.49% {
    -webkit-transform: matrix(1.999, 0, 0, 2, 0, 0);
    transform: matrix(1.999, 0, 0, 2, 0, 0);
  }
  90.69% {
    -webkit-transform: matrix(1.999, 0, 0, 1.999, 0, 0);
    transform: matrix(1.999, 0, 0, 1.999, 0, 0);
  }
  100% {
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
    transform: matrix(2, 0, 0, 2, 0, 0);
  }
}

.slick-next:focus, .slick-prev:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
}

@media not all, print {
  .slick-next:focus, .slick-prev:focus {
    outline: blue solid 2px !important;
  }
}

#main-img-outer .slick-next {
  width: 100px;
  height: 100px;
  background: #d01e21;
}

.slick-next::before, .slick-prev::before {
  content: none;
}

#main-img-outer .slick-next, #main-img-outer .slick-prev {
  display: block;
  z-index: 50;
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0;
  cursor: pointer;
}

#main-img-outer .slick-prev {
  left: -6px;
  background: url("../img/top/btn_prev.svg");
}

#main-img-outer .slick-next, #main-img-outer .slick-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 40px;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#main-img-outer .slick-next {
  right: -6px;
  background: url("../img/top/btn_next.svg");
}

#main-img-outer .slick-prev:hover {
  background: url("../img/top/btn_prev_on.svg");
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#main-img-outer .slick-next:hover {
  background: url("../img/top/btn_next_on.svg");
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#main-img-outer img {
  -webkit-transform: scale(0.9) rotate(0.1deg);
  -ms-transform: scale(0.9) rotate(0.1deg);
  transform: scale(0.9) rotate(0.1deg);
  opacity: 0.5;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#main-img-outer .slick-center img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#main-img-outer .slick-dots {
  bottom: 120px;
}

@media screen and (max-width: 767px) {
  #main-img-outer .slick-dots {
    bottom: 72px;
  }
}

.slick-dots li button::before {
  color: #cccccc;
  font-size: 15px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots li button::before {
    font-size: 12px;
  }
}

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 1;
  font-size: 25px;
}

.slick-dots.num-0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-0 {
    margin-left: 0px;
  }
}

.slick-dots.num-1 {
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-1 {
    margin-left: -4px;
  }
}

.slick-dots.num-2 {
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-2 {
    margin-left: -8px;
  }
}

.slick-dots.num-3 {
  margin-left: -18px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-3 {
    margin-left: -12px;
  }
}

.slick-dots.num-4 {
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-4 {
    margin-left: -16px;
  }
}

.slick-dots.num-5 {
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-5 {
    margin-left: -20px;
  }
}

.slick-dots.num-6 {
  margin-left: -36px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-6 {
    margin-left: -24px;
  }
}

.slick-dots.num-7 {
  margin-left: -42px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-7 {
    margin-left: -28px;
  }
}

.slick-dots.num-8 {
  margin-left: -48px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-8 {
    margin-left: -32px;
  }
}

.slick-dots.num-9 {
  margin-left: -54px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-9 {
    margin-left: -36px;
  }
}

.slick-dots.num-10 {
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-10 {
    margin-left: -40px;
  }
}

.slick-dots.num-11 {
  margin-left: -66px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-11 {
    margin-left: -44px;
  }
}

.slick-dots.num-12 {
  margin-left: -72px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-12 {
    margin-left: -48px;
  }
}

.slick-dots.num-13 {
  margin-left: -78px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-13 {
    margin-left: -52px;
  }
}

.slick-dots.num-14 {
  margin-left: -84px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-14 {
    margin-left: -56px;
  }
}

.slick-dots.num-15 {
  margin-left: -90px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-15 {
    margin-left: -60px;
  }
}

.slick-dots.num-16 {
  margin-left: -96px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-16 {
    margin-left: -64px;
  }
}

.slick-dots.num-17 {
  margin-left: -102px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-17 {
    margin-left: -68px;
  }
}

.slick-dots.num-18 {
  margin-left: -108px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-18 {
    margin-left: -72px;
  }
}

.slick-dots.num-19 {
  margin-left: -114px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-19 {
    margin-left: -76px;
  }
}

.slick-dots.num-20 {
  margin-left: -120px;
}

@media screen and (max-width: 767px) {
  .slick-dots.num-20 {
    margin-left: -80px;
  }
}

.slick-dots li {
  margin: 0px 8px;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0px 4px;
  }
}

#main-img-outer .slick-dots li button:focus::before, #main-img-outer .slick-dots li button:hover::before {
  color: red;
}

@media screen and (max-width: 767px) {
  #main-img-outer img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

#slider-block {
  position: relative;
  max-width: 1920px;
  margin: 0px auto 30px;
  padding: 30px 0px 45px;
}

@media print, screen and (min-width: 768px) {
  #slider-block {
    min-height: 500px;
  }
}

#slider-block .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 372px;
  height: 480px;
}

#slider {
  position: absolute;
  left: 50%;
  width: 2574px;
  height: 450px;
  margin-left: -1606px;
}

@media print, screen and (max-width: 1279px) and (min-width: 768px) {
  #slider {
    margin-left: -1446px;
  }
}

@media screen and (max-width: 767px) {
  #slider .slick-dots {
    position: relative;
    margin-top: 20px;
    margin-bottom: 22px;
    left: 0px !important;
  }
}

@media print, screen and (min-width: 768px) {
  #slider .slick-slide .slider-top-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #slider .slick-slide:not(.slick-center) .slider-flex {
    margin-top: 138px;
  }
}

.slick-list {
  overflow: visible;
}

.slider-flex {
    text-align: left;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; */
}

#slider .slider-title {
  -webkit-box-ordinal-group: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-order: 2;
  order: 2;
  width: 372px;
  margin: 0px auto;
  padding: 24px 0px 0px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  /* text-align: center; */
}
#slider a{
    text-decoration: none;
}
#slider .slick-slide:not(.slick-current) .slider-title{
    padding-left: 65px;
}
#slider .slick-slide .slider-txt{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#slider .slick-slide:not(.slick-current) .slider-txt{
    display: none;
}
#slider .slider-title a {
  color: black;
}

#slider .slider-title a:hover {
  color: red;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slider-title span {
  display: inline-block;
  position: relative;
  text-align: left;
}

#slider .slider-title span::before {
  position: absolute;
  top: 11px;
  left: -28px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-repeat: no-repeat;
  content: "";
}

@media not all {
  #slider .slider-title span::before {
    top: 7px;
    width: 20px;
    height: 20px;
  }
}

#slider .slider-img {
  -webkit-box-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

#slider .slider-img .slider-img__inner {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slider-img .slider-img__inner img {
  width: 234px;
  /* border: 4px solid rgba(255, 0, 0, 0); */
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: #bbbbbb 0px 0px 20px;
  box-shadow: #bbbbbb 0px 0px 20px;
}

@media print, screen and (min-width: 769px) {
  #slider .slider-img .slider-img__inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px -6px;
  }
}

@media screen and (max-width: 767px) {
  #slider-block {
    position: relative;
    max-width: 1920px;
    height: auto;
    margin: 0px auto 20px;
    overflow: hidden;
  }
  #slider-block .slick-slide {
    height: auto;
  }
  #slider {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0px auto;
  }
  #slider .slider-title {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    color: black;
    font-weight: 700;
    text-align: center;
  }
  #slider .slider-title span {
    position: relative;
  }
  #slider .slider-title span::before {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url("../img/top/red_arrow.svg") no-repeat;
    content: "";
  }
  #slider .slider-img {
    height: auto;
  }
  #slider .slick-slide {
    margin: 0px 10px;
  }
  #slider img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

@media screen and (max-width: 767px) {
  #slider .slider-img .slider-img__inner img {
    width: 100%;
    border: 4px solid rgba(255, 0, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

#slider .slick-center + .slick-slide .slider-img .slider-img__inner, #slider .slick-center + .slick-slide .slider-img a {
  margin-left: 82px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center + .slick-slide .slider-title {
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center + .slick-slide + .slick-slide .slider-img {
  margin-left: 28px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center + .slick-slide + .slick-slide .slider-title {
  margin-left: -35px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center + .slick-slide + .slick-slide + .slick-slide .slider-img {
  margin-left: -20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center + .slick-slide + .slick-slide + .slick-slide .slider-title {
  margin-left: -89px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center .slider-img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-center .slider-img__inner img, #slider .slick-center a img {
  width: 372px;
  /* border: 4px solid rgba(255, 0, 0, 0); */
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media print, screen and (min-width: 769px) {
  #slider .slick-center .slider-img__inner:hover img, #slider .slick-center a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#slider .slick-previmg .slider-img, #slider .slick-prevprevimg .slider-img {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-previmg .slider-title, #slider .slick-prevprevimg .slider-title {
  margin-left: -68px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  #slider {
    height: auto;
    padding-top: 10px;
    padding-bottom: 45px;
  }
  #slider .slick-center + .slick-slide .slider-img .slider-img__inner, #slider .slick-center + .slick-slide .slider-img a {
    margin-left: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center + .slick-slide .slider-title {
    margin-left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center + .slick-slide + .slick-slide .slider-img {
    margin-left: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center + .slick-slide + .slick-slide .slider-title {
    margin-left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center + .slick-slide + .slick-slide + .slick-slide .slider-img {
    margin-left: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center + .slick-slide + .slick-slide + .slick-slide .slider-title {
    margin-left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center .slider-img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-center .slider-img__inner img {
    width: 100%;
    border: 4px solid rgba(255, 0, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

@media screen and (max-width: 767px) and (min-width: 769px) {
  #slider .slick-center .slider-img__inner:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  #slider .slick-previmg .slider-img, #slider .slick-previmg .slider-title {
    margin-left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

#slider .slick-next, #slider .slick-prev {
  display: block;
  z-index: 50;
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0;
  cursor: pointer;
}

#slider .slick-prev {
  left: 1075px;
  background: url("../images/tt1_btn1.png") no-repeat;
}

#slider .slick-next, #slider .slick-prev {
  position: absolute;
  top: 100px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-next {
  right: 1075px;
  background: url("../images/tt1_btn2.png") no-repeat;
}

#slider .slick-prev:hover {
  background: url("../images/tt1_btn1.png") no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#slider .slick-next:hover {
  background: url("../images/tt1_btn2.png") no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  #slider-block {
    position: relative;
    max-width: 1920px;
    height: auto;
    margin: 0px auto 20px;
    padding: 0px;
    overflow: hidden;
  }
  #slider .slider-title {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px 0px;
    font-size: 14px;
    text-align: center;
  }
  .slider-img {
    position: relative;
    margin: 0px;
  }
  .slick-slide .slider-img, .slider-img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .slick-slide .slider-img .slider-img__inner, .slick-slide .slider-img a {
    max-height: 368px;
    margin: 0px auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .slick-slide .slider-img .slider-img__inner img {
    max-height: 368px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  .slider img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #main-img-outer .slick-center img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .slick-center .slider-img {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .slider .slick-center img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .slick-center + .slick-slide + .slick-slide .slider-img, .slick-center + .slick-slide .slider-img, .slick-previmg .slider-img {
    position: relative;
    left: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-next, #slider .slick-prev {
    display: block;
    z-index: 50;
    border: none;
    outline: none;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
  }
  #slider .slick-prev {
    left: 0px;
    background: url("../img/top/btn_prev.svg");
  }
  #slider .slick-next, #slider .slick-prev {
    position: absolute;
    top: 150px;
    width: 45px;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-next {
    right: 0px;
    background: url("../img/top/btn_next.svg");
  }
  #slider .slick-prev:hover {
    background: url("../img/top/btn_prev_on.svg");
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #slider .slick-next:hover {
    background: url("../img/top/btn_next_on.svg");
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
