@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*アニメーションここまで*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #222;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.top:before {
  content: '';
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.5) 0%, rgba(34, 34, 34, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-height: 600px;
}
.top h2 {
  margin: 0;
  font-size: 78px;
  letter-spacing: 5px;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  right: 10%;
  top: 17%;
  z-index: 2;
}
.top .copy {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 500;
  position: absolute;
  left: 5%;
  bottom: 240px;
  z-index: 2;
}
.top .en {
  width: 800px;
  position: absolute;
  right: 5%;
  bottom: 100px;
  z-index: 1;
  transform: rotate(-15deg);
}
.top .en svg {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.top .en #mask .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.top .slide_wrap {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.top .slide_box {
  content: '';
  position: absolute;
  left: -100px;
  right: 0;
  top: -500px;
  bottom: 0;
  margin: auto;
}
.top .slide_box div {
  width: 4000px;
  height: 300px;
  margin: 50px 0;
  background-size: 2500px;
  transform: rotate(-15deg);
}
.top .slide_01 {
  background: url(../img/slide_01.png) top left / 100% repeat-x;
  animation: slide1 70s linear 0s infinite normal none running;
}
.top .slide_02 {
  background: url(../img/slide_02.png) top left / 100% repeat-x;
  animation: slide2 70s linear 0s infinite normal none running;
}
.top .slide_03 {
  background: url(../img/slide_03.png) top left / 100% repeat-x;
  animation: slide1 70s linear 0s infinite normal none running;
}
.top .slide_04 {
  background: url(../img/slide_04.png) top left / 100% repeat-x;
  animation: slide2 70s linear 0s infinite normal none running;
}
@keyframes slide1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2500px;
  }
}
@keyframes slide2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2500px;
  }
}
/*サークル*/
.top .circle {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 5%;
  bottom: -90px;
  z-index: 1;
}
.circle img {
  width: 100%;
}
.circle.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 30s;
}
@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
/*-------------------トップ以下-------------------*/
/*背景色*/
.bg_color::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.7s ease 0s;
  z-index: 0;
}
.bg_color.show::before {
  opacity: 1;
}
.bg_color.people::before {
  background: linear-gradient(0deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
}
.bg_color.restaurant::before {
  background-color: #222;
}
.bg_color.entry::before {
  background-color: #222;
}
.contents {
  padding: 0 0 100px;
}
.contents .inner {
  width: 90%;
  min-width: 1200px;
}
.bg_text {
  width: 150%;
  height: 125px;
  background-size: 1000px auto;
  background-position: center;
  background-repeat: repeat-x;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
@-webkit-keyframes bgscroll02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
@keyframes bgscroll02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
/*-------------------メッセージ-------------------*/
.contents.message {
  position: relative;
  padding: 70px 0;
}
.contents.message p {
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}
.contents.message p span {
  display: block;
  opacity: 0;
}
.contents.message .bg_text {
  background-image: url("../img/bg_text.png");
  animation: bgscroll02 100s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.1;
  transform: rotate(-3deg);
}
/*-------------------〇〇を知る-------------------*/
.contents.know .inner {
  width: 80%;
}
.contents.know section {
  margin-bottom: 70px;
}
.contents.know section:last-child {
  margin: 0;
}
.contents.know figure.bg {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  position: relative;
}
.contents.know figure.bg img {
  object-fit: cover;
  height: 100%;
}
.contents.know figure.bg:before {
  content: '';
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 50%, rgba(34, 34, 34, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.know .circle {
  width: 400px;
  height: 400px;
  z-index: 1;
  opacity: 0.5;
}
.contents.know h3 {
  margin: -150px 0 50px 0;
  font-size: 58px;
  letter-spacing: 5px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.contents.know h3 .b {
  font-size: 88px;
  color: #FEE400;
  background: -webkit-linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents.know h3 .sub {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  background: linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  width: 150px;
  margin: 0 auto 10px 0;
  padding: 7px 0;
  border-radius: 50px;
  text-align: center;
}
.contents h4 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 0 auto 40px;
  position: relative;
  opacity: 0;
}
.contents h4:after {
  content: '';
  background: linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  width: 120px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
/*-------------------会社を知る-------------------*/
.contents.company .circle {
  position: absolute;
  right: -200px;
  top: -150px;
}
/*寿幸として大事にしていること*/
.contents.company .important {
  width: 100%;
  height: 100vh;
  position: relative;
}
.contents.company .important .inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contents.company .important .h4_important {
  font-size: 68px;
  letter-spacing: 3px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 80px;
  right: 0;
  margin: 0;
  z-index: 2;
  text-shadow: 0 0 30px #333;
}
.contents.company .important .h4_important:after {
  display: none;
}
.contents.company .important ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  position: absolute;
  top: -10vh;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50vh;
  z-index: 1;
  opacity: 0;
}
.contents.company .important ul li {
  position: relative;
  width: 50vw;
}
.contents.company .important ul li .no {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 108px;
  letter-spacing: 2px;
  position: absolute;
  top: -50px;
  left: 5%;
  z-index: 2;
  color: #FEE400;
  background: -webkit-linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents.company .important ul li figure {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%);
  position: relative;
}
.contents.company .important ul li figure:before {
  content: '';
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 50%, rgba(34, 34, 34, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.company .important ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents.company .important ul li .txt {
  width: 90%;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
}
.contents.company .important ul li .txt h5 {
  font-size: 68px;
  letter-spacing: 3px;
  font-weight: 700;
  margin: 0 auto -10px;
  color: #FEE400;
  background: -webkit-linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents.company .important ul li .txt p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.contents.company .important .bg_text {
  background-image: url("../img/bg_text.png");
  animation: bgscroll02 100s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.1;
  transform: rotate(-3deg);
}
/*代表インタビュー*/
/*ユーチューブ埋め込み*/
.contents.company .ceo_interview .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  opacity: 0;
}
.contents.company .ceo_interview .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------働く環境を知る-------------------*/
.contents.environment figure.bg {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}
.contents.environment h3 {
  text-align: right;
}
.contents.environment h3 .sub {
  margin: 0 0 0 auto;
}
.contents.environment .circle {
  position: absolute;
  left: -200px;
  top: -150px;
}
/*数字で見る*/
.contents.environment .number ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.environment .number ul li {
  width: 25%;
  margin: 15px 1%;
  border: solid 1px #fee400;
  color: #fff;
  padding: 30px 3%;
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.contents.environment .number ul li:before {
  content: '';
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}
.contents.environment .number ul li:nth-child(1) {
  background-image: url("../img/bg_number_01.jpg");
}
.contents.environment .number ul li:nth-child(2) {
  background-image: url("../img/bg_number_02.jpg");
}
.contents.environment .number ul li:nth-child(3) {
  background-image: url("../img/bg_number_03.jpg");
}
.contents.environment .number ul li:nth-child(4) {
  background-image: url("../img/bg_number_04.jpg");
}
.contents.environment .number ul li:nth-child(5) {
  background-image: url("../img/bg_number_05.jpg");
}
.contents.environment .number ul li:nth-child(6) {
  background-image: url("../img/bg_number_06.jpg");
}
.contents.environment .number ul li:nth-child(7) {
  background-image: url("../img/bg_number_07.jpg");
}
.contents.environment .number ul li:nth-child(8) {
  background-image: url("../img/bg_number_08.jpg");
}
.contents.environment .number ul li:nth-child(9) {
  background-image: url("../img/bg_number_09.jpg");
}
.contents.environment .number ul li .txt {
  position: relative;
  z-index: 2;
}
.contents.environment .number ul li .txt h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #fee400;
  text-align: center;
  border-bottom: solid 1px #fee400;
  padding-bottom: 10px;
}
.contents.environment .number ul li .txt p {
  text-align: center;
  font-size: 30px;
  margin: 0;
}
.contents.environment .number ul li .txt .no {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 128px;
  letter-spacing: 2px;
  color: #FEE400;
  background: -webkit-linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents.environment .number ul li .txt p .caption {
  display: block;
  font-size: 18px;
  margin: 20px auto -5px;
}
.contents.environment .number ul li .txt p .caption02 {
  display: block;
  margin-top: -15px;
}
.contents.environment .number ul li:nth-child(2) .txt p {
  margin-top: 20px;
}
.contents.environment .number ul li:nth-child(3) .txt p {
  margin-top: 40px;
}
/*-------------------人を知る-------------------*/
.contents.people h3 {
  margin: -150px auto 70px;
  font-size: 78px;
  text-align: center;
}
.contents.people h3 .b {
  font-size: 98px;
}
.contents.people h3 .sub {
  margin: 0 auto;
}
.contents.people .interview .interview_box {
  position: relative;
  margin-bottom: 140px;
}
.contents.people .interview .interview_box:last-child {
  margin-bottom: 0;
}
.contents.people .interview .interview_box .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contents.people .interview .interview_box:nth-child(even) .inner {
  flex-direction: row-reverse;
}
.contents.people .interview .interview_box figure {
  width: 45%;
  height: 600px;
  clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 calc(100% - 20px));
  opacity: 0;
}
.contents.people .interview .interview_box figure img {
  object-fit: cover;
  height: 100%;
}
.contents.people .interview .interview_box figure:before {
  content: '';
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 50%, rgba(34, 34, 34, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.people .interview .interview_box:nth-child(even) figure {
  clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%);
}
.contents.people .interview .interview_box .txt {
  width: 50%;
}
.contents.people .interview .interview_box .txt h5 {
  display: inline-block;
  background-color: #222;
  padding: 10px 3% 12px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 20px;
  opacity: 0;
}
.contents.people .interview .interview_box .no {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 108px;
  letter-spacing: 2px;
  position: absolute;
  top: -70px;
  left: 2%;
  z-index: 2;
  color: #fff;
  opacity: 0;
}
.contents.people .interview .interview_box:nth-child(even) .no {
  left: auto;
  right: 2%;
}
.contents.people .interview .interview_box .en {
  display: inline-block;
  width: 250px;
  transform: rotate(-5deg);
  margin-right: 20px;
}
.contents.people .interview .interview_box .en img {
  width: 100%;
}
.contents.people .interview .interview_box .txt .box {
  opacity: 0;
}
.contents.people .interview .interview_box .txt .box .q {
  display: inline-block;
  background-color: #fff;
  padding: 10px 3% 12px;
  font-size: 18px;
  margin-bottom: 5px;
}
.contents.people .interview .interview_box .txt .box p {
  color: #222;
  text-align: justify;
}
.contents.people .interview .interview_box .bg_text {
  background-image: url("../img/bg_text_w.png");
  animation: bgscroll 100s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
  transform: rotate(3deg);
}
.contents.people .interview .interview_box:nth-child(even) .bg_text {
  animation: bgscroll02 100s linear infinite;
  transform: rotate(-3deg);
}
/*-------------------お店を知る-------------------*/
.contents.restaurant figure.bg {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}
.contents.restaurant .circle {
  position: absolute;
  right: -200px;
  top: -150px;
}
/*福利厚生*/
.contents.restaurant .welfare ul {
  margin: 120px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.restaurant .welfare ul li {
  width: 20%;
  margin: 0 0.5%;
  background: linear-gradient(45deg, rgba(245, 144, 46, 0.05), rgba(254, 228, 0, 0.05));
  color: #fff;
  border-radius: 10px;
  padding: 30px 2%;
  position: relative;
  opacity: 0;
}
.contents.restaurant .welfare ul li:nth-child(even) {
  position: relative;
  top: -40px;
}
.contents.restaurant .welfare ul li figure {
  width: 150px;
  margin: 0 auto 10px;
}
.contents.restaurant .welfare ul li .no {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 78px;
  letter-spacing: 2px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.contents.restaurant .welfare ul li .txt h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 10px;
  color: #f5902e;
  text-align: center;
}
.contents.restaurant .welfare ul li .txt p {
  text-align: justify;
  margin: 0;
}
/*業態一覧*/
.contents.restaurant .business_type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.contents.restaurant .business_type ul li {
  width: 49%;
  margin: 5px 0.5%;
  background: linear-gradient(45deg, rgba(245, 144, 46, 0.05), rgba(254, 228, 0, 0.05));
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  opacity: 0;
}
.contents.restaurant .business_type ul li figure {
  width: 40%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
.contents.restaurant .business_type ul li .txt {
  width: 60%;
  padding: 20px 5% 30px;
}
.contents.restaurant .business_type ul li .txt h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 10px;
  color: #f5902e;
}
.contents.restaurant .business_type ul li .txt .p {
  text-align: justify;
  margin: 0 auto 20px;
}
/*店舗開閉*/
.contents.restaurant .business_type ul li .btn.toggle {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 14px;
  padding: 2px 0 4px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(45deg, rgba(245, 144, 46, 0.5), rgba(254, 228, 0, 0.5));
  text-align: center;
  position: relative;
  cursor: pointer;
}
.contents.restaurant .business_type ul li .btn.toggle .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, 15%);
}
.contents.restaurant .business_type ul li .btn.toggle .plus:before, .contents.restaurant .business_type ul li .btn.toggle .plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents.restaurant .business_type ul li .btn.toggle .plus:before {
  width: 2px;
  height: 8px;
}
.contents.restaurant .business_type ul li .btn.toggle.active .plus:before {
  content: normal;
}
.contents.restaurant .business_type ul li .shop_list {
  display: none;
}
.contents.restaurant .business_type ul li .shop_list ul {
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
  display: block;
}
.contents.restaurant .business_type ul li .shop_list ul li {
  width: 100%;
  margin: 5px auto;
  background: no-repeat;
  border-radius: 0;
  display: block;
  opacity: 1;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}
.contents.restaurant .business_type ul li .shop_list ul li:after {
  content: '';
  background: linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*-------------------エントリー-------------------*/
.contents.entry {
  padding: 0;
}
.contents.entry .inner {
  width: 100%;
}
.contents.entry h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 200px;
  letter-spacing: 10px;
  text-align: center;
  color: #FEE400;
  background: -webkit-linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto -80px;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.contents.entry h3 .en {
  display: block;
  width: 400px;
  transform: rotate(-15deg);
  position: absolute;
  top: 70px;
  left: 0;
  right: -450px;
  margin: auto;
}
.contents.entry h3 .en img {
  width: 100%;
}
.contents.entry ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.contents.entry ul li {
  width: 50%;
  text-align: center;
  opacity: 0;
}
.contents.entry ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contents.entry ul li a:hover {
  opacity: 1;
}
.contents.entry ul li a figure:before {
  content: '';
  background-color: rgba(34, 34, 34, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transition: all .3s;
}
.contents.entry ul li a figure img {
  object-fit: cover;
  height: 60vh;
  min-height: 600px;
}
.contents.entry ul li.zoom-in a figure {
  transform: scale(1);
  transition: all .7s;
}
.contents.entry ul li.zoom-in a:hover figure {
  transform: scale(1.05);
}
.contents.entry ul li a figure:after {
  content: '';
  background: linear-gradient(45deg, rgba(245, 144, 46, 0.8), rgba(254, 228, 0, 0.8));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.contents.entry ul li a:hover figure:before {
  opacity: 0;
}
.contents.entry ul li a:hover figure:after {
  opacity: 1;
}
.contents.entry ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contents.entry ul li .txt h5 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 500;
}
.contents.entry ul li .txt h5 .sub {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  background: linear-gradient(45deg, rgba(245, 144, 46, 1), rgba(254, 228, 0, 1));
  width: 150px;
  margin: 0 auto 10px;
  padding: 7px 0;
  border-radius: 50px;
  text-align: center;
}
.contents.entry .arrow {
  position: absolute;
  right: 5%;
  bottom: 30px;
  z-index: 2;
}
.contents.entry .arrow:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents.entry .arrow .circle {
  display: block;
  width: 120px;
  height: 120px;
}
/*-------------------会社概要-------------------*/
.contents.about {
  padding: 50px 0 150px;
  position: relative;
}
.contents.about .dl_box {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
}
.contents.about dl {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 20px 3%;
  border-bottom: solid 1px #333;
}
.contents.about dl dt {
  width: 25%;
  color: #aaa;
}
.contents.about dl dd {
  margin: 0;
  width: 75%;
}
.contents.about dl dd a {
  color: #fff;
}
.contents.about .bg_text {
  background-image: url("../img/bg_text.png");
  animation: bgscroll02 100s linear infinite;
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  transform: rotate(-3deg);
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  /*-------------------トップ-------------------*/
  .top h2 {
    font-size: 68px;
    letter-spacing: 3px;
    position: absolute;
    top: 17%;
  }
  .top .copy {
    font-size: 20px;
    line-height: 36px;
    position: absolute;
    bottom: 400px;
  }
  .top .en {
    width: 95%;
    position: absolute;
    right: 0;
    bottom: 200px;
  }
  .top .en svg {
    width: 95%;
  }
  .top .slide_box div {
    height: 240px;
    margin: 45px 0;
    background-size: 2000px;
  }
  /*サークル*/
  .top .circle {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 30px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 0 0 50px;
  }
  .contents .inner {
    min-width: 90%;
  }
  .bg_text {
    height: 60px;
    background-size: 500px auto;
  }
  /*-------------------メッセージ-------------------*/
  .contents.message {
    padding: 30px 0;
  }
  .contents.message p {
    font-size: 16px;
    line-height: 30px;
  }
  /*-------------------〇〇を知る-------------------*/
  .contents.know .inner {
    width: 90%;
  }
  .contents.know section {
    margin-bottom: 50px;
  }
  .contents.know figure.bg {
    height: 250px;
    min-height: 250px;
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
  .contents.know .circle {
    width: 200px;
    height: 200px;
  }
  .contents.know h3 {
    margin: -100px 0 30px 0;
    font-size: 38px;
    letter-spacing: 3px;
  }
  .contents.know h3 .b {
    font-size: 48px;
  }
  .contents.know h3 .sub {
    font-size: 13px;
    letter-spacing: 1px;
    width: 120px;
    padding: 5px 0;
  }
  .contents h4 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 auto 40px;
  }
  .contents h4:after {
    width: 80px;
  }
  /*-------------------会社を知る-------------------*/
  .contents.company .circle {
    position: absolute;
    right: -100px;
    top: -100px;
  }
  /*寿幸として大事にしていること*/
  .contents.company .important {
    height: auto;
  }
  .contents.company .important .inner {
    height: auto;
    display: block;
  }
  .contents.company .important .h4_important {
    font-size: 48px;
    letter-spacing: 2px;
    position: absolute;
    top: -70px;
  }
  .contents.company .important ul {
    display: block;
    gap: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 80px auto 0;
    height: auto;
  }
  .contents.company .important ul li {
    width: 100%;
    margin: 0 auto 50px 0;
  }
  .contents.company .important ul li .no {
    font-size: 68px;
    position: absolute;
    top: -30px;
    left: 5%;
  }
  .contents.company .important ul li figure {
    width: 100%;
    height: 350px;
  }
  .contents.company .important ul li figure img {
    object-fit: cover;
    height: 100%;
  }
  .contents.company .important ul li .txt {
    margin: -40px auto 0;
  }
  .contents.company .important ul li .txt h5 {
    font-size: 38px;
    letter-spacing: 2px;
    margin: 0 auto -10px;
  }
  .contents.company .important ul li .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  /*-------------------働く環境を知る-------------------*/
  .contents.environment figure.bg {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 calc(100% - 30px));
  }
  .contents.environment .circle {
    position: absolute;
    left: -100px;
    top: -100px;
  }
  /*数字で見る*/
  .contents.environment .number ul li .txt h5 {
    font-size: 18px;
  }
  .contents.environment .number ul li .txt p {
    font-size: 16px;
  }
  .contents.environment .number ul li .txt .no {
    font-size: 88px;
    letter-spacing: 2px;
  }
  .contents.environment .number ul li .txt p .caption {
    font-size: 15px;
    margin: 20px auto -5px;
  }
  .contents.environment .number ul li .txt p .caption02 {
    margin-top: -5px;
  }
  /*福利厚生*/
  .contents.restaurant .welfare ul {
    margin: 70px auto 0;
  }
  .contents.restaurant .welfare ul li {
    width: 38%;
    margin: 0 1% 40px;
    padding: 30px 5%;
  }
  .contents.restaurant .welfare ul li:nth-child(even) {
    position: static;
  }
  .contents.restaurant .welfare ul li figure {
    width: 100px;
  }
  .contents.restaurant .welfare ul li .no {
    font-size: 58px;
    position: absolute;
    top: -35px;
  }
  .contents.restaurant .welfare ul li .txt h5 {
    font-size: 20px;
  }
  /*-------------------人を知る-------------------*/
  .contents.people h3 {
    margin: -100px auto 50px;
    font-size: 48px;
  }
  .contents.people h3 .b {
    font-size: 58px;
  }
  .contents.people .interview .interview_box {
    margin-bottom: 70px;
  }
  .contents.people .interview .interview_box .inner {
    display: block;
  }
  .contents.people .interview .interview_box figure {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .contents.people .interview .interview_box:nth-child(even) figure {
    margin-bottom: 5px;
  }
  .contents.people .interview .interview_box .txt {
    width: auto;
  }
  .contents.people .interview .interview_box .txt h5 {
    padding: 8px 5% 10px;
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .contents.people .interview .interview_box:nth-child(even) .txt h5 {
    margin: 25px auto 10px;
  }
  .contents.people .interview .interview_box .no {
    font-size: 68px;
    position: absolute;
    top: -40px;
    left: 2%;
  }
  .contents.people .interview .interview_box .en {
    width: 150px;
    margin-right: 15px;
  }
  .contents.people .interview .interview_box .txt .box .q {
    padding: 8px 5% 10px;
    font-size: 16px;
    margin-bottom: 0;
  }
  /*-------------------お店を知る-------------------*/
  .contents.restaurant figure.bg {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 calc(100% - 30px));
  }
  .contents.restaurant .circle {
    position: absolute;
    right: -100px;
    top: -100px;
  }
  /*業態一覧*/
  .contents.restaurant .business_type ul li {
    width: auto;
    margin: 0 auto 15px;
  }
  .contents.restaurant .business_type ul li figure {
    width: 30%;
  }
  .contents.restaurant .business_type ul li .txt {
    width: 70%;
    padding: 20px 5% 25px;
  }
  .contents.restaurant .business_type ul li .txt h5 {
    font-size: 20px;
  }
  /*-------------------エントリー-------------------*/
  .contents.entry h3 {
    font-size: 100px;
    letter-spacing: 5px;
    margin: 0 auto -40px;
  }
  .contents.entry h3 .en {
    width: 180px;
    position: absolute;
    top: 30px;
    left: 0;
    right: -150px;
    margin: auto;
  }
  .contents.entry ul li .txt h5 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .contents.entry ul li .txt h5 .sub {
    font-size: 13px;
    letter-spacing: 1px;
    width: 100px;
    padding: 5px 0;
  }
  .contents.entry .arrow {
    position: absolute;
    right: 5%;
    bottom: 10px;
  }
  .contents.entry .arrow:after {
    position: absolute;
    left: -3px;
  }
  .contents.entry .arrow .circle {
    width: 80px;
    height: 80px;
  }
  /*-------------------会社概要-------------------*/
  .contents.about {
    padding: 40px 0 80px;
  }
  .contents.about .dl_box {
    width: auto;
  }
}
@media screen and (max-width:700px) {
  /*-------------------トップ-------------------*/
  .top h2 {
    font-size: 48px;
    position: absolute;
    right: 5%;
    top: 15%;
  }
  .top .copy {
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    bottom: 150px;
  }
  .top .en {
    position: absolute;
    bottom: 250px;
  }
  .top .slide_box div {
    height: 120px;
    margin: 25px 0;
    background-size: 1000px;
  }
  /*-------------------会社を知る-------------------*/
  .contents.company .important .h4_important {
    font-size: 30px;
    position: absolute;
    top: -70px;
  }
  .contents.company .important ul li figure {
    height: 250px;
  }
  /*-------------------働く環境を知る-------------------*/
  /*数字で見る*/
  .contents.environment .number ul li {
    width: 41%;
    margin: 0 1% 15px;
    padding: 20px 3%;
  }
  .contents.environment .number ul li:last-child {
    width: 94%;
  }
  .contents.environment .number ul li .txt .no {
    font-size: 58px;
  }
  .contents.environment .number ul li:nth-child(2) .txt p {
    margin-top: 20px;
  }
  .contents.environment .number ul li:nth-child(3) .txt p {
    margin-top: 0;
  }
  /*-------------------お店を知る-------------------*/
  /*福利厚生*/
  .contents.restaurant .welfare ul {
    margin: 70px auto 0;
    display: block;
  }
  .contents.restaurant .welfare ul li {
    width: auto;
    margin: 0 auto 40px;
    padding: 30px 5%;
  }
  .contents.restaurant .welfare ul li:last-child {
    margin: 0;
  }
  /*業態一覧*/
  .contents.restaurant .business_type ul {
    display: block;
  }
  .contents.restaurant .business_type ul li {
    display: block;
  }
  .contents.restaurant .business_type ul li figure {
    width: auto;
    border-radius: 10px 10px 0 0;
  }
  .contents.restaurant .business_type ul li figure img {
    width: 140px;
    margin: 0 auto;
  }
  .contents.restaurant .business_type ul li .txt {
    width: auto;
    padding: 20px 5%;
  }
  /*-------------------人を知る-------------------*/
  .contents.people .interview .interview_box figure {
    height: 250px;
  }
  /*-------------------エントリー-------------------*/
  .contents.entry ul {
    display: block;
  }
  .contents.entry ul li {
    width: auto;
  }
  .contents.entry ul li a figure img {
    height: 300px;
    min-height: auto;
  }
  /*-------------------会社概要-------------------*/
  .contents.about dl {
    display: block;
    padding: 15px 3%;
  }
  .contents.about dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .contents.about dl dd {
    width: auto;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }