@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
/*=============================================
 ******************* main **********************
 *=============================================*/
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
/* iPhone X */
/*.fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
/* iPhone XR */
/* .fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
/*=============================================
 ******************** header ******************
 *=============================================*/
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
/*=============================================
 ******************* footer *******************
 *=============================================*/
/*=============================================
***************** copyright ******************
*=============================================*/
/* Arrows */
/* Dots */
@keyframes "fadeInUp" {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
/* a:not([href=""]):hover img:not(.btn):not(.non-over), */
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 36px;
  background: url(../img/shared/bg_body.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
}

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

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

html {
  min-width: auto;
}

h1 {
      line-height: 1.5;
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3vw;
}

#head-key h1.txt-vertical {
  position: absolute;
  width: calc(100% - 78px);
  height: auto;
  writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -moz-writing-mode: inherit;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  top: 13vw;
  bottom: inherit;
  height: auto;
  z-index: 6;
  line-height: 16px;
  color: #fff;
}

#head-top {
  padding: 0 0 60px;
}

.nav-header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .g_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 5% auto;
}
.nav-header .g_btn li a {
  margin: 0 15px;
  font-weight: bold;
  display: block;
}
.nav-header .g_btn li.map a:before {
  content: url("../img/shared/icon_map.png");
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 30px;
}
.nav-header .g_btn li.blog a:before {
  content: url("../img/shared/icon_blog.png");
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.nav-header .nav {
  display: block;
  padding-top: 10%;
  padding-bottom: 15%;
  height: 100vh;
  background: #000;
  color: #fff;
  text-align: center;
  overflow-y: scroll;
}
.nav-header .logo-nav {
  margin: auto;
  max-width: 150px;
}
.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-weight: bold;
}
.nav-header a.nav-main span {
  padding: 5px 30px;
}
.nav-header a.nav-main::after {
  display: none;
}
.nav-header a.active {
  opacity: 0.7;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header .sub-nav::after {
  display: none;
}
.nav-header .sub-nav::before {
  display: none;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-nav {
  text-align: center;
  font-size: 25px;
  margin-top: 25px;
}
.nav-header .tel-nav a > span {
  display: block;
}
.nav-header .tel-nav a > span:first-child {
  font-size: 15px;
}
.nav-header .tel-icon img,
.nav-header .mail-icon img,
.nav-header .recruit-icon img,
.nav-header .btn-uber img {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nav-header .btn-web {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 20px;
  width: 180px;
}

.nav-header .btn-recruit {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 20px;
  width: 180px;
}

.nav-header .btn-uber {
  border: 1px solid #fff;
  padding: 10px 25px;
  display: block;
  width: 180px;
  margin: 20px auto 0;
}
.nav-header .btn-uber a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header .btn-uber a span {
  line-height: 25px;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}

#key-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
#key-box .keyvisual li {
  height: 530px;
  background: #000;
}
#key-box .keyvisual li img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#key-box .after {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

header .logo {
  padding: 10px;
  width: 40%;
  max-width: 150px;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
}

.hamberger-btn {
  position: fixed;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #000;
  bottom: 0;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}
.hamberger-btn span::before {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  top: 8px;
}
.hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  top: -8px;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.menu-open #fixed-sp {
  display: none;
}

.js-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 50px;
}

.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}

