@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-pc {
  display: none !important;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-text-center {
  text-align: center;
}

.h-relative {
  position: relative;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 2;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

body {
  background-color: #fafafa;
}

.h-scrollAnim {
  -webkit-filter: blur(1em) brightness(1.3);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
          filter: blur(1em) brightness(1.3);
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-scrollAnim.is-scrollIn {
  -webkit-filter: blur(0em) brightness(1);
          filter: blur(0em) brightness(1);
  opacity: 1;
}

.bl_pageHeading {
  margin-bottom: 40px;
  padding: 0 var(--wp--preset--spacing--50);
  background-position: center center;
  background-size: cover;
}
.bl_pageHeading .el_enHeading {
  z-index: 1;
  position: absolute;
  top: calc(100% - 52px);
  left: 0;
  font-size: 1.8823529412rem;
}
.bl_pageHeading__contact {
  background-image: url("./img/header/contact.jpg");
}
.bl_pageHeading__service {
  margin-bottom: 36px;
  background-image: url("./img/header/service.jpg");
}
.bl_pageHeading__confectionery {
  margin-bottom: 36px;
  background-image: url("./img/header/confectionery.jpg");
  background-position: left center;
}
.bl_pageHeading__manufacture {
  margin-bottom: 36px;
  background-image: url("./img/header/manufacture.jpg");
}
.bl_pageHeading__about {
  margin-bottom: 36px;
  background-image: url("./img/header/about.jpg");
  background-position: left top;
}
.bl_pageHeading__wrapping {
  margin-bottom: 36px;
  background-image: url("./img/header/wrapping.jpg");
}
.bl_pageHeading__development {
  margin-bottom: 36px;
  background-image: url("./img/header/development.jpg");
}
.bl_pageHeading__ingredients {
  margin-bottom: 36px;
  background-image: url("./img/header/ingredients.jpg");
}
.bl_pageHeading__quality {
  margin-bottom: 36px;
  background-image: url("./img/header/quality.jpg");
  background-position: left center;
}
.bl_pageHeading__agricultural {
  margin-bottom: 36px;
  background-image: url("./img/header/agricultural.jpg");
  background-position: left center;
}
.bl_pageHeading__online_shopping {
  margin-bottom: 36px;
  background-image: url("./img/header/online_shopping.jpg");
}
.bl_pageHeading__products {
  margin-bottom: 36px;
  background-image: url("./img/header/products.jpg");
}
.bl_pageHeading__company {
  margin-bottom: 36px;
  background-image: url("./img/header/company.jpg");
}
.bl_pageHeading__job {
  margin-bottom: 36px;
  background-image: url("./img/header/job.jpg");
  background-position: left center;
}
.bl_pageHeading__news {
  margin-bottom: 36px;
  background-image: url("./img/header/news.jpg");
}
.bl_pageHeading__requirements {
  margin-bottom: 36px;
  background-image: url("./img/header/requirements.jpg");
}
.bl_pageHeading__privacypolicy {
  margin-bottom: 36px;
  background-image: url("./img/header/privacypolicy.jpg");
}

.bl_pageHeading_inner,
.bl_pageHeading_inner02 {
  position: relative;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.bl_pageHeading_inner {
  height: 400px;
}

.bl_pageHeading_inner02 {
  height: 600px;
}
.bl_pageHeading_inner02 .el_enHeading {
  left: -10px;
}

.bl_text01 {
  padding-left: 10.3vw;
}
.bl_text01__heading02 {
  padding-top: 42px;
}
.bl_text01__heading02 b {
  display: block;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_centerTxt {
  line-height: 1.75;
  text-align: center;
}

.bl_breadcrumbsWrapper {
  padding: 35px var(--wp--preset--spacing--50);
  background-color: #e0ddd3;
  font-size: 0.8823529412rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_mainHeader {
  -webkit-backdrop-filter: blur(3px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding-left: min(3.4vw, 66px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.8);
}

.bl_logo img {
  display: block;
}

.bl_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--wp--preset--color--white);
}
.bl_nav02 li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_nav02 li:first-child {
  background-color: var(--wp--preset--color--key);
}
.bl_nav02 li:last-child {
  background-color: #534d4d;
}
.bl_nav02 li:hover {
  opacity: 0.8;
}
.bl_nav02 li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 200px;
  height: 92px;
}
.bl_nav02 svg {
  stroke: var(--wp--preset--color--white);
  height: 23px;
  margin-bottom: 5px;
}

.bl_headerSwitch {
  display: none;
}
.bl_headerSwitch.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  width: 75%;
  margin-top: 0px;
          transform: translate(-50%, -50%) rotate(30deg);
}
.bl_headerSwitch.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  width: 75%;
  margin-top: 0px;
          transform: translate(-50%, -50%) rotate(-30deg);
}
.bl_headerSwitch.is-active span {
  width: 0;
}

.bl_headerRight {
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.5vw, 48px);
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  transition: all 0.3s;
}

.bl_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.7vw, 51px);
  font-weight: bold;
}
.bl_nav01 li {
  position: relative;
  white-space: nowrap;
}
.bl_nav01 li:hover .bl_nav_sub {
  opacity: 1;
  pointer-events: auto;
}

.bl_nav01_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  height: 92px;
  background-position: 0 bottom;
  cursor: pointer;
}
.bl_nav01_inner__link {
  -webkit-transition: all 0.3s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0d085+0,f0d085+100&1+0,1+40,0+41,0+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 208, 133)), to(rgb(240, 208, 133)));
  background: linear-gradient(to right, rgb(240, 208, 133) 0%, rgb(240, 208, 133) 100%);
  background-position: 0 bottom;
  background-size: 3px 0px;
  background-repeat: repeat-x;
  transition: all 0.3s;
}
.bl_nav01_inner__link:hover {
  background-size: 100% 5px;
}
.bl_nav01_inner__select::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 5px;
  margin-left: 9px;
          transform: rotate(45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transition: all 0.3s;
}

.bl_nav_sub {
  -webkit-transform: translateY(100%);
  -webkit-backdrop-filter: blur(3px);
  -webkit-transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 112px;
  padding: 32px 24px;
          transform: translateY(100%);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.bl_nav_sub a {
  display: block;
  border-bottom: 1px solid #f0ece1;
}
.bl_nav_sub li:not(:last-child) {
  margin-bottom: 16px;
}
.svg-sns-iconlist {
  display: none;
}

.bl_mainFooter {
  padding: 90px var(--wp--preset--spacing--50) 76px;
  background-color: #333;
  color: #bfbfbf;
}
.bl_mainFooter address {
  font-style: normal;
}

.bl_mainFooter_inner {
  position: relative;
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}

.bl_mainFooter_logo {
  display: block;
  margin-bottom: 44px;
}

.bl_mainFooter_post {
  font-family: var(--wp--preset--font-family--mukta);
}

.bl_mainFooter_post::first-letter {
  font-size: 0.95em;
}
.bl_mainFooter_address {
  margin-bottom: 15px;
  font-size: 0.8823529412rem;
}

.bl_mainFooter_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 70px;
  gap: 20px 50px;
}

.bl_mainFooter_top_left {
  line-height: 1.6;
}
.bl_mainFooter_top_left dl {
  font-family: var(--wp--preset--font-family--mukta);
}
.bl_mainFooter_top_left dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_mainFooter_top_left dl dt::after {
  margin: 0 8px;
  content: ":";
}

.bl_footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_footerList a:hover {
  opacity: 0.8;
}
.bl_footerList > div:not(:last-child) {
  min-width: min(10.35vw, 170px);
  padding-right: 20px;
}
.bl_footerList > div:last-child dt {
  margin-bottom: 21px;
}
.bl_footerList dt {
  margin-bottom: 9px;
  color: var(--wp--preset--color--white);
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_footerList dd {
  margin-bottom: 9px;
  font-size: 0.8823529412rem;
}

.bl_instabox {
  width: 200px;
  padding: 12px 15px;
  background-color: #272727;
  color: var(--wp--preset--color--white);
}
.bl_instabox .bl_instabox_icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_instabox:hover .bl_instabox_icon {
  opacity: 0.8;
}

.bl_instabox_header {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
  margin-bottom: 12px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_instabox_title {
  font-size: 0.8235294118rem;
  line-height: 1.2;
}

.bl_instabox_name {
  font-size: 1.0588235294rem;
  line-height: 1.6;
}

.bl_instaboxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.bl_instabox_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
}

.bl_instabox_btn {
  display: block;
  padding: 3px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.bl_mainFooter_bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #bfbfbf;
}
.bl_mainFooter_bottom small {
  font-size: 0.7058823529rem;
  letter-spacing: 0.1em;
}
.bl_mainFooter_bottom a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_mainFooter_bottom a:hover {
  opacity: 0.8;
}

.bl_topScrollBtn {
  display: block;
  position: absolute;
  right: 18px;
  bottom: 95px;
  aspect-ratio: 1;
  width: 60px;
  padding-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.7058823529rem;
  line-height: 1;
  text-align: center;
}
.bl_topScrollBtn img {
  display: block;
  width: 12px;
  height: 30px;
  margin: 0 auto 4px;
}

.bl_breadcrumbs {
  margin-top: 52px;
  padding: 35px var(--wp--preset--spacing--50);
  background-color: #e0ddd3;
  font-size: 0.8823529412rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
}
.bl_breadcrumbs ul li:not(:last-child) {
  position: relative;
}
.bl_breadcrumbs ul li:not(:last-child)::after {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  width: 7px;
  height: 1px;
          transform: translate(0, -50%);
  background-color: #868686;
  content: "";
}

.bl_footerBanner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  padding: 36px var(--wp--preset--spacing--50);
  gap: 20px;
  background-color: #534d4d;
}
.bl_footerBanner img {
  max-width: 100%;
}
.bl_footerBanner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_footerBanner a:hover {
  opacity: 0.8;
}

.bl_contact {
  padding: 104px var(--wp--preset--spacing--50) 110px var(--wp--preset--spacing--50);
  background-image: url("./img/contact_back.jpg");
  background-size: cover;
  color: var(--wp--preset--color--white);
  text-align: center;
}
.bl_contact .el_enHeading {
  margin-bottom: 35px;
}
.bl_contact .el_enHeading::after {
  color: #fff;
}
.bl_contact__2clumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bl_contact__2clumn::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.bl_contact__2clumn > div {
  width: 50%;
}
.bl_contact__2clumn > div .el_btn {
  margin: 110px auto 0;
}

.bl_contact_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 80px;
}
.bl_contact_bottom > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 432px;
  height: 160px;
}
.bl_contact_bottom > div:first-child {
  padding-right: 83px;
  border-right: 1px solid var(--wp--preset--color--white);
}
.bl_contact_bottom > div:last-child {
  padding-left: 16px;
}
.bl_contact_bottom svg {
  display: block;
  margin: 0 auto;
}

.bl_contact_tel {
  display: block;
  margin-top: 8px;
  font-size: 2.4705882353rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.2em;
}

.bl_contact_time {
  letter-spacing: 0.1em;
}

.bl_separate {
  aspect-ratio: 192/50;
  background-size: cover;
}
.bl_separate__01 {
  background-image: url("./img/top/separate01.jpg");
}
.bl_separate__02 {
  background-image: url("./img/top/separate02.jpg");
}
.bl_separate__03 {
  background-image: url("./img/agricultural/separate01.jpg");
}
.bl_separate__04 {
  background-image: url("./img/agricultural/separate02.jpg");
}
.bl_separate__05 {
  background-image: url("./img/quality/separate01.jpg");
}

.bl_section {
  padding: 92px var(--wp--preset--spacing--50) 190px var(--wp--preset--spacing--50);
}

.bl_section02 {
  padding: 0 var(--wp--preset--spacing--50) 110px var(--wp--preset--spacing--50);
}
.bl_section02__kashi {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #eff2e9;
}
.bl_section02__equipment {
  padding-top: 188px;
  padding-bottom: 140px;
  background-color: #eff2e9;
}
.bl_section02__development {
  padding-top: 187px;
  padding-bottom: 140px;
  background-color: #fafafa;
}
.bl_section02__development02 {
  padding-top: 1px;
  padding-bottom: 140px;
  background-color: #fafafa;
}
.bl_section02__gray01 {
  padding-top: 130px;
  padding-bottom: 140px;
  background-color: #fafafa;
}
.bl_section02__shopping {
  padding-top: 200px;
  padding-bottom: 109px;
  background-color: #fff;
}
.bl_section02__shopping02 {
  padding-top: 200px;
  padding-bottom: 158px;
  background-color: #fafafa;
}
.bl_section02__normal {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #fff;
}
.bl_section02__normal02 {
  padding-top: 120px;
  padding-bottom: 140px;
}
.bl_section02__products01 {
  padding-top: 102px;
  padding-bottom: 158px;
}
.bl_section02__products02 {
  padding-top: 122px;
  padding-bottom: 158px;
  background-color: #eff2e9;
}
.bl_section02__products02 .bl_box01 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bl_section02__products03 {
  padding-top: 120px;
  padding-bottom: 158px;
}
.bl_section02__company01 {
  padding-top: 130px;
  padding-bottom: 68px;
  background-color: #fff;
}
.bl_section02__company02 {
  padding-top: 130px;
  padding-bottom: 160px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,fafafa+31,fafafa+31,fafafa+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(36.9%, rgb(255, 255, 255)), color-stop(36%, rgb(250, 250, 250)), color-stop(31%, rgb(250, 250, 250)), to(rgb(250, 250, 250)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 36.9%, rgb(250, 250, 250) 36%, rgb(250, 250, 250) 31%, rgb(250, 250, 250) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_section02__company03 {
  padding-top: 112px;
  padding-bottom: 160px;
  background-color: #fff;
}
.bl_section02__company04 {
  padding-top: 120px;
  padding-bottom: 128px;
  background-color: #eff2e9;
}
.bl_section02__company05 {
  padding-top: 112px;
  padding-right: 100px;
  padding-bottom: 160px;
  padding-left: 100px;
  background-color: #fafafa;
}
.bl_section02__company06 {
  padding-top: 1px;
  padding-bottom: 140px;
  background-color: #fff;
}
.bl_section02__footer {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fff;
}
.bl_section02__agricultural01 {
  padding-top: 10px;
  padding-bottom: 75px;
  background-color: #eff2e9;
  mix-blend-mode: multiply;
}
.bl_section02__agricultural02 {
  padding-top: 80px;
  padding-bottom: 75px;
}
.bl_section02__products01 {
  padding-top: 130px;
  padding-bottom: 75px;
}
.bl_section02__recruit01 {
  position: relative;
  padding-top: 212px;
  padding-bottom: 200px;
}
.bl_section02__job {
  margin-top: 42px;
  padding-top: 180px;
  background-color: #eff2e9;
}
.bl_section02__single {
  padding-top: 142px;
  padding-bottom: 160px;
}
.bl_section02__flow {
  padding-top: 164px;
  background-color: #eff2e9;
}
.bl_section02__service02 {
  padding-top: 130px;
  padding-bottom: 80px;
  background-color: #eff2e9;
}
.bl_section02__quality01 {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #eff2e9;
}
.bl_section02__quality02 {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #fff;
}
.bl_section02__recruit02 {
  padding-top: 300px;
  padding-bottom: 160px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff2e9+0,eff2e9+100&1+0,1+42,0+43 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 242, 233)), color-stop(72%, rgb(239, 242, 233)), color-stop(72%, rgba(239, 242, 233, 0)), to(rgba(239, 242, 233, 0)));
  background: linear-gradient(to bottom, rgb(239, 242, 233) 0%, rgb(239, 242, 233) 72%, rgba(239, 242, 233, 0) 72%, rgba(239, 242, 233, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_section02__agricultural04 {
  background-color: #fff;
}
.bl_section02__about {
  margin-top: 100px;
  padding-bottom: 120px;
}
.bl_section02__about .bl_sectionInner {
  position: relative;
  max-width: 1200px;
  padding: 47px 128px 34px;
  background-image: url("./img/top/japan_pc.png");
  background-position: right 0;
  background-size: auto 100%;
  background-color: #fff;
}
.bl_section02__about .bl_aboutMessage {
  max-width: 640px;
  margin: 0 auto;
}
.bl_section02__about .el_enHeading {
  position: absolute;
  top: -45px;
  left: 80px;
  white-space: nowrap;
}
.bl_section02__about .bl_minBtn {
  display: block;
  margin: 25px auto 0;
  padding-left: 20px;
  text-align: left;
}
.bl_section02__service {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 242, 233, 0)), color-stop(45%, rgba(239, 242, 233, 0)), color-stop(45.1%, rgb(239, 242, 233)), to(rgb(239, 242, 233)));
  background: linear-gradient(to bottom, rgba(239, 242, 233, 0) 0%, rgba(239, 242, 233, 0) 45%, rgb(239, 242, 233) 45.1%, rgb(239, 242, 233) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_section02__banner {
  padding-top: 5px;
  padding-bottom: 121px;
  background-color: #eff2e9;
}

.bl_section__news {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #eff2e9;
}
.bl_section__news .el_enHeading {
  position: absolute;
  top: -127px;
  left: -65px;
  white-space: nowrap;
}
.bl_section__news .bl_sectionInner {
  position: relative;
  padding: 80px 100px 55px;
  background-color: #fff;
}

.bl_section__min_inner {
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}

.bl_section__min_inner_pd {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.bl_sectionInner {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}

.bl_sectionInner1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.bl_pageTopbox {
  padding-right: 54px;
  padding-left: 54px;
}

.bl_sectionHeader {
  margin-bottom: 74px;
}

.bl_sectionHeaderVertical {
  position: relative;
  margin-top: -42px;
  margin-bottom: -62px;
}
.bl_sectionHeaderVertical__02 {
  max-width: 1470px;
  min-height: 44px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.bl_sectionHeaderVertical__03 {
  margin-top: 0;
  margin-bottom: 0;
}
.bl_sectionHeaderVertical__03 .el_enHeading {
  top: 0;
}

.bl_shopList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.bl_shopList_item_outer {
  width: 47.5%;
}

.bl_shopList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #eff2e9;
}

.bl_shopList_item_bottom {
  display: none;
}
.bl_shopList_item_imgWrapper {
  width: 44.8%;
  min-height: 300px;
}
.bl_shopList_item_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_shopList_item_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 10px;
  text-align: center;
}

.bl_shopList_item_data_type {
  margin-bottom: 9px;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_minBtn {
  display: inline-block;
  position: relative;
  width: 224px;
  padding: 11px 16px 11px 0;
  border: 1px solid rgba(154, 169, 165, 0.5);
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}
.bl_minBtn:hover {
  border: 1px solid rgb(154, 169, 165);
}
.bl_minBtn.el_btnArrow::before {
  border-color: #9aa9a5;
}
.bl_minBtn__left {
  padding-left: 20px;
  text-align: left;
}
.bl_minBtn__wide {
  width: 250px;
}
.bl_minBtn__wide300 {
  width: 300px;
}

.bl_shopList_top {
  min-height: 180px;
}

.bl_shopList_item_name img {
  max-width: 100%;
}

.bl_borderHeading {
  position: relative;
  color: #4e4e4e;
  font-size: 0.7058823529rem;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.1em;
}
.bl_borderHeading ::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0ece1;
  content: "";
}
.bl_borderHeading span {
  display: inline-block;
  padding: 0 25px 0 0;
  background-color: #fafafa;
}

.bl_serviceUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 82px;
  margin-bottom: 64px;
  gap: 35px 0;
}

.bl_serviceItem_heading {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_serviceItem_heading span {
  display: block;
  font-size: 1.0588235294rem;
  line-height: 1.4;
}

.bl_serviceItem {
  position: relative;
  width: 23.3%;
  padding: 34px 40px 110px;
  overflow: hidden;
  color: #fff;
}
.bl_serviceItem__material::before {
  background-image: url("./img/top/service_back01.jpg");
}
.bl_serviceItem__confectionery::before {
  background-image: url("./img/top/service_back02.jpg");
}
.bl_serviceItem__order::before {
  background-image: url("./img/top/service_back03.jpg");
}
.bl_serviceItem__agriculture::before {
  background-image: url("./img/top/service_back04.jpg");
}
.bl_serviceItem__quality::before {
  background-image: url("./img/top/service_back05.jpg");
}
.bl_serviceItem__quality02::before {
  background-image: url("./img/top/service_back05_02.jpg");
}
.bl_serviceItem:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 100%;
          align-items: center;
  width: 100%;
  padding: 85px 144px;
  gap: 120px;
}
.bl_serviceItem:nth-child(5) .bl_serviceItem_heading {
  margin-bottom: 0;
}
.bl_serviceItem::before {
  -webkit-transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: "";
  transition: all 1s ease;
}
.bl_serviceItem::after {
  -webkit-transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  transition: all 0.5s;
}
.bl_serviceItem * {
  z-index: 1;
  position: relative;
}
.bl_serviceItem .bl_serviceItem_arrow::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_serviceItem .bl_serviceItem_arrow:hover::before {
  left: 55%;
}
.bl_serviceItem .bl_serviceItem_list li a:hover span:first-child::before {
  left: 50%;
}
.bl_serviceItem .bl_serviceItem_list li a:hover span:last-child::before {
  width: 100%;
}
.bl_serviceItem:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bl_serviceItem:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.bl_section02__normal .bl_serviceItem {
  height: 372px;
}
.bl_section02__normal .bl_serviceItem__quality::before {
  background-image: url("./img/top/service_back05_sp.jpg");
  background-position: right 0;
}

.bl_serviceItem_list {
  margin-top: 30px;
}
.bl_serviceItem_list__horizontal {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 20px;
  gap: 15px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_serviceItem_list li a {
  display: block;
  position: relative;
  margin-bottom: 11px;
  padding-left: 42px;
}

.bl_serviceItem_list li span:first-child {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0;
  aspect-ratio: 1;
  width: 31px;
          transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
}
.bl_serviceItem_list li span:first-child::before {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transition: all 0.3s ease;
}
.bl_serviceItem_list li span:last-child {
  position: relative;
  padding-bottom: 5px;
}
.bl_serviceItem_list li span:last-child::after, .bl_serviceItem_list li span:last-child::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.bl_serviceItem_list li span:last-child::after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.bl_serviceItem_list li span:last-child::before {
  -webkit-transition: all 0.3s;
  width: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.bl_serviceItem_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  aspect-ratio: 1;
  width: 42px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.8);
}
.bl_serviceItem_arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
}

.bl_atomBox_inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 40%;
  margin: 80px auto 0;
  padding-top: 70px;
}
.bl_atomBox_inner img {
  display: block;
  max-width: 100%;
}

.bl_atomBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 10px;
}
.bl_atomBoxList a {
  display: block;
  position: relative;
  padding: 7px 45px 7px 16px;
  border-radius: 24px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  white-space: nowrap;
}
.bl_atomBoxList a::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  aspect-ratio: 1;
  width: 8px;
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.bl_atomBoxList__01 {
  -webkit-transform: translateX(-50%);
  top: 0;
  left: 50%;
          transform: translateX(-50%);
}
.bl_atomBoxList__01 a {
  border: 1px solid #f2ab90;
}
.bl_atomBoxList__01 a::after {
  border-right: 2px solid #f2ab90;
  border-bottom: 2px solid #f2ab90;
}
.bl_atomBoxList__02 {
  -webkit-transform: translateX(100%);
  right: -20px;
  bottom: 0;
          transform: translateX(100%);
}
.bl_atomBoxList__02 a {
  border: 1px solid #c2d993;
}
.bl_atomBoxList__02 a::after {
  border-right: 2px solid #c2d993;
  border-bottom: 2px solid #c2d993;
}
.bl_atomBoxList__03 {
  -ms-flex-wrap: wrap;
  -webkit-transform: translateX(-100%);
  bottom: 0;
  left: -20px;
      flex-wrap: wrap;
  width: 207px;
          transform: translateX(-100%);
}
.bl_atomBoxList__03 a {
  border: 1px solid #f0d085;
}
.bl_atomBoxList__03 a::after {
  border-right: 2px solid #f0d085;
  border-bottom: 2px solid #f0d085;
}

.bl_centerBtnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.bl_rightBtnWsrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}

.bl_wideSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_wideSection:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_wideSection_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1;
          align-items: center;
          justify-content: center;
  padding: 85px 85px 110px;
  background-color: #fff;
}
.bl_wideSection_data .bl_minBtn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding-left: 20px;
  text-align: left;
}

.bl_wideSection_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: absolute;
  top: 57px;
  left: 35px;
  font-weight: bold;
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  letter-spacing: 0.14em;
          writing-mode: vertical-rl;
}

.bl_wideSection_heading_en {
  position: absolute;
  top: 48px;
  right: 50px;
  color: #bfbfbf;
  font-size: 0.7058823529rem;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.2em;
}

.bl_wideSection_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_wideSection_imgWrapper {
  width: 59.9%;
}

.bl_wideSection_contener {
  width: 320px;
}

.bl_wideSection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 40px;
}

.bl_newsUnit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 45px;
}

.bl_newsItem_date {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8235294118rem;
  font-family: var(--wp--preset--font-family--mukta);
}

.bl_newsItem {
  display: block;
  position: relative;
  width: 27%;
  padding-bottom: 30px;
}
.bl_newsItem::after, .bl_newsItem::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.bl_newsItem::after {
  width: 100%;
  background-color: rgba(214, 206, 182, 0.5);
}
.bl_newsItem::before {
  -webkit-transition: all 0.3s ease;
  width: 0;
  background-color: rgb(214, 206, 182);
  transition: all 0.3s ease;
}
.bl_newsItem:hover::before {
  width: 100%;
}

.bl_swiperInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bl_swiperInner_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_swiperInner_imgWrapper {
  -o-object-fit: cover;
  position: relative;
  width: 76.9%;
  min-height: 725px;
     object-fit: cover;
}
.bl_swiperInner_imgWrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  content: "";
  mix-blend-mode: multiply;
}

.bl_swiperInner_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
}
.bl_swiperInner_heading {
  margin-bottom: 26px;
  font-weight: 500%;
  font-size: 2.3529411765rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  letter-spacing: 0.1em;
}

