@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  margin: 0;
}

@media screen and (min-width: 840px) {
  .pc {
    display: inherit;
  }
}

@media screen and (max-width: 839px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 840px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 839px) {
  .sp {
    display: inherit;
  }
}

-html {
  font-size: 100%;
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

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

i {
  margin-right: 4px;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #1f286f;
}

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

a:hover {
  transition: 0.5s;
  color: #3545bf;
}

a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

p {
  line-height: 1.6;
}

.inner {
  display: block;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 839px) {
  .inner {
    padding: 0 15px;
  }
}

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

.lead_txt__b {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1f286f;
  margin-bottom: 40px;
}

@media screen and (max-width: 839px) {
  .lead_txt__b {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 20px;
  }
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_c__red {
  color: #e60012;
}

.txt_c__sm {
  font-size: 14px;
  font-size: 0.875rem;
}

.txt_w__mark {
  font-weight: 700;
  position: relative;
  background: linear-gradient(transparent 50%, #f5bc34 80%);
}

.flex_h {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
}

.scroll {
  overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
  .scroll {
    overflow-x: auto;
  }
}

/* ==========================================================================
Parts
========================================================================== */
.header {
  width: 100%;
  height: 65px;
  padding: 0 40px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9999997;
  background-color: #fff;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 839px) {
  .header {
    padding: 0 20px;
    height: 60px;
  }
}

.header .logo-wrap {
  width: 280px;
}

@media screen and (min-width: 1200px) {
  .header .logo-wrap {
    width: 300px;
  }
}

@media screen and (max-width: 839px) {
  .header .logo-wrap {
    width: 220px;
    margin-left: -10px;
  }
}

.header .nav-button {
  display: none;
}

@media screen and (max-width: 839px) {
  .header .nav-button {
    display: inline-block;
    transition: all 0.4s;
    z-index: 20;
    position: relative;
    width: 35px;
    height: 35px;
  }
  .header .nav-button.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .header .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .nav-button.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

@media screen and (max-width: 839px) {
  .header .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 4px;
    background-color: #222;
    border-radius: 4px;
  }
  .header .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .header .nav-button span:nth-of-type(2) {
    top: 15px;
  }
  .header .nav-button span:nth-of-type(3) {
    top: 30px;
  }
}

@media screen and (max-width: 839px) {
  .header .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 839px) {
  .header .nav-wrap nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 20px 40px;
  }
}

.header .nav-wrap nav ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-around;
}

@media screen and (max-width: 839px) {
  .header .nav-wrap nav ul {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 839px) {
  .header .nav-wrap nav ul li {
    width: 100%;
    text-align: center;
  }
}

.header .nav-wrap nav ul li a {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header .nav-wrap nav ul li a {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .header .nav-wrap nav ul li a {
    padding: 20px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .header .nav-wrap nav ul li a {
    padding: 20px 8px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 839px) {
  .header .nav-wrap nav ul li a {
    padding: 10px 0;
  }
}

.header .nav-wrap nav ul li:last-child a {
  padding: 20px 0 20px 10px;
}

@media screen and (min-width: 1200px) {
  .header .nav-wrap nav ul li:last-child a {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .header .nav-wrap nav ul li:last-child a {
    padding: 20px 0 20px 8px;
  }
}

@media screen and (max-width: 839px) {
  .header .nav-wrap nav ul li:last-child a {
    padding: 20px 0;
  }
}

.header .nav-wrap.open {
  display: block;
}

.header .nav-wrap.close {
  display: none;
}

@media screen and (min-width: 840px) {
  .header .nav-wrap.close {
    display: block;
  }
}

.page_title {
  padding: 40px 0 20px;
}

.page_title__sub {
  color: #1f286f;
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 5px solid #1f286f;
  display: block;
  font-weight: 700;
  width: 40%;
  min-width: 500px;
  padding: 0 0 0 80px;
}

@media screen and (max-width: 599px) {
  .page_title__sub {
    width: 90%;
    min-width: 280px;
    padding: 0 0 0 20px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.page_title__txt {
  padding: 0 0 0 80px;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .page_title__txt {
    padding: 0 0 0 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 10px 60px;
  text-align: right;
  color: #bbbbbb;
}

.breadcrumbs span {
  color: #bbbbbb;
}

.footer {
  background-color: #1f286f;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 60px 40px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .footer {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 839px) {
  .footer {
    display: block;
    padding: 60px 20px;
  }
}

.footer_cop__wrap {
  color: #fff;
}

@media screen and (max-width: 839px) {
  .footer_cop__wrap {
    width: 100%;
  }
}

.footer_cop__logo h2 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0 0 30px;
}

.footer_cop__logo___mark {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.footer_cop__logo___title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 3px;
  font-weight: 700;
}

.footer_cop__logo___tokuyaku {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer_nav {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 839px) {
  .footer_nav {
    margin-bottom: 40px;
  }
}

.footer_nav__store {
  border-right: 3px solid #fff;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .footer_nav__store {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer_nav__store {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 839px) {
  .footer_nav__store {
    padding: 0 40px 0 0;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .footer_nav__store {
    border-right: none;
    border-bottom: 3px solid #fff;
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.footer_nav__store > li {
  margin-bottom: 20px;
}

.footer_nav__store > li h3 {
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.footer_nav__store > li h3::before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.footer_nav__store > li h3 a {
  color: #fff;
}

.footer_nav__store > li h3 a:hover {
  text-decoration: underline;
}

.footer_nav__store > li .add {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 0 0 20px;
}

.footer_nav__sitemap {
  padding: 0 50px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .footer_nav__sitemap {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer_nav__sitemap {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 839px) {
  .footer_nav__sitemap {
    padding: 0 0 0 40px;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .footer_nav__sitemap {
    padding: 25px 0 10px 20px;
    width: 100%;
  }
}

.footer_nav__sitemap li {
  margin-bottom: 15px;
}

.footer_nav__sitemap a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .footer_nav__sitemap a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer_nav__sitemap a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 839px) {
  .footer_nav__sitemap a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer_nav__sitemap a:hover {
  text-decoration: underline;
}

.footer_nav__sitemap .sub-menu {
  margin-top: 10px;
  padding-left: 5px;
}

.footer_nav__sitemap .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer .right_cont {
  display: flex;
  width: 50%;
}

@media screen and (max-width: 1450px) {
  .footer .right_cont {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer .right_cont {
    width: 45%;
  }
}

@media screen and (max-width: 839px) {
  .footer .right_cont {
    width: 100%;
  }
}

.footer .right_cont .reserve {
  margin: 80px 20px 0;
  text-align: center;
  width: 100%;
}

.footer .right_cont .reserve .bnr1450 {
  display: none;
}

@media screen and (max-width: 1450px) {
  .footer .right_cont .reserve {
    width: 100%;
    margin: auto;
    padding: 0 0 0 20px;
  }
  .footer .right_cont .reserve .bnr1451 {
    display: none;
  }
  .footer .right_cont .reserve .bnr1450 {
    display: block;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .footer .right_cont .reserve {
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 839px) {
  .footer .right_cont .reserve {
    padding: 0;
  }
}

.footer .right_cont .instagram {
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 1450px) {
  .footer .right_cont .instagram {
    padding: 20px 0 0 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 839px) {
  .footer .right_cont .instagram {
    width: 100%;
    padding: 20px 0;
  }
}

.footer .right_cont .instagram .catch-instagram-feed-gallery-widget-wrapper .button {
  border: 1px solid #fff;
  color: #fff;
}

.footer .right_cont .instagram .catch-instagram-feed-gallery-widget-wrapper .button:hover {
  background-color: #1d2088;
}

.floatingBnr {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 5;
  width: 60px;
}

@media screen and (max-width: 599px) {
  .floatingBnr {
    width: 50px;
  }
}

.floatingBnr a {
  display: block;
}

.floatingBnr a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 5;
}

.pagetop a {
  display: block;
  background-color: rgba(34, 34, 34, 0.9);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
}

.pagetop a:hover {
  background-color: #222;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}

.loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #bbc4ff;
  z-index: 9999996;
  text-align: center;
}

.loading-bg .helo {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  z-index: 9999996;
}

.loading-bg .helo-logo {
  position: relative;
  text-align: center;
  z-index: 9999999;
}

#container {
  position: relative;
  z-index: 1;
}

#main-area .helo {
  width: 100%;
  height: 90vh;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  z-index: 9999996;
  margin: -100px auto auto;
}

@media screen and (max-width: 599px) {
  #main-area .helo {
    height: 320px;
    width: 100%;
    max-width: 100%;
    max-height: 320px;
    overflow: hidden;
  }
}

@media screen and (max-width: 599px) {
  #main-area .helo .mbYTP_wrapper {
    height: 354px;
    min-height: 354px !important;
  }
  #main-area .helo iframe {
    left: -50% !important;
    right: -50% !important;
    margin: 0 auto !important;
    width: 600px !important;
    max-width: 600px !important;
    height: 465px !important;
  }
}

#main-area .helo #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.homepage .h-line .accent {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #1f286f;
  position: relative;
  display: block;
  width: 40%;
  min-width: 500px;
  padding: 0 0 0 80px;
  border-bottom: 5px solid #1f286f;
}

@media screen and (max-width: 599px) {
  .homepage .h-line .accent {
    width: 90%;
    min-width: 280px;
    padding: 0 0 0 20px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.homepage .h-line .title {
  padding: 0 0 0 80px;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .homepage .h-line .title {
    padding: 0 0 0 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.homepage .arrow_more a {
  font-size: 28px;
  font-size: 1.75rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  margin-top: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.homepage .arrow_more a::before {
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.homepage section {
  margin-bottom: 50px;
}

.homepage #concept {
  margin: 80px auto 50px;
}

.homepage #concept .content {
  background-image: url(../img/top/top2.jpg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 600px;
  min-height: 600px;
  padding: 60px 40px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  position: relative;
}

.homepage #concept .content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}

@media screen and (min-width: 1200px) {
  .homepage #concept .content {
    padding: 80px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .homepage #concept .content {
    padding: 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .homepage #concept .content {
    padding: 0 20px;
    background-size: auto 408px;
    min-height: 416px;
  }
}

.homepage #concept .content .col_2 {
  max-width: 960px;
  width: 50%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .homepage #concept .content .col_2 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .homepage #concept .content .col_2 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 839px) {
  .homepage #concept .content .col_2 {
    width: 100%;
    max-width: none;
  }
}

.homepage #concept .content .col_r__txt p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

@media screen and (max-width: 599px) {
  .homepage #concept .content .col_r__txt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.homepage #serviceStation {
  margin-bottom: 40px;
}

.homepage #serviceStation .content {
  background-image: url(../img/top/ss.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 60px 40px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.homepage #serviceStation .arrow_more {
  padding-left: 50px;
}

@media screen and (max-width: 599px) {
  .homepage #serviceStation .arrow_more {
    padding-left: 0;
  }
  .homepage #serviceStation .arrow_more a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.homepage .video_bg,
.homepage .img_bg {
  background-image: url(../img/top/keeper.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 2;
  height: 450px;
  width: 100%;
  padding: 100px 0;
}

.homepage .video_bg::after,
.homepage .img_bg::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homepage .video_bg h2,
.homepage .img_bg h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.homepage .video_bg h2 span,
.homepage .img_bg h2 span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}

.homepage #keeperCoarting h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.homepage #keeperCoarting a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 160px 0 0;
}

.homepage #keeperCoarting::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  z-index: 2;
}

.homepage #oil a {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage #oil a.img_bg {
  background-image: url(../img/top/delivery.jpg);
}

.homepage #oil a:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.homepage #inspection .select_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 50px 20px 0;
}

.homepage #inspection .select_list li {
  padding: 20px 20px 0;
  width: calc(100% / 3);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

@media screen and (max-width: 839px) {
  .homepage #inspection .select_list li {
    width: 100%;
    padding: 30px 0;
  }
  .homepage #inspection .select_list li:last-child {
    padding: 30px 0 0;
  }
}

.homepage #inspection .select_list li a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-end;
}

.homepage #inspection .select_list li a h3 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  top: -32px;
  right: 0;
  bottom: 0;
  left: 0;
  letter-spacing: 3px;
}

.homepage #inspection .select_list li a p {
  width: 100%;
  margin: 20px 0;
}

.homepage #inspection .select_list li a .click {
  width: 100%;
  display: block;
  text-align: right;
}

.homepage #inspection .select_list li a .click span {
  position: relative;
  color: #1f286f;
}

.homepage #inspection .select_list li a .click span::before {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: -35px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.homepage #inspection .select_list li a:hover .click span::before {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: -30px;
  transition: 0.5s;
}

.homepage #inspection .select_list li.value a {
  background-color: #e60012;
}

.homepage #inspection .select_list li.value a:hover {
  background-color: rgba(230, 0, 18, 0.8);
}

.homepage #inspection .select_list li.value a h3 {
  text-shadow: 3px 3px 0 #e60012, -3px -3px 0 #e60012, -3px 3px 0 #e60012, 3px -3px 0 #e60012, 0px 3px 0 #e60012, 0 -3px 0 #e60012, -3px 0 0 #e60012, 3px 0 0 #e60012;
}

