@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* 変数 css↑ */
/* ============================================ */
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
body {
  display: none; /* ふわっとページ遷移に必要なコード */
}

html {
  color: #121212;
  font-size: 62.5%; /* 1rem=10px */
  letter-spacing: 1.6px;
  line-height: 1;
  scroll-behavior: auto; /* 慣性スクロールLenisを実装するため */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

html::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: #1F1F1F;
  transition: 0.3s;
}

a[type=button] {
  -webkit-appearance: none;
  background: none;
}

a:hover {
  transition: 0.3s;
}

ul {
  list-style: none;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------*/
/* セクションのパディング
/*---------------------------------------------*/
.section_wrap {
  width: 100%;
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: calc((100vw - 1140px) / 2);
  padding-top: 110px;
  padding-bottom: 180px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 599px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

.section_wrap_side {
  width: 100%;
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: calc((100vw - 1140px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap_side {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  .section_wrap_side {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.section_wrap.wide,
.section_wrap_side.wide {
  padding-left: calc((100vw - 1350px) / 2);
  padding-right: calc((100vw - 1350px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap.wide,
  .section_wrap_side.wide {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  .section_wrap.wide,
  .section_wrap_side.wide {
    padding-left: 6%;
    padding-right: 6%;
  }
}

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
.section_top_box {
  width: 100%;
  position: relative;
}
.section_top_box .section_title_en {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 28px;
}
@media (max-width: 599px) {
  .section_top_box .section_title_en {
    margin-bottom: 21px;
  }
}
.section_top_box h4 {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.section_top_box .note {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 39px;
}
@media (max-width: 599px) {
  .section_top_box .note {
    margin-top: 20px;
    line-height: 1.5;
  }
}
.section_top_box::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1.2px;
  background-color: #E4E4E4;
}
.section_top_box.center .section_title_en {
  margin-left: auto;
  margin-right: auto;
}
.section_top_box.center h4 {
  margin-left: auto;
  margin-right: auto;
}
.section_top_box.center .note {
  margin-left: auto;
  margin-right: auto;
}
.section_top_box.right .section_title_en {
  margin-left: auto;
}
.section_top_box.right h4 {
  margin-left: auto;
}
.section_top_box.right .note {
  margin-left: auto;
}

html.page_fruit .section_top {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  html.page_fruit .section_top {
    margin-bottom: 47px;
  }
}
html.page_fruit .section_title_en {
  position: relative;
  padding-left: 18px;
  color: #229647;
  margin-bottom: 11px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
html.page_fruit .section_title_en::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #229647;
  border-radius: 50%;
}
html.page_fruit .section_title {
  letter-spacing: 3.2px;
}
/*---------------------------------------------*/
/* フォント・フォントサイズ
/*---------------------------------------------*/
.yumincho {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "Times New Roman", serif;
}

.inter {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.fw_100 {
  font-weight: 100;
}

.fw_400 {
  font-weight: 400;
}

.fw_600 {
  font-weight: 600;
}

.t_shadow {
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
}

.fs_13 {
  font-size: 1.3rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_13 {
    font-size: 1.3rem;
  }
}
@media (max-width: 599px) {
  .fs_13 {
    font-size: 1.3rem;
  }
}

.fs_14 {
  font-size: 1.4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_14 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .fs_14 {
    font-size: 1.4rem;
  }
}

.fs_16 {
  font-size: 1.6rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_16 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .fs_16 {
    font-size: 1.4rem;
  }
}

.fs_18 {
  font-size: 1.8rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_18 {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  .fs_18 {
    font-size: 1.8rem;
  }
}

.fs_20 {
  font-size: 2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_20 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .fs_20 {
    font-size: 1.6rem;
  }
}

.fs_24 {
  font-size: 2.4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_24 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .fs_24 {
    font-size: 1.6rem;
  }
}

.fs_32 {
  font-size: 3.2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_32 {
    font-size: 2.9rem;
  }
}
@media (max-width: 599px) {
  .fs_32 {
    font-size: 2.9rem;
  }
}

.fs_40 {
  font-size: 4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_40 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .fs_40 {
    font-size: 2.5rem;
  }
}

.fs_48 {
  font-size: 4.8rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_48 {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .fs_48 {
    font-size: 3rem;
  }
}

.fs_mid {
  font-size: 2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_mid {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .fs_mid {
    font-size: 2rem;
  }
}

.fs_subtitle {
  font-size: 2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .fs_subtitle {
    font-size: 2rem;
  }
}

/*---------------------------------------------*/
/* よく使う
/*---------------------------------------------*/
.main_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 599px) {
  .main_flex {
    flex-direction: column;
  }
}

.main_flex_left {
  width: 50%;
}
@media (max-width: 599px) {
  .main_flex_left {
    width: 100%;
  }
}

.main_flex_right {
  width: 50%;
}
@media (max-width: 599px) {
  .main_flex_right {
    width: 100%;
  }
}

.sticky {
  position: sticky;
  top: 148px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 599px) {
  .sticky {
    position: relative;
    top: unset;
  }
}

.img_zoom {
  overflow: hidden;
}
.img_zoom img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.img_zoom:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

.img_zoom_parent .img_zoom_child {
  overflow: hidden;
}
.img_zoom_parent .img_zoom_child img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.img_zoom_parent:hover .img_zoom_child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

.underline {
  display: inline; /* inline のままでOK。inline-block だと行分割されない場合がある */
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px; /* 横幅100%・高さ2px（線の太さ） */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用（古い挙動対策） */
  /* 任意 */
  padding-bottom: 1px; /* 線と文字の距離を調整（必要なら） */
}

.text_center {
  text-align: center;
}

.link_box {
  margin-right: 4px;
  margin-left: 1px;
  display: inline-block;
}

.text_shadow {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.underline_object {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.underline_object::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.coming_soon {
  opacity: 0.6;
  pointer-events: none;
}
.coming_soon.more_button {
  width: 156px;
  min-width: unset;
}

.img_filter_01 {
  position: relative;
}
.img_filter_01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.368627451) 0%, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.img_filter_02 {
  position: relative;
}
.img_filter_02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3333333333) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.img_filter_03 {
  position: relative;
}
.img_filter_03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3333333333) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.img_filter_04 {
  position: relative;
}
.img_filter_04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2235294118);
}

.img_filter_05 {
  position: relative;
}
.img_filter_05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2941176471);
}

.img_filter_06 {
  position: relative;
}
.img_filter_06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5529411765);
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.more_btn {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-left: 57px;
  position: relative;
}
.more_btn .icon_box {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.more_btn .icon_box i {
  font-size: 1.2rem;
  margin-left: 4px;
  color: #fff;
}
.more_btn span {
  padding-bottom: 1px;
}
.more_btn span::after {
  height: 1px;
}
.more_btn:hover .icon_box {
  transform: scale(1.15);
  transform-origin: 20px center;
}
.more_btn.flip .icon_box {
  background-color: #fff;
}
.more_btn.flip .icon_box i {
  color: #000;
}
.more_btn.flip span {
  color: #fff;
}
.more_btn.flip span::after {
  background-color: #fff;
}
.more_btn.center {
  margin-left: auto;
  margin-right: auto;
}
.more_btn.right {
  margin-left: auto;
  margin-right: 0;
}
.more_button {
  background-color: #121212;
  min-width: 245px;
  width: -moz-fit-content;
  width: fit-content;
  height: 47px;
  border-radius: 100px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 59px;
}
.more_button .text {
  color: #fff;
  letter-spacing: 0.84px;
}
.more_button i {
  position: absolute;
  right: 22px;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
.more_button:hover i {
  transform: translateX(4px);
}
.more_button.center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .more_button {
    min-width: 214px;
    height: 44px;
    padding-left: 22px;
    padding-right: 53px;
  }
}

.more_button_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 11px;
}

/*---------------------------------------------*/
/* レスポンシブ制御
/*---------------------------------------------*/
.pc {
  display: flex;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .tab {
    display: flex;
  }
}
@media (max-width: 599px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .sp {
    display: flex !important;
  }
}

.pc_tab {
  display: flex;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .pc_tab {
    display: flex;
  }
}
@media (max-width: 599px) {
  .pc_tab {
    display: none;
  }
}

.tab_pc {
  display: none;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .tab_pc {
    display: flex;
  }
}
@media (max-width: 599px) {
  .tab_pc {
    display: flex;
  }
}

html.page_fruit .loading {
  background-color: #FAF6DC;
}

/*---------------------------------------------*/
/* 子ページFV（仮）
/*---------------------------------------------*/
.child_page_bg {
  padding-top: 500px;
  position: relative;
}
@media (max-width: 599px) {
  .child_page_bg {
    padding-top: 346px;
  }
}
.child_page_bg .child_page_fv {
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 132px 0;
}
@media (max-width: 599px) {
  .child_page_bg .child_page_fv {
    height: 346px;
    padding: 66px 6% 0;
  }
}
.child_page_bg .child_page_fv .title_big {
  font-size: 6rem;
  margin-top: 52px;
  margin-left: -6px;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .child_page_bg .child_page_fv .title_big {
    font-size: 2.6rem;
    margin-top: 31px;
    margin-left: 0;
    line-height: 1.4;
  }
}
.child_page_bg .child_page_fv .title_mini {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .child_page_bg .child_page_fv .title_mini {
    margin-top: 13px;
  }
}
.child_page_bg .child_page {
  background-color: #f7f7f7;
  border-radius: 120px 120px 0 0;
}
@media (max-width: 599px) {
  .child_page_bg .child_page {
    border-radius: 60px 60px 0 0;
  }
}
.child_page_bg .breadcrumb {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.child_page_bg .breadcrumb ul {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.child_page_bg .breadcrumb ul li {
  font-weight: 600;
  font-size: 1.3rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .child_page_bg .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.child_page_bg .breadcrumb ul li a {
  font-weight: 600;
  font-size: 1.3rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .child_page_bg .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}

html.is-safari .bg_wrapper {
  height: calc(var(--vh, 1vh) * 115);
}
/* ============================================ */
/* ふわっと表示アニメーションcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: var(--fadeUp-dur, 2s); /* ←ここを変数に */
  animation-fill-mode: forwards;
  opacity: 0;
  --fadeUp-dist: 200px;
  --fadeUp-dur: 2000ms; /* デフォルト */
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(var(--fadeUp-dist));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUpTrigger,
.fadeUpTrigger_left,
.fadeUpTrigger_right {
  opacity: 0;
}

/* ============================================ */
/* パララックス効果css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/* パララックス要素につける
/*---------------------------------------------*/
.parallax_item {
  will-change: transform;
  transition: transform 0.05s linear;
}

/* ============================================ */
/* ヘッダーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.menu {
  position: absolute;
  clear: both;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* スクロールの滑らかさを向上 (モバイル対応) */
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3008s;
}

.menu_btn:checked ~ .menu {
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu_btn {
  display: none;
}

.menu_icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  z-index: 9999;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navicon {
  display: block;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu_btn:checked ~ .menu_icon .navicon {
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
.menu_buttons {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

header {
  position: fixed;
  z-index: 999;
  height: 134px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9098039216), rgba(255, 255, 255, 0));
}
header h1 {
  width: 141px;
  height: 84px;
  z-index: 9999;
}
header ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
header ul li a {
  transition: all 0.3s ease;
}
header ul li a:hover {
  opacity: 0.6;
}
header ul li a.contact {
  background-color: #0072B5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 138px;
  border-radius: 4px;
}
header ul li a.contact:hover {
  height: 44.1px;
  width: 144.9px;
  opacity: 1;
  margin-right: -3.45px;
  margin-left: -3.45px;
}
@media (max-width: 599px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
    height: 75px;
  }
}

html.page_fruit header,
html.page_contact-fruit header,
html.page_contact-fruit-check header,
html.page_contact-fruit-complete header {
  background: linear-gradient(to bottom, rgba(250, 246, 220, 0.8078431373), rgba(250, 246, 220, 0));
}
html.page_fruit header ul li a,
html.page_contact-fruit header ul li a,
html.page_contact-fruit-check header ul li a,
html.page_contact-fruit-complete header ul li a {
  color: #229647;
}
html.page_fruit header ul li a.contact,
html.page_contact-fruit header ul li a.contact,
html.page_contact-fruit-check header ul li a.contact,
html.page_contact-fruit-complete header ul li a.contact {
  background-color: #fff;
}
html.page_fruit header .menu,
html.page_contact-fruit header .menu,
html.page_contact-fruit-check header .menu,
html.page_contact-fruit-complete header .menu {
  background-color: #FAF6DC;
}
html.page_fruit header .menu .menu_buttons .menu_main .menu_column .btns_list li a,
html.page_contact-fruit header .menu .menu_buttons .menu_main .menu_column .btns_list li a,
html.page_contact-fruit-check header .menu .menu_buttons .menu_main .menu_column .btns_list li a,
html.page_contact-fruit-complete header .menu .menu_buttons .menu_main .menu_column .btns_list li a {
  color: #229647;
}
html.page_fruit header .menu .menu_buttons .menu_main .menu_column .btns_list li a::before,
html.page_contact-fruit header .menu .menu_buttons .menu_main .menu_column .btns_list li a::before,
html.page_contact-fruit-check header .menu .menu_buttons .menu_main .menu_column .btns_list li a::before,
html.page_contact-fruit-complete header .menu .menu_buttons .menu_main .menu_column .btns_list li a::before {
  background-color: #229647;
}
html.page_fruit header .menu .menu_buttons .more_button,
html.page_contact-fruit header .menu .menu_buttons .more_button,
html.page_contact-fruit-check header .menu .menu_buttons .more_button,
html.page_contact-fruit-complete header .menu .menu_buttons .more_button {
  background-color: #229647;
}
html.page_fruit header .menu .menu_buttons .more_button .text,
html.page_contact-fruit header .menu .menu_buttons .more_button .text,
html.page_contact-fruit-check header .menu .menu_buttons .more_button .text,
html.page_contact-fruit-complete header .menu .menu_buttons .more_button .text {
  color: #fff;
}
html.page_fruit header .menu .menu_buttons .more_button i,
html.page_contact-fruit header .menu .menu_buttons .more_button i,
html.page_contact-fruit-check header .menu .menu_buttons .more_button i,
html.page_contact-fruit-complete header .menu .menu_buttons .more_button i {
  color: #fff;
}

.menu_icon {
  height: 34px;
  width: 64px;
  border-radius: 30px;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: unset;
}

.navicon {
  background-color: #000000;
  height: 2px;
  width: 35px;
  border-radius: 9px;
}

.navicon:before,
.navicon:after {
  background-color: #000000;
  height: 2px;
  width: 35px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 9px;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

.menu_btn:checked ~ .menu_icon .navicon:before {
  transform: rotate(-40deg) translateX(-2px) translateY(-2px);
}

.menu_btn:checked ~ .menu_icon .navicon:after {
  transform: rotate(40deg) translateX(-2px) translateY(2px);
}

.menu_btn:checked ~ .menu_icon .navicon {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before {
  box-shadow: none;
  top: 0;
  width: 41px;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
  box-shadow: none;
  bottom: 0;
  width: 41px;
}

.menu {
  transform: translateX(100%);
}

.menu_btn:checked ~ .menu {
  transform: translateX(0);
  right: 0;
  transform-origin: top;
}

.menu_buttons {
  row-gap: 18px;
}

.menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 130px 6% 0px;
  background-color: #ffffff;
  transform-origin: top;
  flex-direction: column;
  justify-content: flex-start;
}
.menu .menu_buttons .menu_main {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0%;
       column-gap: 0%;
  row-gap: 41px;
  flex-wrap: wrap;
}
.menu .menu_buttons .menu_main.wi_full .menu_column {
  width: 100%;
}
.menu .menu_buttons .menu_main .menu_column {
  display: flex;
  flex-direction: column;
  width: 46%;
  align-items: flex-start;
}
.menu .menu_buttons .menu_main .menu_column.short_width {
  width: 44%;
}
.menu .menu_buttons .menu_main .menu_column.wide_width {
  width: 53%;
}
.menu .menu_buttons .menu_main .menu_column .btns_head {
  color: #25272B;
  margin-bottom: 32px;
}
.menu .menu_buttons .menu_main .menu_column .btns_list {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a {
  color: #25272B;
  padding: 4px 4px 4px 14px;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #25272B;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a:hover::before {
  transform: scale(1.5);
}
.menu .menu_buttons .more_btn {
  margin-top: auto;
}
.menu .menu_buttons .main_buttons {
  display: flex;
  flex-direction: column;
  margin-top: 7vh;
}
.menu .menu_buttons .main_buttons .fruit_ec {
  width: 100%;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.menu .menu_buttons .main_buttons .fruit_ec .content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu .menu_buttons .main_buttons .fruit_ec .content i {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 7px;
}
.menu .menu_buttons .main_buttons .fruit_ec .content .text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
  font-size: 1.6rem;
}
.menu .menu_buttons .main_buttons .img_zoom img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.menu .menu_buttons .main_buttons .img_zoom:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

/* ============================================ */
/* フッターcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer_main {
  width: 100%;
  height: 442px;
  background-color: #232323;
  border-radius: 0;
  padding: 86px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_main .left {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_main .left .footer_logo {
  width: 230px;
  height: 138px;
}
.footer_main .left .address {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}
.footer_main .left .address span a {
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
}
.footer_main .right {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 599px) {
  .footer_main .right {
    display: none;
  }
}
.footer_main .right .left_buttons {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.footer_main .right .left_buttons a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.footer_main .right .left_buttons a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer_main .right .left_buttons a:hover::before {
  transform: scale(1.4);
}
.footer_main .right .right_buttons {
  display: flex;
  flex-direction: column;
}
.footer_main .right .right_buttons .fruit_ec {
  width: 270px;
  height: 144px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.footer_main .right .right_buttons .fruit_ec .content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_main .right .right_buttons .fruit_ec .content i {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 7px;
}
.footer_main .right .right_buttons .fruit_ec .content .text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.footer_main .right .right_buttons .img_zoom img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.footer_main .right .right_buttons .img_zoom:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

.footer {
  background-color: #f7f7f7;
}
.footer .more_button {
  background-color: #fff;
}
.footer .more_button .text {
  color: #000;
}
.footer .more_button i {
  color: #000;
}

html.page_fruit .footer {
  background-color: #FAF6DC;
}
html.page_fruit .footer .footer_main {
  background-color: #229647;
  border-radius: 80px 80px 0 0;
}
html.page_fruit .footer .footer_main .more_button {
  background-color: #fff;
}
html.page_fruit .footer .footer_main .more_button .text {
  color: #229647;
}
html.page_fruit .footer .footer_main .more_button i {
  color: #229647;
}
@media (max-width: 599px) {
  html.page_fruit .footer .footer_main {
    border-radius: 50px 50px 0 0;
  }
}

@media (max-width: 599px) {
  .footer_main {
    width: 100%;
    height: 340px;
    padding: 53px 6%;
  }
  .footer_main .left .footer_logo {
    width: 153px;
    height: 90px;
  }
}
/* ============================================ */
/* パーツ↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/* 子ページトップ
/*---------------------------------------------*/
.breadcrumb {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb ul {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.breadcrumb ul li {
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li a {
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}

.child_page_fv {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.child_page_fv .main_flex {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.child_page_fv .main_flex .title_box {
  width: -moz-fit-content;
  width: fit-content;
}
.child_page_fv .main_flex .title_box .title_en {
  font-size: 8rem;
  letter-spacing: 1px;
}
.child_page_fv .main_flex .title_box .title {
  margin-top: 25px;
}
.child_page_fv .main_flex .breadcrumb {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.child_page_fv .main_flex .breadcrumb ul {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.child_page_fv .main_flex .breadcrumb ul li {
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .child_page_fv .main_flex .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.child_page_fv .main_flex .breadcrumb ul li a {
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (max-width: 599px) {
  .child_page_fv .main_flex .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}
.child_page_fv .img_box {
  height: 198px;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 53px;
}
.child_page_fv .content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.child_page_fv .content p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8rem;
}
.child_page_fv .content p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.child_page_fv .content p.end-symbol::after {
  /* fit-contentを維持しつつ、見た目だけ短くするトリック */
  transform: scaleX(0.93); /* ← 0.9〜0.97くらいで微調整 */
  transform-origin: left;
}

/*---------------------------------------------*/
/* 動画
/*---------------------------------------------*/
.movie_wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.movie_wrap .movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------*/
/* フルーツ販売に関するお問い合わせ
/*---------------------------------------------*/
.contact_btn_fruit {
  padding-top: 0px;
  padding-bottom: 120px;
}
.contact_btn_fruit .contact_btn_fruit_main {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_btn_fruit .contact_btn_fruit_main .inner_box {
  position: absolute;
  width: 670px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
.contact_btn_fruit .contact_btn_fruit_main .inner_box .head {
  color: #fff;
  line-height: 1.5;
}
.contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button {
  background-color: #229647;
  margin-top: 48px;
}
.contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button i {
  color: #fff;
}
.contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button .text {
  color: #fff;
}
@media (max-width: 599px) {
  .contact_btn_fruit .contact_btn_fruit_main {
    height: 313px;
  }
  .contact_btn_fruit .contact_btn_fruit_main .inner_box {
    width: 90%;
  }
  .contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button {
    background-color: #229647;
    margin-top: 17px;
    padding-right: 42px;
    padding-left: 20px;
    height: 41px;
  }
  .contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button .text {
    font-size: 1.3rem;
  }
  .contact_btn_fruit .contact_btn_fruit_main .inner_box .more_button i {
    font-size: 1.3rem;
  }
  .contact_btn_fruit .head {
    font-size: 2.1rem;
  }
}

/*---------------------------------------------*/
/* 物流に関するお問い合わせ
/*---------------------------------------------*/
.contact_btn_shipping {
  padding-bottom: 80px;
}
.contact_btn_shipping .btn_wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact_btn_shipping .btn_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact_btn_shipping .btn_wrapper .section_top_box {
  z-index: 2;
}
.contact_btn_shipping .btn_wrapper .section_top_box::after {
  display: none;
}
.contact_btn_shipping .btn_wrapper .section_top_box .section_title_en {
  color: #fff;
}
.contact_btn_shipping .btn_wrapper .section_top_box h4 {
  color: #fff;
}
.contact_btn_shipping .btn_wrapper .sentence {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 64px;
  z-index: 2;
  line-height: 1.7;
}
.contact_btn_shipping .btn_wrapper .more_btn {
  z-index: 2;
}
/*---------------------------------------------*/
/* メンテナンスページ
/*---------------------------------------------*/
.coming_soon_page .child_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
}
.coming_soon_page .child_page .coming_soon_main_wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 480px;
}
.coming_soon_page h2 {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.coming_soon_page h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.coming_soon_page .main_text {
  line-height: 2;
  margin-top: 22px;
  margin-bottom: 40px;
}
.coming_soon_page .more_button {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .coming_soon_page .child_page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .coming_soon_page .child_page .coming_soon_main_wrap {
    width: 84%;
  }
  .coming_soon_page .child_page h2 {
    line-height: 1.4;
  }
}

/*---------------------------------------------*/
/* 物流の求人
/*---------------------------------------------*/
.recruitment_shipping {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.recruitment_shipping .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recruitment_shipping .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment_shipping .section_wrap_side {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
}
.recruitment_shipping .section_wrap_side .section_top_box::after {
  display: none;
}
.recruitment_shipping .section_wrap_side .section_top_box .section_title_en {
  color: #fff;
}
@media (max-width: 599px) {
  .recruitment_shipping .section_wrap_side .section_top_box .section_title_en {
    margin-bottom: 12px;
  }
}
.recruitment_shipping .section_wrap_side .section_top_box h4 {
  color: #fff;
}
@media (max-width: 599px) {
  .recruitment_shipping .section_wrap_side .section_top_box h4 {
    line-height: 1.4;
  }
}
.recruitment_shipping .section_wrap_side .description {
  margin-top: 24px;
  margin-bottom: 56px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 599px) {
  .recruitment_shipping .section_wrap_side .description {
    margin-bottom: 18px;
  }
}
@media (max-width: 599px) {
  .recruitment_shipping .section_wrap_side .more_btn {
    margin-left: auto;
  }
}

/*---------------------------------------------*/
/*　ローディング画面
/*---------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F4F7F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.loading.active {
  visibility: visible;
}
.loading .logo_box {
  height: 111px;
  width: 111px;
  transform: scale(1);
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}
@media (max-width: 599px) {
  .loading .logo_box {
    height: 74px;
    width: 74px;
  }
}
.loading .load_gauge {
  width: 230px;
  height: 2px;
  margin-top: 30px;
  position: relative;
  background-color: rgba(19, 88, 41, 0.2745098039);
  transition: opacity 0.4s ease, filter 0.4s ease;
  opacity: 0; /* ← 追加：初期は透明 */
  filter: blur(10px); /* ← 追加：初期はぼかし */
}
@media (max-width: 599px) {
  .loading .load_gauge {
    width: 170px;
  }
}
.loading .load_gauge .load_meter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #135829;
  transition: width 2s ease;
}

/* body にクラス付与して表示 */
body.loading-active .loading {
  visibility: visible;
}

@media (max-width: 599px) {
  .child_page_fv .main_flex .title_box .title_en {
    font-size: 4.3rem;
  }
  .child_page_fv .main_flex .breadcrumb {
    margin-top: 35px;
    margin-left: auto;
  }
  .child_page_fv .main_flex .title_box .title {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .child_page_fv .img_box {
    margin-top: 20px;
    margin-bottom: 56px;
  }
  .child_page_fv .content p {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .child_page_fv .content {
    row-gap: 20px;
  }
  .contact_btn_shipping .btn_wrapper .section_top_box .section_title_en {
    margin-bottom: 14px;
  }
  .contact_btn_shipping .btn_wrapper .section_top_box h4 {
    text-align: center;
    line-height: 1.5;
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .contact_btn_shipping .btn_wrapper .sentence {
    margin-bottom: 23px;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
#TOP .top_flex {
  width: 100%;
  height: 100vh;
  padding-right: 48px;
  padding-bottom: 17px;
  padding-top: 134px;
}
#TOP .top_flex .fv_main {
  border-radius: 0 16px 16px 0;
  width: 70vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#TOP .top_flex .fv_main .content_box {
  position: absolute;
  bottom: 6vh;
  left: 4vw;
  z-index: 2;
}
#TOP .top_flex .fv_main .content_box .fv_head_en {
  color: #fff;
  letter-spacing: 4px;
}
#TOP .top_flex .fv_main .content_box h2 {
  font-size: clamp(4rem, 5vw, 7rem);
  color: #fff;
  margin-top: 31px;
  margin-bottom: 31px;
  line-height: 1.2;
  letter-spacing: 6px;
}
#TOP .top_flex .fv_side {
  border-radius: 16px;
  width: calc(30vw - 60px);
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#TOP .top_flex .fv_side .side_top {
  width: 100%;
  height: 65%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#TOP .top_flex .fv_side .side_bottom {
  width: 100%;
  height: calc(35% - 12px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#TOP .top_flex .fv_side .content_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
#TOP .top_flex .fv_side .content_box .btn_head {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#TOP .top_flex .fv_side .content_box .btn_head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
#TOP .top_flex .fv_side .content_box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#TOP .top_flex .fv_side .content_box .bottom .title {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-text-decoration: underline 1.5px solid #fff;
  text-decoration: underline 1.5px solid #fff;
  line-height: 1.2;
  max-width: 84%;
}
#TOP .top_flex .fv_side .content_box .bottom i {
  color: #fff;
  font-size: 1.9rem;
  transition: all 0.3s ease;
}
#TOP .top_flex .fv_side .content_box:hover i {
  transform: translateX(6px);
}

.top_about {
  position: relative;
  margin-bottom: 140px;
}
.top_about .main_box .copy_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 8px;
  margin-bottom: 70px;
}
.top_about .main_box .copy_wrapper .copy_box {
  height: 92px;
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.top_about .main_box .copy_wrapper .copy_box .copy_test {
  font-size: 9rem;
}
.top_about .main_box .description {
  line-height: 2;
}
.top_about .img_table {
  position: absolute;
  top: 50px;
  left: 30px;
  overflow: hidden;
  border-radius: 16px;
  width: 400px;
  height: 300px;
}
.top_about .img_table .img_box {
  width: 100%;
  height: 130%;
}
.top_about .img_table .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_about .img_table.img_table_01 {
  width: 30vw;
  height: 579px;
  border-radius: 16px 0 0 16px;
  top: 104px;
  bottom: unset;
  left: unset;
  right: 0;
}
.top_about .img_table.img_table_02 {
  width: 263px;
  height: 455px;
  top: unset;
  bottom: 0;
  left: unset;
  right: 20vw;
}

.top_service .service_list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-top: 80px;
}
.top_service .service_list .service_item {
  border-radius: 16px;
  background: #272727;
  padding: 65px 83px;
  position: relative;
  overflow: hidden;
}
.top_service .service_list .service_item .number {
  position: absolute;
  right: -12px;
  top: -18px;
  color: #fff;
  font-size: 16rem;
  letter-spacing: 4px;
}
.top_service .service_list .service_item .title_en {
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.top_service .service_list .service_item .title {
  color: #fff;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.top_service .service_list .service_item .main_flex {
  margin-top: 65px;
}
.top_service .service_list .service_item .main_flex .head_box {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top_service .service_list .service_item .main_flex .head_box .head {
  letter-spacing: 1.6px;
  color: #FFF;
  font-size: 8rem;
}
.top_service .service_list .service_item .main_flex .head_box .head::after {
  background-color: #fff;
}
.top_service .service_list .service_item .main_flex .description {
  width: 45%;
  color: #fff;
  line-height: 2.3;
}
.top_service .service_list .service_item .bottom_box {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
}
.top_service .service_list .service_item .bottom_box .img_box {
  margin-top: 65px;
  border-radius: 16px;
  width: 100%;
  height: 476px;
  overflow: hidden;
}
.top_service .service_list .service_item:first-of-type .main_flex .head_box {
  row-gap: 22px;
}
.top_service .service_list .service_item:first-of-type .main_flex .head_box .head {
  font-size: 7rem;
}
.top_service .service_list .service_item:nth-child(even) .main_flex {
  flex-direction: row-reverse;
}
.top_service .service_list .service_item:nth-child(even) .more_btn {
  margin-left: auto;
  margin-right: 0;
}
.top_service .service_list .service_item:nth-child(even) .number {
  right: unset;
  left: -12px;
}
.top_service .service_list .service_item:nth-child(even) .title_en {
  margin-left: auto;
}
.top_service .service_list .service_item:nth-child(even) .title {
  margin-left: auto;
}
.top_service .service_list .service_item.fruit {
  background: #229647;
}
.top_service .service_list .service_item.fruit .more_btn i {
  color: #229647;
}

.top_news .top_news_list {
  width: calc(100% - 300px);
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-left: auto;
  margin-top: -34px;
}
.top_news .top_news_list .news_item {
  width: 30%;
}
.top_news .top_news_list .news_item .news_link_box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.top_news .top_news_list .news_item .news_link_box .img_box {
  width: 100%;
  height: 296px;
  border-radius: 16px;
  overflow: hidden;
}
.top_news .top_news_list .news_item .news_link_box .news_title {
  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: 3px;
  line-height: 1.7;
}
.top_news .top_news_list .news_item .news_link_box .news_date {
  color: #A9A9A9;
}
.top_news .top_news_list .news_item.no_news {
  height: 300px;
  font-size: 2rem;
  white-space: nowrap;
  padding-top: 6px;
}
.top_news .more_btn {
  margin-top: -30px;
}

.top_company .main_box {
  margin-top: -14px;
  margin-bottom: 49px;
  position: relative;
}
.top_company .main_box .head_box {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  margin-bottom: 36px;
}
.top_company .main_box .head_box .top_company_head {
  letter-spacing: 3px;
}
.top_company .main_box .description {
  width: 40%;
  line-height: 2;
}
.top_company .main_box .more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_company .img_box {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 254px;
}

@media (max-width: 599px) {
  #TOP .top_flex {
    padding-right: 6%;
    padding-bottom: 18px;
    padding-top: 75px;
  }
  #TOP .top_flex .fv_main {
    border-radius: 0 16px 16px 0;
    width: 100%;
    height: calc(68vh - 85px);
  }
  header h1 {
    width: 76px;
    height: 45px;
  }
  #TOP .top_flex .fv_side {
    border-radius: 0px;
    width: 100%;
    height: 32vh;
    flex-direction: row;
    padding-top: 11px;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  #TOP .top_flex .fv_side .side_top {
    height: 100%;
    border-radius: 0px 16px 16px 0px;
  }
  #TOP .top_flex .fv_side .side_bottom {
    height: 100%;
  }
  #TOP .top_flex .fv_main .content_box h2 {
    letter-spacing: 4px;
    font-size: 3.5rem;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 28px;
  }
  #TOP .top_flex .fv_main .content_box h2 span {
    letter-spacing: 0;
    margin-left: -10px;
  }
  #TOP .top_flex .fv_main .content_box .fv_head_en {
    letter-spacing: 4px;
    line-height: 1.3;
    font-size: 1.1rem;
  }
  #TOP .top_flex .fv_main .content_box {
    bottom: 11%;
    left: 6%;
  }
  #TOP .top_flex .fv_side .content_box {
    padding: 5vw;
  }
  #TOP .top_flex .fv_side .content_box .btn_head {
    align-items: flex-start;
    padding-left: 12px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2392156863);
  }
  #TOP .top_flex .fv_side .content_box .btn_head::after {
    width: 5px;
    height: 5px;
    top: 4px;
  }
  #TOP .top_flex .fv_side .content_box .bottom .title {
    line-height: 1.4;
    width: 100%;
    max-width: none;
  }
  #TOP .top_flex .fv_side .content_box .bottom i {
    display: none;
  }
  .img_filter_01::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.368627451) 0%, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  }
  .top_about .main_box .copy_wrapper .copy_box .copy_test {
    font-size: 5rem;
  }
  .top_about .main_box .copy_wrapper .copy_box {
    height: 56px;
  }
  .top_about .main_box .copy_wrapper {
    row-gap: 20px;
    margin-bottom: 377px;
  }
  .top_about .img_table.img_table_01 {
    width: 55vw;
    height: 253px;
    border-radius: 16px;
    top: 382px;
    left: 6%;
    right: unset;
  }
  .top_about .img_table.img_table_02 {
    width: 39vw;
    height: 255px;
    top: 473px;
    bottom: unset;
    left: unset;
    right: 6%;
  }
  .top_about .main_box .copy_wrapper {
    margin-top: 20px;
  }
  .top_service .service_list {
    padding-left: 3%;
    padding-right: 3%;
  }
  .top_service .service_list .service_item {
    padding: 40px 5%;
  }
  .top_service .service_list .service_item .number {
    right: -3px;
    top: -6px;
    font-size: 5rem;
    letter-spacing: -1px;
  }
  .top_service .service_list .service_item .bottom_box {
    flex-direction: column-reverse;
  }
  .top_service .service_list .service_item .bottom_box .img_box {
    margin-top: 54px;
    margin-bottom: 30px;
    height: 250px;
  }
  .top_service .service_list .service_item:nth-child(even) .main_flex {
    flex-direction: column;
  }
  .top_service .service_list .service_item .main_flex {
    margin-top: 54px;
  }
  .top_service .service_list .service_item .main_flex .description {
    width: 100%;
    line-height: 2.1;
    margin-top: 41px;
  }
  .top_service .service_list .service_item .more_btn {
    margin-left: auto;
  }
  .top_service .service_list .service_item .main_flex .head_box .head {
    font-size: 4rem;
  }
  .top_service .service_list .service_item:nth-child(even) .number {
    left: -2px;
  }
  .top_news .top_news_list {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-top: 53px;
    row-gap: 15px;
  }
  .top_news .top_news_list .news_item {
    width: 100%;
  }
  .top_news .top_news_list .news_item:nth-of-type(3), .top_news .top_news_list .news_item:nth-of-type(2) {
    display: none;
  }
  .top_news .top_news_list .news_item .news_link_box .img_box {
    width: 100%;
    height: 196px;
  }
  .top_news .top_news_list .news_item .news_link_box .news_title {
    margin-top: 12px;
    margin-bottom: 2px;
    letter-spacing: 2px;
    line-height: 1.7;
    font-size: 1.7rem;
  }
  .top_news .more_btn {
    margin-top: 26px;
    margin-left: auto;
    /* margin-right: auto; */
  }
  .top_company {
    padding-top: 65px;
  }
  .top_company .main_box {
    margin-top: 44px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 71px;
  }
  .top_company .main_box .head_box .top_company_head {
    letter-spacing: 2px;
    font-size: 2.1rem;
  }
  .top_company .main_box .head_box {
    row-gap: 16px;
  }
  .top_company .main_box .description {
    width: 100%;
    line-height: 2;
  }
  .top_company .main_box .more_btn {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 0;
  }
  .top_service .service_list {
    padding-top: 45px;
  }
  .top_company .img_box {
    height: 175px;
  }
  .top_about {
    margin-bottom: 57px;
  }
  .top_service .service_list .service_item:first-of-type .main_flex .head_box .head {
    font-size: 3.5rem;
  }
}
/* ============================================ */
/* フルーツ販売css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
html.page_fruit {
  font-family: "LINE Seed JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#FRUIT {
  background-color: #FAF6DC;
}
#FRUIT .more_button {
  background-color: #fff;
}
#FRUIT .more_button .text {
  color: #229647;
}
#FRUIT .more_button i {
  color: #229647;
}
html.page_fruit .breadcrumb {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 48px;
  bottom: 32px;
  max-width: 20vw;
}
html.page_fruit .breadcrumb ul {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
html.page_fruit .breadcrumb ul li {
  font-size: 1.3rem;
  color: #229647;
  font-weight: 600;
}
@media (max-width: 599px) {
  html.page_fruit .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
html.page_fruit .breadcrumb ul li a {
  color: #229647;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 599px) {
  html.page_fruit .breadcrumb {
    right: 6%;
    bottom: 32px;
    max-width: none;
  }
}

.fruit_fv {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.fruit_fv .top {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.fruit_fv .top .top_main_wrap {
  z-index: 999;
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fruit_fv .top .top_main_wrap .top_text_img {
  width: 912px;
}
.fruit_fv .top .top_main_wrap .head_en {
  color: #2B7C2B;
  margin-top: 30px;
}
.fruit_fv .top .top_main_wrap .breadcrumb {
  bottom: 115px;
}
.fruit_fv .top .fruit_img_box {
  position: absolute;
}
.fruit_fv .top .fruit_img_box.peach {
  top: 42px;
  left: 22vw;
  width: 156px;
}
.fruit_fv .top .fruit_img_box.strawberry_01 {
  top: 174px;
  left: 3vw;
  width: 105px;
}
.fruit_fv .top .fruit_img_box.strawberry_02 {
  top: 249px;
  left: 11vw;
  width: 60px;
}
.fruit_fv .top .fruit_img_box.watermelon {
  top: 83px;
  left: unset;
  right: -37px;
  width: 190px;
}
.fruit_fv .top .fruit_img_box.mandarin {
  top: 361px;
  left: 9vw;
  width: 190px;
}
.fruit_fv .top .fruit_img_box.kiwi {
  top: 429px;
  left: unset;
  right: 20vw;
  width: 116px;
}
.fruit_fv .main {
  margin-top: -70px;
  position: relative;
}
.fruit_fv .main .movie_wrap {
  height: 1100px;
  border-radius: 120px 120px 0 0;
}
.fruit_fv .main h3 {
  position: absolute;
  left: 48px;
  bottom: 132px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 3.84px;
  line-height: 2;
  color: #fff;
}
.catch {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.catch .rotate_wrap {
  width: 878px;
  height: 878px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.catch .rotate_wrap .rotate_content {
  display: inline-block;
  animation: slowRotate 50s linear infinite; /* ← 20秒で1回転、無限ループ */
  transform-origin: center center; /* 回転の中心を画像の中央に */
}
@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.catch .rotate_wrap .catch_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.catch .rotate_wrap .catch_content h3 {
  font-size: 6.4rem;
  color: #2B7C2B;
  line-height: 1.3;
  letter-spacing: 10px;
  margin-bottom: 48px;
  text-align: center;
}
.catch .rotate_wrap .catch_content .catch_sentence {
  line-height: 2;
  text-align: center;
}
.catch .img_table {
  position: absolute;
  top: 50px;
  left: 30px;
  overflow: hidden;
  border-radius: 16px;
  width: 400px;
  height: 300px;
}
.catch .img_table .img_box {
  width: 100%;
  height: 130%;
}
.catch .img_table .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catch .img_table.img_table_01 {
  top: 70px;
  left: 48px;
  width: 347px;
  height: 268px;
}
.catch .img_table.img_table_02 {
  top: -100px;
  left: unset;
  right: 48px;
  width: 750px;
  height: 350px;
}
.catch .img_table.img_table_03 {
  top: 511px;
  left: 0px;
  width: 381px;
  height: 381px;
  border-radius: 0 16px 16px 0;
}
.catch .img_table.img_table_04 {
  top: 358px;
  left: unset;
  right: 48px;
  width: 287px;
  height: 338px;
}
.catch .img_table.img_table_05 {
  top: 800px;
  left: unset;
  right: 10vw;
  width: 546px;
  height: 193px;
}
.scene .scene_bg {
  background-color: #2B7C2B;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.scene .scene_bg .scene_illust {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 20%;
  z-index: 2;
}
.scene .scene_bg .scene_illust.scene_illust_01 {
  width: 278px;
  height: 344px;
  top: 0;
  left: unset;
  right: 0;
}
.scene .scene_bg .scene_illust.scene_illust_02 {
  width: 177px;
  height: 278px;
  top: 34%;
  left: 0;
}
.scene .scene_bg .scene_illust.scene_illust_03 {
  width: 89px;
  height: 197px;
  top: 47%;
  left: unset;
  right: calc((100vw - 1140px) / 2);
}
.scene .scene_bg .scene_illust.scene_illust_04 {
  width: 159px;
  height: 278px;
  top: unset;
  bottom: 18%;
  left: 0;
}
.scene .scene_bg .scene_illust.scene_illust_05 {
  width: 526px;
  height: 157px;
  top: unset;
  bottom: 0;
  left: unset;
  right: 10%;
}
.scene .scene_bg .scene_wrap {
  padding: 60px 112px;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
.scene .scene_bg .scene_wrap .section_top {
  width: 308px;
  align-items: flex-start;
  top: 96px;
  height: 228px;
}
@media (max-width: 599px) {
  .scene .scene_bg .scene_wrap .section_top {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    top: unset;
  }
}
.scene .scene_bg .scene_wrap .scene_main {
  width: calc(100% - 308px);
}
@media (max-width: 599px) {
  .scene .scene_bg .scene_wrap .scene_main {
    width: 100%;
  }
}
.scene .scene_bg .scene_wrap .scene_main .scene_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.scene .scene_bg .scene_wrap .scene_main .scene_list li {
  border-radius: 25px;
  height: 345px;
  position: relative;
  overflow: hidden;
}
.scene .scene_bg .scene_wrap .scene_main .scene_list li .content_box {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 30px 33px;
  display: flex;
  flex-direction: column;
}
.scene .scene_bg .scene_wrap .scene_main .scene_list li .content_box .number {
  color: #fff;
  margin-bottom: 9px;
}
.scene .scene_bg .scene_wrap .scene_main .scene_list li .content_box .description {
  letter-spacing: 3.84px;
  color: #fff;
}
.scene .scene_bg .scene_wrap .bottom_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 20px;
  padding: 21px 16px;
  border: #229647 1px solid;
  color: #229647;
  width: 266px;
  line-height: 1.4;
}

.season_fruit {
  background-color: #FAF6DC;
  padding-top: 151px;
}
.season_fruit .season_fruit_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 80px;
}
.season_fruit .season_fruit_list li {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.season_fruit .season_fruit_list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.season_fruit .season_fruit_list li a .content_table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.season_fruit .season_fruit_list li a .content_table .number {
  position: absolute;
  top: 32px;
  left: 40px;
  padding: 0 8px;
  height: 40px;
  display: flex;
  align-items: end;
  padding-bottom: 7px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 8px;
}
.season_fruit .season_fruit_list li a .content_table .season_fruit_name {
  position: absolute;
  top: 88px;
  left: 40px;
  height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 8px;
}
.season_fruit .season_fruit_list li a .content_table .fruit_catch {
  position: absolute;
  bottom: 32px;
  left: 40px;
  font-size: 6.4rem;
  color: #fff;
  letter-spacing: 4px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.season_fruit .season_fruit_list li a .content_table .arrow_icon_bg {
  position: absolute;
  bottom: 32px;
  right: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.season_fruit .season_fruit_list li a .content_table .arrow_icon_bg i {
  color: #229647;
  font-size: 2.1rem;
}
.season_fruit .season_fruit_list li a .content_table .more_button {
  position: absolute;
  bottom: 32px;
  right: 40px;
  min-width: unset;
}
.season_fruit .season_fruit_list li a:hover .arrow_icon_bg {
  transform: scale(1.2);
}
.season_fruit .season_fruit_list li a:hover .more_button i {
  transform: translateX(4px);
}
.season_fruit .season_fruit_list .no_fruit {
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.products {
  background-color: #FAF6DC;
}
.products .product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
  row-gap: 12px;
  padding-top: 80px;
  padding-bottom: 47px;
}
.products .product_list li {
  width: 32.5%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.products .product_list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.products .product_list li a .content_table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.products .product_list li a .content_table .place {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: 30px;
  left: 24px;
}
.products .product_list li a .content_table .product_name {
  position: absolute;
  top: 58px;
  left: 24px;
  color: #fff;
  letter-spacing: 3px;
}
.products .product_list li a .content_table .products_season {
  position: absolute;
  bottom: 73px;
  left: 24px;
  color: #000;
  background-color: #fff;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  display: flex;
  border-radius: 50px;
  align-items: flex-end;
  padding-bottom: 5.5px;
}
.products .product_list li a .content_table .products_season span {
  margin-left: 11px;
}
.products .product_list li a .content_table .arrow_icon_bg {
  position: absolute;
  bottom: 30px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.products .product_list li a .content_table .arrow_icon_bg i {
  color: #229647;
  font-size: 1.5rem;
}
.products .product_list li a .content_table .more_button {
  position: absolute;
  bottom: 30px;
  left: 24px;
  min-width: unset;
  height: 30px;
  padding-left: 15px;
  padding-right: 35px;
}
.products .product_list li a .content_table .more_button .text {
  font-size: 1.2rem;
}
.products .product_list li a .content_table .more_button i {
  font-size: 1.2rem;
  right: 13px;
}
.products .product_list li a:hover .arrow_icon_bg {
  transform: scale(1.2);
}
.products .product_list li a:hover .more_button i {
  transform: translateX(3px);
}
@media (max-width: 599px) {
  .scene .scene_bg .scene_illust.scene_illust_03 {
    width: 55px;
    height: 122px;
    top: 50%;
    left: unset;
    right: 0;
  }
  .fruit_fv .top .fruit_img_box.peach {
    top: 42px;
    left: 14vw;
    width: 78px;
  }
  .fruit_fv .top .fruit_img_box.watermelon {
    top: 54px;
    left: unset;
    right: -37px;
    width: 135px;
  }
  .fruit_fv .top .fruit_img_box.strawberry_01 {
    width: 58px;
    top: 138px;
    left: -13px;
  }
  .fruit_fv .top .fruit_img_box.strawberry_02 {
    top: 203px;
    left: 6vw;
    width: 30px;
  }
  .fruit_fv .top .fruit_img_box.mandarin {
    top: 395px;
    left: 6vw;
    width: 111px;
  }
  .fruit_fv .top .fruit_img_box.kiwi {
    top: 392px;
    left: unset;
    right: 16vw;
    width: 80px;
  }
  .fruit_fv .top .top_main_wrap .top_text_img {
    width: 97%;
  }
  .fruit_fv .top .top_main_wrap {
    padding-top: 136px;
    padding-bottom: 176px;
  }
  .fruit_fv .top .top_main_wrap .breadcrumb {
    bottom: 107px;
  }
  .fruit_fv .main .movie_wrap {
    height: 500px;
    border-radius: 60px 60px 0 0;
  }
  .fruit_fv .main h3 {
    left: 6%;
    bottom: 29%;
    letter-spacing: 3px;
    line-height: 2.1;
    font-size: 1.8rem;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.66);
  }
  .catch .img_table {
    border-radius: 11px;
  }
  .catch .img_table.img_table_02 {
    top: -42px;
    left: unset;
    right: 4%;
    width: 264px;
    height: 155px;
  }
  .catch .img_table.img_table_01 {
    top: 148px;
    left: 0;
    width: 169px;
    border-radius: 0 6px 6px 0;
    height: 119px;
  }
  .catch .img_table.img_table_04 {
    top: 697px;
    left: unset;
    right: 4%;
    width: 179px;
    height: 237px;
  }
  .catch .img_table.img_table_03 {
    top: 815px;
    left: 0px;
    width: 119px;
    height: 150px;
    border-radius: 0 8px 8px 0;
  }
  .catch .img_table.img_table_05 {
    top: 983px;
    left: unset;
    right: 17%;
    width: 231px;
    height: 81px;
  }
  .catch .rotate_wrap .catch_content h3 {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 5px;
    margin-bottom: 21px;
  }
  .catch {
    height: 1100px;
    padding: 0;
  }
  .catch .rotate_wrap {
    width: 147%;
    height: 147%;
    margin-left: -22%;
    display: block;
    padding: 0px;
    justify-content: unset;
    align-items: unset;
  }
  .rotate_window {
    position: relative;
    overflow: hidden;
    margin-top: -132px;
  }
  .scene .scene_bg .scene_illust.scene_illust_01 {
    width: 115px;
    height: 144px;
  }
  .scene .scene_bg .scene_wrap {
    padding: 60px 5%;
    border-radius: 19px;
  }
  .scene .scene_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .scene .scene_bg .scene_wrap .scene_main .scene_list li {
    border-radius: 13px;
    height: 151px;
  }
  .scene .scene_bg .scene_illust.scene_illust_02 {
    width: 60px;
    height: 96px;
    top: 37%;
    left: 0;
  }
  .scene .scene_bg .scene_wrap .scene_main .scene_list li .content_box {
    height: 100%;
    width: 100%;
    padding: 19px 18px;
    justify-content: space-between;
  }
  .scene .scene_bg .scene_wrap .scene_main .scene_list li .content_box .description {
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .scene .scene_bg .scene_illust.scene_illust_04 {
    width: 47px;
    height: 83px;
    top: unset;
    bottom: 18%;
    left: 0;
  }
  .scene .scene_bg .scene_illust.scene_illust_05 {
    width: 272px;
    height: 82px;
    top: unset;
    bottom: 0;
    left: unset;
    right: 5%;
  }
  .scene .scene_bg .scene_wrap .scene_main .scene_list {
    padding-bottom: 130px;
  }
  .season_fruit {
    padding-top: 75px;
  }
  .season_fruit .season_fruit_list {
    row-gap: 18px;
    padding-top: 21px;
  }
  .season_fruit .season_fruit_list li {
    height: 244px;
    border-radius: 16px;
  }
  .season_fruit .season_fruit_list li a .content_table .number {
    top: 15px;
    left: 15px;
    padding: 0 7px;
    height: 27px;
    padding-bottom: 6px;
    border-radius: 5px;
    font-size: 1.3rem;
  }
  .season_fruit .season_fruit_list li a .content_table .season_fruit_name {
    top: 49px;
    left: 15px;
    height: 31px;
    padding: 0 7px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .season_fruit .season_fruit_list li a .content_table .fruit_catch {
    bottom: 15px;
    left: 15px;
    font-size: 2.4rem;
    letter-spacing: 4px;
    row-gap: 8px;
    max-width: 70%;
  }
  .season_fruit .season_fruit_list li a .content_table .arrow_icon_bg {
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
  }
  .season_fruit .season_fruit_list li a .content_table .arrow_icon_bg i {
    font-size: 1.5rem;
  }
  .products {
    background-color: #FAF6DC;
    padding-top: 20px;
  }
  .products .product_list {
    padding-top: 17px;
    padding-bottom: 47px;
  }
  .products .product_list li {
    width: 100%;
    height: 160px;
    border-radius: 16px;
  }
  .products .product_list li a .content_table .place {
    top: 19px;
    left: 16px;
  }
  .products .product_list li a .content_table .product_name {
    top: 44px;
    left: 15px;
    letter-spacing: 3px;
    font-size: 2.7rem;
  }
  .products .product_list li a .content_table .products_season {
    bottom: 15px;
    left: 15px;
    height: 25px;
    padding: 0 11px;
    padding-bottom: 4.5px;
    font-size: 1.3rem;
  }
  .products .product_list li a .content_table .arrow_icon_bg {
    bottom: 12px;
    right: 15px;
  }
  .season_fruit .season_fruit_list li a .content_table .more_button {
    position: absolute;
    bottom: 16px;
    right: 21px;
    min-width: unset;
    height: 31px;
    padding-right: 44px;
    padding-left: 19px;
  }
  .season_fruit .season_fruit_list li a .content_table .more_button i {
    font-size: 1.3rem;
  }
  .season_fruit .season_fruit_list li a .content_table .more_button .text {
    font-size: 1.3rem;
  }
  .season_fruit .season_fruit_list li a .content_table .fruit_catch {
    bottom: 64px;
  }
  .products .product_list li a .content_table .more_button {
    bottom: 15px;
    left: 15px;
    height: 25px;
    padding-left: 15px;
    padding-right: 35px;
  }
  .products .product_list li a .content_table .products_season {
    bottom: 46px;
  }
}
/* ============================================ */
/* 固定ページ業務委託css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.recruitment_top {
  padding-bottom: 230px;
}
.recruitment_top .top_sentence {
  padding-bottom: 92px;
  line-height: 2.3;
}

.wanted .wanted_main {
  margin-top: 37px;
  justify-content: space-between;
}
.wanted .wanted_main .wanted_list {
  width: 51%;
}
.wanted .wanted_main .wanted_list .wanted_item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: flex-start;
  border-bottom: 1px solid #E4E4E4;
}
.wanted .wanted_main .wanted_list .wanted_item .number {
  margin-right: 24px;
}
.wanted .wanted_main .wanted_list .wanted_item .content {
  line-height: 1.5;
}
.wanted .wanted_main .img_box {
  width: 43%;
  border-radius: 16px;
  overflow: hidden;
}
.recruitment_works .section_top_box::after {
  display: none;
}
.recruitment_works .top_description {
  margin-top: 40px;
  margin-bottom: 52px;
  line-height: 2;
}
.recruitment_works .works_column {
  justify-content: space-between;
}
.recruitment_works .works_column .works_item {
  width: 46.5%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.recruitment_works .works_column .works_item .works_item_text {
  letter-spacing: 0.8px;
}
.recruitment_works .works_column .works_item .img_box {
  width: 116px;
  height: 69px;
  border-radius: 8px;
  overflow: hidden;
}
.recruitment_works .works_column:last-of-type .works_item {
  border-bottom: 1px solid #E4E4E4;
}

.recruitment_flow .section_top_box::after {
  display: none;
}
.recruitment_flow .flow_list {
  margin-top: 80px;
  padding-top: 106px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  overflow: hidden;
}
.recruitment_flow .flow_list .flow_item {
  justify-content: space-between;
  position: relative;
  height: 174px;
  width: 100%;
  padding-left: 80px;
  align-items: center;
}
.recruitment_flow .flow_list .flow_item .line {
  position: absolute;
  width: 1.2px;
  background-color: #E4E4E4;
  height: 100%;
  left: 121px;
}
.recruitment_flow .flow_list .flow_item .main_content {
  width: 53%;
  height: 100%;
  position: relative;
  padding-left: 61px;
}
.recruitment_flow .flow_list .flow_item .main_content .number {
  position: absolute;
  top: 0;
  left: 0;
}
.recruitment_flow .flow_list .flow_item .main_content .title {
  color: #1DADE5;
  margin-bottom: 24px;
  line-height: 1.4;
  margin-top: -10px;
}
.recruitment_flow .flow_list .flow_item .img_box {
  width: 40%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.recruitment_flow .flow_list .flow_item::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #A9A9A9;
  border-radius: 50%;
}
.recruitment_flow .flow_list .flow_item::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 2px;
  height: 160%;
  background-color: #A9A9A9;
}
.recruitment_flow .flow_list .flow_item:first-of-type::after {
  background: linear-gradient(to top, #A9A9A9 0%, #A9A9A9 50%, rgba(169, 169, 169, 0) 50%, rgba(169, 169, 169, 0) 100%);
}
.recruitment_flow .flow_list .flow_item:last-of-type::after {
  background: linear-gradient(to bottom, #A9A9A9 0%, #A9A9A9 50%, rgba(169, 169, 169, 0) 50%, rgba(169, 169, 169, 0) 100%);
}

@media (max-width: 599px) {
  .recruitment_top {
    padding-bottom: 100px;
  }
  .wanted .wanted_main .wanted_list {
    width: 100%;
  }
  .wanted .wanted_main .wanted_list .wanted_item {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: row;
    align-items: center;
  }
  .wanted .wanted_main .wanted_list .wanted_item .number {
    margin-right: 20px;
  }
  .wanted .wanted_main .img_box {
    width: 76%;
    border-radius: 14px;
    margin-top: 88px;
    height: 157px;
  }
  .recruitment_works {
    padding-top: 70px;
  }
  .recruitment_works .works_column .works_item {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .recruitment_works .works_column .works_item .works_item_text {
    letter-spacing: 0.8px;
    width: 48%;
    line-height: 1.5;
    -webkit-text-decoration: underline 1px solid #000;
            text-decoration: underline 1px solid #000;
  }
  .recruitment_works .works_column .works_item .works_item_text::after {
    display: none;
  }
  .recruitment_works .works_column .works_item .img_box {
    width: 43%;
    height: 94px;
    border-radius: 8px;
  }
  .recruitment_flow .flow_list .flow_item {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 17px;
    align-items: flex-start;
    justify-content: center;
  }
  .recruitment_flow .flow_list .flow_item .main_content {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 22px;
  }
  .recruitment_flow .flow_list .flow_item .main_content .number {
    position: absolute;
    top: 6px;
    left: 18px;
    font-size: 2.2rem;
  }
  .recruitment_flow .flow_list .flow_item .main_content .title {
    margin-bottom: 13px;
    line-height: 1.4;
    margin-top: 0;
    padding-left: 37px;
  }
  .recruitment_flow .flow_list .flow_item .line {
    width: 1.5px;
    left: 22px;
    display: none;
  }
  .recruitment_flow .flow_list .flow_item .img_box {
    width: calc(94% - 20px);
    height: 143px;
    margin-top: 25px;
    margin-left: 20px;
  }
  .recruitment_flow .flow_list {
    margin-top: 62px;
    padding-top: 31px;
  }
  .recruitment_flow {
    padding-bottom: 200px;
  }
}
/* ============================================ */
/* 固定ページ会社情報css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.company_vision {
  background: #F6F5F3;
  padding-bottom: 80px;
}
.company_vision .company_vision_wrapper {
  position: relative;
}
.company_vision .company_vision_wrapper .vision_top_contents {
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.company_vision .company_vision_wrapper .vision_top_contents .section_top_box {
  width: -moz-fit-content;
  width: fit-content;
}
.company_vision .company_vision_wrapper .vision_top_contents .section_top_box::after {
  display: none;
}
.company_vision .company_vision_wrapper .vision_top_contents .vision_catch {
  font-size: 6.4rem;
  line-height: 1.5;
  margin-bottom: -18px;
  text-align: right;
}
.company_vision .company_vision_wrapper .vision_content {
  width: 54%;
  line-height: 2;
}
.company_vision .company_vision_wrapper .vision_content .position {
  margin-top: 186px;
  margin-bottom: 2px;
  display: block;
}
.company_vision .company_vision_wrapper .img_box_01 {
  width: 417px;
  height: 556px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.company_vision .company_vision_wrapper .img_box_02 {
  width: 275px;
  height: 194px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  right: 434px;
  bottom: 0;
}
.company_profile {
  padding-top: 160px;
}
.company_profile .profile_table {
  margin-top: 138px;
}
.company_profile .profile_table .profile_item {
  padding-top: 24px;
  padding-bottom: 64px;
  border-top: 1px solid #E4E4E4;
  justify-content: flex-start;
}
.company_profile .profile_table .profile_item .title {
  width: 240px;
}
.company_profile .profile_table .profile_item .content {
  line-height: 1.8;
  margin-top: -5px;
}
.company_profile .profile_table .profile_item:last-of-type {
  border-bottom: 1px solid #E4E4E4;
}

.company_address {
  padding-bottom: 117px;
  padding-top: 100px;
}
.company_address .map_wrap {
  width: 100%;
  height: 601px;
  margin-top: 61px;
}
.company_address .map_wrap .google_map {
  border: none;
  width: 100%;
  height: 100%;
}

.freight_forwarding {
  padding-top: 20px;
  padding-bottom: 100px;
}
.freight_forwarding .main_flex {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 38px;
}
.freight_forwarding .main_flex .description {
  width: 55%;
  line-height: 2.4;
  letter-spacing: 1.5px;
  position: relative;
}
.freight_forwarding .main_flex .description span {
  font-weight: 600;
}
@media (max-width: 599px) {
  .freight_forwarding .main_flex .description {
    width: 100%;
  }
}
.freight_forwarding .main_flex .img_box {
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .freight_forwarding .main_flex .img_box {
    position: relative;
    width: 80%;
    height: 215px;
    margin-top: 40px;
    right: unset;
    top: unset;
    margin-left: auto;
    border-radius: 12px;
  }
}

@media (max-width: 599px) {
  .company_vision .company_vision_wrapper .vision_top_contents .vision_catch {
    font-size: 4rem;
    margin-bottom: 29px;
    margin-top: 38px;
    letter-spacing: 1px;
    margin-right: -18px;
  }
  .company_vision .company_vision_wrapper .vision_content {
    width: 80%;
    margin-left: auto;
  }
  .company_vision .company_vision_wrapper {
    padding-bottom: 379px;
  }
  .company_vision .company_vision_wrapper .img_box_01 {
    width: 46vw;
    height: 252px;
    border-radius: 12px;
    right: 0;
    bottom: 194px;
    z-index: 10;
  }
  .company_vision .company_vision_wrapper .vision_content .position {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .company_vision .company_vision_wrapper .img_box_02 {
    width: 59vw;
    height: 143px;
    border-radius: 12px;
    right: unset;
    left: 0;
    bottom: 69px;
  }
  .company_profile .profile_table {
    margin-top: 67px;
  }
  .company_profile .profile_table .profile_item .title {
    width: 100%;
    font-size: 2rem;
  }
  .company_profile .profile_table .profile_item .content {
    line-height: 1.8;
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .company_profile .profile_table .profile_item {
    padding-top: 24px;
    padding-bottom: 47px;
  }
  .company_profile {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .company_address .map_wrap {
    height: 300px;
  }
  .company .child_page_fv .content p {
    font-size: 2.8rem;
  }
}
/* ============================================ */
/* 固定ページ利用運用産業css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.service .child_page_fv strong {
  color: #1DADE5;
  font-weight: 700;
}

.service_top {
  padding-top: 100px;
  padding-bottom: 220px;
}
.service_top .service_top_wrap {
  width: 100%;
  position: relative;
}
.service_top .service_top_wrap .img_box {
  position: absolute;
  width: 33%;
  height: 100%;
  right: 0px;
  top: 21px;
  border-radius: 16px;
  overflow: hidden;
}
.service_top .service_top_wrap .section_top_box {
  width: 60%;
}
.service_top .service_top_wrap .description {
  margin-top: 80px;
  width: 60%;
  line-height: 2;
}

.service_scene {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 170px;
}
.service_scene .scene_list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  margin-bottom: 143px;
}
.service_scene .scene_list .item_column {
  width: 100%;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}
.service_scene .scene_list .item_column .scene_item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.service_scene .scene_list .item_column .scene_item .number {
  top: 28px;
  left: 24px;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.service_scene .scene_list .item_column .scene_item .title {
  left: 24px;
  bottom: 16px;
  color: #fff;
  position: absolute;
  z-index: 2;
  line-height: 1.2;
}
.service_scene .scene_list .item_column .scene_item.item_01 {
  width: 55%;
  height: 514px;
}
.service_scene .scene_list .item_column .scene_item.item_02 {
  width: 44%;
  height: 343px;
}
.service_scene .scene_list .item_column .scene_item.item_03 {
  width: 55%;
  height: 310px;
}
.service_scene .scene_list .item_column .scene_item.item_04 {
  width: 44%;
  height: 481px;
}
.service_scene .scene_list .item_column.bottom {
  align-items: flex-end;
  margin-top: -158px;
}
.service_scene .scene_content {
  display: flex;
  flex-direction: column;
}
.service_scene .scene_content .head {
  width: 100%;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1.2px solid #E4E4E4;
  margin-bottom: 58px;
}
.service_scene .scene_content .content_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
.service_scene .scene_content .content_list .content_column {
  justify-content: space-between;
}
.service_scene .scene_content .content_list .content_column .content_item {
  width: 46%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-left: 90px;
}
.service_scene .scene_content .content_list .content_column .content_item .icon_box {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_scene .scene_content .content_list .content_column .content_item .icon_box img {
  height: 100%;
  width: auto;
}
.service_scene .scene_content .content_list .content_column .content_item .title {
  color: #1DADE5;
  margin-bottom: 24px;
}
.service_scene .scene_content .content_list .content_column .content_item p {
  line-height: 1.5;
}
.service_scene .scene_content.for_company {
  width: 75%;
  padding-bottom: 180px;
}
.service_scene .scene_content.for_general {
  width: 100%;
}
.service_scene .scene_content.for_general .content_list .content_column .content_item {
  width: 31%;
}

.service_strength {
  padding-bottom: 0;
}
.service_strength .section_top_box::after {
  display: none;
}
.service_strength .strength_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  height: 90vh;
}
.service_strength .strength_list .strength_item {
  width: 31.5%;
  height: 70vh;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.service_strength .strength_list .strength_item .number {
  top: 24px;
  left: 24px;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.service_strength .strength_list .strength_item .head {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 56px;
  left: 24px;
  line-height: 1.5;
}
.service_strength .strength_list .strength_item .sub_head {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
}
.service_strength .strength_list .strength_item.img_edit_02 img {
  -o-object-position: 28% 50%;
     object-position: 28% 50%;
}

.service_flow {
  padding-bottom: 150px;
}
.service_flow .section_top_box::after {
  display: none;
}
.service_flow .flow_list {
  width: 100%;
  margin-top: 80px;
}
.service_flow .flow_list .flow_item {
  width: 100%;
  height: 100px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  position: relative;
}
.service_flow .flow_list .flow_item .number {
  position: absolute;
  left: 24px;
}
.service_flow .flow_list .flow_item .head {
  position: absolute;
  left: 130px;
}
.service_flow .flow_list .flow_item .content {
  position: absolute;
  left: 410px;
  line-height: 1.4;
}
.service_flow .flow_list .flow_item:last-of-type {
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 599px) {
  .service .child_page_fv .content p {
    font-size: 3.5rem;
  }
  .service_top {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .service_top .service_top_wrap .section_top_box {
    width: 100%;
  }
  .service_top .service_top_wrap .description {
    margin-top: 41px;
    width: 100%;
  }
  .service_top .service_top_wrap .img_box {
    position: relative;
    right: unset;
    top: unset;
    border-radius: 15px 0 0 15px;
    margin-left: auto;
    margin-right: -7%;
    margin-top: 54px;
    height: 170px;
    width: 80%;
  }
  .service_scene .scene_list .item_column .scene_item.item_01 {
    width: 100%;
    height: 200px;
  }
  .service_scene .scene_list .item_column .scene_item.item_02 {
    width: 100%;
    height: 200px;
  }
  .service_scene .scene_list .item_column .scene_item.item_03 {
    width: 100%;
    height: 200px;
  }
  .service_scene .scene_list .item_column .scene_item.item_04 {
    width: 100%;
    height: 200px;
  }
  .service_scene .scene_list .item_column.bottom {
    margin-top: 0;
    width: 100%;
  }
  .service_scene .scene_list .item_column {
    row-gap: 12px;
    margin-bottom: 12px;
  }
  .service_scene .scene_list .item_column .scene_item .number {
    top: 18px;
    left: 20px;
    font-size: 3rem;
  }
  .service_scene .scene_list .item_column .scene_item .title {
    left: 17px;
    bottom: 13px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .service_scene .scene_list .item_column .scene_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .service_scene .scene_list {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .service_scene .scene_content {
    width: 90%;
    padding-bottom: 80px;
  }
  .service_scene .scene_content .head {
    font-size: 2rem;
  }
  .service_scene .scene_content .content_list .content_column .content_item {
    width: 100%;
    padding-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service_scene .scene_content .content_list .content_column .content_item .icon_box {
    width: 40px;
    height: 40px;
  }
  .service_scene .scene_content .content_list .content_column .content_item .title {
    margin-bottom: 12px;
  }
  .service_scene .scene_content .content_list .content_column .content_item p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .service_scene .scene_content .content_list .content_column {
    row-gap: 30px;
  }
  .service_scene .scene_content .content_list {
    row-gap: 30px;
  }
  .service_scene .scene_content.for_general .content_list .content_column .content_item {
    width: 90%;
  }
  .service_scene .scene_content.for_company {
    width: 90%;
    padding-bottom: 80px;
  }
  .service_scene .scene_content.for_general {
    width: 90%;
  }
  .service_scene {
    align-items: center;
    flex-direction: column;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .service_strength .strength_list {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    row-gap: 14px;
  }
  .service_strength .strength_list .strength_item {
    width: 100%;
    height: 25vh;
    border-radius: 15px;
  }
  .service_strength .strength_list .strength_item .number {
    top: 22px;
    left: 21px;
  }
  .service_strength .strength_list .strength_item .head {
    bottom: 46px;
    left: 21px;
    font-size: 2.1rem;
  }
  .service_strength .strength_list .strength_item .sub_head {
    bottom: 22px;
    left: 21px;
  }
  .service_strength {
    padding-bottom: 0;
    overflow: hidden;
  }
  .service_flow .flow_list .flow_item .number {
    left: 1px;
    position: absolute;
  }
  .service_flow .flow_list .flow_item .head {
    left: unset;
    font-size: 2rem;
    position: relative;
  }
  .service_flow .flow_list .flow_item {
    padding-left: 47px;
    height: 120px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .service_flow .flow_list .flow_item .content {
    left: unset;
    position: relative;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .service_top .service_top_wrap {
    padding-bottom: 100px;
  }
}
/* ============================================ */
/* 「ページ名をここに入力」css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.news_list_wrap {
  padding-top: 0px;
}

.news_list {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.news_list .news_item {
  justify-content: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
  height: 215px;
}
.news_list .news_item .img_box {
  height: 100%;
  width: 288px;
  border-radius: 16px;
  overflow: hidden;
}
.news_list .news_item .main_content {
  height: 100%;
  position: relative;
}
.news_list .news_item .main_content .news_date {
  color: #A9A9A9;
  margin-top: 6px;
  margin-bottom: 8px;
}
.news_list .news_item .main_content .news_title {
  line-height: 1.8;
}
.news_list .news_item .main_content .category_name {
  border: 1px solid #E4E4E4;
  padding: 5px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #A9A9A9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 80px;
}
.pagination a, .pagination span.dots, .pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination .bar_01, .pagination .bar_02, .pagination .bar_03, .pagination .bar_04,
.pagination .bar_05, .pagination .bar_06, .pagination .bar_07, .pagination .bar_08,
.pagination .bar_09, .pagination .bar_10, .pagination .bar_11, .pagination .bar_12 {
  display: block;
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
}
.pagination .bar_01 {
  transform: rotate(28deg);
  top: 9px;
}
.pagination .bar_02 {
  transform: rotate(-28deg);
  top: 19px;
}
.pagination .bar_03 {
  transform: rotate(-28deg);
  top: 9px;
}
.pagination .bar_04 {
  transform: rotate(28deg);
  top: 19px;
}
.pagination .bar_05 {
  transform: rotate(28deg);
  top: 9px;
  margin-right: 2px;
}
.pagination .bar_06 {
  transform: rotate(-28deg);
  top: 19px;
  margin-right: 2px;
}
.pagination .bar_07 {
  transform: rotate(28deg);
  top: 9px;
  margin-left: 2px;
}
.pagination .bar_08 {
  transform: rotate(-28deg);
  top: 19px;
  margin-left: 2px;
}
.pagination .bar_09 {
  transform: rotate(-28deg);
  top: 9px;
  margin-right: 2px;
}
.pagination .bar_10 {
  transform: rotate(28deg);
  top: 19px;
  margin-right: 2px;
}
.pagination .bar_11 {
  transform: rotate(-28deg);
  top: 9px;
  margin-left: 2px;
}
.pagination .bar_12 {
  transform: rotate(28deg);
  top: 19px;
  margin-left: 2px;
}
.pagination .first_page, .pagination .prev_page, .pagination .next_page, .pagination .last_page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
}
@media (max-width: 599px) {
  .pagination .first_page, .pagination .prev_page, .pagination .next_page, .pagination .last_page {
    width: 16px;
  }
}
.pagination .dots {
  gap: 4px;
  padding: 0 3px;
}
.pagination .dots span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}
.pagination .page-numbers {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4E4E4;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.pagination .page-numbers.current {
  background: #fff;
  border: solid 1px #229647;
  color: #229647;
  pointer-events: none;
}
@media (max-width: 599px) {
  .pagination .page-numbers {
    height: 34px;
    width: 34px;
    font-size: 1.2rem;
  }
}
.pagination a {
  transition: all 0.3s ease;
}
.pagination a:hover {
  transform: scale(1.1);
}

@media (max-width: 599px) {
  .news_list .news_item {
    justify-content: flex-start;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E3E3;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news_list .news_item .img_box {
    height: 190px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .news_list .news_item .main_content .category_name {
    padding: 3px 9px;
    position: relative;
    margin-top: 5px;
    bottom: unset;
    left: unset;
  }
  .news_list .news_item .main_content .news_date {
    margin-top: 14px;
    margin-bottom: 1px;
  }
  .news .child_page_fv {
    padding-bottom: 45px;
  }
}
/* ============================================ */
/* 記事詳細css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.single {
  padding-top: 190px;
}

.top_box {
  width: 100%;
  height: 60px;
  position: relative;
}
.top_box .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
}
.top_box .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #A9A9A9;
  letter-spacing: 0;
}
.top_box .single_cat {
  color: #A9A9A9;
  position: absolute;
  bottom: 0;
  left: 0;
  border: solid 1px #E4E4E4;
  padding: 4px 8px;
  line-height: 1;
}
.top_box::after {
  position: absolute;
  content: "";
  bottom: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
}

.main_content_box {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 36px;
}
.main_content_box .single_title {
  line-height: 1.6;
  margin-bottom: 37px;
}
.main_content_box .img_box {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 57px;
}
.main_content_box .single_content {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.main_content_box .single_content p {
  color: #000;
  font-family: Inter;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  line-height: 1.8;
}
.main_content_box .more_btn {
  margin-top: 57px;
}

@media (max-width: 599px) {
  .top_box .breadcrumb {
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
  }
  .top_box .date {
    top: unset;
    bottom: 39px;
  }
  .top_box {
    height: 122px;
  }
  .top_box .single_cat {
    bottom: 0px;
    padding: 3px 8px;
    font-size: 1.2rem;
  }
  .main_content_box {
    padding-left: 0;
    padding-right: 0;
  }
  .main_content_box .img_box {
    height: 200px;
  }
  .main_content_box .single_content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .single {
    padding-bottom: 200px;
  }
  .top_box::after {
    bottom: 29px;
  }
}
/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.privacy_policy_wrap {
  padding-top: 0;
  padding-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.privacy_policy_wrap .heading {
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding: 94px 11%;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .privacy_policy_wrap .heading {
    padding: 56px 0%;
    font-size: 1.3rem;
  }
}
.privacy_policy_wrap ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #717171;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li {
    flex-direction: column;
    row-gap: 20px;
  }
}
.privacy_policy_wrap ul li .title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1E1E1E;
  width: 36%;
  line-height: 180%;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.privacy_policy_wrap ul li .content {
  color: #161616;
  font-size: 1.6rem;
  line-height: 180%;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .content {
    font-size: 1.4rem;
  }
}

/* ============================================ */
/* 特定商取引法に基づく表記css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/* ============================================ */
/* サイトマップcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.site_map_main {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 74px;
       column-gap: 74px;
  padding-top: 18px;
  padding-bottom: 89px;
}
.site_map_main .site_map_column {
  display: flex;
  flex-direction: column;
}
.site_map_main .site_map_column .btns_head {
  color: #131313;
  margin-bottom: 32px;
  font-size: 2.8rem;
}
.site_map_main .site_map_column .btns_head.site_map_top_link {
  height: 28px;
}
.site_map_main .site_map_column .btns_list {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.site_map_main .site_map_column .btns_list li a {
  color: #131313;
  padding: 4px 4px 4px 14px;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.4rem;
  white-space: nowrap;
}
.site_map_main .site_map_column .btns_list li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #131313;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site_map_main .site_map_column .btns_list li a:hover::before {
  transform: scale(1.5);
}

.dummy_column {
  opacity: 0;
}

@media (max-width: 599px) {
  .site_map_main {
    flex-wrap: wrap;
    row-gap: 44px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .site_map_main .site_map_column {
    width: 43%;
  }
}
/* ============================================ */
/* index.php(404ページ)css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.not_found {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not_found h3 {
  font-size: clamp(3rem, 5vw, 8.4rem);
  margin-bottom: 18px;
}
@media (max-width: 599px) {
  .not_found h3 {
    font-size: 4.4rem;
  }
}
.not_found .main_sentence {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.not_found .more_btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================ */
/* フォームcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
html.page_contact-fruit #CONTACT,
html.page_contact-fruit-check #CONTACT,
html.page_contact-fruit-complete #CONTACT {
  background-color: #FAF6DC;
}
html.page_contact-fruit #CONTACT .child_page_bg .child_page,
html.page_contact-fruit-check #CONTACT .child_page_bg .child_page,
html.page_contact-fruit-complete #CONTACT .child_page_bg .child_page {
  background-color: #fff;
}

.form_wrap .main_sentence {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 240%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
.form_wrap .main_sentence.complete {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}

.recaptcha-notice {
  font-size: 1.4rem;
  letter-spacing: 0.65px;
  color: #000;
  text-align: center;
  padding-top: 80px;
}
.recaptcha-notice a {
  border-bottom: 1px solid #000;
}
@media (max-width: 599px) {
  .recaptcha-notice {
    font-size: 1.2rem;
    line-height: 172%;
    letter-spacing: 0px;
    padding-top: 11px;
  }
}

.form_item_flex {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  row-gap: 27px;
  border-bottom: 1px solid #B7BAC2;
  position: relative;
}
.form_item_flex:first-of-type::before {
  content: "";
  width: 110%;
  height: 1px;
  background-color: #B7BAC2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .form_item_flex:first-of-type::before {
    width: 100%;
  }
}
.form_item_flex .form_title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #121212;
  display: flex;
  align-items: center;
}
.form_item_flex .form_title p {
  line-height: 150%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex .form_title {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .form_item_flex .form_title {
    width: 100%;
    padding-top: 0;
  }
}
.form_item_flex .form_title.current::before {
  content: "必須";
  color: #fff;
  background-color: #DB4242;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 14px;
  margin-right: 20px;
  white-space: nowrap;
}
.form_item_flex .form_title.optional::before {
  content: "任意";
  color: #fff;
  background-color: #25272B;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 14px;
  margin-right: 20px;
  white-space: nowrap;
}
.form_item_flex .form_item_box {
  width: 80%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
}

.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 170%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mid {
  min-height: 100px;
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mid {
    min-height: 130px;
  }
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mini {
  min-height: 67px;
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mini {
    min-height: 110px;
  }
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox {
  border: none;
  background-color: unset;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input {
  width: 100%;
  height: 100%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  padding-left: 28px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label::before, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  background: unset;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label::after, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=radio],
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=checkbox], .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=radio],
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 100;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after,
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after,
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  background: #000;
  opacity: 1;
}

.form_item_box.drop_down span {
  display: block;
  width: 100%;
  position: relative;
}
.form_item_box.drop_down span::before {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #161616;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  transform: rotate(-45deg);
  z-index: 1;
}
.form_item_box.drop_down span::after {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #161616;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  z-index: 1;
}
.form_item_box.name_flex {
  display: flex;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
.form_item_box.name_flex .form_item_box {
  width: 48.75%;
}
.form_item_box.textarea_wrap {
  width: 100%;
}
.form_item_box.checkbox_wrap {
  width: 100%;
}
.form_item_box.your_content {
  font-size: 1.4rem;
}

.contact_check .form_item_box.name_flex .form_item_box {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}

.form_submit p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_submit p .wpcf7-spinner {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #003057;
  --_m:
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.wpcf7-spinner::before {
  opacity: 0;
}

.form_submit_container.submit_loading .wpcf7-submit {
  pointer-events: none;
  opacity: 0.6;
}

/* submitボタンやそのラッパー */
.form_submit_container {
  padding: 54px 0 0px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media (max-width: 599px) {
  .form_submit_container {
    padding: 54px 0 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

.form_submit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form_submit .submit_wrap {
  position: relative;
  width: 200px;
  height: 47px;
}
.form_submit input {
  background-color: #111111;
  width: 200px;
  height: 47px;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  justify-content: center;
  padding-right: 12px;
}
@media (max-width: 599px) {
  .form_submit input {
    padding-right: 8px;
  }
}
.form_submit i {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  right: 22px;
  top: 15px;
  transition: all 0.3s ease;
}

.submit_wrap:hover i {
  right: 17px;
}

.form_submit.previous_button input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.form_submit.previous_button::after {
  background-color: #000;
}

.contact_complete .more_btn {
  margin-top: 60px;
}

.contact-complete .more_button {
  background-color: #111111;
}
.contact-complete .more_button .text {
  color: #fff;
}
.contact-complete .more_button i {
  color: #fff;
}

.contact .form_wrap .main_sentence i {
  color: #000;
  font-size: 1.2rem;
}
.contact .form_wrap .main_sentence a.underline {
  background-size: 100% 1px; /* 横幅100%・高さ2px（線の太さ） */
  height: 25px;
  display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  border-radius: 6px;
}

.form_submit > p .wpcf7-spinner {
  display: none; /* スピナーを非表示 */
}

.form_submit.is-disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpcf7-response-output:empty {
  display: none;
}

.form_wrap {
  padding-bottom: 200px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .form_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 100px;
  }
}

.form_bg {
  background-color: unset;
  padding: 0px 0px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_bg {
    padding: 0px 0px;
  }
}
@media (max-width: 599px) {
  .form_bg {
    padding: 47px 1%;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B0B0B0;
}

input::placeholder,
textarea::placeholder {
  color: #B0B0B0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 16px;
  width: auto;
  height: auto;
  font-size: 1.5rem !important;
}
.custom-checkbox-wrapper {
  padding-top: 70px;
}

.custom-checkbox-wrapper > p {
  display: flex;
  justify-content: center;
}
.checkbox-text {
  font-size: 1.6rem;
  color: #000;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .checkbox-text {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .checkbox-text {
    font-size: 15px;
  }
}
.checkbox-text a {
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}
.checkbox-text br {
  display: none;
}

/* 見た目用チェックボックス */
.custom-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox-label input[type=checkbox] {
  display: none;
}
.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 1px;
  background: #fff;
  box-sizing: border-box;
}
.custom-checkbox-label .checkbox-text::after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.custom-checkbox-label input[type=checkbox]:checked ~ .checkbox-text::after {
  opacity: 1;
}

/* CF7 バリデーション用チェックボックスは非表示 */
.cf7-hidden-checkbox {
  display: none;
}

.custom-checkbox-wrapper .wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 13px;
  margin-top: 6px;
  text-align: center;
  position: relative;
}
.wpcf7-submit:disabled,
.wpcf7-submit.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.gallery01_wrap {
  --img-w: 372px;
  --img-h: 192px;
  --gap: 8px;
  --count: 5;
  overflow: hidden;
  width: 100%;
}
.gallery01_wrap .gallery01_loop {
  display: flex;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  animation: gallery01-scroll 45s linear infinite;
}
.gallery01_wrap .gallery01_loop .img_box {
  width: var(--img-w);
  height: var(--img-h);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery01_wrap .gallery01_loop .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 599px) {
  .gallery01_wrap .gallery01_loop .img_box {
    border-radius: 12px;
  }
}

@keyframes gallery01-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
  }
}
@media (max-width: 768px) {
  .gallery01_wrap {
    --img-w: 220px;
    --img-h: 170px;
    --gap: 6px;
    --count: 5;
  }
  .gallery01_wrap .gallery01_loop {
    animation: gallery01-scroll-sp 40s linear infinite;
  }
  @keyframes gallery01-scroll-sp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
    }
  }
}
.gallery02_wrap {
  --img-w: 1783px;
  --img-h: 67px;
  --gap: 8px;
  --count: 2;
  overflow: hidden;
  width: 100%;
}
.gallery02_wrap .gallery02_loop {
  display: flex;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  animation: gallery02-scroll 50s linear infinite;
}
.gallery02_wrap .gallery02_loop .img_box {
  width: var(--img-w);
  height: var(--img-h);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery02_wrap .gallery02_loop .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 599px) {
  .gallery02_wrap .gallery02_loop .img_box {
    border-radius: 12px;
  }
}

@keyframes gallery02-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
  }
}
@media (max-width: 768px) {
  .gallery02_wrap {
    --img-w: 500px;
    --img-h: 67px;
    --gap: 6px;
    --count: 2;
  }
  .gallery02_wrap .gallery02_loop {
    animation: gallery02-scroll-sp 25s linear infinite;
  }
  @keyframes gallery02-scroll-sp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
    }
  }
}
/* ============================================ */
/* トグルでコンテント表示css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.qa .qa-list {
  margin-bottom: 260px;
}
.qa .qa-list li.qa_item {
  border-top: 1px solid #B7BAC2;
  padding-top: 32px;
  padding-bottom: 32px;
  cursor: pointer;
}
.qa .qa-list li.qa_item:last-of-type {
  border-bottom: 1px solid #B7BAC2;
}
.qa .qa-list li.qa_item .q {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.qa .qa-list li.qa_item .q .q_heading {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #25272B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
}
.qa .qa-list li.qa_item .q .q_content {
  font-size: 2.4rem;
  padding-left: 62px;
  width: calc(100% - 30px);
  line-height: 150%;
}
.qa .qa-list li.qa_item .q .icon {
  background-color: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
}
.qa .qa-list li.qa_item .q .icon .line_top {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  position: absolute;
}
.qa .qa-list li.qa_item .q .icon .line_bottom {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  position: absolute;
}
.qa .qa-list li.qa_item .q.active .icon .line_top {
  transform: rotate(180deg);
  opacity: 0;
}
.qa .qa-list li.qa_item .a {
  padding-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.qa .qa-list li.qa_item .a .a_heading {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #25272B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  margin-right: 16px;
  opacity: 0;
}
.qa .qa-list li.qa_item .a .a_content {
  font-size: 1.4rem;
  width: 100%;
  min-height: 40px;
  line-height: 240%;
  padding-left: 46px;
}

@media (max-width: 599px) {
  .qa .qa-list li.qa_item .q .q_content {
    font-size: 1.7rem;
    padding-left: 49px;
    width: calc(100% - 38px);
  }
  .qa .qa-list li.qa_item .q .q_heading {
    width: 33px;
    height: 33px;
    font-size: 1.9rem;
  }
  .qa .qa-list li.qa_item .q .icon .line_top {
    width: 16px;
  }
  .qa .qa-list li.qa_item .q .icon .line_bottom {
    width: 16px;
  }
  .qa .qa-list {
    margin-bottom: 160px;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.img_slider_container .img_box {
  height: 633px;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.img_slider_container .img_box .slider_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.img_slider_container .img_box .slider_image.active {
  opacity: 1;
}
.img_slider_container .img_change_buttons {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}
.img_slider_container .img_change_buttons .change_btn {
  margin-bottom: 15px;
  margin-left: 17px;
  display: flex;
  color: #d2d2d2;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn::before {
  content: "";
  width: 1.2px;
  height: 72px;
  background-color: #d2d2d2;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn.active {
  color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn.active::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn:hover {
  color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn:hover::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .img_slider_container .img_change_buttons.pc {
    display: none;
  }
}
.img_slider_container .img_change_buttons.sp {
  display: none;
}
@media (max-width: 599px) {
  .img_slider_container .img_change_buttons.sp {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */