@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans|Noto+Sans+SC:400,700,900|Noto+Sans+TC:400,700,900|Noto+Sans:400,700,700i");
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP DemiLight"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.parallax {
  opacity: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
}

input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}

button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: sub;
  font-size: 10px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .015em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #222;
}

body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

#stage {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  min-width: 320px;
}
img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

a,
.btn {
  color: #333;
  text-decoration: none;
}
a:before, a:after,
.btn:before,
.btn:after {
  transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  /* ie */
}

a[href^="tel:"]:hover {
  opacity: 1;
  cursor: context-menu;
}

.wow {
  visibility: hidden;
}

ol.number li {
  padding-left: 2em;
  position: relative;
}
ol.number li::before {
  position: absolute;
  left: 0;
}
ol.number li:nth-of-type(1)::before {
  content: "1.";
}
ol.number li:nth-of-type(2)::before {
  content: "2.";
}
ol.number li:nth-of-type(3)::before {
  content: "3.";
}
ol.number li:nth-of-type(4)::before {
  content: "4.";
}
ol.number li:nth-of-type(5)::before {
  content: "5.";
}
ol.number li:nth-of-type(6)::before {
  content: "6.";
}
ol.number li:nth-of-type(7)::before {
  content: "7.";
}
ol.number li:nth-of-type(8)::before {
  content: "8.";
}
ol.number li:nth-of-type(9)::before {
  content: "9.";
}
ol.number li:nth-of-type(10)::before {
  content: "10.";
}
ol.number li:nth-of-type(11)::before {
  content: "11.";
}
ol.number li:nth-of-type(12)::before {
  content: "12.";
}
ol.number li:nth-of-type(13)::before {
  content: "13.";
}
ol.number li:nth-of-type(14)::before {
  content: "14.";
}
ol.number li:nth-of-type(15)::before {
  content: "15.";
}
ol.number li:nth-of-type(16)::before {
  content: "16.";
}
ol.number li:nth-of-type(17)::before {
  content: "17.";
}
ol.number li:nth-of-type(18)::before {
  content: "18.";
}
ol.number li:nth-of-type(19)::before {
  content: "19.";
}
ol.number li:nth-of-type(20)::before {
  content: "20.";
}
ol.number.num16 li:nth-of-type(1)::before {
  content: "16.";
}
ol.number.num16 li:nth-of-type(2)::before {
  content: "17.";
}
ol.number.num16 li:nth-of-type(3)::before {
  content: "18.";
}
ol.number.num16 li:nth-of-type(4)::before {
  content: "19.";
}
ol.number.num16 li:nth-of-type(5)::before {
  content: "20.";
}
ol.number.num16 li:nth-of-type(6)::before {
  content: "21.";
}
ol.number.num16 li:nth-of-type(7)::before {
  content: "22.";
}
ol.number.num16 li:nth-of-type(8)::before {
  content: "23.";
}
ol.number.num16 li:nth-of-type(9)::before {
  content: "24.";
}
ol.number.num16 li:nth-of-type(10)::before {
  content: "25.";
}
ol.number.num16 li:nth-of-type(11)::before {
  content: "26.";
}
ol.number.num16 li:nth-of-type(12)::before {
  content: "27.";
}
ol.number.num16 li:nth-of-type(13)::before {
  content: "28.";
}
ol.number.num16 li:nth-of-type(14)::before {
  content: "29.";
}
ol.number.num16 li:nth-of-type(15)::before {
  content: "30.";
}
ol.number.num16 li:nth-of-type(16)::before {
  content: "31.";
}
ol.number.num16 li:nth-of-type(17)::before {
  content: "32.";
}
ol.number.num16 li:nth-of-type(18)::before {
  content: "33.";
}
ol.number.num16 li:nth-of-type(19)::before {
  content: "34.";
}
ol.number.num16 li:nth-of-type(20)::before {
  content: "35.";
}
ol.number.num16 li:nth-of-type(21)::before {
  content: "36.";
}
ol.number.num16 li:nth-of-type(22)::before {
  content: "37.";
}
ol.number.num16 li:nth-of-type(23)::before {
  content: "38.";
}
ol.number.num16 li:nth-of-type(24)::before {
  content: "39.";
}
ol.number.num16 li:nth-of-type(25)::before {
  content: "40.";
}

p {
  margin-bottom: 1.7em;
}

.header {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header .logo img {
  height: 60px;
}
.header .btnsp {
  width: 60px;
  height: 60px;
  background-color: #23a09e;
  position: relative;
  margin-left: auto;
}
.header .btnsp span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
}
.header .btnsp span:nth-of-type(1) {
  top: 18px;
}
.header .btnsp span:nth-of-type(2) {
  top: 28px;
}
.header .btnsp span:nth-of-type(3) {
  top: 38px;
}
.nav__item {
  background-color: rgba(35, 160, 158, 0.95);
}
.nav__item a, .nav__item.search {
  color: #fff;
  display: block;
  padding: 14px 4.29%;
}
.nav__item.search input {
  font-size: 16px;
}
.nav__item img {
  width: 25px;
  margin-right: 10px;
}
.nav__item > a {
  font-size: 16px;
  font-weight: 700;
}
.nav__item__box {
  display: none;
}
.nav__item__box a {
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.nav__item.global > a {
  position: relative;
}
.nav__item.global > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 4.29%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 24px;
}
.nav__item.global > a.open::after {
  content: '\f106';
}
.nav__item.search {
  position: relative;
}
.nav__item.search input {
  border: none;
  width: 100%;
  border-radius: 50px;
  line-height: 30px;
  padding: 0 35px 0 15px;
  outline: none;
}
.nav__item.search button {
  background: none;
  position: absolute;
  right: 4.29%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  outline: none;
  font-size: 20px;
  line-height: 1;
  color: #666;
  width: 1.7em;
}
.headnav.pc .lang {
  margin: 0 5px;
  position: relative;
  z-index: 5;
}
.headnav.pc .lang .init {
  background-color: #f5f5f5;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 8px;
  position: relative;
}
.headnav.pc .lang .init:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 13px;
  position: absolute;
  left: 136px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.headnav.pc .lang .text {
  font-size: 15px;
  color: #666;
}
.headnav.pc .lang.active .init {
  width: 156px;
}
.headnav.pc .lang__etc {
  display: none;
  background-color: #f5f5f5;
  padding: 10px;
}
.headnav.pc .lang__etc a {
  display: block;
  color: #666;
}
.headnav.pc .search {
  margin: 0 5px;
  background-color: #f5f5f5;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  transition: all .25s ease-in;
}
.headnav.pc .search.active {
  width: 236px;
}
.headnav.pc .search i {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 9px;
}
.headnav.pc .search input {
  border: none;
  width: 90%;
  margin-left: 10px;
  background: none;
  outline: none;
}

.content.pc {
  background-color: #23a09e;
  width: 200px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
.content.pc a {
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.content.pc a img {
  margin-bottom: 5px;
}
.content.pc a:hover {
  background-color: #18908e;
  opacity: 1;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  transition: all .25s ease-in;
  opacity: 0;
}
.overlay.open {
  opacity: 1;
  height: 100%;
}

.paginate {
  text-align: center;
  padding-top: 25px;
  font-size: 0;
  letter-spacing: -0.4em;
}
.paginate .page-numbers {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  vertical-align: bottom;
  color: #999;
  background-color: #f5f5f5;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 5px;
}
.paginate .current {
  background: #23a09e;
  color: #fff;
}

.shadowbox {
  position: relative;
  width: 93.33%;
  margin: -45px auto 0;
}
.shadowbox::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 2px;
  right: 2px;
  background: url(../images/home/bg_products_center.png) 0 0/auto 113px repeat-x;
  height: 113px;
}
.shadowbox__content {
  position: relative;
}
.shadowbox__content::before, .shadowbox__content::after {
  content: '';
  display: block;
  width: 4px;
  height: 113px;
  position: absolute;
  top: -2px;
}
.shadowbox__content::before {
  background: url(../images/home/bg_products_left.png) 0 0/100% auto no-repeat;
  left: -2px;
}
.shadowbox__content::after {
  background: url(../images/home/bg_products_right.png) 0 0/100% auto no-repeat;
  right: -2px;
}
.column__main {
  margin-bottom: 50px;
}
.column__sub {
  width: 93.33%;
  margin: 0 auto 75px;
}

body#products .menu,
body#products_en .menu,
body#products_cn .menu,
body#products_tw .menu {
  position: relative;
  z-index: 2;
}
body#products .menu__header,
body#products_en .menu__header,
body#products_cn .menu__header,
body#products_tw .menu__header {
  background-color: #23a09e;
  position: relative;
  overflow: hidden;
  height: 80px;
}
body#products .menu__header .ja,
body#products_en .menu__header .ja,
body#products_cn .menu__header .ja,
body#products_tw .menu__header .ja {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 17px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#products .menu__header .en,
body#products_en .menu__header .en,
body#products_cn .menu__header .en,
body#products_tw .menu__header .en {
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
}
body#products .menu__nav .categoryname,
body#products_en .menu__nav .categoryname,
body#products_cn .menu__nav .categoryname,
body#products_tw .menu__nav .categoryname {
  padding: 15px 17px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  position: relative;
}
body#products .menu__nav .categoryname::after,
body#products_en .menu__nav .categoryname::after,
body#products_cn .menu__nav .categoryname::after,
body#products_tw .menu__nav .categoryname::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/products/icon_plus.png) 0 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#products .menu__nav .postlist,
body#products_en .menu__nav .postlist,
body#products_cn .menu__nav .postlist,
body#products_tw .menu__nav .postlist {
  display: none;
}
body#products .menu__nav .postlist a,
body#products_en .menu__nav .postlist a,
body#products_cn .menu__nav .postlist a,
body#products_tw .menu__nav .postlist a {
  display: block;
  padding: 9px 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
body#products .menu__nav .postlist a::after,
body#products_en .menu__nav .postlist a::after,
body#products_cn .menu__nav .postlist a::after,
body#products_tw .menu__nav .postlist a::after {
  content: '\f105';
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #23a09e;
  position: absolute;
  right: 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#products .menu__nav .is-current .categoryname,
body#products .menu__nav .is-open .categoryname,
body#products_en .menu__nav .is-current .categoryname,
body#products_en .menu__nav .is-open .categoryname,
body#products_cn .menu__nav .is-current .categoryname,
body#products_cn .menu__nav .is-open .categoryname,
body#products_tw .menu__nav .is-current .categoryname,
body#products_tw .menu__nav .is-open .categoryname {
  background-color: #e9f5f5;
  color: #23a09e;
}
body#products .menu__nav .is-current .categoryname::after,
body#products .menu__nav .is-open .categoryname::after,
body#products_en .menu__nav .is-current .categoryname::after,
body#products_en .menu__nav .is-open .categoryname::after,
body#products_cn .menu__nav .is-current .categoryname::after,
body#products_cn .menu__nav .is-open .categoryname::after,
body#products_tw .menu__nav .is-current .categoryname::after,
body#products_tw .menu__nav .is-open .categoryname::after {
  background: url(../images/products/icon_minus.png) 0 0 no-repeat;
}
body#products .menu__nav .is-current .postlist,
body#products_en .menu__nav .is-current .postlist,
body#products_cn .menu__nav .is-current .postlist,
body#products_tw .menu__nav .is-current .postlist {
  display: block;
}
body#products .menu__nav .is-postcurrent,
body#products_en .menu__nav .is-postcurrent,
body#products_cn .menu__nav .is-postcurrent,
body#products_tw .menu__nav .is-postcurrent {
  background-color: #e9f5f5;
  color: #23a09e;
}

body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu {
  position: relative;
  z-index: 2;
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__header {
  background-color: #23a09e;
  position: relative;
  overflow: hidden;
  height: 80px;
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__header .ja {
  color: #fff;
  font-size: 18px;
  position: absolute;
  font-weight: 700;
  top: 50%;
  left: 17px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__header .en {
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__nav a {
  display: block;
  padding: 20px 45px 20px 17px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  position: relative;
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__nav a.active, body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__nav a[aria-current="page"] {
  background-color: rgba(35, 160, 158, 0.1);
  color: #23a09e;
}
body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__nav a::after {
  content: '\f105';
  font-family: "FontAwesome";
  background: #23a09e;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  display: inline-block;
  line-height: 15px;
  padding-left: 6px;
  font-size: 14px;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.bnr {
  margin-bottom: 50px;
  position: relative;
}
.bnr .swiper-container {
  padding-bottom: 35px;
}
.bnr.under {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.bnr .swiper-pagination-fraction,
.bnr .swiper-pagination-custom,
.bnr .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.bnr .swiper-pagination-bullet-active {
  background: #23a09e;
}
.bnr .swiper-button-prev, .bnr .swiper-button-next {
  width: 12px;
  height: 21px;
}
.bnr .swiper-button-prev {
  background: url(../images/swiper-button-prev.png) 0 0/12px auto no-repeat;
  left: 20%;
}
.bnr .swiper-button-next {
  background: url(../images/swiper-button-next.png) 0 0/12px auto no-repeat;
  right: 20%;
}

.footer {
  background: #23a09e;
  padding-top: 58px;
}
.footer__logo {
  width: 51px;
  margin: 0 auto 39px;
}
.footer .nav--footer {
  text-align: center;
  font-size: 12px;
}
.footer .nav--footer a {
  color: #fff;
  line-height: 41px;
  display: inline-block;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
}
.totop.ab {
  position: absolute;
  bottom: auto;
}
.totop a {
  display: block;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.totop img {
  width: 21px;
  font-size: 0;
  line-height: 0;
}

@keyframes arrowMov {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headerfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 219px;
  }
}
@keyframes headerfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes SlideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes SlideOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
a.btn,
input[type="submit"].btn,
button.btn {
  display: block;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 0 35px;
  background-color: #23a09e;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 50px;
}
a.btn::after,
input[type="submit"].btn::after,
button.btn::after {
  content: '\f105';
  font-size: 14px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
a.btn.next,
input[type="submit"].btn.next,
button.btn.next {
  position: relative;
}
a.btn.next::after,
input[type="submit"].btn.next::after,
button.btn.next::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
a.btn.white,
input[type="submit"].btn.white,
button.btn.white {
  color: #23a09e;
  background-color: #fff;
}
a.btn.pdf::after,
input[type="submit"].btn.pdf::after,
button.btn.pdf::after {
  content: none;
}
a.btn.pdf::before,
input[type="submit"].btn.pdf::before,
button.btn.pdf::before {
  content: '';
  display: inline-block;
  background: url(../images/pdficon_small.png) 0 0/contain no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
a.btn.back,
input[type="submit"].btn.back,
button.btn.back {
  background: #dddddd;
  color: #fff;
}
a.btn.back::after,
input[type="submit"].btn.back::after,
button.btn.back::after {
  content: '\f104';
  left: 20px;
  right: auto;
}
a.btn.all,
input[type="submit"].btn.all,
button.btn.all {
  background-color: #fff;
  color: #23a09e;
  padding: 7px 0;
  font-size: 16px;
}
a.btn.all::after,
input[type="submit"].btn.all::after,
button.btn.all::after {
  content: '+';
  font-size: 20px;
}
a.btn.rivers,
input[type="submit"].btn.rivers,
button.btn.rivers {
  background-color: #fff;
  color: #23a09e;
  border: 2px solid #23a09e;
}

.pagetitle {
  position: relative;
  overflow: hidden;
}
.pagetitle.nomv {
  background: #23a09e;
  padding-bottom: 42.86%;
}
.pagetitle__pic {
  position: relative;
}
.pagetitle__pic::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ov_dot.png);
  opacity: .3;
}
.pagetitle__lbl {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.pagetitle__lbl__en {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.pagetitle__lbl__ja {
  font-size: 11px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

body:not(#home):not(#en):not(#cn):not(#tw) .sectionheader {
  font-size: 18px;
  line-height: 1.56;
  padding: 25px 15px;
  position: relative;
}
body:not(#home):not(#en):not(#cn):not(#tw) .sectionheader::before {
  content: '';
  width: 4px;
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  background: #23a09e;
}

body#home .headline,
body#en .headline,
body#cn .headline,
body#tw .headline {
  margin-bottom: 16px;
  text-align: center;
}
body#home .headline__en,
body#en .headline__en,
body#cn .headline__en,
body#tw .headline__en {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 15px;
}
body#home .headline__ja,
body#en .headline__ja,
body#cn .headline__ja,
body#tw .headline__ja {
  font-size: 11px;
  line-height: 1;
  font-family: 'Noto Sans JP';
  color: #23a09e;
}
body#home .headline.white *,
body#en .headline.white *,
body#cn .headline.white *,
body#tw .headline.white * {
  color: #fff;
}

body:not(#home):not(#en):not(#cn):not(#tw) .headline {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
body:not(#home):not(#en):not(#cn):not(#tw) .headline::before, body:not(#home):not(#en):not(#cn):not(#tw) .headline::after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
body:not(#home):not(#en):not(#cn):not(#tw) .headline::before {
  background: #eee;
  width: 100%;
}
body:not(#home):not(#en):not(#cn):not(#tw) .headline::after {
  background: #23a09e;
  width: 55px;
}

.tablelayout {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.tablelayout th, .tablelayout td {
  border-top: 1px solid #ccc;
  padding: 10px 8px;
}
.tablelayout th {
  background-color: #f5f5f5;
  font-weight: 700;
}
body.error404 .outline {
  padding: 50px 0;
  width: 800px;
  margin: 0 auto;
}
body.error404 .outline:last-of-type {
  margin-bottom: 150px;
}
body.error404 .outline .head01 {
  text-align: center;
  margin-bottom: 50px;
}
body.error404 .outline p {
  line-height: 2em;
  margin: 75px 0 70px;
}
body.error404 .outline p.btm40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.error404 .outline p.btm10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
body.error404 .outline .btn--link a {
  line-height: 50px;
  color: #fff;
}
body.error404 .outline ul {
  margin: 0 auto;
}

body#search .contents .shadowbox__content {
  padding: 30px;
}
body#search .contents .gsc-control-cse,
body#search .contents .gsc-control-cse .gsc-table-result {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#search .contents .gsc-result .gs-title {
  height: auto;
}

body#home .mv,
body#en .mv,
body#cn .mv,
body#tw .mv {
  position: relative;
  padding-bottom: 106.67%;
  overflow: hidden;
}
body#home .mv #bg-video,
body#en .mv #bg-video,
body#cn .mv #bg-video,
body#tw .mv #bg-video {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: -100;
}
body#home .mv__overlay,
body#en .mv__overlay,
body#cn .mv__overlay,
body#tw .mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ov_mv.png) left top repeat;
}
body#home .mv__text,
body#en .mv__text,
body#cn .mv__text,
body#tw .mv__text {
  color: #fff;
  font-size: 31px;
  line-height: 1.26;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 3.73%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#home .products,
body#en .products,
body#cn .products,
body#tw .products {
  position: relative;
  margin: -42px auto 38px;
  width: 94.67%;
}
body#home .products .shadowbox__content,
body#en .products .shadowbox__content,
body#cn .products .shadowbox__content,
body#tw .products .shadowbox__content {
  padding: 37px 0 0;
}
body#home .products .headline,
body#en .products .headline,
body#cn .products .headline,
body#tw .products .headline {
  position: relative;
}
body#home .products__box,
body#en .products__box,
body#cn .products__box,
body#tw .products__box {
  width: 91.55%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
body#home .products__item,
body#en .products__item,
body#cn .products__item,
body#tw .products__item {
  width: 48%;
  margin-bottom: 12px;
}
body#home .products__item figure,
body#en .products__item figure,
body#cn .products__item figure,
body#tw .products__item figure {
  position: relative;
  overflow: hidden;
}
body#home .products__item figcaption,
body#en .products__item figcaption,
body#cn .products__item figcaption,
body#tw .products__item figcaption {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #23a09e;
  line-height: 1;
  font-weight: 700;
  padding: 10px 10px 0 0;
}
body#home .news,
body#en .news,
body#cn .news,
body#tw .news {
  background: url(../images/home/bg_news_sp.jpg) 0 0/100% auto no-repeat;
  padding: 35px 4% 50px;
}
body#home .news__tab,
body#en .news__tab,
body#cn .news__tab,
body#tw .news__tab {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #fff;
  position: relative;
}
body#home .news__tab a,
body#en .news__tab a,
body#cn .news__tab a,
body#tw .news__tab a {
  -ms-flex: 1;
      flex: 1;
  background-color: #23a09e;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  height: 45px;
  line-height: 1.3;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body#home .news__tab a:not(:last-of-type),
body#en .news__tab a:not(:last-of-type),
body#cn .news__tab a:not(:last-of-type),
body#tw .news__tab a:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
body#home .news__tab a.active,
body#en .news__tab a.active,
body#cn .news__tab a.active,
body#tw .news__tab a.active {
  background-color: #fff;
  color: #23a09e;
}
body#home .news__block,
body#en .news__block,
body#cn .news__block,
body#tw .news__block {
  background-color: #fff;
  padding: 0 5.8%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
body#home .news__box:not(:first-of-type),
body#en .news__box:not(:first-of-type),
body#cn .news__box:not(:first-of-type),
body#tw .news__box:not(:first-of-type) {
  display: none;
}
body#home .news__item,
body#en .news__item,
body#cn .news__item,
body#tw .news__item {
  display: block;
  padding: 10px 0;
}
body#home .news__item:not(:last-of-type),
body#en .news__item:not(:last-of-type),
body#cn .news__item:not(:last-of-type),
body#tw .news__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
body#home .news__item__time,
body#en .news__item__time,
body#cn .news__item__time,
body#tw .news__item__time {
  width: 85px;
  display: inline-block;
}
body#home .news__item__cat,
body#en .news__item__cat,
body#cn .news__item__cat,
body#tw .news__item__cat {
  width: 56px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #23a09e;
  border: 1px solid #23a09e;
  line-height: 16px;
}
body#home .news__item__lbl,
body#en .news__item__lbl,
body#cn .news__item__lbl,
body#tw .news__item__lbl {
  display: block;
  transition: all .25s ease-in;
}
body#home .news .btnlist,
body#en .news .btnlist,
body#cn .news .btnlist,
body#tw .news .btnlist {
  width: 72.46%;
  margin: 0 auto;
}
body#home .company,
body#en .company,
body#cn .company,
body#tw .company {
  background: url(../images/home/bg_company_sp.jpg) 0 0/100% auto no-repeat;
  padding: 35px 0 75px;
  position: relative;
}
body#home .company::after,
body#en .company::after,
body#cn .company::after,
body#tw .company::after {
  content: '';
  background: url(../images/home/img_company_logo_sp.png) 0 0/cover no-repeat;
  width: 67.07%;
  padding-top: 63.2%;
  position: absolute;
  right: 0;
  top: 107px;
}
body#home .company .headline,
body#en .company .headline,
body#cn .company .headline,
body#tw .company .headline {
  margin-bottom: 134px;
}
body#home .company__box,
body#en .company__box,
body#cn .company__box,
body#tw .company__box {
  width: 92%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 25px;
}
body#home .company__lbl,
body#en .company__lbl,
body#cn .company__lbl,
body#tw .company__lbl {
  color: #23a09e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 10px;
}
body#home .company__txt,
body#en .company__txt,
body#cn .company__txt,
body#tw .company__txt {
  line-height: 2;
}
body#home .company .btnlist,
body#en .company .btnlist,
body#cn .company .btnlist,
body#tw .company .btnlist {
  width: 66.67%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
body#home .recruit,
body#en .recruit,
body#cn .recruit,
body#tw .recruit {
  background: url(../images/home/bg_recruit_sp.jpg) 0 0/100% auto no-repeat;
  padding: 85px 0 72px;
}
body#home .recruit__lbl,
body#en .recruit__lbl,
body#cn .recruit__lbl,
body#tw .recruit__lbl {
  color: #23a09e;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
body#home .recruit__txt,
body#en .recruit__txt,
body#cn .recruit__txt,
body#tw .recruit__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 24px;
}
body#home .recruit .btnlist,
body#en .recruit .btnlist,
body#cn .recruit .btnlist,
body#tw .recruit .btnlist {
  width: 53.33%;
  margin: 0 auto 100px;
}
body#home .recruit__picup,
body#en .recruit__picup,
body#cn .recruit__picup,
body#tw .recruit__picup {
  margin: 0 auto;
  width: 72%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body#home .recruit__interview, body#home .recruit__faq,
body#en .recruit__interview,
body#en .recruit__faq,
body#cn .recruit__interview,
body#cn .recruit__faq,
body#tw .recruit__interview,
body#tw .recruit__faq {
  display: block;
  width: 43.33%;
  position: relative;
}
body#home .recruit__balloon,
body#en .recruit__balloon,
body#cn .recruit__balloon,
body#tw .recruit__balloon {
  position: absolute;
  top: -68px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #23a09e;
  border-radius: 50px;
  font-size: 13px;
  text-align: center;
  width: 123.5%;
  line-height: 40px;
  font-weight: 700;
  color: #23a09e;
  box-sizing: border-box;
}
body#home .recruit__balloon i,
body#en .recruit__balloon i,
body#cn .recruit__balloon i,
body#tw .recruit__balloon i {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 15px;
}
body#home .recruit__balloon:before, body#home .recruit__balloon:after,
body#en .recruit__balloon:before,
body#en .recruit__balloon:after,
body#cn .recruit__balloon:before,
body#cn .recruit__balloon:after,
body#tw .recruit__balloon:before,
body#tw .recruit__balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
body#home .recruit__balloon:before,
body#en .recruit__balloon:before,
body#cn .recruit__balloon:before,
body#tw .recruit__balloon:before {
  bottom: -22px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  border-width: 11px 6px;
  z-index: 2;
}
body#home .recruit__balloon:after,
body#en .recruit__balloon:after,
body#cn .recruit__balloon:after,
body#tw .recruit__balloon:after {
  bottom: -26px;
  border: 14px solid transparent;
  border-top: 14px solid #23a09e;
  border-width: 13px 8px;
  z-index: 1;
}
body#home .recruit__pic,
body#en .recruit__pic,
body#cn .recruit__pic,
body#tw .recruit__pic {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
  display: block;
  overflow: hidden;
}

body#en .news__item__cat {
  width: auto;
  padding: 0 1.5em;
}

body#news .contents .news__tab,
body#news_en .contents .news__tab,
body#news_cn .contents .news__tab,
body#news_tw .contents .news__tab {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body#news .contents .news__tab a,
body#news_en .contents .news__tab a,
body#news_cn .contents .news__tab a,
body#news_tw .contents .news__tab a {
  width: 33.33%;
  background-color: #23a09e;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  height: 45px;
  line-height: 1.3;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body#news .contents .news__tab a:not(:last-of-type),
body#news_en .contents .news__tab a:not(:last-of-type),
body#news_cn .contents .news__tab a:not(:last-of-type),
body#news_tw .contents .news__tab a:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
body#news .contents .news__tab a.active,
body#news_en .contents .news__tab a.active,
body#news_cn .contents .news__tab a.active,
body#news_tw .contents .news__tab a.active {
  background-color: #fff;
  color: #23a09e;
}
body#news .contents .news__block,
body#news_en .contents .news__block,
body#news_cn .contents .news__block,
body#news_tw .contents .news__block {
  position: relative;
  z-index: 2;
  padding: 0 7.14% 75px;
}
body#news .contents .news__item,
body#news_en .contents .news__item,
body#news_cn .contents .news__item,
body#news_tw .contents .news__item {
  display: block;
  padding: 10px 0;
}
body#news .contents .news__item:not(:last-of-type),
body#news_en .contents .news__item:not(:last-of-type),
body#news_cn .contents .news__item:not(:last-of-type),
body#news_tw .contents .news__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
body#news .contents .news__item__time,
body#news_en .contents .news__item__time,
body#news_cn .contents .news__item__time,
body#news_tw .contents .news__item__time {
  width: 85px;
  display: inline-block;
}
body#news .contents .news__item__cat,
body#news_en .contents .news__item__cat,
body#news_cn .contents .news__item__cat,
body#news_tw .contents .news__item__cat {
  width: 56px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #23a09e;
  border: 1px solid #23a09e;
  line-height: 16px;
  padding: 3px 0;
}
body#news .contents .news__item__lbl,
body#news_en .contents .news__item__lbl,
body#news_cn .contents .news__item__lbl,
body#news_tw .contents .news__item__lbl {
  display: block;
  transition: all .25s ease-in;
}
body#news .contents .news__info,
body#news_en .contents .news__info,
body#news_cn .contents .news__info,
body#news_tw .contents .news__info {
  padding: 0 23px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body#news .contents .news__category,
body#news_en .contents .news__category,
body#news_cn .contents .news__category,
body#news_tw .contents .news__category {
  background-color: #23a09e;
  display: inline-block;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  padding: 0 1.5em;
  white-space: nowrap;
}
body#news .contents .news__time,
body#news_en .contents .news__time,
body#news_cn .contents .news__time,
body#news_tw .contents .news__time {
  color: #999;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