.bl_swiperInner_subHeading {
  padding-left: 8px;
  font-size: 0.7058823529rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

.bl_swiperInner_text_inner {
  z-index: 1;
  position: absolute;
  top: 13vw;
  left: 8.2vw;
  white-space: nowrap;
}
.bl_swiperLink {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: 1;
  position: absolute;
  right: 40px;
  bottom: 18px;
  width: 250px;
  padding: 4px;
  background-color: #f0d085;
  line-height: 1.6;
  transition: all 0.3s;
}
.bl_swiperLink:hover {
  opacity: 0.8;
}

.bl_swiperLink_inner {
  padding: 14px 18px;
  border-radius: 5px;
  background-image: url("./img/icon/arrow.svg");
  background-position: top 20px right 20px;
  background-color: #fff;
}

.bl_swiperLink_heading {
  margin-bottom: 4px;
  font-size: 1.2352941176rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_swiperLink_heading::after {
  margin-left: 10px;
  content: attr(data-en);
  color: #bfbfbf;
  font-size: 0.7058823529rem;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.1em;
}

.bl_swiperLink_txt {
  font-size: 0.8823529412rem;
}
.bl_swiperInner_imgWrapper {
  overflow: hidden;
}
.bl_swiperInner_imgWrapper img {
  -webkit-transition: all 2s 5s;
  display: block;
  transition: all 2s 5s;
}

.swiper-slide-active img {
  -webkit-transition: all 10s 0s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 10s 0s;
}

.bl_kvBottom {
  margin-top: -255px;
  padding-top: 288px;
  background-color: #eff2e9;
}

.bl_newsSingleSection {
  z-index: 1;
  position: relative;
  width: 23.1%;
  margin-top: -255px;
  padding: 50px 60px;
}
.bl_newsSingleSection .bl_newsItem {
  width: 100%;
  padding-bottom: 20px;
  border-color: #fff;
}
.bl_newsSingleSection .bl_newsItem_date {
  margin-bottom: 0;
}

.bl_aboutSection {
  background-color: #fff;
}
.bl_formStep {
  position: relative;
  width: 240px;
  margin: 82px auto 115px;
  border-top: 1px dotted #bfbfbf;
}

.bl_formStep_item {
  position: absolute;
  padding-top: 10px;
  color: #9aa9a5;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_formStep_item::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  aspect-ratio: 1;
  width: 8px;
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.bl_formStep_item:first-child {
  -webkit-transform: translateX(-50%);
  left: 0;
          transform: translateX(-50%);
}
.bl_formStep_item:nth-child(2) {
  -webkit-transform: translateX(-50%);
  left: 50%;
          transform: translateX(-50%);
}
.bl_formStep_item:nth-child(3) {
  -webkit-transform: translateX(50%);
  right: 0%;
          transform: translateX(50%);
}
.bl_formStep_item.is-active {
  color: #333;
}

.bl_formBody {
  margin-top: 80px;
}
.bl_formBody .bl_max260 {
  max-width: 260px;
}
.bl_formBody .bl_max210 {
  max-width: 210px;
}
.bl_formBody > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  gap: 19px;
}
.bl_formBody select,
.bl_formBody textarea,
.bl_formBody [type=text],
.bl_formBody [type=tel],
.bl_formBody [type=email] {
  -webkit-appearance: auto;
  width: 100%;
  border: 1px solid rgba(191, 191, 191, 0.5);
  background-color: #fff;
}
.bl_formBody select {
  -webkit-appearance: none;
  padding: 18px 50px 16px 22px;
}
.bl_formBody .bl_selectWrapper {
  position: relative;
}
.bl_formBody .bl_selectWrapper::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
          transform: translate(0, -50%) rotate(45deg);
  border-right: 2px solid #6d7774;
  border-bottom: 2px solid #6d7774;
  content: "";
  vertical-align: middle;
  pointer-events: none;
}
.bl_formBody textarea {
  height: 175px;
  padding: 22px;
}
.bl_formBody [type=text],
.bl_formBody [type=tel],
.bl_formBody [type=email] {
  padding: 13.5px 22px 13.5px 22px;
}
.bl_formBody dt {
  position: relative;
  width: 210px;
  padding-top: 12px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_formBody dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8823529412rem;
}
.bl_formBody .bl_radioWrapper {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  padding-top: 12px;
  gap: 65px;
}
.bl_formBody .bl_radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
}
.bl_formBody .bl_radio input {
  display: none;
}
.bl_formBody .bl_radio > span {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 24px;
          transform: translateY(-50%);
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 50%;
  background-color: #fff;
}
.bl_formBody .bl_radio :checked + span::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #9aa9a5;
  content: "";
}
.bl_formBody .bl_checkbox {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 1rem;
}
.bl_formBody .bl_checkbox input {
  display: none;
}
.bl_formBody .bl_checkbox > span {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 18px;
          transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 2px;
  background-color: #fff;
}
.bl_formBody .bl_checkbox :checked + span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 12px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 3px solid #707070;
  border-bottom: 3px solid #707070;
  content: "";
}

.bl_require {
  position: relative;
}
.bl_require::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 47px;
  background-color: #9aa9a5;
  content: "必須";
  color: #fff;
  font-size: 0.7058823529rem;
  line-height: 1.75;
  text-align: center;
}

.bl_postIcon {
  margin-right: 19px;
  font-size: 1rem;
}

.bl_formBody_inner {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0px;
}
.bl_formBody_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.bl_formBody_inner > div:not(:last-child) {
  margin-bottom: 16px;
}
.bl_formBody_inner dt {
  width: 154px;
}

.bl_privacy {
  height: 160px;
  margin-bottom: 10px;
  padding: 22px 22px 47px;
  overflow: auto;
  border: 1px solid rgba(191, 191, 191, 0.5);
  background-color: #fff;
}
.bl_privacy p {
  margin-bottom: 1em;
}

.bl_btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 75px;
  gap: 40px;
}

.bl_btnFormSend,
.bl_btnFormBack {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 265px;
  padding: 18px 20px;
  border: 1px solid #9aa9a5;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: left;
}
.bl_btnFormSend::before,
.bl_btnFormBack::before {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
  transition: all 0.3s ease;
}
.bl_btnFormSend:hover,
.bl_btnFormBack:hover {
  border: 1px solid #9aa9a5;
}
.bl_btnFormSend:hover::before,
.bl_btnFormBack:hover::before {
  right: 12px;
}

.bl_btnFormSend {
  background-color: rgba(154, 169, 165, 0.26);
}

.bl_table01 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 6px;
}
.bl_table01 > div:last-child dt {
  border-bottom: 1px solid #9aa9a5;
}
.bl_table01 > div:last-child dd {
  border-bottom: 1px dotted #9aa9a5;
}
.bl_table01 dt {
  width: 196px;
  padding: 28px 0;
  border-top: 1px solid #9aa9a5;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}
.bl_table01 dt.bl_positionPartical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 45px;
}
.bl_table01 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 28px 36px;
  border-top: 1px dotted #9aa9a5;
}
.bl_table01__company {
  max-width: 1000px;
  margin: 112px auto 0;
}
.bl_table01__company dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.bl_table01__requirements {
  margin: 90px auto 50px;
}
.bl_table01__requirements dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.bl_officeData {
  line-height: 2;
}
.bl_officeData > div {
  position: relative;
  padding-left: 15px;
}
.bl_officeData > div::after {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
  border: 1px solid #9aa9a5;
  border-radius: 50%;
  content: "";
}
.bl_officeData > div:not(:last-child) {
  margin-bottom: 18px;
}

.bl_officeData_heading {
  font-weight: 500;
}

.bl_faxContact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  max-width: 880px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 39px 3.6vw 39px 4vw;
  border: 1px solid #9aa9a5;
  font-weight: 500;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_requirementsTxt {
  padding-left: 16.7%;
  line-height: 2;
}
.bl_requirementsTxt p {
  margin-bottom: 40px;
}

.bl_contactThanks {
  margin-bottom: 80px;
  padding: 76px 20px 60px;
  background-color: #fff;
  text-align: center;
}

.bl_contactThanks_heading {
  margin-bottom: 30px;
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_contactThanks .bl_contact_bottom > div:first-child {
  border-right: 1px solid rgba(191, 191, 191, 0.5);
}
.bl_contactThanks .bl_contact_bottom > div:last-child {
  color: #9aa9a5;
}
.bl_contactThanks .bl_contact_bottom > div .el_btn {
  border-color: #9aa9a5;
}
.bl_contactThanks .bl_contact_bottom > div .el_btn::before {
  border-color: #9aa9a5;
}

.bl_serviceNav_Wrapper {
  margin-top: -36px;
  padding: 0 var(--wp--preset--spacing--50);
  padding-top: 36px;
}
.bl_serviceNav_Wrapper__development {
  background-color: #fff;
}

.bl_serviceNav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-end;
  max-width: var(--wp--style--global--wide-size);
  max-width: calc(100% - 40px);
  margin-left: auto;
  gap: 0px 56px;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_serviceNav a::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 8px;
  margin-top: -4px;
  margin-left: 10px;
          transform: rotate(45deg);
  border-right: 2px solid #9aa9a5;
  border-bottom: 2px solid #9aa9a5;
  content: "";
  vertical-align: middle;
}

.bl_sideImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 140px;
  gap: min(140px, 10vw);
}

.bl_sideImg_imgWrapper {
  width: 41.6%;
}
.bl_sideImg_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_sideImg_heading {
  -webkit-background-clip: text;
  display: block;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  background-image: linear-gradient(100deg, #b1c686 0%, #d2b052 90%);
  background-clip: text;
  font-weight: bold;
  font-size: 1.4117647059rem;
  line-height: 1.7;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_sideImg_text {
  line-height: 2.18;
}

.bl_sideImg_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_wideSection_serviceUnit .bl_wideSection {
  margin-bottom: 100px;
}

.bl_cardbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  background-color: #fff;
}

.bl_cardbox_item_imgWrapper img {
  display: block;
}

.bl_cardboxFirst .bl_minBtn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 68%;
  padding-left: 20px;
  text-align: left;
}

.bl_cardbox_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: absolute;
  top: 50px;
  left: 26px;
  font-weight: 500;
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
          writing-mode: vertical-rl;
}

.bl_cardbox_heading_en {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #bfbfbf;
  font-size: 0.7058823529rem;
}

.bl_cardbox_item_bottom {
  padding: 34px 40px 150px;
}

.bl_cardbox_item_heading {
  margin-bottom: 4px;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_cardboxFirst,
.bl_cardbox_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
}

.bl_cardbox_item_imgWrapper img {
  width: 100%;
}

.bl_cardbox_item:nth-child(2n) {
  background-color: #f7f7f2;
}
.bl_cardbox_item:nth-child(2n-1) {
  background-color: #fff;
}
.bl_cardbox_item:hover .bl_cardbox_item_arrow::before {
  left: 60%;
}

.bl_cardbox__kashi {
  margin-top: 94px;
  background-color: transparent;
}
.bl_cardbox__kashi .bl_cardbox_item:nth-child(2n) {
  background-color: #fff;
}
.bl_cardbox__kashi .bl_cardbox_item:nth-child(2n-1) {
  background-color: rgba(255, 255, 255, 0.5);
}

.bl_cardbox_item_arrow {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  aspect-ratio: 1;
  width: 42px;
  border: 1px solid #9aa9a5;
  border: 1px solid #9aa9a5;
  border-radius: 50%;
}
.bl_cardbox_item_arrow::before {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}

.bl_pageTopMessage {
  padding: 130px 40px 135px;
  text-align: center;
}
.bl_pageTopMessage__development {
  background-color: #fff;
}
.bl_pageTopMessage__agricultural {
  padding-bottom: 174px;
}
.bl_pageTopMessage__service {
  padding-bottom: 0;
}

.bl_pageTopMessage_txt01 {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_longLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  margin-top: 116px;
  gap: min(60px, 5vw);
  border: 1px solid #bfbfbf;
}
.bl_longLink:hover::before {
  right: 60px;
}
.bl_longLink::before {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 70px;
  width: 18px;
  height: 18px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
  transition: all 0.3s;
}

.bl_longLink_imgWrapper {
  max-width: 45%;
}
.bl_longLink_imgWrapper img {
  display: block;
  max-width: 100%;
}

.bl_longLink_txt {
  font-weight: 500;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_sideImg02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
.bl_sideImg02__quality01 {
  gap: 5%;
}
.bl_sideImg02__quality01 .bl_sideImg02_imgWrapper {
  width: 45%;
}

.bl_sideImg02_imgWrapper {
  width: 50%;
}
.bl_sideImg02_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_sideImg02_txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
}
.bl_sideImg02_txtBox:has(.bl_minBtn) {
  padding-bottom: 70px;
}
.bl_sideImg02_txtBox:has(.bl_minBtn) .bl_minBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bl_sideImg02_txtBox_list {
  line-height: 2;
}
.bl_sideImg02_txtBox_list > div {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(154, 169, 165, 0.2);
}
.bl_sideImg02_txtBox_list dt {
  margin-bottom: 15px;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_sideImg02_txtBox_list dd {
  font-size: 1rem;
}

.bl_sideImg02_heading {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_logisticsMerit_item_heading {
  margin-bottom: 20px;
  font-size: 1.2941176471rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_logisticsMerit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: 80px;
  padding: 55px 20px 45px;
  gap: 40px 72px;
  background-color: #fafafa;
}

.bl_logisticsMerit_item_txt {
  margin-top: 25px;
}

.bl_logisticsMerit_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
}

.bl_logisticsMerit_item_imgWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.bl_media01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_media01:not(:last-child) {
  margin-bottom: 80px;
}
.bl_media01:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_media01_imgWrapper {
  width: 50%;
  overflow: hidden;
}
.bl_media01_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_media01_data {
  width: 50%;
  padding: 62px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bl_media01_data_heading {
  margin-bottom: 20px;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_textListWrapper {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 42px 50px 38px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bl_textList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.bl_textList li {
  position: relative;
  width: 50%;
  padding: 6.5px 12px 6.5px 12px;
}
.bl_textList li::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 5px;
          transform: translateY(-50%) rotate(45deg);
  border: 1px solid #9aa9a5;
  content: "";
}

.bl_numberMediaUnit__development .bl_numberMedia_data {
  background-color: transparent;
}

.bl_numberMedia {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: start;
  counter-increment: mediaCounter;
}
.bl_numberMedia:not(:last-child) {
  margin-bottom: 140px;
}
.bl_numberMedia:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_numberMedia:nth-child(2n) .bl_numberMedia_data::before {
  left: -30px;
}

.bl_numberMedia_imgWrapper {
  z-index: 1;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.bl_numberMedia_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_numberMedia_data {
  position: relative;
  width: 50%;
  padding: 47px 52px 20px;
}
.bl_numberMedia_data::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -50px;
  left: -16px;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 130px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  content: counter(mediaCounter, decimal-leading-zero);
  color: #bfbfbf;
  font-weight: normal;
  font-size: 2.3529411765rem;
  font-family: var(--wp--preset--font-family--mukta);
}

.bl_numberMedia_data_heading {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_processStreamUnit {
  margin-bottom: 110px;
}
.bl_processStreamUnit__02 {
  margin-bottom: 0;
}

.bl_processStreamItem {
  display: grid;
  position: relative;
  grid-template-columns: 180px 1fr 180px;
  background-color: #fafafa;
  counter-increment: processCounter;
}
.bl_processStreamItem:not(:last-child) {
  margin-bottom: 76px;
}
.bl_processStreamItem:not(:last-child)::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 280px;
  height: 20px;
          transform: translateX(-50%);
  background-image: url("./img/development/bottom_arrow.svg");
  content: "";
}

.bl_processStreamItem_number {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 180px;
  background-color: #e0ddd3;
  font-family: var(--wp--preset--font-family--mukta);
}
.bl_processStreamItem_number::after {
  content: counter(processCounter, decimal-leading-zero);
  color: #fff;
  font-size: 2.3529411765rem;
}

.bl_processStreamItem_heading {
  font-weight: 500;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_processStreamItem_body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  padding: 20px 56px;
}

.bl_processStreamItem_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: start;
}

.bl_circleList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  gap: 30px 69px;
  text-align: center;
}
.bl_circleList li {
  aspect-ratio: 1;
  width: 354px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.0588235294rem;
  line-height: 1.88;
}
.bl_circleList li span {
  display: block;
  position: relative;
  aspect-ratio: 1;
  width: 41px;
  margin: 85px auto 23px;
  border: 1px solid #9aa9a5;
  border-radius: 50%;
}
.bl_circleList li span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
          transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #9aa9a5;
  border-left: 2px solid #9aa9a5;
  content: "";
}

