@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

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

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

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

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

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

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

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

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

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

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

@media print {
  body {
    min-width: 1024px !important; } }

.header {
  height: 102px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 960px) {
    .header {
      display: none; } }
  .header h1 {
    margin-left: 5.5%;
    margin-top: 5px; }
  .header h1 img {
    width: 213.6px; }
    @media screen and (max-width: 1200px) {
      .header h1 img {
        width: 190px; } }
  .header__nav {
    height: 100%; }
    .header__nav li {
      text-align: center;
      display: inline-block;
      height: 100%; }
      .header__nav li a {
        font-size: 15px;
        font-weight: 600;
        padding: 5px 20px 0;
        display: block;
        height: 100%;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: 0.15em;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1200px) {
          .header__nav li a {
            padding: 5px 10px 0;
            font-size: 14px; } }
        .header__nav li a:hover {
          color: #7ea5b2; }
        .header__nav li a .en {
          display: block;
          color: #717071; }
    .header__nav li:last-child a {
      color: #ffffff;
      background-color: #4d4d4d;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      padding: 5px 30px 0;
      margin-left: 22px; }
      @media screen and (max-width: 1200px) {
        .header__nav li:last-child a {
          padding: 5px 15px 0;
          margin-left: 10px; } }
      .header__nav li:last-child a:hover {
        background-color: #7ea5b2; }
      .header__nav li:last-child a .en {
        color: #ffffff; }

.spHeader__logo {
  width: 160px;
  margin-left: 12px; }

.hamburgerHead {
  width: 100%;
  background-color: white;
  height: 60px;
  left: 0;
  top: 0;
  position: fixed;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .hamburgerHead .fa-envelope {
    font-size: 28px;
    padding-right: 80px;
    color: #7c7c7c;
    vertical-align: sub;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .hamburgerHead .fa-envelope:hover {
      color: #7ea5b2; }
    @media screen and (max-width: 375px) {
      .hamburgerHead .fa-envelope {
        padding-right: 70px; } }

.body-fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

.hamburger-button {
  background-color: #7c7c7c;
  height: 60px;
  top: 0px;
  position: fixed;
  right: 0px;
  width: 60px;
  z-index: 9999;
  display: none; }
  @media screen and (max-width: 960px) {
    .hamburger-button {
      display: block; } }

.hamburger-box {
  background-color: #f2f2f2;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding: 90px 20px 0; }

.spHeader {
  display: none; }
  @media screen and (max-width: 960px) {
    .spHeader {
      display: block; } }
  .spHeader__nav {
    width: 100%;
    text-align: center; }
    .spHeader__nav li {
      margin-bottom: 15px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .spHeader__nav li a {
        width: 100%;
        display: block;
        background-color: white;
        padding: 15px 20px;
        font-size: 15px;
        line-height: 1.3;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: 0.15em;
        text-transform: uppercase; }
    .spHeader__nav li:last-child a {
      color: white;
      background-color: #54899b; }

.hamburger-box ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

.hamburger-menu {
  top: 3px;
  background: 0;
  border: 0;
  height: 0.1rem;
  margin: 23px 10px 14px 16px;
  outline: 0;
  padding: 8px 13px 8px 16px;
  position: absolute;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  width: 0.3rem;
  z-index: 99999;
  -webkit-transition: 0.1s -webkit-transform linear;
  -o-transition: 0.1s transform linear; }

.hamburger-bar,
.hamburger-bar::before,
.hamburger-bar::after {
  background: #fff;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  width: 100%;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear; }

.hamburger-bar {
  margin-top: -0.4rem; }

.hamburger-bar::before {
  top: -0.8rem; }

.hamburger-bar::after {
  top: 0.8rem; }

.hamburger-bar::before,
.hamburger-bar::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }

.hamburger-active .hamburger-bar {
  background: 0; }

.hamburger-active .hamburger-bar::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.hamburger-active .hamburger-bar::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.hamburger-active .hamburger-bar::before,
.hamburger-active .hamburger-bar::after {
  top: 0; }

.hamburger-active .hamburger-bar,
.hamburger-active .hamburger-bar::before,
.hamburger-active .hamburger-bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }

.hamburger-menu-open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0); }

.hamburger-menu-text {
  padding-top: 38px;
  font-size: 10px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  padding-left: -1px; }

.headerShadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.footer {
  width: 100%;
  border-top: 1px solid #4d4d4d; }

.footerUp {
  padding: 70px 20px; }
  @media screen and (max-width: 768px) {
    .footerUp {
      padding: 20px 20px; } }
  .footerUp__inner {
    max-width: 1000px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .footerUp__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .footerUp__inner {
        -ms-flex-line-pack: center;
        align-content: center; } }
  .footerUp__left {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .footerUp__left {
        width: 100%; } }
  .footerUp__right {
    width: 55%; }
    @media screen and (max-width: 768px) {
      .footerUp__right {
        display: none; } }
  .footerUp__nav {
    display: inline-block;
    width: 32%; }
    .footerUp__nav:first-child {
      width: 32%; }
    .footerUp__nav li a {
      font-size: 12px; }
  .footerUp__logo {
    width: 246px; }
    @media screen and (max-width: 768px) {
      .footerUp__logo {
        width: 200px;
        margin: auto; } }
  .footerUp__adress {
    font-size: 12px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .footerUp__adress {
        text-align: center;
        margin-top: 15px; } }

.footerDown {
  width: 100%;
  background-color: #4d4d4d;
  padding: 25px 15px; }
  @media screen and (max-width: 768px) {
    .footerDown {
      padding: 15px 15px; } }
  .footerDown__small {
    font-size: 12px;
    color: white;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 0.25em; }

.top0 {
  margin-top: 0 !important; }

.top5 {
  margin-top: 5px !important; }

.top10 {
  margin-top: 10px !important; }

.top15 {
  margin-top: 15px !important; }

.top20 {
  margin-top: 20px !important; }

.top25 {
  margin-top: 25px !important; }

.top30 {
  margin-top: 30px !important; }

.top35 {
  margin-top: 35px !important; }

.top40 {
  margin-top: 40px !important; }

.top45 {
  margin-top: 45px !important; }

.top50 {
  margin-top: 50px !important; }

.top55 {
  margin-top: 55px !important; }

.top60 {
  margin-top: 60px !important; }

.top65 {
  margin-top: 65px !important; }

.top70 {
  margin-top: 70px !important; }

.top75 {
  margin-top: 75px !important; }

.top80 {
  margin-top: 5pc !important; }

.top85 {
  margin-top: 85px !important; }

.top90 {
  margin-top: 90px !important; }

.top95 {
  margin-top: 95px !important; }

.top100 {
  margin-top: 75pt !important; }

.btm0 {
  margin-bottom: 0 !important; }

.btm5 {
  margin-bottom: 5px !important; }

.btm10 {
  margin-bottom: 10px !important; }

.btm15 {
  margin-bottom: 15px !important; }

.btm20 {
  margin-bottom: 20px !important; }

.btm25 {
  margin-bottom: 25px !important; }

.btm30 {
  margin-bottom: 30px !important; }

.btm35 {
  margin-bottom: 35px !important; }

.btm40 {
  margin-bottom: 40px !important; }

.btm45 {
  margin-bottom: 45px !important; }

.btm50 {
  margin-bottom: 50px !important; }

.btm55 {
  margin-bottom: 55px !important; }

.btm60 {
  margin-bottom: 60px !important; }

.btm65 {
  margin-bottom: 65px !important; }

.btm70 {
  margin-bottom: 70px !important; }

.btm75 {
  margin-bottom: 75px !important; }

.btm80 {
  margin-bottom: 5pc !important; }

.btm85 {
  margin-bottom: 85px !important; }

.btm90 {
  margin-bottom: 90px !important; }

.btm95 {
  margin-bottom: 95px !important; }

.btm100 {
  margin-bottom: 75pt !important; }

.vAT {
  vertical-align: top !important; }

.vAM {
  vertical-align: middle !important; }

.vAB {
  vertical-align: bottom !important; }

.bold {
  font-weight: 700; }

.normal {
  font-weight: 400; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w18 {
  width: 18% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w49 {
  width: 49% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w77 {
  width: 77% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.fltL {
  float: left; }

.fltR {
  float: right; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.pc_show {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_show {
      display: none !important; } }

.sp_show {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp_show {
      display: block !important; } }

.btnMore {
  max-width: 210px;
  text-align: center;
  margin: auto; }
  .btnMore a {
    font-size: 15px;
    display: block;
    border: 1px solid black;
    padding: 10px 0 7px;
    line-height: 1;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.25em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .btnMore a:hover {
      color: white; }
      .btnMore a:hover:after {
        color: white;
        right: 10px; }
      .btnMore a:hover:before {
        width: 100%; }
    .btnMore a::after {
      position: absolute;
      right: 6px;
      top: 10px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 12px;
      content: "\f054";
      color: #555;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .btnMore a::before {
      content: "";
      width: 0;
      height: 100%;
      background-color: black;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.btnContact {
  max-width: 350px;
  text-align: center;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .btnContact {
      margin-bottom: 48px; } }
  @media screen and (max-width: 768px) {
    .btnContact {
      max-width: 85%;
      margin-top: 20px; } }
  .btnContact a {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.25em;
    font-size: 15px;
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
    display: block;
    background-color: #4d4d4d;
    padding: 16px 0;
    position: relative;
    border-radius: 25px;
    border: 1px solid #4d4d4d;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    @media screen and (max-width: 768px) {
      .btnContact a {
        padding: 12px 0; } }
    .btnContact a:hover {
      background-color: white;
      color: #4d4d4d; }

.topBtn {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(315deg, #999999 0%, #111111 100%);
  background-image: -o-linear-gradient(315deg, #999999 0%, #111111 100%);
  background-image: linear-gradient(135deg, #999999 0%, #111111 100%);
  -webkit-box-shadow: 0 20px 30px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 30px -6px rgba(0, 0, 0, 0.5);
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
  position: fixed;
  right: 30px;
  bottom: 50px;
  border: 1px solid white;
  padding-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .topBtn {
      width: 45px;
      height: 45px;
      right: 15px;
      bottom: 30px; } }
  .topBtn div {
    -js-display: flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .topBtn:hover {
    -webkit-transform: translatey(10px);
    -ms-transform: translatey(10px);
    transform: translatey(10px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .topBtn:active {
    opacity: 0.5; }

.topSectionHead {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  letter-spacing: 0.25em; }
  @media screen and (max-width: 768px) {
    .topSectionHead {
      font-size: 23px;
      font-size: 2.3rem; } }
  @media screen and (max-width: 768px) {
    .topSectionHead {
      margin-bottom: 30px; } }
  .topSectionHead .jp {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    position: relative;
    margin-top: 4px;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      .topSectionHead .jp {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .topSectionHead .jp {
        margin-top: 1px; } }
    .topSectionHead .jp::after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 52px;
      height: 1px;
      background-color: black; }
      @media screen and (max-width: 768px) {
        .topSectionHead .jp::after {
          bottom: -15px; } }

.head01 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  text-align: center;
  position: relative;
  line-height: 1;
  letter-spacing: 0.25em;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .head01 {
      font-size: 23px;
      font-size: 2.3rem; } }
  @media screen and (max-width: 768px) {
    .head01 {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .head01 {
      margin-bottom: 30px; } }
  .head01 span {
    font-size: 0.1em;
    display: block;
    margin-top: 12px;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      .head01 span {
        font-size: 14px;
        font-size: 1.4rem; } }
  .head01::after {
    content: "";
    background-color: black;
    height: 1px;
    width: 35px;
    -webkit-transform: rotate(-45deg) translate(-65%, 0);
    -ms-transform: rotate(-45deg) translate(-65%, 0);
    transform: rotate(-45deg) translate(-65%, 0);
    position: absolute;
    bottom: 30px;
    left: 50%; }

.verticalHead {
  position: relative;
  display: inline-block;
  padding-right: 16%;
  padding-bottom: 30px;
  letter-spacing: 0.25em; }
  .verticalHead .en {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.8;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif; }
    @media screen and (max-width: 768px) {
      .verticalHead .en {
        font-size: 28px;
        font-size: 2.8rem; } }
    .verticalHead .en::after {
      content: "";
      background-color: black;
      height: 1px;
      width: 50px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: -28px;
      left: -1px; }
  .verticalHead .jp {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: 55px;
    top: 5px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.25em; }
    @media screen and (max-width: 768px) {
      .verticalHead .jp {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      .verticalHead .jp {
        left: 38px; } }

.verticalWords {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.3em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5%;
  line-height: 0.5; }
  @media screen and (max-width: 960px) {
    .verticalWords {
      display: none; } }

.verticalWords.nakamen {
  top: 60px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

.nakamenMv {
  background-size: cover !important;
  width: 100%;
  min-height: 386px;
  margin-top: 102px; }
  @media screen and (max-width: 960px) {
    .nakamenMv {
      margin-top: 60px; } }

.linkArea01 {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .linkArea01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .linkArea01 .imgFrame {
    overflow: hidden;
    width: 47%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .linkArea01 .imgFrame {
        width: 100%;
        margin-bottom: 25px; } }
    .linkArea01 .imgFrame:hover .imgContent {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .linkArea01 .imgFrame:hover .imgContent:before,
    .linkArea01 .imgFrame:hover .imgContent:before {
      background-color: rgba(0, 0, 0, 0.4); }
  .linkArea01 .imgContent {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .linkArea01 .imgContent::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 768px) {
        .linkArea01 .imgContent::before {
          background-color: rgba(0, 0, 0, 0.2); } }
  .linkArea01__head {
    text-align: center;
    padding: 15px; }
    .linkArea01__head a {
      font-size: 29px;
      font-size: 2.9rem;
      line-height: 1.8;
      font-weight: 400;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 1;
      display: block;
      padding: 126px 0;
      border: 1px solid #fafafa;
      color: #fafafa;
      font-weight: bold;
      position: relative;
      letter-spacing: 0.2em;
      max-height: 313px;
      line-height: 1.1; }
      @media screen and (max-width: 768px) {
        .linkArea01__head a {
          font-size: 23px;
          font-size: 2.3rem; } }
      .linkArea01__head a::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 20px 20px;
        border-color: transparent transparent #fafafa transparent; }
      .linkArea01__head a span {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 15px;
        display: block; }
        @media screen and (max-width: 768px) {
          .linkArea01__head a span {
            font-size: 14px;
            font-size: 1.4rem; } }

.linkArea02 {
  padding: 50px 20px; }
  @media screen and (max-width: 768px) {
    .linkArea02 {
      padding: 25px 20px; } }
  .linkArea02__inner {
    max-width: 1000px;
    margin: auto; }
  .linkArea02__head {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.25em; }
    @media screen and (max-width: 768px) {
      .linkArea02__head {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .linkArea02__head {
        margin-bottom: 27px; } }
    @media screen and (max-width: 768px) {
      .linkArea02__head {
        margin-bottom: 13px; } }
  .linkArea02__btnArea {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .linkArea02__btnArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .linkArea02__btn {
    width: 48%;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .linkArea02__btn {
        width: 85%;
        margin: 8px auto; } }
    .linkArea02__btn:hover:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      right: 40px; }
    .linkArea02__btn a {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.8;
      font-weight: 100;
      font-family: 'Josefin Sans', sans-serif;
      font-style: italic;
      display: block;
      padding: 20px 0;
      border: 1px solid #4d4d4d;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      letter-spacing: 0.25em; }
      @media screen and (max-width: 768px) {
        .linkArea02__btn a {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 768px) {
        .linkArea02__btn a {
          padding: 10px 0; } }
      .linkArea02__btn a:hover {
        background-color: #4d4d4d;
        color: white;
        letter-spacing: 0.15em; }
        .linkArea02__btn a:hover span {
          letter-spacing: 0.15em;
          color: white; }
      .linkArea02__btn a span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.25em;
        font-weight: 400;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        @media screen and (max-width: 768px) {
          .linkArea02__btn a span {
            font-size: 14px;
            font-size: 1.4rem; } }
    .linkArea02__btn::after {
      content: url("../img/arrow_black.svg");
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 37px;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }

.linkArea03 {
  padding: 50px 20px; }
  @media screen and (max-width: 768px) {
    .linkArea03 {
      padding: 0; } }
  .linkArea03__inner {
    max-width: 1000px;
    margin: auto; }
  .linkArea03__head {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .linkArea03__head {
        font-size: 22px;
        font-size: 2.2rem; } }
  .linkArea03__btnArea {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .linkArea03__btnArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .linkArea03__btn {
    width: 47.5%;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .linkArea03__btn {
        width: 100%;
        margin: 8px auto; } }
    .linkArea03__btn:hover:after {
      -webkit-filter: brightness(800%);
      filter: brightness(800%);
      right: 40px; }
    .linkArea03__btn a {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.8;
      font-weight: 100;
      font-family: 'Josefin Sans', sans-serif;
      font-style: italic;
      display: block;
      padding: 20px 0;
      border: 1px solid #54899b;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      color: #54899b;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .linkArea03__btn a {
          font-size: 21px;
          font-size: 2.1rem; } }
      .linkArea03__btn a:hover {
        background-color: #54899b;
        color: white;
        letter-spacing: 0.05em; }
        .linkArea03__btn a:hover span {
          letter-spacing: 0.05em;
          color: white; }
      .linkArea03__btn a span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.25em;
        font-weight: 400;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        color: #54899b;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          .linkArea03__btn a span {
            font-size: 14px;
            font-size: 1.4rem; } }
    .linkArea03__btn::after {
      content: url("../img/arrow_blue.svg");
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 37px;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 900px) {
        .linkArea03__btn::after {
          display: none; } }

.navigation {
  margin-top: 30px;
  text-align: center; }
  .navigation li {
    max-width: 60px;
    margin: 0px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background: none; }
    @media screen and (max-width: 768px) {
      .navigation li {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .navigation li {
        max-width: 50px; } }
    .navigation li.active a {
      background: #54899b;
      color: white; }
  .navigation a {
    background: #e5e5e5;
    padding: 5px 15px;
    color: black;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    @media screen and (max-width: 768px) {
      .navigation a {
        padding: 7px 13px; } }
    .navigation a:hover {
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      opacity: 0.6; }

#sitemap .sitemap {
  padding: 60px 5.5% 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #sitemap .sitemap {
      padding: 20px 25px 0px; } }
  #sitemap .sitemap__inner {
    max-width: 850px;
    margin: auto; }
  #sitemap .sitemap__listArea {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      #sitemap .sitemap__listArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      #sitemap .sitemap__listArea {
        padding: 30px 5px; } }
  #sitemap .sitemap__list {
    width: 48%; }
    @media screen and (max-width: 768px) {
      #sitemap .sitemap__list {
        width: 100%; } }
  #sitemap .sitemap__page__item:last-child {
    border-bottom: 1px solid #bebebe; }
  #sitemap .sitemap__page li {
    border-top: 1px solid #bebebe;
    padding-left: 30px;
    line-height: 1.5;
    position: relative; }
    @media screen and (max-width: 768px) {
      #sitemap .sitemap__page li {
        padding-left: 20px; } }
    #sitemap .sitemap__page li::before {
      font-family: FontAwesome;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 12px;
      content: "\f054";
      position: absolute;
      color: #54899b;
      top: 26px;
      margin-top: -8.5px;
      left: 10px; }
      @media screen and (max-width: 768px) {
        #sitemap .sitemap__page li::before {
          top: 18px;
          left: 7px; } }
    #sitemap .sitemap__page li a {
      width: 100%;
      display: block;
      font-size: 16px;
      padding: 15px 0;
      letter-spacing: 1px;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 768px) {
        #sitemap .sitemap__page li a {
          padding: 8px 0;
          font-size: 15px; } }
      #sitemap .sitemap__page li a:hover {
        opacity: 0.6; }

.tabArea .news__list {
  display: none; }

.tabArea ul.show {
  display: block; }

#top .header {
  height: 10%; }

#top .fullscreen {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 102px 0 0 0; }
  @media screen and (max-width: 960px) {
    #top .fullscreen {
      padding-top: 60px; } }
  @media screen and (max-width: 768px) {
    #top .fullscreen {
      height: 92vh; } }

#top .topMv__slider {
  height: 100%; }

#top .topMv .bx-wrapper {
  height: 100%;
  margin-bottom: 0px; }

#top .bx-viewport {
  height: 100% !important; }

@media screen and (max-width: 768px) {
  #top .bx-controls {
    display: none; } }

#top .overlay {
  background: #4d4d4d;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 999999;
  position: absolute;
  -webkit-animation: intro 500ms ease-in-out forwards;
  animation: intro 500ms ease-in-out forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#top .topMv {
  width: 100%;
  height: 100%;
  padding: 20px 5% 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #top .topMv {
      height: 100%; } }
  #top .topMv__slide {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    border-radius: 35px;
    position: relative; }
    #top .topMv__slide .tegaki {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #top .topMv__slide .tegaki.smiles {
        width: 51vw;
        top: 43%;
        left: 52%;
        max-width: 735px;
        display: none; }
        @media screen and (max-width: 768px) {
          #top .topMv__slide .tegaki.smiles {
            width: 77vw;
            left: 51%; } }
      #top .topMv__slide .tegaki.energy {
        width: 60.5vw;
        top: 48%;
        left: 52%;
        max-width: 872px; }
        @media screen and (max-width: 768px) {
          #top .topMv__slide .tegaki.energy {
            width: 75vw;
            top: 47%; } }
      #top .topMv__slide .tegaki.passion {
        width: 48vw;
        top: 44%;
        left: 50%;
        max-width: 692px; }
        @media screen and (max-width: 768px) {
          #top .topMv__slide .tegaki.passion {
            width: 73vw;
            left: 51%; } }
  #top .topMv__subHead {
    width: 27vw;
    min-width: 390px;
    position: absolute;
    bottom: 165px;
    left: 50%;
    z-index: 90;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 768px) {
      #top .topMv__subHead {
        width: 82%;
        min-width: inherit;
        bottom: 180px; } }
  #top .topMv .mouse {
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 90; }
    #top .topMv .mouse a {
      color: white;
      font-size: 20px;
      text-align: center;
      position: relative;
      font-family: 'Lato', sans-serif;
      font-style: italic;
      font-weight: 100;
      font-size: 13px;
      letter-spacing: 0.25em; }
      #top .topMv .mouse a::before {
        content: url("../img/mouse.svg");
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        position: absolute;
        bottom: 80px;
        left: 50%;
        width: 29px; }
      #top .topMv .mouse a::after {
        content: "";
        background-color: #DADADA;
        height: 0;
        width: 1px;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        position: absolute;
        bottom: -12px;
        left: 50%;
        -webkit-animation: scroll 0.8s linear forwards;
        animation: scroll 0.8s linear forwards;
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s; }
  #top .topMv .bx-wrapper {
    border: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit; }
  #top .topMv .bx-wrapper .bx-pager,
  #top .topMv .bx-wrapper .bx-controls-auto {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    right: 30px;
    width: inherit; }
  #top .topMv .bx-wrapper .bx-pager-item {
    display: block;
    margin-bottom: 6px; }
  #top .topMv .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 0;
    width: 3px;
    height: 65px;
    background: #e5e5e5; }
  #top .topMv .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #top .topMv .bx-wrapper .bx-pager.bx-default-pager a.active,
  #top .topMv .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #54899b; }

