@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: "游ゴシック", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow-x: hidden;
  line-height: 1;
  color: #fff;
  padding-top: 95px;
  background-color: #131313;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.container {
  overflow: hidden;
}

.container-bk-color {
  background-color: #131313;
}

img {
  width: 100%;
  vertical-align: middle;
}

p {
  margin: 0;
  color: #ffffff;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center {
  text-align: center;
}

.inline {
  display: inline-block;
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

.montserrat {
  font-family: "Montserrat";
}

h1 {
  font-size: 4rem;
  text-align: left;
  margin: 0;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

h3 {
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

h4 {
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-none {
    display: none;
  }
}

.sm-view {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-view {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-br::after {
    content: "\a";
    white-space: pre;
  }
}

@media only screen and (max-width: 768px) {
  .xs-none {
    display: none;
  }
}

.xs-view {
  display: none;
}
@media only screen and (max-width: 768px) {
  .xs-view {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .xs-br::after {
    content: "\a";
    white-space: pre;
  }
}

.xs-none-br::after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  .xs-none-br::after {
    content: "";
  }
}

.slide_in_wrap {
  position: relative;
}
.slide_in_wrap .beta {
  position: absolute;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slide_in_left {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms, -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  background-color: #fff;
}
.slide_in_left img {
  left: 0;
}

.slide_in_wrap.show_in .slide_in_left {
  width: 100%;
}

.slide_in_right {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms, -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  background-color: #fff;
}
.slide_in_right img {
  right: 0;
}

.slide_in_wrap.show_in .slide_in_right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  height: 100%;
}
.slide_in_wrap.show_in .slide_in_right .beta {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transition-delay: 625ms;
          transition-delay: 625ms;
}
.slide_in_wrap.show_in .slide_in_left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  height: 100%;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.effect-rev-fade {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 2500ms, -webkit-transform 2500ms;
  transition: opacity 2500ms, -webkit-transform 2500ms;
  transition: opacity 2500ms, transform 2500ms;
  transition: opacity 2500ms, transform 2500ms, -webkit-transform 2500ms;
}

.swiper-top, .swiper-information {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-top-vertical > .swiper-wrapper, .swiper-information-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #0abab5;
  opacity: 1;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lb-data .lb-number {
  display: none !important;
}

.section-title {
  width: 100%;
  max-width: 1180px;
}

.section-title-flow {
  width: 100%;
  max-width: 481px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .section-title-flow {
    width: calc(80% - 160px);
  }
}
@media only screen and (max-width: 768px) {
  .section-title-flow {
    width: calc(80% - 30px);
  }
}

.mark-up {
  color: #9b8e1e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff799));
  background: linear-gradient(transparent 50%, #fff799 50%);
}

.normal-container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .normal-container {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .normal-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.over-text {
  position: absolute;
  margin: 0 auto;
  padding: 0.5rem;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .over-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .over-text {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}

.link-bnr-contact {
  display: block;
  width: 845px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}

.more-link {
  width: 215px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0abab5;
  color: #0abab5;
  position: relative;
}
.more-link::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub-title {
  font-size: 2rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.6rem;
  }
}

.main-img-container {
  width: auto;
  margin: 0 50px;
}
@media only screen and (max-width: 768px) {
  .main-img-container {
    margin: 0 10px;
  }
}

.main-img {
  position: relative;
}
.main-img h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  line-height: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .main-img h1 {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .main-img h1 {
    line-height: 1;
  }
}
.main-img h1 .main-title {
  font-size: 6rem;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .main-img h1 .main-title {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
.main-img h1 .main-subtitle {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .main-img h1 .main-subtitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-img h1 .main-subtitle {
    font-size: 1.6rem;
  }
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page-nav {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
    display: block;
  }
}
.page-nav a {
  color: #ffffff;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 16px;
  border-right: 1px solid #8E8E8E;
}
.page-nav a:first-of-type {
  padding-left: 0;
}
.page-nav a:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}

a, input[type=submit] {
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  cursor: pointer;
}
a:hover, input[type=submit]:hover {
  opacity: 0.7;
}

input[type=submit]:disabled {
  cursor: not-allowed;
}
input[type=submit]:disabled:hover {
  opacity: initial;
}

.header-title {
  font-size: 3rem;
  font-weight: 800;
}

.header-icon {
  max-width: 140px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    padding: 10px;
  }
}
.menu a {
  font-family: "Montserrat";
  color: #fff;
}
.menu .menu-logo {
  width: 100px;
}
.menu .pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .pc-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu .pc-nav {
    display: none;
  }
}
.menu .pc-nav ul {
  display: inline-block;
  padding: 0;
}
.menu .pc-nav ul li {
  display: inline-block;
  margin-left: 30px;
  /*
  &:nth-of-type(n+2){
    margin: 0 0 0 25px;
  }
  */
  /*
  a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: $main-color;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  */
}
.menu .pc-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu .mobile-nav {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    z-index: 1000;
  }
}
@media only screen and (max-width: 768px) {
  .menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    z-index: 1000;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: ease 0.75s;
    transition: ease 0.75s;
  }
  .menu .icon span:nth-of-type(1) {
    top: 16px;
  }
  .menu .icon span:nth-of-type(2) {
    top: 28px;
  }
  .menu .icon span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .menu .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: ease 0.75s;
    transition: ease 0.75s;
  }
  .menu .icon span:nth-of-type(1) {
    top: 16px;
  }
  .menu .icon span:nth-of-type(2) {
    top: 28px;
  }
  .menu .icon span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .close span {
    background-color: #fff;
  }
  .menu .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
  }
  .menu .close span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .menu .close span {
    background-color: #fff;
  }
  .menu .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
  }
  .menu .close span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 28px;
  }
}
.menu .mobile-nav {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: rgb(34, 49, 52);
}
.menu .mobile-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 75px 0 0 0;
  padding: 15px;
  text-align: right;
}
.menu .mobile-nav ul li {
  margin-bottom: 1em;
}
.menu .mobile-nav a {
  display: block;
  color: #fff;
  text-align: center;
  border-bottom: solid 0.5px #fff;
  line-height: 2;
}
.menu .header-contact-nav {
  /*position: absolute;
  top: 0;
  right: 50px;
  */
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .header-contact-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu .header-contact-nav {
    display: none;
  }
}
.menu .header-contact-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 185px;
  height: 100%;
  color: #fff;
  background-color: #0abab5;
}
.menu .header-contact-nav .icon-back-round-white {
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-right: 1rem;
}