.homepage #inspection .select_list li.basic a {
  background-color: #f5bc34;
}

.homepage #inspection .select_list li.basic a:hover {
  background-color: rgba(245, 188, 52, 0.8);
}

.homepage #inspection .select_list li.basic a h3 {
  text-shadow: 3px 3px 0 #f5bc34, -3px -3px 0 #f5bc34, -3px 3px 0 #f5bc34, 3px -3px 0 #f5bc34, 0px 3px 0 #f5bc34, 0 -3px 0 #f5bc34, -3px 0 0 #f5bc34, 3px 0 0 #f5bc34;
}

.homepage #inspection .select_list li.pikapika a {
  background-color: #1d2088;
}

.homepage #inspection .select_list li.pikapika a:hover {
  background-color: rgba(29, 32, 136, 0.8);
}

.homepage #inspection .select_list li.pikapika a h3 {
  text-shadow: 3px 3px 0 #1d2088, -3px -3px 0 #1d2088, -3px 3px 0 #1d2088, 3px -3px 0 #1d2088, 0px 3px 0 #1d2088, 0 -3px 0 #1d2088, -3px 0 0 #1d2088, 3px 0 0 #1d2088;
}

.homepage #inspection .select_list li.pikapika a .click span {
  color: #fff;
}

.homepage #inspection .select_list li.pikapika a .click span::before {
  background-image: url(../img/common/arrow_w.svg);
}