body#news .contents .news__body,
body#news_en .contents .news__body,
body#news_cn .contents .news__body,
body#news_tw .contents .news__body {
  margin: 0 23px 25px;
  border-bottom: 1px solid #ccc;
}
body#news .contents .news__body > *:last-child,
body#news_en .contents .news__body > *:last-child,
body#news_cn .contents .news__body > *:last-child,
body#news_tw .contents .news__body > *:last-child {
  margin-bottom: 80px;
}
body#news .contents .news__body h2,
body#news_en .contents .news__body h2,
body#news_cn .contents .news__body h2,
body#news_tw .contents .news__body h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.33;
  padding-bottom: 10px;
  clear: both;
}
body#news .contents .news__body h2::before, body#news .contents .news__body h2::after,
body#news_en .contents .news__body h2::before,
body#news_en .contents .news__body h2::after,
body#news_cn .contents .news__body h2::before,
body#news_cn .contents .news__body h2::after,
body#news_tw .contents .news__body h2::before,
body#news_tw .contents .news__body h2::after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#news .contents .news__body h2::before,
body#news_en .contents .news__body h2::before,
body#news_cn .contents .news__body h2::before,
body#news_tw .contents .news__body h2::before {
  width: 100%;
  background: #eee;
}
body#news .contents .news__body h2::after,
body#news_en .contents .news__body h2::after,
body#news_cn .contents .news__body h2::after,
body#news_tw .contents .news__body h2::after {
  content: '';
  width: 55px;
  background: #23a09e;
}
body#news .contents .news__body h3,
body#news_en .contents .news__body h3,
body#news_cn .contents .news__body h3,
body#news_tw .contents .news__body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  clear: both;
}
body#news .contents .news__body h4,
body#news_en .contents .news__body h4,
body#news_cn .contents .news__body h4,
body#news_tw .contents .news__body h4 {
  font-size: 15px;
  font-weight: 700;
  color: #23a09e;
  border: 1px solid #23a09e;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  clear: both;
  margin-top: 50px;
}
body#news .contents .news__body p,
body#news_en .contents .news__body p,
body#news_cn .contents .news__body p,
body#news_tw .contents .news__body p {
  font-size: 14px;
  margin-bottom: 2em;
}
body#news .contents .news__body blockquote::before,
body#news_en .contents .news__body blockquote::before,
body#news_cn .contents .news__body blockquote::before,
body#news_tw .contents .news__body blockquote::before {
  content: '';
}
body#news .contents .news__body blockquote p,
body#news_en .contents .news__body blockquote p,
body#news_cn .contents .news__body blockquote p,
body#news_tw .contents .news__body blockquote p {
  margin-bottom: 0;
}
body#news .contents .news__body ul, body#news .contents .news__body ol,
body#news_en .contents .news__body ul,
body#news_en .contents .news__body ol,
body#news_cn .contents .news__body ul,
body#news_cn .contents .news__body ol,
body#news_tw .contents .news__body ul,
body#news_tw .contents .news__body ol {
  margin-bottom: 30px;
}
body#news .contents .news__body ul li, body#news .contents .news__body ol li,
body#news_en .contents .news__body ul li,
body#news_en .contents .news__body ol li,
body#news_cn .contents .news__body ul li,
body#news_cn .contents .news__body ol li,
body#news_tw .contents .news__body ul li,
body#news_tw .contents .news__body ol li {
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 700;
}
body#news .contents .news__body ul li,
body#news_en .contents .news__body ul li,
body#news_cn .contents .news__body ul li,
body#news_tw .contents .news__body ul li {
  text-indent: -15px;
  margin-left: 15px;
}
body#news .contents .news__body ul li::before,
body#news_en .contents .news__body ul li::before,
body#news_cn .contents .news__body ul li::before,
body#news_tw .contents .news__body ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #23a09e;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50px;
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
}
body#news .contents .news__body ol,
body#news_en .contents .news__body ol,
body#news_cn .contents .news__body ol,
body#news_tw .contents .news__body ol {
  list-style: none;
}
body#news .contents .news__body ol li,
body#news_en .contents .news__body ol li,
body#news_cn .contents .news__body ol li,
body#news_tw .contents .news__body ol li {
  text-indent: -20px;
  margin-left: 20px;
}
body#news .contents .news__body ol li::before,
body#news_en .contents .news__body ol li::before,
body#news_cn .contents .news__body ol li::before,
body#news_tw .contents .news__body ol li::before {
  font-weight: bold;
}
body#news .contents .news__body ol li:nth-of-type(1)::before,
body#news_en .contents .news__body ol li:nth-of-type(1)::before,
body#news_cn .contents .news__body ol li:nth-of-type(1)::before,
body#news_tw .contents .news__body ol li:nth-of-type(1)::before {
  content: "1. ";
}
body#news .contents .news__body ol li:nth-of-type(2)::before,
body#news_en .contents .news__body ol li:nth-of-type(2)::before,
body#news_cn .contents .news__body ol li:nth-of-type(2)::before,
body#news_tw .contents .news__body ol li:nth-of-type(2)::before {
  content: "2. ";
}
body#news .contents .news__body ol li:nth-of-type(3)::before,
body#news_en .contents .news__body ol li:nth-of-type(3)::before,
body#news_cn .contents .news__body ol li:nth-of-type(3)::before,
body#news_tw .contents .news__body ol li:nth-of-type(3)::before {
  content: "3. ";
}
body#news .contents .news__body ol li:nth-of-type(4)::before,
body#news_en .contents .news__body ol li:nth-of-type(4)::before,
body#news_cn .contents .news__body ol li:nth-of-type(4)::before,
body#news_tw .contents .news__body ol li:nth-of-type(4)::before {
  content: "4. ";
}
body#news .contents .news__body ol li:nth-of-type(5)::before,
body#news_en .contents .news__body ol li:nth-of-type(5)::before,
body#news_cn .contents .news__body ol li:nth-of-type(5)::before,
body#news_tw .contents .news__body ol li:nth-of-type(5)::before {
  content: "5. ";
}
body#news .contents .news__body ol li:nth-of-type(6)::before,
body#news_en .contents .news__body ol li:nth-of-type(6)::before,
body#news_cn .contents .news__body ol li:nth-of-type(6)::before,
body#news_tw .contents .news__body ol li:nth-of-type(6)::before {
  content: "6. ";
}
body#news .contents .news__body ol li:nth-of-type(7)::before,
body#news_en .contents .news__body ol li:nth-of-type(7)::before,
body#news_cn .contents .news__body ol li:nth-of-type(7)::before,
body#news_tw .contents .news__body ol li:nth-of-type(7)::before {
  content: "7. ";
}
body#news .contents .news__body ol li:nth-of-type(8)::before,
body#news_en .contents .news__body ol li:nth-of-type(8)::before,
body#news_cn .contents .news__body ol li:nth-of-type(8)::before,
body#news_tw .contents .news__body ol li:nth-of-type(8)::before {
  content: "8. ";
}
body#news .contents .news__body ol li:nth-of-type(9)::before,
body#news_en .contents .news__body ol li:nth-of-type(9)::before,
body#news_cn .contents .news__body ol li:nth-of-type(9)::before,
body#news_tw .contents .news__body ol li:nth-of-type(9)::before {
  content: "9. ";
}
body#news .contents .news__body ol li:nth-of-type(10)::before,
body#news_en .contents .news__body ol li:nth-of-type(10)::before,
body#news_cn .contents .news__body ol li:nth-of-type(10)::before,
body#news_tw .contents .news__body ol li:nth-of-type(10)::before {
  content: "10. ";
}
body#news .contents .news__body hr,
body#news_en .contents .news__body hr,
body#news_cn .contents .news__body hr,
body#news_tw .contents .news__body hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 1.7em 0;
}
body#news .contents .news__body table,
body#news_en .contents .news__body table,
body#news_cn .contents .news__body table,
body#news_tw .contents .news__body table {
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
body#news .contents .news__body table th, body#news .contents .news__body table td,
body#news_en .contents .news__body table th,
body#news_en .contents .news__body table td,
body#news_cn .contents .news__body table th,
body#news_cn .contents .news__body table td,
body#news_tw .contents .news__body table th,
body#news_tw .contents .news__body table td {
  border-bottom: 1px solid #ddd;
  padding: 7px;
  vertical-align: top;
}
body#news .contents .news__body table th,
body#news_en .contents .news__body table th,
body#news_cn .contents .news__body table th,
body#news_tw .contents .news__body table th {
  white-space: nowrap;
  background-color: #f5f5f5;
  vertical-align: top;
  font-weight: bold;
}
body#news .contents .news .tolist,
body#news_en .contents .news .tolist,
body#news_cn .contents .news .tolist,
body#news_tw .contents .news .tolist {
  width: 71.43%;
  margin: 0 auto 70px;
}

body#news_en .contents .news__item__cat {
  width: 100px;
}

body#company .contents .index {
  padding: 25px 25px 0;
  margin-bottom: 60px;
}
body#company .contents .index--item {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
}
body#company .contents .index--item:not(:last-child) {
  margin-bottom: 30px;
}
body#company .contents .index .figure--pic {
  overflow: hidden;
  border-radius: 5px;
  background-color: #23a09e;
}
body#company .contents .index figcaption {
  position: absolute;
  background-color: #fff;
  bottom: -3px;
  left: -10px;
  color: #23a09e;
  font-weight: 700;
  padding: 3px 10px;
}

body#overview .overview,
body#about-us .overview {
  width: 85.71%;
  margin: 0 auto;
}
body#overview .overview__pic,
body#about-us .overview__pic {
  margin-bottom: 25px;
}
body#overview .overview li::before,
body#about-us .overview li::before {
  content: "・ ";
  color: #23a09e;
}
body#overview .map,
body#about-us .map {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
}
body#overview .map iframe,
body#about-us .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#overview .access h3,
body#about-us .access h3 {
  font-weight: 700;
}
body#overview .access > *:not(:last-of-type),
body#about-us .access > *:not(:last-of-type) {
  margin-bottom: 10px;
}

body#base .contents .office,
body#offices .contents .office {
  width: 85.71%;
  margin: 0 auto;
}
body#base .contents .office__header,
body#offices .contents .office__header {
  margin-bottom: 15px;
}
body#base .contents .office__block,
body#offices .contents .office__block {
  margin-bottom: 30px;
}
body#base .contents .office__pic,
body#offices .contents .office__pic {
  margin-bottom: 20px;
}
body#base .contents .office__data__list dt,
body#offices .contents .office__data__list dt {
  color: #23a09e;
  font-weight: 700;
}
body#base .contents .office__data__list dd,
body#offices .contents .office__data__list dd {
  margin-bottom: 7px;
}
body#base .contents .office__item__header,
body#offices .contents .office__item__header {
  font-size: 16px;
  color: #23a09e;
  font-weight: 700;
}
body#base .contents .office__item__body,
body#offices .contents .office__item__body {
  margin-bottom: 20px;
}
body#base .contents .office__head,
body#offices .contents .office__head {
  font-size: 16px;
  color: #23a09e;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
body#base .contents .office__head .sc,
body#offices .contents .office__head .sc {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
}

body#network .network,
body#nabel-network .network {
  width: 85.71%;
  margin: 0 auto;
}
body#network .network__map,
body#nabel-network .network__map {
  position: relative;
  margin-bottom: 20px;
}
body#network .network__map__pin a,
body#nabel-network .network__map__pin a {
  position: absolute;
  display: inline-block;
  line-height: 1;
  font-size: 0;
}
body#network .network__map__pin a::before,
body#nabel-network .network__map__pin a::before {
  content: '';
  width: 7px;
  height: 11px;
  background: url(../images/company/network/pointer.png) 0 0/contain no-repeat;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
body#network .network__map__pin a span,
body#nabel-network .network__map__pin a span {
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 38px;
  font-size: 12px;
  display: none;
  z-index: 2;
  white-space: nowrap;
}
body#network .world__item,
body#nabel-network .world__item {
  margin-bottom: 40px;
}
body#network .world__namae,
body#nabel-network .world__namae {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body#network .world__namae img,
body#nabel-network .world__namae img {
  width: 75px;
}
body#network .world__namae__lbl,
body#nabel-network .world__namae__lbl {
  color: #23a09e;
  font-weight: 700;
  margin-left: 15px;
}
body#network .world__list,
body#nabel-network .world__list {
  border-top: 1px solid #ccc;
}
body#network .world__list li,
body#nabel-network .world__list li {
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
}
body#network .world__list li b,
body#nabel-network .world__list li b {
  font-size: 16px;
}
body#network .world__list li a,
body#nabel-network .world__list li a {
  color: #23a09e;
  text-decoration: underline;
}
body#philosophy .contents .philosophy,
body#corporate-philosophy .contents .philosophy {
  width: 85.71%;
  margin: 0 auto 30px;
}
body#philosophy .contents .philosophy .waku,
body#corporate-philosophy .contents .philosophy .waku {
  position: relative;
}
body#philosophy .contents .philosophy .waku__txt,
body#corporate-philosophy .contents .philosophy .waku__txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 2;
  padding: 10px;
}
body#philosophy .contents .policy,
body#corporate-philosophy .contents .policy {
  width: 85.71%;
  margin: 0 auto 30px;
}
body#philosophy .contents .policy .frame__pic,
body#corporate-philosophy .contents .policy .frame__pic {
  margin-bottom: 15px;
}
body#philosophy .contents .policy .frame__description,
body#corporate-philosophy .contents .policy .frame__description {
  margin-bottom: 15px;
}
body#philosophy .contents .policy .heading,
body#corporate-philosophy .contents .policy .heading {
  border: 1px solid #23a09e;
  font-size: 16px;
  font-weight: 700;
  color: #23a09e;
  padding: 5px 15px;
  margin-bottom: 10px;
}
body#philosophy .contents .policy p,
body#corporate-philosophy .contents .policy p {
  margin-bottom: 30px;
}
body#philosophy .contents .kodogensoku,
body#corporate-philosophy .contents .kodogensoku {
  background-color: #f5f5f5;
  padding: 30px 7.14%;
}
body#philosophy .contents .kodogensoku .wrapper > .lbl,
body#corporate-philosophy .contents .kodogensoku .wrapper > .lbl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
body#philosophy .contents .kodogensoku .wrapper .box,
body#corporate-philosophy .contents .kodogensoku .wrapper .box {
  background-color: #fff;
  border-top: 3px solid #23a09e;
  padding: 15px;
  margin-bottom: 12px;
}
body#philosophy .contents .kodogensoku .wrapper .box .lbl,
body#corporate-philosophy .contents .kodogensoku .wrapper .box .lbl {
  color: #23a09e;
  font-size: 16.8px;
  font-weight: 700;
  margin-bottom: 5px;
}
body#philosophy .contents .kodogensoku .wrapper .box p,
body#corporate-philosophy .contents .kodogensoku .wrapper .box p {
  line-height: 1.73;
  margin-bottom: 0;
}

body#philosophy.page-template-page-philosophy-en .contents .philosophy .waku__txt,
body#philosophy.page-template-page-philosophy-cn .contents .philosophy .waku__txt,
body#philosophy.page-template-page-philosophy-tw .contents .philosophy .waku__txt {
  text-align: left;
}

body#philosophy.page-template-page-philosophy-en .contents .philosophy .waku__txt {
  line-height: 1.67;
}
body#global .contents .block,
body#global-expansion .contents .block {
  padding: 0 7.14% 13px;
}
body#global .contents .block .lead,
body#global-expansion .contents .block .lead {
  font-size: 20px;
  font-weight: 700;
  color: #23a09e;
  margin-bottom: 5px;
}
body#global .contents .block p,
body#global-expansion .contents .block p {
  margin-bottom: 0;
}
body#global .contents .mapblock .copy,
body#global-expansion .contents .mapblock .copy {
  margin-bottom: 13px;
}
body#global .contents .mapblock .map__wrapper,
body#global-expansion .contents .mapblock .map__wrapper {
  position: relative;
}
body#global .contents .mapblock .map__pin,
body#global-expansion .contents .mapblock .map__pin {
  width: 17%;
  position: absolute;
}
body#global .contents .mapblock .map__pin img,
body#global-expansion .contents .mapblock .map__pin img {
  -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
}
body#global .contents .mapblock .map__pin_ousyu,
body#global-expansion .contents .mapblock .map__pin_ousyu {
  left: 23.86%;
  top: 30.49%;
}
body#global .contents .mapblock .map__pin_asia,
body#global-expansion .contents .mapblock .map__pin_asia {
  left: 35%;
  top: 50%;
}
body#global .contents .mapblock .map__pin_middleeast,
body#global-expansion .contents .mapblock .map__pin_middleeast {
  left: 18.57%;
  top: 51.22%;
}
body#global .contents .mapblock .map__pin_africa,
body#global-expansion .contents .mapblock .map__pin_africa {
  left: 11.43%;
  top: 66.34%;
}
body#global .contents .mapblock .map__pin_oceania,
body#global-expansion .contents .mapblock .map__pin_oceania {
  left: 44.43%;
  top: 79.27%;
}
body#global .contents .mapblock .map__pin_northamerica,
body#global-expansion .contents .mapblock .map__pin_northamerica {
  left: 79.57%;
  top: 45.12%;
}
body#global .contents .mapblock .map__pin_southamerica,
body#global-expansion .contents .mapblock .map__pin_southamerica {
  left: 91%;
  top: 80.73%;
}
body#global .contents .mapblock .note,
body#global-expansion .contents .mapblock .note {
  font-size: 12.25px;
  color: #666;
  padding: 3px 0;
  margin-bottom: 30px;
}
body#global .contents .mapblock .note i,
body#global-expansion .contents .mapblock .note i {
  font-size: 17.5px;
  margin-right: 5px;
}
body#global .contents .description .balloon,
body#global-expansion .contents .description .balloon {
  background: #23a09e;
  color: #fff;
  width: 85.71%;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 1.33;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
body#global .contents .description .balloon::after,
body#global-expansion .contents .description .balloon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 1px solid;
  border-width: 11px 7px;
  border-color: #23a09e transparent transparent;
  position: absolute;
  left: 10px;
  bottom: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
body#global .contents .description .data,
body#global-expansion .contents .description .data {
  color: #999;
  font-size: 12px;
  text-align: right;
  width: 85.71%;
  margin: 0 auto;
}
body#global .contents .description dl,
body#global-expansion .contents .description dl {
  width: 85.71%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
body#global .contents .description dl dt, body#global .contents .description dl dd,
body#global-expansion .contents .description dl dt,
body#global-expansion .contents .description dl dd {
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 8px;
  font-size: 14px;
  line-height: 2;
}
body#global .contents .description dl dt,
body#global-expansion .contents .description dl dt {
  background-color: #f5f5f5;
  font-weight: 700;
}

body#global-expansion .contents .mapblock .map__pin_northamerica,
body#global-expansion .contents .mapblock .map__pin_southamerica {
  width: 21%;
}

body#global-expansion .contents .mapblock .map__pin_southamerica {
  left: 89.1%;
}
body#history .contents .historyBlock,
body#history-of-nabel .contents .historyBlock {
  position: relative;
}
body#history .contents .historyBlock::before,
body#history-of-nabel .contents .historyBlock::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #23a09e;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
}
body#history .contents .historyBlock__item,
body#history-of-nabel .contents .historyBlock__item {
  position: relative;
  z-index: 2;
  padding-left: 25px;
  margin-bottom: 25px;
}
body#history .contents .historyBlock__item .box,
body#history-of-nabel .contents .historyBlock__item .box {
  position: relative;
}
body#history .contents .historyBlock__item--seireki,
body#history-of-nabel .contents .historyBlock__item--seireki {
  font-size: 27px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #23a09e;
  position: relative;
}
body#history .contents .historyBlock__item--seireki::before,
body#history-of-nabel .contents .historyBlock__item--seireki::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: block;
  background: #23a09e;
  position: absolute;
  left: -14px;
  top: 13px;
}
body#history .contents .historyBlock__item--wareki,
body#history-of-nabel .contents .historyBlock__item--wareki {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}
body#history .contents .historyBlock__item--description,
body#history-of-nabel .contents .historyBlock__item--description {
  margin-bottom: 15px;
}
body#history .contents .historyBlock__item--description li,
body#history-of-nabel .contents .historyBlock__item--description li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
body#history .contents .historyBlock__item--description li::before,
body#history-of-nabel .contents .historyBlock__item--description li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background: #23a09e;
  position: absolute;
  left: 5px;
  top: 13px;
}
body#history .contents .historyBlock__item--pic,
body#history-of-nabel .contents .historyBlock__item--pic {
  margin-left: auto;
  margin-right: 7.14%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
body#history .contents .historyBlock__item--pic.s,
body#history-of-nabel .contents .historyBlock__item--pic.s {
  width: 22.57%;
}
body#history .contents .historyBlock__item--pic.m,
body#history-of-nabel .contents .historyBlock__item--pic.m {
  width: 45.14%;
}
body#history .contents .historyBlock__item--pic.l,
body#history-of-nabel .contents .historyBlock__item--pic.l {
  width: 63.43%;
}
body#history .contents .historyBlock__item.bgimg,
body#history-of-nabel .contents .historyBlock__item.bgimg {
  background: #23a09e;
  color: #fff;
  padding-left: 0;
}
body#history .contents .historyBlock__item.bgimg .bgimgbox,
body#history-of-nabel .contents .historyBlock__item.bgimg .bgimgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
body#history .contents .historyBlock__item.bgimg .inbgimgbox,
body#history-of-nabel .contents .historyBlock__item.bgimg .inbgimgbox {
  background-color: #000;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  opacity: .8;
}
body#history .contents .historyBlock__item.bgimg .box,
body#history-of-nabel .contents .historyBlock__item.bgimg .box {
  padding: 25px 24px 60px;
}
body#history .contents .historyBlock__item.bgimg.notblack .box,
body#history-of-nabel .contents .historyBlock__item.bgimg.notblack .box {
  padding-bottom: 15px;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--seireki,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--seireki {
  font-size: 45px;
  color: #fff;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--seireki::before, body#history .contents .historyBlock__item.bgimg .historyBlock__item--seireki::after,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--seireki::before,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--seireki::after {
  content: none;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--wareki,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--wareki {
  margin-bottom: 30px;
  color: #fff;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--description,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--description {
  margin-bottom: 0;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--description li::before,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--description li::before {
  background: #fff;
}
body#history .contents .historyBlock__item.bgimg .historyBlock__item--pic,
body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--pic {
  position: absolute;
  left: 29.29%;
  bottom: 50px;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

body#products.archive .contents .products__box,
body#products_en.archive .contents .products__box,
body#products_cn.archive .contents .products__box,
body#products_tw.archive .contents .products__box {
  padding: 25px;
}
body#products.archive .contents .category__item,
body#products_en.archive .contents .category__item,
body#products_cn.archive .contents .category__item,
body#products_tw.archive .contents .category__item {
  margin-bottom: 25px;
}
body#products.archive .contents .category__item--link,
body#products_en.archive .contents .category__item--link,
body#products_cn.archive .contents .category__item--link,
body#products_tw.archive .contents .category__item--link {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
body#products.archive .contents .category__item--link figure,
body#products_en.archive .contents .category__item--link figure,
body#products_cn.archive .contents .category__item--link figure,
body#products_tw.archive .contents .category__item--link figure {
  position: relative;
}
body#products.archive .contents .category__item--link figure img,
body#products_en.archive .contents .category__item--link figure img,
body#products_cn.archive .contents .category__item--link figure img,
body#products_tw.archive .contents .category__item--link figure img {
  border-radius: 5px;
}
body#products.archive .contents .category__item--link figure figcaption,
body#products_en.archive .contents .category__item--link figure figcaption,
body#products_cn.archive .contents .category__item--link figure figcaption,
body#products_tw.archive .contents .category__item--link figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  color: #23a09e;
  font-size: 15px;
  font-weight: 700;
  padding-right: 9px;
  padding-top: 3px;
}
body#products.archive .contents .category__item ul a,
body#products_en.archive .contents .category__item ul a,
body#products_cn.archive .contents .category__item ul a,
body#products_tw.archive .contents .category__item ul a {
  font-weight: 700;
}
body#products.archive .contents .category__item ul i,
body#products_en.archive .contents .category__item ul i,
body#products_cn.archive .contents .category__item ul i,
body#products_tw.archive .contents .category__item ul i {
  color: #23a09e;
  font-size: 13px;
}

body#products.single .contents .sectionheader,
body#products_en.single .contents .sectionheader,
body#products_cn.single .contents .sectionheader,
body#products_tw.single .contents .sectionheader {
  font-style: italic;
}
body#products.single .contents .category,
body#products_en.single .contents .category,
body#products_cn.single .contents .category,
body#products_tw.single .contents .category {
  background-color: #23a09e;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-size: 12.8px;
  padding: 5px 1em;
  margin-left: 6.29%;
  margin-bottom: 25px;
}
body#products.single .contents .products__mainblock,
body#products_en.single .contents .products__mainblock,
body#products_cn.single .contents .products__mainblock,
body#products_tw.single .contents .products__mainblock {
  width: 85.71%;
  margin: 0 auto 32px;
}
body#products.single .contents .products__photo,
body#products_en.single .contents .products__photo,
body#products_cn.single .contents .products__photo,
body#products_tw.single .contents .products__photo {
  margin-bottom: 16px;
}
body#products.single .contents .products__catch,
body#products_en.single .contents .products__catch,
body#products_cn.single .contents .products__catch,
body#products_tw.single .contents .products__catch {
  font-size: 18px;
  font-weight: 700;
}
body#products.single .contents .products__kaisetsu,
body#products_en.single .contents .products__kaisetsu,
body#products_cn.single .contents .products__kaisetsu,
body#products_tw.single .contents .products__kaisetsu {
  line-height: 2;
}
body#products.single .contents .ankerlink,
body#products_en.single .contents .ankerlink,
body#products_cn.single .contents .ankerlink,
body#products_tw.single .contents .ankerlink {
  width: 85.71%;
  margin: 0 auto 25px;
  display: -ms-flexbox;
  display: flex;
}
body#products.single .contents .ankerlink a,
body#products_en.single .contents .ankerlink a,
body#products_cn.single .contents .ankerlink a,
body#products_tw.single .contents .ankerlink a {
  background-color: #23a09e;
  color: #fff;
  display: block;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  font-size: 16px;
  padding: 5px 0 15px;
  position: relative;
}
body#products.single .contents .ankerlink a + a,
body#products_en.single .contents .ankerlink a + a,
body#products_cn.single .contents .ankerlink a + a,
body#products_tw.single .contents .ankerlink a + a {
  margin-left: 1px;
}
body#products.single .contents .ankerlink a::before,
body#products_en.single .contents .ankerlink a::before,
body#products_cn.single .contents .ankerlink a::before,
body#products_tw.single .contents .ankerlink a::before {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  bottom: 3px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  line-height: 13px;
}
body#products.single .contents .blocks,
body#products_en.single .contents .blocks,
body#products_cn.single .contents .blocks,
body#products_tw.single .contents .blocks {
  width: 85.71%;
  margin: 0 auto 32px;
}
body#products.single .contents .blocks__lbl,
body#products_en.single .contents .blocks__lbl,
body#products_cn.single .contents .blocks__lbl,
body#products_tw.single .contents .blocks__lbl {
  font-size: 18px;
  font-weight: 700;
  border-left: 3px solid #23a09e;
  padding-left: 12.5px;
  margin-bottom: 17.5px;
}
body#products.single .contents .blocks h3,
body#products_en.single .contents .blocks h3,
body#products_cn.single .contents .blocks h3,
body#products_tw.single .contents .blocks h3 {
  color: #23a09e;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #23a09e;
  padding: 7px 14px;
  margin-bottom: 10px;
}
body#products.single .contents .blocks h4,
body#products_en.single .contents .blocks h4,
body#products_cn.single .contents .blocks h4,
body#products_tw.single .contents .blocks h4 {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 3px solid #23a09e;
  background-color: #f9f9f9;
  padding: 7px 15px;
  margin-bottom: 16px;
}
body#products.single .contents .blocks h5,
body#products_en.single .contents .blocks h5,
body#products_cn.single .contents .blocks h5,
body#products_tw.single .contents .blocks h5 {
  font-size: 15px;
  font-weight: 700;
  color: #23a09e;
  margin-bottom: 5px;
}
body#products.single .contents .block__mov,
body#products_en.single .contents .block__mov,
body#products_cn.single .contents .block__mov,
body#products_tw.single .contents .block__mov {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}
body#products.single .contents .block__mov iframe,
body#products_en.single .contents .block__mov iframe,
body#products_cn.single .contents .block__mov iframe,
body#products_tw.single .contents .block__mov iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
body#products.single .contents .textblock,
body#products_en.single .contents .textblock,
body#products_cn.single .contents .textblock,
body#products_tw.single .contents .textblock {
  line-height: 2;
  margin-bottom: 20px;
}
body#products.single .contents .photoblock,
body#products_en.single .contents .photoblock,
body#products_cn.single .contents .photoblock,
body#products_tw.single .contents .photoblock {
  margin-bottom: 75px;
}
body#products.single .contents .photoblock figure,
body#products_en.single .contents .photoblock figure,
body#products_cn.single .contents .photoblock figure,
body#products_tw.single .contents .photoblock figure {
  margin-bottom: 20px;
}
body#products.single .contents .photoblock img,
body#products_en.single .contents .photoblock img,
body#products_cn.single .contents .photoblock img,
body#products_tw.single .contents .photoblock img {
  margin-bottom: 8px;
}
body#products.single .contents .photoblock figcaption,
body#products_en.single .contents .photoblock figcaption,
body#products_cn.single .contents .photoblock figcaption,
body#products_tw.single .contents .photoblock figcaption {
  font-size: 13px;
}
body#products.single .contents .phototext,
body#products_en.single .contents .phototext,
body#products_cn.single .contents .phototext,
body#products_tw.single .contents .phototext {
  margin-bottom: 100px;
}
body#products.single .contents .hptblock,
body#products_en.single .contents .hptblock,
body#products_cn.single .contents .hptblock,
body#products_tw.single .contents .hptblock {
  margin-bottom: 45px;
}
body#products.single .contents .hptblock__box,
body#products_en.single .contents .hptblock__box,
body#products_cn.single .contents .hptblock__box,
body#products_tw.single .contents .hptblock__box {
  margin-bottom: 20px;
}
body#products.single .contents .hptblock__box__lbl,
body#products_en.single .contents .hptblock__box__lbl,
body#products_cn.single .contents .hptblock__box__lbl,
body#products_tw.single .contents .hptblock__box__lbl {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 3px solid #23a09e;
  background-color: #f9f9f9;
  padding: 7px 15px;
  margin-bottom: 16px;
}
body#products.single .contents .hptblock__box__pic,
body#products_en.single .contents .hptblock__box__pic,
body#products_cn.single .contents .hptblock__box__pic,
body#products_tw.single .contents .hptblock__box__pic {
  margin-bottom: 10px;
}
body#products.single .contents .hptblock__box__txt,
body#products_en.single .contents .hptblock__box__txt,
body#products_cn.single .contents .hptblock__box__txt,
body#products_tw.single .contents .hptblock__box__txt {
  line-height: 2;
}
body#products.single .contents .tableblock,
body#products_en.single .contents .tableblock,
body#products_cn.single .contents .tableblock,
body#products_tw.single .contents .tableblock {
  margin-bottom: 35px;
}
body#products.single .contents .tableblock .tablescroller,
body#products_en.single .contents .tableblock .tablescroller,
body#products_cn.single .contents .tableblock .tablescroller,
body#products_tw.single .contents .tableblock .tablescroller {
  overflow-x: scroll;
  padding-bottom: 15px;
}
body#products.single .contents .tableblock .tablescroller table,
body#products_en.single .contents .tableblock .tablescroller table,
body#products_cn.single .contents .tableblock .tablescroller table,
body#products_tw.single .contents .tableblock .tablescroller table {
  width: 800px !important;
  border-top: 1px solid #ccc;
}
body#products.single .contents .tableblock .tablescroller th, body#products.single .contents .tableblock .tablescroller td,
body#products_en.single .contents .tableblock .tablescroller th,
body#products_en.single .contents .tableblock .tablescroller td,
body#products_cn.single .contents .tableblock .tablescroller th,
body#products_cn.single .contents .tableblock .tablescroller td,
body#products_tw.single .contents .tableblock .tablescroller th,
body#products_tw.single .contents .tableblock .tablescroller td {
  border-bottom: 1px solid #ccc;
  padding: 10px 13px;
}
body#products.single .contents .tableblock .tablescroller th + th, body#products.single .contents .tableblock .tablescroller th + td, body#products.single .contents .tableblock .tablescroller td + th, body#products.single .contents .tableblock .tablescroller td + td,
body#products_en.single .contents .tableblock .tablescroller th + th,
body#products_en.single .contents .tableblock .tablescroller th + td,
body#products_en.single .contents .tableblock .tablescroller td + th,
body#products_en.single .contents .tableblock .tablescroller td + td,
body#products_cn.single .contents .tableblock .tablescroller th + th,
body#products_cn.single .contents .tableblock .tablescroller th + td,
body#products_cn.single .contents .tableblock .tablescroller td + th,
body#products_cn.single .contents .tableblock .tablescroller td + td,
body#products_tw.single .contents .tableblock .tablescroller th + th,
body#products_tw.single .contents .tableblock .tablescroller th + td,
body#products_tw.single .contents .tableblock .tablescroller td + th,
body#products_tw.single .contents .tableblock .tablescroller td + td {
  border-left: 1px solid #ccc;
}
body#products.single .contents .tableblock .tablescroller th,
body#products_en.single .contents .tableblock .tablescroller th,
body#products_cn.single .contents .tableblock .tablescroller th,
body#products_tw.single .contents .tableblock .tablescroller th {
  background-color: #f5f5f5;
  font-weight: 700;
}
body#products.single .contents .tableblock .note,
body#products_en.single .contents .tableblock .note,
body#products_cn.single .contents .tableblock .note,
body#products_tw.single .contents .tableblock .note {
  color: #666;
  line-height: 2.43;
  font-size: 13px;
}
body#products.single .contents .layout,
body#products_en.single .contents .layout,
body#products_cn.single .contents .layout,
body#products_tw.single .contents .layout {
  margin-bottom: 45px;
  background-color: #d3ecec;
  padding: 10px 10px 10px;
}
body#products.single .contents .layout__lbl,
body#products_en.single .contents .layout__lbl,
body#products_cn.single .contents .layout__lbl,
body#products_tw.single .contents .layout__lbl {
  color: #23a09e;
  font-weight: 700;
  margin-bottom: 10px;
}
body#products.single .contents .layout__lbl::before,
body#products_en.single .contents .layout__lbl::before,
body#products_cn.single .contents .layout__lbl::before,
body#products_tw.single .contents .layout__lbl::before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #23a09e;
}
body#products.single .contents .layout__wrapper,
body#products_en.single .contents .layout__wrapper,
body#products_cn.single .contents .layout__wrapper,
body#products_tw.single .contents .layout__wrapper {
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}
body#products.single .contents .layout__wrapper .note,
body#products_en.single .contents .layout__wrapper .note,
body#products_cn.single .contents .layout__wrapper .note,
body#products_tw.single .contents .layout__wrapper .note {
  font-size: 12px;
  color: #666;
  padding-right: 10px;
  padding-bottom: 7px;
  text-align: right;
}
body#products.single .contents .bullet--item,
body#products_en.single .contents .bullet--item,
body#products_cn.single .contents .bullet--item,
body#products_tw.single .contents .bullet--item {
  padding: 5px 0 10px;
}
body#products.single .contents .bullet--header,
body#products_en.single .contents .bullet--header,
body#products_cn.single .contents .bullet--header,
body#products_tw.single .contents .bullet--header {
  font-size: 15px;
  color: #23a09e;
  font-weight: 700;
}
body#products.single .contents .bullet--header i,
body#products_en.single .contents .bullet--header i,
body#products_cn.single .contents .bullet--header i,
body#products_tw.single .contents .bullet--header i {
  margin-right: 12px;
}
body#products.single .contents .bullet--text,
body#products_en.single .contents .bullet--text,
body#products_cn.single .contents .bullet--text,
body#products_tw.single .contents .bullet--text {
  line-height: 2;
}

body#support .contents .support,
body#technical-service .contents .support,
body#support_cn .contents .support,
body#support_tw .contents .support {
  width: 85.71%;
  margin: 0 auto;
  padding: 25px 0 75px;
}
body#support .contents .support .lead,
body#technical-service .contents .support .lead,
body#support_cn .contents .support .lead,
body#support_tw .contents .support .lead {
  line-height: 2;
  margin-bottom: 15px;
}
body#support .contents .support__wrapper,
body#technical-service .contents .support__wrapper,
body#support_cn .contents .support__wrapper,
body#support_tw .contents .support__wrapper {
  margin-bottom: 50px;
}
body#support .contents .support__block:not(:last-child),
body#technical-service .contents .support__block:not(:last-child),
body#support_cn .contents .support__block:not(:last-child),
body#support_tw .contents .support__block:not(:last-child) {
  margin-bottom: 25px;
}
body#support .contents .support__block__pic,
body#technical-service .contents .support__block__pic,
body#support_cn .contents .support__block__pic,
body#support_tw .contents .support__block__pic {
  width: 90%;
}
body#support .contents .support__block__box,
body#technical-service .contents .support__block__box,
body#support_cn .contents .support__block__box,
body#support_tw .contents .support__block__box {
  width: 90%;
  background-color: #def1f1;
  padding: 45px 16px 20px;
  margin-top: -30px;
}
body#support .contents .support__block__header,
body#technical-service .contents .support__block__header,
body#support_cn .contents .support__block__header,
body#support_tw .contents .support__block__header {
  background: url(../images/support/img_egg.png) top center/63px auto no-repeat;
  text-align: center;
  padding-top: 1px;
  min-height: 84px;
  margin-bottom: 5px;
}
body#support .contents .support__block__icon,
body#technical-service .contents .support__block__icon,
body#support_cn .contents .support__block__icon,
body#support_tw .contents .support__block__icon {
  width: 38px;
  margin: 0 auto 3px;
}
body#support .contents .support__block__lbl,
body#technical-service .contents .support__block__lbl,
body#support_cn .contents .support__block__lbl,
body#support_tw .contents .support__block__lbl {
  color: #23a09e;
  font-size: 22px;
  font-weight: 700;
}
body#support .contents .support__block__txt p,
body#technical-service .contents .support__block__txt p,
body#support_cn .contents .support__block__txt p,
body#support_tw .contents .support__block__txt p {
  margin-bottom: 0;
}
body#support .contents .support__block__txt a,
body#technical-service .contents .support__block__txt a,
body#support_cn .contents .support__block__txt a,
body#support_tw .contents .support__block__txt a {
  margin-top: 20px;
}
body#support .contents .support__block:nth-of-type(odd) .support__block__box,
body#technical-service .contents .support__block:nth-of-type(odd) .support__block__box,
body#support_cn .contents .support__block:nth-of-type(odd) .support__block__box,
body#support_tw .contents .support__block:nth-of-type(odd) .support__block__box {
  margin-left: auto;
}
body#support .contents .support__block:nth-of-type(even) .support__block__pic,
body#technical-service .contents .support__block:nth-of-type(even) .support__block__pic,
body#support_cn .contents .support__block:nth-of-type(even) .support__block__pic,
body#support_tw .contents .support__block:nth-of-type(even) .support__block__pic {
  margin-left: auto;
}
body#support .contents .support__base .lead,
body#technical-service .contents .support__base .lead,
body#support_cn .contents .support__base .lead,
body#support_tw .contents .support__base .lead {
  line-height: 2;
}
body#support .contents .support__base a,
body#technical-service .contents .support__base a,
body#support_cn .contents .support__base a,
body#support_tw .contents .support__base a {
  width: 83.33%;
  margin: 0 auto 25px;
}
body#support .contents .support__base .base_map__img,
body#technical-service .contents .support__base .base_map__img,
body#support_cn .contents .support__base .base_map__img,
body#support_tw .contents .support__base .base_map__img {
  margin-bottom: 15px;
}
body#support .contents .support__base .base_map__point,
body#technical-service .contents .support__base .base_map__point,
body#support_cn .contents .support__base .base_map__point,
body#support_tw .contents .support__base .base_map__point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#support .contents .support__base .base_map__point li,
body#technical-service .contents .support__base .base_map__point li,
body#support_cn .contents .support__base .base_map__point li,
body#support_tw .contents .support__base .base_map__point li {
  color: #222;
  margin-right: 18px;
  white-space: nowrap;
  margin-bottom: 5px;
}
body#support .contents .support__base .base_map__point img,
body#technical-service .contents .support__base .base_map__point img,
body#support_cn .contents .support__base .base_map__point img,
body#support_tw .contents .support__base .base_map__point img {
  width: 19px;
  margin-right: 8px;
}

body#tidbits .contents .shadowbox__content {
  padding-bottom: 75px;
}
body#tidbits .contents .seminar {
  width: 85.71%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
body#tidbits .contents .heading {
  font-size: 18px;
  font-weight: 700;
  padding-left: 14px;
  border-left: 3px solid #23a09e;
  margin-bottom: 18px;
}
body#tidbits .contents .descriptionBlock {
  margin-bottom: 25px;
}
body#tidbits .contents .descriptionBlock__mv {
  margin-bottom: 15px;
}
body#tidbits .contents .descriptionBlock__txt {
  line-height: 2;
}
body#tidbits .contents .seminar__list {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
body#tidbits .contents .seminar__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
body#tidbits .contents .seminar__item--pic {
  width: 23.33%;
  padding-bottom: 23.33%;
  display: block;
  background-color: #f5f5f5;
  position: relative;
}
body#tidbits .contents .seminar__item--pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
body#tidbits .contents .seminar__item--box {
  width: 70%;
}
body#tidbits .contents .seminar__item--time {
  color: #23a09e;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  display: block;
}
body#tidbits .contents .seminar__item--lbl {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
body#tidbits .contents .seminar__btn {
  width: 83.33%;
  margin: 0 auto;
}
body#tidbits .contents .linkBox__block {
  width: 85.71%;
  margin: 0 auto;
}
body#tidbits .contents .linkBox {
  margin-bottom: 50px;
}
body#tidbits .contents .linkBox--pic {
  margin-bottom: 15px;
}
body#tidbits .contents .linkBox--description {
  margin-bottom: 20px;
}
body#tidbits .contents .linkBox--btnarea {
  width: 83.33%;
  margin: 0 auto;
}
body#tidbits .contents .character {
  background-color: #f5f5f5;
  padding-left: 7.14%;
  padding-right: 7.14%;
  padding-top: 35px;
  padding-bottom: 40px;
}
body#tidbits .contents .character .subhead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
body#tidbits .contents .characterBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#tidbits .contents .character__item {
  width: 50%;
  background-color: #fff;
}
body#tidbits .contents .character__item:nth-of-type(even) {
  background-color: #fdfdfd;
}
body#tidbits .contents .character__item--text {
  padding: 15px;
}
body#tidbits .contents .character__item--name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
body#tidbits .contents .character__item--introduction {
  line-height: 1.57;
}

body#instance .contents .instance {
  width: 85.71%;
  margin: 0 auto;
}
body#instance .contents .instance__text {
  margin-bottom: 15px;
}
body#instance .contents .instance__btn {
  width: 83.33%;
  margin: 0 auto 35px;
}
body#instance .contents .instance__btn a:not(:last-child) {
  margin-bottom: 15px;
}
body#instance .contents .instance__box {
  width: 85.71%;
  margin: 0 auto;
}
body#instance .contents .instance__item {
  margin-bottom: 35px;
}
body#instance .contents .instance__item__lbl {
  margin-bottom: 10px;
}
body#instance .contents .instance__item__pic {
  width: 50%;
  margin: 0 auto 15px;
}
body#instance .contents .instance__item__lead {
  color: #23a09e;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.65;
}
body#instance .contents .instance__item__date {
  line-height: 2;
}
body#instance .contents .instance__contacts {
  border: 1px solid #23a09e;
  background: #fff url(../images/tidbits/instance/bg_logo_sp.png) right bottom/159px auto no-repeat;
  padding: 15px;
  line-height: 2;
  width: 85.71%;
  margin: 0 auto;
  border-radius: 3px;
}
body#instance .contents .instance__contacts b {
  color: #23a09e;
}

body#egg .contents .egg {
  width: 85.71%;
  margin: 0 auto;
}
body#egg .contents .egg__lead {
  margin-bottom: 23px;
  position: relative;
}
body#egg .contents .egg__item {
  margin-bottom: 25px;
}
body#egg .contents .egg__item__pic {
  width: 90%;
  position: relative;
  z-index: 2;
}
body#egg .contents .egg__item__text {
  width: 90%;
  background-color: #def1f1;
  padding: 45px 15px 15px;
  margin-top: -31px;
}
body#egg .contents .egg__item__lead {
  color: #23a09e;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 5px;
  font-size: 16px;
}
body#egg .contents .egg__item__lead span {
  color: #fff;
  background: url(../images/tidbits/egg/bg_egg_sp.png) 0 0/23px auto no-repeat;
  width: 23px;
  height: 31px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
body#egg .contents .egg__item.odd .egg__item__pic {
  margin-left: auto;
}
body#egg .contents .egg__item.even .egg__item__text {
  margin-left: auto;
}
body#egg .contents .egg table {
  border-top: 1px solid #ccc;
  width: 600px;
}
body#egg .contents .egg th, body#egg .contents .egg td {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  white-space: nowrap;
}
body#egg .contents .egg th {
  font-weight: 700;
  background-color: #f5f5f5;
}
body#egg .contents .egg td {
  text-align: center;
}
body#egg .contents .egg td:not(:last-child) {
  border-right: 1px solid #ccc;
}

body#tidbits_column.archive .contents .koramu {
  width: 85.71%;
  margin: 0 auto;
  padding: 30px 0 0;
}
body#tidbits_column.archive .contents .contentTitle {
  margin-bottom: 15px;
}
body#tidbits_column.archive .contents .lead {
  line-height: 2;
  margin-bottom: 30px;
}
body#tidbits_column.archive .contents .column__lists {
  border-bottom: 1px solid #ddd;
}
body#tidbits_column.archive .contents .column__item {
  margin-bottom: 30px;
  display: block;
}
body#tidbits_column.archive .contents .column__item--pic {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 55.33%;
  overflow: hidden;
}
body#tidbits_column.archive .contents .column__item--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  position: absolute;
  top: 0;
  left: 0;
}
body#tidbits_column.archive .contents .column__item--time {
  color: #23a09e;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
body#tidbits_column.archive .contents .column__item--lbl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
body#tidbits_column.archive .contents .column__item--description {
  font-size: 12px;
  line-height: 2.33;
  color: #666;
}
body#tidbits_column.single .contents .shadowbox__content .infodata {
  width: 85.71%;
  margin: 0 auto 25px;
}
body#tidbits_column.single .contents .shadowbox__content .category span {
  background-color: #23a09e;
  color: #fff;
  font-size: 12.8px;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 20px;
}
body#tidbits_column.single .contents .shadowbox__content time {
  font-size: 14.4px;
  color: #999;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
}
body#tidbits_column.single .contents .koramu-single {
  width: 85.71%;
  margin: 0 auto;
}
body#tidbits_column.single .contents .koramu-single .column__item--pic {
  margin-bottom: 10px;
}
body#tidbits_column.single .contents .interractive__item {
  margin-bottom: 15px;
}
body#tidbits_column.single .contents .interractive__item--character {
  width: 61px;
  margin-left: 6.67%;
  margin-bottom: -12.5px;
}
body#tidbits_column.single .contents .interractive__item--balloon {
  background-color: #f5f5f5;
  line-height: 2;
  padding: 25px 20px 20px;
  border-radius: 5px;
}
body#tidbits_column.single .contents .interractive__item--balloon.balloon0 {
  background-color: #e9f5f5;
  color: #23a09e;
}
body#tidbits_column.single .contents .interractive__item--remarks {
  margin-top: 25px;
}
body#tidbits_column.single .contents .interractive__item--remarks p {
  margin-bottom: 0.7em;
}
body#tidbits_column.single .contents .interractive__item--remarks table {
  margin-bottom: 0.7em;
  border-top: 1px solid #ddd;
  width: 100%;
}
body#tidbits_column.single .contents .interractive__item--remarks table th, body#tidbits_column.single .contents .interractive__item--remarks table td {
  border-bottom: 1px solid #ddd;
  padding: 7px;
}
body#tidbits_column.single .contents .interractive__item--remarks table th {
  white-space: nowrap;
  background-color: #f5f5f5;
  vertical-align: top;
  font-weight: bold;
  width: 22.5%;
}
body#tidbits_column.single .contents .interractive__item--remarks table td {
  width: 77.5%;
}
body#tidbits_column.single .contents .interractive__item--reference {
  margin-top: 25px;
}
body#tidbits_column.single .contents .interractive__item--reference p {
  margin-bottom: 0.7em;
}
body#tidbits_column.single .contents .interractive__item--reference table {
  margin-bottom: 0.7em;
  border-top: 1px solid #ddd;
  width: 100%;
}
body#tidbits_column.single .contents .interractive__item--reference table th, body#tidbits_column.single .contents .interractive__item--reference table td {
  border-bottom: 1px solid #ddd;
  padding: 7px;
}
body#tidbits_column.single .contents .interractive__item--reference table th {
  white-space: nowrap;
  background-color: #f5f5f5;
  vertical-align: top;
  font-weight: bold;
  width: 22.5%;
}
body#tidbits_column.single .contents .interractive__item--reference table td {
  width: 77.5%;
}
body#tidbits_column.single .contents .column__footer {
  border-top: 1px solid #ccc;
  width: 85.71%;
  margin: 0 auto;
  padding-top: 24px;
  position: relative;
}
body#tidbits_column.single .contents .column__footer .tolist {
  width: 83.33%;
  margin: 0 auto;
}
body#tidbits_column.single .contents .column__footer .prev,
body#tidbits_column.single .contents .column__footer .next {
  display: none;
}
body#tidbits_column.single .contents .column__footer .prev {
  left: 0;
}
body#tidbits_column.single .contents .column__footer .prev i {
  margin-right: 15px;
}
body#tidbits_column.single .contents .column__footer .next {
  right: 0;
}
body#tidbits_column.single .contents .column__footer .next i {
  margin-left: 15px;
}

body#recruit .contents,
body#faq .contents,
body#message .contents,
body#inquiry .contents,
body#inquiry_confirm .contents,
body#inquiry_complete .contents,
body#newgraduate .contents,
body#recruit_requirements .contents,
body#career .contents,
body#parttimejob .contents,
body#recruit_interview .contents {
  padding-bottom: 60px;
}
body#recruit .contents .pagetitle__lbl,
body#faq .contents .pagetitle__lbl,
body#message .contents .pagetitle__lbl,
body#inquiry .contents .pagetitle__lbl,
body#inquiry_confirm .contents .pagetitle__lbl,
body#inquiry_complete .contents .pagetitle__lbl,
body#newgraduate .contents .pagetitle__lbl,
body#recruit_requirements .contents .pagetitle__lbl,
body#career .contents .pagetitle__lbl,
body#parttimejob .contents .pagetitle__lbl,
body#recruit_interview .contents .pagetitle__lbl {
  top: 50%;
}
body#recruit .contents .pagetitle__lbl__en,
body#faq .contents .pagetitle__lbl__en,
body#message .contents .pagetitle__lbl__en,
body#inquiry .contents .pagetitle__lbl__en,
body#inquiry_confirm .contents .pagetitle__lbl__en,
body#inquiry_complete .contents .pagetitle__lbl__en,
body#newgraduate .contents .pagetitle__lbl__en,
body#recruit_requirements .contents .pagetitle__lbl__en,
body#career .contents .pagetitle__lbl__en,
body#parttimejob .contents .pagetitle__lbl__en,
body#recruit_interview .contents .pagetitle__lbl__en {
  font-size: 40px;
}
body#recruit .contents .pagetitle__lbl__ja,
body#faq .contents .pagetitle__lbl__ja,
body#message .contents .pagetitle__lbl__ja,
body#inquiry .contents .pagetitle__lbl__ja,
body#inquiry_confirm .contents .pagetitle__lbl__ja,
body#inquiry_complete .contents .pagetitle__lbl__ja,
body#newgraduate .contents .pagetitle__lbl__ja,
body#recruit_requirements .contents .pagetitle__lbl__ja,
body#career .contents .pagetitle__lbl__ja,
body#parttimejob .contents .pagetitle__lbl__ja,
body#recruit_interview .contents .pagetitle__lbl__ja {
  font-size: 12px;
}
body#recruit .contents .pagetitle__dec,
body#faq .contents .pagetitle__dec,
body#message .contents .pagetitle__dec,
body#inquiry .contents .pagetitle__dec,
body#inquiry_confirm .contents .pagetitle__dec,
body#inquiry_complete .contents .pagetitle__dec,
body#newgraduate .contents .pagetitle__dec,
body#recruit_requirements .contents .pagetitle__dec,
body#career .contents .pagetitle__dec,
body#parttimejob .contents .pagetitle__dec,
body#recruit_interview .contents .pagetitle__dec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30%;
  background: url(../images/recruit/pagetitle_dec_sp.png) center bottom/100% auto no-repeat;
}
body#recruit .contents .breadcrumb,
body#faq .contents .breadcrumb,
body#message .contents .breadcrumb,
body#inquiry .contents .breadcrumb,
body#inquiry_confirm .contents .breadcrumb,
body#inquiry_complete .contents .breadcrumb,
body#newgraduate .contents .breadcrumb,
body#recruit_requirements .contents .breadcrumb,
body#career .contents .breadcrumb,
body#parttimejob .contents .breadcrumb,
body#recruit_interview .contents .breadcrumb {
  position: relative;
  z-index: 2;
}
body#recruit .contents .breadcrumb__wrapper,
body#faq .contents .breadcrumb__wrapper,
body#message .contents .breadcrumb__wrapper,
body#inquiry .contents .breadcrumb__wrapper,
body#inquiry_confirm .contents .breadcrumb__wrapper,
body#inquiry_complete .contents .breadcrumb__wrapper,
body#newgraduate .contents .breadcrumb__wrapper,
body#recruit_requirements .contents .breadcrumb__wrapper,
body#career .contents .breadcrumb__wrapper,
body#parttimejob .contents .breadcrumb__wrapper,
body#recruit_interview .contents .breadcrumb__wrapper {
  max-width: 1500px;
  min-width: 900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 13px;
  padding: 10px 50px;
}
body#recruit .contents .breadcrumb__wrapper a,
body#faq .contents .breadcrumb__wrapper a,
body#message .contents .breadcrumb__wrapper a,
body#inquiry .contents .breadcrumb__wrapper a,
body#inquiry_confirm .contents .breadcrumb__wrapper a,
body#inquiry_complete .contents .breadcrumb__wrapper a,
body#newgraduate .contents .breadcrumb__wrapper a,
body#recruit_requirements .contents .breadcrumb__wrapper a,
body#career .contents .breadcrumb__wrapper a,
body#parttimejob .contents .breadcrumb__wrapper a,
body#recruit_interview .contents .breadcrumb__wrapper a {
  color: #23a09e;
}
body#recruit .contents .background1,
body#faq .contents .background1,
body#message .contents .background1,
body#inquiry .contents .background1,
body#inquiry_confirm .contents .background1,
body#inquiry_complete .contents .background1,
body#newgraduate .contents .background1,
body#recruit_requirements .contents .background1,
body#career .contents .background1,
body#parttimejob .contents .background1,
body#recruit_interview .contents .background1 {
  background: url(../images/recruit/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#recruit .contents .background1__wrapper,
body#faq .contents .background1__wrapper,
body#message .contents .background1__wrapper,
body#inquiry .contents .background1__wrapper,
body#inquiry_confirm .contents .background1__wrapper,
body#inquiry_complete .contents .background1__wrapper,
body#newgraduate .contents .background1__wrapper,
body#recruit_requirements .contents .background1__wrapper,
body#career .contents .background1__wrapper,
body#parttimejob .contents .background1__wrapper,
body#recruit_interview .contents .background1__wrapper {
  position: relative;
}
body#recruit .contents .background2,
body#faq .contents .background2,
body#message .contents .background2,
body#inquiry .contents .background2,
body#inquiry_confirm .contents .background2,
body#inquiry_complete .contents .background2,
body#newgraduate .contents .background2,
body#recruit_requirements .contents .background2,
body#career .contents .background2,
body#parttimejob .contents .background2,
body#recruit_interview .contents .background2 {
  background: url(../images/recruit/bg2_sp.png) left top/100% auto no-repeat, url(../images/recruit/bg2_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#recruit .contents .background2__wrapper,
body#faq .contents .background2__wrapper,
body#message .contents .background2__wrapper,
body#inquiry .contents .background2__wrapper,
body#inquiry_confirm .contents .background2__wrapper,
body#inquiry_complete .contents .background2__wrapper,
body#newgraduate .contents .background2__wrapper,
body#recruit_requirements .contents .background2__wrapper,
body#career .contents .background2__wrapper,
body#parttimejob .contents .background2__wrapper,
body#recruit_interview .contents .background2__wrapper {
  position: relative;
}
body#recruit .contents .contact,
body#faq .contents .contact,
body#message .contents .contact,
body#inquiry .contents .contact,
body#inquiry_confirm .contents .contact,
body#inquiry_complete .contents .contact,
body#newgraduate .contents .contact,
body#recruit_requirements .contents .contact,
body#career .contents .contact,
body#parttimejob .contents .contact,
body#recruit_interview .contents .contact {
  background: url(../images/recruit/bg_contact_sp.jpg) center/cover no-repeat;
  padding: 81px 9.87%;
}
body#recruit .contents .pagetitle__lbl {
  width: 100px;
  height: 85px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 6.67%;
  -ms-transform: none;
      transform: none;
}
body#recruit .contents .pagetitle__lbl__en {
  font-size: 23.68px;
  color: #000;
}
body#recruit .contents .pagetitle__lbl__ja {
  font-size: 9.87px;
  color: #23a09e;
}
body#recruit .contents .pagetitle__textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 86.67%;
  color: #fff;
}
body#recruit .contents .pagetitle__textbox .en {
  font-size: 10.93vw;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 5px;
}
body#recruit .contents .pagetitle__textbox .ja {
  font-size: 4.8vw;
  font-weight: 700;
}
body#recruit .contents .pagetitle__dec {
  background: url(../images/recruit/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 17.2%;
}
body#recruit .contents .background1 {
  background: url(../images/recruit/bg_interview_sp.png) left top/100% auto no-repeat, url(../images/recruit/bg_interview_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#recruit .contents .background2 {
  background: url(../images/recruit/message/bg2_sp.png) left top/100% auto no-repeat, url(../images/recruit/message/bg2_loop_sp.png) left top/100% auto repeat-y;
}
body#recruit .contents .content__lbl {
  margin-bottom: 30px;
}
body#recruit .contents .content__lbl__en {
  font-size: 45px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.3;
}
body#recruit .contents .content__lbl__ja {
  font-size: 12px;
  color: #23a09e;
  line-height: 1.3;
}
body#recruit .contents .content__lbl.center {
  text-align: center;
}
body#recruit .contents .content__lbl.line {
  border: 1px solid #fff;
  width: 135px;
  height: 135px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