footer {
  position: relative;
  margin-top: 0;
  padding: 55px 0 100px;
  color: #fff;
  background: url(../img/index/bg_pt2.jpg) repeat 0 0/100%;
}
footer::after {
  content: "";
  background: url(../img/shared/border-top-ft_84.jpg) repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  position: absolute;
}
footer .wrap {
  padding: 0 !important;
}
footer .s-top {
  background: url(../img/shared/bg-ft-topsp.png) no-repeat top center/115%;
  padding: 0 5%;
}
footer .logo {
  max-width: 220px;
  margin: 30px auto;
  padding-top: 15px;
}
footer .tel-ft {
  text-align: center;
}
footer .tel-ft dt .tel-icon {
  display: block;
  font-size: 25px;
  letter-spacing: 3px;
}
footer .tel-ft dt img {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}
footer .tel-ft dd {
  line-height: 1.4em;
  margin-top: 10px;
}
footer .btn-web {
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  margin: 30px 10px;
}
footer .btn-web img {
  width: auto;
}
footer .info-footer dl {
  margin-bottom: 20px;
  font-size: 15px;
}
footer .s-bot {
  padding: 10% 5%;
  background: url(../img/shared/bg-ft-bot.png) no-repeat top center/280%;
}
footer .s-bot .s-right {
  margin-bottom: 15vw;
}
footer .s-bot .s-right .photo {
  padding: 0 10%;
}
footer .s-bot .s-right h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 22px;
}
footer .s-bot .s-right .r-btn {
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 20px;
}
footer .s-bot .s-right .r-btn img {
  width: auto;
  margin-right: 3px;
}
footer .gr-btn {
  margin: 20px 0 50px;
}
footer .btn {
  text-align: center;
  border: 1px solid #fff;
  margin: 0 5%;
  padding: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 7px 7px 0 1px #0c3c77;
}
footer .btn img {
  width: auto;
  margin-bottom: 5px;
  margin-right: 10px;
}
footer .btn-map {
  margin-bottom: 25px;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 70px);
  height: 70px;
  background: #242424;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li{
    height: 70px;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#fixed-sp ul li a img {
  width: 16px;
}
#fixed-sp ul li a span {
  line-height: 22px;
}
#fixed-sp ul li:first-child {
  width: 65%;
  position: relative;
}
#fixed-sp ul li:first-child::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#fixed-sp ul li:first-child a span {
  padding: 7px;
}
#fixed-sp ul li:last-child {
  width: 35%;
}
#fixed-sp ul li:last-child img {
  margin-right: 5px;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#pagetop {
  bottom: 80px;
  width: 50px;
  z-index: 98;
}

.fixed_bottom {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: auto;
  z-index: 98;
  width: 51%;
}
.fixed_bottom .close {
  position: absolute;
  top: -22px;
  left: 14px;
  line-height: 0;
  cursor: pointer;
}
.fixed_bottom:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.btn-cus {
  position: relative;
  background: url("../img/shared/arrow.png"), url("../img/shared/bg2.png");
  background-position: right 25px top 20px, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  padding-bottom: 0 !important;
  width: 412px;
  max-width: 100%;
}
.btn-cus:hover {
  opacity: 0.8;
}
.btn-cus:before {
  position: absolute;
  content: "";
  border: 5px solid #cd321d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-cus a {
  display: block;
  font-size: 20px;
  line-height: 64px;
  height: 67px;
  text-align: center;
  font-weight: bold;
}