@-webkit-keyframes intro {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes intro {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@-webkit-keyframes scroll {
  0% {
    height: 0; }
  100% {
    height: 65px; } }

@keyframes scroll {
  0% {
    height: 0; }
  100% {
    height: 65px; } }

#top .new-post .news__time {
  position: relative; }
  #top .new-post .news__time::before {
    content: "NEW";
    position: absolute;
    left: -95px;
    top: 1px;
    display: inline-block;
    padding: 10px 20px 10px;
    color: white;
    line-height: 0;
    margin-right: 3%;
    background-color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 0.25em; }

#top .news {
  width: 100%;
  padding: 30px 20px 60px; }
  @media screen and (max-width: 768px) {
    #top .news {
      padding: 0px 20px 40px; } }
  #top .news__inner {
    max-width: 757px;
    margin: auto; }
  #top .news__tabBtn {
    border-bottom: 1px solid #666666;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #top .news__tabBtn {
        margin-top: 48px; } }
    #top .news__tabBtn li {
      display: inline-block;
      background-color: #e5e5e5;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      padding: 11px 0px 10px;
      width: 40%;
      margin: 0 5px;
      font-size: 14px;
      letter-spacing: 0.25em;
      cursor: pointer; }
      #top .news__tabBtn li.current {
        background-color: #7ea5b2;
        color: white; }
  #top .news__time {
    margin-right: 5%;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 100; }
    @media screen and (max-width: 768px) {
      #top .news__time {
        font-size: 14px;
        font-size: 1.4rem; } }
  #top .news__title {
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #top .news__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      #top .news__title {
        display: block;
        margin: 5px 0 15px; } }
  #top .news__list {
    text-align: left;
    margin-left: 95px;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #top .news__list {
        margin-top: 36px; } }
    #top .news__list li {
      margin-bottom: 10px;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      #top .news__list li:hover {
        opacity: 0.7; }
    #top .news__list li:last-of-type {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #top .news__list li:last-of-type {
          margin-bottom: 30px; } }