.homepage #inspection .bnr_wrap__bg {
  display: flex;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 50px 20px 0;
}

.homepage #inspection .bnr_wrap__bg li {
  padding: 20px;
  width: calc(100% / 2);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
}

@media screen and (max-width: 599px) {
  .homepage #inspection .bnr_wrap__bg li {
    width: 100%;
    padding: 20px 0;
  }
}

.homepage #inspection .bnr_wrap__bg li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 839px) {
  .homepage #inspection .bnr_wrap__bg li a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.homepage #inspection .bnr_wrap__bg li a span {
  position: relative;
  z-index: 1;
}

.homepage #inspection .bnr_wrap__bg li a .jpn {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}

.homepage #inspection .bnr_wrap__bg li a::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.homepage #inspection .bnr_wrap__bg li a:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.homepage #inspection .bnr_wrap__bg li:first-child a {
  background-image: url(../img/top/oilchange.jpg);
}

.homepage #inspection .bnr_wrap__bg li:last-child a {
  background-image: url(../img/top/tire.jpg);
}

.homepage #news .content {
  display: block;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.homepage #news .content .news-list li {
  margin-bottom: 30px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 839px) {
  .homepage #news .content .news-list li {
    display: block;
  }
}

.homepage #news .content .news-list li time {
  margin-right: 20px;
}

.homepage #news .content .news-list li .label-cat {
  background-color: #1f286f;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 10px;
  margin-right: 20px;
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .homepage #news .content .news-list li a {
    display: block;
    padding: 3px;
  }
}

.homepage #news .content .news-list li a:hover {
  text-decoration: underline;
}

.homepage #news .content .more-link {
  text-align: right;
}

.homepage #news .content .more-link:hover {
  text-decoration: underline;
}

.sub-page #main-area {
  margin-bottom: 60px;
}

.sub-page #main-area .lead-txt {
  margin-bottom: 80px;
}

.sub-page #main-area .lead-txt p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.sub-page #main-area .lead-big {
  margin-bottom: 80px;
}

.sub-page #main-area .lead-big p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
}

.sub-page #main-area .smb-media-text {
  margin-bottom: 64px;
}

.sub-page #main-area .smb-media-text .smb-media-text__title {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  border-left: 8px solid #1f286f;
  background: none;
}

.sub-page #main-area .smb-media-text .smb-list {
  padding-left: 40px;
}

.sub-page #main-area .smb-section__inner .smb-section__title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 10px 20px;
  font-weight: 700;
}

.sub-page #main-area .smb-information__item .c-row__col--md-1-4 {
  background: #e2ddeb;
}

.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 50px;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive .cat-name,
.blog .cat-name {
  background: #1f286f;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.archive .info-list li,
.blog .info-list li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.archive .info-list li p a,
.blog .info-list li p a {
  display: block;
  padding: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}

.archive .cat-lable a,
.blog .cat-lable a {
  background: #1f286f;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block !important;
  margin-left: 15px;
}

.archive .pagenation,
.blog .pagenation {
  margin-top: 30px;
}

.archive .pagenation ul,
.blog .pagenation ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

.archive .pagenation ul li,
.blog .pagenation ul li {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 3px;
}

.archive .pagenation ul li:first-child,
.blog .pagenation ul li:first-child {
  margin-left: 0;
}

.archive .pagenation ul li a,
.blog .pagenation ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
}

.single-post .post {
  padding-bottom: 50px;
}

.single-post .post_header {
  margin: 20px 10px 40px;
}

.single-post .post_header__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .single-post .post_header__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.single-post .post_header__meta {
  text-align: right;
}

.single-post .post_header__meta li {
  display: inline-block;
  margin-right: 20px;
  color: rgba(34, 34, 34, 0.7);
  position: relative;
  padding-left: 20px;
}

.single-post .post_header__meta li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
}

.single-post .post_header__meta li.time::before {
  content: "\f017";
}

.single-post .post_header__meta li.cat::before {
  content: "\f07c";
}

.single-post .post h2,
.single-post .post h3,
.single-post .post h4,
.single-post .post h5,
.single-post .post h6 {
  line-height: 1.4;
  margin-bottom: 20px;
}

.single-post .post h2 {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 5px 10px;
  position: relative;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #e0e1ee 25%, #dbdbdb 25%, #dbdbdb 50%, #e0e1ee 50%, #e0e1ee 75%, #dbdbdb 75%, #dbdbdb 100%);
  background-size: 8.49px 8.49px;
}

.single-post .post h3 {
  font-size: 28px;
  font-size: 1.75rem;
  border-left: 5px solid #1f286f;
  padding-left: 15px;
}

.single-post .post h4 {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #1f286f;
  padding: 10px;
}

.single-post .post h5 {
  font-size: 20px;
  font-size: 1.25rem;
  background: #eee;
  border-radius: 8px;
  padding: 5px 10px;
}

.single-post .post h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px 10px;
}

.single-post .post p {
  line-height: 1.6;
  margin-bottom: 30px;
}

.single-post .post a {
  text-decoration: underline;
  color: #1d2088;
}

.single-post .post a:hover {
  text-decoration: none;
}

.single-post .post ul {
  margin: 0 10px 30px 35px;
}

.single-post .post ul li {
  margin-bottom: 8px;
  position: relative;
}

.single-post .post ul.is-style-default li {
  padding-left: 20px;
}

.single-post .post ul.is-style-default li::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "・";
}

.single-post .post .wp-block-image {
  padding: 20px;
}

.single-post .post .smb-faq__body {
  margin-bottom: 40px;
}

.single-post .post .wp-block-media-text {
  padding: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 599px) {
  .single-post .post .wp-block-media-text {
    padding: 0;
  }
}

.single-post .post th,
.single-post .post td {
  border: solid #ccc 1px;
  padding: 10px;
}

.single-post .post table {
  border-collapse: collapse;
  margin-bottom: 40px;
}

.single-post .post thead th {
  font-weight: 700;
  background: #1f286f;
  color: #fff;
}

.single-post .post tfoot td {
  font-weight: 700;
  background: #f8f7f7;
}

.single-post .btnDef_wrap {
  text-align: center;
  padding-bottom: 30px;
}

.single-post .btnDef_wrap a {
  display: inline-block;
  border: 1px solid #1f286f;
  padding: 10px 25px;
}

