#recruit .contents .btn a, #food .btn a, #business .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 242px;
  height: 70px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  border-radius: 35px;
  background-color: #3165be;
  -moz-column-gap: 23px;
       column-gap: 23px;
  padding-left: 10px;
}
#recruit .contents .btn a:hover, #food .btn a:hover, #business .btn a:hover {
  opacity: 0.6;
}
#recruit .contents .btn a::after, #food .btn a::after, #business .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/9;
  background: url(../images/arow.png) no-repeat center/cover;
}
@media (max-width: 999px) {
  #recruit .contents .btn a, #food .btn a, #business .btn a {
    width: 220px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .btn a, #food .btn a, #business .btn a {
    width: 200px;
    height: 50px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #recruit .contents .btn a::after, #food .btn a::after, #business .btn a::after {
    width: 40px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainimg #mainslider .slick-list,
#mainimg #mainslider .slick-track {
  height: 100%;
}
#mainimg #mainslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 118px 20px calc(min(9.6875vw, 155px) + 50px);
}
#mainimg .catch .eg {
  font-family: "bello-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 241.34px;
  line-height: 1;
  color: #fff;
  position: relative;
  transform: rotate(-5deg);
  margin-bottom: 13px;
  text-align: center;
}
#mainimg .catch .eg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  width: 594px;
  aspect-ratio: 594/568;
  background: url(../images/mainshape.png) no-repeat center/cover;
  z-index: -1;
}
#mainimg .catch .eg span {
  display: block;
  font-size: 91.79px;
  margin-top: 13px;
}
#mainimg .catch .jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 59.89px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 13px;
  transform: rotate(-6deg);
}
#mainimg .catch .jp span {
  background-color: #ffe800;
  padding: 0 60px;
}
#mainimg .catch .jp .b {
  font-size: 76.48px;
  line-height: 1.4;
}
@media (max-width: 999px) {
  #mainimg .catch {
    min-height: unset;
  }
  #mainimg .catch .eg {
    font-size: 200px;
  }
  #mainimg .catch .eg span {
    font-size: 70px;
  }
  #mainimg .catch .eg::before {
    width: 450px;
  }
  #mainimg .catch .jp {
    font-size: 40px;
  }
  #mainimg .catch .jp span {
    padding: 0 40px;
  }
  #mainimg .catch .jp .b {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch .eg {
    font-size: 140px;
  }
  #mainimg .catch .eg span {
    font-size: 40px;
  }
  #mainimg .catch .eg::before {
    width: 300px;
  }
  #mainimg .catch .jp {
    font-size: 30px;
  }
  #mainimg .catch .jp span {
    padding: 0 20px;
  }
  #mainimg .catch .jp .b {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch .eg {
    font-size: 110px;
  }
  #mainimg .catch .eg span {
    font-size: 40px;
  }
  #mainimg .catch .eg::before {
    width: 240px;
  }
  #mainimg .catch .jp {
    font-size: 18px;
  }
  #mainimg .catch .jp span {
    padding: 0 10px;
  }
  #mainimg .catch .jp .b {
    font-size: 24px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  margin-top: max(-9.6875vw, -155px);
  padding-bottom: 172px;
}
#about::before, #about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#about::before {
  height: calc(100% - min(6.25vw, 100px));
  background: url(../images/about-bg.webp) no-repeat center bottom/100% auto;
}
#about::after {
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #3165be min(6.25vw, 100px), #3165be 100%);
  mix-blend-mode: multiply;
}
#about .image {
  width: min(100% - 20px, 1330px);
  margin: 0 auto 123px;
}
#about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -30px;
  border-radius: 70px;
}
#about .contents {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 3.75% 0 13.4375%;
}
#about .contents .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 2.0416666667;
  letter-spacing: 0.05em;
  color: #fff;
}
#about .contents .logo {
  margin: 38px 0 0 auto;
  position: sticky;
  top: 38px;
}
#about .contents .logo a {
  transition: all 0.5s ease-out;
}
#about .contents .logo a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #about {
    padding-bottom: 140px;
  }
  #about .image {
    margin-bottom: 90px;
  }
  #about .contents {
    padding: 0 10px;
  }
  #about .contents .text {
    font-size: 20px;
  }
  #about .contents .logo {
    max-width: 140px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #about .contents .logo img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 100px;
  }
  #about .image {
    margin-bottom: 70px;
  }
  #about .image img {
    border-radius: 40px;
  }
  #about .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #about .contents .text {
    font-size: 18px;
  }
  #about .contents .text br {
    display: none;
  }
  #about .contents .logo {
    max-width: unset;
    margin: 0;
  }
  #about .contents .logo img:nth-child(1) {
    display: none;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  padding: 85px 0 66px;
}
#business::before, #business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#business::before {
  background: url(../images/business-bg.webp) no-repeat center/cover;
}
#business::after {
  background-color: #00a599;
  mix-blend-mode: multiply;
}
#business h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#business h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
}
@media (max-width: 999px) {
  #business h2 {
    font-size: 50px;
  }
  #business h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 40px;
  }
  #business h2 small {
    font-size: 20px;
  }
}
#business .contents {
  width: min(100% - 20px, 1250px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3.92%;
  margin-bottom: 60px;
}
#business .contents .block {
  width: 30.72%;
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
}
#business .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business .contents .block a:hover {
  opacity: 0.6;
}
#business .contents .block .bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#business .contents .block .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .contents .block .content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 43px 10px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}
#business .contents .block .content .eg {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.2941176471;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 38px;
  align-content: center;
}
#business .contents .block .content .jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
#business .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #business {
    padding: 70px 0 55px;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business .contents {
    margin-bottom: 40px;
  }
  #business .contents .block .content {
    padding: 10px;
  }
  #business .contents .block .content .eg {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #business .contents .block .content .jp {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 50px 0;
  }
  #business h2 {
    margin-bottom: 25px;
  }
  #business .contents {
    margin-bottom: 30px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #business .contents .block {
    width: 47%;
  }
}
@media (max-width: 550px) {
  #business .contents .block .content .eg {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #business .contents .block .content .jp {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  #business .contents .block .content .eg {
    font-size: 16px;
  }
  #business .contents .block .content .jp {
    font-size: 15px;
  }
}

/* ----------------------------------------------
food
------------------------------------------------- */
#food {
  position: relative;
  padding: 85px 20px 58px;
}
#food::before, #food::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
#food::before {
  left: 0;
  width: 100%;
  background-color: #754c24;
}
#food::after {
  width: min(100% - 20px, 1412px);
  left: 49.6%;
  transform: translateX(-50%);
  background: url(../images/food-bg.webp) no-repeat center/cover;
}
#food h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
}
#food h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
}
@media (max-width: 999px) {
  #food h2 {
    font-size: 50px;
  }
  #food h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #food h2 {
    font-size: 40px;
  }
  #food h2 small {
    font-size: 20px;
  }
}
#food > .title {
  display: flex;
  justify-content: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 39px;
}
#food > .title span {
  background-color: #000;
  padding: 4px 29px;
  border-radius: 10px;
}
#food > .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  /* @include lh(20,46); */
  line-height: 2;
  color: #fff;
  margin-bottom: 32px;
}
#food > .text:not(:has(p)) {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
}
#food > .text p {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
}
#food > .text span {
  background-color: #000;
  padding: 0 20px;
  border-radius: 10px;
}
#food .contents {
  margin-bottom: 40px;
}
#food .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #food {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #food h2 {
    margin-bottom: 20px;
  }
  #food > .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #food > .title span {
    padding: 4px 20px;
  }
  #food > .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #food > .text span {
    padding: 0 15px;
  }
  #food .contents {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #food {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #food h2 {
    margin-bottom: 15px;
  }
  #food > .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #food > .title span {
    padding: 4px 10px;
  }
  #food > .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #food > .text span {
    padding: 0 10px;
  }
  #food .contents {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