.pc {
  display: none;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.slick-prev:hover {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:focus {
  color: transparent;
  outline: none;
}
.slick-prev:focus:before {
  opacity: 1;
}
.slick-prev:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.slick-next:hover {
  color: transparent;
  outline: none;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-next:focus:before {
  opacity: 1;
}
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "▶";
  color: #fff;
}
[dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  background: #6a6a6a;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  animation-name: fadeInUp;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    top: 200px;
    left: 0;
    right: auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #head-key .logo {
    width: auto;
  }
  #head-key h1.txt-vertical {
    position: absolute;
    z-index: 5;
    top: 92%;
    width: 3px;
    left: 5px;
    height: 355px;
    line-height: 13px;
    z-index: 10;
    color: #1f2127;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: 76px;
    left: auto;
  }
  .nav-header .g_btn {
    margin: inherit;
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    padding-top: 7px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-header .g_btn li.map a:before {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../img/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
  }
  .nav-header a.nav-main::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
    display: block;
  }
  .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
  }
  .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
    display: block;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  .nav-header li a.nav-main.active::after {
    width: 90%;
  }
  .nav-header li:hover a.nav-main::after {
    width: 90%;
  }
  .nav-header li.sub-nav.active::after {
    width: 90%;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .menu-pc {
    background: url(../img/index/bg_pt2.jpg) repeat;
    color: #fff;
    padding: 10px 0;
  }
  .menu-pc .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-pc .wrap .nav-pc {
    display: flex;
    justify-content: space-between;
    width: 65.5%;
  }
  .menu-pc .wrap .nav-pc li a:hover {
    opacity: 0.7;
  }
  .menu-pc .wrap .nav-pc li a.active {
    opacity: 0.7;
  }
  .menu-pc .wrap .menu-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-pc .wrap .menu-info .label {
    font-size: 14px;
    line-height: 18px;
  }
  .menu-pc .wrap .menu-info .tel-icon {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .menu-pc .wrap .menu-info .tel-icon img {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .menu-pc .wrap .menu-info ul {
    margin-left: 10px;
    margin-bottom: 3px;
  }
  .menu-pc .wrap .btn-web {
    text-align: center;
    border: 1px solid #fff;
    font-size: 17px;
    width: 190px;
    margin: auto;
    height: 25px;
    margin-top: -5px;
  }
  .menu-pc .wrap .btn-web a {
    position: relative;
    bottom: 5px;
  }
  .menu-pc .wrap .btn-web img {
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .menu-pc img {
    width: auto;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  #key-box {
    width: 100%;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 800px;
  }
  #key-box .keyvisual li {
    position: relative;
    height: 800px;
  }
  #key-box .keyvisual li img {
    height: 800px;
  }
  .head-info {
    position: absolute;
    top: 70px;
    right: 32px;
    color: #fff;
    z-index: 999;
  }
  .head-info::after {
    position: absolute;
    content: "";
    background: url(../img/shared/header_after.png) no-repeat 0 0/100%;
    width: 394px;
    height: 800px;
    top: -70px;
    right: -32px;
    z-index: -1;
  }
  .head-info .logo a:hover {
    opacity: 1;
  }
  .head-info .logo a:hover img {
    opacity: 1;
  }
  .head-info dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 999;
  }
  .head-info dl.tel-ft dt {
    font-size: 17px;
    letter-spacing: 2px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .head-info dl.tel-ft dt .tel-icon {
    font-size: 30px;
    display: block;
    margin-top: -5px;
  }
  .head-info dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info dl.tel-ft img {
    margin-bottom: 10px;
  }
  .head-info .btn-web {
    text-align: center;
    border: 1px solid #fff;
    width: 220px;
    margin-top: -12px;
    margin-left: 5px;
    padding: 5px;
    /*display: inline-block;*/
    letter-spacing: 3px;
      display: block;
  }
  .head-info .btn-web:hover {
    opacity: 0.7;
  }
  .head-info .btn-web img {
    margin: 0 10px 3px;
  }
    
    .head-info .btn-recruit {
    text-align: center;
    border: 1px solid #fff;
    width: 220px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 5px;
    /*display: inline-block;*/
    letter-spacing: 3px;
      display: block;
  }
  .head-info .btn-recruit:hover {
    opacity: 0.7;
  }
  .head-info .btn-recruit img {
    margin: 0 10px 3px;
  }
    
  .head-info .btn-uber {
    border: 1px solid #fff;
    width: 220px;
    padding: 10px 5px;
    margin-top: 357px;
    font-size: 17px;
    position: relative;
    z-index: 999;
  }
  .head-info .btn-uber:hover {
    opacity: 0.7;
  }
  .head-info .btn-uber a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head-info .btn-uber a span {
    letter-spacing: 2px;
    margin: 0 5px;
    line-height: 22px;
  }
  .head-info img {
    width: auto;
  }
  footer {
    position: relative;
    margin-top: 0;
    padding: 0 0 100px;
    color: #fff;
    background: url(../img/index/bg_pt2.jpg) repeat 0 0/100%;
  }
  footer::after {
    content: "";
    background: url(../img/shared/border-top-ft_84.jpg) repeat-x;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
    position: absolute;
  }
  footer .wrap {
    padding: 0 !important;
  }
  footer .s-top {
    background: url(../img/shared/bg-ft-top.png) no-repeat top center/100%;
    padding: 50px 0 67px;
  }
  footer .s-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .s-top .wrap .s-left {
    width: 350px;
    margin-top: 25px;
  }
  footer .s-top .wrap .s-right {
    margin-right: 5px;
    margin-top: 50px;
  }
  footer .s-top .wrap .s-right dl {
    display: flex;
    margin-bottom: 24px;
    line-height: 27px;
    letter-spacing: 2.5px;
  }
  footer .s-top .wrap .s-right dl dt {
    margin-right: 25px;
    width: 90px;
  }
  footer .logo {
    max-width: 100%;
    margin: 30px auto;
    padding-top: 15px;
    text-align: center;
  }
  footer .logo img {
    width: auto;
  }
  footer .tel-ft {
    text-align: center;
    margin-top: 58px;
  }
  footer .tel-ft dt .tel-icon {
    display: block;
    font-size: 25px;
    letter-spacing: 3px;
  }
  footer .tel-ft dt img {
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  footer .tel-ft dd {
    line-height: 1.4em;
    margin-top: 10px;
  }
  footer .btn-web {
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    margin: 30px 10px;
    letter-spacing: 3px;
  }
  footer .btn-web a {
    display: block;
  }
  footer .btn-web:hover {
    opacity: 0.7;
  }
  footer .btn-web img {
    width: auto;
  }
  footer .info-footer dl {
    margin-bottom: 20px;
    font-size: 15px;
  }
  footer .s-bot {
    padding: 100px 0 25px;
    background: url(../img/shared/bg-ft-bot.png) no-repeat top -150px center/100%;
  }
  footer .s-bot .wrap {
    display: flex;
    justify-content: space-between;
  }
  footer .s-bot .s-right {
    margin-bottom: 15px;
    order: 2;
  }
  footer .s-bot .s-right .photo {
    padding: 0;
  }
  footer .s-bot .s-right h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 27px;
    letter-spacing: 4px;
  }
  footer .s-bot .s-right .r-btn {
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 10px;
    margin: 0 auto 25px;
    width: 275px;
    letter-spacing: 4px;
  }
  footer .s-bot .s-right .r-btn img {
    width: auto;
    margin-right: 15px;
  }
  footer .s-bot .s-right .r-btn:hover {
    opacity: 0.7;
  }
  footer .s-bot .s-left {
    order: 1;
  }
  footer .s-bot .s-left iframe {
    width: 512px;
    height: 488px;
  }
  footer .gr-btn {
    margin: 0;
  }
  footer .btn {
    text-align: center;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px;
    width: 355px;
    position: relative;
    z-index: 1;
    box-shadow: 7px 7px 0 1px #0c3c77;
    letter-spacing: 4px;
  }
  footer .btn a {
    display: block;
  }
  footer .btn span {
    display: block;
  }
  footer .btn img {
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  footer .btn span.copied {
    pointer-events: none;
  }
  footer .btn-gmap {
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 25px;
  }
  footer .btn-gmap:hover {
    text-decoration: none;
  }
  footer .btn-map {
    margin-bottom: 40px;
  }
  footer .ft-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -170px;
  }
  footer .ft-social address span {
    display: inline;
    margin-right: 20px;
  }
  footer .ft-social #socialbuttons {
    margin: 0;
    margin-left: auto;
  }
  .fixed_bottom {
    right: inherit;
    right: 0;
    width: auto;
    bottom: 10px;
    left: auto;
  }
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: block;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1400px) {
    h1{
    top: 10px;
    }
    .head-info::after{
    height: 590px;
    }
    .head-info .btn-uber{
    margin-top: 140px;
    }
  #key-box .keyvisual {
    height: 590px;
  }
  #key-box .keyvisual li {
    height: 590px;
  }
  #key-box .keyvisual li img {
    height: 590px;
  }
}


@media screen and (-ms-high-contrast: active) {
  .btn-over img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .over-img img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .over-img img:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  img.over {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  img.over:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  img:not(.btn):not(.non-over) {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  button img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  a:hover img:not(.btn):not(.non-over) {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:hover:before {
    text-decoration: none;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none) {
  .btn-over img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .over-img img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .over-img img:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  img.over {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  img.over:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  img:not(.btn):not(.non-over) {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  button img {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  a:hover img:not(.btn):not(.non-over) {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:hover:before {
    text-decoration: none;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
    text-decoration: none;
  }
}/*# sourceMappingURL=shared.css.map */