@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

main,
header,
footer,
section {
  display: block;
}

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

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  word-break: break-all;
  hanging-punctuation: allow-end;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  background: #fff;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

video {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.inrWidth {
  width: 90% !important;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1600px) {
  .fullWidth {
    width: 1600px;
  }
  .inrWidth {
    width: 90% !important;
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 90% !important;
    max-width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .inrWidth {
    width: 90% !important;
    max-width: 940px;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 500;
}
.hd__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
.hd__logo {
  width: 190px;
}
.hd__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
}
.hd__nav--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd__nav--ul a {
  position: relative;
  z-index: 10;
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  .hd__nav--ul a:hover {
    text-decoration: underline;
  }
}
.hd__nav--li {
  position: relative;
  line-height: 1.3;
}
.hd__nav--li:not(:first-of-type) {
  border-left: 1px solid #FFF;
}
.hd__nav--li--link {
  margin: 0 25px;
}
@media only screen and (min-width: 769px) {
  .hd__nav--li.current a::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 22px;
    display: block;
    width: calc(100% - 46px);
    height: 10px;
    background: #FFF;
  }
}
.hd__sublist {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 33px;
}
.hd__sublist--li {
  padding: 2px 5px 0;
}
.hd__sublist--li.-more {
  padding-top: 0;
}
.hd__sublist--li.-more .hd__sublist--li--top {
  background: linear-gradient(45deg, transparent 0, #000 0), linear-gradient(135deg, transparent 0, #000 0), linear-gradient(225deg, transparent 0, #000 0), linear-gradient(315deg, transparent 5px, #000 5px);
}
.hd__sublist--li.-more + .hd__sublist--li .hd__sublist--li--bottom {
  background: linear-gradient(45deg, transparent 0, #000 0), linear-gradient(135deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 0, #000 0), linear-gradient(315deg, transparent 0, #000 0);
}
.hd__sublist--li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.hd__sublist--li--one {
  background: linear-gradient(45deg, transparent 0, #000 0), linear-gradient(135deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 0, #000 0), linear-gradient(315deg, transparent 5px, #000 5px);
}
.hd__sublist--li--top {
  background: linear-gradient(45deg, transparent 0, #000 0), linear-gradient(135deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 0, #000 0), linear-gradient(315deg, transparent 0, #000 0);
}
.hd__sublist--li--bottom {
  background: linear-gradient(45deg, transparent 0, #000 0), linear-gradient(135deg, transparent 0, #000 0), linear-gradient(225deg, transparent 0, #000 0), linear-gradient(315deg, transparent 5px, #000 5px);
}
.hd__recruit {
  position: fixed;
  bottom: 180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #FFF;
  background: #c80000;
  border-radius: 10px 0 0 10px;
  z-index: 500;
  -webkit-transform: 0.2s;
          transform: 0.2s;
}
@media only screen and (min-width: 769px) {
  .hd__recruit:hover {
    width: 43px;
    opacity: 1;
  }
}
.hd .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .bogo-language-switcher a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FFF;
}
@media only screen and (min-width: 769px) {
  .hd .bogo-language-switcher a:hover {
    color: #000;
  }
}
.hd .bogo-language-switcher > li {
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #FFF;
  padding: 2px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  .hd .bogo-language-switcher > li:hover {
    background: #FFF;
  }
}
.hd .bogo-language-switcher .current {
  display: none;
}
.hd .bogo-language-switcher .bogoflags {
  display: none;
}

.humBtn {
  display: none;
}

@media screen and (max-width: 950px) {
  .hd__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    max-height: 100dvh;
    margin: 0 auto;
    padding: 14px 10px;
    overflow-y: auto;
  }
  .hd__logo {
    width: 105px;
    line-height: 1;
  }
  .hd__nav {
    width: 100%;
    display: none;
  }
  .hd__nav--ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .hd__nav--li {
    width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid #c80000;
    text-align: center;
  }
  .hd__nav--li:not(:first-of-type) {
    border-left: none;
  }
  .hd__nav--li a {
    display: block;
    padding: 23px 0;
  }
  .hd__nav--li--link {
    margin: 0 25px;
  }
  .hd__sublist {
    display: block !important;
    position: static;
    padding-top: 0;
  }
  .hd__sublist--li {
    width: 80%;
    margin: auto;
    padding: 0;
    border-top: 1px solid #4d4d4d;
  }
  .hd__sublist--li.-more {
    border-top: none !important;
  }
  .hd__sublist--li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 30px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    background: none;
  }
  .hd__recruit {
    bottom: calc(50% - 90px);
  }
  .hd .bogo-language-switcher {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #c80000;
    padding: 25px 0;
  }
  .humBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
  }
  .humBtn span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .humBtn span::before, .humBtn span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .humBtn span::before {
    top: -6px;
  }
  .humBtn span::after {
    top: 6px;
  }
  .humBtn.open span {
    background: transparent;
  }
  .humBtn.open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .humBtn.open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*----------------------------------------
 FOOTER
-----------------------------------------*/
.totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: block;
  width: 50px;
  z-index: 9;
}

.ft {
  padding: 50px 0;
  color: #FFF;
  background: #000;
}
.ft a {
  color: #FFF;
}
.ft__bana {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.ft__bana--blk {
  display: inline-block;
  margin-top: 45px;
}
.ft__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 95px;
}
.ft__lft {
  width: 290px;
}
.ft__lft--logo {
  display: block;
  width: 270px;
}
.ft__lft--text {
  font-size: 1.7rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.ft__lft--address {
  margin-top: 10px;
}
.ft__rgt {
  width: 310px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.ft__rgt--list {
  width: 33.33%;
  margin-top: 30px;
}
.ft__rgt--list:nth-of-type(2), .ft__rgt--list:nth-of-type(5) {
  text-align: center;
}
.ft__rgt--list:nth-of-type(3), .ft__rgt--list:nth-of-type(6) {
  text-align: right;
}
.ft__rgt--recruit {
  margin-top: 30px;
}
.ft__rgt--recruit a {
  padding: 5px 20px;
  color: #000;
  background: #FFF;
}
.ft__rgt--policy {
  margin-top: 30px;
  text-align: right;
}
.ft__copy {
  margin: 100px auto 0;
  font-size: 1.3rem;
  text-align: center;
  color: #808080;
}

@media screen and (max-width: 950px) {
  .totop {
    bottom: 40px;
    right: 10px;
    width: 40px;
    margin-bottom: 5px;
  }
  .ft__bana {
    width: 90%;
  }
  .ft__bana--blk {
    margin-top: 20px;
  }
  .ft__wrap {
    width: 75%;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 35px auto 0;
  }
  .ft__lft {
    width: 90%;
    margin: 65px auto 0;
  }
  .ft__lft--logo {
    width: 270px;
  }
  .ft__lft--text {
    font-size: 1.7rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
  .ft__lft--address {
    margin-top: 10px;
  }
  .ft__rgt {
    width: 100%;
  }
  .ft__copy {
    margin: 40px auto 0;
    font-size: 1.1rem;
  }
}
/*----------------------------------------
  COMMON
-----------------------------------------*/
main {
  margin-top: 50px;
}

.container {
  padding-top: 150px;
}

.containerStart .subttl {
  position: sticky;
  display: block !important;
}
.containerStart .subttl__signal:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 27px;
  display: block;
  width: 10px;
  height: 15px;
  background: #00a5e3;
}
.containerStart .subttl__signal:after {
  display: none;
}
.containerStart.stop {
  padding-top: 140px;
}
.containerStart.stop .subttl {
  position: fixed;
}
.containerStart.stop .subttl__signal:before {
  display: none;
}
.containerStart.stop .subttl__signal:after {
  display: block;
}

.subttl {
  position: fixed;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
  height: 110px;
  padding-top: 10px;
  background: #FFF;
  border-bottom: 10px solid #000;
  z-index: 10;
}
.subttl__wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.subttl__car {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
}
.subttl__signal {
  position: relative;
  width: 198px;
}
.subttl__signal:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 3px;
  display: block;
  width: 10px;
  height: 15px;
  background: #e50012;
}
.subttl__signal img {
  position: relative;
  z-index: 1;
}
.subttl__txt {
  position: absolute;
  bottom: 0px;
  left: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.subttl__txt--jp {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 5px 10px;
}
.subttl__txt--en {
  display: block;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
}

.linkbtn a, .linkbtn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 30px;
}
.linkbtn a::before, .linkbtn a::after, .linkbtn span::before, .linkbtn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkbtn a::before, .linkbtn span::before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.linkbtn a::after, .linkbtn span::after {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .linkbtn a:hover::before, .linkbtn a:hover::after, .linkbtn span:hover::before, .linkbtn span:hover::after {
    right: 10px;
  }
}

.breadcrumb {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding: 10px 0;
}
.breadcrumb * {
  color: #808080;
}
.breadcrumb *:not(:last-child):after {
  content: " ＞ ";
}

.navigation {
  margin-top: 40px;
  text-align: center;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation .nav-links * {
  margin: 0 10px;
}
.navigation .pager__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation .pager__links--next {
  margin-left: auto;
}

.swiper-button-next {
  right: 3.5%;
  width: 26px;
  height: 30px;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #FFF;
}

.swiper-button-prev {
  left: 3.5%;
  width: 26px;
  height: 30px;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  border-color: transparent #FFF transparent transparent;
}

@media screen and (max-width: 950px) {
  main {
    margin-top: 48px;
  }
  .container {
    padding-top: 15vh;
  }
  .containerStart .subttl__signal:before {
    top: 12px;
    right: 17px;
    width: 6px;
    height: 7px;
  }
  .containerStart.stop {
    padding-top: 85px;
  }
  .subttl {
    top: 40px;
    height: 67px;
    padding-top: 5px;
    border-bottom: 5px solid #000;
  }
  .subttl__car {
    width: 75px;
    left: 10px;
  }
  .subttl__signal {
    width: 125px;
    margin-left: 10px;
  }
  .subttl__signal:after {
    top: 12px;
    right: 2px;
    width: 6px;
    height: 7px;
  }
  .subttl__signal img {
    position: relative;
    z-index: 1;
  }
  .subttl__txt {
    bottom: 0px;
    left: 109px;
  }
  .subttl__txt--jp {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .subttl__txt--en {
    font-size: 3rem;
  }
  .linkbtn a, .linkbtn span {
    padding-right: 0;
  }
  .linkbtn a::before, .linkbtn a::after, .linkbtn span::before, .linkbtn span::after {
    content: "";
    width: 14px;
    height: 1px;
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .linkbtn a::before, .linkbtn span::before {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  .linkbtn a::after, .linkbtn span::after {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  .breadcrumb {
    font-size: 1rem;
    padding: 5px 0;
  }
  .swiper-button-next {
    right: 3.5%;
    width: 13px;
    height: 15px;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #FFF;
  }
  .swiper-button-prev {
    left: 3.5%;
    width: 13px;
    height: 15px;
    border-style: solid;
    border-width: 7px 13px 7px 0;
    border-color: transparent #FFF transparent transparent;
  }
}
.containerPage {
  position: relative;
  padding-top: 300vh;
}
.containerPage:before {
  content: "";
  position: fixed;
  top: 300px;
  left: calc(50% - 45px);
  display: block;
  width: 90px;
  height: 180px;
  background: url(../img/common/icon_toscroll.svg) no-repeat center top;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.containerPage:after {
  content: "";
  position: fixed;
  top: 300px;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 75px;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #c9caca), color-stop(70%, #c9caca), to(#fff));
  background: linear-gradient(#fff, #c9caca 30%, #c9caca 70%, #fff);
  -webkit-animation: change-color-anim 1.2s linear infinite;
          animation: change-color-anim 1.2s linear infinite;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  pointer-events: none;
}
.containerPage.scrolled:before, .containerPage.scrolled:after {
  opacity: 0;
}
@-webkit-keyframes change-color-anim {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 105px);
            transform: translate(0, 105px);
  }
}
@keyframes change-color-anim {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 105px);
            transform: translate(0, 105px);
  }
}
.containerPage .subttl {
  position: fixed;
  display: block !important;
}
.containerPage .subttl__signal:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 27px;
  display: block;
  width: 10px;
  height: 15px;
  background: #00a5e3;
}
.containerPage .subttl__signal:after {
  display: none;
}
.containerPage .subttl__car {
  left: 100%;
}
.containerPage .subttl__txt {
  display: none;
}
.containerPage.stop {
  padding-top: 110px !important;
}
.containerPage.stop .subttl {
  position: fixed;
}
.containerPage.stop .subttl__signal:before {
  display: none;
}
.containerPage.stop .subttl__signal:after {
  display: block;
}
.containerPage.stop .subttl__car {
  left: 0 !important;
}
.containerPage.stop .containerFirst {
  position: static !important;
}

.containerFirst:first-of-type {
  position: fixed;
  top: 180px;
  left: 70%;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 950px) {
  .containerPage .subttl__signal:before {
    top: 12px;
    right: 17px;
    width: 6px;
    height: 7px;
  }
  .containerPage.stop {
    padding-top: 59px !important;
  }
}
/* header-meta
----------------------------------------------- */
.header-meta {
  width: 100%;
  max-width: 800px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20000;
}

.header-meta.ok {
  display: none;
  visibility: hidden;
}

.header-meta-inner {
  padding: 15px 45px 15px 15px;
  background: #fff;
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-meta-inner p {
  line-height: 1.5;
  text-align: justify;
  font-size: 1.3rem;
}

.header-meta button {
  width: 125px;
  margin-left: 30px;
  padding: 15px 0;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-meta a {
  display: inline-block;
  text-decoration: underline;
  color: #c80000;
}

@media screen and (max-width: 800px) {
  .header-meta-inner {
    padding: 10px 5%;
    display: block;
  }
  .header-meta-inner p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .header-meta button {
    display: block;
    margin: 5px auto 0;
    padding: 10px 0;
    font-size: 1rem;
  }
}