#top .philosophy {
  background: url("../img/top_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 20px 80px; }
  @media screen and (max-width: 768px) {
    #top .philosophy {
      padding: 20px 20px 55px; } }
  #top .philosophy__paragraph {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    line-height: 2.7;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #top .philosophy__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }
  #top .philosophy .btnMore {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #top .philosophy .btnMore {
        margin-top: 36px; } }

#top .shops {
  height: 661px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10px; }
  #top .shops .timer {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: white;
    font-size: 72px;
    position: absolute;
    letter-spacing: 0.001em; }
  #top .shops .trigger {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #top .shops .timerGlobal {
    top: 183px;
    left: 47px; }
    @media screen and (max-width: 768px) {
      #top .shops .timerGlobal {
        top: 27%;
        left: 11%;
        font-size: 14vw; } }
  #top .shops .timerJapan {
    top: 268px;
    right: 125px;
    font-size: 85px; }
    @media screen and (max-width: 768px) {
      #top .shops .timerJapan {
        top: 51%;
        right: 25%;
        font-size: 16.5vw; } }
  @media screen and (max-width: 768px) {
    #top .shops {
      height: 124vw; } }
  #top .shops__inner {
    height: 100%;
    max-width: 745px;
    margin: auto;
    position: relative; }
  #top .shops .topSectionHead {
    margin-top: 60px;
    color: white; }
    @media screen and (max-width: 768px) {
      #top .shops .topSectionHead {
        margin-top: 36px; } }
    #top .shops .topSectionHead .jp:after {
      background-color: white; }
  #top .shops .map {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
    z-index: -1; }
  #top .shops .japan {
    position: absolute;
    right: 0;
    top: 200px;
    width: 252px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    @media screen and (max-width: 768px) {
      #top .shops .japan {
        top: 39%;
        width: 48vw; } }
  #top .shops .global {
    position: absolute;
    left: 0;
    top: 120px;
    width: 214px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    @media screen and (max-width: 768px) {
      #top .shops .global {
        top: 14%;
        width: 45vw; } }