body#recruit .contents .content__lbl.line .content__lbl__en,
body#recruit .contents .content__lbl.line .content__lbl__ja {
  color: #fff;
}
body#recruit .contents .content__lbl.line .content__lbl__ja {
  margin-bottom: 10px;
}
body#recruit .contents .interview {
  padding-top: 40px;
  padding-bottom: 50px;
}
body#recruit .contents .interview__wrapper {
  width: 86.67%;
  margin: 0 auto;
}
body#recruit .contents .interview__box {
  width: 92.31%;
  margin: 0 auto 100px;
}
body#recruit .contents .interview__item {
  display: block;
  margin-bottom: 72px;
  position: relative;
}
body#recruit .contents .interview__item--pic {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
body#recruit .contents .interview__item--pic--off, body#recruit .contents .interview__item--pic--on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body#recruit .contents .interview__item--pic--off {
  z-index: 2;
}
body#recruit .contents .interview__item--pic--on {
  opacity: 0;
  transform: rotateY(180deg);
}
body#recruit .contents .interview__item--data {
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  display: block;
  width: 85.67%;
  padding: 25px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}
body#recruit .contents .interview__item--group {
  font-weight: 700;
  line-height: 1.7;
}
body#recruit .contents .interview__item--info {
  font-size: 12px;
  color: #23a09e;
  line-height: 1.7;
}
body#recruit .contents .interview .toall {
  width: 92.31%;
  margin: 0 auto;
}
body#recruit .contents .message {
  background: url(../images/recruit/img_message_sp.jpg) 0 0/100% auto no-repeat;
  padding-top: 64.4%;
  padding-bottom: 10.67%;
}
body#recruit .contents .message__wrapper {
  width: 86.67%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
body#recruit .contents .message .lead {
  font-size: 22px;
  font-weight: 700;
  color: #23a09e;
  letter-spacing: .15em;
  margin-bottom: 10px;
  line-height: 1.5em;
}
body#recruit .contents .message .text {
  line-height: 2;
  margin-bottom: 20px;
}
body#recruit .contents .message a.btn {
  width: 90.91%;
  margin: 0 auto;
}
body#recruit .contents .bottom {
  padding-bottom: 75px;
}
body#recruit .contents .bottom__wrapper {
  width: 86.67%;
  margin: 0 auto;
}
body#recruit .contents .bottom .faq__box {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
body#recruit .contents .bottom .requirements {
  background: url(../images/recruit/img_requirements_sp.jpg) 0 0/100% auto no-repeat;
  padding-top: 83.85%;
}
body#recruit .contents .bottom .requirements__wrapper {
  width: 92.31%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
body#recruit .contents .bottom .requirements .content__lbl__en {
  font-size: 29px;
}
body#recruit .contents .bottom .requirements a + a {
  margin-top: 10px;
}

body#recruit_interview.archive .contents .pagetitle__dec {
  background: url(../images/recruit/interview/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 21.73%;
}
body#recruit_interview.archive .contents .background1 {
  background: url(../images/recruit/interview/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/interview/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#recruit_interview.archive .contents .interview {
  padding-top: 50px;
}
body#recruit_interview.archive .contents .interview__wrapper {
  width: 80%;
  margin: 0 auto;
}
body#recruit_interview.archive .contents .interview__item {
  display: block;
  margin-bottom: 72px;
  position: relative;
}
body#recruit_interview.archive .contents .interview__item--pic {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
body#recruit_interview.archive .contents .interview__item--pic--off, body#recruit_interview.archive .contents .interview__item--pic--on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body#recruit_interview.archive .contents .interview__item--pic--off {
  z-index: 2;
}
body#recruit_interview.archive .contents .interview__item--pic--on {
  opacity: 0;
  transform: rotateY(180deg);
}
body#recruit_interview.archive .contents .interview__item--data {
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  display: block;
  width: 85.67%;
  padding: 25px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}
body#recruit_interview.archive .contents .interview__item--group {
  font-weight: 700;
}
body#recruit_interview.archive .contents .interview__item--info {
  font-size: 12px;
  color: #23a09e;
}
body#recruit_interview.single .contents .pagetitle__dec {
  background: url(../images/recruit/interview/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 21.73%;
}
body#recruit_interview.single .contents .pagetitle__textbox {
  position: absolute;
  left: 6.67%;
  top: 22.67%;
  color: #fff;
}
body#recruit_interview.single .contents .pagetitle__textbox .interviewnum {
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
body#recruit_interview.single .contents .pagetitle__textbox .lead {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}
body#recruit_interview.single .contents .pagetitle__textbox .lbl {
  font-size: 15px;
  font-weight: 700;
}
body#recruit_interview.single .contents .background1 {
  background: url(../images/recruit/interview/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/interview/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#recruit_interview.single .contents .interview {
  padding-bottom: 40px;
}
body#recruit_interview.single .contents .interview__wrapper {
  width: 86.67%;
  margin: 0 auto;
}
body#recruit_interview.single .contents .interview__block:not(:last-child) {
  margin-bottom: 60px;
}
body#recruit_interview.single .contents .interview__block--lbl {
  background-color: #23a09e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 30px;
  position: relative;
}
body#recruit_interview.single .contents .interview__block--lbl:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-width: 11px 7px;
  border-style: solid;
  border-color: #23a09e transparent transparent;
  position: absolute;
  left: 10px;
  bottom: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
body#recruit_interview.single .contents .interview__block--txt {
  background-color: rgba(255, 255, 255, 0.95);
  line-height: 2;
  padding: 25px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
body#recruit_interview.single .contents .interview__block--pic {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
body#recruit_interview.single .contents .scheduleBlock {
  position: relative;
  padding: 40px 6.67%;
  overflow: hidden;
}
body#recruit_interview.single .contents .scheduleBlock:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ov_dot.png);
  opacity: .3;
}
body#recruit_interview.single .contents .scheduleBlock__bg_sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
  width: 750px;
  height: 800px;
  overflow: hidden;
  background: #000;
}
body#recruit_interview.single .contents .scheduleBlock__bg_pc {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
  width: 1900px;
  height: 700px;
  overflow: hidden;
  background: #000;
}
body#recruit_interview.single .contents .scheduleBlock__wrapper {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
}
body#recruit_interview.single .contents .scheduleBlock .lbl {
  background: url(../images/recruit/newgraduate/pattern.png) 0 0 repeat;
  padding: 5px;
  position: relative;
  margin-bottom: 19px;
}
body#recruit_interview.single .contents .scheduleBlock .lbl div {
  background-color: #fff;
  padding: 15px 15px 15px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
body#recruit_interview.single .contents .scheduleBlock .lbl div::before {
  content: '';
  width: 25px;
  height: 5px;
  background-color: #23a09e;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
body#recruit_interview.single .contents .scheduleBlock--table dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#recruit_interview.single .contents .scheduleBlock--table dt, body#recruit_interview.single .contents .scheduleBlock--table dd {
  padding: 15px 0;
}
body#recruit_interview.single .contents .scheduleBlock--table dt {
  width: 30%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: 700;
  color: #23a09e;
}
body#recruit_interview.single .contents .scheduleBlock--table dd {
  width: 70%;
  border-bottom: 1px solid #ccc;
}
body#recruit_interview.single .contents .pageing {
  padding: 25px 0;
}
body#recruit_interview.single .contents .pageing .tolist {
  width: 66.67%;
  margin: 0 auto;
}
body#recruit_interview.single .contents .pageing .prev,
body#recruit_interview.single .contents .pageing .next {
  display: none;
}
body#recruit_interview.single .contents .pageing .prev {
  left: calc(50% - 700px);
}
body#recruit_interview.single .contents .pageing .prev i {
  margin-right: 5px;
}
body#recruit_interview.single .contents .pageing .next {
  right: calc(50% - 700px);
}
body#recruit_interview.single .contents .pageing .next i {
  margin-left: 5px;
}

body#newgraduate .contents .pagetitle__dec,
body#career .contents .pagetitle__dec,
body#parttimejob .contents .pagetitle__dec,
body#recruit_requirements .contents .pagetitle__dec {
  background: url(../images/recruit/newgraduate/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 23.97%;
}
body#newgraduate .contents .background1,
body#career .contents .background1,
body#parttimejob .contents .background1,
body#recruit_requirements .contents .background1 {
  background: url(../images/recruit/newgraduate/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/newgraduate/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#newgraduate .contents .lbl,
body#career .contents .lbl,
body#parttimejob .contents .lbl,
body#recruit_requirements .contents .lbl {
  background: url(../images/recruit/newgraduate/pattern.png) 0 0 repeat;
  padding: 5px;
  position: relative;
  margin-bottom: 19px;
}
body#newgraduate .contents .lbl div,
body#career .contents .lbl div,
body#parttimejob .contents .lbl div,
body#recruit_requirements .contents .lbl div {
  background-color: #fff;
  padding: 15px 15px 15px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
body#newgraduate .contents .lbl div::before,
body#career .contents .lbl div::before,
body#parttimejob .contents .lbl div::before,
body#recruit_requirements .contents .lbl div::before {
  content: '';
  width: 25px;
  height: 5px;
  background-color: #23a09e;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
body#newgraduate .contents .transition,
body#career .contents .transition,
body#parttimejob .contents .transition,
body#recruit_requirements .contents .transition {
  width: 86.67%;
  margin: 0 auto 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#newgraduate .contents .transition a,
body#career .contents .transition a,
body#parttimejob .contents .transition a,
body#recruit_requirements .contents .transition a {
  width: 50%;
  background-color: #23a09e;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 8px 0 7px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
}
body#newgraduate .contents .requirements__lbl,
body#career .contents .requirements__lbl,
body#parttimejob .contents .requirements__lbl,
body#recruit_requirements .contents .requirements__lbl {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
body#newgraduate .contents .requirements__lbl:after,
body#career .contents .requirements__lbl:after,
body#parttimejob .contents .requirements__lbl:after,
body#recruit_requirements .contents .requirements__lbl:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 105px;
  height: 3px;
  background-color: #23a09e;
}
body#newgraduate .contents .requirements .stageblock,
body#career .contents .requirements .stageblock,
body#parttimejob .contents .requirements .stageblock,
body#recruit_requirements .contents .requirements .stageblock {
  background-color: #fff;
  width: 86.67%;
  margin: 0 auto;
  padding: 25px 25px 35px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
body#newgraduate .contents .requirements .stageblock.norecruitment,
body#career .contents .requirements .stageblock.norecruitment,
body#parttimejob .contents .requirements .stageblock.norecruitment,
body#recruit_requirements .contents .requirements .stageblock.norecruitment {
  padding: 25px;
  font-size: 15px;
}
body#newgraduate .contents .requirements .stageblock__box,
body#career .contents .requirements .stageblock__box,
body#parttimejob .contents .requirements .stageblock__box,
body#recruit_requirements .contents .requirements .stageblock__box {
  font-size: 15px;
}
body#newgraduate .contents .requirements .stageblock__box strong,
body#career .contents .requirements .stageblock__box strong,
body#parttimejob .contents .requirements .stageblock__box strong,
body#recruit_requirements .contents .requirements .stageblock__box strong {
  color: #23a09e;
  font-size: 16px;
  line-height: 1.75;
}
body#newgraduate .contents .requirements .stageblock dl,
body#career .contents .requirements .stageblock dl,
body#parttimejob .contents .requirements .stageblock dl,
body#recruit_requirements .contents .requirements .stageblock dl {
  border-top: 1px solid #ccc;
}
body#newgraduate .contents .requirements .stageblock dl dt, body#newgraduate .contents .requirements .stageblock dl dd,
body#career .contents .requirements .stageblock dl dt,
body#career .contents .requirements .stageblock dl dd,
body#parttimejob .contents .requirements .stageblock dl dt,
body#parttimejob .contents .requirements .stageblock dl dd,
body#recruit_requirements .contents .requirements .stageblock dl dt,
body#recruit_requirements .contents .requirements .stageblock dl dd {
  border-bottom: 1px solid #ccc;
}
body#newgraduate .contents .requirements .stageblock dl dt,
body#career .contents .requirements .stageblock dl dt,
body#parttimejob .contents .requirements .stageblock dl dt,
body#recruit_requirements .contents .requirements .stageblock dl dt {
  background-color: #f5f5f5;
  font-weight: 700;
  padding: 8px;
}
body#newgraduate .contents .requirements .stageblock dl dd,
body#career .contents .requirements .stageblock dl dd,
body#parttimejob .contents .requirements .stageblock dl dd,
body#recruit_requirements .contents .requirements .stageblock dl dd {
  line-height: 1.43;
  padding: 12px 8px;
}
body#newgraduate .contents .requirements .stageblock dl dd p:last-child,
body#career .contents .requirements .stageblock dl dd p:last-child,
body#parttimejob .contents .requirements .stageblock dl dd p:last-child,
body#recruit_requirements .contents .requirements .stageblock dl dd p:last-child {
  margin-bottom: 0;
}
body#newgraduate .contents .flow,
body#career .contents .flow,
body#parttimejob .contents .flow,
body#recruit_requirements .contents .flow {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 0 75px;
}
body#newgraduate .contents .flow__wrapper,
body#career .contents .flow__wrapper,
body#parttimejob .contents .flow__wrapper,
body#recruit_requirements .contents .flow__wrapper {
  width: 73.33%;
  margin: 0 auto;
}
body#newgraduate .contents .flow__item,
body#career .contents .flow__item,
body#parttimejob .contents .flow__item,
body#recruit_requirements .contents .flow__item {
  background-color: #23a09e;
  color: #fff;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px 20px 14px 14px;
  line-height: 1.37;
  position: relative;
}
body#newgraduate .contents .flow__item:not(:last-of-type),
body#career .contents .flow__item:not(:last-of-type),
body#parttimejob .contents .flow__item:not(:last-of-type),
body#recruit_requirements .contents .flow__item:not(:last-of-type) {
  margin-bottom: 45px;
}
body#newgraduate .contents .flow__item:not(:last-of-type)::after,
body#career .contents .flow__item:not(:last-of-type)::after,
body#parttimejob .contents .flow__item:not(:last-of-type)::after,
body#recruit_requirements .contents .flow__item:not(:last-of-type)::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
  border-width: 16px 9px;
  border-color: #23a09e transparent transparent;
  border-style: solid;
}
body#newgraduate .contents .flow__item .label,
body#career .contents .flow__item .label,
body#parttimejob .contents .flow__item .label,
body#recruit_requirements .contents .flow__item .label {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-right: 18px;
}
body#newgraduate .contents .flow__item .label .num,
body#career .contents .flow__item .label .num,
body#parttimejob .contents .flow__item .label .num,
body#recruit_requirements .contents .flow__item .label .num {
  font-size: 26px;
}

body#faq .contents {
  padding-bottom: 60px;
}
body#faq .contents .pagetitle__dec {
  background: url(../images/recruit/faq/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 17.1%;
}
body#faq .contents .background1 {
  background: url(../images/recruit/faq/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/faq/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#faq .contents .faq__section:not(:last-child) {
  margin-bottom: 40px;
}
body#faq .contents .faq__lbl {
  font-size: 22.4px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 12px;
}
body#faq .contents .faq__lbl::after {
  content: '';
  width: 105px;
  height: 4px;
  display: block;
  background: #3cacac;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -52px;
}
body#faq .contents .faq__block {
  margin-left: 6.67%;
  margin-right: 6.67%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
body#faq .contents .faq__box--q, body#faq .contents .faq__box--a {
  padding: 18px 0;
  padding-left: 65px;
  position: relative;
}
body#faq .contents .faq__box--q::before, body#faq .contents .faq__box--a::before {
  content: '';
  width: 37.5px;
  height: 37.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 12px;
  left: 15px;
  background-color: #000;
  font-size: 22.5px;
  color: #fff;
  border-radius: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
body#faq .contents .faq__box--q {
  background-color: #fff;
  padding-right: 72px;
  font-size: 15px;
  font-weight: 700;
  min-height: 4em;
}
body#faq .contents .faq__box--q::before {
  content: 'Q';
}
body#faq .contents .faq__box--q::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/recruit/faq/pote_sp.png) center/20px 20px no-repeat;
  position: absolute;
  right: 29px;
  opacity: .8;
  top: 30px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#faq .contents .faq__box--a {
  display: none;
  background-color: #f5f5f5;
  padding-right: 20px;
}
body#faq .contents .faq__box--a::before {
  content: 'A';
  background-color: #23a09e;
}
body#faq .contents .faq__box--a a {
  color: #23a09e;
  text-decoration: underline;
}
body#faq .contents .faq__box:not(:first-child) {
  border-top: 1px solid #ccc;
}
body#faq .contents .faq__box.is-active .faq__box--q::after {
  height: 2px;
}
body#faq .contents .contact {
  background: url(../images/recruit/bg_contact_sp.jpg) center/cover no-repeat;
  padding: 81px 9.87%;
}

body#message .contents .pagetitle__dec {
  background: url(../images/recruit/message/pagetitle_dec_sp.png) center bottom/100% auto no-repeat;
}
body#message .contents .background1 {
  background: url(../images/recruit/message/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/message/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#message .contents .background2 {
  background: url(../images/recruit/message/bg2_sp.png) left top/100% auto no-repeat, url(../images/recruit/message/bg2_loop_sp.png) left top/100% auto repeat-y;
}
body#message .contents .message1 {
  padding-top: 40px;
  padding-bottom: 60px;
}
body#message .contents .message1__wrapper {
  width: 86.67%;
  margin: 0 auto;
  position: relative;
}
body#message .contents .message1__box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 25px 30px;
}
body#message .contents .message1__box .lbl {
  font-size: 24px;
  font-weight: 700;
  color: #23a09e;
  line-height: 1.5;
  margin-bottom: 15px;
}
body#message .contents .message1__box p {
  line-height: 2;
  margin-bottom: 0;
}
body#message .contents .message2 {
  padding-top: 40px;
  padding-bottom: 60px;
}
body#message .contents .message2__wrapper {
  width: 86.67%;
  margin: 0 auto;
}
body#message .contents .message2__block {
  margin-bottom: 30px;
}
body#message .contents .message2 .lbl {
  font-size: 24px;
  font-weight: 700;
  color: #23a09e;
  line-height: 1.5;
  margin-bottom: 15px;
}
body#message .contents .message2 p {
  line-height: 2;
}
body#message .contents .big {
  font-size: 16px;
}

body#inquiry .contents .pagetitle__dec,
body#inquiry_confirm .contents .pagetitle__dec,
body#inquiry_complete .contents .pagetitle__dec {
  background: url(../images/recruit/inquiry/pagetitle_dec_sp.png) center top/100% auto no-repeat;
  padding-bottom: 15.6%;
}
body#inquiry .contents .background1,
body#inquiry_confirm .contents .background1,
body#inquiry_complete .contents .background1 {
  background: url(../images/recruit/inquiry/bg_sp.png) left top/100% auto no-repeat, url(../images/recruit/inquiry/bg_loop_sp.png) left top/100% auto repeat-y;
  padding: 25px 0 90px;
}
body#inquiry .contents .step,
body#inquiry_confirm .contents .step,
body#inquiry_complete .contents .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 86.67%;
  margin: 0 auto 23px;
}
body#inquiry .contents .step::before,
body#inquiry_confirm .contents .step::before,
body#inquiry_complete .contents .step::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
body#inquiry .contents .step > *,
body#inquiry_confirm .contents .step > *,
body#inquiry_complete .contents .step > * {
  background: #dddddd;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body#inquiry .contents .step .is-current,
body#inquiry_confirm .contents .step .is-current,
body#inquiry_complete .contents .step .is-current {
  background: #23a09e;
}
body#inquiry .contents .formarea,
body#inquiry_confirm .contents .formarea,
body#inquiry_complete .contents .formarea {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px 23px;
  width: 86.67%;
  margin: 0 auto;
}
body#inquiry .contents .formarea dt,
body#inquiry_confirm .contents .formarea dt,
body#inquiry_complete .contents .formarea dt {
  position: relative;
  padding-left: 52px;
  margin-bottom: 5px;
  font-weight: 700;
}
body#inquiry .contents .formarea dt::before,
body#inquiry_confirm .contents .formarea dt::before,
body#inquiry_complete .contents .formarea dt::before {
  content: '任意';
  background: #999;
  color: #fff;
  width: 37px;
  text-align: center;
  font-size: 10.4px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
body#inquiry .contents .formarea dt.required::before,
body#inquiry_confirm .contents .formarea dt.required::before,
body#inquiry_complete .contents .formarea dt.required::before {
  content: '必須';
  background: #de0028;
}
body#inquiry .contents .formarea dd,
body#inquiry_confirm .contents .formarea dd,
body#inquiry_complete .contents .formarea dd {
  margin-bottom: 15px;
}
body#inquiry .contents .formarea dd .mwform-radio-field input,
body#inquiry_confirm .contents .formarea dd .mwform-radio-field input,
body#inquiry_complete .contents .formarea dd .mwform-radio-field input {
  display: none;
}
body#inquiry .contents .formarea dd .mwform-radio-field .mwform-radio-field-text,
body#inquiry_confirm .contents .formarea dd .mwform-radio-field .mwform-radio-field-text,
body#inquiry_complete .contents .formarea dd .mwform-radio-field .mwform-radio-field-text {
  position: relative;
}
body#inquiry .contents .formarea dd .mwform-radio-field .mwform-radio-field-text::before,
body#inquiry_confirm .contents .formarea dd .mwform-radio-field .mwform-radio-field-text::before,
body#inquiry_complete .contents .formarea dd .mwform-radio-field .mwform-radio-field-text::before {
  content: '';
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
body#inquiry .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after,
body#inquiry_confirm .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after,
body#inquiry_complete .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #23a09e;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
}
body#inquiry .contents .formarea dd.kubun .mwform-radio-field,
body#inquiry_confirm .contents .formarea dd.kubun .mwform-radio-field,
body#inquiry_complete .contents .formarea dd.kubun .mwform-radio-field {
  display: inline-block;
  margin-left: 0;
}
body#inquiry .contents .formarea dd.kubun .mwform-radio-field:first-child,
body#inquiry_confirm .contents .formarea dd.kubun .mwform-radio-field:first-child,
body#inquiry_complete .contents .formarea dd.kubun .mwform-radio-field:first-child {
  margin-right: 120px;
}
body#inquiry .contents .formarea dd input[type=text],
body#inquiry .contents .formarea dd textarea,
body#inquiry_confirm .contents .formarea dd input[type=text],
body#inquiry_confirm .contents .formarea dd textarea,
body#inquiry_complete .contents .formarea dd input[type=text],
body#inquiry_complete .contents .formarea dd textarea {
  font-size: 16px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  outline: none;
  padding: 10px;
}
body#inquiry .contents .formarea dd input[type=text]:-ms-input-placeholder,
body#inquiry .contents .formarea dd textarea:-ms-input-placeholder,
body#inquiry_confirm .contents .formarea dd input[type=text]:-ms-input-placeholder,
body#inquiry_confirm .contents .formarea dd textarea:-ms-input-placeholder,
body#inquiry_complete .contents .formarea dd input[type=text]:-ms-input-placeholder,
body#inquiry_complete .contents .formarea dd textarea:-ms-input-placeholder {
  color: #999;
}
body#inquiry .contents .formarea dd input[type=text]::placeholder,
body#inquiry .contents .formarea dd textarea::placeholder,
body#inquiry_confirm .contents .formarea dd input[type=text]::placeholder,
body#inquiry_confirm .contents .formarea dd textarea::placeholder,
body#inquiry_complete .contents .formarea dd input[type=text]::placeholder,
body#inquiry_complete .contents .formarea dd textarea::placeholder {
  color: #999;
}
body#inquiry .contents .formarea dd select,
body#inquiry_confirm .contents .formarea dd select,
body#inquiry_complete .contents .formarea dd select {
  background-color: #f5f5f5;
  border: none;
  outline: none;
  padding: 10px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 16px;
}
body#inquiry .contents .formarea dd.nengappi,
body#inquiry_confirm .contents .formarea dd.nengappi,
body#inquiry_complete .contents .formarea dd.nengappi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#inquiry .contents .formarea dd.nengappi p,
body#inquiry_confirm .contents .formarea dd.nengappi p,
body#inquiry_complete .contents .formarea dd.nengappi p {
  width: 100%;
}
body#inquiry .contents .formarea dd .select,
body#inquiry_confirm .contents .formarea dd .select,
body#inquiry_complete .contents .formarea dd .select {
  margin-right: 10px;
  position: relative;
  white-space: nowrap;
}
body#inquiry .contents .formarea dd .select:nth-of-type(1) select,
body#inquiry_confirm .contents .formarea dd .select:nth-of-type(1) select,
body#inquiry_complete .contents .formarea dd .select:nth-of-type(1) select {
  width: 75px;
}
body#inquiry .contents .formarea dd .select:nth-of-type(2) select,
body#inquiry_confirm .contents .formarea dd .select:nth-of-type(2) select,
body#inquiry_complete .contents .formarea dd .select:nth-of-type(2) select {
  width: 50px;
}
body#inquiry .contents .formarea dd .select:nth-of-type(3) select,
body#inquiry_confirm .contents .formarea dd .select:nth-of-type(3) select,
body#inquiry_complete .contents .formarea dd .select:nth-of-type(3) select {
  width: 50px;
}
body#inquiry .contents .formarea dd .select::after,
body#inquiry_confirm .contents .formarea dd .select::after,
body#inquiry_complete .contents .formarea dd .select::after {
  content: '▼';
  font-size: 10px;
  position: absolute;
  right: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body#inquiry .contents .formarea dd.add input:first-child,
body#inquiry_confirm .contents .formarea dd.add input:first-child,
body#inquiry_complete .contents .formarea dd.add input:first-child {
  width: 50%;
  margin-left: 10px;
}
body#inquiry .contents .formarea dd.add input:not(:last-child),
body#inquiry_confirm .contents .formarea dd.add input:not(:last-child),
body#inquiry_complete .contents .formarea dd.add input:not(:last-child) {
  margin-bottom: 5px;
}
body#inquiry .contents .formarea .pp,
body#inquiry_confirm .contents .formarea .pp,
body#inquiry_complete .contents .formarea .pp {
  margin-bottom: 25px;
}
body#inquiry .contents .formarea .pp .horizontal-item,
body#inquiry_confirm .contents .formarea .pp .horizontal-item,
body#inquiry_complete .contents .formarea .pp .horizontal-item {
  display: block;
  margin-left: 0;
  text-align: center;
}
body#inquiry .contents .formarea .pp .mwform-checkbox-field label input,
body#inquiry_confirm .contents .formarea .pp .mwform-checkbox-field label input,
body#inquiry_complete .contents .formarea .pp .mwform-checkbox-field label input {
  display: none;
}
body#inquiry .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text,
body#inquiry_confirm .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text,
body#inquiry_complete .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
}
body#inquiry .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text::before,
body#inquiry_confirm .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text::before,
body#inquiry_complete .contents .formarea .pp .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
body#inquiry .contents .formarea .pp .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after,
body#inquiry_confirm .contents .formarea .pp .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after,
body#inquiry_complete .contents .formarea .pp .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  content: '';
  width: 10px;
  height: 16px;
  border: 3px solid #23a09e;
  box-sizing: border-box;
  border-width: 0 3px 3px 0;
  display: block;
  position: absolute;
  left: 5px;
  top: 2px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
body#inquiry .contents .formarea .btnarea,
body#inquiry_confirm .contents .formarea .btnarea,
body#inquiry_complete .contents .formarea .btnarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body#inquiry .contents .formarea .btnarea .btn,
body#inquiry_confirm .contents .formarea .btnarea .btn,
body#inquiry_complete .contents .formarea .btnarea .btn {
  width: 90.91%;
  margin: 0 auto;
}
body#inquiry .contents .formarea .mw_wp_form_confirm dt,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm dt {
  position: relative;
  padding-left: 52px;
  margin-bottom: 5px;
}
body#inquiry .contents .formarea .mw_wp_form_confirm dt::before,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt::before,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm dt::before {
  content: none;
  background: #999;
  color: #fff;
  width: 37px;
  text-align: center;
  font-size: 10.4px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
body#inquiry .contents .formarea .mw_wp_form_confirm dt.required::before,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt.required::before,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm dt.required::before {
  content: none;
  background: #de0028;
}
body#inquiry .contents .formarea .mw_wp_form_confirm .pp,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm .pp,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm .pp {
  display: none;
}
body#inquiry .contents .formarea .mw_wp_form_confirm .btnarea,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm .btnarea,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm .btnarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body#inquiry .contents .formarea .mw_wp_form_confirm .btnarea .btn,
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm .btnarea .btn,
body#inquiry_complete .contents .formarea .mw_wp_form_confirm .btnarea .btn {
  width: 47.27%;
}
body#inquiry .contents .complete,
body#inquiry_confirm .contents .complete,
body#inquiry_complete .contents .complete {
  margin-bottom: 30px;
  line-height: 2;
  padding-left: 20px;
  padding-right: 20px;
}
body#inquiry .contents .complete .lbl,
body#inquiry_confirm .contents .complete .lbl,
body#inquiry_complete .contents .complete .lbl {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
body#inquiry .contents .complete .complete__text,
body#inquiry_confirm .contents .complete .complete__text,
body#inquiry_complete .contents .complete .complete__text {
  margin-bottom: 30px;
}
body#inquiry .contents .toHome,
body#inquiry_confirm .contents .toHome,
body#inquiry_complete .contents .toHome {
  width: 66.67%;
  margin: 0 auto 50px;
}