.bl_simple_contact {
  margin-top: 140px;
  margin-bottom: 137px;
  padding: 124px var(--wp--preset--spacing--50) 123px;
  border-radius: 5px;
  background-image: url("./img/ingredients/contact_back.jpg");
  background-size: cover;
}
.bl_simple_contact.page-shopping {
  margin-bottom: 0;
}

.bl_simple_contact_inner {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.bl_simple_contact_heading {
  margin-bottom: 20px;
  font-size: 1.6470588235rem;
  line-height: 1.14;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_simple_contact_en {
  font-size: 0.7058823529rem;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.2em;
}

.bl_simple_contact_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.bl_simple_contact_btns .el_btn {
  min-width: 257px;
}

.bl_partnerListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 62px;
  padding: 51px 0;
  background-color: #fafafa;
}

.bl_partnerList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  padding-left: 80px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_partnerList:first-child {
  border-right: 1px dotted #9aa9a5;
}
.bl_partnerList li {
  position: relative;
  padding-left: 1em;
}
.bl_partnerList li::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%) rotate(45deg);
  border: 1px solid #9aa9a5;
  content: "";
}
.bl_partnerList li:not(:last-child) {
  margin-bottom: 12px;
}

.bl_partnerOrder {
  position: absolute;
  right: 80px;
  bottom: 50px;
}

.bl_voiceUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 1360px;
  margin-top: -104px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  gap: 49px 0;
}

.bl_voiceItem {
  width: 48.4%;
}

.bl_voiceItem_txt {
  margin-bottom: 14px;
  padding: 40px 40px 36px;
  border: 1px solid #dfdfdf;
  border-radius: 40px 40px 40px 0;
  background-color: #fff;
  line-height: 1.75;
}

.bl_voiceItem_name {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 16px;
  font-size: 0.8235294118rem;
}

.bl_faq {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.bl_faq > div {
  position: relative;
  position: relative;
  padding: 40px 0px 36px 55px;
  border-top: 1px solid #bfbfbf;
}
.bl_faq > div::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  left: 0px;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 36px;
  border-radius: 50%;
  background-color: #9aa9a5;
  content: "Q";
  color: #fff;
  line-height: 1;
  font-family: var(--wp--preset--font-family--mukta);
}
.bl_faq > div dt {
  position: relative;
  padding-right: 40px;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  cursor: pointer;
}
.bl_faq > div dt::after, .bl_faq > div dt::before {
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 16px;
  height: 1px;
          transform: translateX(-50%);
  background-color: #9aa9a5;
  content: "";
  transition: all 0.3s;
}
.bl_faq > div dt::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.bl_faq > div dt.is-active::before {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.bl_faq > div dt.is-active + dd {
  display: block;
}
.bl_faq > div dd {
  display: none;
  margin-top: 14px;
}
.bl_faq > div:last-child {
  border-bottom: 1px solid #bfbfbf;
}

.bl_cardUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2vw;
}

.bl_card01_imgWrapper img {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}

.bl_card01_heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2941176471rem;
  line-height: 1.55;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_card02Unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.bl_card02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 45px 20px 57px;
  background-color: #fff;
  text-align: center;
}

.bl_card02_heading {
  min-height: 3.2em;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_card02_text {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}

.bl_card02_imgWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 163px;
  margin-bottom: 30px;
}
.bl_card02_imgWrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bl_qualityList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.bl_qualityList_imgWrapper {
  margin-bottom: 15px;
}
.bl_qualityList_imgWrapper img {
  width: 100%;
  height: 100%;
}

.bl_qualityList_name {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_qualityList_txt {
  line-height: 2;
}

.bl_logoHeading img {
  display: block;
  max-width: 60%;
  margin: -60px auto 140px;
}
.bl_logoHeading__multiply img {
  mix-blend-mode: multiply;
}

.bl_media02Unit {
  margin-bottom: 115px;
}

.bl_media02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: start;
  gap: 7.2%;
}
.bl_media02:not(:last-child) {
  margin-bottom: 118px;
}
.bl_media02:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_media02_data_txt:not(:last-child) {
  margin-bottom: 32px;
}

.bl_media02_imgWrapper {
  width: 50%;
  overflow: hidden;
}
.bl_media02_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_media02_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media02_data_heading {
  margin-bottom: 20px;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_media03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: start;
  margin-bottom: 80px;
  padding: 60px 66px;
  gap: 4%;
  background-color: rgba(154, 169, 165, 0.08);
}

.bl_media03_data_txt:not(:last-child) {
  margin-bottom: 32px;
}

.bl_media03_imgWrapper {
  width: 48%;
  overflow: hidden;
}
.bl_media03_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_media03_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media03_data_heading {
  margin-bottom: 20px;
  font-size: 1.4705882353rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_banner01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  gap: 20px 40px;
}
.bl_banner01__products {
  margin-top: 80px;
  margin-bottom: 40px;
}

.bl_agricultural_section {
  background-color: #fff;
}
.bl_agricultural_section .bl_box01 {
  background-color: #fafafa;
}

.bl_japanBack {
  padding-bottom: 200px;
  background-image: url("./img/agricultural/japan.png");
  background-position: right -180px top 92px;
  background-size: 1057px auto;
}

.bl_commitment {
  max-width: 840px;
  margin: 0 auto;
  padding: 10px 50px 0;
}

.bl_commitment_heading {
  margin-bottom: 14px;
  font-size: 1.2941176471rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_rightTxtBox {
  max-width: 880px;
  margin-left: auto;
  padding-left: 80px;
}
.bl_rightTxtBox p:not(:last-child) {
  margin-bottom: 30px;
}

.bl_box01 {
  margin-bottom: 40px;
  padding: 55px 20px 78px;
  background-color: #fff;
}
.bl_box01 .bl_serviceItem_heading {
  margin-bottom: 72px;
}
.bl_box01__products {
  margin-bottom: 80px;
  padding-bottom: 32px;
}

.bl_sliderLayout {
  margin-bottom: 60px;
}

.bl_loopSlider img {
  width: 284px;
}

.bl_box01_inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.bl_media04_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5%;
}

.bl_media04_imgWrapper {
  width: 40.6%;
  text-align: center;
}
.bl_media04_imgWrapper img {
  display: block;
  width: 100%;
}
.bl_media04_imgWrapper figcaption {
  display: block;
  margin-top: 8px;
}

.bl_media04_txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_media04_txtbox dt {
  margin-bottom: 16px;
  font-size: 1.1764705882rem;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_media04_txtbox dd {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.bl_media04_txtbox dd::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  aspect-ratio: 1;
  width: 18px;
  background-image: url("./img/icon/check.svg");
  background-size: contain;
  content: "";
}

.bl_media05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

.bl_media05_txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media05_imgWrapper img {
  display: block;
  max-width: 100%;
}

.bl_list01 dt {
  margin-bottom: 16px;
  font-size: 1.1764705882rem;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_list01 div {
  padding-bottom: 21px;
}
.bl_list01 div:not(:last-child) {
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(154, 169, 165, 0.2);
}

.bl_clumUnit {
  display: grid;
  gap: 32px;
}
.bl_clumUnit img {
  display: block;
  width: 100%;
}
.bl_clumUnit__02 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}
.bl_clumUnit__03 {
  grid-template-columns: repeat(3, 1fr);
}
.bl_clumUnit__04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  grid-template-columns: repeat(4, 1fr);
          justify-content: center;
}

.bl_clumIitem_name {
  margin-top: 10px;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_gradientTxt {
  margin-top: 60px;
  margin-bottom: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff2e9+0,eff2e9+100&0+0,1+30,1+70,0+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(239, 242, 233, 0)), color-stop(30%, rgb(239, 242, 233)), color-stop(70%, rgb(239, 242, 233)), to(rgba(239, 242, 233, 0)));
  background: linear-gradient(to right, rgba(239, 242, 233, 0) 0%, rgb(239, 242, 233) 30%, rgb(239, 242, 233) 70%, rgba(239, 242, 233, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.1764705882rem;
  text-align: center;
}

.bl_productsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1048px;
  margin-right: auto;
  margin-bottom: 73px;
  margin-left: auto;
  padding-top: 26px;
  gap: 49px 5.32%;
}

.bl_productsList_imgWrapper {
  margin-bottom: 15px;
}
.bl_productsList_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_productsList_name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_productsList_txt__center {
  text-align: center;
}

.bl_philosophyMessage {
  margin-top: -40px;
  font-weight: bold;
  font-size: 2.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_presidentMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin-top: 112px;
  margin-right: auto;
  margin-left: auto;
  gap: 11.2%;
}

.bl_presidentMessage_imgWrapper {
  width: 46.2%;
}
.bl_presidentMessage_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_presidentMessage_data_name {
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: right;
}

.bl_presidentMessage_data_txt {
  margin-bottom: 54px;
}
.bl_presidentMessage_data_txt p {
  margin-bottom: 28px;
}

.bl_presidentMessage_data_lead {
  color: #7d948e;
  font-size: 22px;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_presidentMessage_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_historyWrapper {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0 100px;
  background-color: rgba(255, 255, 255, 0.3);
}
.bl_historyWrapper .el_enHeading {
  top: 60px;
  left: 80px;
}

.bl_historyCircle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  aspect-ratio: 1;
  width: 220px;
  margin: 0 auto;
  padding-bottom: 20px;
  gap: 16px 0;
  border: 1px dotted #bfbfbf;
  border-radius: 50%;
  line-height: 1.625;
  text-align: center;
}

.bl_historyCircle_year {
  font-weight: bold;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_historyCircle_year span {
  display: block;
  font-size: 1rem;
}

.bl_history {
  position: relative;
  padding-top: 48px;
  padding-bottom: 5px;
}
.bl_history::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
          transform: translateX(-50%);
  border-left: 1px dotted #bfbfbf;
  content: "";
}

.bl_history_item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.625;
}
.bl_history_item:not(:last-child) {
  margin-bottom: 27.5px;
}
.bl_history_item:nth-child(2n-1) {
  -webkit-transform: translateX(calc(50% + 40px));
          transform: translateX(calc(50% + 40px));
}
.bl_history_item:nth-child(2n-1)::after {
  left: -44px;
}
.bl_history_item:nth-child(2n) {
  -webkit-transform: translateX(calc(-50% - 40px));
          transform: translateX(calc(-50% - 40px));
  text-align: right;
}
.bl_history_item:nth-child(2n)::after {
  right: -44px;
}
.bl_history_item::after {
  display: block;
  position: absolute;
  top: 10px;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: #9aa9a5;
  content: "";
}

.bl_history_item_year {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_history_item_year span {
  font-size: 1rem;
}

.bl_history_item_txt a {
  color: #9aa9a5;
  text-decoration: underline;
}

.bl_section__accessInner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.bl_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
  gap: 6%;
}

.bl_access_map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_access_map iframe {
  width: 100%;
  border: none;
}

.bl_access_heading {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bfbfbf;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_access_data {
  width: 320px;
  padding-top: 20px;
}

.bl_access_address {
  margin-bottom: 36px;
  line-height: 1.5;
}

.swiper_recruit .el_enHeading {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 228px;
  left: 12vw;
          transform: translateX(-50%);
}
.swiper_recruit .bl_swiperInner_imgWrapper {
  width: 76%;
}
.swiper_recruit .bl_swiperInner_imgWrapper img {
  display: block;
}
.swiper_recruit .bl_swiperInner_imgWrapper::before {
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#131313+0,131313+100&0.1+0,0.5+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.1)), to(rgba(19, 19, 19, 0.5)));
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0.1) 0%, rgba(19, 19, 19, 0.5) 100%);
  background-color: transparent;
}
.swiper_recruit .bl_swiperInner_text_inner {
  z-index: 2;
  top: auto;
  bottom: 70px;
  left: 30vw;
  color: #fff;
}
.swiper_recruit .bl_swiperInner_heading {
  margin-bottom: 22px;
  line-height: 1.79;
}
.swiper_recruit .bl_swiperInner_heading {
  font-size: 2rem;
}
.swiper_recruit .bl_swiperInner_subHeading {
  margin-left: -10px;
  font-size: 1.0588235294rem;
  line-height: 2.2;
}

.bl_kvBottom__recruit {
  margin-top: -200px;
  padding: 63px var(--wp--preset--spacing--50) 0;
}
.bl_kvBottom__recruit .bl_minBtn {
  z-index: 1;
  position: relative;
  width: 18vw;
  max-width: 300px;
  margin-left: 2.6vw;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.0588235294rem;
}

.bl_recruitMessage {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
  margin-top: 195px;
  padding-bottom: 102px;
  gap: 50px;
}
.bl_recruitMessage__02 {
  margin-top: 166px;
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.bl_recruitMessage_heading {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_recruitMessage_heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: rgba(191, 191, 191, 0.5);
  content: "";
}

.bl_recruitMessage_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  line-height: 2.6;
}

