@font-face {
  font-family: "Impact";
  src: url("../font/Impact") format("truetype"), url("../font/Impact") format("opentype");
}

@font-face {
  font-family: "Corporate Logo";
  src: url("../font/CorpLogo") format("truetype"), url("../font/CorpLogo") format("opentype");
}

@font-face {
  font-family: "Helvetica CE 55 Roman";
  src: url("../font/HelvNeueCe55Roman") format("truetype"), url("../font/HelvNeueCe55Roman") format("opentype");
}

ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-clear {
  float: none;
  clear: both;
}

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

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

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

.t-just {
  text-align: justify;
}

.fwb {
  font-weight: bold;
}

.dbl {
  display: block;
}

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

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.pdr05em {
  padding-right: 0.5em;
}

.pdr1em {
  padding-right: 1em;
}

.pdl05em {
  padding-left: 0.5em;
}

.pdl1em {
  padding-left: 1em;
}

.por {
  position: relative;
}

.green {
  color: #A5C80A;
}

.light-brown {
  color: #B48246;
}

.black {
  color: #000;
}

.keyColor {
  color: #CB182E;
}

.keyColor_2 {
  color: #CB212E;
}

.fs22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs2 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .fs2 {
    font-size: 1.8rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}

.inView_up, .inView_in {
  opacity: 0;
}

.animated.-slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

html {
  font-size: 62.5%;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
    min-width: initial;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

.wrap {
  overflow: hidden;
}

.section-inner {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .section-inner {
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.section-inner-ss {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .section-inner-ss {
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
}

a {
  color: #CB182E;
  cursor: pointer;
}

a:hover {
  color: #CB182E;
}

a img:hover {
  opacity: 0.8;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

.logo-header-square {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #CB182E;
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  .logo-header-square {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
}

.logo-header-square a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  color: white;
  text-decoration: none;
  padding: 31px 0 0 5px;
  white-space: nowrap;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .logo-header-square a {
    padding: 20px 0 0 5px;
  }
}

.logo-header-square a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.logo-header {
  position: absolute;
  top: 22px;
  right: auto;
  bottom: 0;
  left: 120px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .logo-header {
    top: 8px;
    left: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .logo-header img {
    height: 45px;
    width: auto;
  }
}

.col-2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-2-box .box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .col-2-box .box {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .mean-container ul {
    background: rgba(42, 42, 42, 0.8);
  }
  .mean-container ul li {
    border-color: #808080;
  }
  .mean-container ul li.-tel {
    vertical-align: middle;
  }
  .mean-container ul li.-tel a {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mean-container ul li.-tel a img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }
  .mean-container ul li a {
    text-align: center;
    color: white;
  }
  .mean-container ul li span {
    text-align: center;
    color: white;
  }
  .mean-container ul li .sub-menu {
    background: rgba(0, 0, 0, 0.5);
  }
  .mean-container ul a.mean-expand {
    background: black;
    color: white;
  }
  .mean-container .mean-bar ul a:hover, .mean-container .mean-bar ul span:hover {
    background: rgba(175, 175, 175, 0.1);
  }
  .mean-container ul a.mean-expand, .mean-container ul span.mean-expand {
    z-inde: 10;
  }
}

.bg-dark::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header {
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: left 10%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    position: fixed;
  }
}

.header .section-inner {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header .section-inner {
    margin-left: 0;
  }
}

.header .header-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .header-inner.-top {
  position: absolute;
  top: 20px;
  right: 0;
  width: 480px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .header .header-inner.-top {
    display: none;
  }
}

.header .header-inner.-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header .header-inner.-bottom .por {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header .header-inner.-bottom .por {
    z-index: 99;
    width: 50%;
  }
}

.header .header-inner .g-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 680px;
  height: 100px;
}

@media screen and (max-width: 1100px) {
  .header .header-inner .g-nav {
    width: 60%;
    right: 50px;
  }
}

.header .header-inner .g-nav, #fix-g-nav {
  display: block;
  text-align: center;
}

.header .header-inner .g-nav ul, #fix-g-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

.header .header-inner .g-nav ul li, #fix-g-nav ul li {
  display: block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header .header-inner .g-nav ul li:hover ul.sub-menu, #fix-g-nav ul li:hover ul.sub-menu {
  color: white;
  top: 100px;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.header .header-inner .g-nav ul li:hover ul.sub-menu::before, #fix-g-nav ul li:hover ul.sub-menu::before {
  border-top: 6px solid #CB182E;
}

.header .header-inner .g-nav ul li::after, #fix-g-nav ul li::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #CB182E;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header .header-inner .g-nav ul li:hover::after, #fix-g-nav ul li:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header .header-inner .g-nav ul li.-current::after, #fix-g-nav ul li.-current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header .header-inner .g-nav ul li.-w18per, #fix-g-nav ul li.-w18per {
  min-width: 18%;
}

.header .header-inner .g-nav ul li a, .header .header-inner .g-nav ul li span, #fix-g-nav ul li a, #fix-g-nav ul li span {
  color: white;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 52px;
  position: relative;
  font-weight: 600;
}

.header .header-inner .g-nav ul li span, #fix-g-nav ul li span {
  padding-top: 25px;
}

.header .header-inner .g-nav ul li ul.sub-menu, #fix-g-nav ul li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: block;
  position: absolute;
  top: 100px;
  height: auto;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header .header-inner .g-nav ul li ul.sub-menu::before, #fix-g-nav ul li ul.sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #CB182E;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0 !important;
  right: 0;
  left: 0;
  margin: auto;
}

.header .header-inner .g-nav ul li ul.sub-menu li, #fix-g-nav ul li ul.sub-menu li {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header .header-inner .g-nav ul li ul.sub-menu li a, .header .header-inner .g-nav ul li ul.sub-menu li span, #fix-g-nav ul li ul.sub-menu li a, #fix-g-nav ul li ul.sub-menu li span {
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 1em 0.5em;
  font-weight: 500;
}

.header .header-inner .g-nav ul li ul.sub-menu li:hover, #fix-g-nav ul li ul.sub-menu li:hover {
  font-weight: normal;
}

.header .header-inner .g-nav ul li ul.sub-menu li:hover::after, #fix-g-nav ul li ul.sub-menu li:hover::after {
  display: none;
}

#fix-g-nav {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
  z-index: 99;
  font-weight: 500;
}

#fix-g-nav.-fixed {
  display: block;
  position: fixed;
}

@media screen and (max-width: 1024px) {
  #fix-g-nav {
    display: none !important;
  }
}

#fix-g-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

#fix-g-nav ul li:hover ul.sub-menu {
  top: 60px;
}

#fix-g-nav ul li ul.sub-menu {
  height: 60px;
}

#fix-g-nav ul li ul.sub-menu li {
  padding: 0;
}

#fix-g-nav ul li span {
  padding-top: 5px;
}

.footer {
  background: #CB182E;
}

.home .footer {
  margin-top: -100px;
}

@media screen and (max-width: 1024px) {
  .home .footer {
    margin-top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .home .footer {
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
}

.footer div.-bottom {
  color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .footer div.-bottom {
    text-align: center;
  }
}

.footer div.-bottom .float-r {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .footer div.-bottom .float-r {
    float: none;
    width: 100%;
  }
}

.footer div.-bottom .float-l {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .footer div.-bottom .float-l {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .footer div.-bottom .float-l {
    float: none;
    width: 100%;
  }
}

.footer div.-bottom .float-l.-info {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .footer div.-bottom .float-l.-info {
    margin: 1em 0 0;
  }
}

.footer div.-bottom ul {
  list-style: none;
  margin: 0;
  padding: 2em 0 0;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .footer div.-bottom ul {
    padding-top: 2em;
  }
}

@media screen and (max-width: 768px) {
  .footer div.-bottom ul {
    margin: 0 0 50px 0;
  }
}

.footer div.-bottom ul li {
  display: list-item;
  margin-left: 1em;
}

@media screen and (max-width: 1024px) {
  .footer div.-bottom ul li {
    margin: 0.5em 1em 0 0;
  }
}

@media screen and (max-width: 768px) {
  .footer div.-bottom ul li {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .footer div.-bottom ul li .-last {
    margin-right: 0;
  }
}

.footer div.-bottom ul a {
  color: white;
  text-decoration: none;
}

.footer div.-bottom ul a:hover {
  opacity: 0.8;
}

.footer .copyright {
  font-size: 1.2rem;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-top: 55px;
}

.footer a[href^="tel:"] {
  color: white;
  text-decoration: none;
  font-family: "Helvetica CE 55 Roman", sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .footer a[href^="tel:"] {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer a[href^="tel:"] {
    font-size: 4rem;
  }
}

.footer .ftr-adr {
  margin-top: 2.5rem;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .footer .ftr-adr {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .ftr-adr {
    font-size: 1.4rem;
  }
}

.footer .section-inner.-small {
  width: 1024px;
}

@media screen and (max-width: 1100px) {
  .footer .section-inner.-small {
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
}
/*# sourceMappingURL=common.css.map */