body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt {
  padding-left: 0;
}
body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dd .select::after {
  content: none;
}

body#contact .contents .lead {
  padding: 25px;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
body#contact .contents .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 86.67%;
  margin: 0 auto 23px;
}
body#contact .contents .step::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
body#contact .contents .step > * {
  background: #dddddd;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body#contact .contents .step .is-current {
  background: #23a09e;
}
body#contact .contents .formarea {
  background: rgba(255, 255, 255, 0.95);
  padding-bottom: 60px;
  width: 85.71%;
  margin: 0 auto;
}
body#contact .contents .formarea dt {
  position: relative;
  margin-bottom: 5px;
}
body#contact .contents .formarea dt.required::after {
  content: '必須';
  background: #de0028;
  color: #fff;
  text-align: center;
  font-size: 10.4px;
  display: inline-block;
  position: absolute;
  padding-left: .7em;
  padding-right: .7em;
  right: 0;
  top: 3px;
}
body#contact .contents .formarea dd {
  margin-bottom: 15px;
}
body#contact .contents .formarea dd input[type=text],
body#contact .contents .formarea dd textarea {
  font-size: 16px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  outline: none;
  padding: 10px;
}
body#contact .contents .formarea dd input[type=text]:-ms-input-placeholder,
body#contact .contents .formarea dd textarea:-ms-input-placeholder {
  color: #999;
}
body#contact .contents .formarea dd input[type=text]::placeholder,
body#contact .contents .formarea dd textarea::placeholder {
  color: #999;
}
body#contact .contents .formarea dd input[type=text][name=zip] {
  width: 80%;
  margin-left: 10px;
}
body#contact .contents .formarea dd input[type=text] + input[type=text] {
  margin-top: 5px;
}
body#contact .contents .formarea dd .mwform-checkbox-field {
  display: block;
  margin-left: 0;
  white-space: nowrap;
}
body#contact .contents .formarea .mwform-checkbox-field label input {
  display: none;
}
body#contact .contents .formarea .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
}
body#contact .contents .formarea .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
body#contact .contents .formarea .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  content: '';
  width: 10px;
  height: 16px;
  border: 3px solid #23a09e;
  box-sizing: border-box;
  border-width: 0 3px 3px 0;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
body#contact .contents .formarea .pp {
  margin-bottom: 25px;
  text-align: center;
}
body#contact .contents .formarea .pp .horizontal-item {
  display: block;
  margin-left: 0;
}
body#contact .contents .formarea .pp .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  top: 2px;
}
body#contact .contents .formarea .btnarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body#contact .contents .formarea .btnarea .btn {
  width: 90.91%;
  margin: 0 auto;
}

body#contact.page-template-page-contact-en .contents .formarea dt.required::after {
  content: 'Mandatory';
}

body#contact.page-template-page-contact-cn .contents .formarea dt.required::after {
  content: '必须';
}

body#contact.page-template-page-contact-tw .contents .formarea dt.required::after {
  content: '必須';
}

body#confirm .contents .lead {
  padding: 25px;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
body#confirm .contents .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 86.67%;
  margin: 0 auto 23px;
}
body#confirm .contents .step::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
body#confirm .contents .step > * {
  background: #dddddd;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body#confirm .contents .step .is-current {
  background: #23a09e;
}
body#confirm .contents .formarea {
  background: rgba(255, 255, 255, 0.95);
  padding-bottom: 60px;
  width: 85.71%;
  margin: 0 auto;
}
body#confirm .contents .formarea dt {
  position: relative;
  margin-bottom: 5px;
}
body#confirm .contents .formarea dd {
  margin-bottom: 15px;
}
body#confirm .contents .formarea dd input[type=text],
body#confirm .contents .formarea dd textarea {
  font-size: 16px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  outline: none;
  padding: 10px;
}
body#confirm .contents .formarea dd input[type=text]:-ms-input-placeholder,
body#confirm .contents .formarea dd textarea:-ms-input-placeholder {
  color: #999;
}
body#confirm .contents .formarea dd input[type=text]::placeholder,
body#confirm .contents .formarea dd textarea::placeholder {
  color: #999;
}
body#confirm .contents .formarea dd input[type=text][name=zip] {
  width: 80%;
  margin-left: 10px;
}
body#confirm .contents .formarea dd input[type=text] + input[type=text] {
  margin-top: 5px;
}
body#confirm .contents .formarea dd .mwform-checkbox-field {
  display: inline-block;
  margin-left: 0;
}
body#confirm .contents .formarea dd .mwform-checkbox-field:nth-of-type(even) {
  margin-left: 1em;
}
body#confirm .contents .formarea .pp {
  display: none;
  margin-bottom: 25px;
}
body#confirm .contents .formarea .pp .horizontal-item {
  display: block;
  margin-left: 0;
  text-align: center;
}
body#confirm .contents .formarea .btnarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body#confirm .contents .formarea .btnarea .btn {
  width: 90.91%;
  margin: 0 auto;
}
body#confirm .contents .formarea .mw_wp_form_confirm .btnarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body#confirm .contents .formarea .mw_wp_form_confirm .btnarea .btn {
  width: 47.27%;
}

body#complete .contents .shadowbox__content {
  padding-top: 25px;
}
body#complete .contents .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 86.67%;
  margin: 0 auto 23px;
}
body#complete .contents .step::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
body#complete .contents .step > * {
  background: #dddddd;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
body#complete .contents .step .is-current {
  background: #23a09e;
}
body#complete .contents .formarea {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px 23px;
  width: 86.67%;
  margin: 0 auto;
}
body#complete .contents .complete {
  width: 85.71%;
  margin: 0 auto 30px;
  line-height: 2;
}
body#complete .contents .complete .lbl {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
body#complete .contents .complete .complete__text {
  margin-bottom: 30px;
}
body#complete .contents .toHome {
  width: 66.67%;
  margin: 0 auto 50px;
}

body#sitemap .contents .shadowbox__content {
  padding: 30px 25px;
}
body#sitemap .contents .shadowbox__content > ul > li {
  margin-bottom: 30px;
}
body#sitemap .contents .shadowbox__content > ul > li > a {
  color: #23a09e;
  border: 1px solid #23a09e;
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
}
body#sitemap .contents .shadowbox__content > ul > li ul {
  padding: 10px;
}
body#sitemap .contents .shadowbox__content > ul > li ul a {
  line-height: 2.71;
}
body#sitemap .contents .shadowbox__content > ul > li ul i {
  color: #23a09e;
  margin-right: 5px;
}
body#sitemap .contents .shadowbox__content .products__list .categoryname {
  font-size: 14px;
}
body#sitemap .contents .shadowbox__content .products__list .categoryname i {
  font-size: 19px;
}
body#sitemap .contents .shadowbox__content .products__list > li {
  padding: 0 10px;
}
body#sitemap .contents .shadowbox__content .products__list > li ul {
  padding: 0 10px 10px;
}
body#sitemap .contents .shadowbox__content .products__list > li a {
  font-size: 12px;
  line-height: 2.33;
}
body#sitemap .contents .shadowbox__content .products__list > li a i {
  font-size: 15px;
}