.bl_numberDataUnit {
  margin-top: 115px;
}
.bl_numberDataUnit > div {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 0 3.4%;
}
.bl_numberDataUnit > div:not(:last-child) {
  margin-bottom: 40px;
}
.bl_numberDataUnit > div:nth-child(2n-1) .bl_numberData_item:nth-child(2n-1) {
  width: 63.3%;
}
.bl_numberDataUnit > div:nth-child(2n-1) .bl_numberData_item:nth-child(2n) {
  width: 33.3%;
}
.bl_numberDataUnit > div:nth-child(2n) .bl_numberData_item:nth-child(2n) {
  width: 63.3%;
}
.bl_numberDataUnit > div:nth-child(2n) .bl_numberData_item:nth-child(2n-1) {
  width: 33.3%;
}

.bl_numberData_item {
  position: relative;
  height: 400px;
  background-color: #fff;
}

.bl_numberData_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: absolute;
  top: 34px;
  left: 26px;
  font-weight: 600;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
          writing-mode: vertical-rl;
}

.bl_numberData_nuber {
  position: absolute;
  right: 55px;
  bottom: 48px;
  font-weight: 400;
  font-size: 1.4117647059rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_numberData_nuber b {
  font-weight: 500;
  font-size: 5.8823529412rem;
  font-family: var(--wp--preset--font-family--mukta);
}

.bl_numberData_img01,
.bl_numberData_img02,
.bl_numberData_img03 {
  position: absolute;
  max-width: 80%;
}
.bl_numberData_img01 img,
.bl_numberData_img02 img,
.bl_numberData_img03 img {
  width: 100%;
}
.bl_numberData_img01 {
  right: 15%;
  bottom: 12%;
}

.bl_numberData_img02 {
  right: 7.5%;
  bottom: 8%;
}

.bl_numberData_img03 {
  right: 7.5%;
  bottom: 4%;
}

.bl_numberData02Unit {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 115px;
  margin-bottom: 116px;
  gap: 40px 3.4%;
}
.bl_numberData02Unit > div {
  position: relative;
  width: 48.3%;
  height: 400px;
}

.bl_numberData02_item {
  background-color: #f7f6f1;
}

.bl_numberData02_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: absolute;
  top: 34px;
  left: 26px;
  font-weight: 600;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
          writing-mode: vertical-rl;
}

.bl_numberData02_year {
  position: absolute;
  bottom: 45px;
  left: 34px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.8235294118rem;
}
.bl_numberData02_item_subBox {
  position: absolute;
  right: 9.6%;
  bottom: 128px;
  width: 100%;
  text-align: right;
}

.bl_numberData02_item_date {
  font-size: 5.8823529412rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--mukta);
}
.bl_numberData02_item_date span {
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}

.bl_numberData02_item_text {
  position: absolute;
  right: 0;
  bottom: -84px;
}

.bl_numberData02_item_subTxt {
  position: absolute;
  right: 0;
  bottom: -34px;
  font-size: 1.1764705882rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_introduction {
  -webkit-transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 20px 80px;
          transform: translate(-50%, 50%);
  background-image: url("./img/recruit/recruit_back.png");
  background-size: cover;
  color: #fff;
  text-align: center;
}
.bl_introduction .el_borderHeading {
  margin-bottom: 72px;
}
.bl_introduction .bl_minBtn {
  width: 257px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #fff;
  font-size: 1.0588235294rem;
}
.bl_introduction .bl_minBtn::before {
  border-color: #fff;
}

.bl_introduction_txt {
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.bl_longBoxLink {
  display: block;
  position: relative;
  padding: 75px 80px;
  border: 1px solid #9aa9a5;
  font-weight: 600;
  font-size: 1.4117647059rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_longBoxLink:hover::before {
  right: 55px;
}
.bl_longBoxLink::before {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 69px;
  aspect-ratio: 1;
  width: 18px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
  transition: all 0.3s;
}

.bl_jobFigure img {
  width: 100%;
}

.bl_jobItem {
  display: grid;
  grid-template-columns: 60px auto 35%;
  padding-top: 78px;
  padding-bottom: 80px;
  gap: 40px;
  border-top: 1px solid #fff;
}
.bl_jobItem:last-child {
  border-bottom: 1px solid #fff;
}

.bl_jobItem_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  font-size: 1.6470588235rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
          writing-mode: vertical-rl;
}

.bl_jobItem_body_txt {
  margin-bottom: 20px;
}

.bl_jobItem_body_heading01 {
  position: relative;
  margin-bottom: 10px;
  color: #9aa9a5;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_jobItem_body_heading01 span {
  z-index: 1;
  position: relative;
  padding-right: 10px;
  background-color: #eff2e9;
}
.bl_jobItem_body_heading01::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
          transform: translateY(-50%);
  background-color: rgba(154, 169, 165, 0.2);
  content: "";
}

.bl_jobItem_2clumBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 10px;
}
.bl_jobItem_2clumBox > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 16px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bl_jobItem_body_heading02 {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_squareList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_squareList li {
  position: relative;
  padding-left: 22px;
}
.bl_squareList li::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  aspect-ratio: 1;
  width: 5px;
          transform: translateY(-50%) rotate(45deg);
  border: 1px solid #9aa9a5;
  content: "";
}

.bl_jobItem_imgWrapper img {
  width: 100%;
}

.bl_bottomLinkWrapper {
  margin-top: 160px;
  margin-bottom: 160px;
  padding-right: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
}

.bl_section02__flow .el_enHeading {
  top: 0;
}

.bl_flowUnit {
  max-width: 1000px;
  margin-top: -50px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.bl_flowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-increment: flow;
}
.bl_flowItem:not(:last-child) {
  margin-bottom: 68px;
}
.bl_flowItem:not(:last-child)::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 280px;
  height: 20px;
          transform: translateX(-50%);
  background-image: url("./img/development/bottom_arrow.svg");
  content: "";
}

.bl_flowItem_number {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 98px;
}
.bl_flowItem_number::before {
  content: counter(flow, decimal-leading-zero);
  font-weight: 300;
  font-size: 2.3529411765rem;
  font-family: var(--wp--preset--font-family--mukta);
}
.bl_flowItem_number::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90%;
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}

.bl_flowItem_heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 161px;
  font-weight: 500;
  font-size: 1.1764705882rem;
  line-height: 1.4;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}

.bl_flowItem_number,
.bl_flowItem_heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  justify-self: center;
  background-color: #9aa9a5;
  color: #fff;
}

.bl_flowItem_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px 32px;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
}
.bl_flowItem_content span {
  display: block;
  color: #9aa9a5;
  font-size: 1.4117647059rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--mukta);
}

.bl_newsList {
  max-width: 920px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.bl_newsList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30.8px 0;
  border-bottom: 1px solid #f0ece1;
  line-height: 1.75;
}

.bl_newsList_item_date {
  display: block;
  width: 185px;
  padding-right: 20px;
}

.bl_postnav .nav-links {
  margin-top: 100px;
}
.bl_postnav .nav-links ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  gap: 20px;
}
.bl_postnav .page-numbers.prev::before, .bl_postnav .page-numbers.next::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9aa9a5;
  border-right: 2px solid #9aa9a5;
  content: "";
  vertical-align: middle;
}
.bl_postnav .page-numbers.next {
  font-size: 0;
}
.bl_postnav .page-numbers.next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_postnav .page-numbers.prev {
  font-size: 0;
}
.bl_postnav .page-numbers.prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.bl_postnav .page-numbers a {
  color: rgba(154, 169, 165, 0.5);
}
.bl_postnav .page-numbers .page-numbers.current {
  color: #9aa9a5;
}
.bl_postnav .page-numbers a,
.bl_postnav .page-numbers span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 30px;
}

.bl_singleWrapper {
  max-width: 920px;
  margin: 0 auto;
}

.bl_singleHeader {
  margin-bottom: 64px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f0ece1;
}

.bl_singleHeader_title {
  font-weight: 600;
  font-size: 1.6470588235rem;
  line-height: 1;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_singleHeader_time {
  display: block;
  margin-bottom: 24px;
  color: #4e4e4e;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.1em;
}

.bl_blogBody {
  margin-bottom: 112px;
}
.bl_blogBody h2,
.bl_blogBody h3,
.bl_blogBody h4,
.bl_blogBody h5,
.bl_blogBody h6 {
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.bl_blogBody h2 {
  margin-bottom: 27px;
  font-size: 1.4705882353rem;
  line-height: 1.08;
}
.bl_blogBody h3 {
  margin-bottom: 25px;
  font-size: 1.2941176471rem;
  line-height: 1.22;
}
.bl_blogBody h4 {
  margin-bottom: 21px;
  font-size: 1.1764705882rem;
  line-height: 1.35;
}
.bl_blogBody h5 {
  margin-bottom: 15px;
  font-size: 1.0588235294rem;
  line-height: 1.5;
}
.bl_blogBody p {
  margin-bottom: 39px;
}
.bl_blogBody p a {
  color: #6d7774;
  text-decoration: underline;
}
.bl_blogBody ul {
  margin-bottom: 39px;
}
.bl_blogBody ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 18px;
}
.bl_blogBody ul li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%);
  border: 1px solid #9aa9a5;
  border-radius: 50%;
  content: "";
}
.bl_blogBody ol {
  margin-bottom: 39px;
  list-style: none;
}
.bl_blogBody ol li {
  position: relative;
  margin: 5px 0;
  padding-left: 22px;
  counter-increment: numberlist;
}
.bl_blogBody ol li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: counter(numberlist) ".";
  color: #9aa9a5;
  font-weight: 500;
}
.bl_blogBody table {
  margin-bottom: 60px;
}
.bl_blogBody table th,
.bl_blogBody table td {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid rgba(154, 169, 165, 0.3);
}
.bl_blogBody table thead {
  border: none;
  background-color: rgba(154, 169, 165, 0.2);
}
.bl_blogBody img {
  max-width: 100%;
}
.bl_blogBody .wp-block-image::before {
  display: none;
}
.bl_blogBody .wp-block-image figcaption {
  position: static !important;
  background: none !important;
  color: #333 !important;
  font-size: 16px !important;
  text-align: center;
  text-shadow: none !important;
}

.bl_privacyBody {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75;
}
.bl_privacyBody p {
  margin-bottom: 35px;
}
.bl_privacyBody ol {
  list-style: none;
}
.bl_privacyBody > ol {
  list-style: none;
}
.bl_privacyBody > ol > li {
  position: relative;
  padding-left: 32px;
  counter-increment: privacy01;
}
.bl_privacyBody > ol > li:not(:last-child) {
  margin-bottom: 10px;
}
.bl_privacyBody > ol > li::before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "（" counter(privacy01) "）";
  font-weight: 600;
}
.bl_privacyBody > ol ol {
  margin-top: 10px;
}
.bl_privacyBody > ol ol li {
  position: relative;
  padding-left: 24px;
  counter-increment: privacy02;
}
.bl_privacyBody > ol ol li:not(:last-child) {
  margin-bottom: 10px;
}
.bl_privacyBody > ol ol li::before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: counter(privacy02) ".";
  font-weight: 600;
}

.bl_addressBox {
  margin-top: 40px;
  padding: 40px 40px 32px;
  background-color: #fff;
}
.bl_addressBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.bl_addressBox dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.bl_addressBox dt::before {
  content: "[";
}
.bl_addressBox dt::after {
  content: "] ";
}

.bl_section_requirements_inner {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
}
.bl_section_requirements_inner__01 {
  padding-top: 100px;
}
.bl_section_requirements_inner .bl_table01 {
  padding-left: 16.7%;
}
.bl_section_requirements_inner .el_enHeading__r-border {
  top: 0;
}

.bl_entryBtn {
  display: block;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  padding: 48px 56px;
  background-image: url("./img/recruit/banner_back.png");
  background-size: cover;
  color: #fff;
  line-height: 1.38;
}
.bl_entryBtn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.bl_entryBtn_heading {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.5294117647rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}

.bl_entryBtn_en {
  margin-bottom: 25px;
  font-size: 0.7058823529rem;
}

.bl_entryBtn_arrow {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  aspect-ratio: 1;
  width: 42px;
          transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.bl_entryBtn_arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  width: 8px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.bl_entryBtn_txt {
  padding-right: 40px;
}

.bl_aboutUnit {
  margin-top: 130px;
}

.bl_aboutItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 7.2%;
}
.bl_aboutItem:not(:last-child) {
  margin-bottom: 120px;
}
.bl_aboutItem > div {
  width: 50%;
}
.bl_aboutItem > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
.bl_aboutItem:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_aboutItem:nth-child(2n) > div:last-child {
  padding-right: 0px;
  padding-left: 20px;
}
.bl_aboutItem:nth-child(2n) .bl_aboutItem_txtBox {
  margin-left: auto;
}
.bl_aboutItem_imgWrapper {
  overflow: hidden;
}
.bl_aboutItem_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_aboutItem_txtBox_heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6470588235rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  letter-spacing: 0.1em;
  white-space: nowrap;
          writing-mode: vertical-rl;
}
.bl_aboutItem_txtBox_heading::after {
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 4px;
  height: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), color-stop(rgb(191, 191, 191)), to(rgba(191, 191, 191, 0)));
  background: linear-gradient(to bottom, rgb(191, 191, 191), rgb(191, 191, 191), rgba(191, 191, 191, 0));
  content: "";
}

.bl_aboutItem_txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  max-width: 90%;
  gap: min(68px, 3.54vw);
}
.bl_aboutItem_txtBox > div {
  padding-top: 80px;
}
.bl_aboutItem_txtBox p {
  line-height: 2.4;
}
.bl_aboutItem_txtBox p:not(:last-child) {
  margin-bottom: 32px;
}

.el_enHeading {
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}
.el_enHeading::after {
  display: block;
  margin-top: 7px;
  content: attr(data-en);
  font-size: 0.7058823529rem;
  font-family: var(--wp--preset--font-family--mukta);
  letter-spacing: 0.2em;
}
.el_enHeading__vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  line-height: 1;
  letter-spacing: 0.14em;
  white-space: nowrap;
          writing-mode: vertical-rl;
}
.el_enHeading__vertical::after {
  display: inline-block;
  margin-top: 28px;
  color: #bfbfbf;
}
.el_enHeading__r-border {
  z-index: 2;
  position: absolute;
  top: -50px;
  left: 0;
}
.el_enHeading__r-border::before {
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 4px;
  height: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), color-stop(rgb(191, 191, 191)), to(rgba(191, 191, 191, 0)));
  background: linear-gradient(to bottom, rgb(191, 191, 191), rgb(191, 191, 191), rgba(191, 191, 191, 0));
  content: "";
}
.el_enHeading__recruit {
  font-size: 1.8823529412rem;
}

.el_borderHeading {
  position: relative;
  margin-bottom: 90px;
  font-size: 1.6470588235rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: center;
}
.el_borderHeading::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 40px;
  height: 4px;
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(191, 191, 191, 0)), color-stop(rgb(191, 191, 191)), color-stop(rgb(191, 191, 191)), to(rgba(191, 191, 191, 0)));
  background: linear-gradient(to right, rgba(191, 191, 191, 0), rgb(191, 191, 191), rgb(191, 191, 191), rgba(191, 191, 191, 0));
  content: "";
}
.el_borderHeading span {
  display: block;
  font-size: 1rem;
}

.el_btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 348px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.0588235294rem;
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  text-align: left;
}
.el_btn:hover {
  border: 1px solid rgb(255, 255, 255);
}
.el_btn__skeleton {
  background-color: rgba(255, 255, 255, 0.08);
}
.el_btn span {
  display: inline-block;
}

.el_btnArrow::before {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transition: all 0.3s ease;
}
.el_btnArrow:hover::before {
  right: 10px;
}

.el_arrowLink {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-left: 44px;
  font-size: 1rem;
}
.el_arrowLink span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_arrowLink span:first-child {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 31px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #9aa9a5;
}
.el_arrowLink span:first-child::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  width: 6px;
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all 0.3s;
}
.el_arrowLink span:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(154, 169, 165, 0.5);
  font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
}
.el_arrowLink:hover span:first-child::after {
  left: 55%;
}
.el_arrowLink:hover span:last-child {
  border-bottom: 1px solid rgb(154, 169, 165);
}

@media only screen and (max-width: 1360px){
  .bl_mainHeader {
    padding-left: var(--wp--preset--spacing--50);
  }
  .bl_logo img {
    width: 120px;
  }
  .bl_nav01 {
    gap: 1.9vw;
    font-size: 0.8235294118rem;
  }
}