footer {
  background-color: #212121;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-container {
  padding-top: 60px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  footer .footer-container {
    display: block;
    padding: 40px 0;
  }
}
footer .footer-container .footer-logo {
  width: 186.5px;
  height: 86px;
}
footer .footer-container .footer-title {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-title {
    width: 100%;
  }
}
footer .footer-container address {
  width: 33%;
}
footer .footer-container address .address-tel {
  font-size: 2rem;
  font-family: "Montserrat";
}
@media only screen and (max-width: 768px) {
  footer .footer-container address {
    width: 100%;
  }
}
footer .footer-container .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-family: "Montserrat";
  font-size: 14px;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-right {
    width: 100%;
  }
}
footer .footer-container .footer-right p {
  color: #8E8E8E;
}

.top-groove-container {
  margin-top: 100vh;
}
.top-groove-container h1 {
  font-size: 4.8rem;
  text-align: center;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .top-groove-container h1 {
    padding-top: 50px;
  }
}
.top-groove-container .store-logo-img-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-groove-container .store-logo-img-container .store-logo-img {
  width: 370px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-groove-container .store-logo-img-container .store-logo-img {
    margin-top: 100px;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .top-groove-container .store-logo-img-container .store-logo-img {
    margin-top: 20px;
    width: 100%;
  }
}
.top-groove-container .store-logo-img-container .store-logo-img .store-text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.75;
}

