@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

html {
  overflow-y: visible;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font: 14px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.column-block::after {
  display: block;
  clear: both;
  content: '';
}

@font-face {
  font-family: 'enfont';
  src: url("../font/e-1.woff") format("woff"), url("../font/e-1.ttf") format("truetype");
}

@font-face {
  font-family: 'jafont';
  src: url("../font/j-1.woff") format("woff"), url("../font/j-1.otf") format("truetype");
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 38px;
  background: #727171;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.global-header .logo {
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 201;
  width: 75px;
}

.global-header .logo img {
  width: 100%;
}

.global-header .logo a:hover img {
  opacity: .5;
}

.gnav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 301;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.gnav-trigger span {
  position: absolute;
  left: 11px;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gnav-trigger span:nth-of-type(1) {
  top: 12px;
}

.gnav-trigger span:nth-of-type(2) {
  top: 18px;
}

.gnav-trigger span:nth-of-type(3) {
  top: 24px;
}

.gnav-trigger.is-open {
  background: #e60012;
}

.gnav-trigger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.gnav-trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.gnav-trigger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.gnav {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 301;
  width: 100%;
  background: #fff;
  display: none;
}

.gnav ul li {
  border-bottom: 1px solid #000;
}

.gnav ul li:first-child {
  border-top: 1px solid #000;
}

.gnav ul li:nth-of-type(4) {
  display: none;
}

.gnav ul li a {
  display: block;
  padding: 14px 0 12px 35%;
  font-family: 'enfont';
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

.gnav ul li a:hover {
  opacity: .5;
}

.gnav ul li a span {
  position: relative;
  padding-left: 17px;
}

.gnav ul li a span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) skew(9deg, 9deg);
          transform: rotate(-45deg) skew(9deg, 9deg);
}

.fnav {
  position: absolute;
  bottom: 38px;
  left: 0;
  z-index: 301;
  width: 100%;
  background: #fff;
  display: none;
}

.fnav ul li {
  border-bottom: 1px solid #000;
}

.fnav ul li:first-child {
  border-top: 1px solid #000;
}

.fnav ul li:nth-of-type(4) {
  display: none;
}

.fnav ul li a {
  display: block;
  padding: 14px 0 12px 35%;
  line-height: 1;
  text-decoration: none;
}

.fnav ul li a:hover {
  opacity: .5;
}

.fnav ul li a span {
  position: relative;
  padding-left: 17px;
}

.fnav ul li a span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) skew(9deg, 9deg);
          transform: rotate(-45deg) skew(9deg, 9deg);
}

.fnav-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 301;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.fnav-trigger span {
  position: absolute;
  left: 11px;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #898989;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fnav-trigger span:nth-of-type(1) {
  top: 12px;
}

.fnav-trigger span:nth-of-type(2) {
  top: 18px;
}

.fnav-trigger span:nth-of-type(3) {
  top: 24px;
}

.fnav-trigger.is-open {
  background: #e60012;
}

.fnav-trigger.is-open span {
  background: #fff;
}

.fnav-trigger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.fnav-trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.fnav-trigger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.pagetop {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: block;
  padding: 10px;
  font-size: 0;
}

.pagetop img {
  width: 24px;
  height: auto;
  pointer-events: none;
}

.nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gnav-open .nav-mask,
.fnav-open .nav-mask {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.single-pagetop.is-static {
  bottom: 150px;
}

.fixed-contents {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding-bottom: 15px;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fixed-contents.is-static {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: -16px;
}

.global-footer {
  padding: 12px 0;
  background: #727171;
  text-align: center;
}

.global-footer div img {
  width: 89px;
  height: auto;
}

.global-footer small {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 8px;
}

.contact-trigger {
  position: fixed;
  top: 122px;
  right: -32px;
  z-index: 290;
  width: 100px;
  height: 36px;
  padding-top: 10px;
  background: #e60012;
  color: #fff;
  font: normal 16px/1 'enfont';
  cursor: pointer;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: margin .5s, -webkit-transform .5s;
  transition: margin .5s, -webkit-transform .5s;
  transition: transform .5s, margin .5s;
  transition: transform .5s, margin .5s, -webkit-transform .5s;
}

.contact-trigger.is-open {
  margin-right: 100%;
}

.fixed-contact {
  position: fixed;
  top: 90px;
  right: -100%;
  z-index: 290;
  width: 100%;
  padding: 17px 38px 120px;
  background: #efefef;
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fixed-contact.is-open {
  margin-right: 100%;
}

.fixed-contact form#mail_form {
  padding: 0;
}

.contact-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.contact-close span {
  position: absolute;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #000;
}

.contact-close span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-close span:nth-of-type(2) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-row {
  padding-top: 10px;
}

.label-area {
  margin-bottom: 5px;
  font: normal 12px/1 'enfont';
}

.input-area input[type="text"],
.input-area textarea {
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 16px;
}

.input-area input[type="text"]:focus,
.input-area textarea:focus {
  border: 1px solid #e60012;
  outline: none;
}

.input-area input[type="text"] {
  padding: 3px 5px;
}

.input-area textarea {
  height: 95px;
  padding: 3px;
  resize: none;
}

.form-btn {
  margin-top: 15px;
}

.form-btn input[type="submit"] {
  width: 100%;
  padding: 10px 0 5px;
  background: #e60012;
  color: #fff;
  font: normal 18px/1 'enfont';
  cursor: pointer;
}

.form-btn input[type="submit"]:hover {
  opacity: .5;
}

.contact-tel {
  text-align: center;
}

.contact-tel p:nth-of-type(1) {
  margin-top: 20px;
  font-size: 12px;
}

.contact-tel p:nth-of-type(2) {
  margin-top: 10px;
  font: normal 22px/1 'enfont';
}

.contact-tel p:nth-of-type(2) a {
  text-decoration: none;
}

.contact-tel p:nth-of-type(3) {
  margin-top: 5px;
  font-size: 12px;
}

.contact-open .nav-mask {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
}

.home-header .logo {
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 201;
  width: 85px;
}

.home-header .logo img {
  width: 100%;
}

.home-header .logo a:hover img {
  opacity: .5;
}

.home-nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 301;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.home-nav-trigger span {
  position: absolute;
  left: 11px;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.home-nav-trigger span:nth-of-type(1) {
  top: 12px;
}

.home-nav-trigger span:nth-of-type(2) {
  top: 18px;
}

.home-nav-trigger span:nth-of-type(3) {
  top: 24px;
}

.home-nav-trigger.is-open {
  background: #e60012;
}

.home-nav-trigger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.home-nav-trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.home-nav-trigger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.home-nav {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 301;
  width: 100%;
  background: #fff;
  display: none;
}

.home-nav ul li {
  border-bottom: 1px solid #000;
}

.home-nav ul li:first-child {
  border-top: 1px solid #000;
}

.home-nav ul li:nth-of-type(4) {
  display: none;
}

.home-nav ul li a {
  display: block;
  padding: 14px 0 12px 35%;
  font-family: 'enfont';
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

.home-nav ul li a:hover {
  opacity: .5;
}

.home-nav ul li a span {
  position: relative;
  padding-left: 17px;
}

.home-nav ul li a span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) skew(9deg, 9deg);
          transform: rotate(-45deg) skew(9deg, 9deg);
}

.home-nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.home.nav-open .home-nav-mask {
  opacity: 1;
  visibility: visible;
}

.home main {
  position: relative;
}

.home .slide-area {
  position: relative;
}

.home .visual-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.home .visual-slide li {
  width: 100%;
  height: 100%;
}

.home .visual-slide01 {
  background: url(../images/home/bg_01.jpg) 40% 50% no-repeat;
  background-size: cover;
}

.home .visual-slide02 {
  background: url(../images/home/bg_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home .visual-slide03 {
  background: url(../images/home/bg_03.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home .visual-slide04 {
  background: url(../images/home/bg_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home .message {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-family: 'jafont';
  font-weight: normal;
  text-align: center;
}

.service main {
  padding: 38px 0 60px;
}

.service .page-header {
  height: 162px;
  padding: 30px 44px 0 20px;
  background: url(../images/service/bg_visual.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}

.service .page-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'enfont';
  font-weight: normal;
}

.service .page-prologue {
  font-size: 14px;
  font-family: 'jafont';
  font-weight: normal;
}

.service .section {
  margin: 20px 20px 0;
}

.service .section h3 {
  border-bottom: 2px solid #e60012;
  font-size: 15px;
  font-family: 'enfont';
  font-weight: normal;
}

.service .section h3 span {
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-size: 10px;
  font-family: 'jafont';
}

.service .section h3 + p {
  font-family: 'jafont';
}

.service .section figure {
  margin-top: 10px;
}

.service .section figure img {
  width: 100%;
}

.service .section p {
  margin-top: 10px;
  font-size: 10px;
}

.service .section05 {
  margin-top: 20px;
}

.service .section05 .title-area {
  padding: 23px 0;
  background: #000;
  text-align: center;
}

.service .section05 .title-area h3 {
  color: #fff;
  font-size: 15px;
  font-family: 'enfont';
  font-weight: normal;
}

.service .section05 .title-area h3 span {
  position: relative;
  top: -2px;
  font-size: 10px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}

.service .section05 h4 {
  margin-top: 15px;
  font-family: 'jafont';
  font-weight: normal;
  text-align: center;
}

.service .section05 h4 img {
  width: 140px;
}

.service .section05 h4 span {
  display: block;
  margin-top: 12px;
  color: #267fe5;
  font-size: 10px;
}

.service .section05 .left-area {
  margin-top: 13px;
  text-align: center;
}

.service .section05 .image01 img {
  width: 138px;
}

.service .section05 .images01 {
  width: 244px;
  margin: 15px auto 0;
}

.service .section05 .images01::after {
  display: block;
  clear: both;
  content: '';
}

.service .section05 .images01 .image02 {
  float: left;
}

.service .section05 .images01 .image02 img {
  width: 110px;
}

.service .section05 .images01 .image03 {
  float: right;
}

.service .section05 .images01 .image03 img {
  width: 108px;
}

.service .section05 .images02 {
  display: none;
}

.service .section05 .data-list {
  margin: 20px 20px 0;
}

.service .section05 .data-list dl {
  margin: 0 auto;
  border-bottom: 1px solid #5f5f5f;
  font-size: 10px;
  overflow: hidden;
}

.service .section05 .data-list dl:first-child {
  border-top: 1px solid #5f5f5f;
}

.service .section05 .data-list dl dt {
  float: left;
  padding: 4px 8px;
  white-space: nowrap;
}

.service .section05 .data-list dl dd {
  padding: 4px 4px 4px 0;
}

.service .section05 .detail-txt {
  margin: 17px 20px 0;
  font-size: 12px;
  line-height: 1.7;
}

.company main {
  padding-top: 38px;
}

.company .page-header {
  background: url(../images/company/bg_section.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.company .page-header .name {
  padding: 10px 32px 0 0;
  text-align: right;
}

.company .page-header .name span {
  display: inline-block;
  padding-top: 1px;
  font-size: 10px;
  vertical-align: top;
}

.company .page-header .name img {
  display: inline-block;
  width: 71px;
  margin-left: 17px;
  vertical-align: top;
}

.company .page-header .column-block {
  margin-top: 13px;
}

.company .page-header .column-block img {
  width: 100%;
}

.company .page-header .image01 {
  float: left;
  width: 50%;
}

.company .page-header .image02 {
  float: left;
  width: 50%;
}

.company .page-header .image02 figcaption {
  display: none;
}

.company .page-title {
  padding: 25px 0 0 20px;
  font-size: 16px;
  font-family: 'enfont';
  font-weight: normal;
}

.company .page-subtitle {
  padding: 10px 40px 0 20px;
  font-size: 15px;
  font-family: 'jafont';
  font-weight: normal;
}

.company .page-subtitle span {
  letter-spacing: -.35em;
}

.company .page-prologue {
  padding: 15px 32px 0 20px;
  font-size: 10px;
  line-height: 1.7;
}

.company .page-prologue + .page-prologue {
  display: none;
}

.company .section01 .block01 {
  padding-bottom: 35px;
  background: url(../images/company/bg_section.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.company .section01 .block01 h3 {
  padding: 15px 20px 0;
  font-size: 16px;
  font-family: 'enfont';
  font-weight: normal;
}

.company .section01 .block01 h4 {
  margin: 15px 20px 0;
  font-size: 15px;
  font-family: 'jafont';
  font-weight: normal;
}

.company .section01 .block01 figure {
  margin-top: 15px;
}

.company .section01 .block01 figure img {
  width: 100%;
}

.company .section01 .block01 p {
  margin: 15px 20px 0;
  font-size: 10px;
  line-height: 1.7;
}

.company .section01 .block02 {
  padding-bottom: 20px;
  background: url(../images/company/bg_section.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.company .section01 .block02 h4 {
  padding: 15px 0 0 20px;
  font-size: 15px;
  font-family: 'jafont';
  font-weight: normal;
}

.company .section01 .block02 h4 span {
  letter-spacing: -.35em;
}

.company .section01 .block02 figure {
  margin-top: 15px;
}

.company .section01 .block02 figure img {
  width: 100%;
}

.company .section01 .block02 p {
  margin: 15px 20px 0;
  font-size: 10px;
  line-height: 1.7;
}

.company .section02 {
  padding: 20px 20px 50px;
  background: url(../images/company/bg_section.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.company .section02 h3 {
  font-size: 16px;
  font-family: 'enfont';
  font-weight: normal;
}

.company .section02 table {
  width: 100%;
  margin-top: 17px;
  border-bottom: 1px solid #8d8d8d;
  line-height: 1.8;
}

.company .section02 table th,
.company .section02 table td {
  padding: 4px 0;
  border-top: 1px solid #8d8d8d;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.company .section02 table th {
  width: 65px;
}

.company .section02 table dl dt {
  padding-bottom: 3px;
  font-weight: bold;
}

.company .section02 table dl dd + dt {
  margin-top: 5px;
}

.company .section02 table a {
  color: #267fe5;
  text-decoration: underline;
}

.company .section02 table a:hover {
  text-decoration: none;
}


/* -- for Mailform start -------------------------------------------------------------------------------- */

#mail_form dl dt span{
  display: none;
}

#mail_form dl dd span{
  display: block;
	color : #ff0000;
  margin-top: 5px;
}

#mail_form #mail_submit_button+span{
	display: block;
	color : #ff0000;
  margin-top: 5px;
  text-align: left;
}

span.loading{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@-webkit-keyframes load-circle{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for Mailform end -------------------------------------------------------------------------------- */


@media only screen and (min-width: 768px){
  .global-header{
    height: 74px;
  }
  .global-header .logo{
    top: 30px;
    left: 30px;
    width: 150px;
  }
  .gnav-trigger{
    width: 74px;
    height: 74px;
  }
  .gnav-trigger span{
    left: 21px;
    width: 32px;
    height: 2px;
  }
  .gnav-trigger span:nth-of-type(1){
    top: 24px;
  }
  .gnav-trigger span:nth-of-type(2){
    top: 36px;
  }
  .gnav-trigger span:nth-of-type(3){
    top: 48px;
  }
  .gnav-trigger.is-open span:nth-of-type(1){
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
  .gnav-trigger.is-open span:nth-of-type(3){
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
  .gnav{
    top: 74px;
  }
  .gnav ul li{
    border-bottom: 2px solid #000;
  }
  .gnav ul li:first-child{
    border-top: 2px solid #000;
  }
  .gnav ul li a{
    font-size: 32px;
    padding: 20px 0 20px 35%;
  }
  .gnav ul li a span{
    padding-left: 35px;
  }
  .gnav ul li a span::before{
    top: 12px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg) skew(14deg, 14deg);
    transform: rotate(-45deg) skew(14deg, 14deg);
  }
  .single-pagetop{
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    padding-top: 15px;
    text-align: center;
  }
  .single-pagetop:hover{
    opacity: .5;
  }
  .fixed-contents{
    display: none !important;
  }
  .global-footer{
    padding: 24px 30px 18px;
  }
  .global-footer div img{
    width: 100px;
  }
  .global-footer small{
    margin-top: 45px;
    font-size: 12px;
    text-align: right;
  }
  .contact-trigger{
    top: 250px;
    right: -70px;
    width: 200px;
    height: 60px;
    padding-top: 15px;
    font-size: 30px;
  }
  .contact-trigger.is-open{
    margin-right: 708px;
  }
  .fixed-contact{
    top: 180px;
    right: -708px;
    width: 708px;
    padding: 0 0 80px;
  }
  .fixed-contact.is-open{
    margin-right: 708px;
  }
  .form-row{
    padding: 30px 70px 0;
  }
  .label-area{
    margin-bottom: 10px;
    font: normal 14px/1 'enfont';
  }
  .input-area textarea{
    height: 150px;
  }
  .form-btn{
    width: 400px;
    margin: 45px auto 0;
  }
  .form-btn input[type="submit"]{
    padding: 18px 0 13px;
  }
  .contact-tel{
    margin-top: 50px;
  }
  .contact-tel p{
    display: inline-block;
    vertical-align: top;
  }
  .contact-tel p:nth-of-type(1){
    margin: 0;
    padding-top: 3px;
    font-size: 16px;
  }
  .contact-tel p:nth-of-type(2){
    margin: 0 30px;
    font-size: 30px;
  }
  .contact-tel p:nth-of-type(3){
    margin: 0;
    padding-top: 3px;
    font-size: 16px;
  }
  .home-header{
    height: 74px;
  }
  .home-header .logo{
    top: 30px;
    left: 30px;
    width: 150px;
  }
  .home-nav-trigger{
    width: 74px;
    height: 74px;
  }
  .home-nav-trigger span{
    left: 21px;
    width: 32px;
    height: 2px;
  }
  .home-nav-trigger span:nth-of-type(1){
    top: 24px;
  }
  .home-nav-trigger span:nth-of-type(2){
    top: 36px;
  }
  .home-nav-trigger span:nth-of-type(3){
    top: 48px;
  }
  .home-nav-trigger.is-open span:nth-of-type(1){
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
  .home-nav-trigger.is-open span:nth-of-type(3){
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
  .home-nav{
    top: 74px;
  }
  .home-nav ul li{
    border-bottom: 2px solid #000;
  }
  .home-nav ul li:first-child{
    border-top: 2px solid #000;
  }
  .home-nav ul li a{
    font-size: 32px;
    padding: 20px 0 20px 35%;
  }
  .home-nav ul li a span{
    padding-left: 35px;
  }
  .home-nav ul li a span::before{
    top: 12px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg) skew(14deg, 14deg);
    transform: rotate(-45deg) skew(14deg, 14deg);
  }
  .home .message{
    top: 180px;
    font-size: 40px;
    letter-spacing: .05em;
  }
  .home .message br{
    display: none;
  }
  .service main{
    padding: 74px 0 100px;
  }
  .service .page-header{
    height: 360px;
    padding: 64px 110px 0 60px;
  }
  .service .page-title{
    margin-bottom: 25px;
    font-size: 30px;
  }
  .service .page-prologue{
    font-size: 30px;
  }
  .service .section{
    margin: 0;
    padding: 20px 0;
  }
  .service .section h3{
    width: 560px;
    margin: 0 auto;
    font-size: 34px;
  }
  .service .section h3 span{
    font-size: 18px;
  }
  .service .section h3 + p{
    margin-top: 25px;
    text-align: center;
    font-size: 22px;
  }
  .service .section figure{
    width: 560px;
    margin: 25px auto 0;
  }
  .service .section figure + p{
    width: 560px;
    margin: 10px auto;
    font-size: 14px;
  }
  .service .section01{
    background: url(../images/service/bg_section01_01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .service .section02{
    background: url(../images/service/bg_section02_01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .service .section03{
    background: url(../images/service/bg_section03_01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .service .section04{
    background: url(../images/service/bg_section04_01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .service .section05{
    margin-top: 0;
  }
  .service .section05 .title-area{
    padding: 40px 100px;
    text-align: left;
  }
  .service .section05 .title-area h3{
    font-size: 34px;
  }
  .service .section05 .title-area h3 span{
    position: relative;
    top: -5px;
    font-size: 18px;
  }
  .service .section05 h4{
    margin-top: 55px;
  }
  .service .section05 h4 img{
    width: 225px;
    vertical-align: top;
  }
  .service .section05 h4 span{
    display: inline-block;
    margin-top: 0;
    padding: 4px 0 0 30px;
    font-size: 18px;
    vertical-align: top;
  }
  .service .section05 .section05-inner{
    padding: 50px 100px 0;
  }
  .service .section05 .left-area{
    margin: 0 4.8% 0 0;
    overflow: hidden;
  }
  .service .section05 .image01{
    float: left;
    width: 49%;
  }
  .service .section05 .image01 img{
    width: 100%;
  }
  .service .section05 .images01{
    float: right;
    width: 35%;
    margin: 0;
  }
  .service .section05 .images01 .image02{
    float: none;
  }
  .service .section05 .images01 .image02 img{
    width: 100%;
  }
  .service .section05 .images01 .image03{
    float: none;
    margin-top: 10px;
  }
  .service .section05 .images01 .image03 img{
    width: 100%;
  }
  .service .section05 .data-list{
    clear: both;
    margin: 25px 0 0;
  }
  .service .section05 .data-list dl{
    font-size: 13px;
  }
  .service .section05 .data-list dl dt{
    padding: 5px 15px;
  }
  .service .section05 .data-list dl dd{
    padding: 5px 5px 5px 0;
  }
  .service .section05 .detail-txt{
    margin: 30px 100px 0;
    font-size: 14px;
  }
  .company main{
    padding-top: 74px;
  }
  .company .page-header{
    padding: 0 70px 30px;
  }
  .company .page-header .name{
    padding: 10px 0 0;
  }
  .company .page-header .name span{
    padding-top: 2px;
    font-size: 14px;
  }
  .company .page-header .name img{
    width: 102px;
    margin-left: 20px;
  }
  .company .page-header .image02 figcaption{
    display: block;
    margin-top: 7px;
    text-align: center;
  }
  .company .page-title{
    padding: 48px 0 0;
    font-size: 30px;
  }
  .company .page-subtitle{
    padding: 15px 0 0;
    font-size: 30px;
    line-height: 1.4;
  }
  .company .page-prologue{
    padding: 20px 0 0;
    font-size: 14px;
  }
  .company .page-prologue + .page-prologue{
    display: block;
    padding: 30px 0 0;
  }
  .company .section01 .block01{
    padding: 0 70px 60px;
  }
  .company .section01 .block01 h3{
    padding: 60px 0 0;
    font-size: 30px;
  }
  .company .section01 .block01 h4{
    margin: 30px 0 0;
    font-size: 30px;
  }
  .company .section01 .block01 figure{
    margin-top: 20px;
  }
  .company .section01 .block01 p{
    margin: 30px 0 0;
    font-size: 14px;
  }
  .company .section01 .block02{
    padding: 0 70px 85px;
  }
  .company .section01 .block02 h4{
    padding: 45px 0 0;
    font-size: 30px;
  }
  .company .section01 .block02 figure{
    margin-top: 20px;
  }
  .company .section01 .block02 p{
    margin: 30px 0 0;
    font-size: 14px;
  }
  .company .section02{
    padding: 55px 70px 110px;
  }
  .company .section02 h3{
    font-size: 30px;
  }
  .company .section02 table{
    margin-top: 35px;
  }
  .company .section02 table th,
  .company .section02 table td{
    font-size: 16px;
  }
  .company .section02 table th{
    width: 112px;
    padding: 10px 0;
    text-align: center;
  }
  .company .section02 table td{
    padding: 10px 0 10px 50px;
  }
  .company .section02 table dl dd + dt{
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px){
  .global-header{
    height: 112px;
  }
  .global-header .logo{
    top: 22px;
    left: 37px;
    width: 140px;
  }
  .gnav-trigger{
    display: none;
  }
  .gnav{
    top: 43px;
    left: 230px;
    width: auto;
    background: transparent;
    display: block !important;
  }
  .gnav ul li{
    display: inline-block;
    margin-left: 50px;
    border-bottom: none;
  }
  .gnav ul li:nth-of-type(1){
    display: none;
  }
  .gnav ul li:nth-of-type(2){
    margin-left: 0;
  }
  .gnav ul li:nth-of-type(4){
    display: inline-block;
  }
  .gnav ul li a{
    padding: 0;
    color: #fff;
    font-size: 20px;
  }
  .gnav ul li a span{
    padding-left: 0;
  }
  .gnav ul li a span::before{
    content: none;
  }
  .nav-mask{
    display: none;
  }
  .global-footer{
    padding: 20px 14px 14px;
  }
  .contact-trigger{
    top: 484px;
    right: -204px;
    width: auto;
    min-width: 440px;
    height: 32px;
    padding-top: 0;
    font-size: 30px;
  }
  .contact-trigger.is-open{
    margin-right: 980px;
  }
  .contact-trigger::before{
    position: absolute;
    top: 8px;
    left: 14px;
    content: '';
    width: 18px;
    height: 15px;
    background: url(../images/common/icon_contact-arrow.png) 0 0 no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .contact-trigger.is-open::before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .contact-trigger:hover{
    background: #f38089;
  }
  .fixed-contact{
    top: 180px;
    right: -980px;
    width: 980px;
    height: auto;
    min-height: 440px;
    padding: 0 150px 0 30px;
  }
  .fixed-contact.is-open{
    margin-right: 980px;
  }
  form .left-area{
    float: left;
    width: 350px;
  }
  form .right-area{
    float: right;
    width: 400px;
  }
  .form-row{
    padding: 30px 0 0;
  }
  .label-area{
    margin: 0 5px 7px;
    font-size: 15px;
  }
  .input-area input[type="text"]{
    padding: 10px;
  }
  .input-area textarea{
    padding: 10px;
  }
  .form-btn{
    width: auto;
    margin: 45px auto 0;
  }
  .form-btn input[type="submit"]{
    padding: 15px 0 10px;
    font-size: 20px;
  }
  .contact-tel{
    margin-top: 60px;
  }
  .contact-tel p:nth-of-type(2){
    font-size: 32px;
  }
  .contact-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .contact-open .contact-mask{
    z-index: 190;
    opacity: 1;
    visibility: visible;
  }
  .home-header{
    height: 62px;
  }
  .home-header .logo{
    top: 22px;
    left: 37px;
    width: 140px;
  }
  .home-nav-trigger{
    display: none;
  }
  .home-nav{
    top: 43px;
    left: 230px;
    width: auto;
    background: transparent;
    display: block !important;
  }
  .home-nav ul li{
    display: inline-block;
    margin-left: 50px;
    border-bottom: none;
  }
  .home-nav ul li:nth-of-type(1){
    display: none;
  }
  .home-nav ul li:nth-of-type(2){
    margin-left: 0;
  }
  .home-nav ul li:nth-of-type(4){
    display: inline-block;
  }
  .home-nav ul li a{
    padding: 0;
    color: #fff;
    font-size: 20px;
  }
  .home-nav ul li a span{
    padding-left: 0;
  }
  .home-nav ul li a span::before{
    content: none;
  }
  .home-nav-mask{
    display: none;
  }
  .home .message{
    top: 200px;
    font-size: 46px;
  }
  .service main{
    padding: 112px 0 0px;
  }
  .service .page-header{
    height: 365px;
    padding: 130px 0 0;
    background-position: 50% 100%;
  }
  .service .page-header-inner{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .service .page-title{
    float: left;
    margin: 0 20px 0 0;
    font-size: 32px;
  }
  .service .page-prologue{
    overflow: hidden;
  }
  .service .section{
    padding: 35px 0;
  }
  .service .section h3{
    width: 1000px;
    margin: 0 auto;
  }
  .service .section h3 span{
    top: -5px;
    font-size: 20px;
  }
  .service .section h3 + p,
  .service .section figure,
  .service .section figure + p{
    width: 1000px;
    margin: 35px auto 0;
  }
  .service .section h3 + p{
    text-align: left;
    font-size: 30px;
  }
  .service .section figure + p{
    padding: 0 5px;
    font-size: 16px;
  }
  .service .section05 .title-area{
    padding: 45px 0;
  }
  .service .section05 .title-area h3{
    width: 1000px;
    margin: 0 auto;
  }
  .service .section05 .title-area h3 span{
    font-size: 20px;
  }
  .service .section05 h4{
    width: 1000px;
    margin: 55px auto 0;
    padding-left: 80px;
    text-align: left;
  }
  .service .section05 h4 span{
    padding: 0 0 0 30px;
  }
  .service .section05 .section05-inner{
    width: 920px;
    margin: 0 auto;
    padding: 50px 0 0;
    overflow: hidden;
  }
  .service .section05 .left-area{
    float: left;
    width: 276px;
    margin: 0 0 0 30px;
    overflow: visible;
  }
  .service .section05 .image01{
    float: none;
    width: auto;
  }
  .service .section05 .images01{
    display: none;
  }
  .service .section05 .right-area{
    float: right;
    width: 525px;
  }
  .service .section05 .images02{
    display: block;
    overflow: hidden;
  }
  .service .section05 .images02 .image02{
    float: left;
    width: 220px;
  }
  .service .section05 .images02 .image03{
    float: right;
    width: 216px;
  }
  .service .section05 .data-list{
    clear: both;
    margin: 25px 0 0;
  }
  .service .section05 .data-list dl{
    font-size: 13px;
  }
  .service .section05 .data-list dl dt{
    padding: 5px 15px;
  }
  .service .section05 .data-list dl dd{
    padding: 5px 5px 5px 0;
  }
  .service .section05 .detail-txt{
    width: 920px;
    margin: 20px auto 0;
  }
  .company main{
    padding-top: 112px;
  }
  .company .page-header{
    padding: 0 0 20px;
  }
  .company .page-header .page-header-inner{
    width: 1000px;
    margin: 0 auto;
  }
  .company .page-header .name span{
    font-size: 14px;
  }
  .company .page-header .page-title{
    padding: 60px 0 0;
    font-size: 32px;
  }
  .company .page-header .page-subtitle{
    padding: 40px 0 0;
    font-size: 32px;
  }
  .company .page-header .page-subtitle br{
    display: none;
  }
  .company .page-header .image-text{
    margin-top: 70px;
    overflow: hidden;
  }
  .company .page-header .text{
    float: left;
    width: 680px;
  }
  .company .page-header .image{
    float: right;
    width: 290px;
  }
  .company .page-header .column-block{
    margin-top: 0;
  }
  .company .page-header .image01,
  .company .page-header .image02{
    float: none;
    width: auto;
  }
  .company .page-header .image02 figcaption{
    margin-top: 7px;
    font-size: 14px;
  }
  .company .page-header .page-prologue{
    padding: 0;
    line-height: 1.8;
  }
  .company .page-header .page-prologue + .page-prologue{
    padding: 40px 0 0;
  }
  .company .section01{
    background: url(../images/company/bg_section.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .company .section01 .block01{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0;
    background: none;
  }
  .company .section01 .block01 h3{
    padding: 60px 0 0;
    font-size: 30px;
  }
  .company .section01 .block01 h4{
    margin: 30px 0 0 400px;
    font-size: 30px;
    letter-spacing: -.025em;
  }
  .company .section01 .block01 figure{
    position: absolute;
    top: 185px;
    left: 0;
    margin-top: 0;
  }
  .company .section01 .block01 figure img{
    width: 370px;
  }
  .company .section01 .block01 p{
    margin: 60px 0 0 400px;
  }
  .company .section01 .block02{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 80px;
    background: none;
  }
  .company .section01 .block02 h4{
    padding: 0 0 0 400px;
    font-size: 30px;
  }
  .company .section01 .block02 figure{
    position: absolute;
    top: 70px;
    left: 0;
    margin-top: 0;
  }
  .company .section01 .block02 figure img{
    width: 370px;
  }
  .company .section01 .block02 p{
    margin: 25px 0 0 400px;
  }
  .company .section02{
    padding: 55px 0 15px;
  }
  .company .section02 .section02-inner{
    width: 1000px;
    margin: 0 auto;
  }
  .company .section02 table{
    margin-top: 30px;
    line-height: 2;
  }
  .company .section02 table th{
    width: 325px;
    padding: 10px 0 10px 117px;
  }
  .company .section02 table td{
    padding: 10px 0;
  }
}

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

@media only screen and (max-height: 320px){
  .home .visual-slide li{
    min-height: 200vh;
  }
}