#top .brands {
  padding: 80px 20px; }
  @media screen and (max-width: 768px) {
    #top .brands {
      padding: 20px 5.335% 50px; } }
  #top .brands__inner {
    margin: auto;
    max-width: 1250px; }
  #top .brands__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #top .brands__list {
        margin-bottom: 30px; } }
    #top .brands__list li {
      width: 23.6%; }
      @media screen and (max-width: 768px) {
        #top .brands__list li {
          width: 48%; } }
  #top .brands__paragraph {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #top .brands__paragraph {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      #top .brands__paragraph {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      #top .brands__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }
  #top .brands__description {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #top .brands__description {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      #top .brands__description {
        margin-top: 5px;
        margin-bottom: 20px; } }
  #top .brands a:hover .brands__imgContent,
  #top .brands a:focus .brands__imgContent {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  #top .brands a:hover .brands__imgContent:before,
  #top .brands a:focus .brands__imgContent:before {
    background-color: rgba(0, 0, 0, 0.4); }
  #top .brands__imgFrame {
    border-radius: 50%;
    width: 100%;
    height: 22.855vw;
    max-height: 295px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top .brands__imgFrame {
        height: 42.88vw;
        max-height: inherit; } }
    #top .brands__imgFrame img {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 9;
      max-width: 80%;
      max-height: 53%; }
  #top .brands__imgContent {
    background-size: cover !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: -1; }
    #top .brands__imgContent::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 768px) {
        #top .brands__imgContent::before {
          background-color: rgba(0, 0, 0, 0.4); } }

#top .bnrArea {
  padding: 0 20px 0px; }
  @media screen and (max-width: 768px) {
    #top .bnrArea {
      padding: 0 20px 0px; } }
  #top .bnrArea__inner {
    max-width: 1000px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      #top .bnrArea__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #top .bnrArea__bnr100 {
    width: 100%;
    margin-bottom: 20px; }
  #top .bnrArea__bnr50 {
    width: 48%;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      #top .bnrArea__bnr50 {
        margin-bottom: 24px; } }
    #top .bnrArea__bnr50:hover {
      opacity: 0.7; }
    @media screen and (max-width: 768px) {
      #top .bnrArea__bnr50 {
        width: 100%; } }

#company .company {
  padding: 60px 5.5% 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #company .company {
      padding: 20px 25px 0px; } }
  #company .company__inner {
    max-width: 1000px;
    margin: auto; }
  #company .company .linkArea01 {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #company .company .linkArea01 {
        margin-top: 36px; } }

#message .message {
  position: relative;
  padding: 110px 5.5% 80px; }
  @media screen and (max-width: 768px) {
    #message .message {
      padding: 30px 20px 40px; } }

