@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

address {
  font-style: normal;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
}

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button {
  border: 0;
  background: 0 0;
  display: block;
  cursor: pointer;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

small {
  font-size: smaller;
}

a,
button {
  text-decoration: none;
  opacity: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-all;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: inherit;
}

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

a:visited {
  color: inherit;
}

a,
a:focus {
  outline: none;
}

button,
input,
input:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

* {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  letter-spacing: 0;
  line-height: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

body,
html {
  min-width: 1300px;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
}

main {
  margin-top: 100px;
}

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

b {
  font-weight: bold;
}

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

ul {
  list-style-type: none;
}

.sp-block {
  display: none !important;
}

.sp-flex {
  display: none !important;
}

.nav-block {
  display: none !important;
}

.nav-none {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-flex {
  display: none !important;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1200px) {
  main {
    margin-top: 55px;
  }
  .nav-block {
    display: block !important;
  }
  .nav-none {
    display: none !important;
  }
  .nav-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.objectFit {
  overflow: hidden;
}

.objectFit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hidden {
  overflow: hidden;
}

/* ==========================================================================//
//
// c-scroll
//
// ========================================================================== */
.c-scroll {
  display: inline-block;
  bottom: 310px;
  z-index: 2;
  padding: 0 0 70px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: "Cinzel", serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase !important;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
  word-break: normal;
}

.c-scroll::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 140px;
  background: #fff;
}

.c-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 140px;
  background: rgba(255, 255, 255, 0.4);
}

.c-scroll::after {
  -webkit-animation: sdl 2.8s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2.8s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/* ==========================================================================//
//
// c-link01
//
// ========================================================================== */
a:hover .c-link01 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-link01 {
  font-size: 16px;
  color: #011975 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
}

.c-link01 span {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #011975;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
  position: relative;
}

.c-link01 span::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #011975;
  border-bottom: 1px solid #011975;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -4px;
}

/* ==========================================================================//
//
// c-ukv
//
// ========================================================================== */
.c-ukv {
  width: 100%;
  height: 510px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-ukv {
    height: 500px;
  }
}

.c-ukv__textBox {
  min-width: 425px;
  padding: 25px 50px 15px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-ukv__textBox {
    max-width: 92%;
    min-width: 350px;
    margin: 0 auto;
    padding: 15px 20px 10px 20px;
  }
}

.c-ukv__text {
  font-size: 17px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  line-height: 1em;
  text-align: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-ukv__text {
    font-size: 15px;
  }
}

.c-ukv__title {
  font-size: 47px;
  font-family: "Cinzel", serif;
  line-height: 1em;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-ukv__title {
    font-size: 30px;
    margin-top: 10px;
  }
}

/* ==========================================================================//
//
// c-sustainability__cta
//
// ========================================================================== */
.c-sustainability__cta {
  width: 100%;
  height: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  background-image: url("../../sustainability/images/img_sustainability_02_pc.jpg");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center center;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  position: relative;
}

.c-sustainability__cta:hover {
  background-size: 120% auto;
}

.c-sustainability__cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-sustainability__cta {
    background-size: cover;
  }
  .c-sustainability__cta:hover {
    background-size: cover;
  }
}

.c-sustainability__cta-label {
  padding: 0 35px;
  display: inline-block;
  height: 40px;
  background-color: #011975;
  font-size: 17px;
  color: #fff;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-sustainability__cta-label {
    height: 30px;
    font-size: 15px;
    padding: 0 20px;
  }
}

.c-sustainability__cta-title {
  font-size: 34px;
  color: #fff;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  margin-top: 15px;
  z-index: 10;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-sustainability__cta-title {
    font-size: 24px;
  }
}

.c-sustainability__cta-link-text {
  color: #fff !important;
  margin-top: 10px;
  z-index: 10;
}

.c-sustainability__cta-link-text span {
  border: 1px solid #fff;
}

.c-sustainability__cta-link-text span::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-sustainability__cta-link-text span {
    margin-left: 15px;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-sustainability__cta-link-text {
    margin-top: 15px;
  }
}

/* ==========================================================================//
//
// c-panel
//
// ========================================================================== */
.c-panel {
  position: relative;
  margin: 70px 0 0 0;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel {
    margin: 50px 0 0 0;
  }
}

.c-panel--sustainability {
  margin-top: 60px;
}

.c-panel__inner {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
}

.c-panel__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-panel__item {
  width: 49%;
  height: 160px;
  margin-bottom: 18px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    background-size: cover !important;
  }
}

