@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 63.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 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 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

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

@media screen and (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #000;
    line-height: 1.8;
    font-size: 62.5%;
    font-weight: 500;
    height: 100%; }
  body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: #fff;
    padding-bottom: 60px;
    font-size: 1.3rem; }
  a {
    color: #000; }
  img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
  ul {
    list-style: none; }
  strong {
    font-size: 1.8rem; }
  .inner > *:last-child {
    margin-bottom: 0; }
  .forPC {
    display: none !important; }
  .cf::after {
    content: "";
    clear: both;
    display: block; }
  .clear {
    clear: both; }
  .spUser,
  .pcUser {
    display: none; }
  /*------------------- parts -------------------*/
  .ff_jf {
    font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .ff_yg {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .align_right {
    text-align: right !important; }
  .align_center {
    text-align: center !important; }
  .normal {
    font-weight: normal; }
  .bold {
    font-weight: bold !important; }
  .basic_list {
    margin-bottom: 20px; }
    .basic_list > li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 10px; }
      .basic_list > li:last-child {
        margin-bottom: 0; }
      .basic_list > li::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #acd9ca;
        position: absolute;
        top: 10px;
        left: 0; }
  .bt {
    text-align: center; }
    .bt a {
      text-decoration: none;
      display: inline-block;
      padding: 10px 40px;
      border: 1px solid #a3a3a3;
      font-size: 1.6rem;
      box-shadow: 5px 5px 0px 0px #e5e5e5; }
  /*--------------------------------------*/
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  /*------------------- header -------------------*/
  header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 15px;
    height: 60px; }
    header h1 img, header .h1 img {
      vertical-align: middle;
      max-width: 180px; }
    header h1 a, header .h1 a {
      text-decoration: none; }
    header h1 span, header .h1 span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      font-size: 1.3rem; }
    header > a {
      display: none; }
      header > a.back_corp {
        display: none; }
        header > a.back_corp::before {
          content: "";
          position: absolute;
          top: 50%;
          background: #fff; }
        header > a.back_corp::after {
          content: "";
          position: absolute;
          top: 50%;
          border-left: 2px solid #000;
          border-top: 2px solid #000;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    header #spBt {
      position: relative;
      width: 30px;
      height: 30px; }
      header #spBt span {
        display: block;
        height: 2px;
        width: 25px;
        position: absolute;
        top: 50%;
        left: 0;
        background: #000; }
        header #spBt span::before {
          content: "";
          position: absolute;
          top: -7px;
          left: 0;
          background: #000;
          height: 2px;
          width: 25px;
          display: block; }
        header #spBt span::after {
          content: "";
          position: absolute;
          bottom: -7px;
          left: 0;
          background: #000;
          height: 2px;
          width: 25px;
          display: block; }
  /*------------------- nav -------------------*/
  #navbt {
    display: none; }
  /*#fix_nav{
  @if $type == sp{
    padding: 5vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
  }
  @if $type == pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
  }*/
  #sp_close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block; }
    #sp_close::before {
      content: "";
      width: 100%;
      height: 3px;
      background: #000;
      top: 50%;
      left: 0;
      display: block;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute; }
    #sp_close::after {
      content: "";
      width: 100%;
      height: 3px;
      background: #000;
      top: 50%;
      left: 0;
      display: block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute; }
  nav {
    position: fixed;
    display: none;
    background: #59deff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 3vw;
    overflow-y: scroll; }
    nav .logo {
      text-align: center;
      margin-bottom: 20px; }
      nav .logo img {
        width: 60px; }
    nav ul li {
      line-height: 1;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      border-bottom: 1px solid #000; }
    nav ul a {
      color: #000;
      text-decoration: none;
      font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      display: block;
      font-size: 1.7rem;
      padding: 4% 0;
      overflow: hidden; }
      nav ul a span {
        color: #000;
        display: inline-block;
        float: right;
        vertical-align: middle;
        font-size: 1.2rem;
        margin-top: 3px; }
  #site_description {
    display: none; }
  /*------------------- footer -------------------*/
  footer {
    background: #000;
    color: #fff;
    position: relative; }
    footer a {
      color: #fff;
      text-decoration: none; }
    footer .inner {
      padding: 30px 90px 30px 30px; }
    footer .logo {
      width: 170px;
      margin-bottom: 15px; }
      footer .logo img {
        width: 100%; }
    footer address {
      font-style: normal; }
    footer p {
      margin-bottom: 0; }
      footer p a {
        color: #fff; }
    footer small {
      font-size: .8rem; }
    footer #main-nav {
      display: none; }
      footer #main-nav li:before {
        content: "｜"; }
      footer #main-nav li:first-child::before {
        content: none;
        margin: 0; }
    footer #sub-nav {
      letter-spacing: -0.4em;
      margin-top: 10px; }
      footer #sub-nav li {
        letter-spacing: normal;
        display: inline-block;
        margin-right: 15px; }
        footer #sub-nav li a {
          color: #bbb; }
    footer > p {
      border-top: 1px solid #646464;
      padding: 10px 5px;
      text-align: center; }
    footer #pagetop {
      background: #000;
      position: fixed;
      bottom: 0;
      right: 0;
      width: 45px;
      height: 45px;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      footer #pagetop::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 12px;
        height: 12px;
        margin: -3px 0 0 -6px; }
      footer #pagetop.isScroll {
        opacity: 1; }
  #home {
    padding-bottom: 0; }
    #home #wrapper {
      padding-bottom: 0;
      position: relative; }
    #home header {
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      width: 100%;
      margin: 0;
      padding: 0 15px;
      z-index: 20; }
    #home main {
      padding-bottom: 0; }
    #home #home_contents {
      position: relative;
      background-size: cover;
      height: 100vh; }
      #home #home_contents .video {
        background: #000;
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden; }
        #home #home_contents .video video {
          min-height: 100%;
          width: 100%;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          z-index: 5; }
      #home #home_contents p {
        z-index: 10; }
      #home #home_contents p:nth-of-type(1) {
        width: 60%;
        top: 90px;
        left: 30px;
        position: absolute; }
      #home #home_contents p:nth-of-type(2) {
        position: absolute;
        left: 30px;
        bottom: 15%;
        padding: 0 30px 0 0; }
        #home #home_contents p:nth-of-type(2) img {
          width: 100%; }
      #home #home_contents p:nth-of-type(3) {
        font-weight: bold;
        position: absolute;
        line-height: 1;
        right: 0;
        font-size: 5vw;
        top: 100%;
        margin-top: -50px;
        text-align: center;
        width: 100%;
        word-break: keep-all; }
    #home footer {
      background: transparent;
      color: #888888;
      text-align: left;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 5px 10px;
      z-index: 50; }
      #home footer > p {
        border-top: none;
        margin-bottom: 0; }
        #home footer > p small {
          text-align: left; }
  #contents_header {
    border-bottom: 2px solid #000;
    padding: 15px; }
    #contents_header h1, #contents_header .h1 {
      line-height: 1.2;
      font-weight: bold;
      z-index: 1;
      display: inline-block;
      vertical-align: middle;
      font-size: 2.8rem; }
      #contents_header h1 span.ff_yg, #contents_header .h1 span.ff_yg {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem;
        padding-left: 20px;
        margin-bottom: 10px; }
  #pankuz {
    color: #888;
    text-align: right;
    line-height: 1;
    margin: 10px 15px 0; }
    #pankuz .breadcrumb {
      letter-spacing: -0.4em; }
      #pankuz .breadcrumb > div {
        letter-spacing: normal;
        display: inline-block;
        font-size: 1.2rem;
        font-size: 1.1rem; }
        #pankuz .breadcrumb > div::before {
          content: "/";
          margin: 0 7px; }
        #pankuz .breadcrumb > div:first-child::before {
          content: none;
          margin: 0; }
    #pankuz a {
      color: #888; }
  main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden; }
  article {
    background: #fff;
    margin: 20px 0 50px; }
  section.lead {
    background: #fff;
    padding: 45px 0;
    margin-bottom: 25px; }
    section.lead h2 {
      color: #a08e60;
      text-align: center;
      font-size: 2rem;
      margin-bottom: 15px;
      line-height: 1.3; }
    section.lead p {
      margin: 0 30px;
      font-weight: bold; }
  .fade-up {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: top center;
            transform-origin: top center; }
  .fade-delay {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .fade-in {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .pop-up {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all .6s .6s;
    transition: all .6s .6s; }
  .pop-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .slideIn {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .business4 .slideIn {
    margin-left: -100%;
    -webkit-transition-delay: .6s;
            transition-delay: .6s; }
  .business4 .slide-fix {
    margin-left: 0; }
  .business8 .slideIn {
    left: -1920px;
    -webkit-transition-delay: .6s;
            transition-delay: .6s; }
  .business8 .slide-fix {
    left: 0; }
  .business15 .slideIn {
    margin-left: 100%; }
  .business15 .slide-fix {
    margin-left: 0; }
  .company {
    padding-bottom: 0;
    margin-bottom: 0; }
    .company .future {
      margin: 0 15px 40px; }
      .company .future .inner {
        background: #fff; }
      .company .future p {
        line-height: 2;
        margin-bottom: 20px; }
        .company .future p span {
          background: #fff; }
    .company .company_info {
      padding: 0 15px;
      margin-bottom: 40px; }
      .company .company_info .companyLogo {
        text-align: center;
        border: 5px solid #f2f2f2;
        padding: 20px 80px;
        margin: 0 auto 20px;
        max-width: 280px; }
      .company .company_info .text {
        margin-bottom: 20px; }
        .company .company_info .text h2 {
          font-weight: bold;
          line-height: 1.6;
          font-size: 2.2rem;
          margin-bottom: 20px; }
          .company .company_info .text h2 span {
            display: block;
            font-size: 1.5rem; }
    .company .cmv {
      padding: 0 15px;
      margin-bottom: 30px; }
      .company .cmv .inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .company .cmv .inner div, .company .cmv .inner section {
          margin-bottom: 30px; }
        .company .cmv .inner h2 {
          font-size: 1.5rem;
          margin-bottom: 20px;
          display: -webkit-box;
          display: flex; }
          .company .cmv .inner h2 .en {
            width: 140px;
            text-align: center;
            font-size: 1.3rem; }
          .company .cmv .inner h2 .ja {
            width: 100%;
            margin-left: 15px; }
        .company .cmv .inner h3 {
          line-height: 1;
          font-size: 1.8rem;
          margin-bottom: 20px; }
          .company .cmv .inner h3 span {
            font-size: 2.6rem; }
      .company .cmv .cmv_img {
        -webkit-box-ordinal-group: 3;
                order: 2; }
        .company .cmv .cmv_img h2 {
          overflow: hidden;
          display: block;
          line-height: 1.2;
          font-size: 2.2rem;
          letter-spacing: .1em;
          position: absolute;
          top: 0;
          left: 15px;
          width: calc(100% - 30px); }
      .company .cmv .concept {
        -webkit-box-ordinal-group: 2;
                order: 1;
        padding-top: 70px; }
        .company .cmv .concept h2 {
          font-weight: normal; }
          .company .cmv .concept h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 5px 15px 2px; }
          .company .cmv .concept h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold; }
      .company .cmv .mission {
        -webkit-box-ordinal-group: 4;
                order: 3; }
        .company .cmv .mission h2 {
          font-weight: normal; }
          .company .cmv .mission h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 5px 15px 2px; }
          .company .cmv .mission h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold; }
      .company .cmv .vision {
        -webkit-box-ordinal-group: 5;
                order: 4; }
        .company .cmv .vision h2 {
          font-weight: normal; }
          .company .cmv .vision h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 5px 15px 2px; }
          .company .cmv .vision h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold; }
    .company .profile {
      margin: 0 15px 40px; }
      .company .profile .inner {
        background: #fff; }
      .company .profile h2 {
        text-align: center;
        font-size: 1.8rem;
        margin: 0 50px 25px 10px; }
      .company .profile li {
        margin-bottom: 15px; }
        .company .profile li:last-of-type {
          margin-bottom: 0; }
        .company .profile li dl {
          overflow: hidden;
          z-index: 1;
          position: relative;
          margin-bottom: 20px; }
          .company .profile li dl::after {
            content: "";
            width: 100%;
            height: 1px;
            background: #000;
            position: absolute;
            top: 10px;
            right: 0; }
        .company .profile li dt {
          display: inline-block;
          background: #fff;
          padding-right: 15px;
          position: relative;
          z-index: 1;
          margin-bottom: 5px; }
          .company .profile li dt::before {
            content: "";
            width: 100%;
            height: 100%;
            background: #fff;
            padding-right: 20px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
          .company .profile li dt span {
            background: #000;
            color: #fff;
            padding: 2px 15px; }
        .company .profile li dd {
          font-size: 1.3rem; }
    .company .location {
      text-align: center; }
      .company .location .inner p {
        margin-bottom: 20px; }
      .company .location h2 {
        margin-bottom: 20px; }
        .company .location h2 img {
          width: 180px; }
      .company .location > p {
        height: 200px;
        overflow: hidden;
        /*display: flex;
        justify-content: center;
        align-items: center;*/ }
        .company .location > p img {
          width: 100%;
          max-width: inherit;
          vertical-align: bottom; }
    .company .history .inner {
      padding: 30px; }
    .company .history h2 {
      text-align: center;
      font-size: 1.8rem;
      margin-bottom: 30px; }
    .company .history li {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .company .history li:first-of-type {
        padding-top: 0; }
      .company .history li:last-of-type {
        margin-bottom: 0; }
      .company .history li dt {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      .company .history li dd {
        font-size: 1.3rem; }
  .infographics {
    margin: 0; }
  .business {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    .business::after {
      content: "";
      position: fixed;
      width: 150px;
      height: 150px;
      top: 180px;
      left: 50%;
      margin-left: -75px;
      z-index: -2;
      background: url(../images/business/clock_sp.png) no-repeat center;
      background-size: 150px 150px; }
    .business #clock {
      display: none; }
    .business .section {
      position: relative; }
    .business .inner {
      padding: 0 15px;
      overflow: hidden; }
    .business .left-col {
      padding-bottom: 30px;
      overflow: hidden; }
    .business .right-col {
      padding-bottom: 30px;
      overflow: hidden; }
    .business .readBox {
      letter-spacing: normal;
      background: url(../images/business/flag_sp.png) no-repeat left 20px;
      background-size: 100px;
      position: relative;
      padding: 20px 0 30px 30px;
      clear: both; }
      .business .readBox p {
        opacity: 0; }
    .business .num {
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      color: #000;
      line-height: 1;
      font-size: 3rem;
      padding-left: 100px;
      display: block;
      margin-bottom: 15px; }
    .business h2 {
      font-weight: bold;
      color: #000;
      line-height: 1.4;
      margin-bottom: 15px;
      font-size: 1.8rem; }
    .business .business1 .inner {
      position: relative; }
    .business .business1 .imgBox {
      padding-bottom: 15px; }
    .business .business1 .readBox {
      position: relative; }
      .business .business1 .readBox::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/business/sec1_img2.png) no-repeat;
        background-size: 120px auto;
        width: 120px;
        height: 81px; }
    .business .business2 {
      margin-bottom: 20px; }
      .business .business2 .imgBox {
        padding-bottom: 15px; }
      .business .business2 .readBox {
        position: relative; }
        .business .business2 .readBox::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          background: url(../images/business/sec2_img2.png) no-repeat;
          background-size: 130px auto;
          width: 130px;
          height: 88px; }
    .business .business3 {
      margin-bottom: 40px;
      background: url(../images/business/sec3_img2.png) no-repeat left top;
      background-size: 195px; }
      .business .business3 .inner {
        background: url(../images/business/line_sp.png) no-repeat -50px bottom;
        background-size: contain;
        padding-bottom: 20px; }
      .business .business3 .imgBox {
        padding-bottom: 10px; }
        .business .business3 .imgBox img {
          width: 50%;
          float: right; }
      .business .business3 .readBox {
        padding: 15px 0 50px 30px; }
    .business .business4 {
      background: url(../images/business/sec_bg.jpg) repeat center top; }
      .business .business4 .readBox {
        margin-top: 10px; }
    .business .business5-6 {
      background: url(../images/business/sec5_img1.png) no-repeat 10% 20px;
      background-size: 35%;
      margin: 20px 0 15px; }
    .business .business5 {
      padding-bottom: 40px; }
      .business .business5.readBox {
        width: 60%;
        float: right; }
    .business .business6 {
      position: relative; }
      .business .business6::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 30px;
        background: url(../images/business/sec5_img2.png) no-repeat;
        background-size: 100%;
        width: 50px;
        height: 48px; }
      .business .business6 p {
        margin-top: 20px; }
    .business .business7 {
      padding-bottom: 20px; }
      .business .business7 .imgBox {
        padding-bottom: 10px; }
      .business .business7 .readBox {
        padding-bottom: 0; }
    .business .business8 {
      background: url(../images/business/sec7_img2.png) no-repeat 60px 30px;
      background-size: 70px auto;
      padding-bottom: 40px;
      margin-bottom: 60px; }
      .business .business8 > img {
        position: absolute;
        bottom: 0; }
      .business .business8 .readBox {
        width: 60%;
        float: right; }
    .business .business9 {
      margin-bottom: 0; }
      .business .business9 .inner > img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .business .business9 .right-col {
        padding-bottom: 0; }
      .business .business9 .readBox {
        margin-bottom: 20px; }
    .business .business10 {
      background: url(../images/business/line_sp.png) no-repeat 50px bottom;
      background-size: contain;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .business .business10 .imgBox {
        padding-bottom: 0; }
    .business .business11 .readBox {
      width: 100%;
      overflow: visible; }
      .business .business11 .readBox::after {
        content: "";
        position: absolute;
        top: 40px;
        right: 0;
        background: url(../images/business/sec11_img1.png) no-repeat;
        background-size: 100%;
        width: 170px;
        height: 144px; }
    .business .business12 {
      margin-bottom: 30px; }
      .business .business12 .imgBox {
        padding-bottom: 0; }
    .business .business13 {
      margin-bottom: 30px; }
      .business .business13 .imgBox {
        padding-bottom: 0; }
    .business .business14 {
      margin-bottom: 30px; }
      .business .business14 .imgBox {
        padding-bottom: 0; }
      .business .business14 .readBox {
        margin-top: -40px; }
    .business .business15 {
      background: #fff;
      padding-bottom: 50px; }
      .business .business15 .inner {
        overflow: visible; }
      .business .business15 .readBox {
        overflow: visible; }
        .business .business15 .readBox img {
          width: 150px;
          position: absolute;
          top: -75px;
          right: 0;
          z-index: 2; }
  .brand_all {
    margin-bottom: 30px; }
    .brand_all .inner {
      position: relative;
      overflow: hidden; }
    .brand_all h2 {
      margin-bottom: 10px; }
      .brand_all h2 img {
        width: auto;
        height: 28px; }
      .brand_all h2 + p {
        font-weight: bold;
        line-height: 1.8; }
        .brand_all h2 + p span {
          background: #fff;
          padding: 2px;
          letter-spacing: .1em; }
    .brand_all h3 {
      text-align: left;
      margin: 0 15px 20px; }
      .brand_all h3 img {
        width: auto;
        height: 20px; }
    .brand_all.restaurant .inner {
      z-index: 1;
      overflow: visible; }
    .brand_all.restaurant .lead {
      /*position: absolute;
        top: 0;
        right: 30px;
        width: 50%;
        z-index: 10;*/
      margin: 0 15px 15px; }
    .brand_all.restaurant .col3 li:last-of-type {
      margin-bottom: 0; }
    .brand_all.restaurant .rest_img1 {
      width: 45%;
      margin: 0 0 0 15px;
      display: block;
      position: absolute;
      top: -77px;
      right: 15px;
      max-width: 180px; }
    .brand_all.restaurant .rest_img4 {
      float: right;
      width: 50%;
      margin-right: 50px; }
    .brand_all.sakaba {
      padding-top: 220px;
      background: url(../images/brands/sakaba_bg.png) no-repeat center top;
      background-size: auto 200px; }
      .brand_all.sakaba .inner {
        margin-bottom: 40px; }
      .brand_all.sakaba .brand_img {
        margin: 0 15px 25px 0;
        text-align: right; }
        .brand_all.sakaba .brand_img img {
          width: 53%; }
      .brand_all.sakaba h2 img {
        height: 35px; }
      .brand_all.sakaba .lead {
        /*position: absolute;
        top: 0;
        left: 15px;
        width: 50%;
        z-index: 10;*/
        padding: 0 15px; }
      .brand_all.sakaba .col4 {
        padding-top: 30px; }
      .brand_all.sakaba .sk_img2 {
        width: 80%;
        float: right; }
      .brand_all.sakaba.brand_all ul li:last-of-type {
        margin-bottom: 0; }
    .brand_all.overseas {
      position: relative;
      z-index: 1;
      padding-top: 30px; }
      .brand_all.overseas h2 img {
        height: 60px; }
      .brand_all.overseas .brand_img {
        margin-left: 15px;
        margin-bottom: 25px; }
        .brand_all.overseas .brand_img img {
          width: 70%;
          display: block;
          margin-top: 20px; }
      .brand_all.overseas .lead {
        position: absolute;
        top: 0;
        right: 30px;
        width: 50%;
        z-index: 10; }
      .brand_all.overseas .col3 {
        padding-top: 30px; }
    .brand_all.baby-food {
      position: relative;
      z-index: 1;
      padding-top: 30px;
      background: url(../images/brands/baby-food_bg.png) no-repeat right bottom;
      background-size: 50%; }
      .brand_all.baby-food h2 img {
        height: 28px; }
      .brand_all.baby-food .brand_img {
        margin-left: 15px;
        margin-bottom: 25px;
        text-align: right; }
        .brand_all.baby-food .brand_img img {
          width: 40%;
          margin-right: 20px; }
      .brand_all.baby-food .lead {
        /*position: absolute;
        top: 0;
        left: 30px;
        width: 50%;
        z-index: 10;*/
        margin: 0 15px 15px; }
      .brand_all.baby-food ul {
        padding-top: 30px; }
    .brand_all.planning {
      position: relative;
      z-index: 1; }
      .brand_all.planning h2 img {
        height: 28px; }
      .brand_all.planning .brand_img {
        margin-left: 15px;
        margin-bottom: 40px;
        text-align: right; }
        .brand_all.planning .brand_img img {
          width: 45%; }
      .brand_all.planning .plang_img {
        margin-left: 15px;
        margin-bottom: 25px; }
        .brand_all.planning .plang_img img {
          width: 70%;
          display: block;
          margin-top: 20px; }
      .brand_all.planning .lead {
        margin: 0 15px 15px; }
      .brand_all.planning ul {
        padding-top: 30px; }
        .brand_all.planning ul li {
          margin-bottom: 0; }
    .brand_all.hotel {
      position: relative;
      z-index: 1;
      padding-top: 30px; }
      .brand_all.hotel::after {
        content: "";
        position: absolute;
        top: -30px;
        right: 0;
        width: 200%;
        height: 95%;
        background: #f1f1f1;
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
        -webkit-transform-origin: top right;
                transform-origin: top right;
        z-index: -1;
        position: absolute; }
      .brand_all.hotel h2 img {
        height: 28px; }
      .brand_all.hotel .plang_img {
        margin-left: 15px;
        margin-bottom: 25px; }
        .brand_all.hotel .plang_img img {
          width: 70%;
          display: block;
          margin-top: 20px; }
      .brand_all.hotel .lead {
        /*position: absolute;
        top: 0;
        right: 30px;
        width: 50%;
        z-index: 10;*/
        margin: 0 15px; }
        .brand_all.hotel .lead .open {
          background: #000;
          color: #fff;
          display: inline-block;
          width: auto;
          padding: 3px;
          margin-bottom: 10px; }
      .brand_all.hotel ul {
        padding-top: 30px; }
    .brand_all ul {
      margin: 0 15px; }
      .brand_all ul li {
        margin-bottom: 40px;
        overflow: hidden; }
        .brand_all ul li img {
          width: 100%; }
        .brand_all ul li .thumb {
          background: url(../images/brands/dot.jpg) repeat;
          width: 49%;
          float: left;
          padding: 6px; }
          .brand_all ul li .thumb img {
            -webkit-backface-visibility: hidden; }
          .brand_all ul li .thumb .brand_logo {
            display: none; }
          .brand_all ul li .thumb .shop_img {
            display: none; }
        .brand_all ul li .txt {
          display: none;
          width: 45%;
          float: right; }
        .brand_all ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden; }
      .brand_all ul .sns {
        display: none;
        width: 49%;
        float: left;
        text-align: center;
        padding-top: 10px; }
        .brand_all ul .sns img {
          width: 30px; }
      .brand_all ul dl {
        float: right;
        width: 45%;
        margin-bottom: 10px; }
        .brand_all ul dl dt {
          font-weight: bold;
          display: block;
          border-bottom: 2px solid #000;
          font-size: 1.6rem;
          padding-bottom: 2px;
          margin-bottom: 5px; }
        .brand_all ul dl dd {
          font-size: 1.2rem; }
  .brand_list {
    padding: 0 15px; }
    .brand_list h3 {
      position: relative;
      text-align: center;
      line-height: 1;
      margin-bottom: 25px; }
      .brand_list h3::after {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        background: #d1d1d1;
        z-index: 0; }
      .brand_list h3 span {
        display: inline-block;
        vertical-align: middle;
        background: #f6f6ff;
        color: #888;
        position: relative;
        z-index: 1;
        padding: 0 20px;
        font-size: 1.8rem; }
    .brand_list .inner > ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .brand_list .inner > ul > li {
        width: 48%;
        margin-bottom: 25px; }
        .brand_list .inner > ul > li .logo {
          background: #fff;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          margin-bottom: 10px; }
        .brand_list .inner > ul > li dl {
          border-top: 1px solid #dadada;
          margin-top: 7px;
          margin-bottom: 15px; }
          .brand_list .inner > ul > li dl dt {
            font-size: 1.3rem;
            font-weight: bold;
            display: block;
            text-align: center;
            padding-top: 12px;
            margin-bottom: 8px;
            color: #8c8c8c; }
          .brand_list .inner > ul > li dl dd {
            display: block;
            font-size: 15px;
            font-size: 1.3rem; }
        .brand_list .inner > ul > li p {
          text-align: center;
          font-weight: bold;
          margin-bottom: 10px;
          line-height: 1.2; }
    .brand_list .sns {
      letter-spacing: -0.4em;
      padding-bottom: 0;
      display: none;
      text-align: center; }
      .brand_list .sns li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        margin-left: 1px; }
  .sitemap .sitemap_link .inner {
    background: #fff;
    padding: 30px; }
  .sitemap .sitemap_link ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    text-indent: -15px; }
    .sitemap .sitemap_link ul li::before {
      content: "・"; }
    .sitemap .sitemap_link ul li > ul {
      padding-top: 10px; }
      .sitemap .sitemap_link ul li > ul li {
        margin-bottom: 15px; }
        .sitemap .sitemap_link ul li > ul li::before {
          content: "└";
          padding-right: 10px; }
  .sitemap .sitemap_link a {
    text-decoration: none; }
  .privacy .inner {
    background: #fff;
    margin: 0 15px 50px; }
  .privacy h2 {
    border-bottom: 4px double #000;
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .privacy h3 {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 10px; }
  .privacy p {
    margin-bottom: 25px; }
  .privacy .border-box {
    border: 2px solid #000;
    padding: 20px 20px 0; }
  .news {
    padding-top: 65px;
    margin: 20px 15px 50px; }
    .news.news_detail .sec_body {
      padding-top: 80px; }
  .news_posts .inner {
    background: #fff;
    position: relative; }
  .news_posts .sec_title {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 130px;
    height: 114px;
    top: -58px;
    margin-left: -75px; }
    .news_posts .sec_title img {
      width: 100%; }
  .news_posts .sec_body {
    background: url(../images/news/frame_body.jpg) repeat center top;
    position: relative;
    background-size: 100%;
    padding: 40px 15px;
    margin-bottom: 30px; }
    .news_posts .sec_body::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: url(../images/news/frame-top.jpg) no-repeat center top transparent;
      background-size: 100%; }
    .news_posts .sec_body::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: url(../images/news/frame_bottom.jpg) no-repeat center bottom transparent;
      background-size: 100%; }
    .news_posts .sec_body time {
      display: block;
      text-align: center;
      font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: bold; }
      .news_posts .sec_body time span {
        font-weight: bold;
        display: inline-block;
        font-size: 2.8rem; }
        .news_posts .sec_body time span.month {
          position: relative; }
          .news_posts .sec_body time span.month::after {
            content: "|";
            font-weight: normal;
            vertical-align: top;
            padding: 0 15px;
            font-size: 2.6rem; }
        .news_posts .sec_body time span.date {
          padding-right: 10px; }
        .news_posts .sec_body time span.year {
          font-size: 1.6rem; }
    .news_posts .sec_body .post-title {
      text-align: center;
      margin-bottom: 20px; }
      .news_posts .sec_body .post-title span {
        display: inline-block;
        background: url(../images/news/dot.jpg) repeat center top;
        font-size: 1.7rem;
        padding: 5px 30px; }
    .news_posts .sec_body .post-body {
      font-size: 1.4rem;
      margin: 0 15px; }
      .news_posts .sec_body .post-body > *:last-child {
        margin-bottom: 0; }
      .news_posts .sec_body .post-body h2 {
        line-height: 1.2;
        border-bottom: 2px solid #000;
        font-size: 1.6rem;
        padding-bottom: 5px;
        margin-bottom: 20px; }
      .news_posts .sec_body .post-body h3 {
        line-height: 1.2;
        display: inline-block;
        background: #e5e5e5;
        font-size: 1.4rem;
        margin-bottom: 10px;
        padding: 3px; }
      .news_posts .sec_body .post-body p {
        margin-bottom: 20px; }
  .news_posts .sec_body > ul > li {
    border-top: 2px solid #000;
    padding: 40px 0; }
    .news_posts .sec_body > ul > li:first-child {
      border-top: none; }
    .news_posts .sec_body > ul > li:last-child {
      padding-bottom: 0; }
    .news_posts .sec_body > ul > li p {
      font-size: 1.4rem;
      margin: 0 15px 30px; }
    .news_posts .sec_body > ul > li a {
      display: block;
      border: 2px solid #000;
      text-align: center;
      font-weight: bold;
      position: relative;
      text-decoration: none;
      margin: 0 15px;
      padding: 10px;
      font-size: 1.5rem; }
      .news_posts .sec_body > ul > li a::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 15px; }
  .news_arc .inner {
    background: #fff;
    padding: 30px;
    margin: 0; }
  .news_arc h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 20px; }
  .news_arc .date {
    text-align: center;
    margin-bottom: 20px; }
  .news_arc time {
    color: #a08e60;
    font-size: 1.3rem; }
  .news_arc p {
    margin-bottom: 30px; }
  .news_arc .page_control a {
    text-decoration: none; }
  .news_arc .page_control .prev {
    font-size: 1.3rem;
    float: left;
    margin-bottom: 20px; }
    .news_arc .page_control .prev a {
      position: relative;
      padding: 10px 15px; }
      .news_arc .page_control .prev a::before {
        content: "";
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 0;
        width: 8px;
        height: 8px;
        margin-top: -4px; }
  .news_arc .page_control .next {
    font-size: 1.3rem;
    float: right;
    margin-bottom: 15px; }
    .news_arc .page_control .next a {
      position: relative;
      padding: 10px 15px; }
      .news_arc .page_control .next a::before {
        content: "";
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        margin-top: -4px; }
  .news_arc .page_control .cat_index {
    font-weight: bold;
    clear: both;
    font-size: 1.4rem; }
    .news_arc .page_control .cat_index a {
      border: 1px solid #000;
      box-shadow: 5px 5px 0px 0px #eeeeee;
      display: block;
      padding: 10px;
      text-align: center; }
  .wp-pagenavi {
    text-align: center; }
    .wp-pagenavi .current {
      background: #000;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      border: 1px solid #000;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px; }
    .wp-pagenavi .page {
      text-decoration: none;
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      border: 1px solid #ddd;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px; }
    .wp-pagenavi .previouspostslink {
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px; }
      .wp-pagenavi .previouspostslink span {
        display: block;
        position: relative;
        width: 30px;
        height: 30px; }
        .wp-pagenavi .previouspostslink span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 8px;
          height: 8px;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          margin: -4px 0 0 -2px; }
    .wp-pagenavi .nextpostslink {
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px; }
      .wp-pagenavi .nextpostslink span {
        display: block;
        position: relative;
        width: 30px;
        height: 30px; }
        .wp-pagenavi .nextpostslink span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 8px;
          height: 8px;
          border-right: 2px solid #000;
          border-bottom: 2px solid #000;
          margin: -4px 0 0 -5px; }
  .notfound {
    padding-bottom: 20px; }
    .notfound .section {
      margin: 0 15px; }
    .notfound p {
      text-align: center;
      font-weight: bold;
      font-size: 1.4rem;
      margin-bottom: 20px; }
  #recruit main {
    background: transparent; }
  #recruit footer p {
    border: none; }
  #recruit #splash {
    width: 100vw;
    background: url(../images/recruit/splash_bg.png) no-repeat center #59deff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: all 1s;
    transition: all 1s; }
    #recruit #splash img {
      margin: auto; }
  #recruit #lead .inner > a {
    text-decoration: none; }
    #recruit #lead .inner > a span {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: 9999px;
      z-index: 15; }
  #recruit #lead img {
    width: auto;
    max-width: 100%; }
  #recruit .section4 .box .txt a {
    text-decoration: none; }
    #recruit .section4 .box .txt a::before {
      content: "";
      position: absolute;
      top: 50%; }
    #recruit .section4 .box .txt a::after {
      content: "";
      position: absolute;
      top: 50%; }
  #recruit .section6 h2, #recruit .section7 h2, #recruit .section8 h2 {
    font-weight: bold; }
    #recruit .section6 h2 > span, #recruit .section7 h2 > span, #recruit .section8 h2 > span {
      text-align: left; }
      #recruit .section6 h2 > span span, #recruit .section7 h2 > span span, #recruit .section8 h2 > span span {
        display: block; }
    #recruit .section6 h2 > .num, #recruit .section7 h2 > .num, #recruit .section8 h2 > .num {
      color: #25c9ff; }
    #recruit .section6 h2 > .txt, #recruit .section7 h2 > .txt, #recruit .section8 h2 > .txt {
      color: #000; }
  #recruit .section9 li:last-child {
    border-bottom: none; }
  #brand_r {
    letter-spacing: .1em; }
  .page_link_area-wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 0 15px;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .page_link_area {
    width: 49%; }
    .page_link_area .toggleBtn {
      color: #fff;
      background-color: #000000;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      position: relative;
      font-weight: bold;
      margin: 0 auto;
      width: 100%;
      height: 50px;
      font-size: 15px; }
      .page_link_area .toggleBtn:after {
        content: '';
        border: 0px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        top: calc(50% - 6px);
        right: 20px; }
    .page_link_area .page_link {
      background-color: rgba(0, 0, 0, 0.85);
      width: 100%;
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      left: 0;
      max-height: 0;
      overflow: hidden;
      top: 50px;
      width: calc(100% - 30px);
      left: 15px; }
      .page_link_area .page_link.open {
        max-height: 800px; }
      .page_link_area .page_link .page_link_inner {
        padding: 5px 15px 20px; }
        .page_link_area .page_link .page_link_inner ul li {
          margin-top: 15px; }
          .page_link_area .page_link .page_link_inner ul li a {
            color: #fff;
            text-decoration: none; }
            .page_link_area .page_link .page_link_inner ul li a span {
              font-size: 12px;
              display: block;
              margin-left: 17px; }
  #tenpo_list .ff_jf {
    font-family: 'Libre Baskerville', serif; }
  #tenpo_list .tenpo_header {
    margin-top: 40px;
    background: #f3f3f3;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px; }
  #tenpo_list .tenpo_wrap {
    padding: 0 15px; }
    #tenpo_list .tenpo_wrap .img_area {
      width: 100%;
      padding-bottom: 80px; }
    #tenpo_list .tenpo_wrap .text_area {
      padding: 30px 0 30px; }
      #tenpo_list .tenpo_wrap .text_area .main {
        margin-bottom: 20px; }
        #tenpo_list .tenpo_wrap .text_area .main.full {
          border: none;
          padding: 0;
          margin: 0; }
        #tenpo_list .tenpo_wrap .text_area .main .name {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
        #tenpo_list .tenpo_wrap .text_area .main .logo {
          display: inline-block;
          border: 5px solid #e9e9e9;
          width: 30%; }
        #tenpo_list .tenpo_wrap .text_area .main .tenpo {
          font-size: 24px;
          padding-left: 20px;
          width: 70%;
          line-height: 1.3; }
          #tenpo_list .tenpo_wrap .text_area .main .tenpo span {
            display: block;
            font-size: 14px;
            margin-bottom: 5px; }
        #tenpo_list .tenpo_wrap .text_area .main .catch {
          font-weight: bold;
          line-height: 1.5;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          margin-top: 20px;
          font-size: 17px; }
        #tenpo_list .tenpo_wrap .text_area .main .desc {
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          margin-top: 20px; }
      #tenpo_list .tenpo_wrap .text_area .sub h3 {
        font-family: "Crete Round", serif;
        font-size: 20px;
        margin-bottom: 10px; }
      #tenpo_list .tenpo_wrap .text_area .sub dl:not(:first-of-type) {
        margin-top: 20px; }
      #tenpo_list .tenpo_wrap .text_area .sub dt {
        font-weight: bold;
        line-height: 1.3;
        font-size: 18px; }
        #tenpo_list .tenpo_wrap .text_area .sub dt:not(:first-of-type) {
          margin-top: 15px; }
        #tenpo_list .tenpo_wrap .text_area .sub dt span {
          font-weight: normal;
          font-size: 13px; }
      #tenpo_list .tenpo_wrap .text_area .sub dd {
        display: -webkit-box;
        display: flex;
        margin-top: 10px; }
        #tenpo_list .tenpo_wrap .text_area .sub dd a {
          text-decoration: none;
          display: inline-block;
          font-weight: bold;
          width: calc(50% - 1px);
          text-align: center;
          padding: 13px 10px 11px;
          line-height: 1; }
          #tenpo_list .tenpo_wrap .text_area .sub dd a:hover {
            opacity: .7; }
        #tenpo_list .tenpo_wrap .text_area .sub dd .official {
          color: #fff;
          background-color: #000;
          margin-right: 2px; }
        #tenpo_list .tenpo_wrap .text_area .sub dd .yoyaku {
          background-color: #e15197;
          color: #fff; }
  .sa {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .sa.show {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .sa--lr {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0); }
  .sa--rl {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0); }
  .sa--up {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  .sa--down {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px); }
  .sa--scaleUp {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .sa--scaleDown {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .sa--rotateL {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sa--rotateR {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  #sea {
    width: 100%;
    height: 120px;
    background-color: #c0e4d8;
    position: fixed;
    left: 0;
    bottom: 100px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
    #sea.isView {
      opacity: 1; }
  #shipWrap {
    width: 160px;
    margin: 0 auto;
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0; }
  @-webkit-keyframes shipView {
    100% {
      opacity: 1; } }
  @keyframes shipView {
    100% {
      opacity: 1; } }
    #shipWrap svg {
      width: 160px !important;
      height: 262px !important; }
  #business .ff_jf {
    font-family: 'Libre Baskerville', serif; }
  #business .sectTitle {
    line-height: 1;
    border-bottom: 2px solid #000;
    padding: 0 10px 20px; }
    #business .sectTitle span {
      display: block; }
      #business .sectTitle span:nth-of-type(1) {
        font-size: 26px; }
      #business .sectTitle span:nth-of-type(2) {
        font-size: 15px;
        position: relative;
        padding-left: 1em;
        margin-top: 5px; }
        #business .sectTitle span:nth-of-type(2):before {
          content: "/";
          display: block;
          width: 1em;
          height: 1em;
          text-align: center;
          position: absolute;
          bottom: 0;
          left: 0; }
  #business section {
    margin: 0 auto 0;
    background-color: white;
    position: relative;
    z-index: 10;
    border-top: 5px solid #c0e4d8;
    border-bottom: 5px solid #c0e4d8; }
    #business section .inner {
      width: 95%;
      margin: 0 auto;
      padding: 40px 0; }
      #business section .inner .btn {
        margin-top: 40px; }
        #business section .inner .btn a {
          margin: 0 auto;
          width: 90%;
          height: 50px;
          background-color: #000;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          line-height: 1;
          position: relative;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none; }
          #business section .inner .btn a[target="_blank"]:after {
            content: "";
            display: block;
            background-image: url(../images/business/icon-blank_white.png);
            width: 14px;
            height: 14px;
            position: absolute;
            top: 5px;
            right: 5px; }
    #business section#thatsAll {
      border: none; }
      #business section#thatsAll #lastSpeech {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        width: 90%;
        margin: 0 auto; }
  #business .shipSpace {
    height: 350px;
    position: relative;
    width: 100%; }
    #business .shipSpace span {
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      top: 50%; }
  #business #pageHeader {
    border: none;
    margin-top: 50px;
    padding-bottom: 50px; }
    #business #pageHeader .pageTitle {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      line-height: 1; }
      #business #pageHeader .pageTitle img {
        max-width: 90%;
        width: auto;
        height: auto; }
      #business #pageHeader .pageTitle span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        position: relative;
        z-index: 1;
        padding-bottom: 2px; }
        #business #pageHeader .pageTitle span:before {
          content: "";
          display: block;
          width: 100%;
          height: 10px;
          background-color: #c0e4d8;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1; }
    #business #pageHeader .cathc {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.8;
      margin-top: 40px; }
    #business #pageHeader p.read {
      margin: 15px auto 0;
      font-size: 14px;
      line-height: 2;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      width: 90%; }
  #business .contentsInfo .item {
    margin-top: 30px; }
    #business .contentsInfo .item .img img {
      width: 100%;
      height: auto; }
    #business .contentsInfo .item .txt h3 {
      font-size: 18px;
      position: relative;
      line-height: 1;
      margin-top: 20px;
      padding-left: 1em; }
      #business .contentsInfo .item .txt h3:before {
        content: "/";
        display: block;
        width: 1em;
        height: 1em;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0; }
    #business .contentsInfo .item .txt p {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 10px;
      text-justify: none; }
  input, textarea, button, select, option {
    font-weight: 500;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  input[type="text"] {
    border-radius: 0; }
  #form_contact {
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    #form_contact .contents_inner {
      background-color: #fff;
      width: 100%;
      padding: 20px 30px;
      -webkit-box-ordinal-group: 3;
              order: 2; }
  .read {
    font-size: 12px; }
    .read span {
      font-size: 12px; }
  .error_all {
    color: #ad0000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px; }
  .title {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    padding-bottom: 20px; }
    .title.number {
      font-size: 16px;
      border-bottom: 4px double #000;
      margin-bottom: 30px; }
      .title.number .tel-num {
        background: #000;
        color: #fff;
        padding-top: 3px;
        display: block;
        font-size: 22px;
        text-align: center; }
        .title.number .tel-num a {
          color: #fff;
          text-decoration: none;
          display: block; }
  .flow {
    width: 70%;
    max-width: 600px;
    margin: 20px auto;
    font-weight: 700; }
    .flow ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      position: relative;
      overflow: hidden; }
      .flow ul::before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        top: 30%;
        left: 0;
        background-color: #000; }
      .flow ul li {
        z-index: 10;
        text-align: center;
        font-size: 10px;
        letter-spacing: normal; }
        .flow ul li span {
          display: block;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px;
          margin-bottom: 10px;
          background-color: #fff;
          border: 2px solid #000;
          border-radius: 50%;
          font-size: 14px; }
        .flow ul li.now span {
          background-color: #000;
          color: #fff; }
  #contactForm {
    margin-top: 30px; }
    #contactForm form dl {
      font-weight: 700;
      margin-top: 20px;
      font-size: 16px; }
      #contactForm form dl dt {
        margin-bottom: 10px;
        font-size: 1.4rem; }
        #contactForm form dl dt .hissu, #contactForm form dl dt .error {
          color: #444; }
        #contactForm form dl dt .error {
          /*display: none;*/
          margin-left: 15px;
          font-size: 14px; }
      #contactForm form dl dd {
        overflow: hidden;
        font-weight: 400; }
        #contactForm form dl dd .inputWrap {
          background: url(../images/common/dot.jpg) repeat left top;
          padding: 6px; }
          #contactForm form dl dd .inputWrap.inline-group {
            display: inline-block;
            width: 60%; }
        #contactForm form dl dd input[type="text"] {
          font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          background: #fff;
          display: block;
          width: 100%;
          height: 40px;
          padding: 0 15px;
          font-size: 16px; }
          #contactForm form dl dd input[type="text"].input_s {
            display: inline-block;
            width: 50%;
            float: left; }
        #contactForm form dl dd span.post {
          background: #fff;
          font-weight: bold;
          display: inline-block;
          margin-left: 3%;
          width: 38%;
          margin-left: 2%;
          height: 40px;
          font-weight: bold; }
          #contactForm form dl dd span.post a {
            padding: 10px 5px;
            text-decoration: none;
            display: block;
            font-size: 12px;
            text-align: center;
            letter-spacing: 1.5px;
            border: 2px solid #000; }
        #contactForm form dl dd textarea {
          font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          background: #fff;
          display: block;
          width: 100%;
          height: 120px;
          padding: 15px;
          font-size: 16px; }
    #contactForm form .confirm dl {
      overflow: hidden;
      padding: 0 0 15px;
      box-sizing: border-box;
      margin: 15px auto 0;
      border-bottom: 1px solid #eee; }
      #contactForm form .confirm dl.first {
        border-top: 1px solid #eee;
        padding-top: 15px; }
      #contactForm form .confirm dl dd {
        background: none; }
  .complete .title {
    border-bottom: 4px double #000;
    text-align: center;
    padding-bottom: 0; }
  .complete .read {
    text-align: center; }
  .btns {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 30px auto 20px; }
    .btns button {
      font-weight: 700;
      text-align: center;
      font-size: 16px;
      letter-spacing: 1.5px;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      width: 98%;
      height: 60px;
      background-color: #000;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff; }
    .btns.white::before {
      background-color: #eee; }
    .btns.white::after {
      background-color: #ccc; }
    .btns.white button {
      background-color: #fff;
      color: #000;
      border: 1px solid #000; }
  .btnArea {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 95%;
    margin: 0 auto; }
  .backBtn {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 15px auto 0;
    -webkit-box-ordinal-group: 3;
            order: 2;
    max-width: 140px; }
    .backBtn button {
      font-weight: 700;
      text-align: center;
      font-size: 14px;
      letter-spacing: 1.5px;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      width: 98%;
      height: 55px;
      background-color: #fff;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #000;
      border: 1px solid #000; }
  .sendBtn {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 60px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 2;
            order: 1; }
    .sendBtn button {
      font-weight: 700;
      text-align: center;
      font-size: 14px;
      letter-spacing: 1.5px;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      width: 99%;
      max-width: 390px;
      height: 55px;
      background-color: #000;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff; }
  #form_recruit {
    width: 100%;
    padding: 50px 0; }
    #form_recruit .title {
      font-style: oblique;
      text-align: center;
      border: none;
      font-size: 28px;
      margin: 0 30px; }
    #form_recruit p.read {
      padding: 0;
      font-weight: 700;
      font-size: 12px;
      text-align: center;
      margin: 0 30px; }
    #form_recruit .flow ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      position: relative;
      overflow: hidden; }
      #form_recruit .flow ul::before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        top: 30%;
        left: 0;
        background-color: #000; }
      #form_recruit .flow ul li {
        z-index: 10;
        text-align: center;
        font-size: 10px;
        letter-spacing: normal; }
        #form_recruit .flow ul li span {
          display: block;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px;
          margin-bottom: 10px;
          background-color: #fff;
          border: 2px solid #000;
          border-radius: 50%;
          font-size: 14px; }
        #form_recruit .flow ul li.now span {
          background-color: #000;
          color: #fff; }
    #form_recruit .btns {
      position: relative;
      width: 100%;
      max-width: 220px;
      height: 80px;
      margin: 30px auto 0; }
      #form_recruit .btns::before {
        content: none; }
      #form_recruit .btns::after {
        content: none; }
      #form_recruit .btns button {
        font-weight: 700;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.5px;
        z-index: 100;
        width: 100%;
        height: 55px;
        background-color: #0078b0;
        border: 3px solid #000;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #fff;
        border-bottom: 8px solid #000; }
      #form_recruit .btns.white button {
        background-color: #fff;
        color: #000; }
    #form_recruit #recruitForm .read {
      text-align: left;
      font-size: 12px; }
    #form_recruit #recruitForm form {
      background-color: #fff;
      padding: 30px; }
      #form_recruit #recruitForm form dl {
        font-weight: 700;
        margin-top: 20px; }
        #form_recruit #recruitForm form dl:first-child {
          margin-top: 0; }
        #form_recruit #recruitForm form dl dt {
          display: inline-block;
          width: auto;
          font-size: 14px;
          position: relative;
          margin-bottom: 8px; }
          #form_recruit #recruitForm form dl dt .hissu {
            position: absolute;
            right: -20px;
            top: 0;
            color: #0078b0;
            font-size: 13px;
            font-weight: 700; }
        #form_recruit #recruitForm form dl dd {
          display: block;
          width: 100%; }
          #form_recruit #recruitForm form dl dd .error {
            display: block;
            color: #FB5B5B;
            font-weight: 700;
            margin-left: 0;
            font-size: 11px; }
          #form_recruit #recruitForm form dl dd input[type="text"], #form_recruit #recruitForm form dl dd select {
            font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            -webkit-appearance: none;
            /* Google Chrome、Safari用 */
            -moz-appearance: none;
            /* Firefox用 */
            appearance: none;
            /* 標準のスタイルを無効にする */
            background: #f6f6f6;
            display: block;
            width: 100%;
            height: 45px;
            padding: 0 15px;
            font-size: 14px; }
            #form_recruit #recruitForm form dl dd input[type="text"].input_s, #form_recruit #recruitForm form dl dd select.input_s {
              display: inline-block;
              width: 50%;
              vertical-align: bottom; }
            #form_recruit #recruitForm form dl dd input[type="text"].input_s_sp, #form_recruit #recruitForm form dl dd select.input_s_sp {
              display: inline-block;
              vertical-align: bottom; }
          #form_recruit #recruitForm form dl dd .selectWrap {
            background-color: #f6f6f6;
            display: inline-block;
            width: auto;
            position: relative; }
            #form_recruit #recruitForm form dl dd .selectWrap::after {
              content: "";
              position: absolute;
              top: 40%;
              right: 10px;
              -moz-appearance: none;
              -webkit-appearance: none;
              appearance: none;
              width: 0;
              height: 0;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-top: 10px solid #000; }
            #form_recruit #recruitForm form dl dd .selectWrap select {
              padding-right: 30px; }
          #form_recruit #recruitForm form dl dd select {
            background-color: transparent;
            z-index: 100; }
            #form_recruit #recruitForm form dl dd select::-ms-expand {
              /* select要素のデザインを無効にする（IE用） */
              display: none; }
          #form_recruit #recruitForm form dl dd textarea {
            font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            background: #f6f6f6;
            display: block;
            width: auto;
            height: 45px;
            padding: 0 15px;
            font-size: 14px;
            margin-top: 10px; }
            #form_recruit #recruitForm form dl dd textarea.textarea_s {
              height: 120px;
              width: 100%;
              padding: 15px; }
              #form_recruit #recruitForm form dl dd textarea.textarea_s:first-of-type {
                margin-top: 0; }
            #form_recruit #recruitForm form dl dd textarea.textarea_l {
              height: 140px;
              width: 100%;
              padding: 15px; }
              #form_recruit #recruitForm form dl dd textarea.textarea_l:first-of-type {
                margin-top: 0; }
              #form_recruit #recruitForm form dl dd textarea.textarea_l:first-of-type {
                margin-top: 0; }
          #form_recruit #recruitForm form dl dd span {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 20px; }
          #form_recruit #recruitForm form dl dd h2 {
            color: #0078b0;
            font-size: 14px; }
          #form_recruit #recruitForm form dl dd h3 {
            padding-left: 20px;
            position: relative;
            font-size: 13px;
            color: #0078b0; }
            #form_recruit #recruitForm form dl dd h3::before {
              content: "";
              position: absolute;
              top: 9px;
              left: 8px;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: #0078b0; }
          #form_recruit #recruitForm form dl dd p {
            margin-bottom: 10px; }
          #form_recruit #recruitForm form dl dd .work {
            margin-bottom: 15px; }
            #form_recruit #recruitForm form dl dd .work label {
              padding-left: 25px;
              position: relative;
              margin-right: 20px;
              font-size: 14px; }
              #form_recruit #recruitForm form dl dd .work label:before {
                content: "";
                display: block;
                width: 17px;
                height: 17px;
                background-color: #fff;
                border-radius: 50%;
                border: 2px solid #000;
                position: absolute;
                left: 0;
                top: 0; }
            #form_recruit #recruitForm form dl dd .work input[type=radio] + label:after {
              content: "";
              display: block;
              width: 0px;
              height: 0px;
              border-radius: 0;
              background-color: transparent;
              -webkit-transform: rotate(-40deg);
                      transform: rotate(-40deg);
              position: absolute;
              top: 10px;
              left: 0;
              -webkit-transform-origin: top left;
                      transform-origin: top left; }
            #form_recruit #recruitForm form dl dd .work input[type=radio]:checked + label:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #0078b0;
              position: absolute;
              -webkit-transform-origin: top left;
                      transform-origin: top left;
              top: 8px;
              left: 3px; }
            #form_recruit #recruitForm form dl dd .work input[type="radio"] {
              display: none; }
          #form_recruit #recruitForm form dl dd .singleWord label {
            padding-left: 25px;
            position: relative;
            margin-right: 20px;
            font-size: 14px; }
            #form_recruit #recruitForm form dl dd .singleWord label:before {
              content: "";
              display: block;
              width: 17px;
              height: 17px;
              background-color: #fff;
              border-radius: 50%;
              border: 2px solid #000;
              position: absolute;
              left: 0;
              top: 0; }
          #form_recruit #recruitForm form dl dd .singleWord input[type=radio] + label:after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-radius: 0;
            background-color: transparent;
            -webkit-transform: rotate(-40deg);
                    transform: rotate(-40deg);
            position: absolute;
            top: 10px;
            left: 0;
            -webkit-transform-origin: top left;
                    transform-origin: top left; }
          #form_recruit #recruitForm form dl dd .singleWord input[type=radio]:checked + label:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #0078b0;
            position: absolute;
            -webkit-transform-origin: top left;
                    transform-origin: top left;
            top: 8px;
            left: 3px; }
          #form_recruit #recruitForm form dl dd .singleWord input[type="radio"] {
            display: none; }
        #form_recruit #recruitForm form dl.top dt {
          vertical-align: top; }
        #form_recruit #recruitForm form dl.top dd {
          vertical-align: top; }
      #form_recruit #recruitForm form .confirm dl {
        overflow: hidden;
        border-top: 1px solid #ccc;
        padding-top: 15px; }
        #form_recruit #recruitForm form .confirm dl.first {
          border-top: none; }
        #form_recruit #recruitForm form .confirm dl dd h2 {
          padding-left: 0;
          font-size: 14px; }
      #form_recruit #recruitForm form .btnArea {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        width: 95%;
        margin: 0 auto; }
      #form_recruit #recruitForm form .backBtn {
        position: relative;
        width: 98%;
        height: 60px;
        margin: 15px auto 0; }
        #form_recruit #recruitForm form .backBtn::before {
          content: none; }
        #form_recruit #recruitForm form .backBtn::after {
          content: none; }
        #form_recruit #recruitForm form .backBtn button {
          font-weight: 700;
          text-align: center;
          font-size: 14px;
          letter-spacing: 1.5px;
          z-index: 100;
          position: absolute;
          top: 0;
          left: 0;
          width: 98%;
          height: 55px;
          background-color: #fff;
          border: 3px solid #000;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s;
          color: #000;
          border-bottom: 8px solid #000; }
      #form_recruit #recruitForm form .sendBtn {
        position: relative;
        width: 100%;
        max-width: 220px;
        height: 60px;
        margin: 50px auto 0; }
        #form_recruit #recruitForm form .sendBtn::before {
          content: none; }
        #form_recruit #recruitForm form .sendBtn::after {
          content: none; }
        #form_recruit #recruitForm form .sendBtn button {
          font-weight: 700;
          text-align: center;
          font-size: 14px;
          letter-spacing: 1.5px;
          z-index: 100;
          width: 98%;
          height: 55px;
          background-color: #0078b0;
          border: 3px solid #000;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s;
          color: #fff;
          border-bottom: 8px solid #000; }
    #form_recruit .complete p.read {
      text-align: center; }
    #form_recruit .complete #recruitForm {
      padding: 0 30px;
      width: 100%;
      box-sizing: border-box; } }