@media only screen and (max-width: 1300px){
  .bl_newsSingleSection {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1200px){
  .bl_table01__requirements {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1180px){
  .bl_flowUnit {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1100px){
  .bl_nav02 li a {
    width: 70px;
    font-size: 0px;
  }
}

@media only screen and (max-width: 1035px){
  .bl_privacyBody {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1010px){
  .bl_contactThanks .bl_contact_bottom {
    display: block;
  }
  .bl_contactThanks .bl_contact_bottom > div {
    margin: 0 auto;
  }
  .bl_contactThanks .bl_contact_bottom > div:first-child {
    padding-right: 0;
    border-right: none;
  }
}

@media only screen and (max-width: 1000px){
  .bl_serviceItem {
    width: 48%;
  }
  .bl_cardbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_cardboxFirst,
  .bl_cardboxFirst ~ .bl_cardbox_item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
  }
}

@media only screen and (max-width: 940px){
  .bl_numberData02_year {
    bottom: 20px;
    left: 20px;
  }
}

@media not all and (max-width: 768px){
  .bl_nav_sub {
    display: block !important;
  }
}

@media only screen and (max-width: 768px){
  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  html:has(.bl_headerSwitch.is-active) {
    overflow: hidden;
  }
  .bl_pageHeading__service {
    margin-bottom: 0;
  }
  .bl_pageHeading__confectionery {
    margin-bottom: 0;
  }
  .bl_pageHeading__manufacture {
    margin-bottom: 0;
  }
  .bl_pageHeading__about {
    margin-bottom: 0;
  }
  .bl_pageHeading__wrapping {
    margin-bottom: 0;
  }
  .bl_pageHeading__development {
    margin-bottom: 0;
  }
  .bl_pageHeading__ingredients {
    margin-bottom: 0;
  }
  .bl_pageHeading__quality {
    margin-bottom: 0;
  }
  .bl_pageHeading__agricultural {
    margin-bottom: 0;
  }
  .bl_pageHeading__online_shopping {
    margin-bottom: 0;
  }
  .bl_pageHeading__products {
    margin-bottom: 0;
  }
  .bl_pageHeading__company {
    margin-bottom: 0;
  }
  .bl_pageHeading__job {
    margin-bottom: 0;
  }
  .bl_pageHeading__news {
    margin-bottom: 0;
  }
  .bl_pageHeading__requirements {
    margin-bottom: 0;
  }
  .bl_pageHeading__privacypolicy {
    margin-bottom: 0;
  }
  .bl_pageHeading .el_enHeading {
    left: -5px;
    font-size: 1.4117647059rem;
  }
  .bl_pageHeading_inner {
    height: 250px;
  }
  .bl_pageHeading_inner02 {
    height: 250px;
  }
  .bl_text01 {
    padding-left: 0;
    font-size: 0.8823529412rem;
  }
  .bl_text01__heading {
    padding-left: 70px;
  }
  .bl_centerTxt {
    text-align: left;
  }
  .bl_breadcrumbsWrapper {
    padding: 15px var(--wp--preset--spacing--50);
  }
  .bl_headerSwitch {
    display: block;
    position: relative;
    aspect-ratio: 1;
    height: 50px;
    cursor: pointer;
  }
  .bl_headerSwitch::after, .bl_headerSwitch::before,
  .bl_headerSwitch span {
    -webkit-transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
            transform: translate(-50%, -50%);
    background-color: #9aa9a5;
    content: "";
    transition: all 0.3s ease;
  }
  .bl_headerSwitch::after {
    margin-top: -7px;
  }
  .bl_headerSwitch::before {
    margin-top: 7px;
  }
  .bl_headerRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-backdrop-filter: blur(3px);
    position: fixed;
    top: 50px;
    left: 100%;
            flex-direction: column;
    width: 100%;
    height: calc(100svh - 50px);
    padding: 30px 0px 20px;
    overflow: auto;
            backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .is-active + .bl_headerRight {
    left: 0;
  }
  .bl_nav01 li:hover .bl_nav_sub {
    display: none;
  }
  .bl_nav01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl_nav01_inner {
    display: block;
    height: auto;
    padding: 10px 15px;
    border-bottom: 1px solid #f0ece1;
    font-size: 1.0588235294rem;
  }
  .bl_nav01_inner__link {
    background-image: none;
  }
  .bl_nav01_inner__select::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .bl_nav01_inner__select.is-active::after {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
  .bl_nav01_inner__select::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
            transform: translateY(-50%) rotate(45deg);
  }
  .bl_nav_sub {
    -webkit-transition: all 0s;
    -webkit-transform: translate(0);
    -webkit-backdrop-filter: none;
    display: none;
    position: static;
    padding: 0px 0 0 30px;
            transform: translate(0);
    border-bottom: 1px solid #f0ece1;
            backdrop-filter: none;
    background-color: transparent;
    font-size: 0.8823529412rem;
    opacity: 1;
    transition: all 0s;
  }
  .bl_nav_sub li {
    margin-bottom: 8px;
  }
  .bl_nav_sub a {
    border-bottom: none;
  }
  .bl_mainHeader {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bl_nav01 {
    gap: 0;
  }
  .bl_logo img {
    width: 131px;
  }
  .bl_nav02 li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_nav02 li:first-child svg {
    margin-bottom: 10px;
  }
  .bl_nav02 li svg {
    display: block;
    width: 25px;
    margin: 0 auto;
  }
  .bl_nav02 li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 17px 0;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }
  .bl_mainFooter {
    padding-top: 70px;
    padding-bottom: 25px;
  }
  .bl_mainFooter_logo {
    width: 175px;
    margin-bottom: 30px;
  }
  .bl_mainFooter_post {
    font-size: 1rem;
  }
  .bl_mainFooter_post::first-letter {
    font-size: 1rem;
  }
  .bl_mainFooter_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .bl_mainFooter_top_left dl {
    font-size: 1rem;
  }
  .bl_mainFooter_top_right {
    margin-bottom: 20px;
  }
  .bl_footerList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0px;
  }
  .bl_footerList > div {
    width: 50%;
  }
  .bl_footerList > div:first-child {
    width: 100%;
  }
  .bl_instabox_header {
    display: block;
  }
  .bl_instabox_icon {
    margin-top: 5px;
  }
  .bl_instabox_btn {
    padding: 7px 0;
    font-size: 0.7058823529rem;
  }
  .bl_mainFooter_bottom {
    position: relative;
    margin-top: 77px;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .bl_mainFooter_bottom a {
    position: absolute;
    top: -55px;
    left: 20px;
  }
  .bl_topScrollBtn {
    top: 20px;
    bottom: auto;
    width: 48px;
    padding-top: 6px;
    font-size: 0.5294117647rem;
  }
  .bl_topScrollBtn img {
    width: 9px;
    height: auto;
  }
  .bl_breadcrumbs {
    margin-top: 25px;
    padding: 20px var(--wp--preset--spacing--50);
  }
  .bl_footerBanner {
    padding: 24px var(--wp--preset--spacing--50);
  }
  .bl_footerBanner img {
    width: 254px;
  }
  .bl_contact {
    padding: 55px var(--wp--preset--spacing--50) 70px var(--wp--preset--spacing--50);
    background-image: url("./img/contact_back_sp.jpg");
  }
  .bl_contact p {
    font-size: 0.8823529412rem;
  }
  .bl_contact .el_enHeading {
    margin-bottom: 20px;
  }
  .bl_contact .el_btn {
    padding: 18px 20px;
    font-size: 1.0588235294rem;
  }
  .bl_contact__2clumn::after {
    display: none;
  }
  .bl_contact__2clumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_contact__2clumn > div {
    width: 100%;
  }
  .bl_contact__2clumn > div:first-child {
    margin-bottom: 60px;
  }
  .bl_contact__2clumn > div .el_btn {
    width: 270px;
    margin: 50px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bl_contact_bottom > div:last-child {
    margin-top: 40px;
  }
  .bl_contact_bottom {
    display: block;
    margin-top: 40px;
  }
  .bl_contact_bottom svg {
    width: 43px;
  }
  .bl_contact_bottom > div {
    width: auto;
    height: auto;
  }
  .bl_contact_bottom > div:first-child {
    padding-right: 0;
    border-right: none;
  }
  .bl_contact_bottom > div:last-child {
    padding-left: 0;
  }
  .bl_contact_tel {
    font-size: 2.1176470588rem;
  }
  .bl_separate {
    aspect-ratio: 390/160;
  }
  .bl_separate__02 {
    aspect-ratio: 390/110;
    background-position: center center;
  }
  .bl_section {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .bl_section02 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .bl_section02__kashi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__equipment {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .bl_section02__development {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .bl_section02__development02 {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .bl_section02__gray01 {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .bl_section02__shopping {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .bl_section02__shopping02 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .bl_section02__normal {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__normal02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__products01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__products02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__products03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__company01 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .bl_section02__company02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__company03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bl_section02__company04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__company05 {
    padding: 40px var(--wp--preset--spacing--50) 40px var(--wp--preset--spacing--50);
  }
  .bl_section02__company06 {
    padding: 1px var(--wp--preset--spacing--50) 55px var(--wp--preset--spacing--50);
  }
  .bl_section02__footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__agricultural01 {
    padding-bottom: 170px;
  }
  .bl_section02__agricultural02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bl_section02__products01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bl_section02__recruit01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__job {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__single {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__quality01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__quality02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__recruit02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_section02__about .bl_sectionInner {
    background-image: url("./img/top/japan_sp.png");
    background-position: right bottom;
  }
  .bl_section02__about {
    margin-top: 20px;
  }
  .bl_section02__about .el_enHeading {
    left: 10px;
  }
  .bl_section02__about .bl_aboutMessage {
    font-size: 0.8823529412rem;
    line-height: 2.5;
  }
  .bl_section02__about .bl_sectionInner {
    padding: 50px 20px 123px 62px;
  }
  .bl_section02__about .bl_minBtn {
    margin-top: 40px;
    margin-left: 0;
  }
  .bl_section02__service {
    padding-bottom: 80px;
  }
  .bl_section02__banner {
    padding-top: 5px;
    padding-bottom: 60px;
  }
  .bl_section__news {
    padding-top: 100px;
  }
  .bl_section__news .el_enHeading {
    top: -186px;
    left: -15px;
  }
  .bl_section__news .bl_sectionInner {
    position: relative;
    padding: 150px 20px 40px;
    background-color: #fff;
  }
  .bl_section__min_inner_pd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bl_pageTopbox {
    padding-right: 0px;
    padding-left: 40px;
  }
  .bl_sectionHeader {
    margin-bottom: 35px;
  }
  .bl_sectionHeaderVertical {
    position: relative;
    min-height: 1px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .bl_sectionHeaderVertical__02 {
    margin-bottom: 50px;
  }
  .bl_sectionHeaderVertical .el_enHeading {
    position: absolute;
    top: -65px;
    left: 0;
    white-space: nowrap;
  }
  .bl_sectionHeaderVertical__03 .el_enHeading {
    top: -35px;
  }
  .bl_shopList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 64px;
  }
  .bl_shopList__shopping {
    gap: 20px;
  }
  .bl_shopList_item_outer {
    width: 100%;
  }
  .bl_shopList_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
  }
  .bl_shopList_item_bottom {
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.9;
    font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
    text-align: center;
  }
  .bl_shopList_item_bottom::after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: 14px;
            transform: rotate(45deg);
    border-top: 2px solid #9aa9a5;
    border-right: 2px solid #9aa9a5;
    content: "";
    vertical-align: middle;
  }
  .bl_shopList_item_imgWrapper {
    width: 106px;
    height: 124x;
    min-height: 0px;
  }
  .bl_shopList_item_data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 23px;
  }
  .bl_shopList_item_data .bl_minBtn {
    display: none;
  }
  .bl_shopList_item_data_type {
    font-size: 0.7647058824rem;
  }
  .bl_minBtn {
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
  }
  .bl_shopList_top {
    min-height: 0;
  }
  .bl_shopList_item_name img {
    max-width: 100%;
  }
  .bl_serviceUnit {
    margin-top: 60px;
    margin-bottom: 30px;
    gap: 20px 0;
  }
  .bl_serviceItem_heading {
    margin-bottom: 6px;
    font-size: 1.1764705882rem;
  }
  .bl_serviceItem {
    width: 100%;
    min-height: 220px;
    padding: 20px 20px 50px;
  }
  .bl_serviceItem__material::before {
    background-image: url("./img/top/service_back01_sp.jpg");
  }
  .bl_serviceItem__confectionery::before {
    background-image: url("./img/top/service_back02_sp.jpg");
  }
  .bl_serviceItem__order::before {
    background-image: url("./img/top/service_back03_sp.jpg");
  }
  .bl_serviceItem__agriculture::before {
    background-image: url("./img/top/service_back04_sp.jpg");
  }
  .bl_serviceItem__quality::before {
    background-image: url("./img/top/service_back05_sp.jpg");
  }
  .bl_serviceItem:nth-child(5) {
    display: block;
    padding: 20px 20px 80px;
  }
  .bl_serviceItem:nth-child(5) .bl_serviceItem_heading {
    margin-bottom: 16px;
  }
  .bl_serviceItem_txt {
    font-size: 0.8823529412rem;
  }
  .bl_serviceItem_txt br {
    display: none;
  }
  .bl_serviceItem_list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    margin-top: 10px;
    gap: 20px;
  }
  .bl_serviceItem_list li a {
    padding-left: 35px;
  }
  .bl_serviceItem_list li span:first-child {
    width: 25px;
  }
  .bl_serviceItem_arrow {
    width: 36px;
  }
  .bl_atomBox {
    margin-right: -30px;
    margin-left: -30px;
  }
  .bl_atomBox_inner {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .bl_atomBoxList a {
    padding: 4px 45px 4px 16px;
    padding: 4px 35px 4px 10px;
  }
  .bl_atomBoxList__01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .bl_atomBoxList__02 {
    -webkit-transform: translate(0%, 100%);
    right: 0px;
            transform: translate(0%, 100%);
  }
  .bl_atomBoxList__03 {
    -webkit-transform: translate(0%, 100%);
    left: 0px;
            transform: translate(0%, 100%);
  }
  .bl_atomBoxList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_rightBtnWsrapper {
    justify-self: center;
  }
  .bl_wideSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .bl_wideSection:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_wideSection_data {
    display: block;
    padding: 200px 30px 100px 20px;
    font-size: 1rem;
  }
  .bl_wideSection_data .bl_minBtn {
    right: 25px;
    bottom: 25px;
  }
  .bl_wideSection_heading {
    left: 10px;
    font-size: 1.2941176471rem;
  }
  .bl_wideSection_heading_en {
    top: 25px;
    right: 25px;
  }
  .bl_wideSection_imgWrapper {
    width: 100%;
  }
  .bl_wideSection_contener {
    width: auto;
  }
  .bl_wideSection_list {
    margin-bottom: 40px;
  }
  .bl_newsUnit {
    display: block;
    margin-bottom: 40px;
  }
  .bl_newsItem {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .bl_swiperInner_imgWrapper {
    width: 100%;
    height: 100%;
    min-height: 0px;
  }
  .bl_swiperInner_imgWrapper::before {
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#131313+0,131313+100&0+0,0.5+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(19, 19, 19, 0.5)));
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    mix-blend-mode: normal;
  }
  .bl_swiperInner_imgWrapper img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
       object-fit: cover;
       object-position: center center;
  }
  .bl_swiperInner {
    display: block;
    width: 100%;
    height: 100svh;
    overflow: hidden;
  }
  .bl_swiperInner__left .bl_swiperInner_imgWrapper img {
    -o-object-position: 16% 50%;
       object-position: 16% 50%;
  }
  .bl_swiperInner__right .bl_swiperInner_imgWrapper img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
  .bl_swiperInner_text {
    color: #fff;
  }
  .bl_swiperInner_heading {
    margin-bottom: 10px;
    font-size: 1.8823529412rem;
  }
  .bl_swiperInner_subHeading {
    font-size: 0.5882352941rem;
    line-height: 2.6;
  }
  .bl_swiperInner_text_inner {
    z-index: 1;
    top: auto;
    bottom: 140px;
    left: 25px;
    color: #fff;
  }
  .bl_swiperLink_inner {
    padding: 8px 14px;
    background-position: top 40px right 25px;
    background-size: 30px auto;
  }
  .bl_swiperLink {
    right: 0px;
    width: 135px;
    padding-right: 0;
  }
  .bl_swiperLink_txt {
    display: none;
  }
  .bl_swiperLink_heading {
    font-size: 1.0588235294rem;
  }
  .bl_swiperLink_heading::after {
    display: block;
    margin-left: 0;
  }
  .bl_kvBottom {
    margin-top: 0;
    padding-top: 1px;
  }
  .bl_newsSingleSection {
    width: 100%;
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 1px;
    background-color: #eff2e9;
  }
  .bl_newsSingleSection .bl_newsItem {
    padding-bottom: 15px;
  }
  .bl_newsHeading {
    font-size: 1rem;
  }
  .bl_newsItem_txt {
    font-size: 0.8823529412rem;
  }
  .bl_formStep {
    width: 200px;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .bl_formBody .bl_radioWrapper {
    gap: 30px;
  }
  .bl_formBody > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bl_formBody dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0px;
    padding-right: 60px;
  }
  .bl_formBody dd {
    font-size: 1rem;
  }
  .bl_formBody dd p {
    font-size: 0.8235294118rem;
  }
  .bl_formBody select,
  .bl_formBody textarea,
  .bl_formBody [type=text],
  .bl_formBody [type=tel],
  .bl_formBody [type=email] {
    -webkit-appearance: auto;
    width: 100%;
    border: 1px solid rgba(191, 191, 191, 0.5);
    background-color: #fff;
  }
  .bl_formBody select {
    -webkit-appearance: none;
    padding: 10px 50px 10px 14px;
  }
  .bl_formBody textarea {
    height: 100px;
    padding: 18px;
  }
  .bl_formBody [type=text],
  .bl_formBody [type=tel],
  .bl_formBody [type=email] {
    padding: 10px 14px;
  }
  .bl_require::after {
    top: 4px;
  }
  .bl_formBody_inner {
    padding-left: 30px;
  }
  .bl_formBody_inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bl_formBody_inner dt {
    font-size: 0.8235294118rem;
  }
  .bl_privacy {
    height: 140px;
    font-size: 0.8235294118rem;
  }
  .bl_btnWrapper {
    margin-top: 40px;
    gap: 15px;
  }
  .bl_btnFormSend,
  .bl_btnFormBack {
    min-width: 160px;
    padding: 10px 20px;
    font-size: 0.8235294118rem;
  }
  .bl_table01 > div {
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid #9aa9a5;
  }
  .bl_table01 dt {
    width: 100%;
    border: none;
  }
  .bl_table01 dt,
  .bl_table01 dd {
    padding: 5px 0;
    text-align: left;
  }
  .bl_table01__company {
    margin-top: 50px;
  }
  .bl_table01__company dt {
    display: block;
  }
  .bl_table01__requirements {
    margin-top: 50px;
    padding-left: 40px;
  }
  .bl_table01__requirements dt {
    display: block;
  }
  .bl_officeData > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .bl_officeData > div::after {
    top: 12px;
    width: 6px;
  }
  .bl_faxContact {
    margin-top: 80px;
    padding: 20px 3.6vw 20px 4vw;
    font-size: 1.0588235294rem;
  }
  .bl_contactThanks {
    margin-bottom: 40px;
    padding: 35px 30px 30px;
    text-align: left;
  }
  .bl_contactThanks_heading {
    margin-bottom: 20px;
    font-size: 1.2941176471rem;
    line-height: 1.4;
  }
  .bl_contactThanks .bl_contact_bottom .bl_contact_tel {
    font-size: 1.7647058824rem;
  }
  .bl_serviceNav_Wrapper {
    margin-top: 0;
    padding-top: 30px;
  }
  .bl_serviceNav {
    max-width: calc(100% - 40px);
    gap: 0 12px;
    font-size: 0.8235294118rem;
  }
  .bl_serviceNav a::after {
    width: 6px;
    margin-top: -4px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .bl_sideImg {
    display: block;
    margin-top: 90px;
    margin-bottom: 70px;
  }
  .bl_sideImg_imgWrapper {
    width: 100%;
  }
  .bl_sideImg_heading {
    margin-bottom: 10px;
    font-size: 1.1764705882rem;
  }
  .bl_sideImg_data {
    margin-bottom: 10px;
  }
  .bl_wideSection_serviceUnit .bl_wideSection {
    margin-bottom: 50px;
  }
  .bl_cardbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .bl_cardboxFirst {
    height: 250px;
  }
  .bl_cardbox_heading {
    left: 10px;
    font-size: 1.2941176471rem;
  }
  .bl_cardbox_heading_en {
    top: 20px;
    right: 25px;
  }
  .bl_cardbox_item_bottom {
    padding: 16px 20px 70px;
  }
  .bl_cardbox_item_heading {
    font-size: 1.1764705882rem;
  }
  .bl_cardboxFirst,
  .bl_cardbox_item {
    width: 100%;
  }
  .bl_cardboxFirst,
  .bl_cardboxFirst ~ .bl_cardbox_item {
    width: 100%;
  }
  .bl_cardbox__kashi {
    margin-top: 45px;
  }
  .bl_cardbox_item_arrow {
    right: 20px;
    bottom: 20px;
    width: 36px;
  }
  .bl_pageTopMessage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bl_pageTopMessage__agricultural {
    padding-bottom: 64px;
  }
  .bl_pageTopMessage__service {
    padding-bottom: 0;
  }
  .bl_pageTopMessage_txt01 {
    margin-bottom: 18px;
    font-size: 1.2941176471rem;
  }
  .bl_longLink_imgWrapper {
    width: 40%;
    height: 100%;
  }
  .bl_longLink_imgWrapper img {
    width: 100%;
    height: 100%;
  }
  .bl_longLink_txt {
    font-size: 1.0588235294rem;
  }
  .bl_longLink {
    margin-top: 50px;
  }
  .bl_longLink::before {
    right: 30px;
    width: 10px;
    height: 10px;
  }
  .bl_longLink:hover::before {
    right: 20px;
  }
  .bl_sideImg02__quality01 .bl_sideImg02_imgWrapper {
    width: 100%;
  }
  .bl_sideImg02 {
    display: block;
  }
  .bl_sideImg02_imgWrapper {
    width: 100%;
    margin-top: 30px;
  }
  .bl_sideImg02_txtBox_list dt {
    margin-bottom: 10px;
    font-size: 1.0588235294rem;
  }
  .bl_sideImg02_txtBox_list dd {
    font-size: 0.8235294118rem;
  }
  .bl_sideImg02_heading {
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
  }
  .bl_logisticsMerit_item_heading {
    font-size: 1.0588235294rem;
  }
  .bl_logisticsMerit {
    margin-top: 40px;
    padding: 25px 20px 25px;
  }
  .bl_logisticsMerit_item_txt {
    margin-top: 20px;
  }
  .bl_logisticsMerit_item_imgWrapper {
    width: 200px;
  }
  .bl_logisticsMerit_item_imgWrapper img {
    max-width: 70%;
  }
  .bl_media01:not(:last-child) {
    margin-bottom: 40px;
  }
  .bl_media01:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media01_imgWrapper {
    width: 100%;
  }
  .bl_media01_data {
    width: 100%;
    padding: 30px;
  }
  .bl_media01_data_heading {
    margin-bottom: 10px;
    font-size: 1.0588235294rem;
  }
  .bl_textListWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .bl_textList li {
    width: 100%;
    padding: 5px 0px 5px 12px;
  }
  .bl_numberMedia:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_numberMedia:nth-child(2n) .bl_numberMedia_data::before {
    left: -16px;
  }
  .bl_numberMedia:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_numberMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_numberMedia_imgWrapper {
    width: 100%;
  }
  .bl_numberMedia_data {
    width: 100%;
    padding: 20px 0px;
  }
  .bl_numberMedia_data::before {
    top: 5px;
    width: 60px;
    font-size: 1.1764705882rem;
  }
  .bl_numberMedia_data_heading {
    padding-left: 50px;
    font-size: 1.0588235294rem;
  }
  .bl_processStreamUnit {
    margin-bottom: 20px;
  }
  .bl_processStreamUnit__02 {
    margin-bottom: 0;
  }
  .bl_processStreamItem {
    display: block;
  }
  .bl_processStreamItem_number {
    min-height: 0px;
  }
  .bl_processStreamItem_number::after {
    font-size: 1.4705882353rem;
  }
  .bl_processStreamItem_heading {
    font-size: 1.1764705882rem;
  }
  .bl_processStreamItem_body {
    padding: 15px 20px;
  }
  .bl_processStreamItem_icon img {
    display: block;
    margin: 0 10px 10px auto;
  }
  .bl_circleList li {
    width: 250px;
    font-size: 1rem;
  }
  .bl_circleList li span {
    width: 35px;
    margin-top: 50px;
  }
  .bl_simple_contact {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 40px var(--wp--preset--spacing--50) 40px;
    background-position: center center;
  }
  .bl_simple_contact_heading {
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
  }
  .bl_simple_contact_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_partnerListWrapper {
    display: block;
    margin-top: 30px;
    padding: 25px var(--wp--preset--spacing--50);
  }
  .bl_partnerList {
    padding-left: 0;
  }
  .bl_partnerList li {
    width: 100%;
    padding: 2px 0px 2px 12px;
  }
  .bl_partnerList li:not(:last-child) {
    margin-bottom: 0px;
  }
  .bl_partnerList {
    width: 100%;
  }
  .bl_partnerList:first-child {
    border: none;
  }
  .bl_partnerOrder {
    right: 10px;
    bottom: 20px;
  }
  .bl_voiceUnit {
    margin-top: 0px;
    padding-right: 0;
    padding-left: 0;
    gap: 25px 0;
  }
  .bl_voiceItem {
    width: 100%;
  }
  .bl_voiceItem_txt {
    padding: 20px;
    border-radius: 20px 20px 20px 0;
  }
  .bl_voiceItem_name img {
    width: 50px;
  }
  .bl_faq > div {
    padding: 20px 0px 20px 40px;
  }
  .bl_faq > div::after {
    top: 18px;
    width: 30px;
  }
  .bl_faq > div dt {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--wp--preset--font-family--shippori-mincho-b-1);
  }
  .bl_faq > div dd {
    margin-top: 10px;
  }
  .bl_cardUnit {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .bl_card01_imgWrapper img {
    margin-bottom: 10px;
  }
  .bl_card01_heading {
    margin-bottom: 15px;
    font-size: 1.0588235294rem;
  }
  .bl_card02Unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .bl_card02 {
    padding: 30px 20px 30px;
  }
  .bl_card02_heading {
    min-height: 0em;
    margin-bottom: 20px;
    font-size: 1.1764705882rem;
  }
  .bl_card02_imgWrapper {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .bl_qualityList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .bl_qualityList_name {
    font-size: 18px;
  }
  .bl_logoHeading img {
    margin: -30px auto 50px;
  }
  .bl_media02Unit {
    margin-bottom: 50px;
  }
  .bl_media02:not(:last-child) {
    margin-bottom: 40px;
  }
  .bl_media02:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media02_data_txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .bl_media02_imgWrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .bl_media02_data_heading {
    margin-bottom: 15px;
    font-size: 1.0588235294rem;
  }
  .bl_media03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    padding: 30px 30px;
  }
  .bl_media03_imgWrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .bl_media03_data_heading {
    margin-bottom: 15px;
    font-size: 1.0588235294rem;
  }
  .bl_banner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_banner01 img {
    width: 100%;
  }
  .bl_banner01__products {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .bl_japanBack {
    padding-bottom: 100px;
    background-position: right -255px bottom 0px;
    background-size: 700px auto;
  }
  .bl_commitment {
    padding-right: 20px;
  }
  .bl_rightTxtBox {
    padding-left: 0;
  }
  .bl_box01 {
    padding: 30px 20px 30px;
  }
  .bl_box01 .bl_serviceItem_heading {
    margin-bottom: 30px;
  }
  .bl_box01__products {
    margin-bottom: 40px;
  }
  .bl_loopSlider img {
    width: 188px;
  }
  .bl_media04_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media04_imgWrapper {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  .bl_media04_imgWrapper figcaption {
    margin-top: 4px;
    text-align: center;
  }
  .bl_media04_txtbox dt {
    font-size: 1.0588235294rem;
  }
  .bl_media04_txtbox dd {
    margin-bottom: 8px;
  }
  .bl_media04_txtbox dd::after {
    top: 6px;
  }
  .bl_media05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_media05_txtbox {
    margin-bottom: 15px;
  }
  .bl_list01 dt {
    margin-bottom: 10px;
    font-size: 1.0588235294rem;
  }
  .bl_list01 div {
    padding-bottom: 15px;
  }
  .bl_list01 div:not(:last-child) {
    margin-bottom: 24px;
  }
  .bl_clumUnit {
    gap: 24px;
  }
  .bl_clumUnit__02 {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_clumUnit__03 {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_clumUnit__04 {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_clumIitem_name {
    font-size: 1rem;
  }
  .bl_gradientTxt {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .bl_productsList {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
    padding-top: 5px;
    gap: 30px;
  }
  .bl_productsList_imgWrapper {
    margin-bottom: 5px;
  }
  .bl_productsList_name {
    font-size: 1rem;
  }
  .bl_productsList_txt {
    text-align: center;
  }
  .bl_philosophyMessage {
    margin-top: -20px;
    font-size: 1rem;
  }
  .bl_presidentMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 20px;
  }
  .bl_presidentMessage_imgWrapper {
    width: 100%;
  }
  .bl_presidentMessage_data_name {
    font-size: 1rem;
  }
  .bl_presidentMessage_data_txt {
    margin-bottom: 25px;
  }
  .bl_presidentMessage_data_lead {
    font-size: 18px;
  }
  .bl_historyWrapper {
    padding: 40px 0 50px;
  }
  .bl_historyWrapper .el_enHeading {
    top: 30px;
    left: 10px;
  }
  .bl_historyCircle {
    width: 180px;
    gap: 8px 0;
  }
  .bl_historyCircle_year {
    font-size: 1.0588235294rem;
  }
  .bl_history {
    padding-top: 25px;
  }
  .bl_history_item {
    max-width: 40vw;
  }
  .bl_history_item:nth-child(2n-1) {
    -webkit-transform: translateX(calc(50% + 20px));
            transform: translateX(calc(50% + 20px));
  }
  .bl_history_item:nth-child(2n-1)::after {
    left: -24px;
  }
  .bl_history_item:nth-child(2n) {
    -webkit-transform: translateX(calc(-50% - 20px));
            transform: translateX(calc(-50% - 20px));
    text-align: right;
  }
  .bl_history_item:nth-child(2n)::after {
    right: -24px;
  }
  .bl_history_item_year {
    font-size: 1rem;
  }
  .bl_history_item_year span {
    font-size: 0.8235294118rem;
  }
  .bl_access {
    display: block;
    margin-right: 0;
  }
  .bl_access_map {
    margin-top: 30px;
  }
  .bl_access_map iframe {
    height: 300px;
  }
  .bl_access_heading {
    font-size: 1.0588235294rem;
  }
  .bl_access_data {
    width: 100%;
    padding-top: 0px;
  }
  .swiper_recruit .bl_swiperInner_imgWrapper {
    width: 80%;
    margin-left: auto;
  }
  .swiper_recruit .bl_swiperInner_imgWrapper img {
    display: block;
  }
  .swiper_recruit .bl_swiperInner_text_inner {
    left: 25vw;
  }
  .swiper_recruit .bl_swiperInner_text {
    bottom: 90px;
    left: 22%;
    max-width: 74vw;
  }
  .swiper_recruit .bl_swiperInner_heading {
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
  }
  .swiper_recruit .bl_swiperInner_subHeading {
    font-size: 0.8235294118rem;
    white-space: wrap;
  }
  .swiper_recruit .el_enHeading {
    top: 150px;
    left: 9vw;
  }
  .bl_kvBottom__recruit {
    padding-top: 40px;
  }
  .bl_kvBottom__recruit .bl_minBtn {
    width: 250px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1rem;
  }
  .bl_recruitMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding-bottom: 50px;
    gap: 20px;
  }
  .bl_recruitMessage_heading {
    font-size: 1.4117647059rem;
  }
  .bl_numberDataUnit > div:not(:last-child) {
    margin-bottom: 0;
  }
  .bl_numberDataUnit {
    margin-top: 50px;
  }
  .bl_numberDataUnit > div {
    display: block;
  }
  .bl_numberDataUnit > div:nth-child(2n-1) .bl_numberData_item:nth-child(2n-1) {
    width: 100%;
  }
  .bl_numberDataUnit > div:nth-child(2n-1) .bl_numberData_item:nth-child(2n) {
    width: 100%;
  }
  .bl_numberDataUnit > div:nth-child(2n) .bl_numberData_item:nth-child(2n) {
    width: 100%;
  }
  .bl_numberDataUnit > div:nth-child(2n) .bl_numberData_item:nth-child(2n-1) {
    width: 100%;
  }
  .bl_numberData_item {
    height: 300px;
    margin-bottom: 20px;
  }
  .bl_numberData_heading {
    top: 20px;
    left: 10px;
  }
  .bl_numberData_nuber {
    right: 20px;
    bottom: 20px;
    font-size: 1.1764705882rem;
  }
  .bl_numberData_nuber b {
    font-size: 2.9411764706rem;
  }
  .bl_numberData_img01 {
    width: 188px;
    max-width: 52%;
  }
  .bl_numberData_img02,
  .bl_numberData_img03 {
    position: absolute;
    width: 338px;
    max-width: 76%;
  }
  .bl_numberData02Unit {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .bl_numberData02Unit > div {
    width: 100%;
    height: 300px;
  }
  .bl_numberData02_heading {
    top: 20px;
    left: 10px;
  }
  .bl_numberData02_item_date {
    font-size: 2.9411764706rem;
  }
  .bl_numberData02_item_date span {
    font-size: 1.1764705882rem;
  }
  .bl_numberData02_item_subTxt {
    font-size: 1rem;
  }
  .bl_introduction {
    -webkit-transform: translate(0%, 0%);
    position: static;
    margin-top: 50px;
    padding: 40px 20px 40px;
            transform: translate(0%, 0%);
  }
  .bl_introduction .el_borderHeading {
    margin-bottom: 35px;
  }
  .bl_introduction .bl_minBtn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
  }
  .bl_longBoxLink {
    padding: 20px 40px;
    font-size: 1.0588235294rem;
  }
  .bl_longBoxLink::before {
    right: 30px;
    width: 14px;
  }
  .bl_jobItem {
    grid-template-columns: 40px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 0px;
  }
  .bl_jobItem > div:nth-child(1) {
    grid-row: 1/3;
  }
  .bl_jobItem .bl_jobItem_imgWrapper {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bl_jobItem_heading {
    font-size: 1.1764705882rem;
  }
  .bl_jobItem_body_txt {
    margin-bottom: 15px;
  }
  .bl_jobItem_body_heading01 {
    font-size: 1rem;
  }
  .bl_jobItem_2clumBox {
    display: block;
  }
  .bl_jobItem_2clumBox > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .bl_bottomLinkWrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .bl_flowUnit {
    margin-top: 0;
  }
  .bl_flowUnit {
    padding-left: 30px;
  }
  .bl_flowItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_flowItem_number::before {
    font-size: 1.4705882353rem;
  }
  .bl_flowItem_heading {
    width: calc(100% - 98px);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.0588235294rem;
  }
  .bl_flowItem_content {
    width: 100%;
    padding: 20px 20px 20px;
  }
  .bl_newsList {
    margin-top: 45px;
    padding-left: 10px;
  }
  .bl_newsList_item {
    padding: 20px 0;
  }
  .bl_newsList_item_date {
    width: 100px;
    padding-right: 10px;
  }
  .bl_postnav .nav-links {
    margin-top: 50px;
  }
  .bl_postnav .nav-links ul {
    gap: 5px;
  }
  .bl_singleHeader {
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .bl_singleHeader_title {
    font-size: 1.4117647059rem;
    line-height: 1.2;
  }
  .bl_blogBody h2 {
    margin-bottom: 15px;
    font-size: 1.2941176471rem;
  }
  .bl_blogBody h3 {
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
  }
  .bl_blogBody h4 {
    margin-bottom: 15px;
    font-size: 1.0588235294rem;
  }
  .bl_blogBody h5 {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .bl_blogBody p {
    margin-bottom: 30px;
  }
  .bl_blogBody ul {
    margin-bottom: 20px;
  }
  .bl_blogBody ul li::before {
    width: 6px;
  }
  .bl_blogBody ol {
    margin-bottom: 20px;
  }
  .bl_blogBody table {
    margin-bottom: 30px;
  }
  .bl_blogBody .wp-block-image figcaption {
    font-size: 14px !important;
  }
  .bl_blogBody {
    margin-bottom: 50px;
  }
  .bl_privacyBody {
    padding-left: 20px;
  }
  .bl_privacyBody p {
    margin-bottom: 20px;
  }
  .bl_addressBox {
    margin-top: 20px;
    padding: 20px 20px 22px;
  }
  .bl_addressBox dl {
    display: block;
    margin-top: 5px;
  }
  .bl_section_requirements_inner {
    padding: 0 20px;
  }
  .bl_section_requirements_inner .el_enHeading__r-border {
    top: 0;
  }
  .bl_entryBtn {
    padding: 20px;
  }
  .bl_entryBtn_heading {
    font-size: 1.1764705882rem;
  }
  .bl_entryBtn_en {
    margin-bottom: 15px;
  }
  .bl_entryBtn_arrow {
    right: 20px;
    width: 30px;
  }
  .bl_aboutItem:not(:last-child) {
    margin-bottom: 60px;
  }
  .bl_aboutItem > div:last-child {
    padding-right: 0px;
  }
  .bl_aboutItem:nth-child(2n) > div:last-child {
    padding-left: 0px;
  }
  .bl_aboutItem {
    display: block;
  }
  .bl_aboutItem > div {
    width: 100%;
  }
  .bl_aboutItem_data {
    position: relative;
    min-height: 200px;
    margin-top: 20px;
    padding-left: 80px !important;
  }
  .bl_aboutItem_txtBox_heading::after {
    right: -8px;
  }
  .bl_aboutItem_txtBox_heading {
    position: absolute;
    top: 0;
    left: 5px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    font-size: 1.2941176471rem;
  }
  .bl_aboutItem_txtBox {
    width: 100%;
    max-width: 100%;
    padding: 0 var(--wp--preset--spacing--50);
  }
  .bl_aboutItem_txtBox p:not(:last-child) {
    margin-bottom: 20px;
  }
  .el_enHeading__r-border::before {
    right: -8px;
  }
  .el_enHeading {
    font-size: 1.2941176471rem;
  }
  .el_enHeading::after {
    color: #bfbfbf;
    font-size: 0.5882352941rem;
  }
  .el_enHeading__recruit {
    font-size: 1.2941176471rem;
  }
  .el_borderHeading {
    margin-bottom: 35px;
    font-size: 1.2941176471rem;
  }
  .el_borderHeading::after {
    bottom: -6px;
  }
  .el_btn {
    width: 100%;
    min-width: 0;
    padding: 10px 20px;
    font-size: 1rem;
  }
  .el_arrowLink {
    padding-left: 35px;
    font-size: 0.8235294118rem;
  }
  .el_arrowLink span:first-child {
    top: 55%;
    width: 26px;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

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