.c-panel__item--representative {
  background-image: url("/common/images/img_panel_01_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--philosophy {
  background-image: url("/common/images/img_panel_02_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--message {
  background-image: url("/common/images/img_panel_03_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--history {
  background-image: url("/common/images/img_panel_04_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--financial {
  background-image: url("/common/images/img_panel_05_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--group {
  background-image: url("/common/images/img_panel_06_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--company {
  background-image: url("/common/images/img_panel_07_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--work {
  background-image: url("/common/images/img_panel_08_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--eAxle {
  background-image: url("/common/images/img_panel_09_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--hv {
  background-image: url("/common/images/img_panel_10_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--at {
  background-image: url("/common/images/img_panel_11_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--development {
  background-image: url("/common/images/img_panel_12_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--industrial {
  background-image: url("/common/images/img_panel_13_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--skill {
  background-image: url("/common/images/img_panel_14_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

.c-panel__item--sustainability {
  width: 100%;
  background-image: url("/common/images/img_panel_15_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--sustainability {
    height: auto;
  }
}

.c-panel__item--environment {
  background-image: url("/common/images/img_panel_16_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--environment {
    height: auto;
  }
}

.c-panel__item--community {
  background-image: url("/common/images/img_panel_17_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--community {
    height: auto;
  }
}

.c-panel__item--satisfied {
  background-image: url("/common/images/img_panel_18_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--satisfied {
    height: auto;
  }
}

.c-panel__item--mobility {
  background-image: url("/common/images/img_panel_19_pc.jpg");
  background-size: 100% auto;
  background-position: center center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--mobility {
    height: auto;
  }
}

.c-panel__item--satisfied_recruit {
  background-image: url("/sustainability/images/satisfied/bnr_recruit.jpg");
  background-size: 100% auto;
  background-position: center center;
  width: 100%;
}

.c-panel__item--line {
  width: 100%;
}

.c-panel__item:hover {
  background-size: 110% auto;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item:hover {
    background-size: cover;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__item--sus {
    height: auto;
  }
}

.c-panel__link {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 35px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__link {
    padding: 0 4%;
  }
}

.c-panel__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-panel__link:hover > .c-panel__hover {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__link--sus {
    padding: 30px 4%;
  }
}

/* satisfiedバナー調整用 */
.recruit__linkBox .c-panel__link {
  background-color: transparent;
}

.c-panel__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  padding: 20px 35px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover {
    height: auto;
    margin-top: 15px;
    padding: 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
    visibility: visible;
    opacity: 1;
  }
}

.c-panel__hover--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover--column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-panel__hover--02 {
  padding: 40px 35px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover--02 {
    padding: 0;
  }
}

.c-panel__hover__link {
  font-size: 16px;
  line-height: 1em;
  color: #000 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  margin: 10px 22px 10px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-panel__hover__link:hover {
  opacity: 0.5;
}

.c-panel__hover__link span {
  width: 21px;
  height: 21px;
  border-radius: 50px;
  border: 1px solid #011975;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  position: relative;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover__link span {
    border: 1px solid #fff;
  }
}

.c-panel__hover__link span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #011975;
  border-bottom: 1px solid #011975;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -2px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover__link span::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__hover__link {
    font-size: 15px;
    color: #fff !important;
    line-height: 1.5em;
  }
}

.c-panel__textJp {
  font-size: 16px;
  color: #fff;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__textJp {
    font-size: 12px;
  }
}

.c-panel__textJp::after {
  content: "";
  display: block;
  width: 225px;
  height: 1px;
  background-color: #fff;
  margin-left: 25px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__textJp::after {
    display: none;
  }
}

.c-panel__textJp.text-sub {
  font-size: 14px;
}

.c-panel__textJp.text-sub::after {
  content: none;
}

.c-panel__textJp--long::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 25px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__textJp--long::after {
    display: none;
  }
}

.c-panel__textEn {
  font-size: 39px;
  line-height: 1em;
  font-family: "Cinzel", serif;
  color: #fff;
  margin-top: 23px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel__textEn {
    font-size: 22px;
    margin-top: 10px;
  }
}

.c-panel__textEn--ef2 {
  font-family: "EB Garamond", serif;
}

.c-panel__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 25px;
}

.c-panel__arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -4px;
}

/* ==========================================================================//
//
// c-titleBox
//
// ========================================================================== */
.c-titleBox__titleJp {
  min-width: 130px;
  background-color: #011975;
  font-size: 17px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  padding: 8px 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox__titleJp {
    min-width: 100px;
    font-size: 15px;
    padding: 6px 10px;
  }
}

.c-titleBox__titleEn {
  font-size: 69px;
  font-family: "Cinzel", serif;
  line-height: 1em;
  margin-top: 40px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox__titleEn {
    font-size: 35px;
    margin-top: 20px;
  }
}

.c-titleBox__titleEn--mintyo {
  font-size: 40px;
  line-height: 1.5em;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  margin-top: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox__titleEn--mintyo {
    font-size: 28px;
    margin-top: 20px;
  }
}

/* ==========================================================================//
//
// c-titleBox2
//
// ========================================================================== */
.c-titleBox2__titleJp {
  min-width: 130px;
  background-color: #011975;
  font-size: 17px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  padding: 8px 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox2__titleJp {
    min-width: 100px;
    font-size: 13px;
    padding: 8px 12px 6px;
  }
}

.c-titleBox2__titleEn {
  font-size: 40px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  line-height: 1.8em;
  margin-top: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox2__titleEn {
    font-size: 22px;
    line-height: 1.6em;
    margin-top: 12px;
  }
}

.c-titleBox2__text {
  font-size: 16px;
  line-height: 2.8em;
  margin-top: 10px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-titleBox2__text {
    font-size: 15px;
    line-height: 2.2em;
  }
}

/* ==========================================================================//
//
// c-subTitleBox
//
// ========================================================================== */
.c-subTitleBox__title {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-subTitleBox__title::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #011975;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-subTitleBox__title::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-subTitleBox__title {
    font-size: 18px;
  }
}

.c-subTitleBox__sub-title {
  font-size: 40px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  line-height: 1.5em;
  margin-top: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-subTitleBox__sub-title {
    font-size: 18px;
    line-height: 2em;
    margin-top: 10px;
  }
}

.c-subTitleBox__text {
  font-size: 16px;
  line-height: 2.8em;
  margin-top: 20px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-subTitleBox__text {
    font-size: 15px;
    line-height: 2em;
    margin-top: 10px;
  }
}

.c-subTitleBox__link {
  font-size: 16px;
  line-height: 2.8em;
  margin-top: 20px;
  color: #011975 !important;
  text-decoration: underline !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-subTitleBox__link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-subTitleBox__link {
    font-size: 15px;
    line-height: 2em;
    margin-top: 10px;
  }
}

.miniTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* ==========================================================================//
//
// c-list
//
// ========================================================================== */
.c-list {
  margin-top: 40px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list {
    margin-top: 30px;
  }
}

.c-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}

.c-list__item + .c-list__item {
  margin-top: 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list__item + .c-list__item {
    margin-top: 10px;
  }
}

.c-list__itemHead {
  width: 210px;
  background-color: #011975;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list__itemHead {
    width: 120px;
    font-size: 15px;
    padding: 10px;
  }
}

.c-list__itemData {
  width: calc(100% - 210px - 20px);
  background-color: #011975;
  font-size: 16px;
  padding: 15px 20px;
  background-color: #fff;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list__itemData {
    width: calc(100% - 120px - 10px);
    font-size: 15px;
    padding: 10px;
  }
}

/* ==========================================================================//
//
// c-underLayerKv
//
// ========================================================================== */
.c-underLayerKv {
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 4%;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-underLayerKv {
    height: 350px;
    padding: 20px 4%;
  }
}

.c-underLayerKv__titleJp {
  min-width: 130px;
  background-color: #011975;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  padding: 8px 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-underLayerKv__titleJp {
    min-width: 100px;
    font-size: 14px;
    padding: 8px 12px 6px;
  }
}

.c-underLayerKv__titleEn {
  font-size: 52px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  color: #fff;
  line-height: 1.8em;
  margin-top: 25px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-underLayerKv__titleEn {
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 11px;
  }
}

.c-underLayerKv__titleEn.sub-title {
  font-size: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-underLayerKv__titleEn.sub-title {
    font-size: 18px;
  }
}

/* ==========================================================================//
//
// c-contentRow
//
// ========================================================================== */
.c-contentRow {
  width: 1100px;
  max-width: 92%;
  margin: 130px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow {
    margin: 50px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-contentRow + .c-contentRow {
  margin-top: 135px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow + .c-contentRow {
    margin-top: 50px;
  }
}

.c-contentRow__textBox {
  width: calc(100% - 390px - 60px);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__textBox {
    width: 100%;
    margin-top: 20px;
  }
}

.c-contentRow__titleJp {
  min-width: 130px;
  background-color: #000;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  padding: 8px 15px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__titleJp {
    min-width: 100px;
    font-size: 15px;
    padding: 6px 10px;
  }
}

.c-contentRow__titleEn {
  font-size: 45px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  line-height: 1em;
  margin-top: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__titleEn {
    font-size: 28px;
    margin-top: 20px;
  }
}

.c-contentRow__catch {
  font-size: 22px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  margin-top: 20px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__catch {
    font-size: 18px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
    margin-top: 10px;
  }
}

.c-contentRow__text {
  font-size: 15px;
  line-height: 2.4em;
  margin-top: 10px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__text {
    line-height: 1.5em;
  }
}

.c-contentRow__imgBox {
  width: 390px;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow__imgBox {
    width: 100%;
    height: 350px;
  }
}

.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-color: #fff;
  z-index: 9999;
}

.c-header__inner {
  width: 92%;
  height: 110px;
  margin: 0 auto 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .c-header__inner {
    height: 55px;
    margin: 0 auto 0 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .c-headerLogo {
    width: 275px;
  }
}

.c-headerLogoLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-headerLogoLink:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .c-headerLogo__img {
    margin-top: 18px;
    width: 100%;
  }
}

/* ==========================================================================//
//
// c-nav__hover-contents
//
// ========================================================================== */
.c-nav__hover-contents {
  width: 100%;
  padding: 30px 0;
  background-color: #efefef;
  position: fixed;
  top: 110px;
  bottom: auto;
  left: 0;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.c-nav__hover-contents-inner {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav__hover-item {
  width: 330px;
  border-right: 1px solid #dcdcdc;
}

.c-nav__hover-item-title {
  font-size: 24px;
  font-weight: 700;
}

.c-nav__hover-item-top {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.c-nav__hover-flex {
  width: calc(100% - 330px - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-nav__hover-flex-item {
  width: 33%;
  max-width: 12em;
  margin-top: 15px;
  margin-right: 4em;
}

.c-nav__hover-flex-link {
  font-size: 13px;
  -webkit-transition: opacity 0.3s, -webkit-text-decoration 0.3s;
  transition: opacity 0.3s, -webkit-text-decoration 0.3s;
  transition: opacity 0.3s, text-decoration 0.3s;
  transition: opacity 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.c-nav__hover-flex-link:hover {
  opacity: 0.5;
  text-decoration: underline !important;
}

/* ==========================================================================//
//
// c-nav
//
// ========================================================================== */
.c-nav {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1200px) {
  .c-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .c-nav--open {
    opacity: 1;
    visibility: visible;
  }
}

.c-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .c-nav__list {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-nav__item {
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  .c-nav__item {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .c-nav__item + .c-nav__item {
    margin: 20px 0 0 0;
  }
}

.c-nav__link {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: block;
}

.c-nav__link::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 0%;
  -webkit-transition: width .12s ease-in;
  transition: width .12s ease-in;
  background-color: #011975;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}

.c-nav__link:hover::before, .c-nav__link--active::before {
  width: 100%;
  left: 0;
  right: auto;
}

.c-nav__link:hover > .c-nav__hover-contents {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 1200px) {
  .c-nav__link {
    font-size: 16px;
  }
}

.c-nav__link--recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav__icon {
  display: inline-block;
  margin-left: 6px;
}

.c-nav__menu {
  width: 36px;
  height: 13px;
  position: fixed;
  top: 27px;
  bottom: auto;
  left: auto;
  right: 4%;
  cursor: pointer;
}

.c-nav__menu::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  background-color: #011975;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.c-nav__menu::after {
  display: block;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: #011975;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.c-nav__menu:hover::after {
  width: 100%;
}

.c-nav__menu--open::before {
  top: 6px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-nav__menu--open::after {
  width: 100%;
  bottom: 6px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ==========================================================================//
//
// c-nav__list-sp
//
// ========================================================================== */
@media screen and (max-width: 1200px) {
  .c-nav__scroll {
    width: 92%;
    height: 80vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
}

.c-nav__scroll::-webkit-scrollbar {
  display: none;
}

.c-nav-sp__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav-sp__item {
  width: 100%;
  border-top: 1px solid #ddd;
}

.c-nav-sp__item:last-child {
  border-bottom: 1px solid #ddd;
}

.c-nav-sp__link {
  width: 100%;
  display: block;
  padding: 10px 20px;
  position: relative;
}

.c-nav-sp__plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: auto;
  right: 4%;
}

.c-nav-sp__plus::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
}

.c-nav-sp__plus::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 10px;
  right: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-nav-sp__plus.active::after {
  opacity: 0;
}

.c-nav-sp__under-list {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
  display: none;
}

.c-nav-sp__under-item {
  width: 100%;
  margin-top: 10px;
}

.c-nav-sp__under-item + .c-nav-sp__under-item {
  margin-top: 15px;
}

.c-footer {
  margin-top: 120px;
  background-color: #333333;
  position: relative;
}

.c-footer::before {
  content: "";
  display: block;
  width: 995px;
  height: 150px;
  background-color: #F5F5F5;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -2;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer::before {
    display: none;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer {
    margin-top: 50px;
  }
}

.c-footer__inner {
  max-width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer__inner {
    height: auto;
    padding: 30px 0;
  }
}

.c-footerLogo__img {
  display: block;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footerLogo__img {
    width: 300px;
  }
}

.c-footerNav {
  margin: 75px 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footerNav {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-footerNav__item {
  margin-right: 30px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footerNav__item {
    margin-right: 0;
  }
}

.c-footerNav__link {
  font-size: 12px;
  color: #fff !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-footerNav__link:hover {
  opacity: 0.5;
}

.c-copyright {
  width: 100%;
  height: 50px;
  background-color: #011975;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-copyright {
    height: 40px;
  }
}

.c-copyright__text {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-family: "Cinzel", serif;
  color: #fff;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-copyright__text {
    letter-spacing: 0.05em;
  }
}

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoominContent {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.ZoominContentDone {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1.0;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #011975;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

/* ==========================================================================//
//
// c-underLayerKv
//
// ========================================================================== */
.c-underLayerKv {
  background-image: url("/products/images/hv/img_hv_01_pc.jpg");
}

/* ==========================================================================//
//
// p-scroll
//
// ========================================================================== */
.p-scroll {
  position: absolute;
  top: 450px;
  bottom: auto;
  left: auto;
  right: 4%;
  color: #fff !important;
}

.p-scroll::before {
  background-color: #CCCCCC !important;
}

.p-scroll::after {
  background-color: #5A5A5A !important;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .p-scroll {
    display: none;
  }
}

/* ==========================================================================//
//
// c-panel
//
// ========================================================================== */
.c-panel {
  margin-top: 120px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-panel {
    margin-top: 50px;
  }
}

/* ==========================================================================//
//
// c-contentRow
//
// ========================================================================== */
.c-contentRow--01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-contentRow--01 .c-contentRow__textBox {
  width: calc(100% - 515px - 60px);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--01 .c-contentRow__textBox {
    width: 100%;
    margin-top: 20px;
  }
}

.c-contentRow--01 .c-contentRow__imgBox {
  width: 515px;
  height: auto;
  margin-top: 10px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--01 .c-contentRow__imgBox {
    width: 100%;
    margin-top: 20px;
  }
}

.c-contentRow--02 {
  margin-top: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-contentRow--02 .c-contentRow__textBox {
  width: calc(100% - 350px - 125px);
  margin-top: 70px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--02 .c-contentRow__textBox {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.c-contentRow--02 .c-contentRow__imgBox {
  width: 350px;
  height: auto;
  margin-top: 80px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--02 .c-contentRow__imgBox {
    width: 100%;
    margin-top: 0;
  }
}

.c-contentRow--03 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-contentRow--03 .c-contentRow__textBox {
  width: calc(100% - 455px - 50px);
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--03 .c-contentRow__textBox {
    width: 100%;
    margin-top: 20px;
  }
}

.c-contentRow--03 .c-contentRow__imgBox {
  width: 455px;
  height: auto;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-contentRow--03 .c-contentRow__imgBox {
    width: 100%;
  }
}

/* ==========================================================================//
//
// c-productsAt__img
//
// ========================================================================== */
.p-hv__list {
  width: 900px;
  max-width: 92%;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .p-hv__list {
    margin: 50px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-hv__list img {
  width: 260px;
  height: auto;
  display: block;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .p-hv__list img {
    width: 100%;
  }
}

.p-hv__list figcaption {
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .p-hv__list figcaption {
    margin-bottom: 30px;
  }
}