.top-335-container h1 {
  font-size: 4.8rem;
  text-align: center;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .top-335-container h1 {
    padding-top: 50px;
  }
}
.top-335-container .store-logo-img-single-container {
  margin-top: 60px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-335-container .store-logo-img-single-container .store-logo-img {
  width: 370px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-335-container .store-logo-img-single-container .store-logo-img {
    width: 30%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .top-335-container .store-logo-img-single-container .store-logo-img {
    margin-top: 70px;
    width: 100%;
  }
}
.top-335-container .store-logo-img-single-container .store-logo-img .store-text {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.top-customer {
  margin-top: 100px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top-customer {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.top-customer .top-customer-container {
  width: calc(50% - 30.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-customer .top-customer-container {
    width: 100%;
    margin-bottom: 50px;
  }
}
.top-customer .top-customer-container .top-customer-img {
  position: relative;
}
.top-customer .top-customer-container .top-customer-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top-customer .top-customer-container .top-customer-img span {
    font-size: 2rem;
  }
}
.top-customer .top-customer-container .top-customer-note {
  text-align: center;
  width: 100%;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 30px;
}

.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top-about {
    margin-bottom: 70px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-about .top-about-note {
  padding-left: calc(50% - 590px);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-note {
    width: 45%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top-about .top-about-note h1 {
  font-size: 5rem;
  color: #0abab5;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note h1 {
    margin-top: 20px;
  }
}
.top-about .top-about-note p {
  font-size: 3rem;
  line-height: 5rem;
  margin-bottom: 75px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-note p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.top-about .top-about-img {
  width: 53.571428%;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-img {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-img {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.top-voice {
  min-height: 590px;
  background-image: url(../img/top/top_voice_bg.jpg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .top-voice {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-voice h1 {
  font-size: 5rem;
  color: #0abab5;
  margin-bottom: 45px;
}
.top-voice .top-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-voice .top-voice-list .top-voice-col {
  width: 370px;
  min-height: 210px;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-voice .top-voice-list .top-voice-col {
    width: 30%;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-voice .top-voice-list .top-voice-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-voice .top-voice-list .top-voice-col h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
.top-voice .top-voice-list .top-voice-col p {
  line-height: 2;
}

.top-recruit {
  margin-top: 140px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .top-recruit {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.top-recruit h1 {
  font-size: 5rem;
  color: #0abab5;
  margin-bottom: 50px;
}
.top-recruit .top-recruit-img {
  margin-bottom: 60px;
  position: relative;
}
.top-recruit .top-recruit-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top-recruit .top-recruit-img span {
    font-size: 1.4rem;
  }
}
.top-recruit .top-recruit-link .more-link {
  margin-left: auto;
}

.top-contact {
  min-height: 350px;
  background-image: url(../img/top/top_contact_bg.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 76.5px;
}
.top-contact h1 {
  text-align: center;
  font-size: 3rem;
  color: #0abab5;
  margin-bottom: 55px;
  line-height: 1.6;
  text-shadow: #fff 2px 0px 15px, #fff -2px 0px 15px, #fff 0px -2px 15px, #fff -2px 0px 15px, #fff 2px 2px 15px, #fff -2px 2px 15px, #fff 2px -2px 15px, #fff -2px -2px 15px, #fff 1px 2px 15px, #fff -1px 2px 15px, #fff 1px -2px 15px, #fff -1px -2px 15px, #fff 2px 1px 15px, #fff -2px 1px 15px, #fff 2px -1px 15px, #fff -2px -1px 15px, #fff 1px 1px 15px, #fff -1px 1px 15px, #fff 1px -1px 15px, #fff -1px -1px 15px;
}
@media only screen and (max-width: 768px) {
  .top-contact h1 {
    font-size: 2rem;
  }
}
.top-contact .top-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-contact .top-contact-list a {
  width: 270px;
  height: 55px;
  margin: 0 20px;
  background-color: #0abab5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-contact .top-contact-list a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.greeting-from-representative {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .greeting-from-representative {
    margin-bottom: 70px;
  }
}
.greeting-from-representative h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .greeting-from-representative h1 {
    font-size: 3rem;
  }
}
.greeting-from-representative p {
  font-size: 2rem;
  line-height: 2;
}
.greeting-from-representative .representative-name {
  margin-top: 1em;
  text-align: right;
}

.company-overview {
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .company-overview {
    margin-bottom: 70px;
  }
}
.company-overview h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 45px;
  font-family: "Montserrat";
}
@media only screen and (max-width: 768px) {
  .company-overview h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-overview .company-overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  background-color: #050505;
  padding: 46px 50px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list {
    padding: 20px 10px;
  }
}
.company-overview .company-overview-list dt {
  width: 250px;
  padding: 50px 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #999999;
  border-top: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-overview .company-overview-list dt:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dt:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .company-overview .company-overview-list dt {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.company-overview .company-overview-list dd {
  margin: 0;
  width: calc(100% - 250px);
  font-size: 2rem;
  padding: 50px 20px;
  border-top: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-overview .company-overview-list dd:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .company-overview .company-overview-list dd {
    width: calc(100% - 200px);
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dd {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }
}
.company-overview .company-overview-list dd a {
  font-size: 1.4rem;
  border: solid 1px #fff;
  margin-left: 10px;
  height: 20px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-greeting {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .company-greeting {
    margin-bottom: 100px;
  }
}
.company-greeting h1 {
  font-size: 5rem;
  color: #0abab5;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .company-greeting h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-greeting .company-greeting-message {
  line-height: 2;
  font-size: 1.5rem;
}
.company-greeting .company-greeting-from {
  margin-top: 2em;
  text-align: right;
  line-height: 2;
  font-size: 1.5rem;
}

.contact-phone {
  margin: 150px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-phone {
    margin-bottom: 100px;
  }
}
.contact-phone h1 {
  font-size: 5rem;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-phone h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-phone h2 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-phone h2 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-phone .contact-phone-area {
  background-color: #050505;
  padding: 50px 0;
}
.contact-phone .contact-phone-area .contact-phone-number {
  font-size: 4.8rem;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .contact-phone .contact-phone-area .contact-phone-number {
    font-size: 4rem;
  }
}
.contact-phone .contact-phone-area p {
  font-size: 1.6rem;
  margin-top: 17px;
}

.contact-mail h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-mail h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-mail .contact-mail-message {
  line-height: 2;
  background-color: #050505;
  padding: 47.5px 52px 0 52px;
}
@media only screen and (max-width: 768px) {
  .contact-mail .contact-mail-message {
    padding: 20px 10px;
  }
}
.contact-mail .contact-mail-message p {
  margin-bottom: 14px;
}
.contact-mail .contact-mail-message p:last-child {
  margin-bottom: 0;
}
.contact-mail .contact-mail-message .contact-attention {
  position: relative;
  padding-left: 1em;
}
.contact-mail .contact-mail-message .contact-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-mail .contact-mail-message .contact-no-attention {
  position: relative;
  padding-left: 1em;
}
.contact-mail .contact-mail-message .contact-no-attention::before {
  content: "　";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-mail .contact-mail-message h2 {
  color: #fff;
  margin-bottom: 25px;
}
.contact-mail .mail-form {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form {
    margin-bottom: 100px;
  }
}
.contact-mail .mail-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 50px 50px 60px 50px;
  color: #fff;
  background-color: #050505;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl {
    padding: 20px 10px;
  }
}
.contact-mail .mail-form dl dt {
  font-size: 2rem;
  width: 270px;
  color: #999999;
  border-top: 1px solid #999999;
  padding: 63.5px 35px 63.5px 20px;
  font-weight: bold;
  position: relative;
}
.contact-mail .mail-form dl dt:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dt {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-mail .mail-form dl dt:last-of-type {
    border-bottom: none;
  }
}
.contact-mail .mail-form dl dt.require::after {
  content: "必須";
  font-size: 1.4rem;
  width: 35px;
  height: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
  margin-left: 10px;
}
.contact-mail .mail-form dl dd {
  font-size: 2rem;
  margin: 0;
  padding: 50px 0 50px 35px;
  width: calc(100% - 270px);
  border-top: 1px solid #999999;
}
.contact-mail .mail-form dl dd:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 0;
    padding-top: 0;
    border-top: 0;
  }
}
.contact-mail .mail-form dl dd .entry-form-short {
  width: 420px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .contact-mail .mail-form dl dd .entry-form-short {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd .entry-form-short {
    width: 100%;
  }
}
.contact-mail .mail-form dl dd .entry-form-long {
  width: 100%;
}
.contact-mail .mail-form dl dd input[type=text], .contact-mail .mail-form dl dd textarea {
  background-color: #fff;
  border: none;
}
.contact-mail .mail-form dl dd input[type=text] {
  height: 50px;
}
.contact-mail .mail-form dl dd textarea {
  height: 215px;
}
.contact-mail .mail-form dl dd input#file-upload-button {
  height: 50px;
  max-width: 320px;
  width: 100%;
}
.contact-mail .mail-form dl dd label.label-file input {
  display: none;
}
.contact-mail .mail-form dl dd label.label-file span {
  display: inline-block;
  height: 50px;
  width: 420px;
  border: 1px solid #999999;
  line-height: 50px;
  padding: 0 16px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .contact-mail .mail-form dl dd label.label-file span {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd label.label-file span {
    width: 100%;
  }
}
.contact-mail .mail-form dl dd .radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-mail .mail-form dl dd .radio-list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd .radio-list li {
    line-height: 2;
  }
}
.contact-mail .mail-form dl dd .radio-list li:last-child {
  margin-bottom: 0;
}
.contact-mail .mail-form dl dd .radio-list .label-radio {
  cursor: pointer;
}
.contact-mail .mail-form dl dd .radio-list .label-radio [type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 0.5em;
}
.contact-mail .mail-form .contact-btn-list {
  background-color: #050505;
  padding: 50px 0;
}
.contact-mail .mail-form .g-recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contact-mail .mail-form .contact-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form .contact-btn-wrap {
    margin-bottom: 70px;
  }
}
.contact-mail .mail-form .contact-btn {
  background-color: transparent;
  border: none;
  width: 420px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form .contact-btn {
    width: 300px;
  }
}

.contact-confiem {
  margin-top: 50px;
}
.contact-confiem h1 {
  font-size: 4rem;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-confiem h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-confiem p {
  line-height: 2;
  margin-bottom: 50px;
}
.contact-confiem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 50px 50px 100px 50px;
  color: #fff;
  background-color: #050505;
}
@media only screen and (max-width: 768px) {
  .contact-confiem dl {
    padding: 20px 10px;
  }
}
.contact-confiem dl dt {
  width: 250px;
  color: #999999;
  border-top: 1px solid #999999;
  padding: 50px 20px;
  font-weight: bold;
  position: relative;
}
.contact-confiem dl dt:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .contact-confiem dl dt {
    width: 100%;
  }
  .contact-confiem dl dt:last-of-type {
    border-bottom: none;
  }
}
.contact-confiem dl dd {
  margin: 0;
  padding: 50px 20px;
  width: calc(100% - 250px);
  border-top: 1px solid #999999;
}
.contact-confiem dl dd:last-of-type {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .contact-confiem dl dd {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.contact-confiem dl dd input[type=text], .contact-confiem dl dd textarea {
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  border-radius: 10px;
}
.contact-confiem dl dd input[type=text] {
  height: 50px;
}
.contact-confiem dl dd textarea {
  height: 215px;
}
.contact-confiem dl dd input#file-upload-button {
  height: 50px;
  max-width: 320px;
  width: 100%;
}
.contact-confiem dl dd label.label-file input {
  display: none;
}
.contact-confiem dl dd label.label-file span {
  display: inline-block;
  background-color: #f1f1f1;
  height: 50px;
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  border: 1px solid #dadada;
  line-height: 50px;
  padding: 0 16px;
}
.contact-confiem dl dd .radio-list {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.contact-confiem dl dd .radio-list li {
  display: inline-block;
  margin-right: 35px;
}
.contact-confiem .contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
  background-color: #050505;
}
@media only screen and (max-width: 768px) {
  .contact-confiem .contact-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.contact-confiem .contact-btn-list .contact-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .contact-confiem .contact-btn-list .contact-btn-wrap {
    margin-bottom: 70px;
  }
}
.contact-confiem .contact-btn-list .contact-btn {
  background-color: transparent;
  border: none;
  width: 300px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.contact-error {
  padding: 50px 50px 100px 50px;
  background-color: #050505;
}
@media only screen and (max-width: 768px) {
  .contact-error {
    padding-bottom: 70px;
  }
}
.contact-error h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-error h2 {
    font-size: 2rem;
  }
}
.contact-error p {
  margin-bottom: 20px;
  text-align: center;
}
.contact-error ul {
  color: #fff;
}

.contact-thanks {
  padding: 50px 50px 100px 50px;
}
@media only screen and (max-width: 768px) {
  .contact-thanks {
    padding-bottom: 70px;
  }
}
.contact-thanks h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-thanks h2 {
    font-size: 2rem;
  }
}
.contact-thanks p {
  margin-bottom: 20px;
  text-align: center;
}
.contact-thanks ul {
  color: #fff;
}

.contact-return {
  text-align: center;
}
.contact-return h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-return h3 {
    font-size: 2rem;
  }
}
.contact-return .contact-address {
  display: inline-block;
  text-align: left;
}
.contact-return p {
  margin-bottom: 20px;
}

.contact-finish .contact-btn-list, .contact-error .contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .contact-finish .contact-btn-list, .contact-error .contact-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
.contact-finish .contact-btn-list .contact-btn-wrap, .contact-error .contact-btn-list .contact-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .contact-finish .contact-btn-list .contact-btn-wrap, .contact-error .contact-btn-list .contact-btn-wrap {
    margin-bottom: 50px;
  }
}
.contact-finish .contact-btn-list .contact-btn, .contact-error .contact-btn-list .contact-btn {
  background-color: transparent;
  border: none;
  width: 420px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contact-finish .contact-btn-list .contact-btn, .contact-error .contact-btn-list .contact-btn {
    width: 300px;
  }
}

.business-groove, .business-335 {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .business-groove, .business-335 {
    margin-top: 50px;
  }
}
.business-groove h2, .business-335 h2 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-groove h2, .business-335 h2 {
    font-size: 3rem;
  }
}

.business-groove .business-company-limited {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .business-groove .business-company-limited {
    margin-top: 20px;
  }
}
.business-groove .explanatory-area {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .business-groove .explanatory-area {
    margin-top: 40px;
  }
}

.business-335 .business-company-limited {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .business-335 .business-company-limited {
    margin-top: 20px;
  }
}
.business-335 .explanatory-area {
  margin-top: 45px;
}

.business-company-limited {
  text-align: center;
}
.business-company-limited img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 590px;
}
@media only screen and (max-width: 768px) {
  .business-company-limited img {
    max-width: 80%;
  }
}

.explanatory-area p {
  font-size: 2rem;
  line-height: 2;
}

.store-introduction-section {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .store-introduction-section {
    margin-top: 50px;
  }
}

.business-store-introduction-area {
  position: relative;
  background-image: url(../img/business/business_bk_img.jpg);
  background-size: cover;
  background-position: 50%;
}
.business-store-introduction-area .business-store-introduction {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-store-introduction-area .business-store-introduction {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.business-store-introduction-area .business-store-introduction img {
  width: auto;
  max-width: 285px;
  height: auto;
  max-height: 170px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-store-introduction-area .business-store-introduction img {
    margin-top: 20px;
    max-width: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .business-store-introduction-area .business-store-introduction img {
    margin-top: 10px;
    max-width: 100%;
    max-height: none;
  }
}
.business-store-introduction-area .business-store-introduction .introduction-text-area {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .business-store-introduction-area .business-store-introduction .introduction-text-area {
    margin: 0;
  }
}
.business-store-introduction-area .business-store-introduction .introduction-text-area .introduction-text {
  margin-top: 50px;
  font-size: 2rem;
  line-height: 2;
}

.store-link-btn {
  margin-top: 50px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #999999;
  background-color: #050505;
}

.contact-link-area {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .contact-link-area {
    margin-bottom: 100px;
  }
}
.contact-link-area p {
  font-size: 2rem;
}

.contact-link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  height: 85px;
  margin-top: 50px;
  background-color: #212121;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .contact-link-btn {
    width: 100%;
  }
}

.bar79-introduction-area {
  background-image: url(../img/bar79/bar79_bk_img_large.jpg);
  background-size: cover;
  background-position: 50%;
}
.bar79-introduction-area .bar79-introduction {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .bar79-introduction-area .bar79-introduction {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bar79-introduction-area .bar79-introduction .introduction-text-area {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .bar79-introduction-area .bar79-introduction .introduction-text-area {
    margin: 0;
  }
}
.bar79-introduction-area .bar79-introduction .introduction-text-area .introduction-title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 4.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bar79-introduction-area .bar79-introduction .introduction-text-area .introduction-title {
    font-size: 3rem;
  }
}
.bar79-introduction-area .bar79-introduction .introduction-text-area .introduction-text {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}

.charge-system-area {
  margin-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .charge-system-area {
    margin-top: 75px;
  }
}
.charge-system-area .charge-system-title {
  font-size: 4rem;
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .charge-system-area .charge-system-title {
    font-size: 3rem;
  }
}
.charge-system-area .charge-system-list {
  margin: 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #050505;
  padding: 50px 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .charge-system-area .charge-system-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.charge-system-area .charge-system-list dt {
  text-align: start;
  padding: 15px 0px 15px 70px;
  color: #999999;
  width: 375px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .charge-system-area .charge-system-list dt {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .charge-system-area .charge-system-list dt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.charge-system-area .charge-system-list dd {
  margin: 0;
  text-align: start;
  width: calc(50% - 375px);
  font-family: "Montserrat";
  padding: 15px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .charge-system-area .charge-system-list dd {
    width: 50%;
    text-align: end;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .charge-system-area .charge-system-list dd {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.charge-system-area p {
  font-size: 2rem;
}

.bar79-store-infomation-section {
  margin-top: 150px;
}
.bar79-store-infomation-section .bar79-store-infomation-title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-title {
    font-size: 3rem;
  }
}
.bar79-store-infomation-section .bar79-store-infomation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-area {
    display: block;
  }
}
.bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list {
    width: 100%;
  }
}
.bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list dt {
  color: #999999;
  width: 130px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list dt {
    width: 100%;
  }
}
.bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list dd {
  color: #fff;
  width: calc(100% - 130px);
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-list dd {
    width: 100%;
  }
}
.bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-infomation-area .bar79-store-infomation-img {
    width: 100%;
  }
}
.bar79-store-infomation-section .bar79-store-img-contaienr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-img-contaienr {
    display: block;
  }
}
.bar79-store-infomation-section .bar79-store-img-contaienr .bar79-store-img {
  width: auto;
  max-width: 370px;
  height: auto;
  max-height: 225px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-img-contaienr .bar79-store-img {
    max-width: none;
    max-height: none;
    margin-top: 50px;
  }
}
.bar79-store-infomation-section .bar79-store-img-contaienr .bar79-store-img p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.bar79-store-infomation-section .bar79-store-img-contaienr .arrow-left {
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12.5px;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-img-contaienr .arrow-left {
    display: none;
  }
}
.bar79-store-infomation-section .bar79-store-img-contaienr .arrow-down {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bar79-store-infomation-section .bar79-store-img-contaienr .arrow-down {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.bar79-audio-system-section {
  margin-top: 150px;
}
.bar79-audio-system-section .bar79-introduction-area {
  background-image: url(../img/bar79/bar79_autio_system_img.png);
}
.bar79-audio-system-section .introduction-text-area h2 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bar79-audio-system-section .introduction-text-area h2 {
    font-size: 3rem;
  }
}

.bar79-record-introduction-section .bar79-introduction-area {
  background-image: url(../img/bar79/bar79_record_img.png);
}
.bar79-record-introduction-section .introduction-text-area h2 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bar79-record-introduction-section .introduction-text-area h2 {
    font-size: 3rem;
  }
}

.bar79-goods-section {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .bar79-goods-section {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
.bar79-goods-section p {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bar79-goods-section p {
    font-size: 3rem;
  }
}
.bar79-goods-section .bar79-goods-img {
  margin-top: 50px;
  width: 100%;
}/*# sourceMappingURL=common.css.map */