#message .messageUp {
  padding: 0 0 180px; }
  @media screen and (max-width: 850px) {
    #message .messageUp {
      padding: 0px 0 34vw; } }
  @media screen and (max-width: 450px) {
    #message .messageUp {
      padding: 0px 0 26vw; } }
  #message .messageUp__inner {
    max-width: 1000px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #message .messageUp__img {
    width: 75%; }
  #message .messageUp .verticalHead {
    padding-right: 3%;
    width: 25%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #message .messageUp .verticalHead .en {
      height: 310px;
      text-align: right;
      letter-spacing: 4px;
      line-height: 30px; }
      #message .messageUp .verticalHead .en::after {
        top: -25px;
        left: -6px; }
      @media screen and (max-width: 768px) {
        #message .messageUp .verticalHead .en {
          height: 255px; } }
  #message .messageUp .blueHead {
    position: absolute;
    left: 0;
    top: 37%;
    width: 0;
    background-color: #54899b;
    padding: 0 3%;
    height: 265px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 89;
    opacity: 0;
    min-width: 500px; }
    @media screen and (max-width: 1000px) {
      #message .messageUp .blueHead {
        height: 220px; } }
    @media screen and (max-width: 768px) {
      #message .messageUp .blueHead {
        min-width: inherit;
        width: 80% !important;
        left: inherit;
        right: 0;
        top: 62.5vw;
        height: inherit;
        padding: 15px 15px; } }
    #message .messageUp .blueHead__textArea {
      display: block;
      margin-left: auto;
      color: white;
      letter-spacing: 0.25em;
      display: none; }
      @media screen and (max-width: 768px) {
        #message .messageUp .blueHead__textArea {
          display: block;
          margin: 0 auto 0 3px; } }
    #message .messageUp .blueHead__company {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #message .messageUp .blueHead__company {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 768px) {
        #message .messageUp .blueHead__company {
          letter-spacing: 1px; } }
    #message .messageUp .blueHead__position {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 1.8;
      font-weight: bold;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        #message .messageUp .blueHead__position {
          font-size: 17px;
          font-size: 1.7rem; } }
    #message .messageUp .blueHead__name {
      font-size: 40px;
      font-weight: bold;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        #message .messageUp .blueHead__name {
          margin-top: 5px;
          font-size: 23px;
          letter-spacing: 1px; } }
      #message .messageUp .blueHead__name span {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 100;
        font-family: 'Josefin Sans', sans-serif;
        font-style: italic;
        margin-left: 15px; }
        @media screen and (max-width: 768px) {
          #message .messageUp .blueHead__name span {
            font-size: 14px;
            font-size: 1.4rem; } }

#message .messageDown {
  padding: 0px 20px 0px; }
  @media screen and (max-width: 768px) {
    #message .messageDown {
      padding: 0; } }
  #message .messageDown__inner {
    max-width: 990px;
    margin: auto; }
  #message .messageDown__head {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    color: #54899b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 25px;
    line-height: 1.8;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #message .messageDown__head {
        font-size: 20px; } }
  #message .messageDown__paragraph {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 768px) {
      #message .messageDown__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      #message .messageDown__paragraph {
        line-height: 2; } }
  #message .messageDown__sign {
    width: 220px;
    margin: 15px 0 0 auto;
    display: block; }

#message .layout {
  padding: 0 20px 40px; }
  @media screen and (max-width: 768px) {
    #message .layout {
      padding: 0 20px 15px; } }
  #message .layout__inner {
    max-width: 1000px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      #message .layout__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #message .layout__left {
    width: 40%;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      #message .layout__left {
        width: 100%; } }
  #message .layout__right {
    width: 57%; }
    @media screen and (max-width: 768px) {
      #message .layout__right {
        width: 100%; } }
  #message .layout__head {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: bold;
    color: #54899b;
    margin-bottom: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #message .layout__head {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      #message .layout__head {
        margin: 13px 0 5px; } }
  #message .layout__paragraph {
    text-align: justify;
    text-justify: inter-word;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      #message .layout__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }

@font-face {
  font-family: "Athelas";
  src: url("../font/Athelas.ttc") format("truetype"); }

#history .profile {
  padding: 50px 20px;
  position: relative; }
  #history .profile .verticalHead .en {
    height: 410px;
    letter-spacing: 4px;
    line-height: 30px; }
    #history .profile .verticalHead .en::after {
      top: -37px;
      left: -5px; }
  #history .profile .head01 {
    margin: 30px auto; }
  @media screen and (max-width: 768px) {
    #history .profile {
      padding: 25px 20px; } }
  #history .profile__inner {
    max-width: 1000px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-right: 15px; }
    @media only screen and (max-width: 768px) {
      #history .profile__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      #history .profile__inner {
        padding: 0 0 0 0; } }
  #history .profile__left {
    width: 19%;
    text-align: right;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      #history .profile__left {
        width: 100%; } }
  #history .profile__right {
    width: 81%; }
    @media screen and (max-width: 768px) {
      #history .profile__right {
        width: 100%;
        margin-top: 10px; } }
  #history .profile__table {
    width: 100%; }
    #history .profile__table a {
      color: #54899b;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      #history .profile__table a:hover {
        opacity: 0.6; }
    #history .profile__table tr:last-child td {
      border: none; }
    #history .profile__table th {
      width: 150px;
      color: #54899b;
      padding: 13px 50px 6px 0;
      font-size: 17px;
      font-size: 1.7rem;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        #history .profile__table th {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 768px) {
        #history .profile__table th {
          width: 90px;
          padding: 13px 15px 6px 0; } }
      #history .profile__table th p {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #history .profile__table th p span {
          display: inline-block;
          font-weight: 600; }
    #history .profile__table td {
      border-bottom: 1px solid #cbcbcb;
      font-size: 14px;
      padding: 11px 10px 11px 0; }