@media print, screen and (min-width: 769px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #000;
    line-height: 1.8;
    font-size: 62.5%;
    font-weight: 500; }
  body {
    background-color: #fff;
    min-width: 1135px;
    overflow-y: scroll;
    font-size: 1.6rem; }
  a {
    color: #000; }
  img {
    border: none;
    vertical-align: bottom; }
  ul {
    list-style: none; }
  strong {
    font-size: 2.2rem; }
  .inner {
    width: 1135px;
    margin: 0 auto; }
    .inner > *:last-child {
      margin-bottom: 0; }
  .forSP {
    display: none !important; }
  .cf::after {
    content: "";
    clear: both;
    display: block; }
  .clear {
    clear: both; }
  .spUser,
  .pcUser {
    display: none; }
  /*------------------- parts -------------------*/
  .ff_jf {
    font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .ff_yg {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .float_left {
    float: left; }
  .float_right {
    float: right; }
  .align_right {
    text-align: right !important; }
  .align_center {
    text-align: center !important; }
  .normal {
    font-weight: normal; }
  .bold {
    font-weight: bold !important; }
  .basic_list {
    margin-bottom: 25px; }
    .basic_list > li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 10px; }
      .basic_list > li:last-child {
        margin-bottom: 0; }
      .basic_list > li::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #acd9ca;
        position: absolute;
        top: 14px;
        left: 0; }
  .bt {
    text-align: center; }
    .bt a {
      text-decoration: none;
      display: inline-block;
      padding: 15px 50px;
      border: 1px solid #a3a3a3;
      font-size: 1.8rem;
      box-shadow: 5px 5px 0px 0px #e5e5e5;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .bt a:hover {
        background: rgba(163, 163, 163, 0.2); }
  /*--------------------------------------*/
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  /*------------------- header -------------------*/
  header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height: 90px;
    padding: 0 0 0 60px;
    position: relative;
    z-index: 1; }
    header h1, header .h1 {
      font-size: 1.4rem; }
      header h1 img, header .h1 img {
        vertical-align: middle; }
      header h1 a, header .h1 a {
        text-decoration: none; }
      header h1 span, header .h1 span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        font-size: 1.7rem; }
    header > a {
      text-decoration: none;
      background: #000;
      color: #fff;
      height: 100%;
      padding: 0 40px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      font-size: 1.5rem;
      -webkit-transition: all .3s;
      transition: all .3s; }
      header > a:hover {
        background: rgba(0, 0, 0, 0.8); }
      header > a.back_corp {
        background: #000;
        color: #fff;
        position: relative;
        padding: 0 30px 0 60px; }
        header > a.back_corp::before {
          content: "";
          position: absolute;
          top: 50%;
          background: #fff;
          left: 20px;
          width: 26px;
          height: 26px;
          margin-top: -13px;
          border-radius: 50%; }
        header > a.back_corp::after {
          content: "";
          position: absolute;
          top: 50%;
          border-left: 2px solid #000;
          border-top: 2px solid #000;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 8px;
          height: 8px;
          left: 30px;
          margin-top: -4px; }
    header #spBt {
      display: none; }
  /*------------------- nav -------------------*/
  #navbt {
    position: fixed;
    left: 0;
    top: 110px;
    width: 90px;
    height: 90px;
    background: #000;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .4s;
    transition: all .4s; }
    #navbt span {
      position: absolute;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      left: 40px;
      bottom: 33px;
      font-size: 1.5rem; }
    #navbt.open div {
      background: #000; }
    #navbt.open div::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 0; }
    #navbt.open div::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 0; }
    #navbt.open span {
      left: 38px; }
    #navbt div,
    #navbt div:before,
    #navbt div:after {
      background: #fff;
      width: 3px;
      height: 35px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    #navbt div {
      color: #ffffff;
      position: relative;
      font-size: 11px;
      margin: 27px 32px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    #navbt div:before,
    #navbt div:after {
      position: absolute;
      top: 0;
      content: ''; }
    #navbt div:before {
      left: -10px; }
    #navbt div:after {
      left: 10px; }
  /*#fix_nav{
  @if $type == sp{
    padding: 5vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
  }
  @if $type == pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
  }*/
  #wrap {
    height: 100%;
    position: relative; }
  #sp_close {
    display: none; }
  nav {
    background: #59deff;
    width: 50%;
    padding: 3vw;
    position: fixed;
    bottom: 100%;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 200; }
    nav.nav0-in {
      bottom: 0;
      height: 100%; }
    nav .logo {
      text-align: center;
      margin-bottom: 45px; }
      nav .logo img {
        max-width: 110px;
        width: 80%; }
    nav ul {
      max-width: 460px;
      margin: 0 auto;
      height: calc(100% - 287px); }
      nav ul li {
        text-align: left;
        line-height: 1.2;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        position: relative;
        height: calc( 100% / 7);
        width: 100%;
        display: table; }
        nav ul li::after {
          content: "";
          width: 0;
          height: 2px;
          background: #000;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: all .4s;
          transition: all .4s; }
        nav ul li:hover::after {
          width: 100%; }
      nav ul a {
        color: #000;
        text-decoration: none;
        font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        display: table-cell;
        vertical-align: middle;
        font-size: 2.4rem;
        overflow: hidden; }
        nav ul a span {
          color: #000;
          display: inline-block;
          float: right;
          vertical-align: middle;
          font-size: 1.6rem;
          margin-top: 7px; }
  #site_description {
    background: rgba(0, 0, 0, 0.4);
    width: 50%;
    height: 100%;
    padding: 5vw;
    position: fixed;
    top: 0;
    right: -50vw;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100; }
    #site_description.nav0-in {
      right: 0; }
  #close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 54px;
    height: 50px;
    margin-top: -25px; }
  /*------------------- footer -------------------*/
  footer {
    background: #000;
    color: #fff;
    position: relative; }
    footer a {
      color: #fff;
      text-decoration: none; }
    footer .inner {
      padding: 65px 0 80px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start; }
    footer .logo {
      margin-bottom: 40px; }
    footer address {
      font-style: normal;
      color: #fff;
      font-size: 1.4rem; }
    footer p {
      font-size: 1.4rem; }
      footer p a {
        color: #fff;
        pointer-events: none; }
    footer #main-nav {
      margin: 5px 0 20px;
      letter-spacing: -0.4em; }
      footer #main-nav li {
        letter-spacing: normal;
        display: inline-block; }
        footer #main-nav li a:hover {
          text-decoration: underline; }
        footer #main-nav li:before {
          content: "｜";
          margin: 0 20px; }
        footer #main-nav li:first-child::before {
          content: none;
          margin: 0; }
    footer #sub-nav {
      letter-spacing: -0.4em; }
      footer #sub-nav li {
        letter-spacing: normal;
        display: inline-block;
        margin-right: 20px; }
        footer #sub-nav li a:hover {
          text-decoration: underline; }
        footer #sub-nav li a {
          color: #bbb; }
    footer > p {
      border-top: 1px solid #646464; }
      footer > p small {
        font-size: 1rem;
        display: block;
        padding: 30px 0;
        max-width: 1140px;
        margin: 0 auto;
        text-align: center; }
    footer #pagetop {
      background: #000;
      position: fixed;
      bottom: 0;
      right: 0;
      width: 45px;
      height: 45px;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      footer #pagetop::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 14px;
        height: 14px;
        margin: -3px 0 0 -7px; }
      footer #pagetop.isScroll {
        opacity: 1; }
  #home header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff; }
  #home main {
    background: #fff;
    position: fixed;
    padding: 90px 60px 60px;
    width: 100%;
    height: 100%;
    margin-top: 0; }
  #home #home_contents {
    position: relative;
    width: 100%;
    height: 100%; }
    #home #home_contents .video {
      background: #000;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      #home #home_contents .video video {
        min-height: 100%;
        min-width: calc(100% + 7px);
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 5;
        margin-left: -2px; }
    #home #home_contents p {
      z-index: 10; }
    #home #home_contents p:nth-of-type(1) {
      position: absolute;
      top: 50%;
      left: 165px;
      margin-top: -120px; }
      #home #home_contents p:nth-of-type(1) img {
        width: 600px; }
    #home #home_contents p:nth-of-type(2) {
      position: absolute;
      right: 120px;
      bottom: 120px; }
    #home #home_contents p:nth-of-type(3) {
      font-weight: bold;
      position: absolute;
      line-height: 1;
      right: 10px;
      display: inline-block;
      bottom: -25px;
      right: 0;
      font-size: 5.2rem;
      z-index: 20; }
  #home footer {
    background: transparent;
    color: #888888;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1rem; }
    #home footer > p {
      border-top: none;
      margin: 0 60px; }
      #home footer > p small {
        text-align: left;
        max-width: 100%;
        padding: 20px 0; }
  #contents_header {
    border-bottom: 2px solid #000;
    padding: 0 160px 16px;
    position: relative;
    z-index: 1; }
    #contents_header h1, #contents_header .h1 {
      line-height: 1.2;
      font-weight: bold;
      z-index: 1;
      display: inline-block;
      vertical-align: middle;
      font-size: 6rem; }
      #contents_header h1 span.ff_yg, #contents_header .h1 span.ff_yg {
        display: inline-block;
        vertical-align: middle;
        font-size: 2rem;
        padding-left: 40px;
        margin-bottom: 15px; }
  #pankuz {
    color: #888;
    text-align: right;
    padding: 0 60px;
    position: relative;
    z-index: 1;
    margin-top: -30px; }
    #pankuz .breadcrumb {
      letter-spacing: -0.4em; }
      #pankuz .breadcrumb > div {
        letter-spacing: normal;
        display: inline-block;
        font-size: 1.2rem; }
        #pankuz .breadcrumb > div::before {
          content: "/";
          margin: 0 10px; }
        #pankuz .breadcrumb > div:first-child::before {
          content: none;
          margin: 0; }
    #pankuz a {
      color: #888; }
  main {
    overflow: hidden;
    margin-top: 20px; }
  article {
    background: #fff;
    padding: 80px 0 100px;
    letter-spacing: .2em; }
  section.lead {
    background: #fff;
    padding: 100px 0;
    text-align: center; }
    section.lead h2 {
      color: #a08e60;
      font-size: 3.6rem;
      margin-bottom: 30px; }
    section.lead p {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 2.2; }
  .fade-up {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .fade-delay {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .fade-in {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .pop-up {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all .6s .6s;
    transition: all .6s .6s; }
  .pop-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .slideIn {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .business4 .slideIn {
    left: -960px; }
  .business4 .slide-fix {
    left: 0; }
  .business8 .slideIn {
    left: -1920px; }
  .business8 .slide-fix {
    left: 0; }
  .business15 .slideIn {
    right: -961px; }
  .business15 .slide-fix {
    right: 0; }
  .company {
    padding-bottom: 0; }
    .company .inner {
      overflow: hidden; }
    .company .future .inner {
      background: #fff;
      position: relative;
      z-index: 1; }
      .company .future .inner::before {
        content: "";
        background: url(../images/company/illust_future3.png) no-repeat;
        position: absolute;
        width: 87px;
        height: 130px;
        top: -55px;
        right: 0; }
      .company .future .inner::after {
        content: "";
        background: url(../images/company/illust_future2.png) no-repeat;
        width: 136px;
        height: 90px;
        position: absolute;
        bottom: -265px;
        left: 20px; }
    .company .future p {
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 2.6;
      width: 560px; }
      .company .future p span {
        background: #fff; }
      .company .future p + img {
        position: absolute;
        width: 926px;
        height: 641px;
        top: 10px;
        right: 0;
        z-index: -1; }
    .company .company_info {
      overflow: hidden;
      margin-bottom: 120px; }
      .company .company_info .companyLogo {
        text-align: center;
        border: 13px solid #f2f2f2;
        width: 350px;
        float: left;
        padding: 45px 0; }
      .company .company_info .text {
        width: 695px;
        float: right;
        padding-right: 50px; }
        .company .company_info .text h2 {
          font-weight: bold;
          font-size: 3rem;
          line-height: 1.8;
          margin-bottom: 40px;
          position: relative; }
          .company .company_info .text h2::after {
            content: "";
            background: url(../images/company/count30.png) no-repeat;
            width: 186px;
            height: 98px;
            position: absolute;
            top: -10px;
            left: 460px; }
          .company .company_info .text h2 span {
            display: block;
            font-size: 2rem; }
        .company .company_info .text p {
          font-size: 1.5rem;
          margin-bottom: 20px; }
    .company .cmv {
      margin-bottom: 150px; }
      .company .cmv .inner {
        -webkit-box-pack: justify;
                justify-content: space-between;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
                align-items: flex-start;
        flex-wrap: wrap; }
        .company .cmv .inner::before {
          content: "";
          width: 2px;
          background: url(../images/company/line.jpg) repeat-y;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .company .cmv .inner::after {
          content: "";
          width: 2px;
          background: url(../images/company/line.jpg) repeat-y;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0; }
        .company .cmv .inner div, .company .cmv .inner section {
          flex-basis: 565px;
          width: 565px;
          max-width: 565px;
          padding: 0 40px 0 60px; }
        .company .cmv .inner h3 {
          line-height: 1;
          font-size: 2.5rem;
          margin-bottom: 30px; }
          .company .cmv .inner h3 span {
            font-size: 3.8rem; }
        .company .cmv .inner p {
          font-size: 1.5rem; }
      .company .cmv .cmv_img {
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-bottom: 60px;
        padding: 100px 0 0 60px !important;
        position: relative; }
        .company .cmv .cmv_img::before {
          content: "";
          width: 2px;
          height: 80px;
          background: #fff;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10; }
        .company .cmv .cmv_img h2 {
          overflow: hidden;
          line-height: 1;
          font-size: 2.4rem;
          border: 2px solid #000;
          margin: 0 0 35px;
          padding: 15px 10px 10px 40px;
          letter-spacing: .1em;
          width: 547px;
          position: absolute;
          top: 0;
          left: 20px; }
          .company .cmv .cmv_img h2:after {
            content: "";
            width: 50px;
            height: 50px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            margin-top: -25px;
            right: -30px;
            border-left: 2px solid #000;
            border-bottom: 2px solid #000;
            z-index: 10;
            background: #fff; }
        .company .cmv .cmv_img img {
          width: 460px; }
      .company .cmv .concept {
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-bottom: 60px;
        position: relative; }
        .company .cmv .concept::before {
          content: "";
          width: 2px;
          height: 80px;
          background: #fff;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10; }
        .company .cmv .concept h2 {
          font-weight: normal;
          line-height: 1;
          font-size: 1.8rem;
          margin-bottom: 40px; }
          .company .cmv .concept h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 9px 25px 6px; }
          .company .cmv .concept h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold;
            margin-left: 15px;
            padding-bottom: 7px;
            width: 280px; }
      .company .cmv .mission {
        -webkit-box-ordinal-group: 5;
                order: 4;
        position: relative; }
        .company .cmv .mission::before {
          content: "";
          width: 2px;
          height: 55px;
          background: #fff;
          position: absolute;
          top: 5px;
          right: 0;
          z-index: 10; }
        .company .cmv .mission h2 {
          font-weight: normal;
          line-height: 1;
          font-size: 1.8rem;
          margin-bottom: 40px; }
          .company .cmv .mission h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 9px 25px 6px; }
          .company .cmv .mission h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold;
            margin-left: 15px;
            padding-bottom: 7px;
            width: 290px; }
      .company .cmv .vision {
        -webkit-box-ordinal-group: 4;
                order: 3;
        position: relative; }
        .company .cmv .vision::before {
          content: "";
          width: 2px;
          height: 55px;
          background: #fff;
          position: absolute;
          top: 5px;
          left: 0;
          z-index: 10; }
        .company .cmv .vision::after {
          content: "";
          background: url(../images/company/line.jpg) repeat-y;
          width: 2px;
          height: 290px;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 10; }
        .company .cmv .vision h2 {
          font-weight: normal;
          line-height: 1;
          font-size: 1.8rem;
          margin-bottom: 40px; }
          .company .cmv .vision h2 .en {
            display: inline-block;
            background: #000;
            color: #fff;
            vertical-align: bottom;
            padding: 9px 25px 6px; }
          .company .cmv .vision h2 .ja {
            display: inline-block;
            vertical-align: bottom;
            border-bottom: 2px solid #000;
            font-weight: bold;
            margin-left: 20px;
            padding-bottom: 7px;
            width: 310px; }
    .company .profile {
      margin-bottom: 130px; }
      .company .profile .inner {
        background: #fff;
        overflow: hidden;
        position: relative; }
      .company .profile h2 {
        text-align: center;
        width: 390px;
        height: 202px;
        position: absolute;
        right: 105px;
        top: 0;
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
      .company .profile ul {
        width: 540px;
        float: left; }
        .company .profile ul:nth-of-type(1) {
          padding-top: 240px;
          float: right;
          -webkit-transition-delay: .8s;
                  transition-delay: .8s; }
        .company .profile ul:nth-of-type(2) {
          float: left; }
      .company .profile li {
        margin-bottom: 30px; }
        .company .profile li:last-of-type {
          margin-bottom: 0; }
        .company .profile li dl {
          overflow: hidden;
          z-index: 1;
          position: relative;
          font-size: 1.5rem; }
          .company .profile li dl::after {
            content: "";
            width: 100%;
            height: 1px;
            background: #000;
            position: absolute;
            top: 13px;
            right: 0; }
        .company .profile li dt {
          display: inline-block;
          background: #fff;
          padding-right: 15px;
          position: relative;
          z-index: 1;
          font-size: 1.3rem; }
          .company .profile li dt::before {
            content: "";
            width: 100%;
            height: 100%;
            background: #fff;
            padding-right: 20px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
          .company .profile li dt span {
            background: #000;
            color: #fff;
            padding: 2px 20px; }
        .company .profile li dd {
          text-align: right; }
          .company .profile li dd span {
            font-size: 1.4rem; }
      .company .profile a:hover {
        text-decoration: none; }
    .company .location {
      text-align: center; }
      .company .location .inner p {
        margin-bottom: 35px; }
      .company .location h2 {
        margin-bottom: 30px; }
      .company .location > p a:hover img {
        opacity: .8; }
      .company .location > p img {
        width: 100%; }
    .company .history {
      margin-top: 100px; }
      .company .history h2 {
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 65px; }
      .company .history ul {
        padding: 0 200px; }
      .company .history li {
        border-bottom: 1px solid #dddddd;
        padding: 20px 0; }
        .company .history li:first-of-type {
          padding-top: 0; }
        .company .history li:last-of-type {
          margin-bottom: 0; }
        .company .history li dl {
          font-size: 1.5rem;
          overflow: hidden; }
        .company .history li dt {
          width: 210px;
          float: left; }
        .company .history li dd {
          width: 530px;
          float: right; }
  .business #clock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all .5s .3s;
    transition: all .5s .3s; }
    .business #clock.show {
      opacity: 1; }
    .business #clock #clock-display {
      width: 218px;
      height: 218px;
      position: relative;
      background: url(../images/business/clock_frame.png) no-repeat center; }
      .business #clock #clock-display #choshin {
        position: absolute;
        top: 0;
        left: 0; }
        .business #clock #clock-display #choshin img {
          width: 218px;
          height: 218px; }
      .business #clock #clock-display #tanshin {
        position: absolute;
        top: 0;
        left: 0; }
        .business #clock #clock-display #tanshin img {
          width: 218px;
          height: 218px; }
  .business .section {
    position: relative; }
  .business .inner {
    position: relative;
    z-index: 1; }
  .business .left-col {
    float: left; }
  .business .right-col {
    float: right; }
  .business .right-img {
    width: 673px;
    float: right;
    text-align: center; }
  .business .left-img {
    width: 673px;
    float: left;
    text-align: center; }
  .business .readBox {
    letter-spacing: normal;
    width: 350px;
    overflow: hidden;
    padding: 35px 0 0 55px;
    background: url(../images/business/flag.png) no-repeat left 20px; }
    .business .readBox p {
      opacity: 0; }
  .business .num {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 1;
    float: right;
    margin-bottom: 30px;
    font-size: 6rem; }
  .business h2 {
    font-weight: bold;
    color: #000;
    clear: both;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 20px; }
  .business .business1 {
    margin-bottom: 90px; }
    .business .business1 .inner::before {
      content: "";
      background: url(../images/business/time12.png) no-repeat;
      width: 261px;
      height: 267px;
      position: absolute;
      bottom: -45px;
      left: 25px; }
    .business .business1 .imgBox {
      padding-top: 30px; }
    .business .business1 .readBox p {
      font-size: 1.5rem; }
    .business .business1 .inner > img {
      display: block;
      float: right;
      padding: 30px 90px 0 0; }
  .business .business2 .imgBox {
    margin-top: 65px; }
  .business .business2 .inner > img {
    display: block;
    float: right;
    padding-right: 90px;
    margin-top: -20px; }
  .business .business2 .readBox {
    position: relative;
    overflow: visible; }
    .business .business2 .readBox::after {
      content: "";
      background: url(../images/business/time13.png) no-repeat;
      width: 278px;
      height: 107px;
      position: absolute;
      left: 50px;
      top: -95px; }
  .business .business3 {
    background: url(../images/business/line.png) no-repeat left bottom;
    padding-bottom: 100px;
    margin-bottom: 110px; }
    .business .business3 .inner {
      /*background: url(../images/business/time14.png) no-repeat 45px 135px;*/ }
    .business .business3 .imgBox {
      margin-top: 135px; }
    .business .business3 .readBox {
      width: 280px;
      overflow: visible; }
      .business .business3 .readBox::after {
        content: "";
        position: absolute;
        left: 55px;
        background: url(../images/business/time14.png) no-repeat;
        width: 451px;
        height: 270px;
        top: 125px; }
  .business .business4 {
    background: url(../images/business/sec_bg.jpg) repeat center top;
    min-height: 410px; }
    .business .business4 .inner {
      height: 410px; }
      .business .business4 .inner > img {
        position: absolute;
        right: 0;
        bottom: -80px; }
    .business .business4 > img {
      position: absolute;
      top: 0; }
    .business .business4 .readBox {
      position: absolute;
      top: -65px;
      right: 0; }
  .business .business5-6 {
    padding-top: 90px;
    margin-bottom: 100px; }
    .business .business5-6 .inner::before {
      content: "";
      position: absolute;
      top: 65px;
      right: 230px;
      background: url(../images/business/sec5_img2.png) no-repeat;
      width: 119px;
      height: 114px; }
    .business .business5-6 .inner::after {
      content: "";
      position: absolute;
      top: 181px;
      left: -70px;
      background: url(../images/business/sec5_img1.png) no-repeat;
      width: 410px;
      height: 393px;
      z-index: 2; }
  .business .business5 {
    position: relative; }
    .business .business5.readBox {
      width: 280px;
      margin-left: 110px;
      overflow: visible; }
  .business .business6 {
    float: right;
    margin: -30px 70px 0 0; }
    .business .business6.readBox {
      overflow: visible; }
      .business .business6.readBox img {
        position: absolute;
        bottom: -50px;
        right: 40px; }
    .business .business6 p {
      margin-top: 20px; }
  .business .business7 {
    padding-top: 50px; }
    .business .business7 .inner {
      padding-bottom: 100px; }
      .business .business7 .inner::before {
        content: "";
        background: url(../images/business/sec7_img2.png) no-repeat;
        width: 144px;
        height: 157px;
        left: 40px;
        bottom: 40px;
        position: absolute; }
    .business .business7 .imgBox {
      padding-top: 70px; }
    .business .business7 .readBox {
      width: 300px; }
  .business .business8 {
    min-height: 500px;
    margin-bottom: 110px; }
    .business .business8 > img {
      position: absolute;
      top: 0; }
    .business .business8 .readBox {
      width: 500px; }
    .business .business8 .num {
      float: none;
      padding-left: 135px; }
    .business .business8 h2 {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .business .business8 p {
      display: inline-block;
      width: 160px;
      margin-left: 15px;
      vertical-align: middle; }
  .business .business9 {
    margin-bottom: 100px; }
    .business .business9 .inner {
      position: relative; }
      .business .business9 .inner > img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .business .business9 .right-col img {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    .business .business9 .readBox {
      margin: 155px 0 0 35px;
      width: 300px; }
  .business .business10 {
    padding-bottom: 90px;
    background: url(../images/business/line_short.png) no-repeat right bottom;
    margin-bottom: 80px; }
    .business .business10 .imgBox {
      padding-top: 90px; }
    .business .business10 .readBox {
      width: 300px;
      position: relative;
      overflow: visible; }
      .business .business10 .readBox::after {
        content: "";
        position: absolute;
        background: url(../images/business/time18.png) no-repeat;
        width: 239px;
        height: 79px;
        position: absolute;
        left: -130px;
        top: -85px; }
  .business .business11 {
    margin-bottom: 100px; }
    .business .business11 .inner {
      background: url(../images/business/sec11_img3.png) no-repeat 260px bottom; }
    .business .business11 .readBox {
      overflow: visible;
      width: 300px; }
      .business .business11 .readBox::before {
        content: "";
        position: absolute;
        top: -100px;
        left: 30px;
        background: url(../images/business/time19.png) no-repeat;
        width: 237px;
        height: 79px; }
  .business .business12 {
    margin-bottom: 120px; }
    .business .business12 .readBox {
      width: 300px;
      position: relative;
      overflow: visible;
      margin: 45px 70px 0 0; }
      .business .business12 .readBox::after {
        content: "";
        position: absolute;
        background: url(../images/business/time20.png) no-repeat;
        width: 297px;
        height: 101px;
        position: absolute;
        left: -130px;
        top: -85px; }
  .business .business13 {
    margin-bottom: 70px; }
    .business .business13 .readBox {
      width: 320px;
      margin-top: 40px; }
  .business .business14 {
    margin-top: -40px;
    margin-bottom: 120px; }
    .business .business14 .readBox {
      width: 330px;
      margin-right: 100px; }
  .business .business15 {
    background: url(../images/business/sec_bg.jpg) repeat center top;
    min-height: 410px; }
    .business .business15 > img {
      position: absolute;
      top: 0; }
    .business .business15 .readBox {
      overflow: visible;
      width: 280px;
      position: absolute;
      left: 0;
      top: -60px; }
      .business .business15 .readBox p {
        padding-right: 50px; }
      .business .business15 .readBox img {
        position: absolute;
        left: 80%;
        top: 65%; }
      .business .business15 .readBox::before {
        content: "";
        position: absolute;
        left: 100%;
        top: 100px;
        background: url(../images/business/time22.png) no-repeat;
        width: 199px;
        height: 74px; }
  article.brands {
    overflow: hidden; }
  .brand_all {
    position: relative;
    z-index: 10; }
    .brand_all > p:first-of-type img {
      width: 500px; }
    .brand_all .inner {
      position: relative; }
    .brand_all h2 {
      margin-bottom: 20px; }
      .brand_all h2 + p {
        font-weight: bold;
        width: 480px;
        line-height: 2; }
        .brand_all h2 + p span {
          background: #fff; }
    .brand_all h3 {
      margin-bottom: 30px; }
    .brand_all.restaurant .lead {
      margin-bottom: 140px; }
      .brand_all.restaurant .lead p span {
        background: #efefef; }
    .brand_all.restaurant .col3 {
      margin-bottom: 0; }
    .brand_all.restaurant .rest_img1 {
      position: absolute;
      top: -50px;
      right: -215px;
      z-index: -1; }
    .brand_all.restaurant .rest_img4 {
      position: absolute;
      bottom: 0;
      right: -84px;
      z-index: -1; }
    .brand_all.sakaba {
      padding-top: 380px;
      position: relative;
      background: url(../images/brands/sakaba_bg.png) no-repeat left 65px; }
      .brand_all.sakaba .inner {
        padding-top: 55px; }
      .brand_all.sakaba .brand_img {
        position: absolute;
        bottom: -270px;
        left: -390px;
        z-index: -1;
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      .brand_all.sakaba h2 + p {
        width: 100%; }
      .brand_all.sakaba .lead {
        text-align: right;
        float: right;
        margin-bottom: 50px; }
      .brand_all.sakaba .col4 {
        margin-bottom: 0; }
      .brand_all.sakaba .sk_img {
        position: absolute;
        top: -65px;
        left: -190px; }
      .brand_all.sakaba .sk_img2 {
        position: absolute;
        bottom: 100px;
        right: 0; }
      .brand_all.sakaba.brand_all ul li:last-of-type {
        margin-bottom: 0; }
    .brand_all.overseas {
      padding-top: 300px; }
      .brand_all.overseas::after {
        content: "";
        width: 200%;
        height: 780px;
        background: #f1f1f1;
        -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg);
        -webkit-transform-origin: top right;
                transform-origin: top right;
        position: absolute;
        top: -30px;
        right: 0;
        z-index: -10; }
      .brand_all.overseas .inner {
        position: relative; }
        .brand_all.overseas .inner .os_img {
          position: absolute;
          top: -165px;
          left: -190px;
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
      .brand_all.overseas .brand_img {
        position: absolute;
        top: -230px;
        right: -230px;
        z-index: -1; }
      .brand_all.overseas .lead {
        margin-bottom: 115px; }
        .brand_all.overseas .lead p span {
          background: #efefef; }
      .brand_all.overseas .col3 {
        margin-bottom: 0; }
    .brand_all.baby-food {
      padding: 200px 0 150px; }
      .brand_all.baby-food .inner {
        position: relative; }
      .brand_all.baby-food .brand_img {
        position: absolute;
        top: -100px;
        left: -137px;
        z-index: -1; }
      .brand_all.baby-food .lead {
        padding-left: 350px; }
        .brand_all.baby-food .lead p {
          width: 500px; }
        .brand_all.baby-food .lead p span {
          background: #efefef; }
      .brand_all.baby-food ul {
        position: absolute;
        top: 0;
        right: 0; }
    .brand_all.planning {
      margin-bottom: 200px; }
      .brand_all.planning .inner {
        position: relative; }
      .brand_all.planning .brand_img {
        position: absolute;
        top: -40px;
        left: 90%;
        z-index: -1; }
      .brand_all.planning .plang_img {
        position: absolute;
        top: 284px;
        left: -245px;
        z-index: -1; }
      .brand_all.planning .lead p {
        width: 540px; }
      .brand_all.planning .lead p span {
        background: #efefef; }
      .brand_all.planning ul {
        position: absolute;
        top: 0;
        left: 610px; }
    .brand_all.hotel {
      margin-bottom: 200px;
      padding: 40px 0 50px; }
      .brand_all.hotel::after {
        content: "";
        width: 200%;
        height: 860px;
        background: #f1f1f1;
        -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg);
        -webkit-transform-origin: top right;
                transform-origin: top right;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: -10;
        margin-top: -250px; }
      .brand_all.hotel .inner {
        position: relative; }
        .brand_all.hotel .inner .os_img {
          position: absolute;
          top: -165px;
          left: -190px;
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
      .brand_all.hotel .lead {
        padding-left: 355px; }
        .brand_all.hotel .lead p {
          width: 500px;
          line-height: 2; }
        .brand_all.hotel .lead p span {
          background: #efefef; }
        .brand_all.hotel .lead .open {
          background: #000;
          color: #fff;
          display: inline-block;
          width: auto;
          padding: 5px;
          font-size: 1.8rem;
          margin-bottom: 25px;
          line-height: 1; }
      .brand_all.hotel ul {
        position: absolute;
        top: 0;
        right: 0; }
        .brand_all.hotel ul li {
          margin-right: 0; }
    .brand_all ul {
      margin-bottom: 135px;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
      .brand_all ul.col3 {
        padding-right: 260px; }
        .brand_all ul.col3 li:nth-child(3n) {
          margin-right: 0; }
        .brand_all ul.col3 li:nth-child(n + 4) {
          margin-top: 60px; }
      .brand_all ul.col4 li:nth-child(4n) {
        margin-right: 0; }
      .brand_all ul.col4 li:nth-child(n + 5) {
        margin-top: 60px; }
      .brand_all ul li {
        position: relative;
        margin-right: 30px;
        -webkit-transition: all .6s;
        transition: all .6s;
        width: 260px; }
        .brand_all ul li:hover .brand_logo {
          opacity: 0; }
        .brand_all ul li:hover .txt {
          opacity: 0; }
        .brand_all ul li img {
          width: 100%; }
        .brand_all ul li .thumb {
          background: url(../images/brands/dot.jpg) repeat;
          padding: 10px;
          position: relative;
          width: 260px;
          height: 254px;
          margin-bottom: 20px; }
          .brand_all ul li .thumb img {
            -webkit-backface-visibility: hidden;
            position: absolute;
            top: 10px;
            left: 10px;
            width: 240px; }
          .brand_all ul li .thumb .sp_img {
            display: none; }
          .brand_all ul li .thumb .brand_logo {
            z-index: 2;
            -webkit-transition: all .6s;
            transition: all .6s; }
          .brand_all ul li .thumb .shop_img {
            z-index: 1; }
        .brand_all ul li .txt {
          display: none;
          position: absolute;
          width: 240px;
          height: 234px;
          top: 10px;
          left: 10px;
          z-index: 20;
          -webkit-transition: all .6s;
          transition: all .6s; }
          .brand_all ul li .txt p {
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            padding: 15px;
            height: 100%;
            font-size: 1.4rem; }
        .brand_all ul li a {
          text-decoration: none; }
      .brand_all ul .sns {
        display: none;
        text-align: right;
        position: absolute;
        top: 221px;
        right: 0;
        letter-spacing: -0.4em;
        z-index: 30; }
        .brand_all ul .sns img {
          width: 33px;
          vertical-align: bottom;
          margin-left: 1px;
          letter-spacing: normal; }
      .brand_all ul dl dt {
        font-weight: bold;
        display: block;
        border-bottom: 2px solid #000;
        text-align: center;
        font-size: 1.7rem;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      .brand_all ul dl dd {
        text-align: center;
        font-size: 1.3rem; }
  .brand_list h3 {
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px; }
    .brand_list h3::after {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      background: #d1d1d1;
      z-index: 0; }
    .brand_list h3 span {
      display: inline-block;
      vertical-align: middle;
      background: #f6f6ff;
      color: #888;
      position: relative;
      z-index: 1;
      padding: 0 45px;
      font-size: 1.6rem; }
  .brand_list .inner > ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px; }
    .brand_list .inner > ul:last-of-type {
      padding-bottom: 0; }
    .brand_list .inner > ul > li {
      margin: 0 45px 40px 0;
      position: relative; }
      .brand_list .inner > ul > li:nth-child(3n) {
        margin-right: 0; }
      .brand_list .inner > ul > li .logo {
        background: #fff;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 350px;
        height: 340px; }
      .brand_list .inner > ul > li dl {
        border-top: 1px solid #dadada;
        margin-top: 7px;
        width: 350px; }
        .brand_list .inner > ul > li dl dt {
          font-size: 1.3rem;
          font-weight: bold;
          display: block;
          text-align: center;
          padding-top: 12px;
          margin-bottom: 8px;
          color: #8c8c8c; }
        .brand_list .inner > ul > li dl dd {
          display: block;
          font-size: 15px;
          font-size: 1.3rem; }
      .brand_list .inner > ul > li p {
        text-align: center;
        font-weight: bold;
        padding-top: 15px;
        font-size: 1.6rem; }
  .brand_list .sns {
    letter-spacing: -0.4em;
    padding-bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 307px; }
    .brand_list .sns li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 1px; }
  .sitemap .sitemap_link {
    padding-top: 60px; }
    .sitemap .sitemap_link .inner {
      background: #fff;
      display: -webkit-box;
      display: flex;
      padding: 80px 110px; }
    .sitemap .sitemap_link ul {
      margin-right: 100px;
      list-style: none; }
      .sitemap .sitemap_link ul li {
        margin-bottom: 20px;
        padding-left: 15px;
        text-indent: -15px; }
        .sitemap .sitemap_link ul li::before {
          content: "・"; }
        .sitemap .sitemap_link ul li > ul {
          padding-top: 10px; }
          .sitemap .sitemap_link ul li > ul li {
            margin-bottom: 15px; }
            .sitemap .sitemap_link ul li > ul li::before {
              content: "└";
              padding-right: 10px; }
    .sitemap .sitemap_link a {
      text-decoration: none; }
      .sitemap .sitemap_link a:hover {
        text-decoration: underline; }
  .privacy .inner {
    background: #fff;
    width: 1000px; }
  .privacy h2 {
    border-bottom: 4px double #000;
    font-size: 2rem;
    margin-bottom: 20px; }
  .privacy h3 {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 15px; }
  .privacy p {
    margin-bottom: 50px; }
  .privacy .border-box {
    border: 2px solid #000;
    padding: 30px 40px 0; }
  .news {
    padding-top: 160px; }
    .news.news_detail .sec_body {
      padding-top: 145px; }
  .news_posts .inner {
    background: #fff;
    position: relative; }
  .news_posts .sec_title {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 200px;
    height: 176px;
    top: -87px;
    margin-left: -130px; }
    .news_posts .sec_title img {
      width: 100%; }
  .news_posts .sec_body {
    background: url(../images/news/frame_body.jpg) repeat center top;
    position: relative;
    margin-bottom: 50px;
    padding: 85px 70px; }
    .news_posts .sec_body::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: url(../images/news/frame-top.jpg) no-repeat center top #fff;
      background-size: 100%; }
    .news_posts .sec_body::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: url(../images/news/frame_bottom.jpg) no-repeat center top #fff;
      background-size: 100%; }
    .news_posts .sec_body time {
      display: block;
      text-align: center;
      font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: bold;
      padding-left: 65px; }
      .news_posts .sec_body time span {
        font-weight: bold;
        display: inline-block;
        font-size: 4.6rem; }
        .news_posts .sec_body time span.month {
          position: relative; }
          .news_posts .sec_body time span.month::after {
            content: "|";
            font-weight: normal;
            vertical-align: top;
            padding: 0 35px;
            font-size: 4rem; }
        .news_posts .sec_body time span.date {
          padding-right: 10px; }
        .news_posts .sec_body time span.year {
          font-size: 2.2rem; }
    .news_posts .sec_body .post-title {
      text-align: center;
      margin-bottom: 45px; }
      .news_posts .sec_body .post-title span {
        display: inline-block;
        background: url(../images/news/dot.jpg) repeat center top;
        font-size: 2.5rem;
        padding: 5px 90px; }
    .news_posts .sec_body .post-body {
      padding: 0 150px; }
      .news_posts .sec_body .post-body > *:last-child {
        margin-bottom: 0; }
      .news_posts .sec_body .post-body h2 {
        line-height: 1.2;
        border-bottom: 2px solid #000;
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 40px; }
      .news_posts .sec_body .post-body h3 {
        line-height: 1.2;
        display: inline-block;
        background: #e5e5e5;
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding: 5px; }
      .news_posts .sec_body .post-body p {
        margin-bottom: 30px; }
      .news_posts .sec_body .post-body img {
        max-width: 100%; }
  .news_posts .sec_body > ul > li {
    border-top: 2px solid #000;
    padding: 60px 0; }
    .news_posts .sec_body > ul > li:first-child {
      border-top: none; }
    .news_posts .sec_body > ul > li:last-child {
      padding-bottom: 0; }
    .news_posts .sec_body > ul > li p {
      padding: 0 240px;
      margin-bottom: 60px; }
    .news_posts .sec_body > ul > li a {
      display: block;
      border: 2px solid #000;
      text-align: center;
      font-weight: bold;
      position: relative;
      text-decoration: none;
      font-size: 1.7rem;
      width: 285px;
      margin: 0 auto;
      padding: 5px 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .news_posts .sec_body > ul > li a:hover {
        color: #fff;
        background: #000; }
        .news_posts .sec_body > ul > li a:hover::after {
          border-color: #fff; }
      .news_posts .sec_body > ul > li a::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 15px; }
  .news_arc .inner {
    background: #fff;
    padding: 70px; }
  .news_arc h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem; }
  .news_arc .date {
    text-align: center;
    margin-bottom: 50px; }
  .news_arc time {
    color: #a08e60;
    font-size: 1.4rem; }
  .news_arc p {
    margin-bottom: 65px;
    font-size: 1.5rem; }
  .news_arc .page_control {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 70px; }
    .news_arc .page_control a {
      text-decoration: none; }
    .news_arc .page_control .prev {
      font-size: 1.6rem;
      -webkit-box-ordinal-group: 2;
              order: 1; }
      .news_arc .page_control .prev a {
        position: relative;
        padding: 15px 25px; }
        .news_arc .page_control .prev a:hover {
          text-decoration: underline; }
        .news_arc .page_control .prev a::before {
          content: "";
          border-top: 1px solid #000;
          border-left: 1px solid #000;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          top: 50%;
          left: 0;
          width: 14px;
          height: 14px;
          margin-top: -7px; }
    .news_arc .page_control .next {
      -webkit-box-ordinal-group: 4;
              order: 3; }
      .news_arc .page_control .next a {
        position: relative;
        padding: 15px 25px; }
        .news_arc .page_control .next a:hover {
          text-decoration: underline; }
        .news_arc .page_control .next a::before {
          content: "";
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          width: 14px;
          height: 14px;
          margin-top: -7px; }
    .news_arc .page_control .cat_index {
      font-weight: bold;
      font-size: 1.6rem;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      .news_arc .page_control .cat_index a {
        border: 1px solid #000;
        box-shadow: 5px 5px 0px 0px #eeeeee;
        display: inline-block;
        padding: 15px 100px; }
  .wp-pagenavi {
    text-align: center; }
    .wp-pagenavi .current {
      background: #000;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      border: 1px solid #000;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0 5px; }
    .wp-pagenavi .page {
      text-decoration: none;
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      border: 1px solid #ddd;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0 5px; }
      .wp-pagenavi .page:hover {
        background: #ddd; }
    .wp-pagenavi .previouspostslink {
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0 5px; }
      .wp-pagenavi .previouspostslink span {
        display: block;
        position: relative;
        width: 50px;
        height: 50px; }
        .wp-pagenavi .previouspostslink span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 14px;
          height: 14px;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          margin: -7px 0 0 -5px; }
    .wp-pagenavi .nextpostslink {
      background: #fff;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin: 0 5px; }
      .wp-pagenavi .nextpostslink span {
        display: block;
        position: relative;
        width: 50px;
        height: 50px; }
        .wp-pagenavi .nextpostslink span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 14px;
          height: 14px;
          border-right: 2px solid #000;
          border-bottom: 2px solid #000;
          margin: -7px 0 0 -10px; }
  .notfound p {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 50px; }
  #recruit {
    background: #59deff;
    overflow-y: hidden; }
    #recruit main {
      background: transparent; }
    #recruit header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-box-align: stretch;
              align-items: stretch;
      z-index: 10;
      padding-right: 0; }
      #recruit header .h1 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
      #recruit header > a {
        height: 60px; }
    #recruit footer {
      position: fixed;
      bottom: 0;
      left: 0;
      background: none;
      z-index: 50; }
      #recruit footer p {
        border: none; }
        #recruit footer p small {
          padding: 15px 35px;
          text-align: left;
          max-width: 100%; }
    #recruit #splash {
      width: 100vw;
      background: url(../images/recruit/splash_bg.png) no-repeat center #59deff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transition: all 1s;
      transition: all 1s; }
      #recruit #splash img {
        margin: auto; }
    #recruit #cloud {
      background: url(../images/recruit/cloud.png) 100% 50px;
      background-size: contain;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; }
      #recruit #cloud .wave {
        width: 100%;
        height: 360px;
        background: url(../images/recruit/bg_nami.png) center bottom;
        position: absolute;
        left: 0;
        bottom: 0; }
    #recruit #first-view {
      min-height: 800px;
      background: url(../images/recruit/bg_nami.png) no-repeat center bottom;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5; }
    #recruit #lead {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #recruit #lead .wave {
        width: 100%;
        height: 360px;
        background: url(../images/recruit/bg_nami2.png) -800px bottom;
        position: absolute;
        left: 0;
        bottom: -40px;
        z-index: 1; }
      #recruit #lead .kamome {
        position: absolute;
        left: -230px;
        top: 130px;
        z-index: 2; }
      #recruit #lead .fish {
        position: absolute;
        left: -260px;
        bottom: 70px;
        z-index: 2; }
      #recruit #lead .yashi {
        position: absolute;
        right: -1000px;
        bottom: 130px;
        z-index: 0; }
      #recruit #lead .inner {
        width: 1000px;
        height: 100%;
        position: relative; }
        #recruit #lead .inner > p {
          position: absolute;
          right: 25px;
          top: 70%;
          z-index: 2; }
        #recruit #lead .inner > a {
          text-decoration: none;
          position: absolute;
          bottom: 20px;
          left: 50%;
          width: 25px;
          height: 50px;
          margin-left: -12px;
          border: 3px solid #000;
          border-radius: 15px;
          display: block;
          z-index: 2; }
          #recruit #lead .inner > a::after {
            content: "●";
            position: inherit;
            top: 50%;
            left: 50%;
            font-size: 1rem;
            margin: -7px 0 0 -5px;
            -webkit-animation: dot 2s ease-in infinite;
                    animation: dot 2s ease-in infinite;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
          #recruit #lead .inner > a span {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: 9999px;
            z-index: 15; }
      #recruit #lead img {
        width: auto;
        max-width: 100%; }
      #recruit #lead h1 {
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 1; }
      #recruit #lead .ship {
        position: absolute;
        left: -120px;
        bottom: 75px;
        max-width: 778px;
        z-index: 1;
        width: 500px;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom; }
    #recruit .inner {
      width: 1000px; }
    #recruit section {
      display: -webkit-box;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
              align-items: center;
      position: relative;
      z-index: 20; }
    #recruit .section1 .wrap, #recruit .section2 .wrap {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      background: #25d3ff;
      width: 100%; }
    #recruit .section1 .inner, #recruit .section2 .inner {
      padding: 120px 0 70px;
      position: relative; }
    #recruit .section1 h2, #recruit .section2 h2 {
      text-align: center;
      position: absolute;
      top: -50px;
      width: 100%; }
    #recruit .section1 ul, #recruit .section2 ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    #recruit .section1 li, #recruit .section2 li {
      background: url(../images/recruit/box.png) no-repeat center top;
      width: 496px;
      height: 467px;
      padding: 40px 50px 0;
      position: relative; }
      #recruit .section1 li dl dt, #recruit .section2 li dl dt {
        text-align: center;
        font-size: 4.4rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 10px; }
        #recruit .section1 li dl dt span, #recruit .section2 li dl dt span {
          color: #25d3ff;
          font-size: 4rem;
          display: block; }
      #recruit .section1 li img, #recruit .section2 li img {
        position: absolute;
        bottom: 4px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto; }
    #recruit .section3 .wrap {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      background: #fff;
      width: 100%; }
    #recruit .section3 .inner {
      padding: 65px 0;
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
              align-items: flex-end;
      background: url(../images/recruit/sec3_item2.png) no-repeat right 90%; }
    #recruit .section3 h2 {
      text-align: center;
      position: absolute;
      top: 55px;
      right: 0; }
    #recruit .section3 .mov {
      width: 635px;
      height: 515px;
      border: 4px solid #000; }
    #recruit .section3 p {
      padding-bottom: 70px;
      line-height: 1.8;
      width: 320px; }
    #recruit .section4 .wrap {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      background: #25d3ff;
      width: 100%;
      position: relative;
      line-height: 1; }
      #recruit .section4 .wrap > p {
        position: absolute;
        top: 15px;
        width: 100%;
        text-align: center;
        margin: auto;
        color: #fff;
        font-size: 9rem;
        font-style: italic;
        white-space: nowrap;
        font-weight: bold; }
    #recruit .section4 .inner {
      padding: 70px 0 0;
      position: relative; }
    #recruit .section4 .box {
      padding: 45px 75px 70px;
      position: relative;
      background: url(../images/recruit/box_l.png) no-repeat center bottom;
      width: 999px;
      height: 586px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end; }
      #recruit .section4 .box::after {
        content: "";
        background: url(../images/recruit/sec4_item2.png) no-repeat;
        width: 112px;
        height: 114px;
        position: absolute;
        bottom: 30px;
        right: 30px; }
      #recruit .section4 .box .txt {
        width: 490px; }
        #recruit .section4 .box .txt h2 {
          font-size: 4.8rem;
          line-height: 1.2;
          font-weight: bold;
          margin-bottom: 15px;
          padding-bottom: 15px;
          border-bottom: 4px solid #25d3ff; }
          #recruit .section4 .box .txt h2 span {
            font-size: 3rem;
            color: #666;
            display: block; }
        #recruit .section4 .box .txt p {
          font-size: 1.5rem;
          font-weight: bold;
          line-height: 2;
          margin-bottom: 30px; }
        #recruit .section4 .box .txt a {
          text-decoration: none;
          display: inline-block;
          padding: 10px 110px;
          border: 5px solid #000;
          position: relative;
          font-size: 2rem;
          font-weight: bold; }
          #recruit .section4 .box .txt a::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 15px;
            width: 25px;
            height: 25px;
            background: #000;
            border-radius: 50%;
            margin-top: -13px; }
          #recruit .section4 .box .txt a::after {
            content: "";
            position: absolute;
            top: 50%;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 25px;
            width: 10px;
            height: 10px;
            margin-top: -5px; }
      #recruit .section4 .box img {
        position: absolute;
        top: 65px;
        left: -140px; }
    #recruit .section5 .wrap {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      background: #fff;
      width: 100%; }
    #recruit .section5 .inner {
      padding: 25px 0 100px;
      position: relative; }
      #recruit .section5 .inner > img {
        position: absolute;
        right: 0;
        bottom: 0; }
    #recruit .section5 p:first-of-type {
      font-size: 8.8rem;
      color: #25c9ff;
      font-weight: bold;
      line-height: 1;
      font-style: italic; }
    #recruit .section5 h2 {
      margin-bottom: 30px; }
    #recruit .section5 p:last-of-type {
      width: 300px;
      margin-left: 40px;
      font-size: 1.5rem;
      line-height: 2;
      font-weight: bold; }
    #recruit .section6 .wrap, #recruit .section7 .wrap, #recruit .section8 .wrap {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      background: #25d3ff;
      width: 100%;
      position: relative; }
      #recruit .section6 .wrap::before, #recruit .section7 .wrap::before, #recruit .section8 .wrap::before {
        content: "";
        background: url(../images/recruit/sec6_item1.png) no-repeat;
        width: 213px;
        height: 264px;
        position: absolute;
        top: 0;
        left: 15%; }
      #recruit .section6 .wrap::after, #recruit .section7 .wrap::after, #recruit .section8 .wrap::after {
        content: "";
        background: url(../images/recruit/sec6_item2.png) no-repeat;
        width: 185px;
        height: 185px;
        position: absolute;
        bottom: 50px;
        right: 15%; }
    #recruit .section6 .inner, #recruit .section7 .inner, #recruit .section8 .inner {
      padding: 55px 0 70px;
      position: relative;
      z-index: 1; }
      #recruit .section6 .inner::before, #recruit .section7 .inner::before, #recruit .section8 .inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50px;
        background: #fff;
        width: 90%;
        height: 100%;
        z-index: -1;
        -webkit-transform: skewX(-30deg);
                transform: skewX(-30deg); }
      #recruit .section6 .inner::after, #recruit .section7 .inner::after, #recruit .section8 .inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        width: 100%;
        height: 70%;
        z-index: -1;
        -webkit-transform: skewX(-30deg);
                transform: skewX(-30deg); }
    #recruit .section6 p:first-of-type, #recruit .section7 p:first-of-type, #recruit .section8 p:first-of-type {
      font-size: 8.8rem;
      color: #25c9ff;
      font-weight: bold;
      line-height: 1;
      font-style: italic;
      text-align: center;
      margin-bottom: 30px; }
    #recruit .section6 h2, #recruit .section7 h2, #recruit .section8 h2 {
      font-weight: bold;
      text-align: center;
      letter-spacing: -0.4em;
      margin-bottom: 20px; }
      #recruit .section6 h2 > span, #recruit .section7 h2 > span, #recruit .section8 h2 > span {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        line-height: 1;
        margin-right: 15px; }
        #recruit .section6 h2 > span span, #recruit .section7 h2 > span span, #recruit .section8 h2 > span span {
          display: block; }
      #recruit .section6 h2 > .num, #recruit .section7 h2 > .num, #recruit .section8 h2 > .num {
        color: #25c9ff;
        font-style: normal; }
        #recruit .section6 h2 > .num span, #recruit .section7 h2 > .num span, #recruit .section8 h2 > .num span {
          font-style: italic;
          font-size: 8.2rem; }
      #recruit .section6 h2 > .txt, #recruit .section7 h2 > .txt, #recruit .section8 h2 > .txt {
        color: #000;
        font-style: normal;
        font-size: 2.4rem; }
        #recruit .section6 h2 > .txt span, #recruit .section7 h2 > .txt span, #recruit .section8 h2 > .txt span {
          font-style: italic;
          font-size: 6.6rem; }
    #recruit .section6 .voice1, #recruit .section7 .voice1, #recruit .section8 .voice1 {
      padding: 20px 30px;
      border: 3px solid #25d3ff;
      width: 400px;
      margin: 0 auto 10px;
      font-size: 1.5rem;
      font-weight: bold;
      position: relative;
      z-index: 1;
      background: #fff; }
      #recruit .section6 .voice1::before, #recruit .section7 .voice1::before, #recruit .section8 .voice1::before {
        content: "";
        background: url(../images/recruit/fuki1.jpg) no-repeat;
        width: 34px;
        height: 23px;
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -17px; }
      #recruit .section6 .voice1 span, #recruit .section7 .voice1 span, #recruit .section8 .voice1 span {
        font-size: 1.3rem; }
    #recruit .section6 .voice2, #recruit .section7 .voice2, #recruit .section8 .voice2 {
      padding: 20px 30px;
      border: 3px solid #000;
      width: 400px;
      margin: 0 auto 10px;
      font-size: 1.5rem;
      font-weight: bold;
      position: relative;
      z-index: 1;
      background: #000;
      color: #fff; }
      #recruit .section6 .voice2::before, #recruit .section7 .voice2::before, #recruit .section8 .voice2::before {
        content: "";
        background: url(../images/recruit/fuki2.png) no-repeat;
        width: 38px;
        height: 21px;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -10px; }
      #recruit .section6 .voice2 span, #recruit .section7 .voice2 span, #recruit .section8 .voice2 span {
        font-size: 1.3rem; }
    #recruit .section6 .voicer1, #recruit .section7 .voicer1, #recruit .section8 .voicer1 {
      position: absolute;
      bottom: 0;
      left: -10px; }
    #recruit .section6 .voicer2, #recruit .section7 .voicer2, #recruit .section8 .voicer2 {
      position: absolute;
      bottom: 0;
      right: -30px; }
    #recruit .section6 .voicer3, #recruit .section7 .voicer3, #recruit .section8 .voicer3 {
      position: absolute;
      bottom: 0;
      left: -75px; }
    #recruit .section6 .voicer4, #recruit .section7 .voicer4, #recruit .section8 .voicer4 {
      position: absolute;
      bottom: 0;
      right: 20px; }
    #recruit .section6 .voicer5, #recruit .section7 .voicer5, #recruit .section8 .voicer5 {
      position: absolute;
      bottom: 0;
      left: 5px; }
    #recruit .section6 .voicer6, #recruit .section7 .voicer6, #recruit .section8 .voicer6 {
      position: absolute;
      bottom: 0;
      right: 10px; }
    #recruit .section9 {
      position: relative;
      z-index: 5;
      padding-top: 335px;
      overflow: hidden;
      margin-top: -118px;
      z-index: 20; }
      #recruit .section9::after {
        content: "";
        width: 100%;
        height: 70%;
        left: 0;
        top: 45%;
        background: #90c31f;
        z-index: -1;
        position: absolute; }
      #recruit .section9 .wrap {
        width: 100%;
        position: relative;
        z-index: 1; }
        #recruit .section9 .wrap::after {
          content: "";
          position: absolute;
          background: url(../images/recruit/sec9_bg.png) no-repeat center top;
          width: 100%;
          height: 498px;
          top: -30px;
          left: 0;
          z-index: 20;
          z-index: -1; }
      #recruit .section9 .inner {
        padding: 125px 0 100px; }
        #recruit .section9 .inner > img {
          position: absolute;
          right: 0;
          bottom: 0; }
      #recruit .section9 h2 {
        font-size: 9rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 25px; }
        #recruit .section9 h2 span {
          display: block;
          font-size: 4.2rem;
          color: #000; }
      #recruit .section9 p {
        text-align: center;
        margin-bottom: 20px; }
      #recruit .section9 ul {
        width: 100%;
        border: 3px solid #000;
        background: #fff; }
      #recruit .section9 li {
        border-bottom: 2px solid #000; }
        #recruit .section9 li:last-child {
          border-bottom: none; }
      #recruit .section9 dt {
        display: block;
        font-size: 2rem;
        padding: 20px;
        cursor: pointer;
        position: relative; }
        #recruit .section9 dt::after {
          content: "＋";
          font-size: 3rem;
          font-weight: bold;
          position: absolute;
          top: 10px;
          right: 15px; }
        #recruit .section9 dt.open::after {
          content: "－";
          font-size: 3rem;
          font-weight: bold;
          position: absolute;
          top: 10px;
          right: 15px; }
      #recruit .section9 dd {
        display: block;
        font-size: 2rem;
        padding: 0 20px 20px;
        display: none; }
  .brand_all .header > p.ff_jf {
    font-size: 6.5rem;
    letter-spacing: -0.2rem;
    padding-top: 8px; }
  #brand_r {
    letter-spacing: .1em; }
  .page_link_area-wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .page_link_area {
    margin: 0 11px; }
    .page_link_area .toggleBtn {
      color: #fff;
      background-color: #000000;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      position: relative;
      font-weight: bold;
      margin: 0 auto;
      width: 362px;
      height: 64px;
      font-size: 20px; }
      .page_link_area .toggleBtn:hover {
        cursor: pointer;
        opacity: .8; }
      .page_link_area .toggleBtn:after {
        content: '';
        border: 0px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        position: absolute;
        width: 14px;
        height: 14px;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        top: calc(50% - 10px);
        right: 23px; }
    .page_link_area .page_link {
      background-color: rgba(0, 0, 0, 0.85);
      width: 100%;
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      left: 0;
      max-height: 0;
      overflow: hidden;
      top: 64px; }
      .page_link_area .page_link.open {
        max-height: 500px; }
      .page_link_area .page_link .page_link_inner {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        padding: 80px 0 80px; }
        .page_link_area .page_link .page_link_inner ul li:not(:first-of-type) {
          margin-top: 15px; }
        .page_link_area .page_link .page_link_inner ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 15px; }
          .page_link_area .page_link .page_link_inner ul li a:hover {
            text-decoration: underline; }
          .page_link_area .page_link .page_link_inner ul li a span {
            font-size: 12px;
            display: block;
            margin-left: 20px; }
    .page_link_area.right .page_link_inner {
      -webkit-box-pack: center;
              justify-content: center; }
      .page_link_area.right .page_link_inner ul li {
        margin: 0 100px; }
  #tenpo_list .ff_jf {
    font-family: 'Libre Baskerville', serif; }
  #tenpo_list .tenpo_header {
    margin-top: 40px;
    background: #f3f3f3;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    padding: 20px 0;
    font-size: 24px; }
  #tenpo_list .tenpo_wrap {
    width: 96%;
    max-width: 1140px;
    margin: 70px auto 0; }
    #tenpo_list .tenpo_wrap:not(:first-of-type) {
      margin-top: 100px; }
    #tenpo_list .tenpo_wrap .img_area {
      width: 100%;
      display: -webkit-box;
      display: flex; }
      #tenpo_list .tenpo_wrap .img_area span {
        width: 50%;
        display: block; }
        #tenpo_list .tenpo_wrap .img_area span img {
          width: 100%; }
    #tenpo_list .tenpo_wrap .text_area {
      margin: 0 0 40px;
      display: -webkit-box;
      display: flex; }
      #tenpo_list .tenpo_wrap .text_area .main {
        padding-right: 30px;
        width: calc(100% - 360px); }
        #tenpo_list .tenpo_wrap .text_area .main.full {
          width: 100%;
          padding: 0; }
        #tenpo_list .tenpo_wrap .text_area .main .name {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
        #tenpo_list .tenpo_wrap .text_area .main .logo {
          display: inline-block;
          border: 5px solid #e9e9e9; }
        #tenpo_list .tenpo_wrap .text_area .main .tenpo {
          font-size: 34px;
          padding-left: 40px; }
          #tenpo_list .tenpo_wrap .text_area .main .tenpo span {
            display: block;
            font-size: 18px; }
        #tenpo_list .tenpo_wrap .text_area .main .catch {
          font-weight: bold;
          line-height: 1.5;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          margin-top: 35px;
          font-size: 24px; }
        #tenpo_list .tenpo_wrap .text_area .main .desc {
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          margin-top: 20px;
          font-size: 15px; }
      #tenpo_list .tenpo_wrap .text_area .sub {
        width: 360px;
        padding-left: 50px; }
        #tenpo_list .tenpo_wrap .text_area .sub h3 {
          font-family: "Crete Round", serif;
          font-size: 22px; }
        #tenpo_list .tenpo_wrap .text_area .sub dl:not(:first-of-type) {
          margin-top: 20px; }
        #tenpo_list .tenpo_wrap .text_area .sub dt {
          font-weight: bold;
          line-height: 1.3;
          font-size: 20px; }
          #tenpo_list .tenpo_wrap .text_area .sub dt:not(:first-of-type) {
            margin-top: 15px; }
          #tenpo_list .tenpo_wrap .text_area .sub dt span {
            font-weight: normal;
            font-size: 13px; }
        #tenpo_list .tenpo_wrap .text_area .sub dd {
          display: -webkit-box;
          display: flex;
          margin-top: 20px; }
          #tenpo_list .tenpo_wrap .text_area .sub dd a {
            text-decoration: none;
            display: inline-block;
            font-weight: bold;
            width: calc(50% - 1px);
            text-align: center;
            padding: 13px 10px 11px;
            line-height: 1; }
            #tenpo_list .tenpo_wrap .text_area .sub dd a:hover {
              opacity: .7; }
          #tenpo_list .tenpo_wrap .text_area .sub dd .official {
            color: #fff;
            background-color: #000;
            margin-right: 2px; }
          #tenpo_list .tenpo_wrap .text_area .sub dd .yoyaku {
            background-color: #e15197;
            color: #fff; }
  .sa {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .sa.show {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .sa--lr {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0); }
  .sa--rl {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0); }
  .sa--up {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  .sa--down {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px); }
  .sa--scaleUp {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .sa--scaleDown {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .sa--rotateL {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sa--rotateR {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  #sea {
    width: 100%;
    height: 120px;
    background-color: #c0e4d8;
    position: fixed;
    left: 0;
    bottom: 100px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
    #sea.isView {
      opacity: 1; }
  #shipWrap {
    width: 205px;
    margin: 0 auto;
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0; }
  @-webkit-keyframes shipView {
    100% {
      opacity: 1; } }
  @keyframes shipView {
    100% {
      opacity: 1; } }
    #shipWrap svg {
      width: 205px !important;
      height: 336px !important; }
  #business {
    padding-top: 2px; }
    #business .ff_jf {
      font-family: 'Libre Baskerville', serif; }
    #business .sectTitle {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: baseline;
              align-items: baseline;
      vertical-align: baseline;
      line-height: 1;
      border-bottom: 2px solid #000;
      padding-bottom: 35px;
      position: relative; }
      #business .sectTitle:after {
        content: "";
        display: block;
        width: 100px;
        height: 70px;
        position: absolute;
        right: 0;
        bottom: 0; }
      #business .sectTitle span {
        vertical-align: baseline; }
        #business .sectTitle span:nth-of-type(1) {
          font-size: 48px; }
        #business .sectTitle span:nth-of-type(2) {
          font-size: 26px;
          position: relative;
          padding-left: 2em; }
          #business .sectTitle span:nth-of-type(2):before {
            content: "/";
            display: block;
            width: 1em;
            height: 1em;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: .7em; }
    #business section {
      margin: 0 auto 0;
      background-color: white;
      position: relative;
      z-index: 10;
      border-top: 10px solid #c0e4d8;
      border-bottom: 10px solid #c0e4d8; }
      #business section .inner {
        max-width: 1137px;
        width: 95%;
        margin: 0 auto;
        padding: 80px 0 45px; }
        #business section .inner .btn {
          margin-top: 55px; }
          #business section .inner .btn a {
            margin: 0 auto;
            width: 310px;
            height: 65px;
            background-color: #000;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
            line-height: 1;
            position: relative;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-decoration: none;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #business section .inner .btn a:hover {
              opacity: .8; }
            #business section .inner .btn a[target="_blank"]:after {
              content: "";
              display: block;
              background-image: url(../images/business/icon-blank_white.png);
              width: 14px;
              height: 14px;
              position: absolute;
              top: 5px;
              right: 5px; }
      #business section#thatsAll {
        border: none; }
        #business section#thatsAll #lastSpeech {
          text-align: center;
          font-size: 18px;
          font-weight: 700; }
    #business .shipSpace {
      height: 465px;
      position: relative;
      width: 100%; }
      #business .shipSpace span {
        display: block;
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%; }
    #business #pageHeader {
      border: none;
      height: calc(100vh - 180px);
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      #business #pageHeader .pageTitle {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        line-height: 1; }
        #business #pageHeader .pageTitle img {
          max-width: 552px;
          width: auto;
          height: auto; }
        #business #pageHeader .pageTitle span {
          display: block;
          font-size: 22px;
          font-weight: 700;
          margin-top: 30px;
          position: relative;
          z-index: 1;
          padding-bottom: 5px; }
          #business #pageHeader .pageTitle span:before {
            content: "";
            display: block;
            width: 100%;
            height: 15px;
            background-color: #c0e4d8;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1; }
      #business #pageHeader .cathc {
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        margin-top: 80px; }
      #business #pageHeader p.read {
        margin: 30px auto 0;
        font-size: 15px;
        line-height: 2;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        padding: 0; }
    #business .contentsInfo.col3, #business .contentsInfo.col2 {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    #business .contentsInfo.col3 .item {
      width: 28%; }
    #business .contentsInfo.col2 .item {
      width: 42%; }
    #business .contentsInfo.col1 .item {
      display: -webkit-box;
      display: flex; }
      #business .contentsInfo.col1 .item .img {
        width: 524px; }
        #business .contentsInfo.col1 .item .img img {
          width: 100%;
          height: auto; }
      #business .contentsInfo.col1 .item .txt {
        width: calc(100% - 524px);
        padding-left: 2em; }
        #business .contentsInfo.col1 .item .txt h3 {
          margin-top: 0; }
    #business .contentsInfo .item {
      margin-top: 40px; }
      #business .contentsInfo .item .img img {
        width: 100%;
        height: auto; }
      #business .contentsInfo .item .txt h3 {
        font-size: 18px;
        position: relative;
        line-height: 1;
        margin-top: 25px;
        padding-left: 1em; }
        #business .contentsInfo .item .txt h3:before {
          content: "/";
          display: block;
          width: 1em;
          height: 1em;
          text-align: center;
          position: absolute;
          bottom: 0;
          left: 0; }
      #business .contentsInfo .item .txt p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 20px;
        text-justify: none; }
  #planning .sectTitle:after {
    background-image: url(../images/business/anim1.gif); }
  #restaurant .sectTitle:after {
    background-image: url(../images/business/anim2.gif); }
  #sakaba .sectTitle:after {
    background-image: url(../images/business/anim3.gif); }
  #ready-madeMeal .sectTitle:after {
    background-image: url(../images/business/anim4.gif); }
  #hostel .sectTitle:after {
    background-image: url(../images/business/anim5.gif); }
  #licence .sectTitle:after {
    background-image: url(../images/business/anim6.gif); }
  #independance .sectTitle:after {
    background-image: url(../images/business/anim7.gif); }
  input, textarea, button, select, option {
    font-weight: 500;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  input[type="text"] {
    border-radius: 0; }
  #form_contact {
    letter-spacing: 0.05em; }
    #form_contact .contents_inner {
      background-color: #fff;
      width: 1140px;
      margin: 0 auto 120px;
      padding: 30px 60px 60px; }
  .read {
    padding-top: 50px; }
    .read span {
      font-size: 14px; }
  .error_all {
    color: #ad0000;
    font-weight: 700;
    font-size: 18px; }
  .title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    padding: 30px 0 40px; }
    .title.number {
      font-size: 16px;
      font-weight: 700;
      padding: 30px 0 40px;
      border-bottom: 4px double #000;
      text-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      width: 100%; }
      .title.number .txt {
        border: 2px solid #000;
        padding: 20px 80px;
        font-size: 16px;
        line-height: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
      .title.number .tel-num {
        background: #000;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        padding: 20px 80px;
        line-height: 1; }
        .title.number .tel-num a {
          color: #fff;
          text-decoration: none;
          pointer-events: none; }
  .flow {
    width: 400px;
    margin: 50px auto 0;
    font-weight: 700; }
    .flow ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      position: relative; }
      .flow ul::before {
        content: "";
        width: 280px;
        height: 1px;
        position: absolute;
        top: 25px;
        left: 58px;
        background-color: #000; }
      .flow ul li {
        z-index: 10;
        text-align: center;
        font-size: 16px; }
        .flow ul li span {
          display: block;
          text-align: center;
          padding: 7px 0 0 2px;
          width: 50px;
          height: 50px;
          margin: 0 11px 20px;
          background-color: #fff;
          border: 2px solid #000;
          border-radius: 25px;
          font-size: 20px; }
        .flow ul li.now span {
          background-color: #000;
          color: #fff; }
  #contactForm {
    margin-top: 50px; }
    #contactForm form dl {
      font-weight: 700;
      margin-top: 20px; }
      #contactForm form dl dt {
        margin-bottom: 10px; }
        #contactForm form dl dt .hissu, #contactForm form dl dt .error {
          color: #444; }
        #contactForm form dl dt .error {
          /*display: none;*/
          margin-left: 15px;
          font-size: 14px; }
      #contactForm form dl dd {
        overflow: hidden;
        font-weight: 400; }
        #contactForm form dl dd .inputWrap {
          background: url(../images/common/dot.jpg) repeat left top;
          padding: 6px; }
          #contactForm form dl dd .inputWrap.inline-group {
            display: inline-block;
            width: 60%; }
        #contactForm form dl dd input[type="text"] {
          font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          background: #fff;
          display: block;
          width: 100%;
          height: 60px;
          padding: 0 15px;
          font-size: 16px; }
          #contactForm form dl dd input[type="text"].input_s {
            display: inline-block;
            width: 394px;
            float: left; }
        #contactForm form dl dd span.post {
          background: #fff;
          font-weight: bold;
          display: inline-block;
          margin-left: 10px;
          text-align: center;
          font-size: 14px;
          box-sizing: border-box;
          height: 72px;
          line-height: 72px;
          vertical-align: top; }
          #contactForm form dl dd span.post a {
            text-align: center;
            display: block;
            text-decoration: none;
            -webkit-transition: all .3s;
            transition: all .3s;
            padding: 0 15px;
            border: 2px solid #000;
            height: 100%; }
            #contactForm form dl dd span.post a:hover {
              background-color: #f6f6f6; }
        #contactForm form dl dd textarea {
          font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          background: #fff;
          display: block;
          width: 100%;
          height: 120px;
          padding: 15px;
          font-size: 16px; }
    #contactForm form .confirm dl {
      overflow: hidden;
      padding: 0 0 30px;
      box-sizing: border-box;
      margin: 30px auto 0;
      border-bottom: 1px solid #eee; }
      #contactForm form .confirm dl.first {
        border-top: 1px solid #eee;
        padding-top: 30px; }
      #contactForm form .confirm dl dt {
        display: inline-block;
        float: left;
        width: 220px; }
      #contactForm form .confirm dl dd {
        background: none;
        width: 770px;
        float: left; }
  .complete .title {
    border-bottom: 4px double #000;
    text-align: center; }
  .complete .read {
    text-align: center; }
  .btns {
    position: relative;
    width: 495px;
    height: 80px;
    margin: 50px auto 0; }
    .btns button {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 5px;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      width: 490px;
      height: 75px;
      background-color: #000;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff; }
      .btns button:hover {
        opacity: .7; }
    .btns.white::before {
      background-color: #eee; }
    .btns.white::after {
      background-color: #ccc; }
    .btns.white button {
      background-color: #fff;
      color: #000;
      border: 1px solid #000; }
  .btnArea {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 720px;
    margin: 0 auto; }
  .backBtn {
    position: relative;
    width: 195px;
    height: 80px;
    margin: 50px auto 0; }
    .backBtn button {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 5px;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      width: 190px;
      height: 75px;
      background-color: #fff;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #000;
      border: 1px solid #000;
      font-weight: 700; }
      .backBtn button:hover {
        opacity: .7; }
  .sendBtn {
    position: relative;
    width: 495px;
    height: 80px;
    margin: 50px auto 0; }
    .sendBtn button {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 5px;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      width: 490px;
      height: 75px;
      background-color: #000;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff;
      font-weight: 700; }
      .sendBtn button:hover {
        opacity: .7; }
  #form_recruit {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 100px; }
    #form_recruit .title {
      font-style: oblique;
      text-align: center;
      border: none;
      font-size: 63px;
      padding: 30px; }
    #form_recruit p.read {
      padding: 0;
      font-weight: 700;
      font-size: 18px;
      text-align: center; }
    #form_recruit .flow ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      position: relative; }
      #form_recruit .flow ul::before {
        content: "";
        width: 280px;
        height: 2px;
        position: absolute;
        top: 25px;
        left: 58px;
        background-color: #000; }
      #form_recruit .flow ul li {
        z-index: 10;
        text-align: center;
        font-size: 16px; }
        #form_recruit .flow ul li span {
          display: block;
          text-align: center;
          padding: 7px 0 0 2px;
          width: 50px;
          height: 50px;
          margin: 0 11px 20px;
          background-color: #fff;
          border: 2px solid #000;
          border-radius: 25px;
          font-size: 20px; }
        #form_recruit .flow ul li.now span {
          background-color: #000;
          color: #fff; }
    #form_recruit .btns {
      position: relative;
      width: 610px;
      height: 95px;
      margin: 50px auto 0; }
      #form_recruit .btns::before {
        content: none; }
      #form_recruit .btns::after {
        content: none; }
      #form_recruit .btns button {
        font-weight: 700;
        display: block;
        font-size: 18px;
        letter-spacing: 5px;
        width: 100%;
        height: 83px;
        background-color: #0078b0;
        border: 3px solid #000;
        border-bottom: 8px solid #000;
        box-sizing: border-box; }
        #form_recruit .btns button:hover {
          opacity: .7; }
      #form_recruit .btns.white button {
        background-color: #fff;
        color: #000; }
    #form_recruit #recruitForm {
      margin: 60px auto auto; }
      #form_recruit #recruitForm .read {
        text-align: left;
        font-size: 15px; }
      #form_recruit #recruitForm form {
        background-color: #fff;
        border: 3px solid #000;
        padding: 50px 80px 80px; }
        #form_recruit #recruitForm form dl {
          margin-top: 30px;
          overflow: hidden; }
          #form_recruit #recruitForm form dl dt {
            width: 135px;
            position: relative;
            font-weight: 700;
            font-size: 22px;
            display: inline-block;
            vertical-align: middle; }
            #form_recruit #recruitForm form dl dt .hissu {
              position: absolute;
              right: 5px;
              top: 0;
              color: #0078b0;
              font-size: 13px;
              font-weight: 700; }
          #form_recruit #recruitForm form dl dd {
            width: calc(100% - 145px);
            font-weight: 700;
            position: relative;
            font-size: 18px;
            display: inline-block;
            vertical-align: middle; }
            #form_recruit #recruitForm form dl dd .error {
              display: block;
              color: #FB5B5B;
              font-weight: 700;
              margin-left: 0;
              font-size: 13px; }
            #form_recruit #recruitForm form dl dd input[type="text"], #form_recruit #recruitForm form dl dd select {
              font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
              -webkit-appearance: none;
              /* Google Chrome、Safari用 */
              -moz-appearance: none;
              /* Firefox用 */
              appearance: none;
              /* 標準のスタイルを無効にする */
              background: #f6f6f6;
              display: inline-block;
              width: 646px;
              height: 60px;
              padding: 0 15px;
              font-size: 16px;
              vertical-align: middle;
              position: relative; }
              #form_recruit #recruitForm form dl dd input[type="text"].input_s, #form_recruit #recruitForm form dl dd select.input_s {
                display: inline-block;
                width: 140px;
                vertical-align: bottom; }
            #form_recruit #recruitForm form dl dd .selectWrap {
              background-color: #f6f6f6;
              display: inline-block;
              position: relative;
              width: 445px; }
              #form_recruit #recruitForm form dl dd .selectWrap::after {
                content: "";
                position: absolute;
                top: 40%;
                left: 400px;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 13px solid #000; }
            #form_recruit #recruitForm form dl dd select {
              width: 445px;
              display: inline-block;
              background-color: transparent;
              z-index: 100; }
              #form_recruit #recruitForm form dl dd select::-ms-expand {
                /* select要素のデザインを無効にする（IE用） */
                display: none; }
            #form_recruit #recruitForm form dl dd textarea {
              font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
              background: #f6f6f6;
              display: block;
              width: 646px;
              margin-top: 10px;
              padding: 0 15px;
              font-size: 16px; }
              #form_recruit #recruitForm form dl dd textarea.textarea_s {
                height: 140px;
                padding: 15px;
                margin: 15px 0; }
                #form_recruit #recruitForm form dl dd textarea.textarea_s:first-of-type {
                  margin-top: 0; }
              #form_recruit #recruitForm form dl dd textarea.textarea_l {
                height: 160px;
                padding: 15px;
                margin: 15px 0; }
                #form_recruit #recruitForm form dl dd textarea.textarea_l:first-of-type {
                  margin-top: 0; }
            #form_recruit #recruitForm form dl dd span {
              display: inline-block;
              vertical-align: bottom;
              margin-left: 20px; }
            #form_recruit #recruitForm form dl dd h2 {
              color: #0078b0;
              font-size: 19px; }
            #form_recruit #recruitForm form dl dd h3 {
              padding-left: 20px;
              position: relative;
              font-size: 17px;
              color: #0078b0; }
              #form_recruit #recruitForm form dl dd h3::before {
                content: "";
                position: absolute;
                top: 12px;
                left: 2px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #0078b0; }
            #form_recruit #recruitForm form dl dd p {
              margin-bottom: 15px; }
            #form_recruit #recruitForm form dl dd .work {
              margin-bottom: 20px; }
              #form_recruit #recruitForm form dl dd .work label {
                padding-left: 25px;
                position: relative;
                margin-right: 20px; }
                #form_recruit #recruitForm form dl dd .work label:before {
                  content: "";
                  display: block;
                  width: 19px;
                  height: 19px;
                  background-color: #fff;
                  border-radius: 50%;
                  border: 2px solid #000;
                  position: absolute;
                  left: 0;
                  top: 3px; }
                #form_recruit #recruitForm form dl dd .work label:hover {
                  cursor: pointer; }
              #form_recruit #recruitForm form dl dd .work input[type=radio] + label:after {
                content: "";
                display: block;
                width: 0px;
                height: 0px;
                border-radius: 0;
                background-color: transparent;
                -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                position: absolute;
                top: 10px;
                left: 0;
                -webkit-transform-origin: top left;
                        transform-origin: top left; }
              #form_recruit #recruitForm form dl dd .work input[type=radio]:checked + label:after {
                content: "";
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #0078b0;
                position: absolute;
                -webkit-transform-origin: top left;
                        transform-origin: top left;
                top: 12px;
                left: 4px; }
              #form_recruit #recruitForm form dl dd .work input[type="radio"] {
                display: none; }
            #form_recruit #recruitForm form dl dd .singleWord label {
              padding-left: 25px;
              position: relative;
              margin-right: 20px; }
              #form_recruit #recruitForm form dl dd .singleWord label:before {
                content: "";
                display: block;
                width: 19px;
                height: 19px;
                background-color: #fff;
                border-radius: 50%;
                border: 2px solid #000;
                position: absolute;
                left: 0;
                top: 5px; }
              #form_recruit #recruitForm form dl dd .singleWord label:hover {
                cursor: pointer; }
            #form_recruit #recruitForm form dl dd .singleWord input[type=radio] + label:after {
              content: "";
              display: block;
              width: 0px;
              height: 0px;
              border-radius: 0;
              background-color: transparent;
              -webkit-transform: rotate(-40deg);
                      transform: rotate(-40deg);
              position: absolute;
              top: 10px;
              left: 0;
              -webkit-transform-origin: top left;
                      transform-origin: top left; }
            #form_recruit #recruitForm form dl dd .singleWord input[type=radio]:checked + label:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #0078b0;
              position: absolute;
              -webkit-transform-origin: top left;
                      transform-origin: top left;
              top: 14px;
              left: 4px; }
            #form_recruit #recruitForm form dl dd .singleWord input[type="radio"] {
              display: none; }
          #form_recruit #recruitForm form dl.top dt {
            vertical-align: top; }
          #form_recruit #recruitForm form dl.top dd {
            vertical-align: top; }
        #form_recruit #recruitForm form .confirm dl {
          overflow: hidden;
          border-top: 1px solid #ccc;
          padding-top: 30px; }
          #form_recruit #recruitForm form .confirm dl.first {
            border-top: none; }
        #form_recruit #recruitForm form .btnArea {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          width: 720px;
          margin: 0 auto; }
        #form_recruit #recruitForm form .backBtn {
          position: relative;
          width: 195px;
          height: 95px;
          margin: 50px auto 0; }
          #form_recruit #recruitForm form .backBtn::before {
            content: none; }
          #form_recruit #recruitForm form .backBtn::after {
            content: none; }
          #form_recruit #recruitForm form .backBtn button {
            font-weight: 700;
            display: block;
            font-size: 18px;
            letter-spacing: 5px;
            width: 100%;
            height: 83px;
            background-color: #fff;
            border: 3px solid #000;
            border-bottom: 8px solid #000;
            box-sizing: border-box; }
            #form_recruit #recruitForm form .backBtn button:hover {
              background-color: #eee;
              opacity: 1; }
        #form_recruit #recruitForm form .sendBtn {
          position: relative;
          width: 495px;
          height: 95px;
          margin: 50px auto 0; }
          #form_recruit #recruitForm form .sendBtn::before {
            content: none; }
          #form_recruit #recruitForm form .sendBtn::after {
            content: none; }
          #form_recruit #recruitForm form .sendBtn button {
            font-weight: 700;
            display: block;
            font-size: 18px;
            letter-spacing: 5px;
            width: 100%;
            height: 83px;
            background-color: #0078b0;
            border: 3px solid #000;
            border-bottom: 8px solid #000;
            box-sizing: border-box; }
            #form_recruit #recruitForm form .sendBtn button:hover {
              opacity: .7; }
    #form_recruit .complete #recruitForm {
      border: none;
      padding: 0;
      margin: 0; } }

@media print {
  nav, .nav0-in {
    display: none; } }

@media (orientation: landscape) {
  .video.for-landscape {
    z-index: 10;
    padding-top: 60px; }
  .for-portrait {
    display: none !important; } }

@media (orientation: portrait) {
  .video.for-portrait {
    z-index: 10; }
  .for-landscape {
    display: none !important; } }

/*# sourceMappingURL=map/layout.css.map */