body#privacypolicy .contents .shadowbox__content {
  padding: 30px 25px;
}
body#privacypolicy .contents ul.greendot {
  margin-left: 14px;
  margin-bottom: 2em;
}
body#privacypolicy .contents ul.greendot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
body#privacypolicy .contents ul.greendot li::before {
  content: '・ ';
  color: #23a09e;
  position: absolute;
  left: 3px;
}
body#privacypolicy .contents .indent15 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    font-size: 14px;
    line-height: 2;
  }
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    font-size: 14px;
  }
  #stage {
    width: auto;
    min-width: 1200px;
  }
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  a,
  .btn {
    transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    /* ie */
  }
  a img,
  .btn img {
    transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
  }
  a:hover,
  .btn:hover {
    opacity: .7;
    cursor: pointer;
  }
  a.notrans img,
  .btn.notrans img {
    transition: none;
  }
  .header {
    position: static;
  }
  .header .logo img {
    height: 120px;
  }
  .header .logo a:hover {
    opacity: 1;
  }
  .nav--gnav {
    margin-left: auto;
    margin-right: 200px;
    margin-top: 60px;
  }
  .nav__list {
    display: -ms-flexbox;
    display: flex;
  }
  .nav__item {
    background: none;
  }
  .nav__item > a {
    position: relative;
  }
  .nav__item > a::after {
    content: '';
    height: 0px;
    background-color: #23a09e;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    transition: all .25s ease-in;
  }
  .nav__item.is-current a, .nav__item:hover a {
    opacity: 1;
  }
  .nav__item.is-current a::after, .nav__item:hover a::after {
    height: 5px;
  }
  .nav__item.is-current > a, .nav__item:hover > a {
    color: #23a09e;
  }
  .nav__item:hover .nav__item__box {
    height: 80px;
  }
  .nav__item a, .nav__item.search {
    color: #222;
    padding: 0;
  }
  .nav__item > a {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 60px;
    padding: 0 25px;
  }
  .nav__item__box {
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    background: rgba(35, 160, 158, 0.9);
    text-align: center;
    overflow: hidden;
    transition: all .25s ease-in;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }
  .nav__item__box a {
    background: none;
    display: inline-block;
    color: #fff;
    padding: 32px 12px;
    line-height: 1;
  }
  .nav__item__box a:hover {
    opacity: .7;
  }
  .nav__item__box a.menuindex {
    display: none;
  }
  .nav__item:nth-of-type(2) .nav__item__box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav__item:nth-of-type(4) .nav__item__box {
    text-align: right;
    padding-right: 14%;
  }
  .nav__item:nth-of-type(5) .nav__item__box {
    text-align: right;
  }
  .nav__item.contact {
    display: none;
  }
  .nav__item.global {
    display: none;
  }
  .nav__item.search {
    display: none;
  }
  .headnav.pc {
    position: absolute;
    top: 14px;
    right: 225px;
    display: -ms-flexbox;
    display: flex;
  }
  .paginate .page-numbers {
    font-size: 18px;
    width: 50px;
    line-height: 50px;
  }
  .paginate {
    padding-top: 50px;
  }
  .paginate a:hover {
    opacity: 1;
    background: #23a09e;
    color: #fff;
  }
  .shadowbox {
    margin-top: -80px;
    width: 1200px;
  }
  .shadowbox::before {
    top: -4px;
    left: 4px;
    right: 4px;
    background-size: auto 226px;
  }
  .shadowbox__content {
    min-height: 220px;
  }
  .shadowbox__content > * {
    position: relative;
  }
  .shadowbox__content::before, .shadowbox__content::after {
    width: 8px;
    height: 226px;
    top: -4px;
  }
  .shadowbox__content::before {
    left: -4px;
  }
  .shadowbox__content::after {
    right: -4px;
  }
  .column {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .column__main {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 120px;
  }
  .column__main.shadowbox {
    width: 900px;
    margin-left: 0;
    margin-right: 0;
  }
  .column__sub {
    -ms-flex-order: 1;
        order: 1;
    width: 250px;
    margin: -80px 0 0;
  }
  body#products .menu__nav .categoryname,
  body#products_en .menu__nav .categoryname,
  body#products_cn .menu__nav .categoryname,
  body#products_tw .menu__nav .categoryname {
    transition: all .25s ease-out;
  }
  body#products .menu__nav .categoryname:hover,
  body#products_en .menu__nav .categoryname:hover,
  body#products_cn .menu__nav .categoryname:hover,
  body#products_tw .menu__nav .categoryname:hover {
    background-color: #e9f5f5;
    color: #23a09e;
    cursor: pointer;
  }
  body#products .menu__nav .postlist a:hover,
  body#products_en .menu__nav .postlist a:hover,
  body#products_cn .menu__nav .postlist a:hover,
  body#products_tw .menu__nav .postlist a:hover {
    background-color: #e9f5f5;
    color: #23a09e;
  }
  body:not(#products):not(#products_en):not(#products_cn):not(#products_tw) .menu__nav a:hover {
    opacity: 1;
    background-color: rgba(35, 160, 158, 0.1);
    color: #23a09e;
  }
  .bnr {
    width: 1200px;
    margin: 0 auto 50px;
    padding: 0 25px;
  }
  .bnr.under .bnr__item {
    width: 280px;
  }
  .bnr.under .bnr__item img {
    height: 100px;
  }
  .bnr.under .bnr__item:not(:last-of-type) {
    margin-right: 10px;
  }
  .bnr .swiper-button-prev {
    left: 0;
  }
  .bnr .swiper-button-next {
    right: 0;
  }
  .footer__logo {
    width: 75px;
    margin-bottom: 52px;
  }
  .footer__btm {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .nav--footer {
    -ms-flex-order: 2;
        order: 2;
    margin-left: auto;
    padding-right: 18px;
  }
  .footer .nav--footer a {
    font-size: 15px;
    line-height: 60px;
  }
  .footer .copyright {
    border: none;
    padding-left: 18px;
    font-size: 15px;
    line-height: 60px;
  }
  .totop a:hover {
    opacity: 1;
  }
  .totop a:hover img {
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
  }
  .totop img {
    transition: all .25s ease-in;
  }
  a.btn,
  input[type="submit"].btn,
  button.btn {
    font-size: 16px;
    line-height: 60px;
  }
  a.btn:hover,
  input[type="submit"].btn:hover,
  button.btn:hover {
    background: #18908e;
    opacity: 1;
  }
  a.btn.white:hover,
  input[type="submit"].btn.white:hover,
  button.btn.white:hover {
    background: #23a09e;
    color: #fff;
  }
  a.btn.back:hover,
  input[type="submit"].btn.back:hover,
  button.btn.back:hover {
    background: #999;
  }
  a.btn.rivers:hover,
  input[type="submit"].btn.rivers:hover,
  button.btn.rivers:hover {
    background-color: #23a09e;
    color: #fff;
  }
  .pagetitle.nomv {
    padding-bottom: 250px;
  }
  .pagetitle__pic {
    height: 300px;
  }
  .pagetitle__pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
  .pagetitle__lbl {
    top: calc(50% - 40px);
  }
  .pagetitle__lbl__en {
    font-size: 45px;
  }
  .pagetitle__lbl__ja {
    font-size: 15px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw) .sectionheader {
    font-size: 30px;
    padding: 17px 15px 17px 45px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw) .sectionheader::before {
    width: 5px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw)#overview .sectionheader {
    margin-bottom: 20px;
  }
  body#home .headline,
  body#en .headline,
  body#cn .headline,
  body#tw .headline {
    margin-bottom: 50px;
  }
  body#home .headline__en,
  body#en .headline__en,
  body#cn .headline__en,
  body#tw .headline__en {
    font-size: 42px;
    margin-bottom: 21px;
  }
  body#home .headline__ja,
  body#en .headline__ja,
  body#cn .headline__ja,
  body#tw .headline__ja {
    font-size: 15px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw) .headline {
    font-size: 28px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw) .headline::before, body:not(#home):not(#en):not(#cn):not(#tw) .headline::after {
    height: 5px;
  }
  body:not(#home):not(#en):not(#cn):not(#tw) .headline::after {
    width: 200px;
  }
  .tablelayout th, .tablelayout td {
    padding: 15px 15px;
    vertical-align: top;
  }
  .tablelayout th {
    width: 150px;
  }
  a.scale {
    display: block;
    overflow: hidden;
  }
  a.scale img {
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  a.scale:hover img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  a.opacity {
    display: block;
  }
  a.opacity:hover {
    opacity: .5;
  }
  a.border {
    position: relative;
    display: block;
  }
  a.border:after {
    content: '';
    position: absolute;
    z-index: 2;
    border: 0 solid rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  a.border:hover:after {
    border-width: 10px;
  }
  a.bg {
    display: block;
  }
  a.bg:hover {
    background-color: #f5efe2;
  }
  body.error404 .outline .btn--link {
    width: 350px;
    margin: 0 auto;
  }
  body#search .contents .shadowbox__content {
    padding: 50px;
  }
  body#search .contents .searchresults {
    width: 1100px;
    margin: 0 auto;
  }
  body#home .mv,
  body#en .mv,
  body#cn .mv,
  body#tw .mv {
    height: 800px;
    padding-bottom: 0;
  }
  body#home .mv #bg-video,
  body#en .mv #bg-video,
  body#cn .mv #bg-video,
  body#tw .mv #bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
  body#home .mv__text,
  body#en .mv__text,
  body#cn .mv__text,
  body#tw .mv__text {
    font-size: 62px;
    line-height: 1.26;
    max-width: 1580px;
    width: 83.16%;
    margin: 0 auto;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  body#home .products .shadowbox__content,
  body#en .products .shadowbox__content,
  body#cn .products .shadowbox__content,
  body#tw .products .shadowbox__content {
    padding: 56px 0 55px;
  }
  body#home .products,
  body#en .products,
  body#cn .products,
  body#tw .products {
    max-width: 1708px;
    min-width: 1208px;
    width: calc(100% - 50px);
    margin: -85px -4px 0;
  }
  body#home .products__box,
  body#en .products__box,
  body#cn .products__box,
  body#tw .products__box {
    max-width: 1500px;
    min-width: 1100px;
    width: calc(100% - 208px);
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  body#home .products__item,
  body#en .products__item,
  body#cn .products__item,
  body#tw .products__item {
    width: 32%;
    margin-bottom: 25px;
  }
  body#home .products__item:not(:nth-of-type(3n+1)),
  body#en .products__item:not(:nth-of-type(3n+1)),
  body#cn .products__item:not(:nth-of-type(3n+1)),
  body#tw .products__item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  body#home .products__item img,
  body#en .products__item img,
  body#cn .products__item img,
  body#tw .products__item img {
    -ms-transform: scale(1.02);
        transform: scale(1.02);
  }
  body#home .products__item:hover,
  body#en .products__item:hover,
  body#cn .products__item:hover,
  body#tw .products__item:hover {
    opacity: 1;
  }
  body#home .products__item:hover img,
  body#en .products__item:hover img,
  body#cn .products__item:hover img,
  body#tw .products__item:hover img {
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: .7;
  }
  body#home .products__item figure,
  body#en .products__item figure,
  body#cn .products__item figure,
  body#tw .products__item figure {
    border-radius: 5px 5px 5px 0;
    background-color: #23a09e;
  }
  body#home .products__item figcaption,
  body#en .products__item figcaption,
  body#cn .products__item figcaption,
  body#tw .products__item figcaption {
    font-size: 16px;
    padding: 13px 20px 10px 0;
  }
  body#home .news,
  body#en .news,
  body#cn .news,
  body#tw .news {
    background: none;
    position: relative;
    padding: 90px 50px 100px calc(50% - 600px);
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  body#home .news__bg,
  body#en .news__bg,
  body#cn .news__bg,
  body#tw .news__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/home/bg_news.jpg) top right/cover no-repeat;
  }
  body#home .news__header,
  body#en .news__header,
  body#cn .news__header,
  body#tw .news__header {
    width: 300px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body#home .news__header .headline,
  body#en .news__header .headline,
  body#cn .news__header .headline,
  body#tw .news__header .headline {
    width: 230px;
  }
  body#home .news__header .btnlist,
  body#en .news__header .btnlist,
  body#cn .news__header .btnlist,
  body#tw .news__header .btnlist {
    width: 230px;
    margin: 0;
  }
  body#home .news__content,
  body#en .news__content,
  body#cn .news__content,
  body#tw .news__content {
    position: relative;
    width: calc(100% - 300px);
    max-width: 1150px;
  }
  body#home .news__tab a,
  body#en .news__tab a,
  body#cn .news__tab a,
  body#tw .news__tab a {
    font-size: 16px;
    height: 60px;
  }
  body#home .news__tab a:hover,
  body#en .news__tab a:hover,
  body#cn .news__tab a:hover,
  body#tw .news__tab a:hover {
    opacity: 1;
    background-color: #18908e;
  }
  body#home .news__tab a.active:hover,
  body#en .news__tab a.active:hover,
  body#cn .news__tab a.active:hover,
  body#tw .news__tab a.active:hover {
    opacity: 1;
    background-color: #e8f4f4;
  }
  body#home .news__block,
  body#en .news__block,
  body#cn .news__block,
  body#tw .news__block {
    margin-bottom: 0;
    padding: 0 50px;
  }
  body#home .news__item,
  body#en .news__item,
  body#cn .news__item,
  body#tw .news__item {
    padding: 15px 0;
  }
  body#home .news__item:hover,
  body#en .news__item:hover,
  body#cn .news__item:hover,
  body#tw .news__item:hover {
    opacity: 1;
  }
  body#home .news__item:hover .news__item__lbl,
  body#en .news__item:hover .news__item__lbl,
  body#cn .news__item:hover .news__item__lbl,
  body#tw .news__item:hover .news__item__lbl {
    color: #23a09e;
  }
  body#home .news__item__time,
  body#en .news__item__time,
  body#cn .news__item__time,
  body#tw .news__item__time {
    font-size: 15px;
    width: 105px;
  }
  body#home .news__item__cat,
  body#en .news__item__cat,
  body#cn .news__item__cat,
  body#tw .news__item__cat {
    font-size: 13px;
    width: 72px;
    margin-right: 30px;
  }
  body#home .news__item__lbl,
  body#en .news__item__lbl,
  body#cn .news__item__lbl,
  body#tw .news__item__lbl {
    display: inline-block;
  }
  body#home .company,
  body#en .company,
  body#cn .company,
  body#tw .company {
    background: url(../images/home/bg_company.jpg) center top/cover no-repeat;
    padding: 50px calc(50% - 750px) 60px;
    margin-bottom: 80px;
  }
  body#home .company::after,
  body#en .company::after,
  body#cn .company::after,
  body#tw .company::after {
    background: url(../images/home/img_company_logo_sp.png) 0 0 no-repeat;
    width: 503px;
    height: 474px;
    padding-top: 0;
    top: -71px;
    right: 50%;
    margin-right: -950px;
  }
  body#home .company .headline,
  body#en .company .headline,
  body#cn .company .headline,
  body#tw .company .headline {
    margin-bottom: 0;
  }
  body#home .company__box,
  body#en .company__box,
  body#cn .company__box,
  body#tw .company__box {
    background-color: rgba(255, 255, 255, 0.65);
    width: 470px;
    padding: 40px 50px;
    margin-left: auto;
    margin-right: 0;
  }
  body#home .company__lbl,
  body#en .company__lbl,
  body#cn .company__lbl,
  body#tw .company__lbl {
    font-size: 34px;
    line-height: 1.35;
    margin-bottom: 15px;
  }
  body#home .company__txt,
  body#en .company__txt,
  body#cn .company__txt,
  body#tw .company__txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  body#home .company .btnlist,
  body#en .company .btnlist,
  body#cn .company .btnlist,
  body#tw .company .btnlist {
    width: 360px;
  }
  body#home .recruit,
  body#en .recruit,
  body#cn .recruit,
  body#tw .recruit {
    background: none;
    position: relative;
    width: 100%;
    max-width: 1900px;
    padding-top: 31.74%;
    padding-bottom: 0;
    min-height: 476px;
    margin: 0 auto 120px;
    box-sizing: border-box;
  }
  body#home .recruit::before,
  body#en .recruit::before,
  body#cn .recruit::before,
  body#tw .recruit::before {
    content: '';
    width: 100%;
    min-width: 1500px;
    max-width: 1900px;
    padding-top: 31.74%;
    min-height: 476px;
    background: url(../images/home/bg_recruit.jpg) 0 0/100% auto no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    box-sizing: border-box;
  }
  body#home .recruit .headline,
  body#en .recruit .headline,
  body#cn .recruit .headline,
  body#tw .recruit .headline {
    margin-bottom: 30px;
  }
  body#home .recruit__content,
  body#en .recruit__content,
  body#cn .recruit__content,
  body#tw .recruit__content {
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 25.74%;
    min-width: 389px;
    padding-top: 5.53%;
  }
  body#home .recruit__lbl,
  body#en .recruit__lbl,
  body#cn .recruit__lbl,
  body#tw .recruit__lbl {
    font-size: 24px;
    margin-bottom: 13px;
  }
  body#home .recruit__txt,
  body#en .recruit__txt,
  body#cn .recruit__txt,
  body#tw .recruit__txt {
    font-size: 15px;
  }
  body#home .recruit .btnlist,
  body#en .recruit .btnlist,
  body#cn .recruit .btnlist,
  body#tw .recruit .btnlist {
    width: 290px;
    margin-bottom: 0;
  }
  body#home .recruit__picup,
  body#en .recruit__picup,
  body#cn .recruit__picup,
  body#tw .recruit__picup {
    width: 68.74%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    max-width: 1304px;
    min-width: 1031px;
  }
  body#home .recruit__interview, body#home .recruit__faq,
  body#en .recruit__interview,
  body#en .recruit__faq,
  body#cn .recruit__interview,
  body#cn .recruit__faq,
  body#tw .recruit__interview,
  body#tw .recruit__faq {
    position: absolute;
    width: 15.18%;
    max-width: 198px;
    min-width: 156px;
  }
  body#home .recruit__interview:hover, body#home .recruit__faq:hover,
  body#en .recruit__interview:hover,
  body#en .recruit__faq:hover,
  body#cn .recruit__interview:hover,
  body#cn .recruit__faq:hover,
  body#tw .recruit__interview:hover,
  body#tw .recruit__faq:hover {
    opacity: 1;
  }
  body#home .recruit__interview:hover .recruit__balloon, body#home .recruit__faq:hover .recruit__balloon,
  body#en .recruit__interview:hover .recruit__balloon,
  body#en .recruit__faq:hover .recruit__balloon,
  body#cn .recruit__interview:hover .recruit__balloon,
  body#cn .recruit__faq:hover .recruit__balloon,
  body#tw .recruit__interview:hover .recruit__balloon,
  body#tw .recruit__faq:hover .recruit__balloon {
    background-color: #23a09e;
    color: #fff;
  }
  body#home .recruit__interview:hover .recruit__balloon::before, body#home .recruit__faq:hover .recruit__balloon::before,
  body#en .recruit__interview:hover .recruit__balloon::before,
  body#en .recruit__faq:hover .recruit__balloon::before,
  body#cn .recruit__interview:hover .recruit__balloon::before,
  body#cn .recruit__faq:hover .recruit__balloon::before,
  body#tw .recruit__interview:hover .recruit__balloon::before,
  body#tw .recruit__faq:hover .recruit__balloon::before {
    border-top-color: #23a09e;
  }
  body#home .recruit__interview:hover .recruit__pic img, body#home .recruit__faq:hover .recruit__pic img,
  body#en .recruit__interview:hover .recruit__pic img,
  body#en .recruit__faq:hover .recruit__pic img,
  body#cn .recruit__interview:hover .recruit__pic img,
  body#cn .recruit__faq:hover .recruit__pic img,
  body#tw .recruit__interview:hover .recruit__pic img,
  body#tw .recruit__faq:hover .recruit__pic img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  body#home .recruit__interview,
  body#en .recruit__interview,
  body#cn .recruit__interview,
  body#tw .recruit__interview {
    padding-top: 13.38%;
    margin-left: 11.96%;
  }
  body#home .recruit__interview .recruit__balloon,
  body#en .recruit__interview .recruit__balloon,
  body#cn .recruit__interview .recruit__balloon,
  body#tw .recruit__interview .recruit__balloon {
    top: 17%;
  }
  body#home .recruit__faq,
  body#en .recruit__faq,
  body#cn .recruit__faq,
  body#tw .recruit__faq {
    padding-top: 28.82%;
    right: 0;
  }
  body#home .recruit__faq .recruit__balloon,
  body#en .recruit__faq .recruit__balloon,
  body#cn .recruit__faq .recruit__balloon,
  body#tw .recruit__faq .recruit__balloon {
    top: 44%;
  }
  body#home .recruit__balloon,
  body#en .recruit__balloon,
  body#cn .recruit__balloon,
  body#tw .recruit__balloon {
    font-size: 16px;
    line-height: 45px;
  }
  body#home .recruit__balloon i,
  body#en .recruit__balloon i,
  body#cn .recruit__balloon i,
  body#tw .recruit__balloon i {
    font-size: 20px;
  }
  body#en .news__item__cat {
    width: 120px;
    padding: 0;
  }
  body#news .contents .news__tab a,
  body#news_en .contents .news__tab a,
  body#news_cn .contents .news__tab a,
  body#news_tw .contents .news__tab a {
    height: 80px;
    font-size: 16px;
    width: 400px;
  }
  body#news .contents .news__block,
  body#news_en .contents .news__block,
  body#news_cn .contents .news__block,
  body#news_tw .contents .news__block {
    padding: 50px 0 120px;
  }
  body#news .contents .news__box,
  body#news_en .contents .news__box,
  body#news_cn .contents .news__box,
  body#news_tw .contents .news__box {
    width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
  }
  body#news .contents .news__item,
  body#news_en .contents .news__item,
  body#news_cn .contents .news__item,
  body#news_tw .contents .news__item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  body#news .contents .news__item:hover,
  body#news_en .contents .news__item:hover,
  body#news_cn .contents .news__item:hover,
  body#news_tw .contents .news__item:hover {
    opacity: 1;
  }
  body#news .contents .news__item:hover .news__item__lbl,
  body#news_en .contents .news__item:hover .news__item__lbl,
  body#news_cn .contents .news__item:hover .news__item__lbl,
  body#news_tw .contents .news__item:hover .news__item__lbl {
    color: #23a09e;
  }
  body#news .contents .news__item__time,
  body#news_en .contents .news__item__time,
  body#news_cn .contents .news__item__time,
  body#news_tw .contents .news__item__time {
    font-size: 15px;
    width: 105px;
  }
  body#news .contents .news__item__cat,
  body#news_en .contents .news__item__cat,
  body#news_cn .contents .news__item__cat,
  body#news_tw .contents .news__item__cat {
    font-size: 13px;
    width: 72px;
    margin-right: 30px;
  }
  body#news .contents .news__item__lbl,
  body#news_en .contents .news__item__lbl,
  body#news_cn .contents .news__item__lbl,
  body#news_tw .contents .news__item__lbl {
    display: inline-block;
  }
  body#news .contents .news__header,
  body#news_en .contents .news__header,
  body#news_cn .contents .news__header,
  body#news_tw .contents .news__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 35px;
  }
  body#news .contents .news__info,
  body#news_en .contents .news__info,
  body#news_cn .contents .news__info,
  body#news_tw .contents .news__info {
    display: block;
    padding-top: 20px;
    text-align: right;
    margin-bottom: 0;
    padding-right: 30px;
  }
  body#news .contents .news__category,
  body#news_en .contents .news__category,
  body#news_cn .contents .news__category,
  body#news_tw .contents .news__category {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  body#news .contents .news__time,
  body#news_en .contents .news__time,
  body#news_cn .contents .news__time,
  body#news_tw .contents .news__time {
    font-size: 18px;
    margin-right: 15px;
  }
  body#news .contents .news__body h2,
  body#news_en .contents .news__body h2,
  body#news_cn .contents .news__body h2,
  body#news_tw .contents .news__body h2 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  body#news .contents .news__body h2::before, body#news .contents .news__body h2::after,
  body#news_en .contents .news__body h2::before,
  body#news_en .contents .news__body h2::after,
  body#news_cn .contents .news__body h2::before,
  body#news_cn .contents .news__body h2::after,
  body#news_tw .contents .news__body h2::before,
  body#news_tw .contents .news__body h2::after {
    height: 5px;
  }
  body#news .contents .news__body h2::after,
  body#news_en .contents .news__body h2::after,
  body#news_cn .contents .news__body h2::after,
  body#news_tw .contents .news__body h2::after {
    width: 200px;
  }
  body#news .contents .news__body h3,
  body#news_en .contents .news__body h3,
  body#news_cn .contents .news__body h3,
  body#news_tw .contents .news__body h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  body#news .contents .news__body h4,
  body#news_en .contents .news__body h4,
  body#news_cn .contents .news__body h4,
  body#news_tw .contents .news__body h4 {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  body#news .contents .news__body img.alignright,
  body#news_en .contents .news__body img.alignright,
  body#news_cn .contents .news__body img.alignright,
  body#news_tw .contents .news__body img.alignright {
    float: right;
    width: 430px;
    margin-bottom: 50px;
    margin-left: 30px;
    vertical-align: top;
  }
  body#news .contents .news__body img.alignnone,
  body#news_en .contents .news__body img.alignnone,
  body#news_cn .contents .news__body img.alignnone,
  body#news_tw .contents .news__body img.alignnone {
    margin-bottom: 40px;
  }
  body#news .contents .news__body img.aligncenter,
  body#news_en .contents .news__body img.aligncenter,
  body#news_cn .contents .news__body img.aligncenter,
  body#news_tw .contents .news__body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body#news .contents .news__body p,
  body#news_en .contents .news__body p,
  body#news_cn .contents .news__body p,
  body#news_tw .contents .news__body p {
    font-size: 15px;
    margin-bottom: 3 0px;
  }
  body#news .contents .news__body div,
  body#news_en .contents .news__body div,
  body#news_cn .contents .news__body div,
  body#news_tw .contents .news__body div {
    font-size: 15px;
  }
  body#news .contents .news__body ul, body#news .contents .news__body ol,
  body#news_en .contents .news__body ul,
  body#news_en .contents .news__body ol,
  body#news_cn .contents .news__body ul,
  body#news_cn .contents .news__body ol,
  body#news_tw .contents .news__body ul,
  body#news_tw .contents .news__body ol {
    margin-bottom: 50px;
  }
  body#news .contents .news__body ul li, body#news .contents .news__body ol li,
  body#news_en .contents .news__body ul li,
  body#news_en .contents .news__body ol li,
  body#news_cn .contents .news__body ul li,
  body#news_cn .contents .news__body ol li,
  body#news_tw .contents .news__body ul li,
  body#news_tw .contents .news__body ol li {
    font-size: 15px;
  }
  body#news .contents .news__body table,
  body#news_en .contents .news__body table,
  body#news_cn .contents .news__body table,
  body#news_tw .contents .news__body table {
    width: 100%;
  }
  body#news .contents .news__body table th, body#news .contents .news__body table td,
  body#news_en .contents .news__body table th,
  body#news_en .contents .news__body table td,
  body#news_cn .contents .news__body table th,
  body#news_cn .contents .news__body table td,
  body#news_tw .contents .news__body table th,
  body#news_tw .contents .news__body table td {
    padding: 15px 20px;
    font-size: 15px;
  }
  body#news .contents .news__body table th,
  body#news_en .contents .news__body table th,
  body#news_cn .contents .news__body table th,
  body#news_tw .contents .news__body table th {
    width: 180px;
  }
  body#news .contents .news__body,
  body#news_en .contents .news__body,
  body#news_cn .contents .news__body,
  body#news_tw .contents .news__body {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  body#news .contents .news .tolist,
  body#news_en .contents .news .tolist,
  body#news_cn .contents .news .tolist,
  body#news_tw .contents .news .tolist {
    width: 290px;
    margin-bottom: 120px;
  }
  body#news_en .contents .news__item__cat {
    width: 160px;
  }
  body#company .contents .index {
    padding: 50px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  body#company .contents .index--item {
    float: left;
    width: 350px;
  }
  body#company .contents .index--item:not(:nth-of-type(1)) {
    margin-left: 25px;
  }
  body#company .contents .index--item:not(:nth-of-type(1)) img {
    width: 350px;
    height: 230px;
  }
  body#company .contents .index--item:nth-of-type(1) {
    width: 725px;
    margin-left: 0;
  }
  body#company .contents .index--item:nth-of-type(1):hover .figure--pic img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
  body#company .contents .index--item:nth-of-type(4) {
    margin-left: 0;
  }
  body#company .contents .index--item:hover {
    opacity: 1;
  }
  body#company .contents .index--item:hover .figure--pic img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    opacity: .7;
  }
  body#company .contents .index figcaption {
    font-size: 16px;
    padding: 3px 20px;
    left: -20px;
  }
  body#overview .overview,
  body#about-us .overview {
    width: 800px;
    font-size: 15px;
  }
  body#overview .map,
  body#about-us .map {
    padding-top: 69.35%;
  }
  body#overview .access,
  body#about-us .access {
    display: -ms-flexbox;
    display: flex;
  }
  body#overview .access > *,
  body#about-us .access > * {
    -ms-flex: 1;
        flex: 1;
  }
  body#base .contents .office,
  body#offices .contents .office {
    width: 800px;
  }
  body#base .contents .office__header,
  body#offices .contents .office__header {
    margin-bottom: 30px;
  }
  body#base .contents .office__block,
  body#offices .contents .office__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body#base .contents .office__pic,
  body#offices .contents .office__pic {
    width: 375px;
    margin-bottom: 0;
  }
  body#base .contents .office__data,
  body#offices .contents .office__data {
    width: 395px;
  }
  body#base .contents .office__data__list dt,
  body#offices .contents .office__data__list dt {
    font-size: 15px;
  }
  body#base .contents .office__data__list dd,
  body#offices .contents .office__data__list dd {
    font-size: 15px;
  }
  body#base .contents .office__item,
  body#offices .contents .office__item {
    width: 375px;
  }
  body#base .contents .office__item.wide,
  body#offices .contents .office__item.wide {
    width: 100%;
  }
  body#base .contents .office__item__header,
  body#offices .contents .office__item__header {
    font-size: 18px;
  }
  body#base .contents .office__item__body,
  body#offices .contents .office__item__body {
    font-size: 15px;
  }
  body#base .contents .office__head,
  body#offices .contents .office__head {
    font-size: 18px;
  }
  body#network .network,
  body#nabel-network .network {
    width: 800px;
  }
  body#network .network__map,
  body#nabel-network .network__map {
    margin-bottom: 45px;
  }
  body#network .network__map__pin a::before,
  body#nabel-network .network__map__pin a::before {
    width: 20px;
    height: 30px;
  }
  body#network .network__map__pin a span,
  body#nabel-network .network__map__pin a span {
    font-size: 16px;
  }
  body#network .network__map__pin a:hover,
  body#nabel-network .network__map__pin a:hover {
    opacity: 1;
  }
  body#network .network__map__pin a:hover::before,
  body#nabel-network .network__map__pin a:hover::before {
    z-index: 2;
    background: url(../images/company/network/pointer_ov.png) 0 0/contain no-repeat;
  }
  body#network .network__map__pin a:hover span,
  body#nabel-network .network__map__pin a:hover span {
    display: inline-block;
  }
  body#network .world__item,
  body#nabel-network .world__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  body#network .world__namae,
  body#nabel-network .world__namae {
    width: 190px;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  body#network .world__namae img,
  body#nabel-network .world__namae img {
    width: 150px;
    margin-bottom: 13px;
  }
  body#network .world__namae__lbl,
  body#nabel-network .world__namae__lbl {
    font-size: 16px;
    margin-left: 0;
  }
  body#network .world__list,
  body#nabel-network .world__list {
    width: 610px;
  }
  body#network .world__list li,
  body#nabel-network .world__list li {
    padding: 14px 20px;
    font-size: 15px;
  }
  body#network .world__list li b,
  body#nabel-network .world__list li b {
    font-size: 18px;
  }
  body#philosophy .contents .sectionheader,
  body#corporate-philosophy .contents .sectionheader {
    margin-bottom: 10px;
  }
  body#philosophy .contents .philosophy,
  body#corporate-philosophy .contents .philosophy {
    width: 800px;
    margin-bottom: 70px;
  }
  body#philosophy .contents .philosophy .waku__txt,
  body#corporate-philosophy .contents .philosophy .waku__txt {
    font-size: 24px;
    line-height: 2;
    padding-top: 60px;
    letter-spacing: .1em;
  }
  body#philosophy .contents .policy,
  body#corporate-philosophy .contents .policy {
    width: 800px;
    margin-bottom: 70px;
  }
  body#philosophy .contents .policy .frame,
  body#corporate-philosophy .contents .policy .frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 66px;
  }
  body#philosophy .contents .policy .frame__pic,
  body#corporate-philosophy .contents .policy .frame__pic {
    width: 335px;
    margin-bottom: 0;
  }
  body#philosophy .contents .policy .frame__description,
  body#corporate-philosophy .contents .policy .frame__description {
    width: 465px;
    font-size: 15px;
    margin-bottom: 0;
  }
  body#philosophy .contents .policy .heading,
  body#corporate-philosophy .contents .policy .heading {
    font-size: 20px;
    padding: 7px 20px;
    margin-bottom: 20px;
  }
  body#philosophy .contents .policy p,
  body#corporate-philosophy .contents .policy p {
    font-size: 15px;
    margin-bottom: 60px;
  }
  body#philosophy .contents .kodogensoku,
  body#corporate-philosophy .contents .kodogensoku {
    padding: 40px 50px;
  }
  body#philosophy .contents .kodogensoku .wrapper > .lbl,
  body#corporate-philosophy .contents .kodogensoku .wrapper > .lbl {
    font-size: 28px;
    margin-bottom: 30px;
  }
  body#philosophy .contents .kodogensoku .wrapper .block,
  body#corporate-philosophy .contents .kodogensoku .wrapper .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#philosophy .contents .kodogensoku .wrapper .box,
  body#corporate-philosophy .contents .kodogensoku .wrapper .box {
    width: 390px;
    margin-bottom: 24px;
    padding: 5px 20px 25px;
  }
  body#philosophy .contents .kodogensoku .wrapper .box:nth-of-type(even),
  body#corporate-philosophy .contents .kodogensoku .wrapper .box:nth-of-type(even) {
    margin-left: 20px;
  }
  body#philosophy .contents .kodogensoku .wrapper .box .lbl,
  body#corporate-philosophy .contents .kodogensoku .wrapper .box .lbl {
    font-size: 18px;
  }
  body#philosophy .contents .kodogensoku .wrapper .box p,
  body#corporate-philosophy .contents .kodogensoku .wrapper .box p {
    font-size: 15px;
  }
  body#philosophy.page-template-page-philosophy-en .contents .philosophy .waku__txt,
  body#philosophy.page-template-page-philosophy-cn .contents .philosophy .waku__txt,
  body#philosophy.page-template-page-philosophy-tw .contents .philosophy .waku__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  body#philosophy.page-template-page-philosophy-en .contents .philosophy .waku__txt {
    font-size: 20px;
    line-height: 2;
  }
  body#global .contents .sectionheader,
  body#global-expansion .contents .sectionheader {
    margin-bottom: 45px;
  }
  body#global .contents .block,
  body#global-expansion .contents .block {
    text-align: center;
    margin-bottom: 20px;
  }
  body#global .contents .block .lead,
  body#global-expansion .contents .block .lead {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body#global .contents .block p,
  body#global-expansion .contents .block p {
    font-size: 15px;
    line-height: 2;
  }
  body#global .contents .mapblock,
  body#global-expansion .contents .mapblock {
    width: 800px;
    margin: 0 auto;
  }
  body#global .contents .mapblock .map__pin_ousyu,
  body#global-expansion .contents .mapblock .map__pin_ousyu {
    left: 191px;
    top: 144px;
  }
  body#global .contents .mapblock .map__pin_asia,
  body#global-expansion .contents .mapblock .map__pin_asia {
    left: 281px;
    top: 235px;
  }
  body#global .contents .mapblock .map__pin_middleeast,
  body#global-expansion .contents .mapblock .map__pin_middleeast {
    left: 150px;
    top: 241px;
  }
  body#global .contents .mapblock .map__pin_africa,
  body#global-expansion .contents .mapblock .map__pin_africa {
    left: 92px;
    top: 311px;
  }
  body#global .contents .mapblock .map__pin_oceania,
  body#global-expansion .contents .mapblock .map__pin_oceania {
    left: 356px;
    top: 372px;
  }
  body#global .contents .mapblock .map__pin_northamerica,
  body#global-expansion .contents .mapblock .map__pin_northamerica {
    left: 637px;
    top: 212px;
  }
  body#global .contents .mapblock .map__pin_southamerica,
  body#global-expansion .contents .mapblock .map__pin_southamerica {
    left: 739px;
    top: 379px;
  }
  body#global .contents .mapblock .map__pin a,
  body#global-expansion .contents .mapblock .map__pin a {
    cursor: default;
  }
  body#global .contents .mapblock .map__pin a:hover,
  body#global-expansion .contents .mapblock .map__pin a:hover {
    opacity: 1;
  }
  body#global .contents .mapblock .map__pin img,
  body#global-expansion .contents .mapblock .map__pin img {
    transition: all .25s ease-out;
  }
  body#global .contents .mapblock .map__pin img:hover,
  body#global-expansion .contents .mapblock .map__pin img:hover {
    cursor: pointer;
    -ms-transform: translate(-50%, -100%) scale(1.2);
        transform: translate(-50%, -100%) scale(1.2);
  }
  body#global .contents .mapblock .note,
  body#global-expansion .contents .mapblock .note {
    font-size: 14px;
    padding: 8px 0;
    margin-bottom: 40px;
  }
  body#global .contents .mapblock .note i,
  body#global-expansion .contents .mapblock .note i {
    font-size: 20px;
    margin-right: 10px;
  }
  body#global .contents .description .balloon,
  body#global-expansion .contents .description .balloon {
    width: 800px;
    font-size: 24px;
    padding: 15px 19px;
    margin-bottom: 15px;
  }
  body#global .contents .description .balloon::after,
  body#global-expansion .contents .description .balloon::after {
    border-width: 15px 9px;
    left: 20px;
  }
  body#global .contents .description .data,
  body#global-expansion .contents .description .data {
    width: 800px;
    padding: 5px 0;
  }
  body#global .contents .description dl,
  body#global-expansion .contents .description dl {
    width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#global .contents .description dl dt, body#global .contents .description dl dd,
  body#global-expansion .contents .description dl dt,
  body#global-expansion .contents .description dl dd {
    font-size: 15px;
    padding: 20px 15px;
  }
  body#global .contents .description dl dt,
  body#global-expansion .contents .description dl dt {
    font-size: 15px;
    width: 150px;
  }
  body#global .contents .description dl dd,
  body#global-expansion .contents .description dl dd {
    width: 650px;
  }
  body#history .contents .sectionheader,
  body#history-of-nabel .contents .sectionheader {
    margin-bottom: 25px;
  }
  body#history .contents .historyBlock::before,
  body#history-of-nabel .contents .historyBlock::before {
    left: 50px;
  }
  body#history .contents .historyBlock__item,
  body#history-of-nabel .contents .historyBlock__item {
    padding-left: 100px;
    margin-bottom: 60px;
  }
  body#history .contents .historyBlock__item .box.s,
  body#history-of-nabel .contents .historyBlock__item .box.s {
    width: 550px;
  }
  body#history .contents .historyBlock__item .box.m,
  body#history-of-nabel .contents .historyBlock__item .box.m {
    width: 390px;
  }
  body#history .contents .historyBlock__item--seireki,
  body#history-of-nabel .contents .historyBlock__item--seireki {
    font-size: 36px;
    margin-bottom: 7px;
  }
  body#history .contents .historyBlock__item--seireki::before,
  body#history-of-nabel .contents .historyBlock__item--seireki::before {
    width: 14px;
    height: 14px;
    top: 16px;
    left: -56px;
  }
  body#history .contents .historyBlock__item--seireki::after,
  body#history-of-nabel .contents .historyBlock__item--seireki::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #23a09e;
    position: absolute;
    top: 22px;
    left: -49px;
  }
  body#history .contents .historyBlock__item--wareki,
  body#history-of-nabel .contents .historyBlock__item--wareki {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body#history .contents .historyBlock__item--description li,
  body#history-of-nabel .contents .historyBlock__item--description li {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
  }
  body#history .contents .historyBlock__item--pic,
  body#history-of-nabel .contents .historyBlock__item--pic {
    margin-right: 0;
    position: absolute;
    right: 50px;
    top: 0;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.1);
  }
  body#history .contents .historyBlock__item--pic.s,
  body#history-of-nabel .contents .historyBlock__item--pic.s {
    width: 158px;
  }
  body#history .contents .historyBlock__item--pic.m,
  body#history-of-nabel .contents .historyBlock__item--pic.m {
    width: 316px;
  }
  body#history .contents .historyBlock__item--pic.l,
  body#history-of-nabel .contents .historyBlock__item--pic.l {
    width: 444px;
  }
  body#history .contents .historyBlock__item.bgimg .box,
  body#history-of-nabel .contents .historyBlock__item.bgimg .box {
    padding: 50px;
    width: 410px;
  }
  body#history .contents .historyBlock__item.bgimg.notblack .box,
  body#history-of-nabel .contents .historyBlock__item.bgimg.notblack .box {
    width: auto;
    padding: 50px;
  }
  body#history .contents .historyBlock__item.bgimg.notblack .historyBlock__item--wareki,
  body#history-of-nabel .contents .historyBlock__item.bgimg.notblack .historyBlock__item--wareki {
    margin-bottom: 30px;
  }
  body#history .contents .historyBlock__item.bgimg .historyBlock__item--seireki,
  body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--seireki {
    font-size: 60px;
  }
  body#history .contents .historyBlock__item.bgimg .historyBlock__item--wareki,
  body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--wareki {
    margin-bottom: 43px;
  }
  body#history .contents .historyBlock__item.bgimg .historyBlock__item--pic,
  body#history-of-nabel .contents .historyBlock__item.bgimg .historyBlock__item--pic {
    top: 180px;
    bottom: auto;
    -ms-transform: none;
        transform: none;
    right: 50px;
    left: auto;
  }
  body#products.archive .contents .products__box,
  body#products_en.archive .contents .products__box,
  body#products_cn.archive .contents .products__box,
  body#products_tw.archive .contents .products__box {
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#products.archive .contents .category__item,
  body#products_en.archive .contents .category__item,
  body#products_cn.archive .contents .category__item,
  body#products_tw.archive .contents .category__item {
    width: 535px;
  }
  body#products.archive .contents .category__item:nth-of-type(even),
  body#products_en.archive .contents .category__item:nth-of-type(even),
  body#products_cn.archive .contents .category__item:nth-of-type(even),
  body#products_tw.archive .contents .category__item:nth-of-type(even) {
    margin-left: 30px;
  }
  body#products.archive .contents .category__item--link figure figcaption,
  body#products_en.archive .contents .category__item--link figure figcaption,
  body#products_cn.archive .contents .category__item--link figure figcaption,
  body#products_tw.archive .contents .category__item--link figure figcaption {
    font-size: 16px;
    padding-right: 19px;
  }
  body#products.archive .contents .category__item ul a,
  body#products_en.archive .contents .category__item ul a,
  body#products_cn.archive .contents .category__item ul a,
  body#products_tw.archive .contents .category__item ul a {
    font-size: 15px;
  }
  body#products.archive .contents .category__item ul i,
  body#products_en.archive .contents .category__item ul i,
  body#products_cn.archive .contents .category__item ul i,
  body#products_tw.archive .contents .category__item ul i {
    font-size: 20px;
  }
  body#products.single .contents .sectionheader,
  body#products_en.single .contents .sectionheader,
  body#products_cn.single .contents .sectionheader,
  body#products_tw.single .contents .sectionheader {
    padding-right: 300px;
    margin-bottom: 30px;
  }
  body#products.single .contents .category,
  body#products_en.single .contents .category,
  body#products_cn.single .contents .category,
  body#products_tw.single .contents .category {
    font-size: 16px;
    padding: 5px 1.7em;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  body#products.single .contents .products__mainblock,
  body#products_en.single .contents .products__mainblock,
  body#products_cn.single .contents .products__mainblock,
  body#products_tw.single .contents .products__mainblock {
    width: 800px;
  }
  body#products.single .contents .products__catch,
  body#products_en.single .contents .products__catch,
  body#products_cn.single .contents .products__catch,
  body#products_tw.single .contents .products__catch {
    font-size: 24px;
  }
  body#products.single .contents .products__kaisetsu,
  body#products_en.single .contents .products__kaisetsu,
  body#products_cn.single .contents .products__kaisetsu,
  body#products_tw.single .contents .products__kaisetsu {
    font-size: 15px;
  }
  body#products.single .contents .ankerlink,
  body#products_en.single .contents .ankerlink,
  body#products_cn.single .contents .ankerlink,
  body#products_tw.single .contents .ankerlink {
    width: 800px;
    margin-bottom: 50px;
  }
  body#products.single .contents .ankerlink a,
  body#products_en.single .contents .ankerlink a,
  body#products_cn.single .contents .ankerlink a,
  body#products_tw.single .contents .ankerlink a {
    padding: 10px 0;
  }
  body#products.single .contents .ankerlink a::before,
  body#products_en.single .contents .ankerlink a::before,
  body#products_cn.single .contents .ankerlink a::before,
  body#products_tw.single .contents .ankerlink a::before {
    left: auto;
    right: 10px;
    top: 41%;
    -ms-transform: none;
        transform: none;
  }
  body#products.single .contents .blocks,
  body#products_en.single .contents .blocks,
  body#products_cn.single .contents .blocks,
  body#products_tw.single .contents .blocks {
    width: 800px;
  }
  body#products.single .contents .blocks__lbl,
  body#products_en.single .contents .blocks__lbl,
  body#products_cn.single .contents .blocks__lbl,
  body#products_tw.single .contents .blocks__lbl {
    font-size: 28px;
    border-width: 6px;
    padding-left: 16px;
    margin-bottom: 30px;
  }
  body#products.single .contents .blocks h3,
  body#products_en.single .contents .blocks h3,
  body#products_cn.single .contents .blocks h3,
  body#products_tw.single .contents .blocks h3 {
    font-size: 20px;
    padding: 10px 19px;
    margin-bottom: 23px;
  }
  body#products.single .contents .blocks h4,
  body#products_en.single .contents .blocks h4,
  body#products_cn.single .contents .blocks h4,
  body#products_tw.single .contents .blocks h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body#products.single .contents .blocks h5,
  body#products_en.single .contents .blocks h5,
  body#products_cn.single .contents .blocks h5,
  body#products_tw.single .contents .blocks h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body#products.single .contents .block__mov,
  body#products_en.single .contents .block__mov,
  body#products_cn.single .contents .block__mov,
  body#products_tw.single .contents .block__mov {
    margin-bottom: 80px;
  }
  body#products.single .contents .textblock,
  body#products_en.single .contents .textblock,
  body#products_cn.single .contents .textblock,
  body#products_tw.single .contents .textblock {
    font-size: 15px;
    margin-bottom: 35px;
  }
  body#products.single .contents .photoblock figcaption,
  body#products_en.single .contents .photoblock figcaption,
  body#products_cn.single .contents .photoblock figcaption,
  body#products_tw.single .contents .photoblock figcaption {
    font-size: 15px;
  }
  body#products.single .contents .photoblock.retsu2,
  body#products_en.single .contents .photoblock.retsu2,
  body#products_cn.single .contents .photoblock.retsu2,
  body#products_tw.single .contents .photoblock.retsu2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#products.single .contents .photoblock.retsu2 figure,
  body#products_en.single .contents .photoblock.retsu2 figure,
  body#products_cn.single .contents .photoblock.retsu2 figure,
  body#products_tw.single .contents .photoblock.retsu2 figure {
    width: 380px;
  }
  body#products.single .contents .photoblock.retsu2 figure:nth-of-type(even),
  body#products_en.single .contents .photoblock.retsu2 figure:nth-of-type(even),
  body#products_cn.single .contents .photoblock.retsu2 figure:nth-of-type(even),
  body#products_tw.single .contents .photoblock.retsu2 figure:nth-of-type(even) {
    margin-left: 40px;
  }
  body#products.single .contents .photoblock.retsu3,
  body#products_en.single .contents .photoblock.retsu3,
  body#products_cn.single .contents .photoblock.retsu3,
  body#products_tw.single .contents .photoblock.retsu3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#products.single .contents .photoblock.retsu3 figure,
  body#products_en.single .contents .photoblock.retsu3 figure,
  body#products_cn.single .contents .photoblock.retsu3 figure,
  body#products_tw.single .contents .photoblock.retsu3 figure {
    width: 250px;
  }
  body#products.single .contents .photoblock.retsu3 figure:not(:nth-of-type(3n+1)),
  body#products_en.single .contents .photoblock.retsu3 figure:not(:nth-of-type(3n+1)),
  body#products_cn.single .contents .photoblock.retsu3 figure:not(:nth-of-type(3n+1)),
  body#products_tw.single .contents .photoblock.retsu3 figure:not(:nth-of-type(3n+1)) {
    margin-left: 25px;
  }
  body#products.single .contents .phototext,
  body#products_en.single .contents .phototext,
  body#products_cn.single .contents .phototext,
  body#products_tw.single .contents .phototext {
    display: -ms-flexbox;
    display: flex;
  }
  body#products.single .contents .phototext__text,
  body#products_en.single .contents .phototext__text,
  body#products_cn.single .contents .phototext__text,
  body#products_tw.single .contents .phototext__text {
    width: 450px;
    font-size: 15px;
  }
  body#products.single .contents .phototext__img,
  body#products_en.single .contents .phototext__img,
  body#products_cn.single .contents .phototext__img,
  body#products_tw.single .contents .phototext__img {
    width: 300px;
  }
  body#products.single .contents .phototext.ti .phototext__text,
  body#products_en.single .contents .phototext.ti .phototext__text,
  body#products_cn.single .contents .phototext.ti .phototext__text,
  body#products_tw.single .contents .phototext.ti .phototext__text {
    -ms-flex-order: 1;
        order: 1;
  }
  body#products.single .contents .phototext.ti .phototext__img,
  body#products_en.single .contents .phototext.ti .phototext__img,
  body#products_cn.single .contents .phototext.ti .phototext__img,
  body#products_tw.single .contents .phototext.ti .phototext__img {
    -ms-flex-order: 2;
        order: 2;
    margin-left: auto;
  }
  body#products.single .contents .phototext.it .phototext__text,
  body#products_en.single .contents .phototext.it .phototext__text,
  body#products_cn.single .contents .phototext.it .phototext__text,
  body#products_tw.single .contents .phototext.it .phototext__text {
    -ms-flex-order: 2;
        order: 2;
    margin-left: auto;
  }
  body#products.single .contents .phototext.it .phototext__text,
  body#products_en.single .contents .phototext.it .phototext__text,
  body#products_cn.single .contents .phototext.it .phototext__text,
  body#products_tw.single .contents .phototext.it .phototext__text {
    -ms-flex-order: 1;
        order: 1;
  }
  body#products.single .contents .hptblock,
  body#products_en.single .contents .hptblock,
  body#products_cn.single .contents .hptblock,
  body#products_tw.single .contents .hptblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#products.single .contents .hptblock__box,
  body#products_en.single .contents .hptblock__box,
  body#products_cn.single .contents .hptblock__box,
  body#products_tw.single .contents .hptblock__box {
    width: 380px;
    margin-bottom: 70px;
  }
  body#products.single .contents .hptblock__box:nth-of-type(even),
  body#products_en.single .contents .hptblock__box:nth-of-type(even),
  body#products_cn.single .contents .hptblock__box:nth-of-type(even),
  body#products_tw.single .contents .hptblock__box:nth-of-type(even) {
    margin-left: 40px;
  }
  body#products.single .contents .hptblock__box__lbl,
  body#products_en.single .contents .hptblock__box__lbl,
  body#products_cn.single .contents .hptblock__box__lbl,
  body#products_tw.single .contents .hptblock__box__lbl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body#products.single .contents .hptblock__box__pic,
  body#products_en.single .contents .hptblock__box__pic,
  body#products_cn.single .contents .hptblock__box__pic,
  body#products_tw.single .contents .hptblock__box__pic {
    margin-bottom: 20px;
  }
  body#products.single .contents .hptblock__box__txt,
  body#products_en.single .contents .hptblock__box__txt,
  body#products_cn.single .contents .hptblock__box__txt,
  body#products_tw.single .contents .hptblock__box__txt {
    font-size: 15px;
  }
  body#products.single .contents .tableblock .tablescroller,
  body#products_en.single .contents .tableblock .tablescroller,
  body#products_cn.single .contents .tableblock .tablescroller,
  body#products_tw.single .contents .tableblock .tablescroller {
    overflow-x: visible;
  }
  body#products.single .contents .tableblock .tablescroller th, body#products.single .contents .tableblock .tablescroller td,
  body#products_en.single .contents .tableblock .tablescroller th,
  body#products_en.single .contents .tableblock .tablescroller td,
  body#products_cn.single .contents .tableblock .tablescroller th,
  body#products_cn.single .contents .tableblock .tablescroller td,
  body#products_tw.single .contents .tableblock .tablescroller th,
  body#products_tw.single .contents .tableblock .tablescroller td {
    font-size: 15px;
  }
  body#products.single .contents .tableblock .note,
  body#products_en.single .contents .tableblock .note,
  body#products_cn.single .contents .tableblock .note,
  body#products_tw.single .contents .tableblock .note {
    font-size: 14px;
  }
  body#products.single .contents .layout,
  body#products_en.single .contents .layout,
  body#products_cn.single .contents .layout,
  body#products_tw.single .contents .layout {
    padding: 20px 30px 30px;
  }
  body#products.single .contents .layout__lbl,
  body#products_en.single .contents .layout__lbl,
  body#products_cn.single .contents .layout__lbl,
  body#products_tw.single .contents .layout__lbl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body#products.single .contents .layout__wrapper .note,
  body#products_en.single .contents .layout__wrapper .note,
  body#products_cn.single .contents .layout__wrapper .note,
  body#products_tw.single .contents .layout__wrapper .note {
    font-size: 14px;
    padding-bottom: 15px;
    padding-right: 30px;
  }
  body#products.single .contents .bullet ul,
  body#products_en.single .contents .bullet ul,
  body#products_cn.single .contents .bullet ul,
  body#products_tw.single .contents .bullet ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#products.single .contents .bullet--item,
  body#products_en.single .contents .bullet--item,
  body#products_cn.single .contents .bullet--item,
  body#products_tw.single .contents .bullet--item {
    width: 390px;
    padding-bottom: 20px;
  }
  body#products.single .contents .bullet--item:nth-of-type(even),
  body#products_en.single .contents .bullet--item:nth-of-type(even),
  body#products_cn.single .contents .bullet--item:nth-of-type(even),
  body#products_tw.single .contents .bullet--item:nth-of-type(even) {
    margin-left: 20px;
  }
  body#products.single .contents .bullet--header,
  body#products_en.single .contents .bullet--header,
  body#products_cn.single .contents .bullet--header,
  body#products_tw.single .contents .bullet--header {
    font-size: 16px;
  }
  body#products.single .contents .bullet--text,
  body#products_en.single .contents .bullet--text,
  body#products_cn.single .contents .bullet--text,
  body#products_tw.single .contents .bullet--text {
    font-size: 15px;
  }
  body#support .contents .support,
  body#technical-service .contents .support,
  body#support_cn .contents .support,
  body#support_tw .contents .support {
    width: 1100px;
    padding-top: 36px;
    padding-bottom: 120px;
  }
  body#support .contents .support .lead,
  body#technical-service .contents .support .lead,
  body#support_cn .contents .support .lead,
  body#support_tw .contents .support .lead {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 35px;
  }
  body#support .contents .support__block:not(:last-child),
  body#technical-service .contents .support__block:not(:last-child),
  body#support_cn .contents .support__block:not(:last-child),
  body#support_tw .contents .support__block:not(:last-child) {
    margin-bottom: 50px;
  }
  body#support .contents .support__block__pic,
  body#technical-service .contents .support__block__pic,
  body#support_cn .contents .support__block__pic,
  body#support_tw .contents .support__block__pic {
    width: 635px;
  }
  body#support .contents .support__block__box,
  body#technical-service .contents .support__block__box,
  body#support_cn .contents .support__block__box,
  body#support_tw .contents .support__block__box {
    width: 515px;
    margin-top: -287px;
    padding: 40px 50px 55px;
    min-height: 350px;
  }
  body#support .contents .support__block__header,
  body#technical-service .contents .support__block__header,
  body#support_cn .contents .support__block__header,
  body#support_tw .contents .support__block__header {
    background-size: 70px 91px;
    min-height: 91px;
  }
  body#support .contents .support__block__icon,
  body#technical-service .contents .support__block__icon,
  body#support_cn .contents .support__block__icon,
  body#support_tw .contents .support__block__icon {
    width: 40px;
  }
  body#support .contents .support__block__lbl,
  body#technical-service .contents .support__block__lbl,
  body#support_cn .contents .support__block__lbl,
  body#support_tw .contents .support__block__lbl {
    font-size: 24px;
  }
  body#support .contents .support__block__txt p,
  body#technical-service .contents .support__block__txt p,
  body#support_cn .contents .support__block__txt p,
  body#support_tw .contents .support__block__txt p {
    font-size: 15px;
    line-height: 2;
  }
  body#support .contents .support__block__txt a,
  body#technical-service .contents .support__block__txt a,
  body#support_cn .contents .support__block__txt a,
  body#support_tw .contents .support__block__txt a {
    width: 230px;
    margin: 20px auto 0;
  }
  body#support .contents .support__block:nth-of-type(odd) .support__block__box,
  body#technical-service .contents .support__block:nth-of-type(odd) .support__block__box,
  body#support_cn .contents .support__block:nth-of-type(odd) .support__block__box,
  body#support_tw .contents .support__block:nth-of-type(odd) .support__block__box {
    padding-left: 100px;
  }
  body#support .contents .support__block:nth-of-type(even) .support__block__box,
  body#technical-service .contents .support__block:nth-of-type(even) .support__block__box,
  body#support_cn .contents .support__block:nth-of-type(even) .support__block__box,
  body#support_tw .contents .support__block:nth-of-type(even) .support__block__box {
    padding-right: 100px;
  }
  body#support .contents .support__base__column,
  body#technical-service .contents .support__base__column,
  body#support_cn .contents .support__base__column,
  body#support_tw .contents .support__base__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#support .contents .support__base .description,
  body#technical-service .contents .support__base .description,
  body#support_cn .contents .support__base .description,
  body#support_tw .contents .support__base .description {
    width: 400px;
  }
  body#support .contents .support__base .lead,
  body#technical-service .contents .support__base .lead,
  body#support_cn .contents .support__base .lead,
  body#support_tw .contents .support__base .lead {
    text-align: left;
  }
  body#support .contents .support__base a,
  body#technical-service .contents .support__base a,
  body#support_cn .contents .support__base a,
  body#support_tw .contents .support__base a {
    margin: 0;
    width: 290px;
  }
  body#support .contents .support__base .base_map,
  body#technical-service .contents .support__base .base_map,
  body#support_cn .contents .support__base .base_map,
  body#support_tw .contents .support__base .base_map {
    width: 650px;
  }
  body#support .contents .support__base .base_map__point li,
  body#technical-service .contents .support__base .base_map__point li,
  body#support_cn .contents .support__base .base_map__point li,
  body#support_tw .contents .support__base .base_map__point li {
    font-size: 16px;
    margin-right: 30px;
  }
  body#support .contents .support__base .base_map__point img,
  body#technical-service .contents .support__base .base_map__point img,
  body#support_cn .contents .support__base .base_map__point img,
  body#support_tw .contents .support__base .base_map__point img {
    width: 20px;
    margin-right: 11px;
  }
  body#tidbits .contents .shadowbox__content {
    padding-bottom: 120px;
  }
  body#tidbits .contents .seminar {
    width: 1100px;
    padding-top: 50px;
  }
  body#tidbits .contents .heading {
    font-size: 28px;
    margin-bottom: 30px;
    border-left-width: 5px;
  }
  body#tidbits .contents .seminar__wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  body#tidbits .contents .descriptionBlock {
    width: 640px;
    margin-right: 40px;
  }
  body#tidbits .contents .descriptionBlock__mv {
    margin-bottom: 20px;
  }
  body#tidbits .contents .descriptionBlock__txt {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
  }
  body#tidbits .contents .descriptionBlock__btn {
    width: 230px;
    margin: 0 auto;
  }
  body#tidbits .contents .seminar__lists {
    width: 420px;
  }
  body#tidbits .contents .seminar__item--pic {
    width: 75px;
    padding-bottom: 75px;
  }
  body#tidbits .contents .seminar__item--box {
    width: 325px;
  }
  body#tidbits .contents .seminar__item--time {
    font-size: 15px;
    line-height: 1.3;
  }
  body#tidbits .contents .seminar__item--lbl {
    font-size: 18px;
  }
  body#tidbits .contents .linkBox__block {
    width: 1100px;
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#tidbits .contents .linkBox {
    width: 530px;
    margin-bottom: 0;
  }
  body#tidbits .contents .linkBox--description {
    font-size: 15px;
    line-height: 2;
  }
  body#tidbits .contents .linkBox--btnarea {
    width: 230px;
  }
  body#tidbits .contents .character {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }
  body#tidbits .contents .character .subhead {
    font-size: 28px;
    margin-bottom: 35px;
  }
  body#tidbits .contents .character__item {
    width: 275px;
  }
  body#tidbits .contents .character__item--text {
    padding: 20px;
  }
  body#tidbits .contents .character__item--name {
    font-size: 18px;
  }
  body#tidbits .contents .character__item--introduction {
    font-size: 15px;
    line-height: 1.73;
  }
  body#instance .contents .instance {
    width: 800px;
    font-size: 15px;
  }
  body#instance .contents .instance__text {
    margin-bottom: 40px;
  }
  body#instance .contents .instance__btn {
    width: 490px;
    margin-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#instance .contents .instance__btn a {
    width: 230px;
  }
  body#instance .contents .instance__btn a:not(:last-child) {
    margin-bottom: 0;
  }
  body#instance .contents .instance__box {
    width: 800px;
  }
  body#instance .contents .instance__item__lbl {
    margin-bottom: 30px;
  }
  body#instance .contents .instance__item__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#instance .contents .instance__item__pic {
    width: 206px;
    margin: 0;
  }
  body#instance .contents .instance__item__txt {
    width: 570px;
  }
  body#instance .contents .instance__item__lead {
    font-size: 18px;
  }
  body#instance .contents .instance__item__date {
    font-size: 15px;
  }
  body#instance .contents .instance__contacts {
    padding: 30px;
    font-size: 15px;
    background: #fff url(../images/tidbits/instance/bg_logo.png) right bottom/auto no-repeat;
  }
  body#egg .contents .egg {
    width: 800px;
  }
  body#egg .contents .egg__lead {
    margin-bottom: 30px;
    font-size: 15px;
  }
  body#egg .contents .egg__lead p {
    position: relative;
  }
  body#egg .contents .egg__lead__pic {
    position: absolute;
    right: 30px;
    top: 0;
  }
  body#egg .contents .egg__item {
    margin-bottom: 50px;
  }
  body#egg .contents .egg__item__pic {
    width: 540px;
  }
  body#egg .contents .egg__item__text {
    width: 490px;
    min-height: 300px;
    padding: 30px;
    margin-top: -215px;
  }
  body#egg .contents .egg__item__lead {
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 13px;
  }
  body#egg .contents .egg__item__lead span {
    width: 36px;
    height: 48px;
    background: url(../images/tidbits/egg/bg_egg.png) 0 0 no-repeat;
  }
  body#egg .contents .egg__item__description {
    font-size: 15px;
    line-height: 2;
  }
  body#egg .contents .egg__item.odd .egg__item__text {
    padding-right: 250px;
  }
  body#egg .contents .egg__item.even .egg__item__text {
    padding-left: 250px;
  }
  body#egg .contents .egg .tablescroll {
    margin-bottom: 50px;
  }
  body#egg .contents .egg table {
    width: 800px;
  }
  body#egg .contents .egg th, body#egg .contents .egg td {
    padding: 9px 15px;
    font-size: 15px;
  }
  body#egg .contents .egg__afterword {
    font-size: 15px;
  }
  body#tidbits_column.archive .contents .koramu {
    width: 800px;
    padding-top: 50px;
  }
  body#tidbits_column.archive .contents .contentTitle {
    margin-bottom: 20px;
  }
  body#tidbits_column.archive .contents .lead {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
  }
  body#tidbits_column.archive .contents .column__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#tidbits_column.archive .contents .column__item {
    width: 380px;
  }
  body#tidbits_column.archive .contents .column__item:nth-of-type(even) {
    margin-left: 40px;
  }
  body#tidbits_column.archive .contents .column__item:hover {
    opacity: 1;
  }
  body#tidbits_column.archive .contents .column__item:hover .column__item--pic img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  body#tidbits_column.archive .contents .column__item--time {
    font-size: 15px;
    line-height: 1.3;
  }
  body#tidbits_column.archive .contents .column__item--lbl {
    font-size: 20px;
    margin-bottom: 0;
  }
  body#tidbits_column.archive .contents .column__item--description {
    font-size: 13px;
  }
  body#tidbits_column.single .contents .shadowbox__content .sectionheader {
    margin-bottom: 93px;
  }
  body#tidbits_column.single .contents .shadowbox__content .infodata {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    text-align: right;
    padding: 20px 30px;
  }
  body#tidbits_column.single .contents .shadowbox__content .category span {
    font-size: 16px;
    padding: 8px 17px;
    display: inline-block;
    margin-bottom: 35px;
  }
  body#tidbits_column.single .contents .shadowbox__content time {
    font-size: 18px;
    padding-right: 17px;
  }
  body#tidbits_column.single .contents .koramu-single {
    width: 800px;
  }
  body#tidbits_column.single .contents .koramu-single .column__item--pic {
    margin-bottom: 20px;
  }
  body#tidbits_column.single .contents .koramu-single .column__item--content {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 43px;
  }
  body#tidbits_column.single .contents .interractive__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 20px;
    font-size: 15px;
  }
  body#tidbits_column.single .contents .interractive__item--character {
    width: 80px;
    margin: 0 50px 0 0;
    font-size: 15px;
    line-height: 2;
  }
  body#tidbits_column.single .contents .interractive__item--balloon {
    width: 670px;
    padding: 25px 30px;
    position: relative;
  }
  body#tidbits_column.single .contents .interractive__item--balloon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-width: 9px 16px;
    border-right-color: #f5f5f5;
    position: absolute;
    left: 0;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
  }
  body#tidbits_column.single .contents .interractive__item--balloon.balloon0::before {
    border-right-color: #e9f5f5;
  }
  body#tidbits_column.single .contents .interractive__item--remarks {
    margin-left: 130px;
  }
  body#tidbits_column.single .contents .interractive__item--remarks table th, body#tidbits_column.single .contents .interractive__item--remarks table td {
    padding: 15px 20px;
    font-size: 15px;
  }
  body#tidbits_column.single .contents .interractive__item--reference table th, body#tidbits_column.single .contents .interractive__item--reference table td {
    padding: 15px 20px;
    font-size: 15px;
  }
  body#tidbits_column.single .contents .interractive__item--reference {
    display: -ms-flexbox;
    display: flex;
  }
  body#tidbits_column.single .contents .interractive__item--reference__item {
    width: 80px;
    margin-right: 50px;
    font-size: 15px;
  }
  body#tidbits_column.single .contents .interractive__item--reference__content {
    font-size: 15px;
    width: 670px;
  }
  body#tidbits_column.single .contents .column__footer {
    padding-top: 50px;
    width: 800px;
  }
  body#tidbits_column.single .contents .column__footer .tolist {
    width: 290px;
  }
  body#tidbits_column.single .contents .column__footer .prev,
  body#tidbits_column.single .contents .column__footer .next {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 60px;
  }
  body#tidbits_column.single .contents .column__footer .prev a,
  body#tidbits_column.single .contents .column__footer .next a {
    color: #23a09e;
    font-size: 16px;
  }
  body#recruit .contents .pagetitle__pic,
  body#faq .contents .pagetitle__pic,
  body#message .contents .pagetitle__pic,
  body#inquiry .contents .pagetitle__pic,
  body#inquiry_confirm .contents .pagetitle__pic,
  body#inquiry_complete .contents .pagetitle__pic,
  body#newgraduate .contents .pagetitle__pic,
  body#recruit_requirements .contents .pagetitle__pic,
  body#career .contents .pagetitle__pic,
  body#parttimejob .contents .pagetitle__pic,
  body#recruit_interview .contents .pagetitle__pic {
    height: 380px;
  }
  body#recruit .contents .pagetitle__pic img,
  body#faq .contents .pagetitle__pic img,
  body#message .contents .pagetitle__pic img,
  body#inquiry .contents .pagetitle__pic img,
  body#inquiry_confirm .contents .pagetitle__pic img,
  body#inquiry_complete .contents .pagetitle__pic img,
  body#newgraduate .contents .pagetitle__pic img,
  body#recruit_requirements .contents .pagetitle__pic img,
  body#career .contents .pagetitle__pic img,
  body#parttimejob .contents .pagetitle__pic img,
  body#recruit_interview .contents .pagetitle__pic img {
    height: 380px;
  }
  body#recruit .contents .pagetitle__lbl__en,
  body#faq .contents .pagetitle__lbl__en,
  body#message .contents .pagetitle__lbl__en,
  body#inquiry .contents .pagetitle__lbl__en,
  body#inquiry_confirm .contents .pagetitle__lbl__en,
  body#inquiry_complete .contents .pagetitle__lbl__en,
  body#newgraduate .contents .pagetitle__lbl__en,
  body#recruit_requirements .contents .pagetitle__lbl__en,
  body#career .contents .pagetitle__lbl__en,
  body#parttimejob .contents .pagetitle__lbl__en,
  body#recruit_interview .contents .pagetitle__lbl__en {
    font-size: 60px;
  }
  body#recruit .contents .pagetitle__lbl__ja,
  body#faq .contents .pagetitle__lbl__ja,
  body#message .contents .pagetitle__lbl__ja,
  body#inquiry .contents .pagetitle__lbl__ja,
  body#inquiry_confirm .contents .pagetitle__lbl__ja,
  body#inquiry_complete .contents .pagetitle__lbl__ja,
  body#newgraduate .contents .pagetitle__lbl__ja,
  body#recruit_requirements .contents .pagetitle__lbl__ja,
  body#career .contents .pagetitle__lbl__ja,
  body#parttimejob .contents .pagetitle__lbl__ja,
  body#recruit_interview .contents .pagetitle__lbl__ja {
    font-size: 15px;
  }
  body#recruit .contents .pagetitle__dec,
  body#faq .contents .pagetitle__dec,
  body#message .contents .pagetitle__dec,
  body#inquiry .contents .pagetitle__dec,
  body#inquiry_confirm .contents .pagetitle__dec,
  body#inquiry_complete .contents .pagetitle__dec,
  body#newgraduate .contents .pagetitle__dec,
  body#recruit_requirements .contents .pagetitle__dec,
  body#career .contents .pagetitle__dec,
  body#parttimejob .contents .pagetitle__dec,
  body#recruit_interview .contents .pagetitle__dec {
    background-image: url(../images/recruit/pagetitle_dec.png);
    min-width: 1900px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: 300px;
    padding-bottom: 0;
  }
  body#recruit .contents .background1,
  body#faq .contents .background1,
  body#message .contents .background1,
  body#inquiry .contents .background1,
  body#inquiry_confirm .contents .background1,
  body#inquiry_complete .contents .background1,
  body#newgraduate .contents .background1,
  body#recruit_requirements .contents .background1,
  body#career .contents .background1,
  body#parttimejob .contents .background1,
  body#recruit_interview .contents .background1 {
    padding-top: 85px;
    position: relative;
    background: none;
  }
  body#recruit .contents .background1::before,
  body#faq .contents .background1::before,
  body#message .contents .background1::before,
  body#inquiry .contents .background1::before,
  body#inquiry_confirm .contents .background1::before,
  body#inquiry_complete .contents .background1::before,
  body#newgraduate .contents .background1::before,
  body#recruit_requirements .contents .background1::before,
  body#career .contents .background1::before,
  body#parttimejob .contents .background1::before,
  body#recruit_interview .contents .background1::before {
    content: '';
    background: url(../images/recruit/bg.png) center top/100% auto no-repeat, url(../images/recruit/bg_loop.png) center top/100% auto repeat-y;
    min-width: 1900px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  body#recruit .contents .background2,
  body#faq .contents .background2,
  body#message .contents .background2,
  body#inquiry .contents .background2,
  body#inquiry_confirm .contents .background2,
  body#inquiry_complete .contents .background2,
  body#newgraduate .contents .background2,
  body#recruit_requirements .contents .background2,
  body#career .contents .background2,
  body#parttimejob .contents .background2,
  body#recruit_interview .contents .background2 {
    padding-top: 85px;
    position: relative;
    background: none;
  }
  body#recruit .contents .background2::before,
  body#faq .contents .background2::before,
  body#message .contents .background2::before,
  body#inquiry .contents .background2::before,
  body#inquiry_confirm .contents .background2::before,
  body#inquiry_complete .contents .background2::before,
  body#newgraduate .contents .background2::before,
  body#recruit_requirements .contents .background2::before,
  body#career .contents .background2::before,
  body#parttimejob .contents .background2::before,
  body#recruit_interview .contents .background2::before {
    content: '';
    background: url(../images/recruit/bg2.png) center top/100% auto no-repeat, url(../images/recruit/bg2_loop.png) center top/100% auto repeat-y;
    min-width: 1900px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  body#recruit .contents .contact,
  body#faq .contents .contact,
  body#message .contents .contact,
  body#inquiry .contents .contact,
  body#inquiry_confirm .contents .contact,
  body#inquiry_complete .contents .contact,
  body#newgraduate .contents .contact,
  body#recruit_requirements .contents .contact,
  body#career .contents .contact,
  body#parttimejob .contents .contact,
  body#recruit_interview .contents .contact {
    background: url(../images/recruit/bg_contact.jpg) center/cover no-repeat;
    padding-top: 177px;
    padding-bottom: 176px;
  }
  body#recruit .contents .contact a,
  body#faq .contents .contact a,
  body#message .contents .contact a,
  body#inquiry .contents .contact a,
  body#inquiry_confirm .contents .contact a,
  body#inquiry_complete .contents .contact a,
  body#newgraduate .contents .contact a,
  body#recruit_requirements .contents .contact a,
  body#career .contents .contact a,
  body#parttimejob .contents .contact a,
  body#recruit_interview .contents .contact a {
    width: 550px;
    margin: 0 auto;
    padding: 32px 0;
    font-size: 18px;
    line-height: 2;
  }
  body#recruit .contents .contact a::after,
  body#faq .contents .contact a::after,
  body#message .contents .contact a::after,
  body#inquiry .contents .contact a::after,
  body#inquiry_confirm .contents .contact a::after,
  body#inquiry_complete .contents .contact a::after,
  body#newgraduate .contents .contact a::after,
  body#recruit_requirements .contents .contact a::after,
  body#career .contents .contact a::after,
  body#parttimejob .contents .contact a::after,
  body#recruit_interview .contents .contact a::after {
    font-size: 24px;
    right: 40px;
  }
  body#recruit .contents .pagetitle__pic {
    height: 780px;
  }
  body#recruit .contents .pagetitle__pic img {
    height: 780px;
  }
  body#recruit .contents .pagetitle__lbl {
    width: 152px;
    height: 152px;
    left: 50%;
    margin-left: -600px;
  }
  body#recruit .contents .pagetitle__lbl__en {
    font-size: 36px;
  }
  body#recruit .contents .pagetitle__lbl__ja {
    font-size: 15px;
  }
  body#recruit .contents .pagetitle__textbox {
    width: 1200px;
  }
  body#recruit .contents .pagetitle__textbox .en {
    font-size: 67px;
    margin-bottom: 25px;
  }
  body#recruit .contents .pagetitle__textbox .ja {
    font-size: 24px;
  }
  body#recruit .contents .pagetitle__dec {
    background-image: url(../images/recruit/pagetitle_dec.png);
    height: 284px;
  }
  body#recruit .contents .background1::before {
    background: url(../images/recruit/bg_interview.png) center top/100% auto no-repeat, url(../images/recruit/bg_interview_loop.png) center top/100% auto repeat-y;
  }
  body#recruit .contents .background2::before {
    background: url(../images/recruit/message/bg2.png) center top/100% auto no-repeat, url(../images/recruit/message/bg2_loop.png) center top/100% auto repeat-y;
  }
  body#recruit .contents .content__lbl__en {
    font-size: 60px;
  }
  body#recruit .contents .content__lbl__ja {
    font-size: 15px;
  }
  body#recruit .contents .content__lbl.line {
    width: 180px;
    height: 180px;
    border-width: 2px;
  }
  body#recruit .contents .interview {
    padding-bottom: 0;
  }
  body#recruit .contents .interview__wrapper {
    max-width: 1400px;
    min-width: 1200px;
    padding-bottom: 205px;
  }
  body#recruit .contents .interview__box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  body#recruit .contents .interview__item {
    width: 30%;
    margin-bottom: 10.43%;
  }
  body#recruit .contents .interview__item:not(:nth-of-type(3n+1)) {
    margin-left: 4.93%;
  }
  body#recruit .contents .interview__item:nth-of-type(3n+2) {
    -ms-transform: translateY(-50px);
        transform: translateY(-50px);
  }
  body#recruit .contents .interview__item:nth-of-type(3n+3) {
    -ms-transform: translateY(-120px);
        transform: translateY(-120px);
  }
  body#recruit .contents .interview__item--pic--off, body#recruit .contents .interview__item--pic--on {
    transition: all .25s ease-out;
  }
  body#recruit .contents .interview__item:hover {
    opacity: 1;
  }
  body#recruit .contents .interview__item:hover .interview__item--pic--off {
    opacity: 0;
    transform: rotateY(180deg);
  }
  body#recruit .contents .interview__item:hover .interview__item--pic--on {
    opacity: 1;
    transform: rotateY(360deg);
  }
  body#recruit .contents .interview__item--group {
    font-size: 18px;
  }
  body#recruit .contents .interview__item--info {
    font-size: 15px;
  }
  body#recruit .contents .interview .toall {
    width: 600px;
  }
  body#recruit .contents .interview .toall a {
    padding: 20px 0;
    font-size: 18px;
  }
  body#recruit .contents .interview .toall a::after {
    font-size: 30px;
    right: 40px;
  }
  body#recruit .contents .interview .toall:hover a {
    color: #fff;
  }
  body#recruit .contents .message {
    background: none;
    padding: 0;
    position: relative;
    padding-top: 130px;
  }
  body#recruit .contents .message::before {
    content: "";
    background: url(../images/recruit/img_message.jpg) center/cover no-repeat;
    height: 700px;
    width: calc(50% + 400px);
    display: block;
    position: absolute;
    top: -125px;
    right: 50%;
    margin-right: -400px;
  }
  body#recruit .contents .message__wrapper {
    width: 600px;
    position: relative;
    margin: 0;
    left: calc(50% + 100px);
    padding: 75px;
    z-index: 2;
  }
  body#recruit .contents .message .lead {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  body#recruit .contents .message .text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
  }
  body#recruit .contents .message a.btn {
    width: 290px;
  }
  body#recruit .contents .bottom {
    padding-bottom: 150px;
  }
  body#recruit .contents .bottom__wrapper {
    max-width: 1400px;
    min-width: 1200px;
  }
  body#recruit .contents .bottom .faq__box {
    width: 39.29%;
    margin-bottom: 0;
  }
  body#recruit .contents .bottom .requirements {
    width: 48.57%;
    min-height: 680px;
    margin-top: -296px;
    margin-left: auto;
    padding-top: 430px;
  }
  body#recruit .contents .bottom .requirements__wrapper {
    margin-left: -130px;
    width: 380px;
    padding: 50px;
  }
  body#recruit .contents .bottom .requirements .content__lbl__en {
    font-size: 42px;
  }
  body#recruit .contents .bottom .requirements .content__lbl__ja {
    font-size: 15px;
  }
  body#recruit_interview.archive .contents .pagetitle__dec {
    background-image: url(../images/recruit/interview/pagetitle_dec.png);
    padding-bottom: 373px;
  }
  body#recruit_interview.archive .contents .background1::before {
    background: url(../images/recruit/interview/bg.png) center top/100% auto no-repeat, url(../images/recruit/interview/bg_loop.png) center top/100% auto repeat-y;
  }
  body#recruit_interview.archive .contents .interview {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
  }
  body#recruit_interview.archive .contents .interview__wrapper {
    max-width: 1400px;
    min-width: 900px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#recruit_interview.archive .contents .interview__item {
    width: 30%;
    margin-bottom: 10.43%;
  }
  body#recruit_interview.archive .contents .interview__item:not(:nth-of-type(3n+1)) {
    margin-left: 4.93%;
  }
  body#recruit_interview.archive .contents .interview__item--pic--off, body#recruit_interview.archive .contents .interview__item--pic--on {
    transition: all .25s ease-out;
  }
  body#recruit_interview.archive .contents .interview__item:hover {
    opacity: 1;
  }
  body#recruit_interview.archive .contents .interview__item:hover .interview__item--pic--off {
    opacity: 0;
    transform: rotateY(180deg);
  }
  body#recruit_interview.archive .contents .interview__item:hover .interview__item--pic--on {
    opacity: 1;
    transform: rotateY(360deg);
  }
  body#recruit_interview.archive .contents .interview__item--data {
    padding: 34px 25px;
  }
  body#recruit_interview.archive .contents .interview__item--group {
    font-size: 18px;
  }
  body#recruit_interview.archive .contents .interview__item--info {
    font-size: 15px;
  }
  body#recruit_interview.single .contents .pagetitle__pic {
    height: 700px;
  }
  body#recruit_interview.single .contents .pagetitle__pic img {
    height: 700px;
  }
  body#recruit_interview.single .contents .pagetitle__dec {
    background-image: url(../images/recruit/interview/pagetitle_dec.png);
    padding-bottom: 373px;
  }
  body#recruit_interview.single .contents .pagetitle__textbox {
    max-width: 1400px;
    min-width: 1000px;
    width: 86.67%;
    top: 110px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  body#recruit_interview.single .contents .pagetitle__textbox .interviewnum {
    font-size: 30px;
  }
  body#recruit_interview.single .contents .pagetitle__textbox .lead {
    font-size: 36px;
  }
  body#recruit_interview.single .contents .pagetitle__textbox .lbl {
    font-size: 18px;
  }
  body#recruit_interview.single .contents .pagetitle__textbox .info {
    font-size: 16px;
  }
  body#recruit_interview.single .contents .breadcrumb {
    z-index: 1;
    min-width: 1400px;
  }
  body#recruit_interview.single .contents .breadcrumb__wrapper {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
  body#recruit_interview.single .contents .background1::before {
    background: url(../images/recruit/interview/bg.png) center top/100% auto no-repeat, url(../images/recruit/interview/bg_loop.png) center top/100% auto repeat-y;
  }
  body#recruit_interview.single .contents .interview {
    padding: 100px 0;
  }
  body#recruit_interview.single .contents .interview__wrapper {
    width: 1400px;
  }
  body#recruit_interview.single .contents .interview__block {
    position: relative;
    padding-top: 50px;
  }
  body#recruit_interview.single .contents .interview__block--lbl {
    font-size: 30px;
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 60px;
  }
  body#recruit_interview.single .contents .interview__block--lbl:after {
    border-width: 15px 9px;
    left: 20px;
  }
  body#recruit_interview.single .contents .interview__block--txt {
    width: 800px;
    padding: 50px;
    font-size: 15px;
    line-height: 2.27;
  }
  body#recruit_interview.single .contents .interview__block--pic {
    position: absolute;
    top: 0;
  }
  body#recruit_interview.single .contents .interview__block:nth-of-type(odd) .interview__block--txt {
    padding-right: 155px;
  }
  body#recruit_interview.single .contents .interview__block:nth-of-type(odd) .interview__block--pic {
    right: 0;
  }
  body#recruit_interview.single .contents .interview__block:nth-of-type(even) .interview__block--lbl {
    margin-left: 750px;
  }
  body#recruit_interview.single .contents .interview__block:nth-of-type(even) .interview__block--txt {
    margin-left: auto;
    padding-left: 155px;
  }
  body#recruit_interview.single .contents .scheduleBlock {
    padding: 120px 0;
  }
  body#recruit_interview.single .contents .scheduleBlock__wrapper {
    width: 1400px;
    padding: 50px 100px 80px;
    margin: 0 auto;
  }
  body#recruit_interview.single .contents .scheduleBlock .lbl {
    padding: 7px;
    margin-bottom: 38px;
  }
  body#recruit_interview.single .contents .scheduleBlock .lbl div {
    font-size: 28px;
  }
  body#recruit_interview.single .contents .scheduleBlock--table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  body#recruit_interview.single .contents .scheduleBlock--table dl {
    width: 570px;
    border-top: 1px solid #ccc;
  }
  body#recruit_interview.single .contents .scheduleBlock--table dt {
    font-size: 16px;
  }
  body#recruit_interview.single .contents .scheduleBlock--table dd {
    font-size: 15px;
    padding: 15px 0;
  }
  body#recruit_interview.single .contents .pageing {
    padding: 80px 0;
    position: relative;
  }
  body#recruit_interview.single .contents .pageing .tolist {
    width: 290px;
  }
  body#recruit_interview.single .contents .pageing .prev,
  body#recruit_interview.single .contents .pageing .next {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  body#recruit_interview.single .contents .pageing .prev i,
  body#recruit_interview.single .contents .pageing .next i {
    color: #23a09e;
    font-size: 20px;
    text-align: center;
  }
  body#newgraduate .contents .pagetitle__dec,
  body#career .contents .pagetitle__dec,
  body#parttimejob .contents .pagetitle__dec,
  body#recruit_requirements .contents .pagetitle__dec {
    background-image: url(../images/recruit/newgraduate/pagetitle_dec.png);
    height: 374px;
  }
  body#newgraduate .contents .background1::before,
  body#career .contents .background1::before,
  body#parttimejob .contents .background1::before,
  body#recruit_requirements .contents .background1::before {
    background: url(../images/recruit/newgraduate/bg.png) center top/100% auto no-repeat, url(../images/recruit/newgraduate/bg_loop.png) center top/100% auto repeat-y;
  }
  body#newgraduate .contents .lbl,
  body#career .contents .lbl,
  body#parttimejob .contents .lbl,
  body#recruit_requirements .contents .lbl {
    padding: 7px;
    margin-bottom: 38px;
  }
  body#newgraduate .contents .lbl div,
  body#career .contents .lbl div,
  body#parttimejob .contents .lbl div,
  body#recruit_requirements .contents .lbl div {
    font-size: 28px;
  }
  body#newgraduate .contents .transition,
  body#career .contents .transition,
  body#parttimejob .contents .transition,
  body#recruit_requirements .contents .transition {
    width: 1200px;
    margin-bottom: 50px;
  }
  body#newgraduate .contents .transition a,
  body#career .contents .transition a,
  body#parttimejob .contents .transition a,
  body#recruit_requirements .contents .transition a {
    width: 400px;
    font-size: 16px;
    padding: 24px 0;
  }
  body#newgraduate .contents .transition a:not(:nth-of-type(3n)),
  body#career .contents .transition a:not(:nth-of-type(3n)),
  body#parttimejob .contents .transition a:not(:nth-of-type(3n)),
  body#recruit_requirements .contents .transition a:not(:nth-of-type(3n)) {
    width: 399px;
    margin-right: 1px;
  }
  body#newgraduate .contents .requirements__lbl,
  body#career .contents .requirements__lbl,
  body#parttimejob .contents .requirements__lbl,
  body#recruit_requirements .contents .requirements__lbl {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  body#newgraduate .contents .requirements__lbl:after,
  body#career .contents .requirements__lbl:after,
  body#parttimejob .contents .requirements__lbl:after,
  body#recruit_requirements .contents .requirements__lbl:after {
    width: 150px;
    height: 5px;
  }
  body#newgraduate .contents .requirements .stageblock,
  body#career .contents .requirements .stageblock,
  body#parttimejob .contents .requirements .stageblock,
  body#recruit_requirements .contents .requirements .stageblock {
    width: 1200px;
    padding: 50px 50px 100px;
  }
  body#newgraduate .contents .requirements .stageblock.norecruitment,
  body#career .contents .requirements .stageblock.norecruitment,
  body#parttimejob .contents .requirements .stageblock.norecruitment,
  body#recruit_requirements .contents .requirements .stageblock.norecruitment {
    padding: 50px;
  }
  body#newgraduate .contents .requirements .stageblock__box strong,
  body#career .contents .requirements .stageblock__box strong,
  body#parttimejob .contents .requirements .stageblock__box strong,
  body#recruit_requirements .contents .requirements .stageblock__box strong {
    font-size: 24px;
    line-height: 1.5;
  }
  body#newgraduate .contents .requirements .stageblock dl,
  body#career .contents .requirements .stageblock dl,
  body#parttimejob .contents .requirements .stageblock dl,
  body#recruit_requirements .contents .requirements .stageblock dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#newgraduate .contents .requirements .stageblock dl dt, body#newgraduate .contents .requirements .stageblock dl dd,
  body#career .contents .requirements .stageblock dl dt,
  body#career .contents .requirements .stageblock dl dd,
  body#parttimejob .contents .requirements .stageblock dl dt,
  body#parttimejob .contents .requirements .stageblock dl dd,
  body#recruit_requirements .contents .requirements .stageblock dl dt,
  body#recruit_requirements .contents .requirements .stageblock dl dd {
    font-size: 15px;
    line-height: 2;
    padding: 15px 30px;
  }
  body#newgraduate .contents .requirements .stageblock dl dt,
  body#career .contents .requirements .stageblock dl dt,
  body#parttimejob .contents .requirements .stageblock dl dt,
  body#recruit_requirements .contents .requirements .stageblock dl dt {
    width: 300px;
  }
  body#newgraduate .contents .requirements .stageblock dl dd,
  body#career .contents .requirements .stageblock dl dd,
  body#parttimejob .contents .requirements .stageblock dl dd,
  body#recruit_requirements .contents .requirements .stageblock dl dd {
    width: 800px;
  }
  body#newgraduate .contents .flow,
  body#career .contents .flow,
  body#parttimejob .contents .flow,
  body#recruit_requirements .contents .flow {
    padding-bottom: 120px;
  }
  body#newgraduate .contents .flow__wrapper,
  body#career .contents .flow__wrapper,
  body#parttimejob .contents .flow__wrapper,
  body#recruit_requirements .contents .flow__wrapper {
    width: 1100px;
  }
  body#newgraduate .contents .flow__item,
  body#career .contents .flow__item,
  body#parttimejob .contents .flow__item,
  body#recruit_requirements .contents .flow__item {
    font-size: 20px;
    position: relative;
    display: block;
    text-align: center;
    padding: 36px 130px;
  }
  body#newgraduate .contents .flow__item:not(:last-of-type),
  body#career .contents .flow__item:not(:last-of-type),
  body#parttimejob .contents .flow__item:not(:last-of-type),
  body#recruit_requirements .contents .flow__item:not(:last-of-type) {
    margin-bottom: 62px;
  }
  body#newgraduate .contents .flow__item:not(:last-of-type)::after,
  body#career .contents .flow__item:not(:last-of-type)::after,
  body#parttimejob .contents .flow__item:not(:last-of-type)::after,
  body#recruit_requirements .contents .flow__item:not(:last-of-type)::after {
    border-width: 21px 12px;
  }
  body#newgraduate .contents .flow__item .label,
  body#career .contents .flow__item .label,
  body#parttimejob .contents .flow__item .label,
  body#recruit_requirements .contents .flow__item .label {
    position: absolute;
    left: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 24px;
  }
  body#newgraduate .contents .flow__item .label .num,
  body#career .contents .flow__item .label .num,
  body#parttimejob .contents .flow__item .label .num,
  body#recruit_requirements .contents .flow__item .label .num {
    font-size: 40px;
  }
  body#faq .contents .pagetitle__dec {
    background: url(../images/recruit/faq/pagetitle_dec.png) center bottom/100% auto no-repeat;
  }
  body#faq .contents .background1::before {
    background: url(../images/recruit/faq/bg.png) center top/100% auto no-repeat, url(../images/recruit/faq/bg_loop.png) center top/100% auto repeat-y;
  }
  body#faq .contents .faq__lbl {
    font-size: 32px;
    margin-bottom: 50px;
  }
  body#faq .contents .faq__block {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  body#faq .contents .faq__box--q, body#faq .contents .faq__box--a {
    padding: 20px 0;
    padding-left: 110px;
  }
  body#faq .contents .faq__box--q::before, body#faq .contents .faq__box--a::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
    left: 30px;
  }
  body#faq .contents .faq__box--q {
    font-size: 18px;
  }
  body#faq .contents .faq__box--q::after {
    background-image: url(../images/recruit/faq/pote.png);
    background-size: 26px;
    top: 38px;
    width: 26px;
    height: 26px;
  }
  body#faq .contents .faq__box--a {
    font-size: 15px;
  }
  body#message .contents .pagetitle__dec {
    background-image: url(../images/recruit/message/pagetitle_dec.png);
  }
  body#message .contents .background1::before {
    background: url(../images/recruit/message/bg.png) center top/100% auto no-repeat, url(../images/recruit/message/bg_loop.png) center top/100% auto repeat-y;
  }
  body#message .contents .background2::before {
    background: url(../images/recruit/message/bg2.png) center top/100% auto no-repeat, url(../images/recruit/message/bg2_loop.png) center top/100% auto repeat-y;
  }
  body#message .contents .message1 {
    padding: 100px 0;
  }
  body#message .contents .message1__wrapper {
    width: 1200px;
  }
  body#message .contents .message1__box {
    width: 495px;
    margin-left: auto;
    margin-top: -330px;
    min-height: 460px;
    position: relative;
    padding: 40px 45px;
  }
  body#message .contents .message1__box .lbl {
    font-size: 30px;
    letter-spacing: .07em;
  }
  body#message .contents .message1__box p {
    font-size: 15px;
    line-height: 2.67;
  }
  body#message .contents .message2__wrapper {
    width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#message .contents .message2__block {
    width: 600px;
  }
  body#message .contents .message2 .lbl {
    font-size: 30px;
    line-height: 1.6;
  }
  body#message .contents .message2 p {
    font-size: 15px;
    line-height: 2;
  }
  body#message .contents .message2__img {
    width: 540px;
    padding-top: 100px;
  }
  body#message .contents .big {
    font-size: 20px;
  }
  body#inquiry .contents .pagetitle__dec,
  body#inquiry_confirm .contents .pagetitle__dec,
  body#inquiry_complete .contents .pagetitle__dec {
    background: url(../images/recruit/inquiry/pagetitle_dec.png) center bottom/100% auto no-repeat;
  }
  body#inquiry .contents .background1::before,
  body#inquiry_confirm .contents .background1::before,
  body#inquiry_complete .contents .background1::before {
    background: url(../images/recruit/inquiry/bg.png) center top/100% auto no-repeat, url(../images/recruit/inquiry/bg_loop.png) center top/100% auto repeat-y;
  }
  body#inquiry .contents .step,
  body#inquiry_confirm .contents .step,
  body#inquiry_complete .contents .step {
    width: 544px;
    margin-bottom: 50px;
  }
  body#inquiry .contents .step > *,
  body#inquiry_confirm .contents .step > *,
  body#inquiry_complete .contents .step > * {
    width: 124px;
    height: 124px;
    font-size: 18px;
  }
  body#inquiry .contents .formarea,
  body#inquiry_confirm .contents .formarea,
  body#inquiry_complete .contents .formarea {
    width: 1200px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 50px 160px;
  }
  body#inquiry .contents .formarea dl,
  body#inquiry_confirm .contents .formarea dl,
  body#inquiry_complete .contents .formarea dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#inquiry .contents .formarea dt,
  body#inquiry_confirm .contents .formarea dt,
  body#inquiry_complete .contents .formarea dt {
    width: 280px;
    padding: 20px 0;
    padding-left: 66px;
    font-size: 16px;
  }
  body#inquiry .contents .formarea dt::before,
  body#inquiry_confirm .contents .formarea dt::before,
  body#inquiry_complete .contents .formarea dt::before {
    width: 46px;
    height: 22px;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 34px;
  }
  body#inquiry .contents .formarea dd,
  body#inquiry_confirm .contents .formarea dd,
  body#inquiry_complete .contents .formarea dd {
    width: 600px;
    font-size: 18px;
    padding: 18px 0;
  }
  body#inquiry .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after,
  body#inquiry_confirm .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after,
  body#inquiry_complete .contents .formarea dd .mwform-radio-field input:checked + .mwform-radio-field-text::after {
    top: 11px;
  }
  body#inquiry .contents .formarea dd input[type=text][name=gakubu],
  body#inquiry_confirm .contents .formarea dd input[type=text][name=gakubu],
  body#inquiry_complete .contents .formarea dd input[type=text][name=gakubu] {
    width: 393px;
  }
  body#inquiry .contents .formarea dd input[type=text][name=tel],
  body#inquiry_confirm .contents .formarea dd input[type=text][name=tel],
  body#inquiry_complete .contents .formarea dd input[type=text][name=tel] {
    width: 393px;
  }
  body#inquiry .contents .formarea dd input[type=text][name=mail],
  body#inquiry_confirm .contents .formarea dd input[type=text][name=mail],
  body#inquiry_complete .contents .formarea dd input[type=text][name=mail] {
    width: 393px;
  }
  body#inquiry .contents .formarea dd input[type=text][name=email],
  body#inquiry_confirm .contents .formarea dd input[type=text][name=email],
  body#inquiry_complete .contents .formarea dd input[type=text][name=email] {
    width: 393px;
  }
  body#inquiry .contents .formarea dd input[type=text][name=zip],
  body#inquiry_confirm .contents .formarea dd input[type=text][name=zip],
  body#inquiry_complete .contents .formarea dd input[type=text][name=zip] {
    width: 243px;
    margin-left: 10px;
  }
  body#inquiry .contents .formarea dd .select:nth-of-type(1) select,
  body#inquiry_confirm .contents .formarea dd .select:nth-of-type(1) select,
  body#inquiry_complete .contents .formarea dd .select:nth-of-type(1) select {
    width: 155px;
  }
  body#inquiry .contents .formarea dd .select:nth-of-type(2) select,
  body#inquiry_confirm .contents .formarea dd .select:nth-of-type(2) select,
  body#inquiry_complete .contents .formarea dd .select:nth-of-type(2) select {
    width: 105px;
  }
  body#inquiry .contents .formarea dd .select:nth-of-type(3) select,
  body#inquiry_confirm .contents .formarea dd .select:nth-of-type(3) select,
  body#inquiry_complete .contents .formarea dd .select:nth-of-type(3) select {
    width: 105px;
  }
  body#inquiry .contents .formarea dd .select::after,
  body#inquiry_confirm .contents .formarea dd .select::after,
  body#inquiry_complete .contents .formarea dd .select::after {
    right: 35px;
  }
  body#inquiry .contents .formarea .btnarea .btn,
  body#inquiry_confirm .contents .formarea .btnarea .btn,
  body#inquiry_complete .contents .formarea .btnarea .btn {
    width: 380px;
    padding: 10px 0;
    font-size: 18px;
  }
  body#inquiry .contents .formarea .btnarea .btn::after,
  body#inquiry_confirm .contents .formarea .btnarea .btn::after,
  body#inquiry_complete .contents .formarea .btnarea .btn::after {
    font-size: 24px;
    right: 29px;
  }
  body#inquiry .contents .formarea .mw_wp_form_confirm dt,
  body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt,
  body#inquiry_complete .contents .formarea .mw_wp_form_confirm dt {
    width: 280px;
    padding: 20px 0;
    padding-left: 66px;
    font-size: 16px;
    font-weight: 700;
  }
  body#inquiry .contents .formarea .mw_wp_form_confirm dt::before,
  body#inquiry_confirm .contents .formarea .mw_wp_form_confirm dt::before,
  body#inquiry_complete .contents .formarea .mw_wp_form_confirm dt::before {
    width: 46px;
    height: 22px;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 34px;
  }
  body#inquiry .contents .formarea .mw_wp_form_confirm .btnarea .btn,
  body#inquiry_confirm .contents .formarea .mw_wp_form_confirm .btnarea .btn,
  body#inquiry_complete .contents .formarea .mw_wp_form_confirm .btnarea .btn {
    width: 300px;
    margin: 0 20px;
  }
  body#inquiry .contents .complete,
  body#inquiry_confirm .contents .complete,
  body#inquiry_complete .contents .complete {
    text-align: center;
    font-size: 15px;
  }
  body#inquiry .contents .complete .lbl,
  body#inquiry_confirm .contents .complete .lbl,
  body#inquiry_complete .contents .complete .lbl {
    font-size: 30px;
    margin-bottom: 25px;
  }
  body#inquiry .contents .complete .complete__text,
  body#inquiry_confirm .contents .complete .complete__text,
  body#inquiry_complete .contents .complete .complete__text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
  }
  body#inquiry .contents .toHome,
  body#inquiry_confirm .contents .toHome,
  body#inquiry_complete .contents .toHome {
    width: 300px;
    margin-bottom: 120px;
  }
  body#contact .contents .lead {
    padding: 40px;
    font-size: 15px;
  }
  body#contact .contents .step {
    width: 544px;
    margin-bottom: 80px;
  }
  body#contact .contents .step > * {
    width: 124px;
    height: 124px;
    font-size: 18px;
  }
  body#contact .contents .formarea {
    width: 1200px;
    padding: 0 50px 120px;
  }
  body#contact .contents .formarea dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#contact .contents .formarea dt.required::after {
    font-size: 13px;
    top: 47px;
    right: 44px;
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
  }
  body#contact .contents .formarea dt {
    width: 252px;
    padding: 39px 0 0;
    font-size: 16px;
    font-weight: 700;
  }
  body#contact .contents .formarea dt.line2 {
    padding: 24px 0 0;
  }
  body#contact .contents .formarea dt::after {
    height: 22px;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 34px;
  }
  body#contact .contents .formarea dd {
    width: 848px;
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 0;
  }
  body#contact .contents .formarea dd input[type=text] {
    height: 80px;
  }
  body#contact .contents .formarea dd input[type=text][name=gakubu] {
    width: 393px;
  }
  body#contact .contents .formarea dd input[type=text][name=tel] {
    width: 393px;
  }
  body#contact .contents .formarea dd input[type=text][name=mail] {
    width: 393px;
  }
  body#contact .contents .formarea dd input[type=text][name=email] {
    width: 393px;
  }
  body#contact .contents .formarea dd input[type=text][name=zip] {
    width: 243px;
    margin-left: 10px;
  }
  body#contact .contents .formarea dd .mwform-checkbox-field {
    display: inline-block;
    width: calc(50% - 1em);
  }
  body#contact .contents .formarea dd .mwform-checkbox-field:nth-of-type(even) {
    margin-left: 1em;
  }
  body#contact .contents .formarea .btnarea .btn {
    width: 380px;
    padding: 10px 0;
    font-size: 18px;
  }
  body#contact .contents .formarea .btnarea .btn::after {
    font-size: 24px;
    right: 29px;
  }
  body#confirm .contents .step {
    width: 544px;
    margin-bottom: 50px;
  }
  body#confirm .contents .step > * {
    width: 124px;
    height: 124px;
    font-size: 18px;
  }
  body#confirm .contents .formarea {
    width: 1200px;
    padding: 50px 160px;
    padding-bottom: 150px;
  }
  body#confirm .contents .formarea dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#confirm .contents .formarea dt {
    width: 280px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
  }
  body#confirm .contents .formarea dt::after {
    width: 46px;
    height: 22px;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 34px;
  }
  body#confirm .contents .formarea dd {
    width: 600px;
    font-size: 18px;
    padding: 18px 0;
  }
  body#confirm .contents .formarea dd input[type=text][name=gakubu] {
    width: 393px;
  }
  body#confirm .contents .formarea dd input[type=text][name=tel] {
    width: 393px;
  }
  body#confirm .contents .formarea dd input[type=text][name=mail] {
    width: 393px;
  }
  body#confirm .contents .formarea dd input[type=text][name=email] {
    width: 393px;
  }
  body#confirm .contents .formarea dd input[type=text][name=zip] {
    width: 243px;
    margin-left: 10px;
  }
  body#confirm .contents .formarea .btnarea .btn {
    width: 380px;
  }
  body#confirm .contents .formarea .mw_wp_form_confirm dt {
    width: 280px;
    padding: 20px 0;
    padding-left: 66px;
    font-size: 16px;
    font-weight: 700;
  }
  body#confirm .contents .formarea .mw_wp_form_confirm dt::before {
    width: 46px;
    height: 22px;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 34px;
  }
  body#confirm .contents .formarea .mw_wp_form_confirm .btnarea {
    padding-top: 33px;
  }
  body#confirm .contents .formarea .mw_wp_form_confirm .btnarea .btn {
    width: 300px;
    margin: 0 20px;
  }
  body#complete .contents .step {
    width: 544px;
    margin-bottom: 50px;
  }
  body#complete .contents .step > * {
    width: 124px;
    height: 124px;
    font-size: 18px;
  }
  body#complete .contents .formarea {
    width: 1200px;
    padding: 50px 160px;
  }
  body#complete .contents .complete {
    text-align: center;
    font-size: 15px;
  }
  body#complete .contents .complete .lbl {
    font-size: 30px;
    margin-bottom: 25px;
  }
  body#complete .contents .complete .complete__text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
  }
  body#complete .contents .toHome {
    width: 300px;
    margin-bottom: 120px;
  }
  body#sitemap .contents .shadowbox__content {
    padding: 50px;
  }
  body#sitemap .contents .shadowbox__content > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#sitemap .contents .shadowbox__content > ul > li {
    width: 340px;
  }
  body#sitemap .contents .shadowbox__content > ul > li.wide {
    width: 100%;
  }
  body#sitemap .contents .shadowbox__content > ul > li.leftside {
    margin-left: 0;
  }
  body#sitemap .contents .shadowbox__content > ul > li + li {
    margin-left: 40px;
  }
  body#sitemap .contents .shadowbox__content > ul > li > a {
    font-size: 20px;
  }
  body#sitemap .contents .shadowbox__content > ul > li ul a {
    font-size: 15px;
  }
  body#sitemap .contents .shadowbox__content .products__listbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 10px;
  }
  body#sitemap .contents .shadowbox__content .products__list {
    width: 340px;
    padding: 0;
  }
  body#sitemap .contents .shadowbox__content .products__list .categoryname {
    font-size: 15px;
  }
  body#sitemap .contents .shadowbox__content .products__list .categoryname i {
    font-size: 20px;
  }
  body#sitemap .contents .shadowbox__content .products__list > li a {
    font-size: 13px;
    line-height: 2.31;
  }
  body#sitemap .contents .shadowbox__content .products__list > li a i {
    font-size: 16px;
  }
  body#privacypolicy .contents .shadowbox__content {
    padding: 50px;
    font-size: 15px;
    line-height: 2;
  }
  body#privacypolicy .contents ul.greendot li {
    line-height: 1.6;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  .nav--gnav {
    position: fixed;
    top: 60px;
    right: 0;
    width: 93.33%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: all .25s ease-in;
  }
  .nav--gnav.open {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .nav__item:not(:last-of-type) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .nav__item .parent {
    position: relative;
  }
  .nav__item .parent::after, .nav__item .parent::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
  }
  .nav__item .parent::after {
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 13px;
    height: 3px;
    background-color: #fff;
  }
  .nav__item .parent::before {
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #fff;
    margin-right: 5px;
  }
  .nav__item .parent.open::before {
    display: none;
  }
  body #stage {
    padding-top: 60px;
  }
  .bnr .swiper-button-prev, .bnr .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .tablelayout th, .tablelayout td {
    display: block;
  }
  body#base .contents .office__item__body.narrow,
  body#offices .contents .office__item__body.narrow {
    letter-spacing: -.02em;
  }
  body#products.single .contents .phototext__img,
  body#products_en.single .contents .phototext__img,
  body#products_cn.single .contents .phototext__img,
  body#products_tw.single .contents .phototext__img {
    margin-bottom: 10px;
  }
  body#egg .contents .egg .tablescroll {
    overflow-x: scroll;
    margin-bottom: 25px;
    padding-bottom: 3px;
  }
  body#egg .contents .egg .tablescroll::-webkit-scrollbar {
    height: 5px;
  }
  body#egg .contents .egg .tablescroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
  body#egg .contents .egg .tablescroll::-webkit-scrollbar-track-piece {
    background: #f5f5f5;
  }
  body#tidbits_column.single .contents .shadowbox__content .infodata {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#recruit .contents .breadcrumb,
  body#faq .contents .breadcrumb,
  body#message .contents .breadcrumb,
  body#inquiry .contents .breadcrumb,
  body#inquiry_confirm .contents .breadcrumb,
  body#inquiry_complete .contents .breadcrumb,
  body#newgraduate .contents .breadcrumb,
  body#recruit_requirements .contents .breadcrumb,
  body#career .contents .breadcrumb,
  body#parttimejob .contents .breadcrumb,
  body#recruit_interview .contents .breadcrumb {
    display: none;
  }
  body#recruit_interview.single .contents .scheduleBlock--table dl:first-child {
    border-top: 1px solid #ccc;
  }
  body#newgraduate .contents .transition a:nth-of-type(odd),
  body#career .contents .transition a:nth-of-type(odd),
  body#parttimejob .contents .transition a:nth-of-type(odd),
  body#recruit_requirements .contents .transition a:nth-of-type(odd) {
    width: calc(50% - 1px);
    margin-right: 1px;
  }
}
@media (min-width: 1208px) {
  body#home .products,
  body#en .products,
  body#cn .products,
  body#tw .products {
    margin: -85px auto 0;
  }
}
@media (min-width: 1900px) {
  body#home .recruit,
  body#en .recruit,
  body#cn .recruit,
  body#tw .recruit {
    height: 603px;
    padding-top: 0;
  }
}
