@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@900&family=Poppins:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ====================
 Custom selectors
==================== */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

html.js body {
  opacity: 0;
}

body {
  position: relative;
  background-color: #fff;
  color: #151515;
  font-family: -apple-system, BlinkMacSystemFont, "Poppins", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a {
  color: #0052bf;
  background-color: transparent;
}

a:hover {
  color: #47B5FF;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
  border-style: none;
  line-height: 1;
}

.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

/* paroller.js */
[data-paroller-factor] {
  position: relative;
  z-index: 0;
}

/* Page Loading Effects */
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1000000;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
}

.pageload-overlay svg path {
  fill: #fff;
}

/* ====================
 Bootstrap Selectors
==================== */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
/*	Navigation
----------------------------------------------------- */
.navbar {
  background-color: #0052bf;
}

.navbar-expand-lg {
  padding: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-left {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-logo {
  background-color: #fff;
}

.navbar-toggler {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  left: auto;
  border-radius: 0;
  background: #484646;
  color: #fff;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
}
.navbar-toggler i.fa-bars {
  position: absolute;
  font-size: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-left {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .navbar-logo {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 60px;
    padding: 10px;
  }
  .navbar-logo img {
    width: auto;
    max-height: 40px;
  }
  .navbar-instagram {
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    height: 60px;
    padding: 10px;
  }
  .navbar-instagram img {
    width: 40px;
    height: 40px;
  }
  .navbar-collapse {
    -ms-flex: 0 1 50vw;
    flex: 0 1 50vw;
    position: fixed;
    top: 60px;
    left: auto;
    right: 0;
    width: 50vw;
    background-color: #484646;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 2000;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .navbar-logo {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 300px;
    height: 120px;
    padding: 15px;
  }
  .navbar-logo img {
    width: auto;
    height: 90px;
  }
  .navbar-logo img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .navbar-instagram {
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    max-width: 100px;
    height: 60px;
  }
  .navbar-instagram img {
    width: 60px;
    height: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-instagram img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-collapse {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav .nav-item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding: 0;
  text-align: center;
}
.navbar-nav .nav-link {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-nav .nav-item:not(:first-of-type) {
    border-top: 1px solid #686666;
  }
  .navbar-nav .nav-link {
    display: inline-block;
    margin: 0 15px;
    padding: 1em 0;
    color: #fff;
  }
  .navbar-nav .nav-link:visited, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-nav li.nav-item {
    margin-left: 4rem;
  }
  .navbar-nav a.nav-link {
    display: block;
    position: relative;
    padding: 2.4rem 1rem 1.5rem;
    border: 0 none;
    color: #fff;
    font-weight: bold;
  }
  .navbar-nav a.nav-link:visited, .navbar-nav a.nav-link:hover, .navbar-nav a.nav-link:focus, .navbar-nav a.nav-link:active {
    color: #fff;
    text-decoration: none;
  }
  .navbar-nav li.nav-contact {
    width: 120px;
    height: 120px;
    background-color: #484646;
  }
  .navbar-nav li.nav-contact .nav-link:before {
    display: block;
    content: "";
    margin: 8px auto;
    width: 29px;
    height: 20px;
    background: url("../images/icon-contact.svg") center/100% auto no-repeat;
  }
  .navbar-nav li.nav-contact .nav-link span {
    font-size: 0.786em;
  }
  /* ホバーアクション */
  /* Underline From Left */
  .hvr-underline-from-left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before,
  .hvr-underline-from-left:focus:before,
  .hvr-underline-from-left:active:before {
    right: 0;
  }
  /* Sweep To Right */
  .hvr-sweep-to-right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666666;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: #fff;
  }
  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*	Common
----------------------------------------------------- */
/*	Css Animation
----------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/*	Main Visual
----------------------------------------------------- */
@keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
/*
@keyframes mvText-fadeIn-sp {
	0% {
		opacity: 0;
		transform: translateX(10rem);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes mvText-fadeIn-pc {
	0% {
		opacity: 0;
		transform: translateX(4rem);
	}
	100% {
		opacity: 1;
		transform: translateX(-5rem);
	}
}
*/
.main,
.contents {
  position: relative;
}

.mainvisual {
  position: relative;
  background-color: #0052bf;
  display: -ms-flexbox;
  display: flex;
}

.mv-wrapper {
  overflow: hidden;
}

.mv-container {
  background-color: #fff;
  transform: scale(0);
  transform-origin: 0% 100%;
  animation: scale-up-bl 0.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.mv-container img {
  width: auto;
  height: 100%;
}

@media (max-width: 991px) {
  .mv-text-sp {
    margin: 0;
    padding: 1.5rem 2rem;
    background: #0052bf;
    color: #fff;
  }
  .mv-text-sp dl {
    margin: 0;
    opacity: 0;
    animation: phText-fadeIn-sp 0.5s 1.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  }
  .mv-text-sp dt {
    font: 900 normal 4.8rem/1 "Playfair Display SC", serif;
    letter-spacing: 1px;
  }
  .mv-text-sp dd {
    margin: 1rem 0 1rem;
    font-size: 0.857em;
    font-weight: bold;
  }
  .mainvisual {
    margin-bottom: 8rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mv-container {
    overflow: hidden;
  }
  .mv-container .mv-image {
    margin-top: -4rem;
    max-height: 48vh;
  }
  .mv-container .mv-image img {
    width: 130%;
    height: auto;
    margin-left: -5rem;
  }
  .mv-body {
    padding: 3rem 0 0 3rem;
  }
}
@media (min-width: 992px) {
  .mainvisual {
    margin-bottom: 12rem;
  }
  .mv-wrapper {
    position: relative;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .mv-container {
    height: calc(100vh - 12rem);
    max-height: 140rem;
  }
  .mv-body {
    position: relative;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .mv-text {
    margin: 0;
    padding: 20rem 0 0;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: phText-fadeIn-pc 0.5s 1.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  }
  .mv-text dt {
    font: 900 normal 8.8rem/1 "Playfair Display SC", serif;
    letter-spacing: 1px;
  }
  .mv-text dd {
    margin: 2rem 0 1rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
}
/*	Information
----------------------------------------------------- */
@keyframes infoFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#info-block {
  width: 100%;
  overflow: hidden;
}

.infoFadeIn {
  opacity: 0;
  background: #fff;
  animation-name: infoFadeIn;
  animation-duration: 0.6s;
  animation-delay: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.info-block-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.info-block-head .title {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.info-block-head #news-prev,
.info-block-head #news-next {
  position: relative;
  display: block;
  background: #c0c0c0;
  color: #fff;
}
.info-block-head #news-prev i.fas,
.info-block-head #news-next i.fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info-block-head #news-prev {
  margin-right: 1px;
}

.news-ticker dl {
  margin: 0;
  padding: 0;
}
.news-ticker dl dt {
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 1px;
  color: #a8a6a6;
}
.news-ticker dl dd {
  margin: 0;
}

@media (max-width: 991px) {
  #info-block {
    background: #fff;
  }
  .infoFadeIn {
    padding-bottom: 2rem;
  }
  .info-block-head {
    height: 4.4rem;
  }
  .info-block-head .title {
    width: calc(100% - 4.4rem - 4.4rem - 1px);
  }
  .info-block-head .title > p {
    margin: 0;
    padding: 0 0.6rem 0 2rem;
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-size: 1.143em;
    line-height: 1.1;
    letter-spacing: 2px;
  }
  #news-prev,
  #news-next {
    -ms-flex: 0 1 4.4rem;
    flex: 0 1 4.4rem;
    height: 4.4rem;
  }
  .news-ticker dl {
    padding: 1.5rem;
  }
  .news-ticker dl dt {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  #info-block {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .infoFadeIn {
    padding-bottom: 4rem;
  }
  .info-block-head {
    height: 8rem;
  }
  .info-block-head .title {
    width: calc(100% - 8rem - 8rem - 1px);
  }
  .info-block-head .title > p {
    margin: 0;
    padding: 0 1rem 0 4rem;
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-size: 1.429em;
    line-height: 1.1;
    letter-spacing: 2px;
  }
  #news-prev,
  #news-next {
    -ms-flex: 0 1 8rem;
    flex: 0 1 8rem;
    height: 8rem;
  }
  .news-ticker dl {
    padding: 4rem;
  }
  .news-ticker dl dt {
    margin-bottom: 1em;
  }
}
/*	Section-Company
----------------------------------------------------- */
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-company {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.about-detail {
  border-top: 1px solid #e6e6e6;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about-detail table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.about-detail table th {
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  color: #aaaaaa;
  text-align: left;
}
.about-detail table td {
  width: 66%;
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .section-company {
    margin-bottom: 8rem;
  }
  .aboutus {
    margin-bottom: 3rem;
  }
  .about-map iframe {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .section-company {
    margin-bottom: 12rem;
  }
  .aboutus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9rem;
  }
  .aboutus .section-header {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .about-detail {
    -ms-flex: 0 1 67%;
    flex: 0 1 67%;
  }
  .about-detail table td {
    padding: 2em 0;
    font-size: 1.143em;
  }
  .about-map iframe {
    width: 100%;
    height: 600px;
  }
}
/*	Section-Next
----------------------------------------------------- */
.section-next {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #0052bf;
}
.section-next::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-next > a {
  position: relative;
  z-index: 1000;
  display: block;
  outline: none;
  text-decoration: none;
}
.section-next .next-inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
.section-next .next-text {
  position: relative;
  z-index: 3;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}
.section-next .next-text .direction {
  font-size: 1.143em;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1.1;
  letter-spacing: 2px;
}
.section-next .next-text h1 {
  margin: 0;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1;
  color: #e8d4b1;
}

@media (max-width: 991px) {
  .section-next > a,
  .section-next .next-inner {
    height: 25rem;
  }
  .next-text .direction {
    margin: 0 0 2rem;
  }
  .next-text h1 {
    font-size: 2.571em;
  }
  .next-text .subtitle {
    margin: 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .section-next::before {
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .section-next:hover::before {
    cursor: pointer;
    background-color: #003c8c;
    transform: scale(1.1);
  }
  .section-next > a,
  .section-next .next-inner {
    height: 55rem;
  }
  .next-text .direction {
    margin: 0 0 3rem;
  }
  .next-text h1 {
    font-size: 4.286em;
  }
  .next-text .subtitle {
    margin: 2rem 0 0;
  }
}
/* Home */
@media (max-width: 991px) {
  .next-service::before {
    background: #0052bf url("../images/service_head_sp.jpg") no-repeat center/cover;
    background-blend-mode: multiply;
  }
  body.home .next-service {
    margin-bottom: 6rem;
  }
  .next-contact::before {
    background: #0052bf url("../images/contact_head_sp.jpg") no-repeat center/cover;
    background-blend-mode: multiply;
  }
}
@media (min-width: 992px) {
  .next-service::before {
    background: #0052bf url("../images/service_head_pc.jpg") no-repeat center/cover;
    background-blend-mode: multiply;
  }
  body.home .next-service {
    margin-bottom: 10rem;
  }
  .next-contact::before {
    background: #0052bf url("../images/contact_head_pc.jpg") no-repeat center/cover;
    background-blend-mode: multiply;
  }
}
/*	Breadcrumb
----------------------------------------------------- */
.breadcrumb ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ol a:link,
.breadcrumb ol a:visited,
.breadcrumb ol a:hover,
.breadcrumb ol a:focus {
  color: #686666;
  text-decoration: none;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.786em;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  color: #151515;
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #9b9999;
}

@media (max-width: 991px) {
  .breadcrumb.container {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .breadcrumb.container {
    padding: 3rem 0;
  }
}
/*	Footer
----------------------------------------------------- */
footer {
  background: #4a4848;
  color: #fff;
}
footer .container a, footer .container:active, footer .container:focus {
  color: #fff !important;
  text-decoration: none !important;
}
footer .container a:hover {
  color: #ccc !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  footer .container {
    padding: 1rem 0;
    text-align: center;
  }
  footer .container p {
    margin: 0;
  }
  .scrolltop a {
    display: block;
    padding: 1rem 0;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    color: #9b9999;
    text-align: center;
  }
  .scrolltop a:focus, .scrolltop a:active {
    text-decoration: none;
  }
  .scrolltop a > i {
    margin-left: 1em;
  }
  .footer-L {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-L .copyright {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    /* 順番を指定 デフォルト：0 */
    -ms-flex-order: 1;
    order: 1;
    padding: 1rem 0;
    border-top: 1px solid #333030;
  }
  .footer-L .menu {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-order: 0;
    order: 0;
    padding: 2rem 0;
    font-size: 0.857em;
  }
  .footer-R {
    display: none;
  }
}
@media (min-width: 992px) {
  footer .container {
    padding: 5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .container p {
    margin: 0;
  }
  .footer-L {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .footer-L .copyright {
    float: left;
    margin-right: 6rem;
    font-family: "Poppins";
  }
  .footer-L .menu {
    float: left;
  }
  .footer-R {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .footer-R .scrolltop {
    text-align: right;
  }
  .footer-R .scrolltop a {
    position: relative;
    font-family: "Poppins";
  }
  .footer-R .scrolltop a > i {
    margin-left: 1em;
  }
}
/*	Sub Page Header
----------------------------------------------------- */
@keyframes tilt-in-left-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes scale-up-hor-left {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  1% {
    opacity: 1;
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
@keyframes scale-down-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes phText-fadeIn-sp {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes phText-fadeIn-pc {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-4rem);
  }
}
.page-header {
  position: relative;
  overflow: hidden;
}
.page-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #0052bf;
}
.page-header .container-fluid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.page-header .ph-wrapper {
  position: relative;
  background: #fff;
  opacity: 0;
  animation: scale-up-hor-left 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.page-header .ph-wrapper .ph-container {
  position: relative;
  opacity: 0;
  animation: scale-down-center 0.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.page-header .ph-text {
  color: #fff;
}
.page-header .ph-text .en {
  display: block;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1;
  letter-spacing: 1px;
}
.page-header .ph-text .ja {
  display: block;
  font-weight: bold;
}
.page-header .ph-text .sub {
  display: block;
}

@media (max-width: 991px) {
  .page-header {
    margin-bottom: 6rem;
  }
  .page-header .bg {
    top: -4rem;
  }
  .page-header .container-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ph-wrapper {
    -ms-flex: 0 1 90vw;
    flex: 0 1 90vw;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10vw;
    max-height: 24rem;
    overflow: hidden;
  }
  .ph-wrapper .ph-image img {
    width: auto;
    height: 28rem;
  }
  .ph-text {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-order: 0;
    order: 0;
    padding: 2rem;
    opacity: 0;
    animation: phText-fadeIn-sp 0.5s 1s ease-in-out forwards;
  }
  .ph-text .en {
    font-size: 2.571em;
  }
  .ph-text .ja {
    margin: 0.5rem 0;
    font-size: 0.786em;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .page-header {
    margin-bottom: 12rem;
  }
  .page-header .bg {
    top: -8rem;
  }
  .ph-wrapper {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    height: 570px;
    overflow: hidden;
  }
  .ph-wrapper .ph-image {
    height: 100%;
  }
  .ph-wrapper .ph-image img {
    width: 100%;
    height: auto;
  }
  .ph-text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 20rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: phText-fadeIn-pc 0.6s 1.1s ease-in-out forwards;
  }
  .ph-text .en {
    font-size: 5.143em;
  }
  .ph-text .ja {
    margin: 1rem 0 6rem;
    text-align: right;
    font-size: 0.857em;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  body.service .ph-image > img {
    margin-left: -25%;
  }
  body.recruit .ph-image > img {
    margin-left: -30%;
  }
}
@media (min-width: 992px) {
  body.service .ph-image > img {
    margin-top: -15%;
  }
  body.privacy .ph-image > img {
    margin-top: -15%;
  }
  body.recruit .ph-image > img {
    margin-top: -15%;
  }
}
/*	Section-Header
----------------------------------------------------- */
.section-header .en {
  display: block;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1.1;
  color: #c0c0c0;
  letter-spacing: 1px;
}
.section-header .ja {
  display: block;
  letter-spacing: 2px;
  margin: 0.6rem 0 0;
  font-size: 0.786em;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 3rem;
  }
  .section-header .en {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 6rem;
  }
  .section-header .en {
    font-size: 2.571em;
  }
}
/*	Service
----------------------------------------------------- */
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@media (max-width: 991px) {
  body.service .ph-text .en {
    font-size: 3.429em;
  }
  body.service .ph-text .sub {
    font-size: 1.286em;
  }
}
@media (min-width: 992px) {
  body.service .ph-text .en {
    font-size: 5.714em;
  }
  body.service .ph-text .sub {
    text-align: right;
    font-size: 1.429em;
  }
}
.section-service .container {
  padding: 0;
  position: relative;
}
.section-service .bg {
  position: absolute;
}
.section-service .text-block {
  background: #fff;
  z-index: 10000;
}

@media (max-width: 991px) {
  .section-service .img-container {
    opacity: 0;
    transition: opacity 1s;
  }
  .section-service .img-container.inView {
    opacity: 1;
  }
  .section-service .text-block {
    width: 92vw;
    padding: 4rem 3rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .section-service .text-block .text {
    line-height: 2.2;
  }
}
@media (min-width: 992px) {
  .section-service .text-block {
    width: 70rem;
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.1);
  }
  .section-service .text-block .text {
    font-size: 1.143em;
    line-height: 2.2;
  }
  .section-service .img-container {
    position: absolute;
    overflow: hidden;
    animation: scale-up-ver-bottom 1s 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }
}
.service-head {
  position: relative;
}
.service-head .bg {
  width: 70%;
  background: #0052bf;
}

@media (max-width: 991px) {
  .service-head .bg {
    height: 90rem;
    top: 6rem;
    right: 0;
    left: auto;
    z-index: -1;
  }
  .service-head .img-container {
    position: relative;
    width: 94vw;
    height: 30rem;
    margin-right: 0;
    margin-left: auto;
    z-index: 0;
    overflow: hidden;
  }
  .service-head .img-container img {
    height: 36rem;
  }
  .service-head .container {
    z-index: 10;
  }
  .service-head .text-block h2 {
    font-size: 1.286em;
    margin: 0 0 1.5rem;
  }
  body.home .service-head .img-container img {
    margin-top: 140px;
  }
}
@media (min-width: 992px) {
  .service-head {
    margin-bottom: 16rem;
  }
  .service-head .bg {
    height: 54rem;
    top: 22rem;
    left: 0;
    z-index: -2;
  }
  .service-head .img-container {
    top: 9rem;
    left: auto;
    right: 0;
    width: 50vw;
    height: 50rem;
    z-index: -1;
  }
  .service-head .img-container div {
    width: auto;
    height: 60rem;
    text-align: right;
  }
  .service-head .img-container img {
    width: auto;
    height: 120%;
  }
  .service-head .text-block {
    width: 60%;
    max-width: 76rem;
    padding: 8rem;
  }
  .service-head .text-block h2 {
    font-size: 2.143em;
    margin: 0 0 3rem;
  }
  body.home .service-head .img-container img {
    margin-top: 200px;
  }
}
.service-step {
  position: relative;
}
.service-step .text-block .step {
  margin: 0;
  color: #a9a9a9;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .service-step .img-container {
    overflow: hidden;
  }
  .service-step .text-block .step {
    font-size: 0.786em;
  }
  .service-step .text-block h2 {
    margin: 0.5rem 0 1rem;
    font-size: 1.714em;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .service-step .text-block {
    padding: 6rem 8rem;
  }
  .service-step .text-block .step {
    font-size: 0.786em;
  }
  .service-step .text-block h2 {
    margin: 1.5rem 0 4rem;
    font-size: 2.286em;
    line-height: 1;
  }
}
/* Service-1 */
@media (max-width: 991px) {
  .service-1 {
    margin-bottom: 20rem;
  }
  .service-1 .bg {
    width: 50vw;
    height: 100rem;
    top: 8rem;
    left: auto;
    right: 0;
    background: #e6e6e6;
    z-index: -2;
  }
  .service-1 .img-container {
    position: absolute;
    width: 90vw;
    height: 32rem;
    top: 20rem;
    left: 0;
    z-index: -1;
  }
  .service-1 .img-container img {
    max-height: 36rem;
  }
  .service-1 .text-block {
    margin-left: auto;
    margin-right: 0;
  }
  body.home .service-1 .img-container img {
    margin-top: 140px;
  }
}
@media (min-width: 992px) {
  .service-1 {
    margin-bottom: 29rem;
  }
  .service-1 .bg {
    width: 50vw;
    height: 50vw;
    top: 15rem;
    left: auto;
    right: 0;
    background: #e6e6e6;
    z-index: -2;
  }
  .service-1 .container {
    padding-top: 10rem;
  }
  .service-1 .img-container {
    top: -5rem;
    left: 0;
    width: 90rem;
    height: 60rem;
    z-index: -1;
    overflow: hidden;
  }
  .service-1 .img-container div {
    width: 90rem;
    height: auto;
  }
  .service-1 .img-container img {
    width: 120%;
    height: auto;
  }
  .service-1 .text-block {
    margin-left: auto;
    margin-right: 0;
  }
  body.home .service-1 .img-container img {
    margin-top: 200px;
  }
}
/* Service-2 */
@media (max-width: 991px) {
  .service-2 .img-container {
    position: relative;
    width: 86vw;
    height: 30rem;
    margin-top: -4rem;
    margin-right: 0;
    margin-left: auto;
    z-index: -1;
  }
  .service-2 .img-container div {
    margin-top: 20%;
  }
  .service-2 .img-container img {
    max-height: 34rem;
  }
  .service-2 .container {
    z-index: 100;
  }
  body.home .service-2 .img-container img {
    margin-top: 140px;
  }
}
@media (min-width: 992px) {
  .service-2 {
    margin-bottom: 29rem;
  }
  .service-2 .img-container {
    top: -6rem;
    left: auto;
    right: 0;
    width: 100rem;
    height: 64rem;
    z-index: -1;
    overflow: hidden;
  }
  .service-2 .img-container div {
    width: 100%;
    height: 64rem;
  }
  .service-2 .img-container img {
    width: auto;
    height: 120%;
  }
  .service-2 .container {
    padding-top: 9rem;
  }
  .service-2 .bg {
    width: 70%;
    height: 64rem;
    top: 0;
    left: auto;
    right: 0;
    background: #0052bf;
    z-index: -2;
  }
  body.home .service-2 .img-container img {
    margin-top: 320px;
  }
}
/* Service-3 */
@media (max-width: 991px) {
  .service-3 {
    margin-bottom: 6rem;
  }
  .service-3 .bg {
    width: 50vw;
    height: 40rem;
    top: 6rem;
    left: 0;
    background: #0052bf;
    z-index: -10;
  }
  .service-3 .img-container {
    width: 90vw;
    height: 42rem;
    padding-top: 60rem;
    z-index: -1;
  }
  .service-3 .img-container img {
    max-height: 40rem;
  }
  .service-3 .text-block {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 9990;
  }
}
@media (min-width: 992px) {
  .service-3 {
    margin-bottom: 28rem;
  }
  .service-3 .bg {
    width: 50vw;
    height: 54vw;
    top: -6rem;
    left: 0;
    background: #e6e6e6;
    z-index: -2;
  }
  .service-3 .container {
    padding-top: 8rem;
  }
  .service-3 .img-container {
    top: 0;
    left: 0;
    width: 80rem;
    height: 60rem;
    z-index: -1;
    overflow: hidden;
  }
  .service-3 .img-container div {
    width: auto;
    height: 60rem;
    margin-top: 6rem;
  }
  .service-3 .img-container img {
    width: auto;
    height: 120%;
  }
  .service-3 .text-block {
    margin-left: auto;
    margin-right: 0;
  }
  body.home .service-3 .img-container img {
    margin-top: 200px;
  }
}
/*	Contact
----------------------------------------------------- */
.contents-contact {
  line-height: 2;
}
.contents-contact em {
  font-style: normal;
  font-weight: inherit;
  color: red;
}
.contents-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contents-contact ul > li {
  margin: 0;
  padding: 0;
}
.contents-contact .contact_form {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.contents-contact .form_fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.contents-contact .form_fieldset ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.contents-contact .form_fieldset ul > li {
  margin: 0;
  padding: 0;
}
.contents-contact .form_fieldset ul input[type=radio] {
  margin-right: 0.5rem;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1.5, 1.5);
  transform-origin: right bottom;
  transform: scale(1.5, 1.5);
}
.contents-contact .form_fieldset ul input + label {
  vertical-align: middle;
}
.contents-contact .form_fieldset > input, .contents-contact .form_fieldset > textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 1em;
  border: 1px solid #aaaaaa;
  background: #f4f1e9;
  line-height: 2;
  outline: none;
}
.contents-contact .form_fieldset > textarea {
  height: 12em;
}
.contents-contact .form_fieldset > input::-webkit-input-placeholder, .contents-contact .form_fieldset > textarea::-webkit-input-placeholder {
  color: #999;
  position: relative;
}
.contents-contact .form_fieldset > input:-ms-input-placeholder, .contents-contact .form_fieldset > textarea:-ms-input-placeholder {
  color: #999;
}
.contents-contact .form_fieldset > input::placeholder, .contents-contact .form_fieldset > textarea::placeholder {
  line-height: 2;
  color: #999;
  letter-spacing: 1px;
}
.contents-contact .note {
  margin: 0;
  font-size: 0.857em;
  color: #808080;
}
.contents-contact .note a {
  text-decoration: underline;
}
.contents-contact .form_button {
  text-align: center;
}
.contents-contact .form_button input[type=submit],
.contents-contact .form_button input[type=button],
.contents-contact .form_button a.backToTop {
  display: block;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.429em;
  outline: none;
}
.contents-contact .form_button input[type=submit] {
  border: 2px solid #484646;
  background: #484646;
  color: #fff;
}
.contents-contact .form_button input[type=button],
.contents-contact .form_button a.backToTop {
  border: 2px solid #484646;
  background: #fff;
  color: #484646;
}
.contents-contact .form_button input[type=submit] + input[type=button] {
  margin-top: 2rem;
}
.contents-contact .error_msg {
  color: red;
}

@media (max-width: 991px) {
  .contents-contact {
    padding-bottom: 8rem;
  }
  .contents-contact .contact_form {
    margin: 2rem 0;
    padding: 2rem 0;
  }
  .contents-contact .form_items .form_fieldset {
    margin-bottom: 4rem;
  }
  .contents-contact .form_items ul > li {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 0 1rem;
  }
  .contents-contact .form_items h3 {
    font-size: 1.429em;
  }
  .contents-contact .form_header {
    margin-bottom: 2rem;
  }
  .contents-contact .form_header strong {
    font-size: 1.429em;
    color: red;
  }
  .contents-contact .form_table dl {
    margin: 0 0 3rem;
  }
  .contents-contact .form_table dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .contents-contact .form_table dt {
    margin-bottom: 1rem;
    padding: 0.25em 1rem;
    font-size: 0.857em;
    font-weight: normal;
    background: #f2f2f2;
    color: #999;
  }
  .contents-contact .form_table dd {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) {
  .contents-contact {
    padding-bottom: 12rem;
    min-height: 50rem;
  }
  .contents-contact .contact_form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4rem 0;
    padding: 4rem 0;
  }
  .contents-contact .form_steps {
    position: relative;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .contents-contact .step_items {
    position: absolute;
    top: 2rem;
    left: 10px;
    padding-left: 34px;
  }
  .contents-contact .step_items::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    margin: auto 0;
    width: 1px;
    height: 119px;
    background: #dcdcdc;
  }
  .contents-contact .step_items .step-list {
    position: relative;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #999;
  }
  .contents-contact .step_items .step-list:not(:first-child) {
    margin-top: 48px;
  }
  .contents-contact .step_items .step-list::before, .contents-contact .step_items .step-list::after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
  }
  .contents-contact .step_items .step-list::before {
    background: #102942;
    left: -38px;
    width: 9px;
    height: 9px;
    top: 0;
    z-index: 2;
  }
  .contents-contact .step_items .step-list::after {
    display: none;
    background: #e0dcd2;
    left: -44px;
    width: 21px;
    height: 21px;
    top: -6px;
    z-index: 1;
  }
  .contents-contact .step_items .step-list.located {
    color: #000;
  }
  .contents-contact .step_items .step-list.located::after {
    display: block;
  }
  .contents-contact .form_items {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    font-size: 1.143em;
  }
  .contents-contact .form_items .form_fieldset {
    margin-bottom: 5rem;
  }
  .contents-contact .form_items .form_fieldset > input, .contents-contact .form_items .form_fieldset > textarea {
    font-size: 1.143em;
  }
  .contents-contact .form_items ul > li {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    margin: 0 0 1.5rem;
  }
  .contents-contact .form_items h3 {
    font-size: 1.714em;
  }
  .contents-contact .form_button {
    width: 60rem;
    margin: 0 auto;
  }
  .contents-contact .form_button input[type=submit],
  .contents-contact .form_button input[type=button],
  .contents-contact .form_button a.backToTop {
    padding: 3rem 0;
    transition: all 0.5s;
  }
  .contents-contact .form_button input[type=submit]:hover,
  .contents-contact .form_button input[type=button]:hover,
  .contents-contact .form_button a.backToTop:hover {
    transition: all 0.5s;
    border: 2px solid #999797;
    background-color: #999797;
    color: #fff;
    text-decoration: none;
  }
  .contents-contact .form_header {
    margin-bottom: 4rem;
  }
  .contents-contact .form_header strong {
    font-size: 2em;
    color: red;
  }
  .contents-contact .form_table {
    margin-bottom: 4rem;
  }
  .contents-contact .form_table dl {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .contents-contact .form_table dt {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.857em;
    font-weight: normal;
    color: #b9b9b9;
  }
  .contents-contact .form_table dd {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    margin: 0;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e6e6e6;
  }
}
/*	Privacy Policy
----------------------------------------------------- */
.container-privacy .contents {
  line-height: 2;
  font-family: sans-serif;
}
.container-privacy .text-lead {
  margin-bottom: 4rem;
}
.container-privacy .block {
  margin-bottom: 6rem;
}
.container-privacy .block h3 {
  font-size: 1.286em;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.container-privacy ol, .container-privacy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-privacy .unorderd {
  list-style: disc;
}
.container-privacy .unorderd li {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.container-privacy .orderd {
  counter-reset: number;
}
.container-privacy .orderd li {
  position: relative;
  margin: 0;
  padding: 0;
}
.container-privacy .orderd li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
}
.container-privacy .ol-primary li {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.container-privacy .ol-primary li::before {
  content: counter(number) ".";
}
.container-privacy .ol-secondary {
  padding-left: 0;
}
.container-privacy .ol-secondary li {
  padding-left: 2.5em;
  margin-bottom: 0;
}
.container-privacy .ol-secondary li::before {
  content: "(" counter(number) ")";
}
.container-privacy .list-tertiary {
  counter-reset: tertiary-number;
}
.container-privacy .list-tertiary li {
  padding-left: 2.5em;
}
.container-privacy .list-tertiary li::before {
  counter-increment: tertiary-number;
  content: "1-" counter(tertiary-number);
}

@media (min-width: 992px) {
  .container-privacy {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8rem;
  }
}
/*	Recruit
----------------------------------------------------- */
.container-recruit .contents {
  line-height: 2;
  font-family: sans-serif;
}
.container-recruit .text-lead {
  margin-bottom: 6rem;
}
.container-recruit h3 {
  margin-bottom: 2rem;
  font-family: serif;
  font-weight: bold;
}

.recruit-table {
  margin: 0;
  border-top: 1px solid #d6d6d6;
}
.recruit-table dt {
  font-weight: bold;
  color: #a9a9a9;
  letter-spacing: 1px;
}
.recruit-table dd {
  margin: 0;
}
.recruit-table dd ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25em;
}

.recruit-table:last-of-type {
  margin-bottom: 5rem;
  border-bottom: 1px solid #d6d6d6;
}

.btn_effect a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.143em;
  text-align: center;
  text-decoration: none;
  z-index: 2;
}

@media (max-width: 991px) {
  .btn_effect a {
    line-height: 5rem;
    background-color: #0052bf;
  }
  .container-recruit {
    padding-bottom: 6rem;
  }
  .container-recruit h3 {
    font-size: 1.286em;
  }
  .recruit-table {
    padding: 2.5rem 0.5rem;
  }
  .recruit-table dt {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .container-recruit {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8rem;
  }
  .container-recruit h3 {
    font-size: 1.714em;
  }
  .recruit-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0;
  }
  .recruit-table dt {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .recruit-table dd {
    -ms-flex: 0 1 73%;
    flex: 0 1 73%;
  }
  .btn_effect {
    width: 600px;
    margin: 0 auto;
  }
  .btn_effect a {
    background-color: #808080;
  }
  .btn_effect a:before {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 8rem;
    content: "";
    background-color: #0052bf;
    transition: all 0.3s ease;
    transform: translateX(-600px);
    z-index: -1;
  }
  .btn_effect i {
    transition: all 0.5s;
    margin-left: 12px;
  }
  .btn_effect:hover a:before {
    transform: translateX(0);
  }
  .btn_effect:hover i {
    transform: translateX(8px);
  }
}
/*	Greeting
----------------------------------------------------- */
.container-greeting .contents {
  font-family: serif;
}
.container-greeting .contents > p {
  margin-bottom: 1.5em;
  line-height: 2.2;
}
.container-greeting h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.container-greeting .sign {
  margin-top: 4em;
  text-align: right;
}
.container-greeting .sign span,
.container-greeting .sign img {
  vertical-align: middle;
}
.container-greeting .sign img {
  margin-left: 1em;
  width: auto;
  height: 2em;
}

@media (max-width: 991px) {
  .container-greeting {
    padding-bottom: 6rem;
  }
  .container-greeting h3 {
    font-size: 1.429em;
  }
}
@media (min-width: 992px) {
  body.greeting .ph-image img {
    margin-top: -10%;
  }
  .container-greeting {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8rem;
  }
  .container-greeting h3 {
    font-size: 1.714em;
  }
  .container-greeting .contents > p {
    font-size: 1.143em;
  }
}/*# sourceMappingURL=style.css.map */