@charset "UTF-8";
/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
h1,
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%;
  font-weight: inherit;
}

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

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

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

td,
th {
  padding: 0;
}

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

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
a:before, a:after {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
@font-face {
  font-family: "Kodzuka";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Kodzuka.otf") format("otf");
}
body {
  min-width: 1000px;
  position: relative;
}

.wrapper {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 1px;
}
.wrapper * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.wrapper a {
  position: relative;
}
.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  transition: opacity 0.4s;
}
.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

:root {
  --h1_font: clamp(22px, 3vw, 32px);
  --m_color: #202931;
  --f_color: #333333;
  --b_color: #cccccc;
  --bg_color: #f1f2f2;
  --sd: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  --border_r: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  --tr: 0.3s ease-out;
  --main_w: min(1300px, calc(100% -(var(--m_ps8) * 2)));
  --main_w2: min(1100px, calc(100% -(var(--m_ps8) * 2)));
  --main_mp: 100px;
  --m_ps3: 30px;
  --m_ps5: 50px;
  --m_ps8: 80px;
}

@font-face {
  font-family: "din";
  src: url(../fonts/din.woff) format("woff");
}
/* Fix movie
----------------------------------------- */
.fix-movie.top {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.fix-movie.top video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
}

/* Loading box
----------------------------------------- */
.loading-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
  background-color: rgb(40, 49, 58);
}
.loading-box * {
  box-sizing: border-box;
}
.loading-box .box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading-box .circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}
.loading-box .circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #727272;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}
.loading-box .circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #727272;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #727272;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}
.loading-box .loading-img img {
  animation: loading-img 2000ms ease;
}
.loading-box .loading-txt {
  margin-top: 10px;
}
.loading-box .loading-txt span {
  display: inline-block;
  margin: 0 -0.05em;
  animation: loading-txt 4000ms linear;
  color: #fff;
  opacity: 0;
}
.loading-box .loading-txt span:nth-child(1) {
  animation-delay: 0.3s;
}
.loading-box .loading-txt span:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-box .loading-txt span:nth-child(3) {
  animation-delay: 0.5s;
}
.loading-box .loading-txt span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading-box .loading-txt span:nth-child(5) {
  animation-delay: 0.7s;
}
.loading-box .loading-txt span:nth-child(6) {
  animation-delay: 0.8s;
}
.loading-box .loading-txt span:nth-child(7) {
  animation-delay: 0.9s;
}
.loading-box .loading-txt span:nth-child(8) {
  animation-delay: 1s;
}
.loading-box .loading-txt span:nth-child(9) {
  animation-delay: 1.1s;
}
.loading-box .loading-txt span:nth-child(10) {
  animation-delay: 1.2s;
}
.loading-box .loading-txt span:nth-child(11) {
  animation-delay: 1.3s;
}
@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-txt {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .cursor,
  .follower {
    display: none !important;
  }
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 9999999;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(114, 114, 114, 0.5);
  z-index: 9999998;
  transition: transform ease 0.1s;
  text-align: center;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(2);
}

@keyframes lightText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
    filter: brightness(150%);
  }
  80% {
    opacity: 0.2;
    filter: brightness(100%);
  }
  85% {
    opacity: 1;
    filter: brightness(150%);
  }
  90% {
    opacity: 0.2;
  }
  95% {
    opacity: 0.8;
    filter: brightness(150%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s;
}
.fadein.show {
  animation: fade-in 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}
.fadein.list1 {
  transition-delay: 0;
}
.fadein.list2 {
  transition-delay: 0.2s;
}
.fadein.list3 {
  transition-delay: 0.4s;
}
.fadein.list4 {
  transition-delay: 0.6s;
}

@keyframes sliding_bg_horizon {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header
----------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .inner {
  max-width: 100%;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 20px;
    position: relative;
  }
}
.header .logo {
  width: 140px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px;
    margin: 0;
  }
}
.header .link .flex {
  display: flex;
  align-items: center;
}
.header .link a {
  display: inline-block;
}
.header .link a.txt-link {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 14px;
  font-size: 12px;
}
.header .link a.txt-link span {
  display: block;
  color: #55524e;
  font-size: 10px;
  margin-top: 6px;
  font-weight: 600;
}
.header .link a.btn-link {
  background-color: #fff;
  color: #202931;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: bottom;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .header .sp-menu {
    width: 26px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .header .sp-menu .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .header .sp-menu .line.line1 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .sp-menu .line.line2 {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .sp-menu .line.line3 {
    top: 20px;
  }
}

/* Sp menu
----------------------------------------- */
.hidden-sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #202931;
  }
}
.hidden-sp-menu .menu-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .sp-hidden-menu {
    width: 26px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .sp-hidden-menu .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .sp-hidden-menu .line.line1 {
    top: 9px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .sp-hidden-menu .line.line2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .menu-header .sp-hidden-menu .line.line3 {
    top: 9px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .list li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .list li:first-child {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .list li a {
    display: block;
    padding: 14px 20px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp-menu .list li span {
    display: inline-block;
    color: #55524e;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 600;
  }
}

/* Footer
----------------------------------------- */
.footer {
  background-color: #202931;
}
.footer .to-form {
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
}
.footer .to-form a {
  background-color: #28313a;
  color: #fff;
  display: inline-block;
  padding: 18px 60px;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: url(../img/to-form-mail-img.png), url(../img/to-form-arrow-img.png);
  background-size: 20px, 20px;
  background-position: 8% 50%, 92% 50%;
}
.footer .to-form.recruit-form {
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .footer .to-form.recruit-form {
    padding: 20px 10px;
  }
}
.footer .to-form.recruit-form p {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .footer .to-form.recruit-form p {
    margin: 0 0 20px;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 8px;
}
.footer button.banner {
  display: flex;
  justify-content: center;
  width: 200px;
  height: auto;
}

@font-face {
  font-family: "din";
  src: url(../fonts/din.woff) format("woff");
}
/* Fix movie
----------------------------------------- */
.fix-movie.top {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

.fix-movie.top video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
}

/* Loading box
----------------------------------------- */
.loading-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
  background-color: rgb(40, 49, 58);
}

.loading-box * {
  box-sizing: border-box;
}

.loading-box .box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.loading-box .circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.loading-box .circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #727272;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.loading-box .circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #727272;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #727272;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}

.loading-box .loading-img img {
  animation: loading-img 2000ms ease;
}

.loading-box .loading-txt {
  margin-top: 10px;
}

.loading-box .loading-txt span {
  display: inline-block;
  margin: 0 -0.05em;
  animation: loading-txt 4000ms linear;
  color: #fff;
  opacity: 0;
}

.loading-box .loading-txt span:nth-child(1) {
  animation-delay: 0.3s;
}

.loading-box .loading-txt span:nth-child(2) {
  animation-delay: 0.4s;
}

.loading-box .loading-txt span:nth-child(3) {
  animation-delay: 0.5s;
}

.loading-box .loading-txt span:nth-child(4) {
  animation-delay: 0.6s;
}

.loading-box .loading-txt span:nth-child(5) {
  animation-delay: 0.7s;
}

.loading-box .loading-txt span:nth-child(6) {
  animation-delay: 0.8s;
}

.loading-box .loading-txt span:nth-child(7) {
  animation-delay: 0.9s;
}

.loading-box .loading-txt span:nth-child(8) {
  animation-delay: 1s;
}

.loading-box .loading-txt span:nth-child(9) {
  animation-delay: 1.1s;
}

.loading-box .loading-txt span:nth-child(10) {
  animation-delay: 1.2s;
}

.loading-box .loading-txt span:nth-child(11) {
  animation-delay: 1.3s;
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-txt {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cursor,
  .follower {
    display: none !important;
  }
}
.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 9999999;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(114, 114, 114, 0.5);
  z-index: 9999998;
  transition: transform ease 0.1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}

.follower.is-active {
  transform: scale(2);
}

@keyframes lightText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
    filter: brightness(150%);
  }
  80% {
    opacity: 0.2;
    filter: brightness(100%);
  }
  85% {
    opacity: 1;
    filter: brightness(150%);
  }
  90% {
    opacity: 0.2;
  }
  95% {
    opacity: 0.8;
    filter: brightness(150%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.show {
  animation: fade-in 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.fadein.list1 {
  transition-delay: 0;
}

.fadein.list2 {
  transition-delay: 0.2s;
}

.fadein.list3 {
  transition-delay: 0.4s;
}

.fadein.list4 {
  transition-delay: 0.6s;
}

@keyframes sliding_bg_horizon {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Top page
----------------------------------------- */
.top-page .fv {
  background-image: url(../img/top-fv-back-img.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
}
.top-page .fv .inner {
  max-width: 600px;
  padding: 130px 40px 80px;
}
@media (max-width: 767px) {
  .top-page .fv .inner {
    padding: 80px 20px 40px;
  }
}
.top-page .fv .txt {
  text-align: center;
  font-weight: 600;
}
.top-page .fv .txt p {
  font-size: 26px;
}
.top-page .fv .txt p ruby {
  -webkit-ruby-position: after;
  ruby-position: under;
}
.top-page .fv .ttl {
  position: relative;
}
.top-page .fv h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 4px 0;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .fv h1 {
    font-size: 34px;
    margin: 8px 0 20px;
  }
}
.top-page .fv .list {
  max-width: 100%;
  width: fit-content;
  margin: 0 auto 40px;
}
.top-page .fv .list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 14px;
  margin-bottom: 8px;
}
.top-page .fv .list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
.top-page .fv .btn {
  text-align: center;
}
.top-page .fv .btn a {
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 70px 20px 50px;
  border-radius: 8px;
  background-image: url(../img/btn-red-icon-img.png);
  background-size: 20px;
  background-position: 94% 50%;
  background-repeat: no-repeat;
}
.top-page .recommend {
  background-color: #202932;
}
.top-page .recommend .inner {
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .top-page .recommend .inner {
    padding: 0 20px 30px;
  }
}
.top-page .recommend .page-ttl {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url(../img/top-recommend-back-img.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .top-page .recommend .page-ttl {
    background-size: cover;
    padding: 40px 10px;
  }
}
.top-page .recommend .page-ttl span.color {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-page .recommend .page-ttl span.color {
    margin-bottom: 10px;
  }
}
.top-page .recommend .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .recommend .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .recommend .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.top-page .recommend .page-ttl h2 span {
  opacity: 0;
}
.top-page .recommend .page-ttl.active span.color {
  animation: lightText 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .recommend .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .recommend .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .recommend .list {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .top-page .recommend .list {
    padding-top: 30px;
  }
}
.top-page .recommend .list li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-page .recommend .list li {
    width: 100%;
  }
}
.top-page .recommend .list span {
  font-family: "din", sans-serif;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e2731;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}
.top-page .recommend .list p {
  flex: 1;
  padding-left: 10px;
}
.top-page .works {
  background-color: #28313a;
}
.top-page .works .inner {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .top-page .works .inner {
    padding: 30px 20px;
  }
}
.top-page .works .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .top-page .works .wrap {
    flex-flow: column;
  }
}
.top-page .works .page-ttl {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-page .works .page-ttl {
    margin-bottom: 10px;
  }
}
.top-page .works .page-ttl h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .works .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .works .page-ttl h2 span {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.top-page .works .page-ttl h2 span:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.top-page .works .page-ttl h2 span > span {
  opacity: 0;
  margin-bottom: 0;
}
.top-page .works .page-ttl h2 span > span:after {
  content: none;
}
.top-page .works .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .works .page-ttl.active h2 span:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .works .page-ttl.active h2 span > span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .works .txt,
.top-page .works .img {
  width: 50%;
}
@media (max-width: 767px) {
  .top-page .works .txt,
  .top-page .works .img {
    width: 100%;
  }
}
.top-page .works .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .top-page .works .txt {
    margin-bottom: 40px;
  }
}
.top-page .works .txt p {
  line-height: 1.75;
}
.top-page .works .img {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .top-page .works .img {
    padding-left: 0;
  }
}
.top-page .customer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-page .customer .inner {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .top-page .customer .inner {
    padding: 30px 20px;
  }
}
.top-page .customer .page-ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-page .customer .page-ttl {
    margin-bottom: 20px;
  }
}
.top-page .customer .page-ttl h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .customer .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .customer .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-page .customer .page-ttl h2 span {
  opacity: 0;
}
.top-page .customer .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .customer .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .customer .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .customer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .top-page .customer .wrap {
    flex-flow: column-reverse;
  }
}
.top-page .customer .txt,
.top-page .customer .table {
  width: 48%;
}
@media (max-width: 767px) {
  .top-page .customer .txt,
  .top-page .customer .table {
    width: 100%;
  }
}
.top-page .customer table {
  width: 100%;
  letter-spacing: 0;
}
.top-page .customer table tr {
  border-bottom: 2px solid #fff;
}
.top-page .customer table tr:last-child {
  border-bottom: none;
}
.top-page .customer table th {
  background-color: #28313a;
  padding: 10px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-right: 2px solid #fff;
}
.top-page .customer table th span {
  display: block;
  font-size: 10px;
}
.top-page .customer table th img {
  display: inline-block;
  height: 20px;
  vertical-align: sub;
  margin-right: 6px;
}
.top-page .customer table th b {
  font-size: 16px;
}
.top-page .customer table th:nth-child(3) {
  background-color: #ff0000;
}
.top-page .customer table th:last-child {
  border-right: none;
}
.top-page .customer table td {
  background-color: #f4f4f4;
  padding: 16px 4px;
  font-weight: 600;
  text-align: center;
  border-right: 2px solid #fff;
}
.top-page .customer table td b {
  font-size: 16px;
  color: #fff;
}
.top-page .customer table td span {
  font-size: 16px;
  color: #ff0000;
}
.top-page .customer table td:nth-child(3) {
  background-color: #ff0000;
}
.top-page .customer table td:last-child {
  border-right: none;
}
.top-page .customer .txt {
  padding-left: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .customer .txt {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.top-page .customer .txt p {
  line-height: 1.75;
  margin-bottom: 20px;
}
.top-page .customer .txt .notice {
  font-size: 12px;
}
.top-page .customer.type01 {
  background-image: url(../img/customer-back1-img.jpg);
}
.top-page .customer.type01 .page-ttl h2 {
  color: #28313a;
}
.top-page .customer.type01 .page-ttl h2:after {
  background: rgba(40, 49, 58, 0.8);
}
.top-page .customer.type01 .txt {
  color: #28313a;
}
.top-page .customer.type01 .table .img {
  margin-bottom: 20px;
}
.top-page .customer.type02 {
  background-image: url(../img/customer-back2-img.jpg);
}
.top-page .customer.type02 .page-ttl h2 {
  color: #fff;
}
.top-page .customer.type02 .page-ttl h2:after {
  background: rgba(114, 114, 114, 0.8);
}
.top-page .customer.type02 .txt {
  color: #fff;
}
.top-page .customer.type02 .table .img {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .top-page .customer.type02 .table .img {
    padding-right: 0;
  }
}
.top-page .reason .inner {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .top-page .reason .inner {
    padding: 30px 20px;
  }
}
.top-page .reason .page-ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-page .reason .page-ttl {
    margin-bottom: 20px;
  }
}
.top-page .reason .page-ttl h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  color: #28313a;
}
@media (max-width: 767px) {
  .top-page .reason .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .reason .page-ttl h2 b {
  color: #ff0000;
  font-size: 30px;
}
@media (max-width: 767px) {
  .top-page .reason .page-ttl h2 b {
    font-size: 26px;
  }
}
.top-page .reason .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(40, 49, 58, 0.8);
}
.top-page .reason .page-ttl h2 span {
  opacity: 0;
}
.top-page .reason .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .reason .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .reason .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .reason .headline {
  text-align: center;
  margin-bottom: 30px;
}
.top-page .reason .headline p {
  margin-bottom: 10px;
  color: #28313a;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-page .reason .headline p {
    font-size: 18px;
  }
}
.top-page .reason .headline p b {
  color: #fff;
  background-color: #28313a;
  display: inline-block;
  padding: 6px 10px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .top-page .reason .headline p b {
    font-size: 18px;
  }
}
.top-page .reason .img {
  text-align: center;
  margin-bottom: 40px;
}
.top-page .reason .txt {
  text-align: center;
  line-height: 1.75;
  color: #28313a;
  font-weight: 600;
}
.top-page .reason .txt p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-page .reason .txt p {
    margin-bottom: 20px;
  }
}
.top-page .reason .txt p b {
  display: inline-block;
  color: #ff0000;
  background: linear-gradient(transparent 60%, #eaff00 60%);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-page .reason .txt p b {
    display: inline;
  }
}
.top-page .reason .table {
  width: 70%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .top-page .reason .table {
    width: 100%;
  }
}
.top-page .reason .table table {
  width: 100%;
  letter-spacing: 0;
}
.top-page .reason .table table tr {
  border-bottom: 2px solid #fff;
}
.top-page .reason .table table tr:last-child {
  border-bottom: none;
}
.top-page .reason .table table th {
  background-color: #28313a;
  padding: 10px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-right: 2px solid #fff;
}
.top-page .reason .table table th span {
  display: block;
  font-size: 10px;
}
.top-page .reason .table table th img {
  display: inline-block;
  height: 20px;
  vertical-align: sub;
  margin-right: 6px;
}
.top-page .reason .table table th b {
  font-size: 16px;
}
.top-page .reason .table table th:nth-child(3) {
  background-color: #ff0000;
}
.top-page .reason .table table th:last-child {
  border-right: none;
}
.top-page .reason .table table td {
  background-color: #f4f4f4;
  padding: 16px 4px;
  font-weight: 600;
  text-align: center;
  border-right: 2px solid #fff;
}
.top-page .reason .table table td b {
  font-size: 16px;
  color: #fff;
}
.top-page .reason .table table td span {
  font-size: 16px;
  color: #ff0000;
}
.top-page .reason .table table td:nth-child(3) {
  background-color: #ff0000;
}
.top-page .reason .table table td:last-child {
  border-right: none;
}
.top-page .reason .notice {
  text-align: center;
  color: #28313a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .reason .notice {
    font-size: 12px;
  }
}
.top-page .background {
  background-image: url(../img/top-background-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.top-page .result .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .top-page .result .inner {
    padding: 30px 20px;
  }
}
.top-page .result .page-ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-page .result .page-ttl {
    margin-bottom: 20px;
  }
}
.top-page .result .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .result .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .result .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.top-page .result .page-ttl h2 span {
  opacity: 0;
}
.top-page .result .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .result .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .result .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .result .wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
}
.top-page .result .wrap:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .top-page .result .wrap {
    flex-flow: column;
  }
}
.top-page .result .img {
  width: 35%;
}
@media (max-width: 767px) {
  .top-page .result .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-page .result .list {
  width: 65%;
}
@media (max-width: 767px) {
  .top-page .result .list {
    width: 100%;
  }
}
.top-page .result .list ul {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .top-page .result .list ul {
    padding-left: 0;
  }
}
.top-page .result .list li {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding-left: 14px;
  color: #fff;
  line-height: 1.75;
}
.top-page .result .list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
.top-page .result .list.break {
  display: flex;
}
.top-page .company .inner {
  padding: 0 40px 100px;
}
@media (max-width: 767px) {
  .top-page .company .inner {
    padding: 0 20px 80px;
  }
}
.top-page .company .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-page .company .wrap {
    flex-flow: column;
  }
}
.top-page .company .page-ttl {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-page .company .page-ttl {
    margin-bottom: 10px;
  }
}
.top-page .company .page-ttl h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .top-page .company .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .company .page-ttl h2 span {
  display: inline-block;
  position: relative;
}
.top-page .company .page-ttl h2 span:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.top-page .company .page-ttl h2 span > span {
  opacity: 0;
  margin-bottom: 0;
}
.top-page .company .page-ttl h2 span > span:after {
  content: none;
}
.top-page .company .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .company .page-ttl.active h2 span:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .company .page-ttl.active h2 span > span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .company .txt,
.top-page .company .img {
  width: 50%;
}
@media (max-width: 767px) {
  .top-page .company .txt,
  .top-page .company .img {
    width: 100%;
  }
}
.top-page .company .txt p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .company .txt p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-page .company .btn {
    margin-top: 30px;
    text-align: center;
  }
}
.top-page .company .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px 16px 30px;
  color: #28313a;
  font-weight: 600;
  background-image: url(../img/to-form-arrow02-img.png);
  background-size: 20px;
  background-position: 92% 50%;
}
.top-page .aboutus .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .top-page .aboutus .inner {
    padding: 30px 20px;
  }
}
.top-page .aboutus .page-ttl {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .aboutus .page-ttl {
    margin-bottom: 20px;
  }
}
.top-page .aboutus .page-ttl span.color {
  display: block;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-page .aboutus .page-ttl span.color {
    margin-bottom: 20px;
  }
}
.top-page .aboutus .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .aboutus .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .aboutus .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .aboutus .page-ttl h2 span {
  opacity: 0;
}
.top-page .aboutus .page-ttl h2 b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
}
.top-page .aboutus .page-ttl.active span.color {
  animation: lightText 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .aboutus .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .aboutus .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .aboutus .txt {
  position: relative;
  padding-right: 40%;
}
@media (max-width: 767px) {
  .top-page .aboutus .txt {
    padding-right: 0;
  }
}
.top-page .aboutus .txt b {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-page .aboutus .txt b {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.top-page .aboutus .txt p {
  color: #b0b0b0;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .aboutus .txt p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.top-page .aboutus .txt p b {
  font-family: "Hiragino Sans", "Meiryo", "MS Pgothic", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.top-page .aboutus .txt .img {
  width: 36%;
  position: absolute;
  top: 30px;
  right: 0%;
  transform: translateY(0%) translateX(0%);
}
@media (max-width: 767px) {
  .top-page .aboutus .txt .img {
    width: 70%;
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-page .aboutus .txt .btn {
    text-align: center;
    margin-top: 30px;
  }
}
.top-page .aboutus .txt .btn a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 14px 100px 14px 18px;
  background-image: url(../img/btn-arrow-type1-img.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.top-page .service .inner {
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .top-page .service .inner {
    padding: 30px 20px;
  }
}
.top-page .service .page-ttl {
  text-align: center;
}
.top-page .service .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .service .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.top-page .service .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .service .page-ttl h2 span {
  opacity: 0;
}
.top-page .service .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .service .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .service .list {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-page .service .list {
    flex-flow: column;
  }
}
.top-page .service .list li {
  width: 48%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-page .service .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-page .service .list li:last-child {
    margin-bottom: 0;
  }
}
.top-page .service .list .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-page .service .list .img {
    height: 120px;
  }
}
.top-page .service .list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-page .service .list h3 {
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .service .list h3 {
    padding: 14px 10px;
    font-size: 16px;
  }
}
.top-page .service .list h3:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 6px;
}
@media (max-width: 767px) {
  .top-page .service .list h3:after {
    width: 20px;
  }
}
.top-page .service .list p {
  padding: 0 30px;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .top-page .service .list p {
    padding: 0 20px;
    margin: 10px 0 20px;
  }
}
.top-page .service .list .btn {
  padding: 0 40px 20px;
}
.top-page .service .list .btn a {
  display: block;
  color: #202931;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #202931;
  padding: 14px 18px;
  background-image: url(../img/btn-arrow-type2-img.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.top-page .advantage .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .top-page .advantage .inner {
    padding: 30px 20px;
  }
}
.top-page .advantage .page-ttl {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .advantage .page-ttl {
    margin-bottom: 20px;
  }
}
.top-page .advantage .page-ttl span.color {
  display: block;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-page .advantage .page-ttl span.color {
    margin-bottom: 20px;
  }
}
.top-page .advantage .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .advantage .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .advantage .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .advantage .page-ttl h2 span {
  opacity: 0;
}
.top-page .advantage .page-ttl.active span.color {
  animation: lightText 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .advantage .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .advantage .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .advantage .txt {
  position: relative;
  padding-right: 55%;
}
@media (max-width: 767px) {
  .top-page .advantage .txt {
    padding-right: 0;
  }
}
.top-page .advantage .txt p {
  color: #fff;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .advantage .txt p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.top-page .advantage .txt p.line span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.top-page .advantage .txt p.line span:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #727272;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) translateX(0%);
}
@media (max-width: 767px) {
  .top-page .advantage .txt p.line span:before {
    width: 12px;
  }
}
.top-page .advantage .txt .img {
  width: 50%;
  position: absolute;
  top: -40px;
  right: 0%;
  transform: translateY(0%) translateX(0%);
}
@media (max-width: 767px) {
  .top-page .advantage .txt .img {
    width: 80%;
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-page .advantage .txt .btn {
    text-align: center;
    margin-top: 30px;
  }
}
.top-page .advantage .txt .btn a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 14px 100px 14px 18px;
  background-image: url(../img/btn-arrow-type1-img.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.top-page .case .inner {
  padding: 140px 40px 100px;
}
@media (max-width: 767px) {
  .top-page .case .inner {
    padding: 80px 20px 40px;
  }
}
.top-page .case .page-ttl {
  text-align: center;
}
.top-page .case .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .case .page-ttl h2 {
    font-size: 22px;
  }
}
.top-page .case .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .case .page-ttl h2 span {
  opacity: 0;
}
.top-page .case .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .case .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .case .list {
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-page .case .list {
    flex-flow: column;
  }
}
.top-page .case .list li {
  width: 31.333333%;
  margin: 1%;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .top-page .case .list li {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    padding: 10px;
  }
}
.top-page .case .list .img {
  height: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-page .case .list .img {
    width: 50%;
    height: 150px;
  }
}
.top-page .case .list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-page .case .list p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .top-page .case .list p {
    width: 50%;
    margin: 0;
    padding-left: 10px;
    font-size: 10px;
  }
}
.top-page .case .btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-page .case .btn {
    margin-top: 20px;
  }
}
.top-page .case .btn a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 14px 100px 14px 18px;
  background-image: url(../img/btn-arrow-type1-img.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.top-page .voice .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .top-page .voice .inner {
    padding: 30px 20px;
  }
}
.top-page .voice .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .voice .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.top-page .voice .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .voice .page-ttl h2 span {
  opacity: 0;
}
.top-page .voice .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .voice .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .voice .list {
  overflow: hidden;
}
.top-page .voice .list li {
  margin: 20px 0;
  background-color: #fff;
  padding: 20px;
}
.top-page .voice .list .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-page .voice .list .ttl {
    margin-bottom: 10px;
  }
}
.top-page .voice .list .ttl .img {
  width: 20%;
  text-align: center;
}
.top-page .voice .list .ttl .img img {
  width: 120px;
}
.top-page .voice .list .ttl .txt {
  width: 80%;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .voice .list .ttl .txt {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.top-page .voice .list .ttl .txt:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 6px;
}
@media (max-width: 767px) {
  .top-page .voice .list .ttl .txt:after {
    width: 18px;
    left: 20px;
  }
}
.top-page .voice .list .ttl .txt span {
  display: block;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-page .voice .list .ttl .txt span {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.top-page .voice .list .ttl .txt h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .voice .list .ttl .txt h3 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.top-page .voice .list p {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.top-page .voice .list p span {
  color: #ec4917;
  font-weight: 600;
}
.top-page .news .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .top-page .news .inner {
    padding: 30px 20px;
  }
}
.top-page .news .page-ttl {
  text-align: center;
}
.top-page .news .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .news .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.top-page .news .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .news .page-ttl h2 span {
  opacity: 0;
}
.top-page .news .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .news .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .news .box {
  background-color: #fff;
  padding: 20px;
  height: 400px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .top-page .news .box {
    height: 450px;
  }
}
.top-page .news .box .list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.top-page .news .box .list li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #2fb8e6;
}
.top-page .news .box .list .date {
  margin-bottom: 14px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-page .news .box .list .date {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
.top-page .news .box .list .date span {
  display: inline-block;
  color: #727272;
  margin: 0 0 0 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .news .box .list .date span {
    margin: 0 0 0 6px;
  }
}
.top-page .news .box .list p {
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-page .news .box .list p {
    margin-bottom: 20px;
  }
}
.top-page .news .box .list p:last-child {
  margin-bottom: 0;
}
.top-page .map .inner {
  padding: 100px 40px 140px;
}
@media (max-width: 767px) {
  .top-page .map .inner {
    padding: 40px 20px 60px;
  }
}
.top-page .map .page-ttl {
  text-align: center;
}
.top-page .map .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .map .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.top-page .map .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(114, 114, 114, 0.8);
}
.top-page .map .page-ttl h2 span {
  opacity: 0;
}
.top-page .map .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.top-page .map .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.top-page .map .map-area iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .top-page .map .map-area iframe {
    height: 200px;
  }
}

/* Company page
----------------------------------------- */
.company-page .fv {
  background-image: url(../img/company-fv-img.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.company-page .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 49, 58, 0.2);
}
.company-page .fv .inner {
  padding: 140px 40px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-page .fv .inner {
    padding: 130px 10px 100px;
  }
}
.company-page .fv .ttl {
  position: relative;
}
.company-page .fv h1 {
  display: inline-block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
}
.company-page .fv h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media screen and (max-width: 767px) {
  .company-page .fv h1 {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.company-page .fv h1 .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
}
.company-page .fv .sub-ttl {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.company-page .fv .sub-ttl .txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.company-page .fv .sub-ttl .txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
.company-page .fv .sub-ttl .txt .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
}
.company-page .fv .bread-nav {
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .company-page .fv .bread-nav {
    left: 10px;
  }
}
.company-page .fv .bread-nav a,
.company-page .fv .bread-nav span {
  display: inline-block;
  color: #fff;
}
.company-page .message {
  background-color: #28313a;
}
.company-page .message .inner {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .company-page .message .inner {
    padding: 40px 10px;
  }
}
.company-page .message .page-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-page .message .page-ttl {
    margin-bottom: 40px;
  }
}
.company-page .message .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-page .message .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.company-page .message .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.company-page .message .page-ttl h2 span {
  opacity: 0;
}
.company-page .message .page-ttl span.color {
  display: block;
  color: #727272;
  font-weight: 600;
  font-size: 12px;
}
.company-page .message .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.company-page .message .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.company-page .message .page-ttl.active span.color {
  animation: lightText 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.company-page .message p {
  text-align: center;
  color: #ffffff;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company-page .message p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 2;
  }
}
.company-page .company {
  background-color: #1e2731;
}
.company-page .company .inner {
  max-width: 800px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .company-page .company .inner {
    padding: 40px 10px;
  }
}
.company-page .company .page-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-page .company .page-ttl {
    margin-bottom: 40px;
  }
}
.company-page .company .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-page .company .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.company-page .company .page-ttl h2:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.company-page .company .page-ttl h2 span {
  opacity: 0;
}
.company-page .company .page-ttl span.color {
  display: block;
  color: #727272;
  font-weight: 600;
  font-size: 12px;
}
.company-page .company .page-ttl.active h2:after {
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.company-page .company .page-ttl.active h2 span {
  animation: passing-txt ease 0.85s forwards;
}
.company-page .company .page-ttl.active span.color {
  animation: lightText 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.company-page .company .table {
  width: 100%;
  color: #fff;
}
.company-page .company .table tr {
  background-color: #303940;
}
.company-page .company .table tr:nth-child(even) {
  background-color: #1e2731;
}
.company-page .company .table th {
  width: 40%;
  text-align: left;
  padding: 10px 20px;
  vertical-align: top;
}
.company-page .company .table td {
  padding: 10px;
  line-height: 1.75;
}
.company-page .company .map iframe {
  margin-top: 40px;
  width: 100%;
  height: 350px;
}

/* Contact page
----------------------------------------- */
.contact-page .fv {
  background-image: url(../img/company-fv-img.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact-page .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 49, 58, 0.2);
}
.contact-page .fv .inner {
  padding: 140px 40px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-page .fv .inner {
    padding: 130px 10px 100px;
  }
}
.contact-page .fv .ttl {
  position: relative;
}
.contact-page .fv h1 {
  display: inline-block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
}
.contact-page .fv h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media screen and (max-width: 767px) {
  .contact-page .fv h1 {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.contact-page .fv h1 .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
}
.contact-page .fv .sub-ttl {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.contact-page .fv .sub-ttl .txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.contact-page .fv .sub-ttl .txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
.contact-page .fv .sub-ttl .txt .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
}
.contact-page .fv .bread-nav {
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contact-page .fv .bread-nav {
    left: 10px;
  }
}
.contact-page .fv .bread-nav a,
.contact-page .fv .bread-nav span {
  display: inline-block;
  color: #fff;
}
.contact-page .notice-box {
  background-color: #28313a;
}
.contact-page .notice-box .inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact-page .notice-box .inner {
    padding: 40px 10px;
  }
}
.contact-page .notice-box p {
  text-align: center;
  color: #fff;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-page .form-area {
  background-color: #1e2731;
  /*お問い合わせフォーム内*/
  /*submitボタンのリセットCSS*/
}
.contact-page .form-area .inner {
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .inner {
    padding: 40px 10px;
  }
}
.contact-page .form-area .box {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .box {
    margin-bottom: 20px;
    flex-flow: column;
  }
}
.contact-page .form-area p {
  color: #fff;
}
.contact-page .form-area .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .flex {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
}
.contact-page .form-area .flex p {
  color: #1e2731;
}
.contact-page .form-area .wpcf7-acceptance .wpcf7-list-item-label {
  color: #fff;
}
.contact-page .form-area .wpcf7 a {
  text-decoration: underline;
}
.contact-page .form-area .wpcf7-list-item-label {
  margin-left: 5px;
}
.contact-page .form-area .wpcf7-form a {
  color: #fff;
  text-decoration: underline;
}
.contact-page .form-area .wpcf7-form_form {
  background: #fff;
  box-shadow: var(--sd);
  border-radius: 10px;
  overflow: hidden;
  padding: var(--main_mp);
  margin-bottom: var(--main_mp);
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .wpcf7-form_form {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
}
.contact-page .form-area .wpcf7-form_form > div:not(:last-child) {
  margin-bottom: min(var(--m_ps3) * 2, 5vw);
}
.contact-page .form-area fieldset.wpcf7-form_form_inner {
  display: flex;
  margin-bottom: calc(var(--m_ps3) * 2);
}
.contact-page .form-area .wpcf7_left {
  display: flex;
  width: 220px;
  list-style: none;
  font-weight: bold;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .wpcf7_left {
    max-width: 100%;
    border: none;
    padding: 0;
    line-height: 1;
    align-items: center;
    margin-bottom: 15px;
  }
}
.contact-page .form-area div[data-class=wpcf7cf_group] > div:not(:last-child) {
  margin-bottom: calc(var(--m_ps3) * 2);
}
.contact-page .form-area .wpcf7-form .required::before {
  content: "必須";
  width: auto;
  background: #e74c3c;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #a00000;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 8px;
}
.contact-page .form-area .wpcf7-form .required2::before {
  content: "任意";
  width: auto;
  background: #999;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 8px;
}
.contact-page .form-area .wpcf7_right {
  flex: 1;
  border-left: none;
  max-width: 600px;
  border-left: 1px solid var(--f_color);
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .wpcf7_right {
    padding: 0;
    border: none;
  }
}
.contact-page .form-area .wpcf7_right_cld {
  margin-bottom: 10px;
}
.contact-page .form-area .wpcf7_right_cld label {
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
}
.contact-page .form-area .wpcf7_right_cld label div:nth-child(1) {
  width: 90px;
}
.contact-page .form-area .wpcf7_right_cld label div:nth-child(2) {
  flex: 1;
}
.contact-page .form-area .wpcf7_checkbox_title {
  max-width: 200px;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f3f3f3;
}
.contact-page .form-area .wpcf7-form_form > div > label > span.flex,
.contact-page .form-area .wpcf7-form_form > div > span.flex {
  align-items: baseline;
}
.contact-page .form-area span.wpcf7-checkbox {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-bottom: 20px;
}
.contact-page .form-area span.wpcf7-list-item {
  display: block !important;
  margin: 0;
}
.contact-page .form-area .wpcf7-list-item_first_input input {
  width: auto !important;
}
.contact-page .form-area span.wpcf7-list-item input {
  width: auto !important;
}
.contact-page .form-area .wpcf7-validation-errors,
.contact-page .form-area .wpcf7-acceptance-missing {
  border: 2px solid #e94e43 !important;
  font-size: 14px;
  color: #e94e43;
  margin: 30px 0;
}
.contact-page .form-area .wpcf7 form.invalid .wpcf7-response-output,
.contact-page .form-area .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-page .form-area .wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid #e94e43 !important;
  font-size: 14px;
  color: #e94e43;
  display: none;
}
.contact-page .form-area .wpcf7c_submit .wpcf7-spinner {
  display: none;
}
.contact-page .form-area .form-btn {
  text-align: center;
}
.contact-page .form-area .form-btn input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  color: #202931;
  display: inline-block;
  padding: 18px 80px;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 4px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .contact-page .form-area .form-btn input[type=submit] {
    padding: 16px 60px;
  }
}
.contact-page .form-area .wpcf7 form .wpcf7-response-output {
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .contact-page .form-area span.wpcf7-list-item input {
    margin: 0 5px 0 0;
  }
}
.contact-page .form-area .form_privacy span.wpcf7-list-item input {
  margin: 0 5px 4px 0;
}
.contact-page .form-area .wpcf7_container #info2 {
  margin: 10px 0 0;
}
.contact-page .form-area .wpcf7-form-control-wrap input,
.contact-page .form-area .wpcf7-form-control-wrap textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: none;
  padding: 8px;
  width: 100%;
  font-size: 100%;
  background: #f3f3f3;
  outline: none;
}
.contact-page .form-area .wpcf7_right.min input {
  width: 200px;
  margin-right: 10px;
}
.contact-page .form-area .wpcf7-checkbox input,
.contact-page .form-area .wpcf7-checkbox label span {
  cursor: pointer;
}
.contact-page .form-area .form_privacy {
  margin-top: var(--m_ps5);
  margin-bottom: var(--m_ps5);
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact-page .form-area .wpcf7c-elm-step2 {
  text-align: center;
}
.contact-page .form-area .wpcf7_container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-page .form-area .single_tour_sidebar_caution_btn input[type=checkbox],
.contact-page .form-area .form_privacy input[type=checkbox],
.contact-page .form-area .wpcf7-form_form input[type=radio],
.contact-page .form-area .wpcf7-form_form input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1.43rem !important;
  height: 1.43rem;
  margin-right: 0.72rem;
  padding: 0;
  border: 2px solid #e7e7e7;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.contact-page .form-area .wpcf7-form_form input[type=radio] {
  border-radius: 50%;
  background-color: #fff;
}
.contact-page .form-area .single_tour_sidebar_caution_btn input[type=checkbox]::after,
.contact-page .form-area .form_privacy input[type=checkbox]::after,
.contact-page .form-area .wpcf7-form_form input[type=radio]::after,
.contact-page .form-area .wpcf7-form_form input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
.contact-page .form-area .single_tour_sidebar_caution_btn input[type=checkbox]::after,
.contact-page .form-area .form_privacy input[type=checkbox]::after,
.contact-page .form-area .wpcf7-form_form input[type=checkbox]::after,
.contact-page .form-area .wpcf7-form_form input[type=radio]::after {
  width: 13px;
  height: 7px;
  border-left: 4px solid var(--m_color);
  border-bottom: 4px solid var(--m_color);
  transform: rotate(-45deg);
  top: -1px;
  left: 3px;
  transition: var(--tr);
}
.contact-page .form-area .single_tour_sidebar_caution_btn input[type=checkbox]:checked::after,
.contact-page .form-area .form_privacy input[type=checkbox]:checked::after,
.contact-page .form-area .wpcf7-form_form input[type=radio]:checked::after,
.contact-page .form-area .wpcf7-form_form input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact-page .form-area input::placeholder {
  color: #ddd;
}
.contact-page .form-area input::-moz-input-placeholder {
  color: #ddd;
}
.contact-page .form-area input::-ms-input-placeholder {
  color: #ddd;
}
.contact-page .form-area textarea::placeholder {
  color: #ddd;
}
.contact-page .form-area textarea::-ms-placeholder {
  color: #ddd;
}
.contact-page .form-area textarea::-moz-placeholder {
  color: #ddd;
}
.contact-page .form-area input[type=submit],
.contact-page .form-area input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: var(--tr);
}
.contact-page .form-area input[type=submit]::-webkit-search-decoration,
.contact-page .form-area input[type=button]::-webkit-search-decoration {
  display: none;
}
.contact-page .form-area input[type=submit]::focus,
.contact-page .form-area input[type=button]::focus {
  outline-offset: -2px;
}
.contact-page .form-area .wpcf7-form div.wpcf7-validation-errors,
.contact-page .form-area div.wpcf7-acceptance-missing {
  border: 2px solid #e94e43;
  font-size: 14px;
  color: #e94e43;
  margin: 30px 0;
}
.contact-page .form-area .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #e94e43;
}
.contact-page .form-area .form-btn input[type=submit]:hover {
  opacity: 0.7;
}

/* Contact page
----------------------------------------- */
.contact-page.confirm-page .form-area .right .input-area.checkbox {
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.textarea {
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.textarea p {
  display: none;
}
.contact-page.confirm-page .form-area .right .input-area.text {
  color: #fff;
}
.contact-page.confirm-page .form-area .right .input-area.text.half {
  padding-left: 0;
  color: #fff;
}
.contact-page.confirm-page .form-area .right .input-area.text.half span {
  display: none;
}
.contact-page.confirm-page .form-area .right .input-area.email {
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.tel {
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.radio {
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.address {
  display: block;
  color: #fff;
  margin: 10px 0;
}
.contact-page.confirm-page .form-area .right .input-area.address .txt {
  display: none;
}
.contact-page.confirm-page .form-area .right .input-area.address .attention {
  display: none;
}
.contact-page.confirm-page .form-area .right .input-area.address.type1 input {
  width: 40%;
  padding: 14px;
  border-radius: 6px;
  border: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .contact-page.confirm-page .form-area .right .input-area.address.type1 input {
    padding: 10px;
    font-size: 12px;
  }
}
.contact-page.confirm-page .form-area .right .input-area.address.type1 input::placeholder {
  color: #d4d4d4;
}
.contact-page.confirm-page .form-area .right .input-area.address.type1 .select {
  width: 100%;
  position: relative;
}
.contact-page.confirm-page .form-area .right .input-area.address.type1 .select:before {
  content: none;
}
.contact-page.confirm-page .form-area .attention-box {
  display: none;
}
.contact-page.confirm-page .form-area .form-btn {
  text-align: center;
}
.contact-page.confirm-page .form-area .form-btn input[type=submit].return-btn {
  padding: 18px 60px;
  margin-right: 40px;
  background-color: #202931;
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact-page.confirm-page .form-area .form-btn input[type=submit].return-btn {
    padding: 16px 40px;
    margin-right: 10px;
  }
}

/* Thanks page
----------------------------------------- */
.thanks-page .fv {
  background-image: url(../img/company-fv-img.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.thanks-page .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 49, 58, 0.2);
}
.thanks-page .fv .inner {
  padding: 140px 40px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv .inner {
    padding: 130px 10px 100px;
  }
}
.thanks-page .fv .ttl {
  position: relative;
}
.thanks-page .fv h1 {
  display: inline-block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
}
.thanks-page .fv h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv h1 {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.thanks-page .fv h1 .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
}
.thanks-page .fv .sub-ttl {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.thanks-page .fv .sub-ttl .txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thanks-page .fv .sub-ttl .txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
.thanks-page .fv .sub-ttl .txt .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
}
.thanks-page .fv .bread-nav {
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv .bread-nav {
    left: 10px;
  }
}
.thanks-page .fv .bread-nav a,
.thanks-page .fv .bread-nav span {
  display: inline-block;
  color: #fff;
}
.thanks-page .notice-box {
  background-color: #28313a;
}
.thanks-page .notice-box .inner {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .thanks-page .notice-box .inner {
    padding: 40px 10px;
  }
}
.thanks-page .notice-box .page-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .thanks-page .notice-box .page-ttl {
    margin-bottom: 40px;
  }
}
.thanks-page .notice-box .page-ttl h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks-page .notice-box .page-ttl h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.thanks-page .notice-box .page-ttl span.color {
  display: block;
  color: #727272;
  font-weight: 600;
  font-size: 12px;
}
.thanks-page .notice-box p {
  text-align: center;
  color: #ffffff;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .thanks-page .notice-box p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 2;
  }
}
.thanks-page .notice-box .link {
  margin-top: 40px;
  text-align: center;
}
.thanks-page .notice-box .link a {
  color: #fff;
  line-height: 1.75;
  letter-spacing: 1px;
}

/* Temp page
----------------------------------------- */
.temp-page .fv {
  background-image: url(../img/company-fv-img.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.temp-page .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 41, 50, 0.2);
}
.temp-page .fv .inner {
  padding: 140px 40px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .temp-page .fv .inner {
    padding: 130px 10px 100px;
  }
}
.temp-page .fv .ttl {
  position: relative;
}
.temp-page .fv h1 {
  display: inline-block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
}
.temp-page .fv h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media screen and (max-width: 767px) {
  .temp-page .fv h1 {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.temp-page .fv h1 .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
}
.temp-page .fv .sub-ttl {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.temp-page .fv .sub-ttl .txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.temp-page .fv .sub-ttl .txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
.temp-page .fv .sub-ttl .txt .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
}
.temp-page .fv .bread-nav {
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .temp-page .fv .bread-nav {
    left: 10px;
  }
}
.temp-page .fv .bread-nav a,
.temp-page .fv .bread-nav span {
  display: inline-block;
  color: #fff;
}
.temp-page .page-box .inner {
  max-width: 800px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .temp-page .page-box .inner {
    padding: 40px 10px;
  }
}
.temp-page .page-box h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .temp-page .page-box h2 {
    font-size: 22px;
  }
}
.temp-page .page-box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .temp-page .page-box h3 {
    font-size: 18px;
  }
}
.temp-page .page-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .temp-page .page-box h4 {
    font-size: 16px;
  }
}
.temp-page .page-box ul {
  margin-bottom: 20px;
}
.temp-page .page-box ul li {
  position: relative;
  font-weight: 600;
  padding-left: 14px;
  margin-bottom: 8px;
}
.temp-page .page-box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #202932;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
.temp-page .page-box p {
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .temp-page .page-box p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 2;
  }
}
.temp-page .page-box table {
  width: 100%;
  margin-bottom: 20px;
}
.temp-page .page-box table tr td:first-child {
  background-color: #303940;
  color: #fff;
  width: 40%;
  border: 1px solid #fff;
}
.temp-page .page-box table td {
  padding: 10px;
  line-height: 1.75;
  border: 1px solid #303940;
}

/* Error page
----------------------------------------- */
.error-page .fv {
  height: calc(100vh - 29px);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/top-fv-back-img.jpg);
  background-size: cover;
  background-position: top center;
}
.error-page .fv .inner {
  height: 100%;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .error-page .fv .inner {
    padding: 0 10px;
  }
}
.error-page .fv .txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .error-page .fv .txt {
    width: 100%;
  }
}
.error-page .fv .img img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .error-page .fv .img img {
    width: 110px;
  }
}
.error-page .fv .ttl {
  position: relative;
  text-align: center;
}
.error-page .fv h1 {
  display: inline-block;
  margin: 40px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
}
.error-page .fv h1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 41, 49, 0.9);
  animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.error-page .fv h1 .cover {
  opacity: 0;
  animation: passing-txt 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s forwards;
}
@media screen and (max-width: 767px) {
  .error-page .fv h1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.error-page .fv p {
  color: #fff;
  line-height: 1.75;
  letter-spacing: 1px;
}
.error-page .fv .link {
  margin-top: 40px;
  text-align: center;
}
.error-page .fv .link a {
  color: #fff;
  line-height: 1.75;
  letter-spacing: 1px;
}