every
------------------------------------------------- */
#every {
  position: relative;
  margin-bottom: 158px;
  overflow-x: clip;
}
#every::before, #every::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#every::before {
  top: 0;
  right: 0;
  transform: translateX(21.1143695015%);
  width: 42.625%;
  height: 101px;
  background: url(../images/every-shape1.png) repeat-x top left;
}
#every::after {
  bottom: 0;
  left: 0;
  width: 42.5625%;
  height: 219px;
  transform: translate(-7.342143906%, -34.2465753425%);
  background: url(../images/every-shape2.png) repeat-x top left;
}
#every .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#every .top {
  display: flex;
  padding-top: 70px;
  -moz-column-gap: 3.75%;
       column-gap: 3.75%;
}
#every .top .image {
  width: 56%;
  position: relative;
  z-index: 1;
}
#every .top .image img {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
#every .top .txbox {
  flex: 1;
  padding: 72px 10px calc(min(9.5vw, 152px) + 10px) 0;
}
#every .top .txbox h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #000;
  line-height: 1;
  margin-bottom: 11px;
}
#every .top .txbox h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
}
@media (max-width: 999px) {
  #every .top .txbox h2 {
    font-size: 50px;
  }
  #every .top .txbox h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #every .top .txbox h2 {
    font-size: 40px;
  }
  #every .top .txbox h2 small {
    font-size: 20px;
  }
}
#every .top .txbox .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
#every .top .txbox .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.9;
}
#every > .image {
  margin: max(-9.5vw, -152px) 0 0 auto;
  width: 61.875%;
}
#every > .image img {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}
@media (max-width: 999px) {
  #every {
    margin-bottom: 120px;
  }
  #every::after {
    transform: translate(-7.342143906%, -27%);
  }
  #every .top .txbox {
    padding-top: 50px;
  }
  #every .top .txbox .catch {
    font-size: 26px;
  }
  #every .top .txbox .text {
    font-size: 18px;
  }
  #every .top .txbox .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #every {
    margin-bottom: 90px;
  }
  #every::after {
    height: 160px;
    transform: translate(-7.342143906%, -5%);
  }
  #every .top {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  #every .top .image {
    width: 80%;
  }
  #every .top .image img {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  #every .top .txbox {
    padding: 0 10px;
  }
  #every .top .txbox .catch {
    font-size: 22px;
  }
  #every .top .txbox .text {
    font-size: 16px;
  }
  #every > .image {
    margin-top: 0;
    width: 80%;
  }
  #every > .image img {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media (max-width: 500px) {
  #every::after {
    height: 102px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  padding: 67px 2.5% 85px 6.875%;
  margin-bottom: 82px;
}
#recruit::before, #recruit::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#recruit::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/recruit-bg.jpg) no-repeat center/cover;
}
#recruit::after {
  width: min(48.375%, 774px);
  aspect-ratio: 774/740;
  top: 44%;
  right: 0.8125%;
  transform: translateY(-50%);
  background: url(../images/recruit-shape.png) no-repeat center/cover;
}
#recruit .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
#recruit .contents .left {
  padding-bottom: 65px;
}
#recruit .contents .left h2 {
  /* @include fonttime(400); */
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 120.61px;
  line-height: 0.8703258436;
  color: #fff;
  margin-bottom: 17px;
}
#recruit .contents .left .catch {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45.95px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 10px;
  padding-left: 13px;
}
#recruit .contents .left .text {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5354166667;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 20px;
}
#recruit .contents .btn {
  margin: auto 0 0 auto;
}
@media (max-width: 999px) {
  #recruit {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 70px;
  }
  #recruit .contents .left {
    padding-bottom: 30px;
  }
  #recruit .contents .left h2 {
    font-size: 80px;
  }
  #recruit .contents .left .catch {
    font-size: 34px;
    padding-left: 0;
  }
  #recruit .contents .left .text {
    font-size: 20px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 40px 10px 50px;
    margin-bottom: 60px;
  }
  #recruit .contents {
    flex-direction: column;
  }
  #recruit .contents .left {
    padding-bottom: 0px;
  }
  #recruit .contents .left h2 {
    font-size: 60px;
  }
  #recruit .contents .left .catch {
    font-size: 26px;
  }
  #recruit .contents .left .text {
    font-size: 18px;
  }
  #recruit .contents .left .text br {
    display: none;
  }
  #recruit .contents .btn {
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  #recruit .contents .left h2 {
    font-size: 40px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  margin-bottom: 124px;
}
#insta h2 {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 32px;
}
#insta .contents {
  width: min(100% - 20px, 1230px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6802168022%;
}
#insta .contents .block {
  width: 23.7398373984%;
  overflow: clip;
}
#insta .contents .block .image {
  position: relative;
  aspect-ratio: 1/1;
}
#insta .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#insta .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#insta .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#insta .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #insta {
    margin-bottom: 90px;
  }
  #insta h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #insta {
    margin-bottom: 80px;
  }
  #insta h2 {
    margin-bottom: 20px;
  }
  #insta .contents {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #insta .contents .block {
    width: 32%;
  }
}/*# sourceMappingURL=index.css.map */