.wp-block-contact-form-7-contact-form-selector {
  padding: 1em;
  margin-bottom: 2em;
}

.wp-block-contact-form-7-contact-form-selector dl {
  margin-bottom: 1.5em;
}

.wp-block-contact-form-7-contact-form-selector dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.wp-block-contact-form-7-contact-form-selector dt .req {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #e60012;
  border: 1px solid #e60012;
  margin-left: 20px;
  padding: 1px;
}

.wp-block-contact-form-7-contact-form-selector .req, .wp-block-contact-form-7-contact-form-selector .ex {
  font-size: 14px;
  font-size: 0.875rem;
}

.wp-block-contact-form-7-contact-form-selector .ex {
  color: #bbbbbb;
  padding: 0 !important;
}

.wp-block-contact-form-7-contact-form-selector input[type='text'], .wp-block-contact-form-7-contact-form-selector input[type='email'], .wp-block-contact-form-7-contact-form-selector input[type='tel'], .wp-block-contact-form-7-contact-form-selector textarea {
  width: 100%;
  min-width: 250px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #a2a2a2;
  background: #fff;
  -webkit-appearance: none;
}

.wp-block-contact-form-7-contact-form-selector input[type='date'], .wp-block-contact-form-7-contact-form-selector select {
  padding: 10px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #a2a2a2;
  background: #fff;
}

.wp-block-contact-form-7-contact-form-selector input[type='date'] {
  min-width: 100px;
  -webkit-appearance: none;
}

.wp-block-contact-form-7-contact-form-selector textarea {
  height: 200px;
}

.wp-block-contact-form-7-contact-form-selector .iptxt-50 input {
  width: 50%;
}

