@charset "UTF-8";
/*
  1.1 Element
*/
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Miryo, "メイリオ", Osaka, "MSゴシック", "sans-serif";
}

img {
  max-width: 100%;
  vertical-align: bottom;
  /*画像の下の余白を消す*/
}

.text-br {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px #bbb;
          box-shadow: 0 3px 3px #bbb;
  font-size: 1.171vw;
  z-index: 200;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.722vw;
  position: relative;
  z-index: 100;
}

.header_left a {
  display: block;
}

.header_logo {
  width: 12.006vw;
  margin: 0 0 0 6.149vw;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.header_nav a.nav01 {
  display: block;
  padding: 2.05vw 3.66vw 1.684vw;
  text-decoration: none;
}
.header_nav a.nav02 {
  display: block;
  padding: 1.8vw 3.66vw 1.8vw;
  text-decoration: none;
}
.header_nav a.nav03 {
  display: block;
  padding: 1.8vw 3.66vw 1.8vw;
  text-decoration: none;
}
.header_nav .black {
  color: #333d47;
}
.header_nav .black:hover {
  margin: 0 0 5px 0;
  color: #e5454c;
  border-bottom: 5px solid #e5454c;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header_nav .no_color {
  color: #333d47;
}
.header_nav .white {
  color: #fff;
}
.header_nav .white:hover {
  opacity: 0.5;
}
.header_nav .chenge-color a {
  color: #fff;
}

.header_orange {
  background-color: #f1b563;
}

.header_red {
  background-color: #e5454c;
}

.nav_txt {
  padding: 0 0 0 0.878vw;
}

ul.dropdown_menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.header_nav > li.dropdown {
  position: relative;
  color: #fff;
}
.header_nav > li.dropdown .dropdown_item a {
  color: #fff;
}
.header_nav > li.dropdown .dropdown_item a:hover {
  opacity: 0.5;
}

li.dropdown ul.dropdown_menu {
  position: absolute;
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  background: #e5454c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}

li.dropdown:hover ul.dropdown_menu {
  top: 67px;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* チェックボックスを非表示にする */
.dropdown_hidden {
  display: none;
}

/*
  ttl,lead,desc
*/
.top_ttl {
  font-size: 4.392vw;
  font-weight: 900;
}

.top_lead {
  margin: 5px;
  font-size: 1.171vw;
  font-weight: bold;
}

.top_desc {
  margin: 3.514vw 0 0 0;
  font-size: 1.171vw;
  line-height: 1.7;
}

.noto-sans {
  font-weight: 600;
}

/*
  Main
  */
#wrapper {
  padding-top: 4.722vw;
}

.main {
  margin-top: 4.722vw;
}

/*
  Fv
*/
.fv {
  margin: 0 0 0 6.149vw;
  padding: 22.694vw 0 0 0;
  position: relative;
  font-size: 4.026vw;
  font-weight: bold;
  line-height: 1.5;
}
.fv .yumincho {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 900;
}
.fv .fade_slide {
  width: 100%;
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.fv .slick-slide img {
  margin: 0 0 0 auto;
}

/*
 About
*/
.about {
  position: relative;
  margin: 0 0 0 6.149vw;
  padding: 12.079vw 0 12.006vw;
  z-index: 50;
}
.about .top_lead {
  position: relative;
}
.about .top_lead::before {
  content: "";
  width: 7vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 14.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about_link {
  margin: 3.66vw 0 0 0;
  position: absolute;
  border-bottom: 1px solid #333d47;
  font-size: 1.83vw;
}
.about a {
  display: block;
  padding: 0.732vw 25vw 0.732vw 0.732vw;
  position: relative;
  color: #333d47;
  text-decoration: none;
  z-index: 50;
}
.about a::before {
  content: "";
  color: #333d47;
  position: absolute;
  width: 2.083vw;
  top: 0;
  right: 3.125vw;
  bottom: 0;
  z-index: -1;
  background: #e33749;
  background: -webkit-gradient(linear, left top, right top, from(#e33749), color-stop(13%, #e7594f), color-stop(26%, #ef945d), color-stop(39%, #f1b363), color-stop(51%, #f3ce67));
  background: -webkit-linear-gradient(left, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  background: linear-gradient(90deg, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1) skewX(45deg);
          transform: scale(1, 1) skewX(45deg);
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about a:hover {
  color: #fff;
}
.about a:hover::before {
  width: 102%;
  right: 3.125vw;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

.restaurant {
  position: relative;
  top: -22vw;
  left: 0;
  z-index: 1;
}
.restaurant img {
  width: 100%;
}
.restaurant .restaurant_txt {
  position: absolute;
  top: 33vw;
  right: 16vw;
}
.restaurant .top_ttl {
  line-height: 1.2;
}
.restaurant .top_lead {
  margin: 1.537vw 0 0 0;
  position: relative;
}
.restaurant .top_lead::before {
  content: "";
  width: 22vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 5.124vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.restaurant_link {
  position: absolute;
  bottom: 18.302vw;
  right: 17vw;
  border-bottom: 1px solid #333d47;
  font-size: 1.83vw;
  z-index: 99;
}
.restaurant a {
  display: block;
  padding: 0.732vw 25vw 0.732vw 0.732vw;
  color: #333d47;
  text-decoration: none;
  z-index: 99;
}
.restaurant a::before {
  content: "";
  color: #333d47;
  position: absolute;
  width: 2.083vw;
  top: 0;
  right: 3.125vw;
  bottom: 0;
  z-index: -1;
  background: #e33749;
  background: -webkit-gradient(linear, left top, right top, from(#e33749), color-stop(13%, #e7594f), color-stop(26%, #ef945d), color-stop(39%, #f1b363), color-stop(51%, #f3ce67));
  background: -webkit-linear-gradient(left, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  background: linear-gradient(90deg, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1) skewX(45deg);
          transform: scale(1, 1) skewX(45deg);
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.restaurant a:hover {
  color: #fff;
}
.restaurant a:hover::before {
  width: 102%;
  right: 3.125vw;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

.central {
  position: relative;
  top: -22.3vw;
  right: -0.1vw;
  z-index: 10;
}
.central img {
  width: 100%;
}
.central .central_txt {
  position: absolute;
  top: 17vw;
  left: 18vw;
  text-align: right;
  z-index: 99;
}
.central .top_ttl {
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
.central .top_lead {
  margin: 1.537vw 0 0 0;
  position: relative;
}
.central .top_lead::before {
  content: "";
  width: 8vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  right: 13.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.central_link {
  position: absolute;
  bottom: 20vw;
  left: 17vw;
  border-bottom: 1px solid #333d47;
  font-size: 1.83vw;
  z-index: 99;
}
.central a {
  display: block;
  padding: 0.732vw 0.732vw 0.732vw 25vw;
  color: #333d47;
  text-decoration: none;
  z-index: 99;
}
.central a::before {
  content: "";
  color: #333d47;
  position: absolute;
  width: 2.083vw;
  top: 0;
  left: 3.125vw;
  bottom: 0;
  z-index: -1;
  background: #e33749;
  background: -webkit-gradient(linear, left top, right top, from(#e33749), color-stop(13%, #e7594f), color-stop(26%, #ef945d), color-stop(39%, #f1b363), color-stop(51%, #f3ce67));
  background: -webkit-linear-gradient(left, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  background: linear-gradient(90deg, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1) skewX(-45deg);
          transform: scale(1, 1) skewX(-45deg);
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.central a:hover {
  color: #fff;
}
.central a:hover::before {
  width: 102%;
  right: 3.125vw;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.recruit {
  position: relative;
  z-index: 10;
}
.recruit img {
  width: 100%;
}
.recruit .recruit_txt {
  position: absolute;
  top: 17vw;
  right: 15vw;
  z-index: 99;
}
.recruit .top_ttl {
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
.recruit .top_lead {
  margin: 1.537vw 0 0 0;
  position: relative;
}
.recruit .top_lead::before {
  content: "";
  width: 15vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 5.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_link {
  position: absolute;
  bottom: 34.407vw;
  right: 16vw;
  border-bottom: 1px solid #333d47;
  font-size: 1.83vw;
  z-index: 99;
}
.recruit a {
  display: block;
  padding: 0.732vw 24vw 0.732vw 1.5vw;
  color: #333d47;
  text-decoration: none;
  z-index: 99;
}
.recruit a::before {
  content: "";
  color: #333d47;
  position: absolute;
  width: 2.083vw;
  top: 0;
  right: 3.125vw;
  bottom: 0;
  z-index: -1;
  background: #e33749;
  background: -webkit-gradient(linear, left top, right top, from(#e33749), color-stop(13%, #e7594f), color-stop(26%, #ef945d), color-stop(39%, #f1b363), color-stop(51%, #f3ce67));
  background: -webkit-linear-gradient(left, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  background: linear-gradient(90deg, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%, #f3ce67 51%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1) skewX(45deg);
          transform: scale(1, 1) skewX(45deg);
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.recruit a:hover {
  color: #fff;
}
.recruit a:hover::before {
  width: 102%;
  right: 3.125vw;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

/*
  Footer
*/
.footer {
  font-size: 1.171vw;
  line-height: 2;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-image: url(../images/footer_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_top_left {
  margin: 6.662vw 0;
  font-size: 3.66vw;
  font-weight: bold;
  line-height: 1.5;
}
.footer_top_left p {
  text-align: center;
}
.footer_top_left a {
  display: block;
  padding: 2.489vw 10.981vw;
  background-color: #fff;
  color: #333d47;
  text-decoration: none;
  position: relative;
  z-index: 100;
}
.footer_top_left a::before {
  content: "";
  color: #333d47;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #578cef;
  background: -webkit-gradient(linear, left top, left bottom, from(#578cef), color-stop(55%, #cdd96f), color-stop(74%, #f3e66b), color-stop(87%, #f3ce67));
  background: -webkit-linear-gradient(top, #578cef 0%, #cdd96f 55%, #f3e66b 74%, #f3ce67 87%);
  background: linear-gradient(180deg, #578cef 0%, #cdd96f 55%, #f3e66b 74%, #f3ce67 87%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer_top_left a:hover {
  color: #fff;
  background-color: transparent;
}
.footer_top_left a:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer_top_left .small {
  font-size: 1.171vw;
  font-weight: normal;
  position: relative;
}
.footer_top_left .small::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/footer_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: 25px;
}

.footer_top_right {
  margin: 6.662vw 0;
  font-size: 3.66vw;
  font-weight: bold;
  line-height: 1.5;
}
.footer_top_right p {
  position: relative;
  z-index: 100;
  text-align: center;
}
.footer_top_right a {
  display: block;
  padding: 2.489vw 10.981vw;
  position: relative;
  background-color: #fff;
  color: #333d47;
  text-decoration: none;
  z-index: 100;
}
.footer_top_right a::before {
  content: "";
  color: #333d47;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e33749;
  background: -webkit-gradient(linear, left top, left bottom, from(#e33749), color-stop(13%, #e7594f), color-stop(26%, #ef945d), color-stop(39%, #f1b363));
  background: -webkit-linear-gradient(top, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%);
  background: linear-gradient(180deg, #e33749 0%, #e7594f 13%, #ef945d 26%, #f1b363 39%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer_top_right a:hover {
  color: #fff;
  background-color: transparent;
}
.footer_top_right a:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer_top_right .small {
  font-size: 1.171vw;
  font-weight: normal;
  position: relative;
}
.footer_top_right .small::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/footer_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: 25px;
}

.footer_bottom {
  padding: 3.221vw 0;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_bottom_container {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.footer_bottom_container .page_top {
  position: absolute;
  bottom: -8.333vw;
  right: -13.194vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 16px;
}
.footer_bottom_container .page_top a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer_bottom_container .page_top::before {
  content: "";
  width: 2px;
  height: 9.444vw;
  background-color: #fff;
  position: absolute;
  top: -3.472vw;
  left: -5.556vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_nav a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.footer_nav a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer_nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer_desc {
  width: 90%;
  margin: 1.611vw auto 0;
  padding: 1.977vw 0 0 0;
  border-top: 1px solid #fff;
  text-align: center;
}
.footer_desc .pp a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* Header */
  .header {
    -webkit-box-shadow: 0 3px 3px #bbb;
            box-shadow: 0 3px 3px #bbb;
    font-size: 4.444vw;
  }

  .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.889vw;
  }

  .header_logo {
    width: 26.111vw;
    margin: 0 0 0 6.149vw;
  }

  .header_nav {
    display: block;
    padding: 25vw 0 5.556vw 8.333vw;
    text-align: left;
  }
  .header_nav a.nav01 {
    display: block;
    padding: 28px 20px 23px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
  }
  .header_nav a.nav02 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 10vw auto;
    padding: 7.778vw 13.889vw 6.389vw;
    width: 27.778vw;
  }
  .header_nav a.nav02::before {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
    content: "";
    /*ボックスを作る*/
    position: absolute;
    /*ポジションで中央に配置*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* 親要素の後ろに来るように-1 */
    background-color: #f1b563;
  }
  .header_nav a.nav03 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 7.778vw 13.889vw 6.389vw;
    width: 27.778vw;
  }
  .header_nav a.nav03::before {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
    content: "";
    /*ボックスを作る*/
    position: absolute;
    /*ポジションで中央に配置*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* 親要素の後ろに来るように-1 */
    background-color: #e5454c;
  }
  .header_nav .dropdown_menu {
    display: none;
  }

  .header_nav > li.dropdown .dropdown_item a {
    color: #333d47;
  }

  .header_orange {
    color: #fff;
    background-color: transparent;
  }

  .header_red {
    color: #fff;
    background-color: transparent;
  }

  .nav_txt {
    padding: 0 0 0 0.878vw;
  }

  ul.dropdown_menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .header_nav > li.dropdown {
    position: relative;
  }

  li.dropdown ul.dropdown_menu {
    position: relative;
    top: auto;
    left: 50%;
    width: 100%;
    background: #f7f7f7;
    z-index: 99;
  }

  li.dropdown:hover ul.dropdown_menu {
    top: auto;
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16.667vw;
    width: 16.667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 999;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: "";
    display: block;
    height: 1.5px;
    width: 25px;
    border-radius: 3px;
    background: #e5454c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    z-index: 100;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
    left: 5px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
    right: 5px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 20px;
    left: 8px;
    background: #333d47;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 10;
  }

  #drawer_input:checked ~ .drawer_open span::after {
    top: 18px;
    right: 7px;
    background: #333d47;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 10;
  }

  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    padding: 36.111vw 0 0 0;
    position: fixed;
    top: 0%;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 100;
    background: #f7f7f7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding-top: 20px;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0%;
  }

  /* チェックボックスを非表示にする */
  .dropdown_hidden {
    display: none;
  }

  /* +の設置スペース */
  .dropdown_open {
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 999;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }

  /* +のアイコン */
  .dropdown_open span,
.dropdown_open span:before {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 3px;
    background: #333d47;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: -120px;
    bottom: 32px;
  }

  /* 縦棒の位置調整 */
  .dropdown_open span:before {
    bottom: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  /* アイコンがクリックされたら×にする */
  #dropdown_input:checked ~ .dropdown_open span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* アイコンがクリックされたら×にする */
  #dropdown_input:checked ~ .dropdown_open span::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  /* アイコンがクリックされたらメニューを表示 */
  #dropdown_input:checked ~ .dropdown_menu {
    display: block;
  }

  /*
  ttl,lead,desc
  */
  .top_ttl {
    font-size: 9.722vw;
  }

  .top_lead {
    margin: 4.444vw 0 0 0;
    font-size: 3.889vw;
  }

  .top_desc {
    margin: 8.056vw 0 0 0;
    font-size: 3.889vw;
    line-height: 2;
  }

  /*
  Main
  */
  #wrapper {
    padding-top: 13.889vw;
  }

  .main {
    margin-top: 13.889vw;
  }

  /*
    Fv
  */
  .fv {
    margin: 0 0 0 6.149vw;
    padding: 64vw 0 0 0;
    position: relative;
    font-size: 8.333vw;
    z-index: 30;
  }
  .fv h2 {
    position: relative;
    z-index: 40;
  }
  .fv .band {
    display: inline-block;
    margin: 3.333vw 0 0 0;
    background-color: #fff;
  }
  .fv .fade_slide {
    width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
  }
  .fv .slick-slide img {
    margin: 0 0 0 auto;
  }

  /*
   About
  */
  .about {
    position: relative;
    margin: 0 0 0 6.149vw;
    padding: 38.889vw 0 33.333vw;
  }
  .about .top_lead {
    position: relative;
  }
  .about .top_lead::before {
    display: none;
  }
  .about_link {
    margin: 3.66vw 0 0 0;
    position: absolute;
    bottom: -16vw;
    left: 8vw;
    border-bottom: none;
    font-size: 3.889vw;
  }
  .about a {
    display: block;
    padding: 3.333vw 45vw 3.333vw 3.333vw;
    color: #fff;
    text-decoration: none;
  }
  .about a::before {
    position: absolute;
    width: 100%;
    right: 10vw;
  }

  .restaurant {
    position: relative;
    top: 0;
    left: 0;
  }
  .restaurant img {
    width: 100%;
  }
  .restaurant .restaurant_txt {
    margin: 0 0 0 6.149vw;
    position: absolute;
    top: 33vw;
    right: auto;
  }
  .restaurant .top_ttl {
    line-height: 1.2;
  }
  .restaurant .top_lead::before {
    display: none;
  }
  .restaurant_link {
    margin: 3.66vw 0 0 6.149vw;
    position: absolute;
    bottom: 13.889vw;
    left: 8vw;
    border-bottom: none;
    font-size: 3.889vw;
  }
  .restaurant a {
    display: block;
    padding: 3.333vw 44vw 3.333vw 3.333vw;
    color: #fff;
    text-decoration: none;
  }
  .restaurant a::before {
    position: absolute;
    width: 100%;
    right: 10vw;
  }

  .central {
    position: relative;
    top: 0;
    left: 0;
  }
  .central img {
    width: 100%;
  }
  .central .central_txt {
    margin: 0 0 0 0;
    position: absolute;
    top: 25vw;
    left: 0;
    right: 5vw;
  }
  .central .top_ttl {
    line-height: 1.2;
    letter-spacing: 0;
  }
  .central .top_lead::before {
    display: none;
  }
  .central .top_desc {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .central_link {
    margin: 3.66vw 6.149vw 0 0;
    position: absolute;
    bottom: 13.889vw;
    right: 0;
    border-bottom: none;
    font-size: 3.889vw;
  }
  .central a {
    display: block;
    padding: 3.333vw 45vw 3.333vw 3.333vw;
    color: #fff;
    text-decoration: none;
  }
  .central a::before {
    position: absolute;
    width: 100%;
    left: auto;
    right: 10vw;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
  }

  .recruit {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 9.333vw;
  }
  .recruit img {
    width: 100%;
  }
  .recruit .recruit_txt {
    margin: 0 0 0 6.149vw;
    position: absolute;
    top: 33vw;
    right: auto;
  }
  .recruit .top_ttl {
    line-height: 1.2;
  }
  .recruit .top_lead::before {
    display: none;
  }
  .recruit_link {
    margin: 3.66vw 0 0 6.149vw;
    position: absolute;
    bottom: 13.889vw;
    left: 8vw;
    border-bottom: none;
    font-size: 3.889vw;
  }
  .recruit a {
    display: block;
    padding: 3.333vw 45vw 3.333vw 3.333vw;
    color: #fff;
    text-decoration: none;
  }
  .recruit a::before {
    position: absolute;
    width: 100%;
    right: 10vw;
  }

  /*
    Footer
  */
  .footer {
    font-size: 4.444vw;
    line-height: 2;
  }

  .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 13.889vw 4.167vw;
    background-image: url(../images/footer_img_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .footer_top_left {
    margin: 0 0 4.167vw 0;
    font-size: 9.333vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .footer_top_left p {
    text-align: center;
  }
  .footer_top_left a {
    display: block;
    background-color: #fff;
    color: #333d47;
    text-decoration: none;
  }
  .footer_top_left .small {
    font-size: 3.2vw;
    font-weight: normal;
    position: relative;
  }
  .footer_top_left .small::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/footer_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: 25px;
  }

  .footer_top_right {
    margin: 4.167vw 0 0;
    font-size: 9.333vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .footer_top_right p {
    text-align: center;
  }
  .footer_top_right a {
    display: block;
    padding: 2.489vw 10.981vw;
    background-color: #fff;
    color: #333d47;
    text-decoration: none;
  }
  .footer_top_right .small {
    font-size: 3.2vw;
    font-weight: normal;
    position: relative;
  }
  .footer_top_right .small::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/footer_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: 25px;
  }

  .footer_bottom {
    padding: 3.221vw 0;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .footer_bottom_container {
    width: 75%;
    margin: 0 auto;
  }
  .footer_bottom_container .page_top {
    position: absolute;
    bottom: 10vw;
    right: -13.194vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 3.333vw;
  }
  .footer_bottom_container .page_top a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .footer_bottom_container .page_top::before {
    content: "";
    width: 2px;
    height: 20vw;
    background-color: #fff;
    position: absolute;
    top: -6.5vw;
    left: -15vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_nav a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
  }

  .footer_desc {
    width: 90%;
    margin: 1.611vw auto 0;
    padding: 1.977vw 0 0 0;
    border-top: 1px solid #fff;
    text-align: center;
  }
}
/*
  Accesibility
*/
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 2s ease 0s 1 normal forwards;
  animation: passing-bar 2s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 3s ease 0.5s 1 normal forwards;
  animation: passing-txt 3s ease 0.5s 1 normal forwards;
}