@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "Murecho", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  color: #434343;
}

img {
  width: 100%;
  display: block;
}

video {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.9;
}

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 100px;
}
@media screen and (max-width: 1120px) {
  .inner {
    padding: 0 15px;
  }
}

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

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

.ib {
  display: inline-block;
}

._en {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

._white {
  color: #fff !important;
}

.pt {
  padding-top: clamp(60px, 21.7346938776px + 10.2040816327vw, 100px);
}

/*========================================
セクション余白
========================================*/
.sec {
  padding-top: clamp(80px, 0px + 11.4285714286vw, 160px);
}

/*========================================
見出し
========================================*/
.heading-lv2 {
  color: #25a243;
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
  font-weight: 500;
}

/*下層ページ*/
.sub__heading-lv2 {
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
  position: relative;
  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;
}
.sub__heading-lv2::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #25a243;
}
.sub__heading-lv2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #25a243;
}
.sub__heading-lv2 span {
  display: block;
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 clamp(25px, 1.0841836735px + 6.3775510204vw, 50px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.sub__heading-lv2 span.h-txt::after {
  content: "guidelines for action";
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(9px, -7.262755102px + 4.3367346939vw, 26px);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(120%);
      -ms-transform: translateY(120%);
          transform: translateY(120%);
}

/*========================================
ヘッダー
========================================*/
.header {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #25a243));
  background: linear-gradient(to right, #ffffff 50%, #25a243 50%);
  font-size: clamp(14px, 7.3035714286px + 1.7857142857vw, 21px);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header__inner {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  height: clamp(60px, 21.7346938776px + 10.2040816327vw, 100px);
  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;
}
@media screen and (max-width: 1350px) {
  .header__inner {
    padding-left: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  width: clamp(80px, 11.1224489796px + 18.3673469388vw, 152px);
  min-width: 80px;
  background: #fff;
}
.header__list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1350px) {
  .header__list {
    display: none;
  }
}
.header__list li 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__list li .sub {
  font-size: 12px;
}
.header__list li + Li {
  margin-left: 40px;
}
.header__btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 107px;
}
.header__btn a {
  display: block;
  width: clamp(96px, 34.7755102041px + 16.3265306122vw, 160px);
}

/*========================================
スマホメニュー
========================================*/
.menu-sp {
  width: clamp(60px, 21.7346938776px + 10.2040816327vw, 100px);
  background: #25a243;
  position: relative;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  .menu-sp {
    pointer-events: auto;
  }
}
.menu-sp .line {
  display: none;
  width: clamp(16px, 10.6153846154px + 1.4358974359vw, 30px);
  height: clamp(2px, 1.2307692308px + 0.2051282051vw, 4px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-sp .line:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
      -ms-transform: translate(-50%, calc(-50% - clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
          transform: translate(-50%, calc(-50% - clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
}
.menu-sp .line:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
      -ms-transform: translate(-50%, calc(-50% + clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
          transform: translate(-50%, calc(-50% + clamp(6px, 4.4615384615px + 0.4102564103vw, 10px)));
}
@media screen and (max-width: 1350px) {
  .menu-sp .line {
    display: block;
  }
}

.menu-sp.open .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-sp.open .line:nth-child(2) {
  opacity: 0;
}
.menu-sp.open .line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header__container {
  position: fixed;
  top: -1000px;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 0 15px;
  padding-top: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__container.open {
  top: 0;
}

.menu__list--sp {
  font-size: clamp(21px, 15.2307692308px + 1.5384615385vw, 36px);
}
.menu__list--sp li {
  border-bottom: 2px solid #25a243;
}
.menu__list--sp li:nth-child(1) {
  border-top: 2px solid #25a243;
}
.menu__list--sp li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  padding-left: clamp(20px, 4.6153846154px + 4.1025641026vw, 60px);
}
.menu__list--sp li a span {
  position: relative;
}
.menu__list--sp li a span::before {
  content: "";
  display: block;
  width: clamp(14px, 5.5384615385px + 2.2564102564vw, 36px);
  height: clamp(12px, 3.5384615385px + 2.2564102564vw, 34px);
  background: url(../img/list.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 5px), -50%);
      -ms-transform: translate(calc(-100% - 5px), -50%);
          transform: translate(calc(-100% - 5px), -50%);
}
.menu__list--sp li a:hover {
  background: #add03c;
}

/*========================================
フッター
========================================*/
.footer__wrap {
  padding-top: clamp(40px, 20.8673469388px + 5.1020408163vw, 60px);
  padding-bottom: clamp(40px, 20.8673469388px + 5.1020408163vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.footer__logo img {
  width: clamp(50px, 37.5637755102px + 3.3163265306vw, 63px);
  width: 63px;
}
.footer__logo span {
  font-size: 12px;
}
.footer__menu {
  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;
  gap: 50px;
  font-size: clamp(16px, 12.1734693878px + 1.0204081633vw, 20px);
}
@media screen and (max-width: 1200px) {
  .footer__menu {
    margin-top: clamp(40px, 20.8673469388px + 5.1020408163vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .footer__menu {
    gap: 40px;
    row-gap: 10px;
  }
}

.copy {
  text-align: center;
  padding: 10px 0;
}

/*========================================
リンク
========================================*/
.btn__more {
  margin-left: auto;
  width: clamp(82px, 36.0816326531px + 12.2448979592vw, 130px);
  height: clamp(22px, 6.693877551px + 4.0816326531vw, 38px);
  margin-top: 45px;
}
.btn__more a {
  display: block;
  height: 100%;
  color: #fff;
  background: #add03c;
  font-size: clamp(10px, 6.1734693878px + 1.0204081633vw, 14px);
  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;
  border: 1px solid #fff;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*========================================
ファーストビュー
========================================*/
.top-mainvisual {
  position: relative;
}
.top-mainvisual__lead-txt {
  width: 1400px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .top-mainvisual__lead-txt {
    width: 100%;
    padding: 0 15px;
  }
}
.top-mainvisual__lead-txt span {
  display: block;
  font-weight: 500;
  color: #fff;
  text-shadow: 1.5px -1.3px 5px #3b3b3b;
}
.top-mainvisual__lead-txt .main {
  font-size: clamp(23px, 10.4161073826px + 3.355704698vw, 48px);
  line-height: 1.3;
}
.top-mainvisual__lead-txt .sub {
  font-size: clamp(12px, 1.932885906px + 2.6845637584vw, 32px);
  margin-top: clamp(5px, 0.2168367347px + 1.2755102041vw, 10px);
}

.slider_parent {
  position: relative;
  overflow-x: hidden;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .slider_parent {
    display: none;
  }
}
.slider_parent._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .slider_parent._sp {
    display: block;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 8000px;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .slider {
    height: auto;
  }
}
.slider__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 20px;
}
.slider__fv li + li {
  margin-left: 20px;
}
.slider li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*========================================
企業理念
========================================*/
.top-philosophy {
  padding-top: clamp(30px, -209.1581632653px + 63.7755102041vw, 280px);
  position: relative;
}
.top-philosophy__bg-txt {
  position: absolute;
  bottom: 20%;
  left: -60px;
  width: clamp(50px, -158.9024390244px + 55.7073170732vw, 621px);
}
@media screen and (max-width: 1540px) {
  .top-philosophy__bg-txt {
    left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .top-philosophy__bg-txt {
    display: none;
  }
}
.top-philosophy__wrap {
  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;
}
.top-philosophy__txt-area {
  position: relative;
  z-index: 2;
  color: #25a243;
  font-weight: 500;
  padding-bottom: clamp(100px, 49.6644295302px + 13.4228187919vw, 200px);
}
.top-philosophy__txt-area p {
  line-height: 1.8;
  font-size: clamp(13px, 5.3469387755px + 2.0408163265vw, 21px);
  text-shadow: -0.77px 0.64px 3px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.21), 0 0 8px rgba(255, 255, 255, 0.15);
  margin-top: clamp(20px, -18.2653061224px + 10.2040816327vw, 60px);
}
.top-philosophy__txt-area p + p {
  margin-top: 10px;
}
.top-philosophy__img-area._sp {
  display: none;
}
.top-philosophy__img {
  width: 545px;
  width: clamp(200px, 26.3422818792px + 46.3087248322vw, 545px);
  margin-left: auto;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 1120px) {
  .top-philosophy__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1120px) {
  .top-philosophy .btn__more {
    margin-left: 0;
  }
}

/*========================================
働く仲間たち
========================================*/
.top-team {
  padding-top: clamp(50px, -45.6632653061px + 25.5102040816vw, 150px);
  padding-bottom: clamp(50px, -74.362244898px + 33.1632653061vw, 180px);
}
.top-team__lead-txt {
  margin-top: clamp(20px, 2.7806122449px + 4.5918367347vw, 38px);
  font-size: clamp(13px, 5.3469387755px + 2.0408163265vw, 21px);
  color: #25a243;
}
.top-team__list {
  margin-top: clamp(20px, -29.7448979592px + 13.2653061224vw, 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37.5px;
}
@media screen and (max-width: 1120px) {
  .top-team__list {
    gap: 20px;
  }
}
.top-team__list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - 75px) / 3);
  -webkit-box-shadow: -3.83px 3.21px 13px rgb(181, 180, 180), -3.83px 3.21px 4px rgba(181, 180, 180, 0.5);
          box-shadow: -3.83px 3.21px 13px rgb(181, 180, 180), -3.83px 3.21px 4px rgba(181, 180, 180, 0.5);
}
@media screen and (max-width: 1300px) {
  .top-team__list li {
    width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 1120px) {
  .top-team__list li {
    width: calc((100% - 20px) / 2);
  }
}
.top-team__ttl {
  color: #fff;
  font-size: clamp(11px, -1.4362244898px + 3.3163265306vw, 24px);
  background: #25a243;
  height: clamp(35px, -8.0484693878px + 11.4795918367vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(20px, -3.9158163265px + 6.3775510204vw, 45px);
}
.top-team__detail {
  font-weight: 500;
  height: clamp(65px, -6.7474489796px + 19.1326530612vw, 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(20px, -3.9158163265px + 6.3775510204vw, 45px);
}
.top-team__detail-sub {
  font-size: clamp(9px, -2.4795918367px + 3.0612244898vw, 21px);
  line-height: 1.3;
}
.top-team__detail-main {
  font-size: clamp(10px, -3.3928571429px + 3.5714285714vw, 24px);
  margin-top: clamp(5px, 0.2168367347px + 1.2755102041vw, 10px);
}
.top-team__join {
  font-weight: 500;
  font-size: clamp(9px, -2.4795918367px + 3.0612244898vw, 21px);
  background: #add03c;
  text-align: right;
  height: clamp(35px, -8.0484693878px + 11.4795918367vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: clamp(20px, -3.9158163265px + 6.3775510204vw, 45px);
}
.top-team__txt-bottom {
  margin-top: clamp(20px, -75.6632653061px + 25.5102040816vw, 120px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-team__txt-bottom {
    text-align: center;
  }
}
.top-team__txt-bottom .top {
  font-size: clamp(15px, -5.0892857143px + 5.3571428571vw, 36px);
}
.top-team__txt-bottom .bottom {
  font-size: clamp(18px, -4.9591836735px + 6.1224489796vw, 42px);
  white-space: nowrap;
}
.top-team__txt-bottom .bottom span {
  color: #25a243;
}

/*========================================
店舗情報
========================================*/
.top-shop {
  background: #25a243;
  padding-top: clamp(60px, -35.6632653061px + 25.5102040816vw, 160px);
  padding-bottom: clamp(60px, -35.6632653061px + 25.5102040816vw, 160px);
}
.top-shop__lead-txt {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  color: #fff;
  margin-top: clamp(20px, 3.737244898px + 4.3367346939vw, 37px);
}
.top-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 30.4336734694px + 2.5510204082vw, 50px);
}
@media screen and (max-width: 767px) {
  .top-shop__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-shop__list li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1120px) {
  .top-shop__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-shop__list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-shop__list li + li {
    margin-top: 20px;
  }
}
.top-shop__txt-area {
  margin-top: clamp(20px, -15.3954081633px + 9.4387755102vw, 57px);
  color: #fff;
}
.top-shop__txt-area h3 {
  font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
  font-weight: 400;
}
.top-shop__txt-area p {
  font-size: clamp(12px, 5.3035714286px + 1.7857142857vw, 19px);
  margin-top: clamp(15px, 0.6505102041px + 3.8265306122vw, 30px);
}

/*========================================
MACで働く
========================================*/
.top-work {
  padding-top: clamp(60px, -26.0969387755px + 22.9591836735vw, 150px);
  padding-bottom: clamp(60px, -64.362244898px + 33.1632653061vw, 190px);
}
.top-work__bg-img {
  width: clamp(200px, -369.6428571429px + 39.2857142857vw, 310px);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
@media screen and (max-width: 1450px) {
  .top-work__bg-img {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1350px) {
  .top-work__bg-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-work__bg-img {
    display: none;
  }
}
.top-work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1350px) {
  .top-work__wrap {
    display: none;
  }
}
.top-work__txt-area {
  max-width: 450px;
}
.top-work__lead-txt {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  color: #25a243;
  margin-top: clamp(25px, -18.0484693878px + 11.4795918367vw, 70px);
}
@media screen and (max-width: 1350px) {
  .top-work__lead-txt {
    margin-top: clamp(25px, 10.6505102041px + 3.8265306122vw, 40px);
  }
}
.top-work .btn__more {
  margin-top: clamp(20px, -9.6556122449px + 7.9081632653vw, 51px);
}
@media screen and (max-width: 1350px) {
  .top-work .btn__more {
    margin-left: 0;
  }
}
.top-work__bg-txt {
  width: 563px;
  margin-top: 50px;
}
.top-work__image {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .top-work__image {
    margin-top: clamp(20px, 8.4615384615px + 3.0769230769vw, 50px);
  }
}
@media screen and (max-width: 1350px) {
  .top-work__image {
    width: 100%;
  }
}
.top-work__wrap--sp {
  display: none;
}
@media screen and (max-width: 1350px) {
  .top-work__wrap--sp {
    display: block;
  }
}

/*========================================
エントリー
========================================*/
.top-entry {
  position: relative;
  background: url(../img/top-entry-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(25px, -18.0484693878px + 11.4795918367vw, 70px);
  padding-bottom: clamp(25px, -75.4464285714px + 26.7857142857vw, 130px);
}
@media screen and (max-width: 767px) {
  .top-entry {
    background: url(../img/top-entry-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top-entry__wrap h2 {
  width: clamp(75px, -87.6275510204px + 43.3673469388vw, 245px);
  margin: 0 auto;
}
.top-entry__wrap p {
  font-size: clamp(14px, -3.2193877551px + 4.5918367347vw, 32px);
  text-align: center;
  color: #fff;
  margin-top: clamp(10px, -9.1326530612px + 5.1020408163vw, 30px);
}
.top-entry__btn {
  width: clamp(140px, -142.2066326531px + 75.2551020408vw, 435px);
  margin: 0 auto;
  margin-top: clamp(10px, -18.6989795918px + 7.6530612245vw, 40px);
}

/*========================================
fvのスクロール
========================================*/
.auto_scroll {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*========================================
inview
========================================*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.js-fadeIn.is-inview {
  opacity: 1;
}

.about__strength {
  background: url(../img/about-strength-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(60px, -169.5918367347px + 61.2244897959vw, 300px);
  padding-bottom: clamp(60px, -169.5918367347px + 61.2244897959vw, 300px);
}
.about__strength-wrap {
  text-align: center;
  color: #25a243;
}
.about__strength-wrap h2 {
  font-weight: 300;
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
}
.about__strength-wrap p {
  font-weight: 500;
  font-size: clamp(13px, 2.4770408163px + 2.806122449vw, 24px);
  line-height: 2;
  margin-top: clamp(40px, 1.7346938776px + 10.2040816327vw, 80px);
}
.about__policy {
  padding-top: clamp(60px, -93.0612244898px + 40.8163265306vw, 220px);
  padding-bottom: clamp(60px, -54.7959183673px + 30.612244898vw, 180px);
}
.about__policy-list {
  margin-top: clamp(40px, -17.3979591837px + 15.306122449vw, 100px);
}
.about__policy-list li + li {
  margin-top: clamp(40px, 11.3010204082px + 7.6530612245vw, 70px);
}
.about__policy-ttl {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about__policy-ttl {
    text-align: center;
  }
}
.about__policy-ttl .sub {
  font-size: clamp(13px, 2.4770408163px + 2.806122449vw, 24px);
  color: #add03c;
}
.about__policy-ttl .main {
  font-size: clamp(18px, 4.6071428571px + 3.5714285714vw, 32px);
}
.about__policy-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about__policy-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.about__policy-image {
  width: clamp(70px, -6.5306122449px + 20.4081632653vw, 150px);
  margin-left: 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__policy-image {
    margin-left: 0;
  }
}
.about__policy-txt {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  line-height: 1.8;
  margin-left: 30%;
}
@media screen and (max-width: 1120px) {
  .about__policy-txt {
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .about__policy-txt {
    margin-left: 10%;
  }
}
.about__guidelines {
  position: relative;
  padding-top: clamp(60px, 21.1650485437px + 10.355987055vw, 220px);
  padding-bottom: clamp(60px, 12.1683673469px + 12.7551020408vw, 110px);
}
.about__guidelines::before {
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  background: url(../img/about-guideline-bg.webp) no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.about__guidelines-list {
  margin-top: clamp(40px, -30.7908163265px + 18.8775510204vw, 114px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1120px) {
  .about__guidelines-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__guidelines-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
}
.about__guidelines-list li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1120px) {
  .about__guidelines-list li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .about__guidelines-list li {
    width: 100%;
  }
}

.team__container._green {
  background: #f3f8e2;
}
.team__container + .team__container {
  margin-top: clamp(40px, -36.5306122449px + 20.4081632653vw, 120px);
}
@media screen and (max-width: 1450px) {
  .team__container + .team__container {
    margin-top: 40px;
  }
}
.team__inner {
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .team__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1120px) {
  .team__inner {
    padding: 0 15px;
  }
}
.team__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
}
@media screen and (max-width: 1300px) {
  .team__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.team__wrap._main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (max-width: 1300px) {
  .team__wrap._main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.team__wrap._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
  .team__wrap._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team__text-area._qa {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .team__text-area._qa {
    margin-top: 0;
  }
}
.team__text-area dl + dl {
  margin-top: clamp(30px, 1.3010204082px + 7.6530612245vw, 60px);
}
.team__heading {
  color: #25a243;
  font-size: clamp(14px, 4.4336734694px + 2.5510204082vw, 24px);
  padding-left: 30px;
}
@media screen and (max-width: 1300px) {
  .team__heading {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .team__heading {
    padding-left: 0;
  }
}
.team__lead-txt {
  color: #fff;
  font-weight: 500;
  font-size: clamp(18px, 4.6071428571px + 3.5714285714vw, 32px);
  background: -webkit-gradient(linear, left bottom, left top, from(#19bd68), color-stop(25%, #17c05c), color-stop(50%, #19bf6e), color-stop(75%, #1ebe89), to(#27cfb5));
  background: linear-gradient(to top, #19bd68 0%, #17c05c 25%, #19bf6e 50%, #1ebe89 75%, #27cfb5 100%);
  width: clamp(299px, 32.0994897959px + 71.1734693878vw, 578px);
  padding: clamp(12px, 5.3035714286px + 1.7857142857vw, 19px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 3px 10px 1.5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 3px 10px 1.5px rgba(0, 0, 0, 0.3);
  margin-top: clamp(20px, -3.9158163265px + 6.3775510204vw, 45px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .team__lead-txt {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team__detail {
  color: #25a243;
  padding-left: 30px;
  margin-top: clamp(15px, -28.0484693878px + 11.4795918367vw, 60px);
  font-size: clamp(14px, 7.3035714286px + 1.7857142857vw, 21px);
}
@media screen and (max-width: 767px) {
  .team__detail {
    padding-left: 0;
  }
}
.team__detail li + li {
  margin-top: clamp(5px, 0.2168367347px + 1.2755102041vw, 10px);
}
@media screen and (max-width: 1300px) {
  .team__name {
    margin-bottom: 50px;
  }
}
.team__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49.785%;
}
@media screen and (max-width: 1300px) {
  .team__img {
    width: 100%;
  }
}
.team__question {
  font-weight: 500;
  font-size: clamp(16px, 6.4336734694px + 2.5510204082vw, 26px);
  color: #25a243;
}
.team__answer {
  font-size: clamp(12px, 6.2602040816px + 1.5306122449vw, 18px);
  margin-top: clamp(5px, 0.2168367347px + 1.2755102041vw, 10px);
}

.shop {
  position: relative;
}
.shop__bg-txt01, .shop__bg-txt02 {
  font-size: clamp(80px, 51.3010204082px + 7.6530612245vw, 110px);
  color: #25a243;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 200;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1480px) {
  .shop__bg-txt01, .shop__bg-txt02 {
    display: none;
  }
}
.shop__bg-txt02 {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.shop__wrap {
  padding-top: clamp(60px, -26.0969387755px + 22.9591836735vw, 150px);
  padding-bottom: clamp(60px, -26.0969387755px + 22.9591836735vw, 150px);
}
.shop__container {
  margin-top: clamp(40px, -46.0969387755px + 22.9591836735vw, 130px);
}
.shop__container h3 {
  font-size: clamp(20px, 4.693877551px + 4.0816326531vw, 36px);
  border-left: 20px solid #25a243;
  font-weight: 400;
  padding-left: clamp(10px, 0.4336734694px + 2.5510204082vw, 20px);
  position: relative;
}
.shop__container h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.shop__list {
  position: relative;
  margin-top: clamp(40px, 1.7346938776px + 10.2040816327vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .shop__list {
    gap: 24px;
  }
}
.shop__list li {
  background: rgba(173, 208, 60, 0.2);
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1350px) {
  .shop__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .shop__list li {
    width: calc((100% - 24px) / 2);
  }
}
.shop__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(10px, -17.7423469388px + 7.3979591837vw, 39px);
}
.shop .ttl {
  font-size: clamp(14px, 0.6071428571px + 3.5714285714vw, 28px);
  font-weight: 400;
  color: #25a243;
  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;
  position: relative;
}
.shop .ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(2px, 1.0433673469px + 0.2551020408vw, 3px);
  background: #25a243;
}
.shop .ttl span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding-right: clamp(5px, -9.3494897959px + 3.8265306122vw, 20px);
}
.shop .address {
  font-size: clamp(10px, -0.5229591837px + 2.806122449vw, 21px);
  margin-top: clamp(10px, -9.1326530612px + 5.1020408163vw, 30px);
  line-height: 1.3;
  min-height: 55px;
}
@media screen and (max-width: 767px) {
  .shop .address {
    min-height: auto;
  }
}
.shop .address::before {
  background-image: url(../img/shop-map-icon.webp);
}
.shop .address span {
  display: inline-block;
  width: 252px;
}
@media screen and (max-width: 767px) {
  .shop .address span {
    width: auto;
  }
}
.shop .tel {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  margin-top: 5px;
}
.shop .tel::before {
  background-image: url(../img/shop-tel-icon.webp);
}
.shop__icon {
  position: relative;
  padding-left: clamp(20px, -13.4821428571px + 8.9285714286vw, 55px);
}
.shop__icon::before {
  content: "";
  display: block;
  width: clamp(15px, -7.0025510204px + 5.8673469388vw, 38px);
  height: clamp(15px, -7.0025510204px + 5.8673469388vw, 38px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.work {
  background: #25a243;
}
.work__inner {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
}
.work__wrap {
  padding-bottom: clamp(60px, 21.7346938776px + 10.2040816327vw, 100px);
  background: #fff;
}
.work__container {
  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;
  gap: 83px;
}
@media screen and (max-width: 1120px) {
  .work__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.work__container + .work__container {
  margin-top: clamp(40px, -74.7959183673px + 30.612244898vw, 160px);
}
.work__container._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1120px) {
  .work__container._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.work__ttl {
  font-weight: 400;
  color: #25a243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work__ttl .sub {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
}
.work__ttl .main {
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
  font-weight: 500;
  margin-top: clamp(5px, 0.2168367347px + 1.2755102041vw, 10px);
}
.work__txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  color: #25a243;
  margin-top: clamp(20px, -18.2653061224px + 10.2040816327vw, 60px);
  line-height: 1.8;
}
.work__txt-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 809px;
  width: 57.7857%;
}
@media screen and (max-width: 1120px) {
  .work__txt-img {
    width: 100%;
  }
}

.recruit {
  background: #f6f9eb;
}
.recruit__mainvisual {
  padding-top: clamp(90px, -8.5331632653px + 26.2755102041vw, 193px);
  padding-bottom: clamp(90px, 1.0331632653px + 23.7244897959vw, 183px);
  background-image: url(../img/recruit-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruit__mainvisual {
    background-image: url(../img/recruit-bg-sp.webp);
  }
}
.recruit__lead-txt {
  text-align: center;
}
.recruit__lead-txt span {
  display: block;
}
.recruit__lead-txt .main {
  font-weight: 500;
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
}
.recruit__lead-txt .sub {
  font-size: clamp(12px, 3.3903061224px + 2.2959183673vw, 21px);
  margin-top: clamp(40px, 29.4770408163px + 2.806122449vw, 51px);
}
.recruit__wrap {
  padding-top: clamp(60px, 2.6020408163px + 15.306122449vw, 120px);
  padding-bottom: clamp(60px, 2.6020408163px + 15.306122449vw, 120px);
}
.recruit__wrap dl {
  border-bottom: 2px solid #25a243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25px, -430.6962025316px + 59.335443038vw, 400px);
  padding: clamp(25px, 1.0841836735px + 6.3775510204vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .recruit__wrap dl {
    gap: 25px;
  }
}
.recruit__wrap dl:first-of-type {
  border-top: 2px solid #25a243;
}
.recruit__heading {
  font-weight: 400;
  font-size: clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
  margin-bottom: clamp(40px, 30.4336734694px + 2.5510204082vw, 50px);
}
.recruit__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 300;
  font-size: clamp(15px, -1.262755102px + 4.3367346939vw, 32px);
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .recruit__ttl {
    min-width: 230px;
    min-width: 120px;
    min-width: clamp(120px, 14.7704081633px + 28.0612244898vw, 230px);
  }
}
.recruit__txt {
  font-weight: 300;
  font-size: clamp(10px, -0.5229591837px + 2.806122449vw, 21px);
}

.entry .inner {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.entry .inner p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(25px, 1.0841836735px + 6.3775510204vw, 50px);
}/*# sourceMappingURL=style.css.map */