@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  color: #333333;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

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

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

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 1;
  }
  from {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollDownLoop {
  0% {
    top: -11%;
  }
  15% {
    top: -9%;
  }
  85% {
    top: 109%;
  }
  100% {
    top: 111%;
  }
}
@keyframes svg-anime {
  0% {
    stroke-dashoffset: 1600px;
    stroke-dasharray: 1600px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1600px;
  }
}
@keyframes frameOutStartScene {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes runMarking {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
body img {
  width: 100%;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  body .fadeIn-obj.sp-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    animation: none !important;
  }
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  body header {
    height: 5.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  body header {
    height: 110px;
  }
}
body header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
body header .logo {
  display: block;
  width: 4.4791666667vw;
  margin: 1.3020833333vw 0 0 2.5520833333vw;
}
@media screen and (max-width: 767px) {
  body header .logo {
    width: 15.3488372093vw;
    margin: 1.8604651163vw 0 0 3.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body header .logo {
    width: 86px;
    margin: 25px 0 0 49px;
  }
}
body header .btn-menu {
  position: relative;
  width: 13.9534883721vw;
  height: 13.9534883721vw;
  background-color: #333333;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body header .btn-menu {
    display: none;
  }
}
body header .btn-menu span {
  position: absolute;
  left: 50%;
  width: 7.2093023256vw;
  height: 0.6976744186vw;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: all 0.2s;
}
body header .btn-menu span:nth-of-type(1) {
  top: 3.7209302326vw;
}
body header .btn-menu span:nth-of-type(2) {
  top: 6.511627907vw;
}
body header .btn-menu span:nth-of-type(3) {
  top: 6.511627907vw;
}
body header .btn-menu span:nth-of-type(4) {
  top: 9.3023255814vw;
}
body header .btn-menu.open span {
  width: 9.5348837209vw;
}
body header .btn-menu.open span:nth-of-type(1) {
  opacity: 0;
}
body header .btn-menu.open span:nth-of-type(2) {
  transform: translateX(-50%) rotate(41deg);
}
body header .btn-menu.open span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-41deg);
}
body header .btn-menu.open span:nth-of-type(4) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body header nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: #F5F0E1;
    background-image: url("../img/img_mv_object1.svg");
    background-repeat: no-repeat;
    background-position: 12.0930232558vw 20.9302325581vw;
    -webkit-background-size: 22.0930232558vw;
    background-size: 22.0930232558vw;
    transition: all 0.2s;
  }
  body header nav.open {
    visibility: visible;
    opacity: 1;
  }
}
body header nav .menu-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  body header nav .menu-list {
    flex-direction: column;
    gap: 11.3953488372vw;
    padding: 50.6976744186vw 0 0 15.1162790698vw;
  }
}
body header nav .menu-list li {
  border-left: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  body header nav .menu-list li {
    border: none;
  }
}
body header nav .menu-list li a {
  display: block;
  padding: 2.4479166667vw 4.1666666667vw 0.4166666667vw;
  font-size: 1.3020833333vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body header nav .menu-list li a {
    padding: 0;
    font-size: 5.1162790698vw;
    color: #005000;
  }
}
@media screen and (min-width: 1920px) {
  body header nav .menu-list li a {
    padding: 47px 80px 8px;
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  body.under header {
    background-color: #F4CA32;
  }
  body.under header.scrolled {
    background-color: #F4CA32;
    opacity: 0.7;
  }
}
body.under main {
  background-color: #F5F0E1;
}
@media screen and (min-width: 768px) {
  body.under main {
    margin-top: 5.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  body.under main {
    margin-top: 110px;
  }
}
body .mainVisual {
  position: relative;
  height: 44.6875vw;
  box-sizing: border-box;
  background-color: #F4CA32;
}
@media screen and (max-width: 767px) {
  body .mainVisual {
    height: 134.8837209302vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual {
    height: 858px;
  }
}
body .mainVisual .mv-obj {
  position: absolute;
  z-index: 1;
}
body .mainVisual .mv-obj.--1 {
  top: 12.4479166667vw;
  left: 26.1979166667vw;
  width: 17.7083333333vw;
}
@media screen and (max-width: 767px) {
  body .mainVisual .mv-obj.--1 {
    top: 38.8372093023vw;
    left: 3.488372093vw;
    width: 42.7906976744vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--1 {
    top: 239px;
    left: calc(50% - 462px);
    width: 340px;
  }
}
body .mainVisual .mv-obj.--2 {
  bottom: 0;
  left: 50.3645833333vw;
  width: 22.65625vw;
}
@media screen and (max-width: 767px) {
  body .mainVisual .mv-obj.--2 {
    right: 0;
    bottom: -2.3255813953vw;
    left: auto;
    width: 67.2093023256vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--2 {
    left: calc(50% + 16px);
    width: 435px;
  }
}
body .mainVisual .mv-image-list {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  padding: 6.9791666667vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .mainVisual .mv-image-list {
    padding: 13.7209302326vw 3.488372093vw 0;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-image-list {
    gap: 30px;
    padding: 134px 0 0;
  }
}
body .mainVisual .mv-image-list li {
  width: 28.6458333333vw;
}
@media screen and (max-width: 767px) {
  body .mainVisual .mv-image-list li {
    width: 100%;
  }
  body .mainVisual .mv-image-list li:nth-of-type(n + 2) {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-image-list li {
    width: 550px;
  }
}
body .mainVisual .mv-image-list li img {
  border-radius: 50%;
}
body .inner {
  position: relative;
  max-width: 71.1458333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .inner {
    max-width: 83.7209302326vw;
  }
}
@media screen and (min-width: 1920px) {
  body .inner {
    max-width: 1366px;
  }
}
body .section-title {
  position: relative;
  margin: -4.1666666667vw 0 3.2291666667vw;
  padding: 4.1666666667vw 0 0;
  font-size: 2.8645833333vw;
  font-weight: 700;
  color: #006837;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body .section-title {
    margin: -13.9534883721vw 0 9.3023255814vw;
    padding-top: 13.9534883721vw;
    font-size: 8.1395348837vw;
  }
}
@media screen and (min-width: 1920px) {
  body .section-title {
    margin-top: -80px;
    margin-bottom: 62px;
    padding-top: 80px;
    font-size: 55px;
  }
}
body .section-title:after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
}
@media screen and (max-width: 767px) {
  body .section-title:after {
    top: 59%;
  }
}
body .about {
  position: relative;
  margin: -8.6979166667vw 0 0;
  padding: 4.375vw 0 5.15625vw;
  background-image: url("../img/bg_content.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body .about {
    margin-top: -11.1627906977vw;
    padding: 20.6976744186vw 0 18.3720930233vw;
    background-image: url("../img/bg_content_sp.svg");
  }
}
@media screen and (min-width: 1920px) {
  body .about {
    margin-top: -167px;
    padding-top: 84px;
    padding-bottom: 99px;
  }
}
body .about .catch-text {
  margin: 0 0 3.125vw;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.7604166667vw;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.69em;
  color: #005000;
}
@media screen and (max-width: 767px) {
  body .about .catch-text {
    margin-bottom: 14.4186046512vw;
    font-size: 6.976744186vw;
    letter-spacing: 0.35em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1920px) {
  body .about .catch-text {
    margin-bottom: 60px;
    font-size: 53px;
  }
}
body .about .lead-text {
  font-size: 1.3020833333vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 3em;
}
@media screen and (max-width: 767px) {
  body .about .lead-text {
    font-size: 3.7209302326vw;
    letter-spacing: 0.015em;
    line-height: 2.5em;
  }
}
@media screen and (min-width: 1920px) {
  body .about .lead-text {
    font-size: 25px;
  }
}
body .about .image-wine {
  position: absolute;
  top: 7.8125vw;
  right: 0;
  width: 6.4583333333vw;
}
@media screen and (max-width: 767px) {
  body .about .image-wine {
    top: 27.6744186047vw;
    width: 16.0465116279vw;
  }
}
@media screen and (min-width: 1920px) {
  body .about .image-wine {
    top: 150px;
    width: 124px;
  }
}
body .news {
  padding: 4.7916666667vw 0 6.6666666667vw;
  background-color: #F5F0E1;
}
@media screen and (max-width: 767px) {
  body .news {
    padding: 15.3488372093vw 0 21.6279069767vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news {
    padding: 92px 0 128px;
  }
}
body .news .section-title {
  position: relative;
}
body .news .section-title:after {
  left: 9.2708333333vw;
  width: 3.3854166667vw;
  height: 3.8020833333vw;
  background-image: url("../img/img_vegetable.webp");
}
@media screen and (max-width: 767px) {
  body .news .section-title:after {
    left: 27.4418604651vw;
    width: 8.6046511628vw;
    height: 9.5348837209vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .section-title:after {
    left: 178px;
    width: 65px;
    height: 73px;
  }
}
body .news .news-swiper {
  overflow: hidden;
}
body .news .news-swiper .news-pagination {
  position: absolute;
  bottom: -3.6458333333vw;
  display: flex;
  justify-content: center;
  gap: 0.46875vw;
}
@media screen and (max-width: 767px) {
  body .news .news-swiper .news-pagination {
    bottom: -11.3953488372vw;
    gap: 1.6279069767vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-swiper .news-pagination {
    bottom: -70px;
    gap: 9px;
  }
}
body .news .news-swiper .news-pagination .swiper-pagination-bullet {
  width: 0.46875vw;
  height: 0.46875vw;
  margin: 0;
  background-color: #808080;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body .news .news-swiper .news-pagination .swiper-pagination-bullet {
    width: 1.6279069767vw;
    height: 1.6279069767vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-swiper .news-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
body .news .news-swiper .news-pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}
body .news .news-list {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (max-width: 767px) {
  body .news .news-list {
    gap: 5.3488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-list {
    gap: 30px;
  }
}
body .news .news-list li {
  display: flex;
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  body .news .news-list li {
    flex-direction: column;
    gap: 1.1627906977vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-list li {
    gap: 48px;
  }
}
body .news .news-list li .date {
  font-size: 0.8854166667vw;
  color: #006837;
}
@media screen and (max-width: 767px) {
  body .news .news-list li .date {
    font-size: 3.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-list li .date {
    font-size: 17px;
  }
}
body .news .news-list li .title {
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body .news .news-list li .title {
    font-size: 3.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news .news-list li .title {
    font-size: 18px;
  }
}
body .news .news-list li .title a {
  display: inline-flex;
  padding: 0 0 2px;
  box-sizing: border-box;
  border-bottom: 1px solid #333333;
}
body .news .news-list li .title a:hover {
  border-bottom: 1px solid transparent;
}
body .ourService {
  padding: 3.90625vw 0 5.3645833333vw;
}
@media screen and (max-width: 767px) {
  body .ourService {
    padding: 15.8139534884vw 0 20.6976744186vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService {
    padding: 75px 0 103px;
  }
}
body .ourService .section-title:after {
  top: 57%;
  left: 19.84375vw;
  width: 4.6354166667vw;
  height: 3.9583333333vw;
  background-image: url("../img/img_flag.webp");
}
@media screen and (max-width: 767px) {
  body .ourService .section-title:after {
    top: 66%;
    left: 56.2790697674vw;
    width: 11.3953488372vw;
    height: 9.7674418605vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .section-title:after {
    left: 381px;
    width: 89px;
    height: 76px;
  }
}
body .ourService .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7083333333vw 4.0625vw;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list {
    gap: 3.9534883721vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list {
    gap: 52px 78px;
  }
}
body .ourService .service-list li {
  position: relative;
  width: 33.4895833333vw;
  height: 16.40625vw;
  padding: 2.65625vw 0 0 1.9270833333vw;
  box-sizing: border-box;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li {
    width: 100%;
    height: 40.9302325581vw;
    padding: 6.0465116279vw 0 0 4.6511627907vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li {
    width: 643px;
    height: 315px;
    padding: 51px 0 0 37px;
  }
}
body .ourService .service-list li.--1 {
  background-color: #333333;
  background-image: url("../img/bg_service1.webp");
}
body .ourService .service-list li.--2 {
  background-color: #F15000;
  background-image: url("../img/bg_service2.webp");
}
body .ourService .service-list li.--3 {
  background-color: #009FE6;
  background-image: url("../img/bg_service3.webp");
}
body .ourService .service-list li.--4 {
  background-color: #009245;
  background-image: url("../img/bg_service4.webp");
}
body .ourService .service-list li.--5 {
  background-color: #42210B;
  background-image: url("../img/bg_service5.webp");
}
body .ourService .service-list li .category {
  margin: 0 0 2.2916666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.35em;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .category {
    margin-bottom: 5.5813953488vw;
    font-size: 2.7906976744vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .category {
    margin-bottom: 44px;
    font-size: 20px;
  }
}
body .ourService .service-list li .category.twoLine {
  margin-bottom: 0.8854166667vw;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .category.twoLine {
    margin-bottom: 1.8604651163vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .category.twoLine {
    margin-bottom: 17px;
  }
}
body .ourService .service-list li .shop-name {
  font-size: 1.8229166667vw;
  line-height: 1.42em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .shop-name {
    font-size: 4.6511627907vw;
    line-height: 6.0465116279vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .shop-name {
    font-size: 35px;
  }
}
body .ourService .service-list li .shop-name .prefix {
  font-size: 1.1458333333vw;
  line-height: 1.9270833333vw;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .shop-name .prefix {
    font-size: 3.023255814vw;
    line-height: 4.1860465116vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .shop-name .prefix {
    font-size: 22px;
    line-height: 37px;
  }
}
body .ourService .service-list li .shop-name .shop-name-ja {
  font-size: 0.9895833333vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .shop-name .shop-name-ja {
    font-size: 2.3255813953vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .shop-name .shop-name-ja {
    font-size: 19px;
  }
}
body .ourService .service-list li .btn-site {
  position: absolute;
}
body .ourService .service-list li .btn-site.--1 {
  top: 13.0729166667vw;
  left: 10.5729166667vw;
  width: 2.03125vw;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .btn-site.--1 {
    top: 32.5581395349vw;
    left: 26.511627907vw;
    width: 5.1162790698vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .btn-site.--1 {
    top: 251px;
    left: 203px;
    width: 39px;
  }
}
body .ourService .service-list li .btn-site.--2 {
  top: 13.0729166667vw;
  left: 13.4375vw;
  width: 2.03125vw;
}
@media screen and (max-width: 767px) {
  body .ourService .service-list li .btn-site.--2 {
    top: 32.5581395349vw;
    left: 33.7209302326vw;
    width: 5.1162790698vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ourService .service-list li .btn-site.--2 {
    top: 251px;
    left: 258px;
    width: 39px;
  }
}
body .company {
  padding: 4.4791666667vw 0 5.15625vw;
  background-color: #F5F0E1;
}
@media screen and (max-width: 767px) {
  body .company {
    padding: 13.488372093vw 0 15.3488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .company {
    padding: 86px 0 99px;
  }
}
body .company .section-title:after {
  top: 61%;
  left: 15.8854166667vw;
  width: 5.15625vw;
  height: 2.9166666667vw;
  background-image: url("../img/img_tomato.webp");
}
@media screen and (max-width: 767px) {
  body .company .section-title:after {
    top: 64%;
    left: 44.1860465116vw;
    width: 14.4186046512vw;
    height: 8.8372093023vw;
  }
}
@media screen and (min-width: 1920px) {
  body .company .section-title:after {
    left: 305px;
    width: 99px;
    height: 56px;
  }
}
body .company .company-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.5729166667vw;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  body .company .company-info-list {
    gap: 0;
  }
}
@media screen and (min-width: 1920px) {
  body .company .company-info-list {
    gap: 11px;
  }
}
body .company .company-info-list .company-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  body .company .company-info-list .company-info {
    flex-direction: column;
    padding: 6.0465116279vw 0;
  }
}
body .company .company-info-list .company-info > * {
  padding: 1.9270833333vw 0;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  body .company .company-info-list .company-info > * {
    padding: 0;
    font-size: 3.2558139535vw;
    line-height: 1.78em;
  }
}
@media screen and (min-width: 1920px) {
  body .company .company-info-list .company-info > * {
    padding: 37px 0;
    font-size: 20px;
  }
}
body .company .company-info-list .company-info dt {
  width: 20%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .company .company-info-list .company-info dt {
    width: 100%;
  }
}
body .company .company-info-list .company-info dd {
  width: 80%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body .company .company-info-list .company-info dd {
    width: 100%;
  }
}
body .recruit {
  padding: 3.8541666667vw 0 6.25vw;
}
@media screen and (max-width: 767px) {
  body .recruit {
    padding: 16.511627907vw 0 22.3255813953vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit {
    padding: 74px 0 120px;
  }
}
body .recruit .section-title:after {
  top: 57%;
  left: 13.2291666667vw;
  width: 4.21875vw;
  height: 3.75vw;
  background-image: url("../img/img_cheese.webp");
}
@media screen and (max-width: 767px) {
  body .recruit .section-title:after {
    top: 63%;
    left: 37.9069767442vw;
    width: 11.1627906977vw;
    height: 9.7674418605vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit .section-title:after {
    left: 254px;
    width: 81px;
    height: 72px;
  }
}
body .recruit .bg-image {
  margin: 0 0 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  body .recruit .bg-image {
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit .bg-image {
    margin-bottom: 70px;
  }
}
body .recruit .btn-recruit {
  width: 15.2083333333vw;
  height: 4.1145833333vw;
  margin: 0 auto;
  border-radius: 0.3125vw;
  background-color: #F56B00;
}
@media screen and (max-width: 767px) {
  body .recruit .btn-recruit {
    width: 54.1860465116vw;
    height: 14.6511627907vw;
    border-radius: 1.3953488372vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit .btn-recruit {
    width: 292px;
    height: 79px;
    border-radius: 6px;
  }
}
body .recruit .btn-recruit a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .recruit .btn-recruit a {
    gap: 3.023255814vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit .btn-recruit a {
    gap: 10px;
    font-size: 20px;
  }
}
body .recruit .btn-recruit a img {
  width: 1.5625vw;
}
@media screen and (max-width: 767px) {
  body .recruit .btn-recruit a img {
    width: 5.3488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .recruit .btn-recruit a img {
    width: 30px;
  }
}
body .btn-pageTop {
  margin: 0 0 1.9270833333vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  body .btn-pageTop {
    margin-bottom: 5.8139534884vw;
  }
}
@media screen and (min-width: 1920px) {
  body .btn-pageTop {
    margin-bottom: 37px;
  }
}
body .btn-pageTop a img {
  width: 5.625vw;
}
@media screen and (max-width: 767px) {
  body .btn-pageTop a img {
    width: 21.1627906977vw;
  }
}
@media screen and (min-width: 1920px) {
  body .btn-pageTop a img {
    width: 108px;
  }
}
body footer {
  background-color: #333333;
}
body footer .footer-logo {
  padding: 2.1875vw 0 1.875vw;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  body footer .footer-logo {
    padding: 13.9534883721vw 0 11.1627906977vw;
  }
}
@media screen and (min-width: 1920px) {
  body footer .footer-logo {
    padding: 42px 0 36px;
  }
}
body footer .footer-logo img {
  width: 8.28125vw;
}
@media screen and (max-width: 767px) {
  body footer .footer-logo img {
    width: 22.0930232558vw;
  }
}
@media screen and (min-width: 1920px) {
  body footer .footer-logo img {
    width: 159px;
  }
}
body footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 13.0208333333vw;
  padding: 2.7083333333vw 0 2.5520833333vw;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  body footer .footer-links {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
@media screen and (min-width: 1920px) {
  body footer .footer-links {
    gap: 250px;
    padding: 52px 0 49px;
  }
}
@media screen and (max-width: 767px) {
  body footer .footer-links li {
    border-bottom: 1px solid #ffffff;
  }
  body footer .footer-links li:last-of-type {
    border: none;
  }
}
body footer .footer-links li a {
  font-size: 1.3020833333vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body footer .footer-links li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 18.6046511628vw;
    font-size: 4.6511627907vw;
    text-align: center;
  }
}
@media screen and (min-width: 1920px) {
  body footer .footer-links li a {
    font-size: 25px;
  }
}
body footer .copyright {
  padding: 1.1979166667vw 0 1.1458333333vw;
  font-size: 0.9375vw;
  letter-spacing: 0.025em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body footer .copyright {
    padding: 5.8139534884vw 0 5.1162790698vw;
    font-size: 3.2558139535vw;
  }
}
@media screen and (min-width: 1920px) {
  body footer .copyright {
    padding: 23px 0 22px;
    font-size: 18px;
  }
}
body .news-contents {
  margin: 0 auto;
  padding: 7.03125vw 0 5.2604166667vw;
}
@media screen and (max-width: 767px) {
  body .news-contents {
    padding: 31.3953488372vw 0 23.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news-contents {
    padding: 135px 0 101px;
  }
}
body .news-contents .news-title {
  margin: 0 0 2.5520833333vw;
  font-size: 2.34375vw;
  font-weight: 700;
  color: #006837;
}
@media screen and (max-width: 767px) {
  body .news-contents .news-title {
    margin: 0 0 6.976744186vw;
    font-size: 6.976744186vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news-contents .news-title {
    margin: 0 0 49px;
    font-size: 45px;
  }
}
body .news-contents .news-date {
  margin: 0 0 2.6041666667vw;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body .news-contents .news-date {
    margin: 0 0 9.3023255814vw;
    font-size: 4.6511627907vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news-contents .news-date {
    margin: 0 0 50px;
    font-size: 18px;
  }
}
body .news-contents .news-body > p {
  margin: 0 0 1.5625vw;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1.6333333333em;
}
@media screen and (max-width: 767px) {
  body .news-contents .news-body > p {
    margin: 0 0 5.5813953488vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (min-width: 768px) {
  body .news-contents .news-body > p {
    margin: 0 0 30px;
    font-size: 18px;
  }
}
body .news-contents .pagination {
  margin: 8.4375vw 0 0;
}
@media screen and (max-width: 767px) {
  body .news-contents .pagination {
    margin: 37.6744186047vw 0 0;
  }
}
@media screen and (min-width: 1920px) {
  body .news-contents .pagination {
    margin: 162px 0 0;
  }
}
body .news-contents .pagination div {
  font-size: 0.8854166667vw;
  font-weight: 600;
  letter-spacing: 0.025em;
}
body .news-contents .pagination div.pagination-prev {
  float: left;
}
body .news-contents .pagination div.pagination-next {
  float: right;
}
@media screen and (max-width: 767px) {
  body .news-contents .pagination div {
    font-size: 3.488372093vw;
  }
}
@media screen and (min-width: 1920px) {
  body .news-contents .pagination div {
    font-size: 17px;
  }
}

/*# sourceMappingURL=index.css.map */