#history .history {
  margin-bottom: 40px;
  padding: 50px 20px;
  background-color: #54899b; }
  @media screen and (max-width: 768px) {
    #history .history {
      margin-bottom: 24px; } }
  @media screen and (max-width: 768px) {
    #history .history {
      padding: 10px 20px; } }
  #history .history .head01 {
    color: white;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.8;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      #history .history .head01 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 768px) {
      #history .history .head01 {
        padding-bottom: 38px; } }
    #history .history .head01 span {
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (max-width: 768px) {
        #history .history .head01 span {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        #history .history .head01 span {
          margin-top: 0; } }
      #history .history .head01 span.year {
        font-weight: 100;
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.8;
        font-family: 'Josefin Sans', sans-serif; }
        @media screen and (max-width: 768px) {
          #history .history .head01 span.year {
            font-size: 22px;
            font-size: 2.2rem; } }
    #history .history .head01::after {
      background-color: white;
      width: 60px;
      left: 49.5%; }
      @media screen and (max-width: 768px) {
        #history .history .head01::after {
          width: 40px;
          bottom: 33px;
          left: 49%; } }
  #history .history__paragraph {
    color: white;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #history .history__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }
  #history .history__inner {
    margin: auto; }
  #history .history__clearFix {
    overflow: hidden;
    zoom: 1; }
  #history .history__chronology div:first-child .right::before {
    height: 50%;
    top: inherit;
    bottom: 0; }
  #history .history__chronology div:last-child .right::before {
    height: 50%; }
  #history .history__date {
    font-size: 20px;
    font-size: 2rem;
    color: white;
    display: block;
    position: relative;
    padding: 10px 15px;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    letter-spacing: 0.2em;
    line-height: 25px; }
    @media screen and (max-width: 768px) {
      #history .history__date {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      #history .history__date {
        padding-right: 0; } }
    #history .history__date::after {
      content: "";
      background-color: white;
      height: 2px;
      width: 45px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
      left: 0px; }
    #history .history__date .year {
      font-size: 49px;
      font-size: 4.9rem;
      line-height: 1.8;
      font-family: "Athelas", sans-serif;
      font-style: normal;
      margin-right: 7px;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        #history .history__date .year {
          font-size: 39px;
          font-size: 3.9rem; } }
    #history .history__date .description {
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-style: normal;
      padding-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #history .history__date .description {
          font-size: 14px;
          font-size: 1.4rem; } }
  #history .history .left {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    padding: 5px 55px 5px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      #history .history .left {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #history .history .left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding: 5px 5px 5px 55px; }
        #history .history .left::before {
          content: "";
          background-color: white;
          height: 100%;
          width: 2px;
          position: absolute;
          left: 0;
          top: 0; } }
    #history .history .left.fullsphere:after {
      content: "";
      background-color: white;
      height: 26px;
      width: 26px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -13px;
      border: 2px solid #54899b; }
      @media screen and (max-width: 768px) {
        #history .history .left.fullsphere:after {
          right: inherit;
          left: -13px; } }
    #history .history .left.emptysphere:after {
      content: "";
      background-color: #54899b;
      border: 2px solid white;
      height: 26px;
      width: 26px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -13px; }
      @media screen and (max-width: 768px) {
        #history .history .left.emptysphere:after {
          right: inherit;
          left: -13px; } }
  #history .history .right {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 5px 0px 5px 55px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      #history .history .right {
        float: none;
        width: 100%; } }
    #history .history .right::before {
      content: "";
      background-color: white;
      height: 100%;
      width: 2px;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 768px) {
      #history .history .right.fullspheresp:after {
        content: "";
        background-color: white;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 2px solid #54899b;
        left: -13px; }
      #history .history .right.emptyspheresp:after {
        content: "";
        background-color: #54899b;
        border: 2px solid white;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -13px; } }
  #history .history__roundImg {
    height: 182px;
    width: 182px;
    border-radius: 50%;
    border: 2px solid white;
    position: relative;
    background-size: cover !important;
    background-color: white;
    margin: 0 20px; }
    #history .history__roundImg img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 70%;
      max-width: 80%;
      width: 80%; }
    #history .history__roundImg::after {
      content: "";
      background-color: white;
      height: 2px;
      width: 75px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
      left: 0px; }
  #history .history__shops {
    width: 255px;
    text-align: center;
    border: 2px solid white;
    font-size: 25px;
    line-height: 0;
    padding: 9px 0 5px;
    color: white;
    display: block;
    position: relative;
    margin: 10px 0; }
    #history .history__shops.global {
      background-color: rgba(255, 255, 255, 0.2); }
    #history .history__shops span {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.8;
      line-height: 1.6;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 0.13em; }
      @media screen and (max-width: 768px) {
        #history .history__shops span {
          font-size: 28px;
          font-size: 2.8rem; } }
    #history .history__shops::after {
      content: "";
      background-color: white;
      height: 2px;
      width: 45px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
      left: 0px; }
  #history .history .left .history__roundImg::after {
    left: inherit;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
    @media screen and (max-width: 768px) {
      #history .history .left .history__roundImg::after {
        right: inherit;
        left: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0); } }
  #history .history .left .history__date::after {
    left: inherit;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
    @media screen and (max-width: 768px) {
      #history .history .left .history__date::after {
        right: inherit;
        left: 0;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%); } }
  #history .history .left .history__shops::after {
    left: inherit;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }

#philosophy .philosophy {
  padding: 60px 5.5% 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #philosophy .philosophy {
      padding: 20px 25px 0px; } }
  #philosophy .philosophy__inner {
    max-width: 1000px;
    margin: auto; }
  #philosophy .philosophy .linkArea01 {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #philosophy .philosophy .linkArea01 {
        margin-top: 36px; } }

#business .business {
  position: relative;
  padding: 90px 40px 50px; }
  @media only screen and (max-width: 768px) {
    #business .business {
      padding: 25px 25px 20px; } }
  #business .business__inner {
    max-width: 865px;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      #business .business__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #business .business__left {
    width: 20%; }
    @media only screen and (max-width: 768px) {
      #business .business__left {
        width: 100%; } }
  #business .business__right {
    width: 80%; }
    @media only screen and (max-width: 768px) {
      #business .business__right {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    #business .business .head01 {
      margin-top: 20px;
      margin-bottom: 15px; } }
  #business .business__head {
    text-align: center;
    font-size: 24px;
    line-height: 2.2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
    margin-bottom: 60px; }
    #business .business__head .blue {
      color: #54899b; }
    @media only screen and (max-width: 768px) {
      #business .business__head {
        font-size: 14.2px;
        margin-bottom: 20px; } }
  #business .business__headEn {
    text-align: center;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.2em;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.8;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      #business .business__headEn {
        font-size: 18px;
        font-size: 1.8rem; } }
  #business .business__headBlue {
    display: block;
    background-color: #54899b;
    font-size: 20px;
    color: white;
    text-align: center;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 4px 0;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      #business .business__headBlue {
        font-size: 14px; } }
    #business .business__headBlue:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent #54899b transparent;
      border-width: 0 0 44px 22px;
      -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
      transform: translate(-100%, 0px); }
      @media only screen and (max-width: 768px) {
        #business .business__headBlue:before {
          border-width: 0 0 29px 14px; } }
    #business .business__headBlue:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 44px 22px 0 0;
      border-color: #54899b transparent transparent transparent;
      -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
      transform: translate(100%, 0px); }
      @media only screen and (max-width: 768px) {
        #business .business__headBlue:after {
          border-width: 29px 14px 0 0; } }
  #business .business__paragraph {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #business .business__paragraph {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      #business .business__paragraph {
        padding: 15px 0; } }
    #business .business__paragraph.last {
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        #business .business__paragraph.last {
          margin-bottom: 21px; } }
    #business .business__paragraph.upperLine {
      border-top: 1px dotted grey; }
  #business .business__policy {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 30px 20px 130px;
    background-color: #d7e1e2;
    position: relative;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      #business .business__policy {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      #business .business__policy {
        padding: 15px 15px 15px 15px; } }
    #business .business__policy .label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'Josefin Sans', sans-serif;
      font-size: 10px;
      left: 35px;
      border-radius: 50%;
      padding: 27px 0;
      text-align: center;
      letter-spacing: 0.2em;
      width: 72px;
      color: white;
      background-color: #54899b; }

#future .future {
  width: 100%;
  position: relative;
  padding: 230px 20px 160px;
  background: url("../img/future_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #future .future {
      padding: 95px 20px 50px; } }
  #future .future .verticalWords {
    color: white; }
  #future .future__inner {
    margin: auto;
    color: white; }
  #future .future__subHead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 80px;
    line-height: 2;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #future .future__subHead {
        font-size: 19px;
        font-size: 1.9rem; } }
    @media screen and (max-width: 768px) {
      #future .future__subHead {
        margin-bottom: 27px; } }
    @media screen and (max-width: 768px) {
      #future .future__subHead {
        margin-top: 48px; } }
  #future .future__paragraph {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 27px;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #future .future__paragraph {
        font-size: 16px; } }
  #future .future__logo {
    width: 182px;
    margin: auto;
    display: block; }
  #future .future .head01 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.8;
    font-weight: 600;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      #future .future .head01 {
        font-size: 29px;
        font-size: 2.9rem; } }
    #future .future .head01 span {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        #future .future .head01 span {
          font-size: 18px;
          font-size: 1.8rem; } }
    #future .future .head01::after {
      background-color: white;
      width: 60px; }

#recruitment .recruitment {
  padding: 60px 5.5% 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #recruitment .recruitment {
      padding: 20px 25px 0px; } }
  #recruitment .recruitment__inner {
    max-width: 1000px;
    margin: auto; }
  #recruitment .recruitment .linkArea01 {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #recruitment .recruitment .linkArea01 {
        margin-top: 36px; } }

@font-face {
  font-family: "Han Serif";
  src: url(../font/SourceHanSerif-Bold.ttc) format("truetype");
  font-weight: 700; }

@font-face {
  font-family: "Han Serif";
  src: url(../font/SourceHanSerif-Regular.ttc) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Han Serif";
  src: url(../font/SourceHanSerif-Light.ttc) format("truetype");
  font-weight: 300; }

#career {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    #career {
      font-size: 14px;
      font-size: 1.4rem; } }
  #career .nakamenMv {
    height: 390px; }
    @media screen and (max-width: 768px) {
      #career .nakamenMv {
        background-image: url(../img/career_bg_sp.jpg) !important; } }
  @media screen and (max-width: 768px) {
    #career {
      text-align: justify;
      text-justify: inter-word; } }
  #career .career__title {
    font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.8;
    text-align: center;
    position: relative;
    margin-bottom: 75px;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 768px) {
      #career .career__title {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media screen and (max-width: 768px) {
      #career .career__title {
        margin-bottom: 55px; } }
    #career .career__title .en {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -40px; }
      @media screen and (max-width: 768px) {
        #career .career__title .en {
          max-width: 80%; } }
  #career .member {
    padding: 70px 25px 80px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #career .member {
        padding: 20px 25px 0px; } }
    #career .member__inner {
      max-width: 1020px;
      margin: auto; }
    #career .member__list {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        #career .member__list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    #career .member__listItem {
      width: 31%;
      -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
      padding: 30px; }
      @media screen and (max-width: 768px) {
        #career .member__listItem {
          width: 100%;
          margin-bottom: 25px; } }
    #career .member__listItem__title {
      font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.8;
      color: #1fb4d0;
      border-bottom: 1px solid #1fb4d0;
      margin-bottom: 7px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 768px) {
        #career .member__listItem__title {
          font-size: 21px;
          font-size: 2.1rem; } }
  #career .interview {
    background: url(../img/career_bg.jpg) repeat center;
    padding: 80px 25px 50px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #career .interview {
        padding: 20px 25px 20px; } }
    #career .interview .career__title .en {
      bottom: -29px; }
    #career .interview__whiteArea {
      background-color: white;
      max-width: 1000px;
      margin: auto;
      padding: 45px 45px 40px 45px;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        #career .interview__whiteArea {
          padding: 20px 20px 20px 20px; } }
    #career .interview__titleArea {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #career .interview__titleArea {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #career .interview__titleArea__left {
        width: 40%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #career .interview__titleArea__left {
            width: 100%; } }
      #career .interview__titleArea__right {
        width: 60%; }
        @media screen and (max-width: 768px) {
          #career .interview__titleArea__right {
            width: 100%;
            margin-top: 65px; } }
    #career .interview_whiteTitleArea {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
      @media screen and (max-width: 768px) {
        #career .interview_whiteTitleArea {
          top: 0;
          left: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit; } }
    #career .interview__whiteTitle {
      display: inline-block;
      background-color: white;
      padding: 5px 20px 9px;
      font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 35px;
      color: #1fb4d0;
      margin-bottom: 10px;
      border: 1px solid #1fb4d0;
      line-height: 1.5;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        #career .interview__whiteTitle {
          margin-bottom: 10px;
          width: 60%;
          font-size: 18px;
          padding: 2px 5px 5px; } }
      @media screen and (max-width: 350px) {
        #career .interview__whiteTitle {
          font-size: 16px; } }
      #career .interview__whiteTitle:first-child {
        min-width: 490px; }
        @media screen and (max-width: 768px) {
          #career .interview__whiteTitle:first-child {
            min-width: inherit;
            width: 100%; } }
    #career .interview__title {
      font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.8;
      color: #1fb4d0;
      margin-bottom: 5px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 768px) {
        #career .interview__title {
          font-size: 19px;
          font-size: 1.9rem; } }
    #career .interview__interviewArea {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1150px;
      margin: auto;
      padding-top: 20px;
      padding-left: 5.5%; }
      @media only screen and (max-width: 768px) {
        #career .interview__interviewArea {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #career .interview__interviewArea__left {
        width: 40%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #career .interview__interviewArea__left {
            width: 100%; } }
        #career .interview__interviewArea__left img {
          position: absolute;
          left: 0;
          top: 0;
          width: 115%;
          max-width: 115%;
          z-index: 0; }
          @media screen and (max-width: 768px) {
            #career .interview__interviewArea__left img {
              position: inherit;
              max-width: 100%; } }
      #career .interview__interviewArea__right {
        width: 60%;
        z-index: 0;
        background-color: white;
        padding: 45px 45px 40px 45px;
        margin-top: 35px; }
        @media screen and (max-width: 768px) {
          #career .interview__interviewArea__right {
            width: 100%;
            padding: 20px;
            margin-top: 0px; } }
    #career .interview__paragraph span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffeae4));
      background: -webkit-linear-gradient(transparent 55%, #ffeae4 55%);
      background: -o-linear-gradient(transparent 55%, #ffeae4 55%);
      background: linear-gradient(transparent 55%, #ffeae4 55%); }
  #career .copy {
    padding: 0 25px 55px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #career .copy {
        padding: 0 15px 45px; } }
    #career .copy__copyArea {
      max-width: 1250px;
      margin: auto;
      height: 25vw;
      max-height: 285px;
      padding: 30px;
      position: relative;
      background-color: white;
      border-bottom: 5px solid #ffd6ca;
      border-right: 5px solid #ffd6ca; }
      @media screen and (max-width: 768px) {
        #career .copy__copyArea {
          padding: 10px 5px 10px;
          height: 33vw; } }
      #career .copy__copyArea::before {
        content: "";
        background: url(../img/career_bg.jpg) repeat center;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 50%;
        top: 0;
        width: 300%;
        z-index: -1; }
    #career .copy__imgArea {
      position: relative;
      max-width: 1030px;
      margin: auto;
      width: 100%;
      height: 100%; }
    #career .copy__img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }

.recruitLinkArea {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .recruitLinkArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .recruitLinkArea__frame {
    overflow: hidden;
    width: 48%;
    position: relative;
    height: 300px; }
    @media screen and (max-width: 768px) {
      .recruitLinkArea__frame {
        height: 300px; } }
    .recruitLinkArea__frame a {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .recruitLinkArea__frame {
        width: 100%; } }
    .recruitLinkArea__frame:hover .recruitLinkArea__content {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .recruitLinkArea__frame:hover .recruitLinkArea__content:before,
    .recruitLinkArea__frame:hover .recruitLinkArea__content:before {
      background-color: rgba(0, 0, 0, 0.4); }
  .recruitLinkArea__content {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .recruitLinkArea__content::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 768px) {
        .recruitLinkArea__content::before {
          background-color: rgba(0, 0, 0, 0.2); } }
  .recruitLinkArea__title {
    text-align: center;
    font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 45px;
    color: #fff;
    margin-bottom: 7px;
    letter-spacing: 0.2em;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .recruitLinkArea__title {
        font-size: 35px; } }
    .recruitLinkArea__title img {
      width: 146px;
      display: block;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .recruitLinkArea__title img {
          width: 116px; } }

#concept {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    #concept {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    #concept {
      text-align: justify;
      text-justify: inter-word; } }
  #concept .nakamenMv {
    height: 750px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #concept .nakamenMv {
        height: 500px; } }
    #concept .nakamenMv__textArea {
      height: 50%;
      width: 90%;
      margin: auto auto 0;
      max-width: 1157px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #concept .nakamenMv__textArea {
          width: 96%; } }
      #concept .nakamenMv__textArea .letter {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
  #concept .concept {
    padding: 110px 25px 60px; }
    @media screen and (max-width: 768px) {
      #concept .concept {
        padding: 70px 25px 70px; } }
    #concept .concept__inner {
      margin: auto;
      max-width: 1070px;
      overflow: hidden;
      zoom: 1; }
    #concept .concept__bigger {
      margin-left: 4%;
      font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 400;
      font-size: 24px;
      float: right;
      line-height: 2;
      letter-spacing: 1.5px;
      -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: tb-rl; }
      #concept .concept__bigger .underline {
        font-weight: 700;
        position: relative; }
        #concept .concept__bigger .underline:after {
          content: "";
          background-color: #ffd6ca;
          width: 15px;
          height: 99%;
          right: 2px;
          top: -12px;
          position: absolute;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            #concept .concept__bigger .underline:after {
              width: 100%;
              height: 15px;
              right: 4px;
              top: inherit;
              bottom: -4px; } }
      @media screen and (max-width: 1100px) {
        #concept .concept__bigger {
          margin-left: 3%;
          line-height: 1.6; } }
      @media screen and (max-width: 780px) {
        #concept .concept__bigger {
          -webkit-writing-mode: inherit;
          -ms-writing-mode: inherit;
          writing-mode: inherit;
          float: none;
          margin-bottom: 25px;
          margin-left: 2%;
          font-size: 17px;
          line-height: 2;
          letter-spacing: 1.3px; } }
    #concept .concept__smaller {
      margin-left: 4%;
      font-family: "source-han-sans-japanese", "Source Han Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 16px;
      float: right;
      line-height: 2;
      letter-spacing: 1.5px;
      -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: tb-rl; }
      @media screen and (max-width: 1100px) {
        #concept .concept__smaller {
          margin-left: 3%;
          line-height: 1.6; } }
      @media screen and (max-width: 780px) {
        #concept .concept__smaller {
          -webkit-writing-mode: inherit;
          -ms-writing-mode: inherit;
          writing-mode: inherit;
          float: none;
          margin-bottom: 25px;
          font-size: 13px;
          margin-left: 2%;
          line-height: 2;
          letter-spacing: 1.3px; } }

#news .new-post .news__time {
  position: relative; }
  #news .new-post .news__time::before {
    content: "NEW";
    position: absolute;
    right: -17px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    top: 8px;
    display: inline-block;
    padding: 10px 20px 10px;
    color: white;
    line-height: 0;
    margin-right: 3%;
    background-color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 0.25em; }
    @media screen and (max-width: 768px) {
      #news .new-post .news__time::before {
        padding: 8px 5px 8px;
        right: -7px; } }

#news .news {
  width: 100%;
  padding: 60px 20px 0px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #news .news {
      padding: 5px 20px 10px; } }
  #news .news .btnMore a::after {
    content: "\f053";
    right: inherit;
    left: 8px; }
  #news .news__inner {
    max-width: 1000px;
    margin: auto; }
  #news .news__clearfix {
    overflow: hidden;
    zoom: 1;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      #news .news__clearfix {
        margin-top: 50px; } }
  #news .news__sidebar {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 20px;
    background-color: #54899b;
    border-radius: 20px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #news .news__sidebar {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #news .news__sidebar {
        padding: 10px;
        margin: auto; } }
    #news .news__sidebar screen-reader-text {
      display: none; }
    #news .news__sidebar input[type="submit"] {
      background-color: grey; }
    #news .news__sidebar input[type="text"] {
      background-color: white;
      border: 1px solid grey; }
    @media screen and (max-width: 768px) {
      #news .news__sidebar {
        margin-bottom: 30px; } }
    #news .news__sidebar h3 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.8;
      color: white;
      line-height: 1.8;
      font-weight: 700;
      font-family: 'Josefin Sans', sans-serif;
      font-style: italic;
      letter-spacing: 0.1em;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        #news .news__sidebar h3 {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 768px) {
        #news .news__sidebar h3 {
          margin-bottom: 0; } }
    @media screen and (max-width: 768px) {
      #news .news__sidebar .cat-item {
        display: inline-block;
        margin: 0 15px; } }
    #news .news__sidebar .cat-item a {
      font-size: 15px;
      font-size: 1.5rem;
      color: white;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      @media screen and (max-width: 768px) {
        #news .news__sidebar .cat-item a {
          font-size: 14px;
          font-size: 1.4rem; } }
      #news .news__sidebar .cat-item a:hover {
        opacity: 0.6; }
  #news .news__content {
    width: 70%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    @media only screen and (max-width: 768px) {
      #news .news__content {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #news .news__content {
        padding-left: 0; } }
    #news .news__content li {
      margin-bottom: 20px;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      #news .news__content li:hover {
        opacity: 0.7; }
  #news .news__time {
    margin-right: 5%;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 100;
    display: inline-block;
    line-height: 2;
    color: #555555; }
    @media screen and (max-width: 768px) {
      #news .news__time {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      #news .news__time {
        letter-spacing: 0px; } }
  #news .news__title {
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }
    @media screen and (max-width: 768px) {
      #news .news__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      #news .news__title {
        display: block;
        margin: 5px 0 15px;
        letter-spacing: 0px; } }
  #news .news__list {
    text-align: left;
    margin-left: 95px;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #news .news__list {
        margin-top: 36px; } }
    #news .news__list li {
      margin-bottom: 10px; }
    #news .news__list li:last-of-type {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #news .news__list li:last-of-type {
          margin-bottom: 30px; } }

#news .newsArticle {
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    #news .newsArticle {
      padding: 25px 0; } }
  #news .newsArticle img.aligncenter {
    display: block;
    margin: auto; }
  #news .newsArticle img.alignright {
    display: block;
    margin-left: auto; }
  #news .newsArticle img.alignleft {
    display: block;
    margin-right: auto; }
  #news .newsArticle em {
    font-style: italic; }
  #news .newsArticle ul li {
    margin-left: 15px; }
  #news .newsArticle table {
    width: 100%; }
    #news .newsArticle table th,
    #news .newsArticle table td {
      border: 1px solid #dadada;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 13px 20px; }
      @media screen and (max-width: 768px) {
        #news .newsArticle table th,
        #news .newsArticle table td {
          font-size: 14px;
          font-size: 1.4rem; } }
    #news .newsArticle table th a,
    #news .newsArticle table td a {
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      #news .newsArticle table th a:hover,
      #news .newsArticle table td a:hover {
        opacity: 0.5; }
    #news .newsArticle table .column-1 {
      background-color: #54899b;
      color: white; }
      @media screen and (max-width: 768px) {
        #news .newsArticle table .column-1 {
          border: 1px solid #54899b; } }
      #news .newsArticle table .column-1 a {
        color: white; }
    #news .newsArticle table td {
      background-color: white;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #news .newsArticle table td {
          display: block;
          border-top: 0; } }
  #news .newsArticle__head01 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #54899b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #news .newsArticle__head01 {
        font-size: 20px; } }
  #news .newsArticle__time {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #news .newsArticle__time {
        font-size: 14px;
        font-size: 1.4rem; } }
  #news .newsArticle h1 {
    display: block;
    background-color: #54899b;
    font-size: 20px;
    color: white;
    text-align: center;
    position: relative;
    padding: 2px 0;
    line-height: 1.5;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      #news .newsArticle h1 {
        font-size: 14px; } }
  #news .newsArticle h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #54899b;
    margin-bottom: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #news .newsArticle h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
  #news .newsArticle h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #news .newsArticle h3 {
        font-size: 14px;
        font-size: 1.4rem; } }
  #news .newsArticle a {
    color: #54899b;
    text-decoration: underline;
    text-underline-position: under; }

html {
  font-size: 62.5%; }

body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.6rem;
      line-height: 1.5; } }

a {
  text-decoration: none;
  color: black; }

img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%; }

.anchor-link:before {
  content: "";
  display: block;
  padding-top: 102px;
  margin-top: -102px; }
  @media screen and (max-width: 768px) {
    .anchor-link:before {
      padding-top: 60px;
      margin-top: -60px; } }