@media screen and (max-width: 839px) {
  .wp-block-contact-form-7-contact-form-selector .iptxt-50 input {
    width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector input[type='submit'] {
  border: none;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #090909;
  background: #222;
  -webkit-appearance: none;
}

.wp-block-contact-form-7-contact-form-selector input[type='submit']:hover {
  transition: .5s;
  border: 1px solid #222;
  background: #3c3c3c;
}

@media screen and (max-width: 839px) {
  .wp-block-contact-form-7-contact-form-selector input[type='submit'] {
    width: 100%;
  }
}

@media screen and (max-width: 839px) {
  .wp-block-contact-form-7-contact-form-selector .wpcf7-date {
    margin-bottom: 0.5em;
  }
}

/* ==========================================================================
Contents
========================================================================== */
/***************************************************
 * Generated by SVG Artista on 9/19/2021, 3:58:09 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 524.5679931640625px;
    stroke-dasharray: 524.5679931640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 524.5679931640625px;
  }
}

.logo-anima-1 {
  animation: animate-svg-stroke-1 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both, animate-svg-fill-1 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 686.2537841796875px;
    stroke-dasharray: 686.2537841796875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 686.2537841796875px;
  }
}

.logo-anima-2 {
  animation: animate-svg-stroke-2 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both, animate-svg-fill-2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 793.2025146484375px;
    stroke-dasharray: 793.2025146484375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 793.2025146484375px;
  }
}

.logo-anima-3 {
  animation: animate-svg-stroke-3 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both, animate-svg-fill-3 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 187.21397399902344px;
    stroke-dasharray: 187.21397399902344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.21397399902344px;
  }
}

.logo-anima-4 {
  animation: animate-svg-stroke-4 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both, animate-svg-fill-4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 138.12313842773438px;
    stroke-dasharray: 138.12313842773438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.12313842773438px;
  }
}

.logo-anima-5 {
  animation: animate-svg-stroke-5 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s both, animate-svg-fill-5 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 89.12600708007812px;
    stroke-dasharray: 89.12600708007812px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.12600708007812px;
  }
}

.logo-anima-6 {
  animation: animate-svg-stroke-6 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both, animate-svg-fill-6 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 189.8031463623047px;
    stroke-dasharray: 189.8031463623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.8031463623047px;
  }
}

.logo-anima-7 {
  animation: animate-svg-stroke-7 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s both, animate-svg-fill-7 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 170.7136993408203px;
    stroke-dasharray: 170.7136993408203px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 170.7136993408203px;
  }
}

.logo-anima-8 {
  animation: animate-svg-stroke-8 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both, animate-svg-fill-8 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 205.5281524658203px;
    stroke-dasharray: 205.5281524658203px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.5281524658203px;
  }
}

.logo-anima-9 {
  animation: animate-svg-stroke-9 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s both, animate-svg-fill-9 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 532.5999755859375px;
    stroke-dasharray: 532.5999755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 532.5999755859375px;
  }
}

.logo-anima-10 {
  animation: animate-svg-stroke-10 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both, animate-svg-fill-10 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 524.5999755859375px;
    stroke-dasharray: 524.5999755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 524.5999755859375px;
  }
}

.logo-anima-11 {
  animation: animate-svg-stroke-11 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s both, animate-svg-fill-11 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 1369.939208984375px;
    stroke-dasharray: 1369.939208984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1369.939208984375px;
  }
}

.logo-anima-12 {
  animation: animate-svg-stroke-12 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s both, animate-svg-fill-12 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s both;
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 685.9490966796875px;
    stroke-dasharray: 685.9490966796875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 685.9490966796875px;
  }
}

.logo-anima-13 {
  animation: animate-svg-stroke-13 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s both, animate-svg-fill-13 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 1584.5889892578125px;
    stroke-dasharray: 1584.5889892578125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1584.5889892578125px;
  }
}

.logo-anima-14 {
  animation: animate-svg-stroke-14 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s both, animate-svg-fill-14 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s both;
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 793.2944946289062px;
    stroke-dasharray: 793.2944946289062px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 793.2944946289062px;
  }
}

.logo-anima-15 {
  animation: animate-svg-stroke-15 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s both, animate-svg-fill-15 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both;
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 373.0035400390625px;
    stroke-dasharray: 373.0035400390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 373.0035400390625px;
  }
}

.logo-anima-16 {
  animation: animate-svg-stroke-16 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s both, animate-svg-fill-16 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 187.51036071777344px;
    stroke-dasharray: 187.51036071777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.51036071777344px;
  }
}

.logo-anima-17 {
  animation: animate-svg-stroke-17 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s both, animate-svg-fill-17 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s both;
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 274.4895935058594px;
    stroke-dasharray: 274.4895935058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.4895935058594px;
  }
}

.logo-anima-18 {
  animation: animate-svg-stroke-18 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s both, animate-svg-fill-18 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 138.25375366210938px;
    stroke-dasharray: 138.25375366210938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.25375366210938px;
  }
}

.logo-anima-19 {
  animation: animate-svg-stroke-19 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s both, animate-svg-fill-19 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 97.20001220703125px;
    stroke-dasharray: 97.20001220703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 97.20001220703125px;
  }
}

.logo-anima-20 {
  animation: animate-svg-stroke-20 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s both, animate-svg-fill-20 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s both;
}

@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 89.20001220703125px;
    stroke-dasharray: 89.20001220703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.20001220703125px;
  }
}

.logo-anima-21 {
  animation: animate-svg-stroke-21 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s both, animate-svg-fill-21 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 189.88470458984375px;
    stroke-dasharray: 189.88470458984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.88470458984375px;
  }
}

.logo-anima-22 {
  animation: animate-svg-stroke-22 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s both, animate-svg-fill-22 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s both;
}

@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 189.85910034179688px;
    stroke-dasharray: 189.85910034179688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.85910034179688px;
  }
}

.logo-anima-23 {
  animation: animate-svg-stroke-23 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s both, animate-svg-fill-23 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s both;
}

@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 337.62457275390625px;
    stroke-dasharray: 337.62457275390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 337.62457275390625px;
  }
}

.logo-anima-24 {
  animation: animate-svg-stroke-24 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s both, animate-svg-fill-24 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.3s both;
}

@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 169.24734497070312px;
    stroke-dasharray: 169.24734497070312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.24734497070312px;
  }
}

.logo-anima-25 {
  animation: animate-svg-stroke-25 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.7s both, animate-svg-fill-25 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s both;
}

@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 408.6935119628906px;
    stroke-dasharray: 408.6935119628906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 408.6935119628906px;
  }
}

.logo-anima-26 {
  animation: animate-svg-stroke-26 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.8s both, animate-svg-fill-26 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s both;
}

@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 205.42074584960938px;
    stroke-dasharray: 205.42074584960938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.42074584960938px;
  }
}

.logo-anima-27 {
  animation: animate-svg-stroke-27 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.9s both, animate-svg-fill-27 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s both;
}

@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 532.5999755859375px;
    stroke-dasharray: 532.5999755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 532.5999755859375px;
  }
}

@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-28 {
  animation: animate-svg-stroke-28 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3s both, animate-svg-fill-28 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.7s both;
}

@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 524.5999755859375px;
    stroke-dasharray: 524.5999755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 524.5999755859375px;
  }
}

@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-29 {
  animation: animate-svg-stroke-29 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.1s both, animate-svg-fill-29 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s both;
}

@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 1369.8980712890625px;
    stroke-dasharray: 1369.8980712890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1369.8980712890625px;
  }
}

@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-30 {
  animation: animate-svg-stroke-30 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s both, animate-svg-fill-30 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.9s both;
}

@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 685.9490966796875px;
    stroke-dasharray: 685.9490966796875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 685.9490966796875px;
  }
}

@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-31 {
  animation: animate-svg-stroke-31 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.3s both, animate-svg-fill-31 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
}

@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 1584.64306640625px;
    stroke-dasharray: 1584.64306640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1584.64306640625px;
  }
}

@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-32 {
  animation: animate-svg-stroke-32 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.4s both, animate-svg-fill-32 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.1s both;
}

@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 793.2944946289062px;
    stroke-dasharray: 793.2944946289062px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 793.2944946289062px;
  }
}

@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1f286f;
  }
}

.logo-anima-33 {
  animation: animate-svg-stroke-33 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s both, animate-svg-fill-33 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s both;
}

@keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 180.80001831054688px;
    stroke-dasharray: 180.80001831054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 180.80001831054688px;
  }
}

@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-34 {
  animation: animate-svg-stroke-34 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s both, animate-svg-fill-34 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.3s both;
}

@keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 172.80001831054688px;
    stroke-dasharray: 172.80001831054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.80001831054688px;
  }
}

@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-35 {
  animation: animate-svg-stroke-35 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.7s both, animate-svg-fill-35 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s both;
}

@keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 438.8355712890625px;
    stroke-dasharray: 438.8355712890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 438.8355712890625px;
  }
}

@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-36 {
  animation: animate-svg-stroke-36 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s both, animate-svg-fill-36 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.5s both;
}

@keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 220.42752075195312px;
    stroke-dasharray: 220.42752075195312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 220.42752075195312px;
  }
}

@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-37 {
  animation: animate-svg-stroke-37 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 3.9s both, animate-svg-fill-37 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s both;
}

@keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 438.9495849609375px;
    stroke-dasharray: 438.9495849609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 438.9495849609375px;
  }
}

@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-38 {
  animation: animate-svg-stroke-38 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4s both, animate-svg-fill-38 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.7s both;
}

@keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 220.42750549316406px;
    stroke-dasharray: 220.42750549316406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 220.42750549316406px;
  }
}

@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #e50012;
  }
}

.logo-anima-39 {
  animation: animate-svg-stroke-39 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.1s both, animate-svg-fill-39 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s both;
}

@keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 373.0450134277344px;
    stroke-dasharray: 373.0450134277344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 373.0450134277344px;
  }
}

@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-40 {
  animation: animate-svg-stroke-40 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.2s both, animate-svg-fill-40 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.9s both;
}

@keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 187.51036071777344px;
    stroke-dasharray: 187.51036071777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.51036071777344px;
  }
}

@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-41 {
  animation: animate-svg-stroke-41 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.3s both, animate-svg-fill-41 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
}

@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 274.4895935058594px;
    stroke-dasharray: 274.4895935058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.4895935058594px;
  }
}

@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-42 {
  animation: animate-svg-stroke-42 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.4s both, animate-svg-fill-42 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.1s both;
}

@keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 138.25375366210938px;
    stroke-dasharray: 138.25375366210938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.25375366210938px;
  }
}

@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-43 {
  animation: animate-svg-stroke-43 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s both, animate-svg-fill-43 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.2s both;
}

@keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 189.88467407226562px;
    stroke-dasharray: 189.88467407226562px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.88467407226562px;
  }
}

@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-44 {
  animation: animate-svg-stroke-44 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.6s both, animate-svg-fill-44 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.3s both;
}

@keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 189.85922241210938px;
    stroke-dasharray: 189.85922241210938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 189.85922241210938px;
  }
}

@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-45 {
  animation: animate-svg-stroke-45 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.7s both, animate-svg-fill-45 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.4s both;
}

@keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 337.62469482421875px;
    stroke-dasharray: 337.62469482421875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 337.62469482421875px;
  }
}

@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-46 {
  animation: animate-svg-stroke-46 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.8s both, animate-svg-fill-46 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.5s both;
}

@keyframes animate-svg-stroke-47 {
  0% {
    stroke-dashoffset: 169.24725341796875px;
    stroke-dasharray: 169.24725341796875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.24725341796875px;
  }
}

@keyframes animate-svg-fill-47 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-47 {
  animation: animate-svg-stroke-47 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 4.9s both, animate-svg-fill-47 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.6s both;
}

@keyframes animate-svg-stroke-48 {
  0% {
    stroke-dashoffset: 408.937744140625px;
    stroke-dasharray: 408.937744140625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 408.937744140625px;
  }
}

@keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-48 {
  animation: animate-svg-stroke-48 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 5s both, animate-svg-fill-48 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.7s both;
}

@keyframes animate-svg-stroke-49 {
  0% {
    stroke-dashoffset: 205.54183959960938px;
    stroke-dasharray: 205.54183959960938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.54183959960938px;
  }
}

@keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-49 {
  animation: animate-svg-stroke-49 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 5.1s both, animate-svg-fill-49 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.8s both;
}

@keyframes animate-svg-stroke-50 {
  0% {
    stroke-dashoffset: 97.20001220703125px;
    stroke-dasharray: 97.20001220703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 97.20001220703125px;
  }
}

@keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-50 {
  animation: animate-svg-stroke-50 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 5.2s both, animate-svg-fill-50 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.9s both;
}

@keyframes animate-svg-stroke-51 {
  0% {
    stroke-dashoffset: 89.20001220703125px;
    stroke-dasharray: 89.20001220703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.20001220703125px;
  }
}

@keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}

.logo-anima-51 {
  animation: animate-svg-stroke-51 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 5.3s both, animate-svg-fill-51 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s both;
}

.page-id-3 #main-area h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-id-3 #main-area p {
  margin-bottom: 25px;
}

.page-id-3 #main-area ul {
  margin-bottom: 25px;
}

.page-id-3 #main-area ul li {
  position: relative;
  padding-left: 20px;
}

.page-id-3 #main-area ul li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "●";
  font-size: 12px;
  font-size: 0.75rem;
}

.page-id-28 #main-area .smb-section__title {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 5px 10px !important;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #cccee0 25%, #dbdbdb 25%, #dbdbdb 50%, #cccee0 50%, #cccee0 75%, #dbdbdb 75%, #dbdbdb 100%);
  background-size: 8.49px 8.49px;
}

.page-id-28 #main-area .smb-box {
  margin-top: 40px;
}

.page-id-18 #main-area .h2-a {
  font-size: 32px;
  font-size: 2rem;
  border-top: 1px solid #1f286f;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #cccee0 25%, #dbdbdb 25%, #dbdbdb 50%, #cccee0 50%, #cccee0 75%, #dbdbdb 75%, #dbdbdb 100%);
  background-size: 8.49px 8.49px;
}

.page-id-18 #main-area .wp-block-columns {
  margin: 20px 0 40px;
}

@media screen and (max-width: 599px) {
  .page-id-18 #main-area .wp-block-columns {
    margin: 20px 0 0;
  }
}

.page-id-18 #main-area .address,
.page-id-18 #main-area .smb-spider-slider {
  margin-bottom: 10px;
}

.page-id-18 #main-area .smb-information__body > :not(:first-child) {
  margin-top: 5px;
}

@media screen and (max-width: 839px) {
  .page-id-18 #main-area .g-map {
    margin-top: 20px;
    padding-top: 120%;
  }
}

@media screen and (max-width: 599px) {
  .page-id-18 #main-area .g-map {
    padding-top: 75%;
  }
}

.page-id-327 #inspection_link .select_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 20px 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .page-id-327 #inspection_link .select_list {
    padding: 0;
  }
}

.page-id-327 #inspection_link .select_list li {
  padding: 20px 20px 0;
  width: calc(100% / 3);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .page-id-327 #inspection_link .select_list li {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .page-id-327 #inspection_link .select_list li {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 839px) {
  .page-id-327 #inspection_link .select_list li {
    width: 100%;
    padding: 10px 0;
  }
  .page-id-327 #inspection_link .select_list li:last-child {
    padding: 30px 0 0;
  }
}

.page-id-327 #inspection_link .select_list li a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 3px 0 rgba(0, 0, 0, 0.2);
}

.page-id-327 #inspection_link .select_list li a h2 {
  color: #1f286f;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .page-id-327 #inspection_link .select_list li a h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .page-id-327 #inspection_link .select_list li a h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 839px) {
  .page-id-327 #inspection_link .select_list li a h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-id-327 #inspection_link .select_list li a h3 {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
}

.page-id-327 #inspection_link .select_list li a h3::before {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: auto;
  left: auto;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .page-id-327 #inspection_link .select_list li a h3::before {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .page-id-327 #inspection_link .select_list li a h3::before {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 #inspection_link .select_list li a h3::before {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .page-id-327 #inspection_link .select_list li a h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .page-id-327 #inspection_link .select_list li a h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 839px) {
  .page-id-327 #inspection_link .select_list li a h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 #inspection_link .select_list li a h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.page-id-327 #inspection_link .select_list li a:hover {
  box-shadow: 6px 2px 0 rgba(0, 0, 0, 0.1);
}

.page-id-327 #inspection_link .select_list li a:hover h3::before {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: auto;
  left: auto;
  transition: 0.5s;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  .page-id-327 #inspection_link .select_list li a:hover h3::before {
    position: absolute;
    top: auto;
    right: 5px;
    bottom: auto;
    left: auto;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .page-id-327 #inspection_link .select_list li a:hover h3::before {
    position: absolute;
    top: auto;
    right: 5px;
    bottom: auto;
    left: auto;
  }
}

.page-id-327 #inspection_link .select_list li.value a {
  background: #e60012;
  background: linear-gradient(0deg, #e60012 10%, white 84%);
}

.page-id-327 #inspection_link .select_list li.value a:hover {
  background-color: rgba(230, 0, 18, 0.8);
}

.page-id-327 #inspection_link .select_list li.value a h3 {
  text-shadow: 3px 3px 0 #e60012, -3px -3px 0 #e60012, -3px 3px 0 #e60012, 3px -3px 0 #e60012, 0px 3px 0 #e60012, 0 -3px 0 #e60012, -3px 0 0 #e60012, 3px 0 0 #e60012;
}

.page-id-327 #inspection_link .select_list li.basic a {
  background: #f5bc34;
  background: linear-gradient(0deg, #f5bc34 10%, white 84%);
}

.page-id-327 #inspection_link .select_list li.basic a:hover {
  background-color: rgba(245, 188, 52, 0.8);
}

.page-id-327 #inspection_link .select_list li.basic a h3 {
  text-shadow: 3px 3px 0 #f5bc34, -3px -3px 0 #f5bc34, -3px 3px 0 #f5bc34, 3px -3px 0 #f5bc34, 0px 3px 0 #f5bc34, 0 -3px 0 #f5bc34, -3px 0 0 #f5bc34, 3px 0 0 #f5bc34;
}

.page-id-327 #inspection_link .select_list li.pikapika a {
  background: #1f286f;
  background: linear-gradient(0deg, #1f286f 10%, white 84%);
}

.page-id-327 #inspection_link .select_list li.pikapika a:hover {
  background-color: rgba(29, 32, 136, 0.8);
}

.page-id-327 #inspection_link .select_list li.pikapika a h3 {
  text-shadow: 3px 3px 0 #1d2088, -3px -3px 0 #1d2088, -3px 3px 0 #1d2088, 3px -3px 0 #1d2088, 0px 3px 0 #1d2088, 0 -3px 0 #1d2088, -3px 0 0 #1d2088, 3px 0 0 #1d2088;
}

.page-id-327 #inspection_link .select_list li.pikapika a h3::before {
  background-image: url(../img/common/arrow_w.svg);
}

.page-id-327 .menu_wrap {
  padding: 40px;
  position: relative;
  margin: 60px auto;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_wrap {
    padding: 40px 20px;
  }
}

.page-id-327 .menu h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -30px;
}

.page-id-327 .menu .leadTxt {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu .leadTxt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu .leadTxt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-id-327 .menu_list {
  margin-bottom: 20px;
}

.page-id-327 .menu_list li {
  position: relative;
  color: #f5bc34;
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 5px;
  font-weight: 700;
  padding-left: 30px;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_list li {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_list li {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 15px;
  }
}

.page-id-327 .menu_list li::before {
  position: absolute;
  top: 18px;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #f5bc34;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_list li::before {
    position: absolute;
    top: 15px;
    right: auto;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_list li::before {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }
}

.page-id-327 .menu_list li .comme {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_list li .comme {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_list li .comme {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-id-327 .menu_att {
  margin-bottom: 10px;
}

.page-id-327 .menu_att p {
  margin-bottom: 10px;
  color: #fff;
}

.page-id-327 .menu_att dl {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

.page-id-327 .menu_att dl dt,
.page-id-327 .menu_att dl dd {
  display: inline-block;
}

.page-id-327 .menu_att dl dt {
  position: relative;
  padding: 0 0 0 20px;
}

.page-id-327 .menu_att dl dt::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "＊";
}

.page-id-327 .menu_att dl dd {
  margin-left: 10px;
}

.page-id-327 .menu_price {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_price {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price {
    padding: 15px 10px;
  }
}

.page-id-327 .menu_price h3 {
  background: #222;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  padding: 2px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_price h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-id-327 .menu_price h3 span {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 839px) {
  .page-id-327 .menu_price h3 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price h3 span {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.page-id-327 .menu_price__list {
  border-bottom: 1px solid #222;
  margin-bottom: 15px;
}

.page-id-327 .menu_price__list li {
  border-top: 1px solid #222;
  padding: 5px 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-id-327 .menu_price__list li .type {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  width: 150px;
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price__list li .type {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-id-327 .menu_price__list li .weight {
  font-size: 16px;
  font-size: 1rem;
  width: 130px;
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price__list li .weight {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-id-327 .menu_price__list li .class {
  font-size: 18px;
  font-size: 1.125rem;
  width: 320px;
}

@media screen and (max-width: 599px) {
  .page-id-327 .menu_price__list li .class {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-id-327 .menu_price__list li .price {
  font-size: 24px;
  font-size: 1.5rem;
  color: #e60012;
  width: 100px;
}

.page-id-327 .menu_price__list li .price span {
  font-size: 18px;
  font-size: 1.125rem;
}

.page-id-327 .menu_price__att {
  color: #222 !important;
}

.page-id-327 #pikapikaW {
  background-color: #1f286f;
}

.page-id-327 #pikapikaW .menu h2 {
  text-shadow: 3px 3px 0 #1d2088, -3px -3px 0 #1d2088, -3px 3px 0 #1d2088, 3px -3px 0 #1d2088, 0px 3px 0 #1d2088, 0 -3px 0 #1d2088, -3px 0 0 #1d2088, 3px 0 0 #1d2088;
}

.page-id-327 #pikapikaW .menu_keeperMenu {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 839px) {
  .page-id-327 #pikapikaW .menu_keeperMenu {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
}

.page-id-327 #pikapikaW .menu_list .comme {
  display: block;
}

@media screen and (max-width: 839px) {
  .page-id-327 #pikapikaW .menu_bnr {
    margin-left: 10px;
  }
}

.page-id-327 #pikapikaW .menu_bnr li {
  margin-bottom: 10px;
}

.page-id-327 #basicW {
  background-color: #f5bc34;
}

.page-id-327 #basicW .menu h2 {
  text-shadow: 3px 3px 0 #f5bc34, -3px -3px 0 #f5bc34, -3px 3px 0 #f5bc34, 3px -3px 0 #f5bc34, 0px 3px 0 #f5bc34, 0 -3px 0 #f5bc34, -3px 0 0 #f5bc34, 3px 0 0 #f5bc34;
}

.page-id-327 #basicW .menu_list li {
  color: #1f286f;
}

.page-id-327 #basicW .menu_list li::before {
  background: #1f286f;
}

.page-id-327 #basicW .menu_list .comme {
  display: block;
}

.page-id-327 #valueW {
  background-color: #e60012;
}

.page-id-327 #valueW .menu h2 {
  text-shadow: 3px 3px 0 #e60012, -3px -3px 0 #e60012, -3px 3px 0 #e60012, 3px -3px 0 #e60012, 0px 3px 0 #e60012, 0 -3px 0 #e60012, -3px 0 0 #e60012, 3px 0 0 #e60012;
}

.page-id-327 #valueW .menu_keeperMenu .point p {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .page-id-327 #valueW .menu_keeperMenu .point p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-id-327 #valueW .menu_keeperMenu .point p span {
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .page-id-327 #valueW .menu_keeperMenu .point p span {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 5px;
  }
  .page-id-327 #valueW .menu_keeperMenu .point p span:last-child {
    margin-right: 0;
  }
}

.page-id-327 #valueW .menu_list li {
  color: #f5bc34;
}

.page-id-327 #valueW .menu_list li::before {
  background: #f5bc34;
}

.page-id-327 #cta .cont {
  background: #e3faed;
  border: 1px solid #3ea167;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 30px;
}

@media screen and (max-width: 599px) {
  .page-id-327 #cta .cont {
    padding: 20px;
  }
}

.page-id-327 #cta .cont h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 839px) {
  .page-id-327 #cta .cont h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-327 #cta .cont h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.page-id-327 #cta .cont dl {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.page-id-327 #cta .cont dl dt {
  width: 280px;
  font-weight: 700;
}

.page-id-327 #cta .cont dl dd span {
  display: inline-block;
  padding-right: 10px;
}

.page-id-360 .keeperTitle {
  margin-bottom: 20px;
}

.page-id-360 .keeperTitle strong {
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .page-id-360 .keeperTitle strong {
    display: block;
  }
}

.page-id-360 #keeper {
  margin-bottom: 40px;
}

.page-id-360 #keeper .keeper_wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  overflow-x: scroll;
}

@media screen and (min-width: 1200px) {
  .page-id-360 #keeper .keeper_wrap {
    overflow-x: auto;
  }
}

.page-id-360 #keeper .keeper_cont {
  min-width: 250px;
  width: 25%;
  padding: 12px 12px 40px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #a2a2a2;
}

.page-id-360 #keeper .keeper_cont > .flex_h {
  height: 100%;
  min-height: 0%;
}

.page-id-360 #keeper .keeper_cont:nth-of-type(1) {
  border-left: 1px solid #a2a2a2;
}

.page-id-360 #keeper .keeper_cont .leadText,
.page-id-360 #keeper .keeper_cont figure,
.page-id-360 #keeper .keeper_cont h2,
.page-id-360 #keeper .keeper_cont h3 {
  text-align: center;
  width: 100%;
}

.page-id-360 #keeper .keeper_cont h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}

.page-id-360 #keeper .keeper_cont h2 span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.page-id-360 #keeper .keeper_cont .leadText,
.page-id-360 #keeper .keeper_cont figure,
.page-id-360 #keeper .keeper_cont h3 {
  margin-bottom: 5px;
}

.page-id-360 #keeper .keeper_cont h3 {
  font-weight: 700;
  background-color: rgba(34, 34, 34, 0.1);
  padding: 5px;
  width: 100%;
}

.page-id-360 #keeper .keeper_cont dl {
  height: 100%;
  min-height: 0%;
  text-align: center;
}

.page-id-360 #keeper .keeper_cont dl dt {
  background: #e2e5f7;
  padding: 3px 5px;
}

.page-id-360 #keeper .keeper_cont dl dd {
  color: #e60012;
  padding: 8px;
}

.page-id-360 #keeper .keeper_cont dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-id-360 #keeper .keeper_cont .disc {
  flex: 2.5;
  height: 100%;
  min-height: 0%;
}

.page-id-360 #keeper .keeper_cont .endurance {
  flex: 1;
  height: 100%;
  min-height: 0%;
  margin-bottom: 10px;
}

.page-id-360 #keeper .keeper_cont .endurance p {
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100%;
  line-height: 1.2;
  flex-shrink: 0;
}

.page-id-360 #keeper .keeper_cont .endurance p__crystal h2 {
  background-color: #3399FF;
}

.page-id-360 #keeper .keeper_cont .endurance p__crystal .leadText {
  color: #3399FF;
}

.page-id-360 #keeper .keeper_cont .structure {
  flex: 2.8;
  height: 100%;
  min-height: 0%;
}

.page-id-360 #keeper .keeper_cont .structure ol {
  counter-reset: number;
}

.page-id-360 #keeper .keeper_cont .structure ol li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

.page-id-360 #keeper .keeper_cont .structure ol li::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}

.page-id-360 #keeper .keeper_cont .price_list {
  flex: 5;
  height: 100%;
  min-height: 0%;
}

.page-id-360 #keeper .keeper_cont__crystal h2 {
  background-color: #3399FF;
}

.page-id-360 #keeper .keeper_cont__crystal .leadText {
  color: #3399FF;
}

.page-id-360 #keeper .keeper_cont__diamond h2 {
  background-color: #CC9900;
}

.page-id-360 #keeper .keeper_cont__diamond .leadText {
  color: #CC9900;
}

.page-id-360 #keeper .keeper_cont__wdiamond h2 {
  background-color: #1d2088;
}

.page-id-360 #keeper .keeper_cont__wdiamond .leadText {
  color: #1d2088;
}

.page-id-360 #keeper .keeper_cont__ex h2 {
  background-color: #012c5a;
}

.page-id-360 #keeper .keeper_cont__ex .leadText {
  color: #012c5a;
}

.page-id-360 #carWash {
  margin-bottom: 60px;
}

.page-id-360 #carWash .carWash_wrap h2 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
  border-bottom: 1px dotted #1f286f;
}

.page-id-360 #carWash .carWash_cont {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  overflow-x: scroll;
}

@media screen and (min-width: 1200px) {
  .page-id-360 #carWash .carWash_cont {
    overflow-x: auto;
  }
}

.page-id-360 #carWash .carWash_cont__clm {
  width: 33.33333%;
  min-width: 330px;
  padding: 15px;
  padding: 12px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #a2a2a2;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
}

.page-id-360 #carWash .carWash_cont__clm:nth-of-type(1) {
  border-left: 1px solid #a2a2a2;
}

.page-id-360 #carWash .carWash_cont__clm h3 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  text-align: center;
}

.page-id-360 #carWash .carWash_cont__clm p {
  height: 100%;
  min-height: 0%;
  margin-bottom: 15px;
  flex: 3;
}

.page-id-360 #carWash .carWash_cont__clm h4 {
  font-weight: 700;
  background-color: rgba(34, 34, 34, 0.1);
  padding: 5px;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.page-id-360 #carWash .carWash_cont__clm dl {
  height: 100%;
  min-height: 0%;
  flex: 5;
  text-align: center;
  margin-bottom: 10px;
}

.page-id-360 #carWash .carWash_cont__clm dl dt {
  background: #e2e5f7;
  padding: 3px 5px;
}

.page-id-360 #carWash .carWash_cont__clm dl dd {
  color: #e60012;
  padding: 8px;
}

@media screen and (max-width: 839px) {
  .page-id-360 #carWash .carWash_cont__clm dl dd {
    height: 60px;
  }
}

@media screen and (min-width: 840px) {
  .page-id-360 #carWash .carWash_cont__clm dl dd br {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .page-id-360 #carWash .carWash_cont__clm dl dd br {
    display: block;
  }
}

.page-id-360 #carWash .carWash_cont__clm dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-id-391 .smb-section--fit {
  padding-bottom: 0;
}

.page-id-391 .smb-container {
  margin-bottom: 20px;
}

.page-id-391 .smb-section__contents-wrapper h2 {
  position: relative;
  display: inline-block;
  padding: 0 10px 10px !important;
  margin-bottom: 30px;
}

.page-id-391 .smb-section__contents-wrapper h2::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #3a6496 4px, #3a6496 7px);
}

.page-id-20 #main-area .oil-change {
  margin-bottom: 0;
  padding: 0;
}

.page-id-20 #main-area .oil-change_menu {
  margin-bottom: 64px;
  padding: 0;
}

.page-id-20 #main-area .oil-change_menu h3,
.page-id-20 #main-area .oil-change_menu h4,
.page-id-20 #main-area .oil-change_menu h5 {
  font-weight: 700;
}

.page-id-20 #main-area .oil-change_menu h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #222;
}

.page-id-20 #main-area .oil-change_menu h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  background: rgba(34, 34, 34, 0.1);
  padding: 0 5px;
}

@media screen and (max-width: 599px) {
  .page-id-20 #main-area .oil-change_menu h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-id-20 #main-area .oil-change_menu h5 {
  margin-bottom: 5px;
  color: #1f286f;
}

.page-id-20 #main-area .oil-change_menu .wp-block-table table {
  margin-bottom: 10px;
}

.page-id-20 #main-area .oil-change_menu .wp-block-table table th,
.page-id-20 #main-area .oil-change_menu .wp-block-table table td {
  border: 1px solid rgba(34, 34, 34, 0.2);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px;
}

@media screen and (max-width: 599px) {
  .page-id-20 #main-area .oil-change_menu .wp-block-table table th,
  .page-id-20 #main-area .oil-change_menu .wp-block-table table td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.page-id-20 #main-area .menu-price {
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .page-id-20 #main-area .menu-price {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.page-id-20 #main-area .is-style-sme-list-check {
  padding-left: 25px;
}
/*# sourceMappingURL=style.css.map */