@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("magnific-popup.css");
@import url("slick-theme.css");
@import url("slick.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.__lower {
  position: relative;
}
body.__lower::before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 4s;
  transition: 4s;
  opacity: 1;
  pointer-events: none;
}
body.__lower .lower-kv {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 2s;
  transition: 2s;
}
body.__lower.loaded::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  z-index: -5;
}
body.__lower.loaded .lower-kv {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

a {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
::-moz-selection {
  background: #666;
  color: #fff;
}
::selection {
  background: #666;
  color: #fff;
}

::-moz-selection {
  background: #666;
  color: #fff;
}

.site-main {
  overflow: hidden;
  position: relative;
}
.site-main.hidden_none {
  overflow: visible;
}

.content-wrapper {
  margin-top: 100px;
}
@media (max-width: 1920px) {
  .content-wrapper {
    margin-top: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .content-wrapper {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper {
    margin-top: 16vw;
  }
}

.lower-kv {
  height: 960px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1920px) {
  .lower-kv {
    height: auto;
  }
}
.lower-kv img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1920px) {
  .lower-kv img {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
  }
}

.site-header {
  position: fixed;
  z-index: 15;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.site-header .inner-wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  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: 100px;
}
@media (max-width: 1920px) {
  .site-header .inner-wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-header .inner-wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .inner-wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 1920px) {
  .site-header .inner-wrap {
    height: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .inner-wrap {
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .inner-wrap {
    height: 16vw;
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.site-header .logo {
  width: 190px;
}
@media (max-width: 1920px) {
  .site-header .logo {
    width: 9.8958333333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .logo {
    width: 13.1944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .logo {
    width: 29.3333333333vw;
  }
}
.site-header .logo img {
  width: 100%;
  height: auto;
}
.site-header .gnav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .site-header .gnav-area {
    display: none;
  }
}
.site-header .gnav-area .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .gnav-area .gnav li {
  margin-right: 25px;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .gnav li {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .gnav li {
    margin-right: 1.7361111111vw;
  }
}
.site-header .gnav-area .gnav li a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .gnav li a {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .gnav li a {
    font-size: 1.3888888889vw;
  }
}
.site-header .gnav-area .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 355px;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .btn-wrap {
    width: 18.4895833333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .btn-wrap {
    display: none;
  }
}
.site-header .gnav-area .btn-wrap a {
  width: 160px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .btn-wrap a {
    width: 8.8541666667vw;
    height: 1.9791666667vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .btn-wrap a {
    width: 11.8055555556vw;
    height: 2.6388888889vw;
    font-size: 1.25vw;
  }
}
.site-header .gnav-area .btn-wrap a.comingsoon {
  pointer-events: none;
}
.site-header .gnav-area .btn-wrap a.comingsoon::before {
  content: "";
  background: rgba(36, 73, 125, 0.8);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.site-header .gnav-area .btn-wrap a.comingsoon::after {
  content: "準備中";
  font-size: 1.6rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .btn-wrap a.comingsoon::after {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .btn-wrap a.comingsoon::after {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .gnav-area .btn-wrap a.comingsoon::after {
    font-size: 3.2vw;
  }
}
.site-header .gnav-area .btn-wrap a.takeout {
  background: #24497b;
}
.site-header .gnav-area .btn-wrap a.reserve {
  background: #dd2829;
  letter-spacing: 0.05em;
}

.h-menu {
  width: 45px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 92;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 991px) {
  .h-menu {
    width: 9.3333333333vw;
    height: 13.3333333333vw;
    display: block;
    padding-top: 3.2vw;
  }
}
.h-menu .nav {
  position: relative;
  top: 0.9722222222vw;
}
@media screen and (max-width: 991px) {
  .h-menu .nav {
    top: 1.8666666667vw;
  }
}
.h-menu span {
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #5d615e;
}
@media screen and (max-width: 991px) {
  .h-menu span {
    height: 0.5333333333vw;
  }
}
.h-menu span.l-t {
  top: 0px;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-t {
    top: 0;
  }
}
.h-menu span.l-b {
  bottom: -8px;
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-b {
    bottom: -1.8666666667vw;
  }
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: min(29.6vw, 570px);
  padding: min(8vw, 155px) 30px 40px;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 991px) {
  .p-menu-area {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    padding: 21.3333333333vw 6.6666666667vw 8vw;
    visibility: hidden;
  }
}
.p-menu-area::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-menu-area::after {
  content: "";
  background-image: url(../img/top/slide/2.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2s;
  transition: 2s;
}
.p-menu-area .wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap {
    height: 100%;
  }
}
.p-menu-area .wrap .hm-nav {
  position: relative;
  padding-left: 13.3333333333vw;
  border-left: 2px solid #5d615e;
  line-height: 1;
}
.p-menu-area .wrap .hm-nav li {
  position: relative;
}
.p-menu-area .wrap .hm-nav li:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
.p-menu-area .wrap .hm-nav li a {
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
  font-weight: 800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.05em;
  padding: 0;
  color: #000;
}
.p-menu-area .wrap .hm-nav li a.takeout {
  color: #dd2829;
}
.p-menu-area .wrap .hm-nav li a.reserve {
  color: #24497b;
}
.p-menu-area .wrap .menu-logo {
  margin-top: 8vw;
  text-align: right;
}
.p-menu-area .wrap .menu-logo img {
  width: 42.6666666667vw;
  height: auto;
}
.p-menu-area .wrap .banner {
  margin: 8vw 0 0;
  display: block;
}
.p-menu-area .wrap .banner img {
  width: 100%;
  height: auto;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  body.nav-open .menu-overlay {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body.nav-open .p-menu-area {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
body.nav-open .p-menu-area::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-open .h-menu {
  z-index: 93;
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 1px;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-t {
    top: 0;
  }
}
body.nav-open .h-menu span.l-c {
  opacity: 0;
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 2px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-b {
    bottom: 0.8vw;
  }
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area {
    opacity: 1;
    visibility: visible;
  }
}
body.nav-open .p-menu-area .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.base-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1920px) {
  .base-ttl {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1366px) {
  .base-ttl {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.base-ttl span {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .base-ttl span {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1366px) {
  .base-ttl span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl span {
    font-size: 5.0666666667vw;
  }
}
.base-ttl span.white {
  color: white;
}
.base-ttl span::after {
  content: "";
  background-image: url(../img/common/line.svg);
  background-repeat: no-repeat;
  width: 286px;
  height: 40px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1920px) {
  .base-ttl span::after {
    width: 14.8958333333vw;
    height: 2.0833333333vw;
    bottom: -1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .base-ttl span::after {
    width: 19.8611111111vw;
    height: 2.7777777778vw;
    bottom: -1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl span::after {
    width: 45.6vw;
    height: 6.4vw;
    bottom: -4vw;
  }
}

.base-btn {
  margin: 30px auto 0;
  width: 250px;
}
@media (max-width: 1920px) {
  .base-btn {
    margin: 1.5625vw auto 0;
    width: 13.0208333333vw;
  }
}
@media (max-width: 1366px) {
  .base-btn {
    margin: 2.0833333333vw auto 0;
    width: 17.3611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-btn {
    margin: 8vw auto 0;
    width: 48vw;
  }
}
.base-btn a {
  width: 100%;
  height: 55px;
  background: #000;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 1920px) {
  .base-btn a {
    height: 3.125vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .base-btn a {
    height: 4.1666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .base-btn a {
    height: 9.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.base-btn a:hover {
  opacity: 1;
  background: #24497b;
  border-radius: 0;
}
.base-btn.white a {
  background: white;
  color: black;
}
.base-btn.white a:hover {
  background: #dd2829;
  color: white;
}

.base-top-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .base-top-txt {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .base-top-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-top-txt {
    font-size: 3.7333333333vw;
  }
}
.base-top-txt.white {
  color: white;
}

.site-bottom-tour {
  padding: 6.25vw 0;
  position: relative;
  background-image: url(../img/common/w-bg.webp);
  background-size: 1920px auto;
}
@media (max-width: 1920px) {
  .site-bottom-tour {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour {
    padding: 16vw 0;
  }
}
.site-bottom-tour .wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .site-bottom-tour .wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.site-bottom-tour .wrap::before {
  content: "";
  background-image: url(../img/common/tour/deco.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .site-bottom-tour .wrap::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
    left: -5.46875vw;
    z-index: -1;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .wrap::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
    left: -7.2916666667vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .wrap::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    left: -13.3333333333vw;
  }
}
.site-bottom-tour .wrap::after {
  content: "";
  background-image: url(../img/common/tour/deco2.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 869px;
  display: block;
  position: absolute;
  right: -125px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .site-bottom-tour .wrap::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 45.2604166667vw;
    right: -6.5104166667vw;
    z-index: -1;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .wrap::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 60.3472222222vw;
    right: -8.6805555556vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .wrap::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 115.7333333333vw;
    right: -16vw;
  }
}
.site-bottom-tour .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: auto;
}
@media (max-width: 1920px) {
  .site-bottom-tour .list {
    width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .list {
    width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list {
    width: 100%;
    margin-bottom: -4%;
  }
}
.site-bottom-tour .list li {
  background: #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 2%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .site-bottom-tour .list li {
    padding: 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .list li {
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li {
    padding: 2.1333333333vw;
    margin-bottom: 4%;
  }
}
.site-bottom-tour .list li.comingsoon {
  position: relative;
  pointer-events: none;
}
.site-bottom-tour .list li.comingsoon::before {
  content: "";
  background: rgba(36, 73, 125, 0.8);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 1920px) {
  .site-bottom-tour .list li.comingsoon::before {
    padding: 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .list li.comingsoon::before {
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li.comingsoon::before {
    padding: 2.1333333333vw;
  }
}
.site-bottom-tour .list li.comingsoon::after {
  content: "準備中";
  font-size: 2.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
@media (max-width: 1366px) {
  .site-bottom-tour .list li.comingsoon::after {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li.comingsoon::after {
    font-size: 4.2666666667vw;
  }
}
.site-bottom-tour .list li.col3 {
  width: 31%;
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li.col3 {
    width: 48%;
  }
}
.site-bottom-tour .list li.col2 {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li.col2 {
    width: 48%;
  }
}
.site-bottom-tour .list li a {
  display: block;
  /*
  &:hover{
  				opacity: 1;	
  				color: $blue;

  					img{
  					 transform: scale(1.2);	 
  					}

  				}
  */
}
.site-bottom-tour .list li .thumb {
  overflow: hidden;
}
.site-bottom-tour .list li img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-bottom-tour .list li p {
  font-weight: 900;
  margin-top: 10px;
  letter-spacing: 0.025em;
}
@media (max-width: 1920px) {
  .site-bottom-tour .list li p {
    margin-top: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .list li p {
    margin-top: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list li p {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
    font-weight: 700;
  }
}
.site-bottom-tour .list li:hover {
  background: #24497b;
  border-radius: 0;
}
.site-bottom-tour .list li:hover a {
  opacity: 1;
  color: white;
}
.site-bottom-tour .list li:hover a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.site-footer {
  background-image: url(../img/common/g-bg.webp);
  background-size: 577px auto;
}
@media (max-width: 1920px) {
  .site-footer {
    background-size: 30.0520833333vw auto;
  }
}
@media (max-width: 1366px) {
  .site-footer {
    background-size: 40.0694444444vw auto;
  }
}
@media screen and (max-width: 991px) {
  .site-footer {
    background-size: 76.8vw auto;
  }
}
.site-footer .inner {
  padding: 65px 0 30px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .site-footer .inner {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .inner {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .inner {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .site-footer .inner {
    padding: 3.3854166667vw 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .inner {
    padding: 4.5138888889vw 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .inner {
    padding: 8vw 5.3333333333vw;
    display: block;
  }
}
.site-footer .column1 {
  width: 70.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .site-footer .column1 {
    width: 100%;
  }
}
.site-footer .column1 .logo {
  width: 190px;
  margin-right: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1920px) {
  .site-footer .column1 .logo {
    width: 9.8958333333vw;
    margin-right: 6.7708333333vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column1 .logo {
    width: 13.1944444444vw;
    margin-right: 9.0277777778vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column1 .logo {
    width: 21.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.site-footer .column1 .logo img {
  width: 100%;
  height: auto;
}
.site-footer .column1 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .column1 .nav li {
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1920px) {
  .site-footer .column1 .nav li {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column1 .nav li {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column1 .nav li {
    margin-bottom: 4vw;
  }
}
.site-footer .column1 .nav li a {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
}
@media (max-width: 1920px) {
  .site-footer .column1 .nav li a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column1 .nav li a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column1 .nav li a {
    font-size: 2.6666666667vw;
  }
}
.site-footer .column2 {
  width: 14.5%;
}
@media screen and (max-width: 991px) {
  .site-footer .column2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column2 .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4vw 0 8vw;
  }
}
.site-footer .column2 .btn-list li {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1920px) {
  .site-footer .column2 .btn-list li {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column2 .btn-list li {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column2 .btn-list li {
    margin: 0 2.6666666667vw;
    width: 40vw;
  }
}
.site-footer .column2 .btn-list li.comingsoon::before {
  content: "";
  background: rgba(36, 73, 125, 0.8);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.site-footer .column2 .btn-list li.comingsoon::after {
  content: "準備中";
  font-size: 1.6rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 1920px) {
  .site-footer .column2 .btn-list li.comingsoon::after {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column2 .btn-list li.comingsoon::after {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column2 .btn-list li.comingsoon::after {
    font-size: 3.2vw;
  }
}
.site-footer .column2 .btn-list li a {
  width: 100%;
  height: 35px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 1920px) {
  .site-footer .column2 .btn-list li a {
    height: 2.0833333333vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .column2 .btn-list li a {
    height: 2.7777777778vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .column2 .btn-list li a {
    height: 9.0666666667vw;
    font-size: 3.2vw;
  }
}
.site-footer .column2 .btn-list li a.takeout {
  background: #24497b;
}
.site-footer .column2 .btn-list li a.reserve {
  background: #dd2829;
}
.site-footer .copyright {
  text-align: right;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 1366px) {
  .site-footer .copyright {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .copyright {
    font-size: 2.9333333333vw;
    text-align: center;
    font-weight: normal;
  }
}

.bg-w {
  position: relative;
  z-index: 3;
}
.bg-w::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/w-bg.webp);
  background-size: 1920px auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .bg-w::after {
    background-size: 100vw auto;
  }
}
@media (max-width: 1366px) {
  .bg-w::after {
    background-size: 133.3333333333vw auto;
  }
}

.bg-g {
  position: relative;
  z-index: 3;
}
.bg-g::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/g-bg.webp);
  background-size: 577px auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .bg-g::after {
    background-size: 30.0520833333vw auto;
  }
}
@media (max-width: 1366px) {
  .bg-g::after {
    background-size: 40.0694444444vw auto;
  }
}

.pop-style {
  background-image: url(../img/common/g-bg.webp);
  background-color: #eee;
  background-size: 577px auto;
  border-radius: 30px;
  border: 5px solid black;
  padding: 60px 85px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .pop-style {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .pop-style {
    background-size: 30.0520833333vw auto;
    border-radius: 1.5625vw;
    padding: 3.125vw 4.4270833333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style {
    background-size: 40.0694444444vw auto;
    border-radius: 2.0833333333vw;
    padding: 4.1666666667vw 5.9027777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style {
    background-size: 76.8vw auto;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    max-width: 95vw;
  }
}
.pop-style .r-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .pop-style .r-list {
    display: block;
  }
}
.pop-style .r-list li {
  width: 47%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .pop-style .r-list li {
    margin-bottom: 1.5625vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li {
    width: 100%;
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
  }
  .pop-style .r-list li:last-child {
    border: 0;
    padding-bottom: 0;
  }
}
.pop-style .r-list li h3 {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .pop-style .r-list li h3 {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li h3 {
    font-size: 1.5972222222vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li h3 {
    font-size: 3.7333333333vw;
  }
}
.pop-style .r-list li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .r-list li .btn-wrap a {
  width: 48%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 1920px) {
  .pop-style .r-list li .btn-wrap a {
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li .btn-wrap a {
    height: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li .btn-wrap a {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pop-style .r-list li .btn-wrap a.tel {
  background: #f15a24;
}
.pop-style .r-list li .btn-wrap a.web {
  background: #29abe2;
}
.pop-style .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .t-list li {
  width: 47%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .pop-style .t-list li {
    margin-bottom: 1.5625vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li {
    width: 100%;
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
  }
  .pop-style .t-list li:last-child {
    border: 0;
    padding-bottom: 0;
  }
}
.pop-style .t-list li h3 {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .pop-style .t-list li h3 {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li h3 {
    font-size: 1.5972222222vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li h3 {
    font-size: 3.7333333333vw;
  }
}
.pop-style .t-list li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .t-list li .btn-wrap a {
  width: 31.5%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6px;
  margin-right: 2.75%;
}
@media (max-width: 1920px) {
  .pop-style .t-list li .btn-wrap a {
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li .btn-wrap a {
    height: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li .btn-wrap a {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pop-style .t-list li .btn-wrap a:nth-child(3n) {
  margin-right: 0;
}
.pop-style .t-list li .btn-wrap a.uber {
  background: #03c167;
}
.pop-style .t-list li .btn-wrap a.wolt {
  background: #00c2e7;
}
.pop-style .t-list li .btn-wrap a.menu {
  background: #dd2829;
}
.pop-style .popup-modal-dismiss {
  width: 200px;
  height: 45px;
  display: block;
  margin: 30px auto 0;
}
@media (max-width: 1920px) {
  .pop-style .popup-modal-dismiss {
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    margin: 1.5625vw auto 0;
  }
}
@media (max-width: 1366px) {
  .pop-style .popup-modal-dismiss {
    width: 13.8888888889vw;
    height: 3.4722222222vw;
    margin: 2.0833333333vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .popup-modal-dismiss {
    width: 40vw;
    height: 9.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.pop-style .popup-modal-dismiss a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: white;
  border-radius: 6px;
  height: 100%;
  font-size: 1.8rem;
}
@media (max-width: 1920px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 3.7333333333vw;
  }
}

.pagenation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .pagenation-area {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.pagenation-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.pagenation-area .page-numbers li {
  margin: 0 8px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pagenation-area .page-numbers li a {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: arial;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid black;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a {
    font-size: 1.4rem;
  }
}
.pagenation-area .page-numbers li a .c-pager__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a .c-pager__prev::after {
    width: 7px;
    height: 7px;
  }
}
.pagenation-area .page-numbers li a .c-pager__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: relative;
  right: 2px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a .c-pager__next::after {
    width: 7px;
    height: 7px;
  }
}
.pagenation-area .page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid black;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li .page-numbers {
    font-size: 1.4rem;
  }
}

.__top .kv-area {
  position: relative;
}
.__top .kv-area .top-kv-slide {
  display: none;
}
.__top .kv-area .top-kv-slide.slick-initialized {
  display: block;
}
.__top .kv-area .top-kv-slide .slick-slide img {
  width: 100%;
  height: auto;
}
.__top .kv-area .copy-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 43.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 1920px) {
  .__top .kv-area .copy-wrap {
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .kv-area .copy-wrap {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .kv-area .copy-wrap {
    padding-bottom: 5.3333333333vw;
  }
}
.__top .kv-area .copy-wrap::before {
  content: "";
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0.32)), color-stop(77%, rgba(255, 255, 255, 0.77)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.32) 31%, rgba(255, 255, 255, 0.77) 77%, white 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.__top .kv-area .copy-wrap h2 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1920px) {
  .__top .kv-area .copy-wrap h2 {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__top .kv-area .copy-wrap h2 {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .kv-area .copy-wrap h2 {
    margin-bottom: 2.6666666667vw;
  }
}
.__top .kv-area .copy-wrap h2 img {
  width: 682px;
  height: auto;
}
@media (max-width: 1920px) {
  .__top .kv-area .copy-wrap h2 img {
    width: 35.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .kv-area .copy-wrap h2 img {
    width: 47.3611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .kv-area .copy-wrap h2 img {
    width: 50vw;
  }
}
.__top .kv-area .copy-wrap p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1920px) {
  .__top .kv-area .copy-wrap p {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .kv-area .copy-wrap p {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .kv-area .copy-wrap p {
    font-size: 2.9333333333vw;
  }
}
.__top .sec-news {
  padding: 6.25vw 0;
  background-image: url(../img/common/w-bg.webp);
  background-size: 1920px auto;
}
@media (max-width: 1920px) {
  .__top .sec-news {
    background-size: 100vw auto;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news {
    background-size: 133.3333333333vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news {
    background-size: 256vw auto;
    padding: 16vw 0;
  }
}
.__top .sec-news .news-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__top .sec-news .news-wrapper::before {
  content: "";
  background-image: url(../img/top/news/left.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
    left: -5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
    left: -6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    left: -13.3333333333vw;
    bottom: -13.3333333333vw;
  }
}
.__top .sec-news .news-wrapper::after {
  content: "";
  background-image: url(../img/top/news/right.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  position: absolute;
  right: -135px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
    right: -7.03125vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
    right: -9.375vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    right: -17.8666666667vw;
    top: -8vw;
  }
}
.__top .sec-news .news-wrapper .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__top .sec-news .news-wrapper .filter li {
  width: 177px;
  border: 1px solid #24497b;
  background: white;
  border-radius: 6px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  font-size: 1.4rem;
  color: #24497b;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 9.6354166667vw;
    margin: 0 0.4166666667vw;
    height: 2.34375vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 12.8472222222vw;
    margin: 0 0.5555555556vw;
    height: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 28%;
    margin: 0 1% 2%;
    height: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.__top .sec-news .news-wrapper .filter li.is-active {
  background: #24497b;
  color: #fff;
}
.__top .sec-news .news-wrapper .filter li:hover {
  background: #24497b;
  color: #fff;
}
.__top .sec-news .news-wrapper .news-list {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 100%;
  }
}
.__top .sec-news .news-wrapper .news-list li {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 2.6666666667vw;
  }
}
.__top .sec-news .news-wrapper .news-list li:nth-child(n+6) {
  display: none !important;
}
.__top .sec-news .news-wrapper .news-list li.is-show {
  display: block;
}
.__top .sec-news .news-wrapper .news-list li a {
  position: relative;
  padding: 0 0 15px;
  display: block;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 0.78125vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .time {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    position: inherit;
    left: inherit;
    top: inherit;
    display: block;
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .category {
  position: absolute;
  left: 100px;
  top: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  border-radius: 4px;
  width: 96px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 5.2083333333vw;
    top: 0.15625vw;
    font-size: 0.7291666667vw;
    width: 5vw;
    height: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 6.9444444444vw;
    top: 0.2083333333vw;
    font-size: 0.9722222222vw;
    width: 6.6666666667vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 21.3333333333vw;
    top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    width: 18.6666666667vw;
    height: 4.8vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat1 {
  background: #0068b7;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat2 {
  background: #eb5d00;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat3 {
  background: #8cc63f;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat4 {
  background: #ffb75c;
}
.__top .sec-news .news-wrapper .news-list li .txt {
  padding-left: 220px;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 11.4583333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 15.2777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 0;
  }
}
.__top .sec-idea {
  padding: 6.25vw 0;
  background-image: url(../img/top/idea/r-bg.webp);
  background-size: 576px auto;
}
@media (max-width: 1920px) {
  .__top .sec-idea {
    background-size: 30vw auto;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea {
    background-size: 40vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea {
    background-size: 76.8vw auto;
    padding: 16vw 0;
  }
}
.__top .sec-idea .top-txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media (max-width: 1920px) {
  .__top .sec-idea .top-txt {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .top-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .top-txt {
    font-size: 3.4666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.__top .sec-idea .top-txt strong {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.1052631579;
  display: block;
}
@media (max-width: 1920px) {
  .__top .sec-idea .top-txt strong {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .top-txt strong {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .top-txt strong {
    font-size: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 2.6666666667vw;
  }
}
.__top .sec-idea .idea-list {
  margin-top: 125px;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list {
    margin-top: 6.5104166667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list {
    margin-top: 8.6805555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list {
    margin-top: 16vw;
    margin-bottom: -21.3333333333vw;
  }
}
.__top .sec-idea .idea-list li {
  margin-bottom: 180px;
  position: relative;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li {
    margin-bottom: 9.375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li {
    margin-bottom: 12.5vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li {
    margin-bottom: 24vw;
  }
}
.__top .sec-idea .idea-list li .photo {
  opacity: 0;
  height: 620px;
  overflow: hidden;
  width: 78%;
  margin-left: 22%;
  position: relative;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .photo {
    height: 32.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .photo {
    height: 43.0555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .photo {
    height: 66.7vw;
    width: 100%;
    margin-left: 0;
    z-index: 1;
  }
}
.__top .sec-idea .idea-list li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  width: 105%;
  height: auto;
}
.__top .sec-idea .idea-list li .photo::before {
  content: "";
  background-image: url(../img/top/idea/r-bg.webp);
  background-size: 100% auto;
  background-position: center center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.__top .sec-idea .idea-list li .txt-area {
  opacity: 0;
  width: 41%;
  padding: 45px 45px 45px 0;
  position: absolute;
  left: 0;
  bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .txt-area {
    padding: 2.34375vw 2.34375vw 2.34375vw 0;
    bottom: -3.125vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .txt-area {
    padding: 3.125vw 3.125vw 3.125vw 0;
    bottom: -4.1666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .txt-area {
    padding: 9.3333333333vw;
    width: 90vw;
    bottom: inherit;
    left: inherit;
    position: relative;
    margin-top: -8vw;
    z-index: 3;
  }
}
.__top .sec-idea .idea-list li .txt-area::before {
  content: "";
  background: white;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.__top .sec-idea .idea-list li .txt-area p {
  width: 400px;
  line-height: 2.25;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .txt-area p {
    width: 20.8333333333vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .txt-area p {
    width: 27.7777777778vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .txt-area p {
    width: 74.6666666667vw;
    font-size: 3.2vw;
  }
}
.__top .sec-idea .idea-list li.active .photo {
  opacity: 1;
}
.__top .sec-idea .idea-list li.active .photo img {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .photo img {
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
.__top .sec-idea .idea-list li.active .photo::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .photo::before {
    -webkit-transition: 1.1s;
    transition: 1.1s;
  }
}
.__top .sec-idea .idea-list li.active .txt-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .txt-area {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
}
.__top .sec-idea .idea-list li.active .txt-area::before {
  height: 100%;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .txt-area::before {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
.__top .sec-idea .idea-list li.active .txt-area p {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .txt-area p {
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
}
.__top .sec-idea .idea-list li:nth-child(even) .photo {
  margin-left: 0;
}
.__top .sec-idea .idea-list li:nth-child(even) .txt-area {
  padding: 45px 0 45px 45px;
  left: inherit;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    padding: 2.34375vw 0 2.34375vw 2.34375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    padding: 3.125vw 0 3.125vw 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    margin-left: 10vw;
    padding: 9.3333333333vw;
  }
}
.__top .sec-recommend {
  padding: 6.25vw 0;
  background-image: url(../img/top/recommend/bg.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend {
    padding: 16vw 0;
    background-size: auto 100%;
  }
}
.__top .sec-recommend .top-txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: white;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .top-txt {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .top-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .top-txt {
    font-size: 3.4666666667vw;
  }
}
.__top .sec-recommend .recommend-slide {
  display: none;
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-slide {
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-slide {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-slide {
    margin-top: 8vw;
  }
}
.__top .sec-recommend .recommend-slide.slick-initialized {
  display: block;
}
.__top .sec-recommend .recommend-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__top .sec-recommend .recommend-slide .slick-slide {
  background: white;
  padding: 10px;
  border-radius: 10px;
  height: auto !important;
  margin: 0 15px;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-slide .slick-slide {
    padding: 0.5208333333vw;
    margin: 0 0.78125vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-slide .slick-slide {
    padding: 0.6944444444vw;
    margin: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-slide .slick-slide {
    padding: 2.1333333333vw;
    margin: 0 2.1333333333vw;
  }
}
.__top .sec-recommend .recommend-slide .slick-slide img {
  width: 100%;
  height: auto;
}
.__top .sec-recommend .recommend-slide .slick-slide h3 {
  font-size: 1.6rem;
  margin: 10px 0 5px;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-slide .slick-slide h3 {
    font-size: 0.9375vw;
    margin: 0.78125vw 0 0.2604166667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-slide .slick-slide h3 {
    font-size: 1.25vw;
    margin: 1.0416666667vw 0 0.3472222222vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-slide .slick-slide h3 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
.__top .sec-recommend .recommend-slide .slick-slide p {
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-slide .slick-slide p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-slide .slick-slide p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-slide .slick-slide p {
    font-size: 3.4666666667vw;
  }
}

.__about .sec-story {
  position: relative;
  padding: 6.25vw 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-story {
    padding: 16vw 0;
  }
}
.__about .sec-story::before {
  content: "";
  background-image: url(../img/about/story/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.__about .sec-story .s-block {
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.__about .sec-story .s-block:not(:last-child) {
  margin-bottom: 6em;
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
.__about .sec-story .s-block.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__about .sec-story .s-block h2 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (max-width: 1920px) {
  .__about .sec-story .s-block h2 {
    font-size: 1.9791666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-story .s-block h2 {
    font-size: 2.6388888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block h2 {
    font-size: 5.3333333333vw;
  }
}
.__about .sec-story .s-block p {
  font-size: 2rem;
  line-height: 2.45;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .__about .sec-story .s-block p {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-story .s-block p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block p {
    font-size: 3.4666666667vw;
  }
}
.__about .sec-fastidiousness {
  position: relative;
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-fastidiousness {
    padding: 16vw 0 0;
  }
}
.__about .sec-fastidiousness .top-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .__about .sec-fastidiousness .top-txt {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-fastidiousness .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75vw;
}
@media screen and (max-width: 991px) {
  .__about .sec-fastidiousness .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10.6666666667vw;
  }
}
.__about .sec-fastidiousness .row img {
  width: calc(100% / 3);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__about .sec-fastidiousness .row img {
    width: 50%;
  }
  .__about .sec-fastidiousness .row img:nth-child(3n) {
    width: 100%;
  }
}
.__about .sec-service {
  max-width: 1920px;
  margin: auto;
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-service {
    max-width: 100%;
    padding: 16vw 0 0;
  }
}
.__about .sec-service::before {
  content: "";
  background-image: url(../img/about/bg-L.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -100px;
  top: 335px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__about .sec-service::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    left: -26.6666666667vw;
    top: 39.2vw;
  }
}
.__about .sec-service::after {
  content: "";
  background-image: url(../img/about/bg-R.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -120px;
  top: 55px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__about .sec-service::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    right: -37.3333333333vw;
    top: -8vw;
  }
}
.__about .sec-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__about .sec-service .list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__about .sec-service .list li {
  width: 19.2%;
  margin-bottom: 1%;
  margin-right: 1%;
}
.__about .sec-service .list li:nth-child(5n) {
  margin-right: 0;
}
.__about .sec-service .list li img {
  width: 100%;
  height: auto;
}
.__about .sec-sdgs {
  padding: 6.25vw 0;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs {
    padding: 16vw 0;
    max-width: 100%;
  }
}
.__about .sec-sdgs::before {
  content: "";
  background-image: url(../img/about/bg-L.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -100px;
  top: 335px;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs::before {
    content: none;
  }
}
.__about .sec-sdgs::after {
  content: "";
  background-image: url(../img/about/bg-R.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -120px;
  top: 155px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    right: -26.6666666667vw;
    top: 119.2vw;
  }
}
.__about .sec-sdgs .row {
  max-width: 955px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5.3333333333vw;
  }
}
.__about .sec-sdgs .row .draw {
  width: 49.2%;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .draw {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.__about .sec-sdgs .row .draw img {
  width: 100%;
  height: auto;
}
.__about .sec-sdgs .row .txt-area {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.__about .sec-sdgs .row .txt-area p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.6rem;
  margin-bottom: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area p {
    font-size: 3.4666666667vw;
  }
}
.__about .sec-sdgs .row .txt-area dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area dl dt {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-sdgs .row .txt-area dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area dl dd {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-voice {
  background: url(../img/common/g-bg.webp);
  background-size: 577px auto;
  padding: 6.25vw 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice {
    padding: 16vw 0;
    background-size: 153.8666666667vw auto;
  }
}
.__about .sec-voice .list {
  margin-bottom: -70px;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list {
    margin-bottom: -10.6666666667vw;
  }
}
.__about .sec-voice .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 78.6%;
  z-index: 3;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li {
    width: 90vw;
    margin-bottom: 10.6666666667vw;
  }
}
.__about .sec-voice .list li::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  z-index: -1;
}
.__about .sec-voice .list li .txt-area {
  opacity: 0;
  width: 70%;
  padding: 45px 45px 45px 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li .txt-area {
    width: 100%;
    padding: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.__about .sec-voice .list li .txt-area h3 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  opacity: 0;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li .txt-area h3 {
    font-size: 4.8vw;
  }
}
.__about .sec-voice .list li .txt-area h3::before {
  content: "";
  width: 120px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li .txt-area h3::before {
    width: 21.3333333333vw;
  }
}
.__about .sec-voice .list li .txt-area p {
  line-height: 2.25;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li .txt-area p {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-voice .list li.active::before {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li.active::before {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.__about .sec-voice .list li.active .txt-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li.active .txt-area {
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
}
.__about .sec-voice .list li.active .txt-area h3 {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li.active .txt-area h3 {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.__about .sec-voice .list li.active .txt-area p {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li.active .txt-area p {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.__about .sec-voice .list li:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 21.4%;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li:nth-child(even) {
    margin-left: 10vw;
  }
}
.__about .sec-voice .list li:nth-child(even)::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.__about .sec-voice .list li:nth-child(even) .txt-area {
  padding: 45px 0 45px 45px;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li:nth-child(even) .txt-area {
    padding: 8vw;
  }
}
.__about .sec-voice .list li:nth-child(even).active::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.__about .sec-question {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25vw 0 0;
}
@media (max-width: 1920px) {
  .__about .sec-question {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question {
    padding: 6.25vw 0 0;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question {
    padding: 8.3333333333vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question {
    padding: 16vw 0 0;
  }
}
.__about .sec-question .block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1920px) {
  .__about .sec-question .block {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block {
    padding: 0 5.3333333333vw;
  }
}
.__about .sec-question .block::before {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -530px;
  bottom: 20px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block::before {
    left: -27.6041666667vw;
    bottom: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::before {
    left: -36.8055555556vw;
    bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block::before {
    left: -70.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.__about .sec-question .block::after {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -570px;
  top: 225px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block::after {
    right: -29.6875vw;
    top: 11.71875vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::after {
    right: -39.5833333333vw;
    top: 15.625vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block::after {
    right: -76vw;
    top: 29.8666666667vw;
  }
}
.__about .sec-question .block:last-child::after {
  content: none;
}
.__about .sec-question .block.block {
  margin-top: 80px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block.block {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block.block {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block.block {
    margin-top: 10.6666666667vw;
  }
}
.__about .sec-question .block h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 15px 10px;
  border-bottom: 2px solid black;
}
@media (max-width: 1920px) {
  .__about .sec-question .block h3 {
    font-size: 1.0416666667vw;
    padding: 0 0.78125vw 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block h3 {
    font-size: 1.3888888889vw;
    padding: 0 1.0416666667vw 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block h3 {
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
.__about .sec-question .block dl {
  padding: 30px 75px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl {
    padding: 1.5625vw 3.90625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl {
    padding: 2.0833333333vw 5.2083333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl {
    padding: 4vw 10.6666666667vw;
  }
}
.__about .sec-question .block dl dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt {
    font-size: 4.2666666667vw;
  }
}
.__about .sec-question .block dl dt::before {
  content: "";
  background-image: url(../img/recruit/qa/Q.svg);
  background-repeat: no-repeat;
  background-size: 52px auto;
  width: 52px;
  height: 53px;
  position: absolute;
  left: -68px;
  top: -12px;
  display: block;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt::before {
    background-size: 2.7083333333vw auto;
    width: 2.7083333333vw;
    height: 2.7604166667vw;
    left: -3.5416666667vw;
    top: -0.625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt::before {
    background-size: 3.6111111111vw auto;
    width: 3.6111111111vw;
    height: 3.6805555556vw;
    left: -4.7222222222vw;
    top: -0.8333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt::before {
    background-size: 6.9333333333vw auto;
    width: 6.9333333333vw;
    height: 7.2vw;
    left: -9.0666666667vw;
    top: 0vw;
  }
}
.__about .sec-question .block dl dt::after {
  content: "";
  background-image: url(../img/recruit/qa/off.svg);
  background-repeat: no-repeat;
  background-size: 31px;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt::after {
    background-size: 1.6145833333vw auto;
    width: 1.6145833333vw;
    height: 1.6145833333vw;
    right: -2.6041666667vw;
    top: 0;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt::after {
    background-size: 2.1527777778vw auto;
    width: 2.1527777778vw;
    height: 2.1527777778vw;
    right: -3.4722222222vw;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt::after {
    background-size: 5.3333333333vw auto;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: -10.6666666667vw;
    top: 0.8vw;
  }
}
.__about .sec-question .block dl dt.active::after {
  content: "";
  background-image: url(../img/recruit/qa/on.svg);
}
.__about .sec-question .block dl dd {
  display: none;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  padding-top: 1em;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dd {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding-top: 0.5em;
  }
}

.__menu .sec-menu {
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu {
    padding: 16vw 0;
  }
}
.__menu .sec-menu::before {
  content: "";
  background-image: url(../img/menu/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu::before {
    background-size: 200vw auto;
    background-repeat: repeat;
  }
}
.__menu .sec-menu::after {
  content: "";
  background-color: #273c6b;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.__menu .sec-menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 2.6041666667vw auto;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__menu .sec-menu .list li {
  background: white;
  padding: 10px;
  border-radius: 10px;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .list li {
    padding: 1.6vw;
    border-radius: 6px;
    width: 48%;
    margin: 0 0 4%;
  }
}
.__menu .sec-menu .list li:nth-child(3n) {
  margin-right: 0;
}
.__menu .sec-menu .list li img {
  width: 100%;
  height: auto;
}
.__menu .sec-menu .list li h3 {
  font-size: 1.6rem;
  margin: 10px 0 5px;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .list li h3 {
    font-size: 3.7333333333vw;
  }
}
.__menu .sec-menu .list li p {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .list li p {
    font-size: 3.2vw;
  }
}

.__shop .sec-shop {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop {
    padding: 16vw 0 0;
  }
}
.__shop .sec-shop::before {
  content: "";
  background-image: url(../img/common/w-bg.webp);
  background-size: 1920px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop::before {
    background-size: 100vw auto;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop::before {
    background-size: 133.3333333333vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop::before {
    background-size: 256vw auto;
  }
}
.__shop .sec-shop .wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__shop .sec-shop .wrap::before {
  content: "";
  background-image: url(../img/shop/deco-L.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  display: block;
  width: 512px;
  height: 869px;
  position: absolute;
  left: -110px;
  top: 425px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 45.2604166667vw;
    left: -5.7291666667vw;
    top: 22.1354166667vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 60.3472222222vw;
    left: -7.6388888889vw;
    top: 29.5138888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 115.7333333333vw;
    left: -41.3333333333vw;
    top: 56.5333333333vw;
  }
}
.__shop .sec-shop .wrap::after {
  content: "";
  background-image: url(../img/shop/deco-R.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  display: block;
  width: 512px;
  height: 1010px;
  position: absolute;
  right: -135px;
  top: 0px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 52.6041666667vw;
    right: -7.03125vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 70.1388888889vw;
    right: -9.375vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 134.6666666667vw;
    right: -43.2vw;
  }
}
.__shop .sec-shop .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list {
    max-width: 100%;
  }
}
.__shop .sec-shop .list.mb {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 13.3333333333vw;
  }
}
.__shop .sec-shop .list li {
  width: 48%;
  padding: 45px 0;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li {
    padding: 2.34375vw 0;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li {
    padding: 3.125vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
}
.__shop .sec-shop .list li:nth-child(1), .__shop .sec-shop .list li:nth-child(2) {
  border-top: 1px solid black;
}
.__shop .sec-shop .list li h3 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li h3 {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li h3 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li h3 {
    font-size: 4.8vw;
  }
}
.__shop .sec-shop .list li .num {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li .num {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li .num {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li .num {
    font-size: 3.7333333333vw;
  }
}
.__shop .sec-shop .list li .num + .num {
  margin-top: 0.2em;
}

.__recruit .sec-copy {
  text-align: center;
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy {
    padding: 16vw 0;
  }
}
.__recruit .sec-copy::before {
  content: "";
  background-image: url(../img/recruit/deco.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  position: absolute;
  right: -145px;
  top: 6.25vw;
  display: block;
}
@media (max-width: 1920px) {
  .__recruit .sec-copy::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
    right: -7.5520833333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-copy::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
    right: -10.0694444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy::before {
    background-size: 68.8vw auto;
    width: 17.9166666667vw;
    height: 10.3472222222vw;
    right: -5vw;
  }
}
.__recruit .sec-copy h3 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .__recruit .sec-copy h3 {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-copy h3 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy h3 {
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
}
.__recruit .sec-copy p {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 1920px) {
  .__recruit .sec-copy p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-copy p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy p {
    font-size: 3.7333333333vw;
  }
}
.__recruit .sec-miryoku {
  text-align: center;
  position: relative;
  z-index: 3;
}
.__recruit .sec-miryoku::before {
  content: "";
  background-image: url(../img/recruit/deco.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  position: absolute;
  left: -90px;
  top: 0;
  display: block;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
    left: -4.6875vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
    left: -6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    left: -12vw;
  }
}
.__recruit .sec-miryoku h3 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku h3 {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku h3 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku h3 {
    font-size: 5.3333333333vw;
  }
}
.__recruit .sec-miryoku p {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku p {
    font-size: 3.7333333333vw;
  }
}
.__recruit .sec-miryoku .miryoku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .miryoku-list {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.__recruit .sec-miryoku .miryoku-list li {
  width: 30%;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku .miryoku-list li {
    width: 33.3%;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .miryoku-list li {
    width: 100%;
  }
  .__recruit .sec-miryoku .miryoku-list li + li {
    margin-top: 8vw;
  }
}
.__recruit .sec-miryoku .miryoku-list li h3 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku .miryoku-list li h3 {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku .miryoku-list li h3 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .miryoku-list li h3 {
    font-size: 4.8vw;
  }
}
.__recruit .sec-miryoku .miryoku-list li p {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku .miryoku-list li p {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku .miryoku-list li p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .miryoku-list li p {
    font-size: 3.4666666667vw;
  }
}
.__recruit .sec-miryoku .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
@media (max-width: 1920px) {
  .__recruit .sec-miryoku .list {
    margin-top: 6.25vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-miryoku .list {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .list {
    margin-top: 16vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__recruit .sec-miryoku .list li {
  width: calc(100%/3);
}
@media screen and (max-width: 991px) {
  .__recruit .sec-miryoku .list li {
    width: 50%;
  }
  .__recruit .sec-miryoku .list li:nth-child(3) {
    width: 100%;
  }
}
.__recruit .sec-miryoku .list li img {
  width: 100%;
  height: auto;
}
.__recruit .sec-voice {
  text-align: center;
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice {
    padding: 16vw 0;
  }
}
.__recruit .sec-voice .list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list {
    padding: 0 5.3333333333vw;
  }
}
.__recruit .sec-voice .list li {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li {
    display: block;
  }
}
.__recruit .sec-voice .list li + li {
  margin-top: 60px;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 6.25vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 16vw;
  }
}
.__recruit .sec-voice .list li::after {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: block;
  z-index: -1;
}
.__recruit .sec-voice .list li .thumb {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li .thumb {
    width: 100%;
  }
}
.__recruit .sec-voice .list li .thumb img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.__recruit .sec-voice .list li .txt-area {
  width: 50%;
  padding: 0 45px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 0 2.34375vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 5.3333333333vw;
    width: 100%;
  }
}
.__recruit .sec-voice .list li h3 {
  font-size: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 4.2666666667vw;
  }
}
.__recruit .sec-voice .list li h3::after {
  content: "";
  width: 117px;
  height: 1px;
  background: black;
  display: block;
  margin: 20px 0;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li h3::after {
    width: 6.09375vw;
    margin: 1.0416666667vw 0;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li h3::after {
    width: 8.125vw;
    margin: 1.3888888889vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li h3::after {
    width: 15.4666666667vw;
    margin: 4vw 0;
  }
}
.__recruit .sec-voice .list li p {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li p {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li p {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.__recruit .sec-voice .list li.active::after {
  width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.__recruit .sec-voice .list li.active .thumb img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.__recruit .sec-voice .list li.active .txt-area {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
}
.__recruit .sec-recruiting {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting {
    padding: 16vw 0 0;
  }
}
.__recruit .sec-recruiting .mv {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .mv {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .mv {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .mv {
    max-width: 100%;
  }
}
.__recruit .sec-recruiting .mv::before {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  top: 325px;
  left: -512px;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .mv::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .mv::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .mv::before {
    top: 16.9270833333vw;
    left: -26.6666666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .mv::before {
    top: 22.5694444444vw;
    left: -35.5555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .mv::before {
    top: 43.2vw;
    left: -68.2666666667vw;
  }
}
.__recruit .sec-recruiting .mv::after {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  top: 0;
  right: -540px;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .mv::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .mv::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .mv::after {
    right: -28.125vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .mv::after {
    right: -37.5vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .mv::after {
    right: -72vw;
  }
}
.__recruit .sec-recruiting .mv img {
  width: 100%;
  height: auto;
}
.__recruit .sec-recruiting .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5%;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list {
    margin-top: 2%;
  }
}
.__recruit .sec-recruiting .list li {
  background: #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 2%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 48.5%;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .list li {
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .list li {
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list li {
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw;
  }
}
.__recruit .sec-recruiting .list li a {
  display: block;
}
.__recruit .sec-recruiting .list li .thumb {
  overflow: hidden;
}
.__recruit .sec-recruiting .list li img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.__recruit .sec-recruiting .list li p {
  font-weight: 900;
  margin-top: 10px;
  letter-spacing: 0.025em;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .list li p {
    margin-top: 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .list li p {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list li p {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.__recruit .sec-recruiting .list li:hover {
  background: #24497b;
  border-radius: 0;
}
.__recruit .sec-recruiting .list li:hover a {
  opacity: 1;
  color: white;
}
.__recruit .sec-recruiting .list li:hover a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.__contact .sec-contact {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .__contact .sec-contact {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__contact .sec-contact {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact {
    padding: 16vw 0 0;
  }
}
.__contact .sec-contact .base-top-txt small {
  font-size: 1.4rem;
  color: #dd2829;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .base-top-txt small {
    font-size: 3.2vw;
  }
}
.__contact .sec-contact .form-style {
  padding: 0 100px;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style {
    padding: 0 5.3333333333vw;
    margin-top: vw-so(50);
  }
}
.__contact .sec-contact .form-style input, .__contact .sec-contact .form-style textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.__contact .sec-contact .form-style dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl {
    margin-bottom: 8vw;
  }
}
.__contact .sec-contact .form-style dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 1em;
  }
}
.__contact .sec-contact .form-style dl dt .require {
  color: #dd2829;
  font-size: 1.4rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dt .require {
    font-size: 3.7333333333vw;
  }
}
.__contact .sec-contact .form-style dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd {
    font-size: 4.2666666667vw;
  }
}
.__contact .sec-contact .form-style dl dd input {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd input {
    padding: 2.6666666667vw;
    width: 70%;
  }
}
.__contact .sec-contact .form-style dl dd textarea {
  width: 100%;
  height: 300px;
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd textarea {
    padding: 2.6666666667vw;
    height: 53.3333333333vw;
  }
}
.__contact .sec-contact .form-style .policy {
  border: 1px solid #ccc;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy {
    padding: 5.3333333333vw;
  }
}
.__contact .sec-contact .form-style .policy h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy h3 {
    font-size: 4vw;
  }
}
.__contact .sec-contact .form-style .policy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy p {
    font-size: 3.2vw;
  }
}
.__contact .sec-contact .form-style .policy p a {
  text-decoration: underline;
  font-weight: 700;
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap {
  margin-top: 1em;
  display: block;
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    vertical-align: -1.0666666667vw;
  }
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: -2px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 9px;
  height: 15px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox]:checked:before {
    top: -0.2666666667vw;
    left: 0.8vw;
    width: 1.8666666667vw;
    height: 3.4666666667vw;
  }
}
.__contact .sec-contact .form-style .submit-area {
  max-width: 450px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .submit-area {
    max-width: 75vw;
    margin: 8vw auto 0;
  }
}
.__contact .sec-contact .form-style .submit-area input {
  background: black;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .submit-area input {
    height: 12vw;
    font-size: 3.7333333333vw;
    padding-bottom: 2px;
  }
}
.__contact .sec-contact .form-style .submit-area input:hover {
  background: #24497b;
}

.__news .sec-news-list {
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6.25vw;
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    padding: 16vw 0;
  }
}
@media (max-width: 1920px) {
  .__news .sec-news-list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    margin-bottom: -16vw;
  }
}
.__news .sec-news-list .news-list {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__news .sec-news-list .news-list li {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 2.6666666667vw;
  }
}
.__news .sec-news-list .news-list li.is-show {
  display: block;
}
.__news .sec-news-list .news-list li a {
  position: relative;
  padding: 0 0 15px;
  display: block;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 0.78125vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__news .sec-news-list .news-list li .time {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .time {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .time {
    position: inherit;
    left: inherit;
    top: inherit;
    display: block;
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__news .sec-news-list .news-list li .category {
  position: absolute;
  left: 100px;
  top: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  border-radius: 4px;
  width: 96px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .category {
    left: 5.2083333333vw;
    top: 0.15625vw;
    font-size: 0.7291666667vw;
    width: 5vw;
    height: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .category {
    left: 6.9444444444vw;
    top: 0.2083333333vw;
    font-size: 0.9722222222vw;
    width: 6.6666666667vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .category {
    left: 21.3333333333vw;
    top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    width: 18.6666666667vw;
    height: 4.8vw;
  }
}
.__news .sec-news-list .news-list li .category.news-cat1 {
  background: #0068b7;
}
.__news .sec-news-list .news-list li .category.news-cat2 {
  background: #eb5d00;
}
.__news .sec-news-list .news-list li .category.news-cat3 {
  background: #8cc63f;
}
.__news .sec-news-list .news-list li .category.news-cat4 {
  background: #ffb75c;
}
.__news .sec-news-list .news-list li .txt {
  padding-left: 220px;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 11.4583333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 15.2777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 0;
  }
}
.__news .sec-post {
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -3.125vw;
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    padding: 16vw 0;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    margin-bottom: -16vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.__news .sec-post::before {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -510px;
  bottom: 0;
}
@media (max-width: 1920px) {
  .__news .sec-post::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post::before {
    left: -26.5625vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::before {
    left: -35.4166666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post::before {
    left: -66.6666666667vw;
  }
}
.__news .sec-post::after {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -540px;
  top: 100px;
}
@media (max-width: 1920px) {
  .__news .sec-post::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post::after {
    right: -28.125vw;
    top: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::after {
    right: -37.5vw;
    top: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post::after {
    right: -32vw;
    top: 13.3333333333vw;
  }
}
.__news .sec-post time {
  font-weight: 700;
}
.__news .sec-post .post-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .__news .sec-post .post-ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post .post-ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post .post-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 1.5em;
  }
}
.__news .sec-post .post-content {
  line-height: 1.8;
}
.__news .sec-post .back {
  max-width: 200px;
  height: 45px;
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.2083333333vw auto 0;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 1920px) {
  .__news .sec-post .back {
    max-width: 13.0208333333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post .back {
    max-width: 17.3611111111vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post .back {
    max-width: 70%;
    height: 10.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */