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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* 変数 css↑ */
/* ============================================ */
.no-hover:hover {
  pointer-events: none;
}

.en-font {
  font-family: "museomoderno", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.wrapper {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.sec {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: calc((100vw - 1360px) / 2);
  padding-right: calc((100vw - 1360px) / 2);
  background-color: #fff;
}
@media (max-width: 550px) {
  .sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.sec-pc {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: calc((100vw - 1360px) / 2);
  padding-right: calc((100vw - 1360px) / 2);
  margin-bottom: 120px;
  background-color: #fff;
}
@media (max-width: 550px) {
  .sec-pc {
    padding-left: 5%;
    padding-right: 5%;
  }
}

a {
  text-decoration: none;
}

.sp {
  display: none !important;
}

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

.center-content {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body .wrapper p.text-left {
  text-align: left;
}

/*========================================*/
/*==== recaptcha プライバシー表示 ============*/
.customize-support .grecaptcha-badge {
  z-index: 9999 !important;
}

/*========================================*/
/*========= フェードアニメーション ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

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

/*========================================*/
/*========= 1番汎用性の高いflex-box ===============*/
.common-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*========================================*/
/*========= 大きい背景文字 ===============*/
.bg-big-text-box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.bg-big-text-box .bg-big-text {
  color: #018134;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 39.6px;
  white-space: nowrap;
  font-style: italic;
}

/*========================================*/
/*======= 左に動くループアニメーション =======*/
.img-loop-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  z-index: 0;
  position: relative;
  gap: 8px;
  max-width: none;
  margin: 0 auto;
  margin-bottom: 40px;
}
.img-loop-container ul {
  display: flex;
  list-style: none;
}
.img-loop-container ul li {
  margin-right: 8px;
  height: 510px;
  width: 390px;
  overflow: hidden;
  border-radius: 16px;
}
.img-loop-container ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-loop-container ul:first-child {
  animation: loop 80s -40s linear infinite;
}
.img-loop-container ul:last-child {
  animation: loop2 80s linear infinite;
}
.img-loop-container ul .no-margin {
  margin-right: 0;
}
.img-loop-container ul .m-l {
  margin-left: 8px;
}
.img-loop-container .margin-box {
  height: 100%;
  width: 3px;
  background-color: #fff;
  margin-right: 0;
}
.img-loop-container .margin-box-2 {
  height: 100%;
  width: 10px;
  background-color: #fff;
  margin-right: 0;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*========================================*/
/*============= ニュースリスト表示 ===========*/
.news-list {
  width: 100%;
}
.news-list .news-item {
  padding: 36px 0;
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.news-list .news-item .new-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-list .news-item .new-top .news-date {
  color: #018134;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.08px;
  margin-right: 21px;
  white-space: nowrap;
}
.news-list .news-item .new-top .news-category {
  padding: 4px 16px;
  border-radius: 50px;
  border: solid 1px #018134;
  color: #018134;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.92px;
  margin-right: 70px;
  white-space: nowrap;
}
.news-list .news-item .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.36px;
  transition: 0.3s;
  width: 100%;
}
.news-list .news-item:hover {
  border-bottom: 1px solid #018134;
}
.news-list .news-item:hover .news-title {
  color: #018134;
}

/*========================================*/
/*========= 写真とテキストの横並び =========*/
.img-text-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
}
.img-text-flex .text-box {
  width: 40%;
}
.img-text-flex .text-box .title {
  color: #252525;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 128.125% */
  letter-spacing: 1.28px;
  margin-top: 44px;
}
.img-text-flex .text-box .sentence {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  margin-top: 80px;
}
.img-text-flex .img-table {
  overflow: hidden;
  width: 54%;
  height: calc(100% - 120px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 48px;
}
.img-text-flex .img-table .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-text-flex .img-table .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text-flex .img-table .img-box .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.26) 100%);
  position: absolute;
  z-index: 10;
  top: 0;
}

/*========================================*/
/*=============== もっと見る ===================*/
.view-more-btn {
  background-color: #018134;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 50px;
  align-items: center;
  width: 200px;
  transition: 0.3s;
  font-weight: 600;
}

.view-more-btn:hover {
  transition: 0.3s;
  background-color: #005a24;
  transform: scale(1.03);
}

.view-more-btn-text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

.view-more-btn .icon-arrow-b {
  color: #fff;
  font-size: 13px;
}

.view-more-btn-mini {
  background-color: #018134;
  border-radius: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 35px;
}

.view-more-btn-mini .icon-arrow-b {
  font-size: 16px;
  color: #fff;
}

.view-more-btn-mini:hover {
  background-color: #005a24;
  transform: scale(1.08);
  transition: 0.3s;
}

.fax-download-btn {
  cursor: pointer;
}

/*==============================================*/
.header-h-m {
  display: block;
  width: 100%;
  height: 72px;
}

.sec.fv {
  max-width: none;
}

.section-title-box {
  width: 100%;
  padding: 0 48px;
  max-width: 1536px;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 72px;
}

.header-m {
  margin-top: 72px;
}

.m-l-48 {
  margin-left: 48px;
}

.section-title {
  color: #252525;
  font-weight: 600;
  letter-spacing: 7px;
  font-size: clamp(1px, 6vw, 100px);
}

.section-mini-title {
  color: #018134;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: -3px;
}

.section-sentence {
  font-size: 18px;
  color: #000;
  margin-top: 48px;
  font-weight: 600;
  line-height: 35px;
}

.cp-fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
  height: 60vh;
  border-radius: 16px;
  overflow: hidden;
}
.cp-fv .filter {
  background: linear-gradient(180deg, transparent 0%, transparent 0%, #018134 100%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 72px;
}
.cp-fv .filter .text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp-fv .filter .text-box .title-en {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 5.12px;
}
.cp-fv .filter .text-box h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  letter-spacing: 1.6px;
}

.fv-strengths-img {
  background-image: url("../img/strengths-fv.jpg");
}

.fv-cp-about-us-img {
  background-image: url("../img/cp-about-us.jpg");
}

.fv-company-info-img {
  background-image: url("../img/company-info-fv.jpg");
}

.fv-cp-products-img {
  background-image: url("../img/fv-cp-products.jpg");
}

.fv-cp-recruit-img {
  background-image: url("../img/fv-cp-recruit.jpg");
}

.fv-cp-news-img {
  background-image: url("../img/fv-cp-news-img.jpg");
}

.fv-cp-entry-img {
  background-image: url("../img/entry.jpg");
}

.fv-cp-contact-img {
  background-image: url("../img/contact-img.jpg");
}

.cp-fv-bottom-navi {
  display: flex;
  justify-content: flex-end;
  padding: 24px 48px;
  max-width: 1536px;
  margin: 0 auto;
}
.cp-fv-bottom-navi .content {
  color: #C6C6C6;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-right: solid 1px #C6C6C6;
  padding: 0 11px;
  height: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap !important;
}
.cp-fv-bottom-navi .content:last-child {
  border-right: none;
  color: #252525;
}

.page-top-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  overflow: hidden;
  height: 70vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.page-top-heading .filter {
  background: linear-gradient(198deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.6705882353) 100%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px;
}
.page-top-heading .filter p {
  color: #FFF;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.84px;
}

.bg-img-strengths {
  background-image: url("../img/strengths-top.jpg");
}

.bg-img-vision {
  background-image: url("../img/cp-vision.jpg");
}

.bg-img-company-info {
  background-image: url("../img/company-info-top.jpg");
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 120px 0;
}

.not_found {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.not_found h2 {
  font-size: 14px;
  font-weight: 300;
  color: #252525;
  display: flex;
  align-items: center;
  flex-direction: column;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.not_found h2 span {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 6.28px;
  color: #252525;
  margin-bottom: 21px;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .customize-support .grecaptcha-badge {
    transform: scale(0.6) !important;
    right: -163px !important;
    bottom: 0 !important;
  }
  .bg-img-strengths {
    background-position: 18% center;
  }
  .bg-img-vision {
    background-position: 66% center;
  }
  body .wrapper .page-top-heading.bg-img-company-info {
    margin-top: -26px;
    height: 26vh;
    margin-bottom: 0;
  }
  body .common-flex {
    flex-direction: column;
  }
  body .common-flex .flex-child {
    width: 100%;
  }
  .img-text-flex {
    margin-bottom: 120px;
    position: relative;
    flex-direction: column;
  }
  .header-h-m {
    display: none;
  }
  .sec-pc {
    padding: 0;
  }
  .sp {
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  body .sec {
    padding: 72px 5%;
    background-color: #fff;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-mini-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .view-more-btn {
    padding: 12px 22px;
    width: 165px;
  }
  .view-more-btn i {
    font-weight: 600;
  }
  .view-more-btn:hover {
    transform: scale(1);
    background-color: #018134;
  }
  .view-more-btn-mini:hover {
    transform: scale(1);
    background-color: #018134;
  }
  .section-title {
    font-size: 58px;
    letter-spacing: 2px;
  }
  .products-front-container {
    flex-direction: column;
  }
  .section-sentence {
    font-size: 15px;
    line-height: 26px;
  }
  .header-m {
    margin-top: 22px;
  }
  .cp-fv {
    width: 90%;
    height: 76vh;
    border-radius: 8px;
  }
  .cp-fv .filter {
    flex-direction: column;
    justify-content: space-between;
    padding: 31px 15px 35px;
  }
  .cp-fv-bottom-navi {
    padding: 0;
    margin: 0;
    justify-content: flex-start;
  }
  .cp-fv-bottom-navi .content {
    color: #ffffff;
    font-size: 13px;
    border-right: solid 1px #ffffff;
    height: 11px;
    letter-spacing: 1px;
    padding-left: 13px;
  }
  .cp-fv-bottom-navi .content:last-child {
    border-right: none;
    color: #ffffff;
    letter-spacing: 2px;
  }
  .cp-fv-bottom-navi .content:first-child {
    padding-left: 0;
  }
  .cp-fv .filter .text-box .title-en {
    letter-spacing: 4.12px;
  }
  .cp-fv .filter .text-box h2 {
    letter-spacing: 2px;
    margin-top: -8px;
  }
  body .wrapper .page-top-heading {
    width: 90%;
    border-radius: 8px;
    height: 460px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
  .page-top-heading .filter {
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 12px;
  }
  .page-top-heading .filter p {
    font-size: 24px;
    line-height: 154%;
    letter-spacing: 3.84px;
  }
  .btn-container {
    justify-content: center;
    gap: 23px;
    padding: 120px 0;
    align-items: center;
  }
  .section-title-box {
    padding: 0 5%;
    width: 100%;
    padding: 48px 5% 48px;
    margin: 0 auto;
  }
  .not_found h2 span {
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1.28px;
    color: #252525;
    margin-bottom: 21px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
.us-point {
  background-color: #fff;
  padding-bottom: 180px;
}
.us-point ul {
  display: flex;
  flex-direction: column;
  row-gap: 160px;
}
.us-point ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.us-point ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.us-point ul li .us-point-img {
  width: 41%;
  min-height: 640px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.us-point ul li .us-point-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.us-point ul li .us-point-content {
  width: 50%;
}
.us-point ul li .us-point-content .bg-text {
  color: #F5F5F5;
  font-size: 64px;
  font-size: clamp(1px, 3.7vw, 68px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 7.68px;
  margin-bottom: 36px;
}
.us-point ul li .us-point-content .point-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
}
.us-point ul li .us-point-content .point-box .point {
  color: #018134;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3.2px;
}
.us-point ul li .us-point-content .point-box .number {
  color: #018134;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 111.111% */
  letter-spacing: 8.64px;
}
.us-point ul li .us-point-content h3 {
  color: #252525;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-top: 11px;
  margin-bottom: 28px;
}
.us-point ul li .us-point-content .sentence {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0.56px;
  padding-right: 9%;
}

.top-message {
  background-color: #fff;
}
.top-message .top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.top-message .top-flex .top-left {
  width: 40%;
}
.top-message .top-flex .top-left .top-message-heading {
  color: #252525;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 128.125% */
  letter-spacing: 1.28px;
  margin-top: 44px;
}
.top-message .bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-message .bottom-flex .img-box {
  width: 41%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
.top-message .bottom-flex .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message .bottom-flex .text-box {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.top-message .bottom-flex .text-box .content {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
}
.top-message .bottom-flex .text-box .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
  text-align: right;
}
.top-message .btn-container {
  padding: 120px 0 0px;
}
.top-message .top-right-img {
  overflow: hidden;
  width: 54%;
  height: 60vh;
  min-height: 600px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.top-message .top-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-message .top-right-img .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.26) 100%);
  position: absolute;
  z-index: 10;
}
.top-message .sentence {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  margin-top: 80px;
}

.service {
  background-color: #fff;
  padding-bottom: 130px;
}
.service .service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 52px;
  list-style: none;
  margin-top: 45px;
}
.service .service-list li {
  width: 48.5%;
}
.service .service-list li .img-box {
  width: 100%;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 27px;
}
.service .service-list li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .service-list li .number {
  color: #018134;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 13px */
  letter-spacing: 2.08px;
  margin-bottom: 8px;
}
.service .service-list li .title {
  color: #252525;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.service .service-list li .sentence {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  padding-right: 10%;
}

.cp-recruit {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
}
.cp-recruit .left {
  width: 40%;
}
.cp-recruit .left .title-box {
  margin-bottom: 48px;
}
.cp-recruit .sentence {
  margin-bottom: 74px;
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 206.25% */
  letter-spacing: 0.64px;
}
.cp-recruit .right-img-box {
  width: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.cp-recruit .right-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-recruit .right-img-box .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.26) 100%);
  top: 0;
  right: 0;
}

.about-company {
  background-color: #fff;
}
.about-company ul {
  display: flex;
  flex-direction: column;
  padding: 0 64px;
}
.about-company ul li {
  display: flex;
  min-height: 160px;
  position: relative;
}
.about-company ul li .title {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 13%;
  border-bottom: #252525 solid 1px;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.about-company ul li .content {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-bottom: #C6C6C6 solid 1px;
  padding: 50px 0;
  padding-left: 50px;
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-company ul li .content .view-more-btn {
  background-color: #fff;
  border: solid 1px #018134;
}
.about-company ul li .content .view-more-btn p, .about-company ul li .content .view-more-btn i {
  color: #018134;
}
.about-company ul li:last-child .title {
  align-items: flex-start;
  border-bottom: none;
}
.about-company ul li:last-child .content {
  border-bottom: none;
}

.our-history {
  background-color: #fff;
}
.our-history .history-flex-table {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.our-history .history-flex-table .list {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  border-left: solid 1px #e7e7e7;
  width: 47%;
  height: 100%;
}
.our-history .history-flex-table .list li {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 55px;
}
.our-history .history-flex-table .list li .time {
  color: #018134;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
  position: relative;
  display: flex;
  align-items: center;
}
.our-history .history-flex-table .list li .time::before {
  content: "";
  background-color: #EFFC05;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 14px;
  position: absolute;
  left: -62.5px;
}
.our-history .history-flex-table .list li .content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
}
.our-history .history-flex-table .list .left-top {
  margin-top: -12px;
}
.our-history .history-flex-table .list .left-top .time::before {
  border: solid 1px #018134;
}
.our-history .history-flex-table .list .right-top {
  margin-top: 120px;
}
.our-history .history-flex-table .list .right-bottom {
  margin-bottom: -40px;
}
.our-history .history-flex-table .list .last-content {
  margin-bottom: -40px;
}
.our-history .history-flex-table .left li:nth-of-type(1) ::marker {
  border: solid 1px #018134;
}

.toggle-content-top {
  padding-top: 35px;
}

.read-more-toggle-container {
  width: 100%;
  flex-direction: column;
}
.read-more-btn {
  background-color: #018134;
  padding: 12px 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 50px;
  align-items: center;
  width: 144px;
  transition: 0.3s;
  font-weight: 600;
  margin: 80px auto 0;
  cursor: pointer;
}
.read-more-btn .read-more-btn-text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
.read-more-btn .icon-arrow-b {
  color: #fff;
  font-size: 13px;
  transform: rotate(90deg);
}

.read-more-toggle-container .content.active .read-more-btn .icon-arrow-b {
  transform: rotate(-90deg);
}

.products-genre-list {
  background-color: #fff;
  padding-bottom: 150px;
}
.products-genre-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 117px;
}
.products-genre-list ul li {
  width: 32.6%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* ここを変えれば2行、3行などできる */
  -webkit-box-orient: vertical;
}
.products-genre-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}
.products-genre-list ul li .products-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  text-align: center;
}
.products-genre-list ul li .products-box .products-img-box {
  margin-bottom: 20px;
}
.products-genre-list ul li .products-box .products-name {
  margin-bottom: 8px;
}
.products-genre-list ul li .products-img-box {
  height: 518px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: solid 1px #ececec;
}
.products-genre-list ul li .products-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-genre-list ul li .products-name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 20px;
}
.products-genre-list ul li .products-sentence {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;
  margin-top: 8px;
}
.products-genre-list ul li.dummy {
  visibility: hidden;
  pointer-events: none;
}

.manufacturer {
  background-color: #fff;
}
.manufacturer .manufacturer-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 90px;
  -moz-column-gap: 3.2%;
       column-gap: 3.2%;
  width: 100%;
}
.manufacturer .manufacturer-list a {
  width: 14%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}
.manufacturer .manufacturer-list a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.manufacturer .manufacturer-list a .about-products-box {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.manufacturer .manufacturer-list a .about-products-box .about-products {
  font-weight: 600;
  font-size: 17px;
  color: #787878;
}
.manufacturer .manufacturer-list a:hover {
  transition: all 0.3s ease-in-out;
}
.manufacturer .manufacturer-list a:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.manufacturer .about-products-heading {
  padding: 79px 0 48px;
  font-weight: 600;
  font-size: 21px;
  color: #3c3c3c;
  text-align: center;
  line-height: 200%;
  letter-spacing: 3px;
}

.inventory-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 39px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.inventory-flex .inventory-item {
  width: 49%;
  display: flex;
  border-radius: 16px;
  border: 2px solid #F2F1F1;
  height: 220px;
  overflow: hidden;
  transition: 0.3s;
  pointer-events: none;
  cursor: default;
}
.inventory-flex .inventory-item .img-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.inventory-flex .inventory-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: solid 1px #efefef;
  transition: 0.3s;
}
.inventory-flex .inventory-item .right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 57px 0 40px;
}
.inventory-flex .inventory-item .right .view-more-btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.inventory-flex .inventory-item .right .view-more-btn .view-more-btn-text {
  color: #252525;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.28px;
  font-size: 22px;
}
.inventory-flex .inventory-item .right .view-more-btn .icon-arrow-b {
  color: #018134;
  font-size: 20px;
  transition: 0.3s;
  display: none;
}

.recruit-heading {
  background-color: #fff;
}
.recruit-heading .recruit-heading-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}
.recruit-heading .recruit-heading-wrap .sentence {
  margin-top: 40px;
}
.recruit-heading .section-title {
  margin-bottom: 10px;
  font-size: clamp(23px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.28px;
}
.recruit-heading.img-text-flex {
  margin-bottom: 40px;
}
.recruit-heading.img-text-flex .text-box {
  width: 47%;
}
.recruit-heading.img-text-flex .img-table {
  width: 43%;
  height: 100%;
  right: 0;
}
.recruit-heading.img-text-flex .img-table .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.26) 100%);
  z-index: 10;
  top: 0;
}

.cp-our-strengths {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  margin-top: -12px;
}
.cp-our-strengths .img-box {
  width: 46%;
  position: absolute;
  left: 0;
  height: 100%;
}
.cp-our-strengths .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-our-strengths .right {
  width: 54%;
  background-color: #018134;
  padding: 78px 88px;
  gap: 74px;
  display: flex;
  flex-direction: column;
  padding-bottom: 141px;
  margin-left: auto;
}
.cp-our-strengths .right .top .title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
  letter-spacing: 1.28px;
  margin-bottom: 11px;
}
.cp-our-strengths .right .top .sub-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.56px;
}
.qa-list {
  list-style: none;
}
.qa-list .qa {
  font-size: 20px;
}
.qa-list .qa .q {
  background-color: #018134;
  padding: 32px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(213, 213, 213, 0.3490196078);
  align-items: center;
  padding-right: 7px;
  transition: 0.3s;
}
.qa-list .qa .q.active {
  border-bottom: none;
  transition: 0.3s;
}
.qa-list .qa .q.active .icon .line-top {
  display: none;
  transition: 0.3s;
}
.qa-list .qa .q .heading {
  color: #018134;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.qa-list .qa .q .q-content {
  color: #fff;
  width: 100%;
  padding-right: 32px;
  padding-left: 14px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}
.qa-list .qa .q .icon {
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 31px;
  position: relative;
}
.qa-list .qa .q .icon .line-top {
  height: 2.5px;
  width: 11px;
  background-color: #c3c3c3;
  transform: rotate(90deg);
  transition: 0.3s;
  position: absolute;
  top: calc(50% - 1.2px);
  left: calc(50% - 5.5px);
  display: block;
}
.qa-list .qa .q .icon .line-bottom {
  height: 2.5px;
  width: 11px;
  background-color: #c3c3c3;
  transition: 0.3s;
  position: absolute;
  top: calc(50% - 1.2px);
  left: calc(50% - 5.5px);
}
.qa-list .qa .q.top {
  border-top: 2px solid rgba(213, 213, 213, 0.3490196078);
}
.qa-list .qa .a {
  display: flex;
  background-color: #018134;
  padding: 32px 0;
  justify-content: space-between;
  border-top: 2px solid rgba(213, 213, 213, 0.3490196078);
  border-bottom: 2px solid rgba(213, 213, 213, 0.3490196078);
  padding-right: 28px;
}
.qa-list .qa .a .heading-a {
  color: #ffffff;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%; /* 44.8px */
  letter-spacing: 4.48px;
  margin-right: 12px;
  margin-top: 6px;
  margin-left: 12px;
}
.qa-list .qa .a .a-content {
  width: calc(100% - 64px);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.64px;
  margin-right: 0px;
}

.job-description .content-list li .content .s-text-3::before, .job-description .content-list li .content .s-text-2::before, .job-description .content-list li .content .s-text-1::before {
  color: #939393;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}

.job-description {
  padding-bottom: 0;
}
.job-description .content-list {
  list-style: none;
  padding: 74px;
  padding-bottom: 0;
}
.job-description .content-list li {
  border-bottom: solid 1px #C6C6C6;
  padding: 50px 0px;
  min-height: 175px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-description .content-list li .title {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.job-description .content-list li .content {
  display: flex;
  padding-right: 60px;
  align-items: flex-start;
  width: 85%;
  flex-direction: column;
}
.job-description .content-list li .content .sentence-about-job {
  margin-bottom: 16px;
}
.job-description .content-list li .content.employee {
  align-items: flex-start;
}
.job-description .content-list li .content .sentence {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}
.job-description .content-list li .content .sentence.s-text {
  color: #939393;
  font-size: 13px;
  line-height: 24px;
  padding-left: 38px;
  padding-bottom: 13px;
  margin-bottom: 0;
  position: relative;
}
.job-description .content-list li .content .s-text-1::before {
  content: "※1";
}
.job-description .content-list li .content .s-text-2::before {
  content: "※2";
}
.job-description .content-list li .content .s-text-3::before {
  content: "※3";
}
.job-description .content-list li:first-child {
  border-top: solid 1px #C6C6C6;
}
.job-description .view-more-btn {
  margin: 55px auto 130px;
}

.privacy-policy {
  padding-bottom: 120px;
  background-color: #fff;
  padding-left: 140px;
  padding-right: 140px;
}
.privacy-policy .heading {
  width: 100%;
  font-size: 20px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.privacy-policy ul {
  margin-top: 180px;
}
.privacy-policy ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #D5D5D5;
}
.privacy-policy ul li .title {
  font-weight: 600;
  color: #1E1E1E;
  font-size: 20px;
  width: 36%;
}
.privacy-policy ul li .content {
  color: #252525;
  font-size: 16px;
  line-height: 31px;
  width: 100%;
}

.sitemap .flex-box {
  display: flex;
  justify-content: space-between;
  row-gap: 51px;
  flex-direction: column;
  padding: 0 72px 70px;
}
.sitemap .flex-box a {
  color: #252525;
  font-weight: 600;
  font-size: 20px;
  width: 25%;
  transition: 0.3s;
}
.sitemap .flex-box a:hover {
  transition: 0.3s;
  color: #018134;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .cp-fv {
    width: 90%;
    height: 76vh;
    border-radius: 8px;
  }
  .cp-fv .filter {
    flex-direction: column;
    justify-content: space-between;
    padding: 31px 15px 35px;
  }
  .cp-fv-bottom-navi {
    padding: 0;
    margin: 0;
    justify-content: flex-start;
  }
  .us-point ul li .us-point-img {
    width: 100%;
    min-height: 0;
    height: 210px;
    border-radius: 8px;
  }
  .us-point ul li .us-point-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  body .wrapper .us-point {
    padding: 0px 5% 128px;
  }
  body .wrapper .us-point ul li {
    flex-direction: column;
  }
  .us-point ul li .us-point-content {
    width: 100%;
    padding: 0 14px;
  }
  .us-point ul li .us-point-content .bg-text {
    letter-spacing: 0.5px;
    font-size: 36px;
    margin-bottom: 36px;
    margin-top: 27px;
    line-height: 38px;
  }
  .us-point ul li .us-point-content .point-box .point {
    font-size: 16px;
  }
  .us-point ul li .us-point-content .point-box .number {
    line-height: 0px;
    letter-spacing: 3.64px;
    font-size: 24px;
    margin-top: 9px;
  }
  .us-point ul li .us-point-content h3 {
    letter-spacing: 1.6px;
    margin-top: 11px;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 34px;
    margin-top: 31px;
  }
  .us-point ul li .us-point-content .sentence {
    padding-right: 0;
  }
  .us-point ul {
    row-gap: 100px;
  }
  .top-message .top-flex {
    margin-bottom: 37px;
    flex-direction: column;
  }
  .top-message .top-flex .top-left {
    width: 100%;
  }
  .top-message .top-flex .top-left .top-message-heading {
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 1.28px;
    margin-top: 33px;
  }
  .top-message .top-right-img {
    width: 100%;
    margin-top: 23px;
    height: 36vh;
    min-height: 0;
    border-radius: 8px;
  }
  .top-message .sentence {
    line-height: 31px;
    letter-spacing: 0.56px;
    margin-top: 20px;
  }
  .top-message .bottom-flex {
    flex-direction: column;
  }
  .top-message .bottom-flex .img-box {
    width: 100%;
    height: 33vh;
    border-radius: 8px;
  }
  .top-message .bottom-flex .text-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 47px;
  }
  .top-message .bottom-flex .text-box .content {
    line-height: 31px;
    margin-top: 20px;
    letter-spacing: 0.56px;
  }
  .top-message .btn-container {
    padding: 50px 0 0px;
  }
  .service .service-list {
    justify-content: space-between;
    flex-wrap: nowrap;
    row-gap: 44px;
    list-style: none;
    margin-top: 45px;
    flex-direction: column;
  }
  .service .service-list li {
    width: 100%;
  }
  .service .service-list li .img-box {
    width: 100%;
    height: 29vh;
    border-radius: 8px;
    margin-bottom: 21px;
  }
  .service .service-list li .title {
    margin-bottom: 8px;
  }
  .service .service-list li .sentence {
    letter-spacing: 0;
    padding-right: 0;
  }
  .cp-recruit {
    justify-content: space-between;
    padding-bottom: 150px;
    flex-direction: column;
  }
  .cp-recruit .left {
    width: 100%;
  }
  .cp-recruit .right-img-box {
    width: 100%;
    border-radius: 8px;
  }
  .cp-recruit .sentence {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    letter-spacing: 0.64px;
  }
  body .cp-recruit .left .title-box {
    margin-bottom: 26px;
  }
  .cp-recruit .view-more-btn {
    margin-left: auto;
  }
  .products-genre-list {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .products-genre-list ul {
    row-gap: 64px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .products-genre-list ul li {
    width: 100%;
  }
  .products-genre-list ul li .products-img-box {
    height: 33vh;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #ececec;
  }
  .products-genre-list ul li .products-sentence {
    font-size: 13px;
    margin-top: 6px;
  }
  .products-genre-list ul li .products-name {
    margin-top: 6px;
  }
  .inventory-flex {
    padding: 0 5%;
    flex-wrap: nowrap;
    row-gap: 20px;
    -moz-column-gap: 2%;
    column-gap: 2%;
    flex-direction: column;
  }
  .inventory-flex .inventory-item {
    width: 100%;
    height: 20vh;
    border-radius: 10px;
    border: 1.5px solid #F2F1F1;
  }
  .inventory-flex .inventory-item .right .view-more-btn .view-more-btn-text {
    font-size: 16px;
  }
  .inventory-flex .inventory-item .right {
    padding: 0 23px 0 23px;
    width: 55%;
  }
  .inventory-flex .inventory-item .right .view-more-btn .icon-arrow-b {
    font-size: 26px;
    font-weight: 500;
  }
  .inventory-flex .inventory-item .img-box {
    width: 45%;
  }
  .manufacturer {
    padding-top: 0;
    padding-bottom: 142px;
  }
  body .section-title-box .Manufacturer-title {
    font-size: 44px;
  }
  .manufacturer .manufacturer-list {
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .manufacturer .manufacturer-list a {
    width: 30.6666667%;
  }
  .manufacturer .manufacturer-list a .about-products-box .about-products {
    font-weight: 600;
    font-size: 13px;
    color: #787878;
  }
  .manufacturer .about-products-heading {
    font-size: 15px;
  }
  .bg-img-company-info {
    padding-top: 0;
  }
  body .about-company ul {
    padding: 0 0;
    margin-top: -48px;
    row-gap: 20px;
  }
  body .about-company ul .view-more-btn {
    margin-left: auto;
    background-color: #fff;
    border: solid 1px #018134;
  }
  body .about-company ul .view-more-btn p, body .about-company ul .view-more-btn i {
    color: #018134;
  }
  body .about-company ul li {
    min-height: 0px;
    position: relative;
  }
  .about-company ul li .title {
    padding: 16px 0;
    align-items: flex-start;
    width: 35%;
    display: flex;
    flex-direction: column;
  }
  .about-company ul li .content {
    padding: 16px 0;
    padding-left: 50px;
    width: 87%;
  }
  .about-company ul li span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    margin-top: 10px;
  }
  .about-company ul li:last-child .content {
    border-bottom: #C6C6C6 solid 1px;
  }
  .about-company ul li:last-child .title {
    border-bottom: #252525 solid 1px;
  }
  .img-loop-container ul li {
    margin-right: 6px;
    height: 250px;
    width: 160px;
    border-radius: 8px;
  }
  .img-loop-container ul .m-l {
    margin-left: 8px;
  }
  .img-loop-container .margin-box {
    width: 0px;
  }
  .our-history {
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 0;
  }
  .our-history .history-flex-table {
    justify-content: center;
    margin-top: 48px;
    flex-direction: column;
  }
  .our-history .history-flex-table .list {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .our-history .history-flex-table .list .right-top {
    margin-top: 44px;
  }
  .our-history .history-flex-table .list li {
    padding-left: 82px;
  }
  .our-history .history-flex-table .list li .time::before {
    left: -89.5px;
  }
  .view-more-btn-toggle-text {
    font-size: 12px;
  }
  .view-more-btn-toggle {
    width: 143px;
    padding: 12px 19px;
    padding-right: 24px;
  }
  .view-more-btn-toggle .icon-arrow-b {
    font-weight: 600;
  }
  .recruit-heading.img-text-flex .text-box {
    width: 100%;
  }
  .recruit-heading.img-text-flex .img-table {
    width: 100%;
    position: relative;
    margin-top: 21px;
    border-radius: 8px;
    right: auto;
  }
  .img-text-flex .img-table .img-box {
    height: 200px;
  }
  .img-text-flex .text-box .sentence {
    font-size: 16px;
    line-height: 33px;
    margin-top: 25px;
  }
  .bg-big-text-box .bg-big-text {
    font-size: 53px;
    line-height: 1;
    letter-spacing: 7.6px;
    margin-left: 31%;
  }
  .bg-big-text-box {
    padding-bottom: 37px;
  }
  .recruit-heading.img-text-flex {
    margin-bottom: 0px;
    padding-bottom: 46px;
  }
  .cp-our-strengths .right {
    width: 100%;
    padding: 42px 17px;
    gap: 36px;
    padding-bottom: 64px;
  }
  .qa-list .qa .q .heading {
    color: #018134;
    font-size: 14px;
    margin-right: 0;
    height: 35px;
    padding-left: 2px;
  }
  .qa-list .qa .q .q-content {
    padding-right: 26px;
    padding-left: 18px;
  }
  .cp-our-strengths .img-box {
    position: relative;
    left: 0;
    height: 235px;
  }
  .cp-our-strengths .right .top .title {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .cp-our-strengths .right .top .sub-title {
    font-size: 13px;
  }
  .qa-list .qa .a {
    border-top: none;
    border-bottom: 2px solid rgba(213, 213, 213, 0.3490196078);
    padding-top: 0;
    margin-top: -10px;
  }
  .qa-list .qa .a .heading-a {
    margin-right: 7px;
  }
  .job-description .content-list {
    list-style: none;
    padding: 74px 0;
    padding-bottom: 0;
  }
  .job-description .content-list li .title {
    padding-right: 35px;
    font-size: 13px;
  }
  .job-description .content-list li .content {
    padding-right: 0;
  }
  .job-description .content-list li .content.about-job {
    width: 100%;
  }
  .job-description .content-list li .content .sentence {
    line-height: 32px;
  }
  .job-description .content-list li .content .sentence.sentence-about-job {
    padding-left: 75px;
  }
  .job-description .content-list li .content .sentence.sentence-about-job::before {
    content: "業務内容";
    color: #252525;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
  }
  .job-description .content-list li {
    justify-content: center;
    padding: 30px 0px;
    min-height: 114px;
  }
  .job-description .content-list li .content .sentence.s-text {
    width: 85%;
    margin: 0 auto;
  }
  .job-description .content-list li .content.employee {
    align-items: center;
    padding-right: 72px;
  }
  .job-description .view-more-btn {
    margin: 55px auto 100px;
  }
  .sitemap .flex-box {
    padding: 0px 30px 70px;
    row-gap: 44px;
  }
  .sitemap .flex-box a {
    width: 100%;
    font-size: 17px;
  }
  .privacy-policy ul li {
    gap: 9px;
    padding: 40px 0;
    flex-direction: column;
  }
  .privacy-policy ul li .title {
    font-size: 17px;
    width: 100%;
  }
  .privacy-policy ul li .content {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  .privacy-policy .heading {
    width: 85%;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
  }
  .privacy-policy ul {
    margin-top: 100px;
  }
  .expandable-box {
    flex-direction: column;
  }
  .our-history .history-flex-table .right {
    padding-top: 33px;
    margin-bottom: 40px;
  }
  .our-history .history-flex-table .list .left-top {
    margin-top: -6px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
.fv {
  position: relative;
  padding-top: 72px;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 550px) {
  .fv {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.fv-movie-box {
  position: relative;
  width: 100%;
  height: 83vh;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-movie {
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.fv-movie-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(5, 24, 0, 0.1647058824);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3%;
  border-radius: 24px;
}

.fv-text-container {
  bottom: 13%;
  z-index: 99;
  position: absolute;
}
.fv-text-container .title-font {
  color: #fff;
  font-size: 133px;
  line-height: 113px;
}

h2 {
  color: #fff;
  font-size: clamp(1px, 5vw, 93px);
  line-height: 118%;
  letter-spacing: 10px;
}

.fv-sentence-box {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
}

.fv-square {
  width: 2.5px;
  margin-right: 17px;
  background-color: #EFFC05;
}

.fv-text {
  color: #fff;
  font-size: 24px;
  line-height: 177%;
  letter-spacing: 5px;
  font-weight: 500;
}

.scroll-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  align-items: center;
  bottom: 28px;
}

.icon-arrow-a {
  color: #EFFC05;
  font-size: 19px;
  margin-right: 8px;
}

.scroll-text {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.fv-news-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  padding: 18px 24px 18px;
  background-color: #EFFC05;
  width: 50%;
  max-width: 700px;
  border-radius: 18px 0 18px 18px;
  align-items: center;
  bottom: -32px;
  right: 0;
}

.fv-news-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 73%;
  gap: 12px;
}

.fv-news-text-box {
  margin-right: 32px;
}

.fv-news-text-box span {
  color: #252525;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 4px;
}

.fv-news-top {
  color: #018134;
  font-weight: 600;
  font-size: 11px;
  margin-top: 0px;
  letter-spacing: 2px;
}

.fv-news-list {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.fv-news-list:hover {
  transition: 0.3s;
}
.fv-news-list:hover .fv-news-list-content-time {
  transition: 0.3s;
  color: #018134;
}
.fv-news-list:hover .fv-news-list-content-title {
  transition: 0.3s;
  color: #018134;
}

.fv-news-list-content-box {
  display: flex;
  align-items: center;
}

.fv-news-list-content {
  display: flex;
  flex-direction: row;
}

.fv-news-list-category {
  color: #018134;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.fv-news-list-category::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #018134;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.fv-news-list-content-time {
  margin-left: 3px;
  margin-right: 20px;
  letter-spacing: 2px;
  font-size: 15px;
  color: #252525;
  transition: 0.3s;
}

.fv-news-list-content-title {
  white-space: nowrap;
  overflow: hidden; /* はみ出した部分を非表示 */
  text-overflow: ellipsis; /* 「…」を表示 */
  color: #252525;
  letter-spacing: 1px;
  transition: 0.3s;
}

.about-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 150px;
}

.about-us-img {
  border-radius: 12px;
  width: 46%;
  height: auto;
  min-height: 448px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-right-box {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47%;
}

.catch-copy {
  font-weight: 600;
  font-size: clamp(1px, 4vw, 60px);
  line-height: 125%;
  margin-bottom: 40px;
  letter-spacing: 4px;
  margin-top: 8px;
}

.about-us-sentence {
  font-size: 15px;
  line-height: 33px;
  font-weight: 200;
  margin-bottom: 48px;
  max-width: 550px;
}

.service-back {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.service-back-img-1 {
  background-image: url(../img/service-back-img-1.jpg);
  margin-top: 80px;
  margin-bottom: 70px;
}

.service-back-img-2 {
  background-image: url(../img/service-back-img-2.jpg);
}

.service-back-img-filer {
  width: 100%;
  height: 100%;
  padding: 42px 56px 42px;
  border-radius: 12px;
  background: linear-gradient(-90deg, transparent 0%, transparent 0%, rgba(1, 129, 52, 0.4156862745) 100%);
}

.service-number {
  font-size: 60px;
  font-weight: 600;
  color: #EFFC05;
  margin-bottom: 96px;
}

.service-mini-title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 500;
  letter-spacing: 3px;
}

.service-title {
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 3px;
}

.service-sentence {
  font-weight: 100;
  color: #fff;
  font-size: 16px;
  width: 500px;
  line-height: 28px;
  margin-bottom: 100px;
}

.service-back .view-more-btn {
  background-color: rgba(1, 129, 52, 0);
  border: solid #fff 1px;
}

body .products-front-title {
  padding-top: 64px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 550px) {
  body .products-front-title {
    padding-top: 32px;
    padding-bottom: 0;
    background-color: #ffffff;
  }
}

body .products-front-view-more {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  background-color: #f5f5f5;
}

.products-front {
  background-color: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
}
.products-front .section-sentence {
  margin-bottom: 48px;
}
.products-front .section-mini-title {
  display: block;
  margin-bottom: 100px;
}
.products-front .products-front-area {
  position: relative;
  height: 522px; /* ----- 高さ ------- */
  margin-bottom: 48px;
  overflow: hidden; /* ページのスワイプ動作を防ぐ */
}
.products-front .products-front-area .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(2);
  z-index: 3;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
}
.products-front .products-front-area .scroll-btn i {
  font-size: 10px;
}
.products-front .products-front-area .scroll-btn:hover {
  transition: 0.3s;
  transform: translateY(-50%) scale(2.4);
}
.products-front .products-front-area .scroll-btn.prev {
  left: 0;
}
.products-front .products-front-area .scroll-btn.prev i {
  transform: rotate(180deg);
}
.products-front .products-front-area .scroll-btn.next {
  right: 0;
}
.products-front .view-more-btn {
  margin-left: auto;
}

.products-scroll-table {
  width: 100%; /* 親要素の幅 */
  white-space: nowrap; /* 子要素を横に並べる */
  overflow-x: auto; /* 横スクロールを有効化 */
  height: 100%;
  -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  scroll-snap-type: x mandatory;
  display: flex;
}

.products-front-container {
  display: flex; /* 横並び */
  gap: 20px; /* アイテム間のスペース */
  height: 100%;
  width: -moz-max-content;
  width: max-content; /* ← これを追加して、横に広がるようにする */
}
.products-front-container .dummy {
  width: 20vw;
}

.products-front-box {
  position: relative;
  height: 100%;
  width: 28vw;
  scroll-snap-align: start;
  flex-shrink: 0;
}
@media (min-width: 1500px) {
  .products-front-box {
    width: 23vw;
  }
}
.products-front-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  z-index: 1;
  position: absolute;
}
.products-front-box.last {
  width: 700px;
}

.products-front-box-filter {
  width: 100%;
  height: 100%;
  background: linear-gradient(205deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  position: absolute;
  z-index: 2;
  border-radius: 24px;
}

.products-text-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  padding: 30px;
}
.products-text-content .products-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 21px;
}
.products-text-content .products-sentence {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.56px;
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  min-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ここを変えれば2行、3行などできる */
  -webkit-box-orient: vertical;
}
.products-text-content .view-more-btn-mini {
  margin-left: auto;
}

.news-headline-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.news-headline-box .news-headline {
  color: #252525;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}

.news-front-headline {
  color: #252525;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}

.news-products-front-container {
  display: flex;
  margin-top: 42px;
  justify-content: space-between;
}

.news-products-front-box {
  background-color: #F5F5F5;
  padding: 14px 11px 24px;
  border-radius: 16px;
  width: 32%;
  transition: 0.3s;
}
.news-products-front-box:hover .news-products-img {
  transform: scale(1.1); /* ← 少しズーム（110%） */
  transform-origin: center center; /* 中心からズーム */
  transition: 0.3s;
}

.news-products-img-box {
  border-radius: 12px;
  width: 100%;
  height: 246px;
  margin-bottom: 16px;
  overflow: hidden;
}
.news-products-img-box .news-products-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

.news-products-time {
  color: #939393;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.92px;
  margin-bottom: 16px;
}

.news-products-title {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-inside-front-container {
  width: 65%;
}

.news-front-inside-front-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F5F5F5; /* 上枠線 */
}

.news-inside-container:last-child {
  border-bottom: 1px solid #F5F5F5; /* 上枠線 */
}

/* .news-inside-left-box{

}    */
/* .news-inside-time{

} */
/* .news-inside-category{

} */
/* .news-inside-sentence{

} */
.company-news-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 120px;
}
.company-news-flex .title-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 20%;
  height: 280px;
}
.company-news-flex .title-btn .title {
  color: #252525;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.company-news-flex .news-list {
  width: 60%;
}

.blog-front {
  background-color: #fff;
}

.blog-front .view-more-btn {
  margin: -20px 0 0 auto;
}

.blog-front-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.blog-front-container .blog-item {
  width: 49%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.blog-front-container .blog-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-front-container .blog-item .content-table {
  display: flex;
  padding: 42px 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  background: linear-gradient(189deg, transparent 0%, transparent 61%, rgba(0, 0, 0, 0.6117647059) 77%);
  background: linear-gradient(181deg, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.82) 66%);
  align-items: flex-end;
}
.blog-front-container .blog-item .content-table .blog-item-text-box {
  width: 86%;
}
.blog-front-container .blog-item .content-table .blog-item-text-box .blog-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
  letter-spacing: 1.28px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-front-container .blog-item .content-table .blog-item-text-box .blog-content {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
  width: 100%;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ここを変えれば2行、3行などできる */
  -webkit-box-orient: vertical;
}
.blog-front-container .blog-item .content-table .view-more-btn-mini {
  margin-right: 10px;
}

.recruit-front {
  background-image: url(../img/recruit-back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 89px;
}

.recruit-front-table {
  background-color: #fff;
  padding: 32px 32px 32px;
  width: 488px;
  border-radius: 12px;
  flex-direction: column;
}

.recruit-front-sentence {
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 24px;
  margin-bottom: 64px;
  color: #252525;
}

.recruit-in-img {
  height: 168px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 32px;
}

.recruit-front-table .view-more-btn {
  margin: 0 0 0 auto;
}

.contact-front {
  padding-top: 0;
}

.contact-front-img-container {
  display: flex;
  width: 100%;
}

.contact-back-img {
  width: 50%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px 0 0 28px;
}

.contact-front-img-container-right {
  background-color: #018134;
  padding: 40px 40px;
  width: 50%;
  border-radius: 0 28px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .contact-front-text-container{

} */
.contact-front-heading {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 16px;
}

.contact-front-sub-heading {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.3px;
  font-weight: 100;
}

.contact-front-btn-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}

.contact-front-btn-box {
  border: solid #fff 1.5px;
  border-radius: 20px;
  height: 185px;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.icon-fax {
  color: #fff;
  font-size: 44px;
  margin-bottom: 4px;
}

.icon-phone {
  color: #fff;
  font-size: 45px;
  margin-bottom: 8px;
}

.contact-front-btn-box-text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 3px;
}

.contact-front-btn-box:hover {
  transition: 0.3s;
  opacity: 0.7;
}

div.contact-front-btn-box:hover {
  transition: 0.3s;
  opacity: 1;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .fv-movie-filter {
    padding-left: 5%;
    border-radius: 0;
  }
  .fv-movie-filter h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: 5.12px;
  }
  .fv-movie-box {
    height: 100svh;
    border-radius: 0;
    max-height: 848px;
  }
  .fv-movie {
    border-radius: 0;
  }
  .fv.sec-pc {
    padding-bottom: 38px;
  }
  .fv-text-container {
    bottom: 29svh;
  }
  body .cp-fv .filter .text-box h2 {
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 125%;
    margin-top: -2px;
  }
  .fv-text {
    font-size: 16px;
  }
  .fv-news-container {
    padding: 24px 0px 24px 18px;
    width: 100%;
    bottom: -60px;
    left: 5%;
  }
  .fv-news-text-box span {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .fv-news-top {
    font-size: 14px;
  }
  .fv-news-list-category {
    margin-bottom: 3px;
    font-size: 15px;
    margin-left: -8px;
  }
  .fv-news-table {
    margin-top: 14px;
  }
  .fv-news-list-content-box {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }
  .fv-news-list-content-time {
    font-size: 12px;
  }
  .fv-news-list-content-title {
    -webkit-text-decoration: underline 1px solid #252525;
            text-decoration: underline 1px solid #252525;
    font-size: 12px;
  }
  .fv-news-list-category::marker {
    color: #018134;
    transform: scale(1.5);
    font-weight: 600;
  }
  .fv-news-list-category::before {
    margin-right: 7px;
    margin-left: 9px;
  }
  .about-us {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 150px;
  }
  .about-us-right-box {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .about-us-img {
    width: 100%;
    height: auto;
    min-height: 1px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 236px;
    margin-bottom: 27px;
  }
  .catch-copy {
    font-size: 32px;
    line-height: 142%;
  }
  .about-us-sentence {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 48px;
    max-width: 550px;
    margin-top: 26px;
  }
  .about-us-right-box .view-more-btn {
    margin-left: auto;
  }
  .products-front .section-sentence {
    margin-bottom: 40px;
  }
  .front-products-sp {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
    margin-bottom: 26px;
  }
  .front-products-sp .products-sp-box {
    position: relative;
    height: 156px;
    border-radius: 10px;
    overflow: hidden;
  }
  .front-products-sp .products-sp-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .front-products-sp .products-sp-box .products-sp-box-filter {
    width: 100%;
    height: 100%;
    background: linear-gradient(205deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    z-index: 2;
    padding: 18px;
    position: absolute;
    display: flex;
    align-items: flex-end;
  }
  .front-products-sp .products-sp-box .products-sp-box-filter .text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
  }
  .news-products-front-container {
    margin-top: 42px;
    flex-direction: column;
  }
  .news-headline-box {
    margin-top: 22px;
  }
  .news-headline-box .news-headline {
    font-size: 18px;
  }
  .news-products-front-box {
    width: 100%;
  }
  .news-front .view-more-btn {
    margin-left: auto;
    margin-top: 35px;
  }
  .company-news-flex {
    flex-direction: column;
    margin-top: 120px;
  }
  .company-news-flex .title-btn {
    flex-direction: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .company-news-flex .news-list {
    width: 100%;
    margin-top: 20px;
  }
  .news-list .news-item {
    padding: 31px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .news-list .news-item:first-child {
    border-top: 1px solid #D5D5D5;
  }
  .news-list .news-item .new-top .news-category {
    padding: 2px 13px;
  }
  .news-list .news-item .news-title {
    margin-top: 12px;
  }
  .company-news-flex .title-btn .title {
    font-size: 24px;
  }
  .blog-front-container .blog-item {
    width: 100%;
    height: 350px;
  }
  .blog-front-container .blog-item .content-table {
    padding: 0 16px 32px 16px;
    width: 100%;
    gap: 20px;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
  .blog-front-container .blog-item .content-table .view-more-btn-mini {
    margin-right: 0;
    margin-left: auto;
  }
  .blog-front-container .blog-item .content-table .blog-item-text-box .blog-title {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .blog-front-container .blog-item .content-table .blog-item-text-box .blog-content {
    width: 100%;
    height: 82px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .blog-front-container .blog-item .content-table .blog-item-text-box {
    width: 100%;
  }
  .blog-front .view-more-btn {
    margin: 40px 0 0 auto;
  }
  .recruit-front-sentence {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 45px;
  }
  .recruit-front-table {
    padding: 32px 25px 20px;
    width: 488px;
    border-radius: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .recruit-in-img {
    height: 121px;
  }
  .contact-front.sec {
    padding-top: 0;
    margin-top: -47px;
  }
  .contact-front-img-container {
    flex-direction: column-reverse;
  }
  .contact-front-img-container-right {
    padding: 36px 18px;
    width: 100%;
    border-radius: 17px 17px 0 0;
    display: flex;
    flex-direction: column;
  }
  .contact-front-heading {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .contact-front-sub-heading {
    font-size: 11px;
    letter-spacing: 3.3px;
    text-align: center;
    line-height: 22px;
  }
  .contact-front-text-container {
    margin-bottom: 30px;
  }
  .contact-front-btn-box {
    border-radius: 11px;
    height: 130px;
  }
  .icon-fax {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .contact-front-btn-box-text {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 2px;
  }
  .icon-phone {
    color: #fff;
    font-size: 31px;
    margin-bottom: 17px;
  }
  .contact-back-img {
    width: 100%;
    height: 252px;
    border-radius: 0 0 17px 17px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
/*============= ページネーション ===========*/
.pagination {
  margin: 0 auto;
  padding: 80px 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.pagination .pagination-item {
  border: solid 1px #018134;
  color: #018134;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.pagination .pagination-item:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.pagination .current {
  border: none;
  background-color: #F5F5F5;
  color: #C6C6C6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/*=====================================*/
.cp-fv-bottom-navi.single-page {
  justify-content: flex-start;
}

.single-news .news-heading .top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 46px 0 25px;
}
.single-news .news-heading .top .date {
  color: #018134;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.08px;
}
.single-news .news-heading .top .category {
  color: #018134;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.64px;
  padding: 5px 12px;
  border-radius: 50px;
  border: solid 1px #018134;
}
.single-news .news-heading .bottom {
  color: #252525;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 9.6px;
}
.single-news .view-more-btn {
  margin: 128px auto 90px;
}

.news-heading {
  padding: 0 80px;
}

.wp-block-image {
  margin-bottom: 45px;
  margin-top: 45px;
}

.single-news-content-box {
  padding: 40px 80px 0;
}
.single-news-content-box p {
  line-height: 2;
}

.archive-page .archive-page-top-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 14px;
  margin-bottom: 80px;
}
.archive-page .archive-page-top-box .title {
  color: #018134;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.52px;
}
.archive-page .news-list {
  width: 100%;
  padding-left: 6%;
  padding-right: 17%;
}
.archive-page .category-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.archive-page .category-container .news-category {
  padding: 3px 18px;
  border-radius: 50px;
  border: solid 1px #C6C6C6;
  color: #C6C6C6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.92px;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.archive-page .category-container .news-category:hover {
  border: solid 1px #018134;
  color: #018134;
  transition: 0.3s;
}
.archive-page .category-container .news-category.active {
  border: solid 1px #018134;
  color: #018134;
}

.archive-page-blog {
  display: flex;
  flex-direction: column;
}
.archive-page-blog .blog-page-main-box {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  flex-direction: column-reverse;
}
.archive-page-blog .blog-page-main-box .news-list-blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog {
  width: 30%;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .blog-list-img {
  width: 100%;
  height: 265px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .blog-list-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .news-category {
  border: solid 1px #018134;
  color: #018134;
  border-radius: 20px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.92px;
  padding: 4px 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .news-title {
  color: #252525;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.16px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .blog-sentence {
  color: #252525;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ここを変えれば2行、3行などできる */
  -webkit-box-orient: vertical;
  height: 60px;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .view-more-btn {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0);
  width: 146px;
}
.archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .view-more-btn p, .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .view-more-btn i {
  color: #018134;
}

.blog-category-box .title {
  color: #018134;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.52px;
  margin-bottom: 16px;
}
.blog-category-box .category-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
.blog-category-box .category-container .news-category {
  border: solid 1px #C6C6C6;
  color: #C6C6C6;
  border-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.92px;
  padding: 4px 18px;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-category-box .category-container .news-category:hover {
  border: solid 1px #018134;
  color: #018134;
  transition: 0.3s;
}
.blog-category-box .category-container .news-category.active {
  border: solid 1px #018134;
  color: #018134;
}

.products_category-btn-bg {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 1440px;
  pointer-events: none;
  transition: transform 0.4s ease, position 0.4s ease;
}
.products_category-btn-bg .products_category-btn-container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 1vh;
  pointer-events: auto;
  margin-left: 48px;
}
.products_category-btn-bg .products_category-btn-container .products-category {
  color: #C6C6C6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.12px;
  border: solid 1px #C6C6C6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  min-width: 154px;
  padding-left: 4px;
  padding-right: 4px;
  height: 5.2vh;
}
.products_category-btn-bg .products_category-btn-container .products-category.active {
  border: solid 1px #018134;
  color: #018134;
}
.products_category-btn-bg .products_category-btn-container .products-category:hover {
  border: solid 1px #018134;
  color: #018134;
  transition: 0.3s;
}

.fixed-stop-footer {
  position: absolute;
  transition: 0.2s;
  top: unset;
  bottom: calc(700px + 15.6vh);
  transition: transform 0.4s ease, position 0.4s ease;
}

.products-category-page {
  min-height: 100vh;
  padding: 170px 23%;
}
.products-category-page .category-description {
  text-align: center;
  margin-bottom: 180px;
}
.products-category-page .category-description .en-title {
  color: #252525;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 88%;
  letter-spacing: 6.4px;
}
.products-category-page .category-description .jp-title {
  color: #018134;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3.2px;
  margin-top: 17px;
  display: block;
}
.products-category-page .products-category-child {
  display: flex;
  flex-direction: column;
  row-gap: 180px;
}
.products-category-page .products-category-child .child-category .child-category-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: 3.2px;
  border-bottom: solid 1px #F4F4F4;
  padding-bottom: 14px;
}
.products-category-page .products-category-child .child-category .child-category-posts-container {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.36px;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-size {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 12px;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory .inventory-label {
  color: #C6C6C6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.92px;
  border: 1px solid #C6C6C6;
  border-radius: 20px;
  padding: 3px 16px;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory .inventory-label.in-stock.active {
  color: #fff;
  background-color: #018134;
}
.products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory .inventory-label.out-of-stock.active {
  color: #fff;
  background-color: #939393;
}
.products-category-page .products-category-child .child-category .no-products {
  margin-top: 30px;
}
/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .archive-page .category-container {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 9px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .pagination {
    padding: 45px 0 0px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .archive-page .archive-page-top-box {
    margin-bottom: 0;
  }
  .archive-page .news-list .news-item:first-child {
    border-top: none;
  }
  .news-list .news-item .new-top .news-date {
    margin-right: 18px;
  }
  .archive-page .news-list .news-item .news-title {
    margin-top: 11px;
  }
  .archive-page .news-list .news-item {
    padding: 36px 0 15px;
    align-items: flex-start;
    flex-direction: column;
  }
  .archive-page .news-list {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive-page .category-container .news-category {
    padding: 2px 13px;
  }
  .pagination .pagination-item {
    width: 36px;
    height: 36px;
  }
  .pagination .current {
    width: 36px;
    height: 36px;
  }
  .cp-fv-bottom-navi.single-page {
    margin-top: 53px;
    padding: 0 calc(5% + 16px);
  }
  .cp-fv-bottom-navi.single-page .content {
    color: #C6C6C6;
    border-right: solid 1px #C6C6C6;
    letter-spacing: 0px;
  }
  .cp-fv-bottom-navi.single-page .content:last-child {
    border-right: none;
    color: #252525;
  }
  .single-news .news-heading .top {
    gap: 10px;
    padding: 0px 0 25px;
  }
  .news-heading {
    padding: 0 16px;
  }
  .single-news {
    padding-top: 48px;
  }
  .single-news-content-box {
    padding: 34px 0px 0;
  }
  .single-news .news-heading .bottom {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 4.6px;
  }
  .wp-block-image {
    margin-top: 0px;
    border-radius: 11px;
    overflow: hidden;
  }
  .blog-category-box {
    flex-direction: column;
    margin-top: 30px;
  }
  .archive-page-blog .blog-category-box .category-container .news-category {
    padding: 2px 13px;
  }
  .archive-page-blog .blog-category-box .category-container {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 9px;
    flex-wrap: wrap;
    width: 60%;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog {
    width: 100%;
    row-gap: 40px;
    -moz-column-gap: 5%;
         column-gap: 5%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog {
    width: 100%;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .news-category {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 2px 11px 1px;
    margin-bottom: 12px;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .news-title {
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .blog-list-img {
    height: 200px;
  }
  .archive-page-blog .blog-category-box .title {
    letter-spacing: 2.52px;
  }
  .archive-page-blog .blog-page-main-box .news-list-blog .news-item-blog .blog-sentence {
    margin-bottom: 3px;
  }
  .products_category-btn-bg {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0 100px;
  }
  .products_category-btn-bg .products_category-btn-container {
    row-gap: 8px;
    margin-left: 0;
  }
  .products_category-btn-bg .products_category-btn-container .products-category {
    font-size: 14px;
    height: unset;
    padding: 8px 3px;
  }
  .products-category-page .category-description {
    margin: auto;
    margin-bottom: 180px;
    margin-top: 50px;
    width: 80%;
  }
  .products-category-page .products-category-child .child-category .child-category-title {
    font-size: 20px;
    letter-spacing: 1.5px;
    border-bottom: solid 1px #F4F4F4;
    padding-bottom: 14px;
  }
  .products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-title {
    letter-spacing: 1.36px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-size {
    font-size: 14px;
    font-weight: 600;
  }
  .products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory .inventory-label {
    padding: 1px 11px;
    letter-spacing: 0px;
  }
  .products-category-page .products-category-child .child-category .child-category-posts-container .child-post .post-inventory {
    -moz-column-gap: 3px;
         column-gap: 3px;
    margin-top: 17px;
  }
  .products-category-page .category-description .en-title {
    font-size: 43px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
.form .wpcf7-response-output:empty {
  display: none;
}
.form h3 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 207.143% */
  letter-spacing: 1.12px;
  padding-bottom: 60px;
}
.form .form-content {
  padding: 80px 160px;
  background-color: #F5F5F5;
  border-radius: 15px;
}
.form .form-content .form-title {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.64px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: -18px;
}
.form .form-content .form-basics {
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  margin-bottom: 40px;
  padding: 0 10px;
}
.form .form-content .form-radio {
  margin-bottom: 16px;
  display: block;
}
.form .form-content .form-radio .wpcf7-list-item-label {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 1.12px;
}
.form .form-content .form-radio-center {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.form .form-content .form-radio-center .wpcf7-list-item-label {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.86px;
}
.form .form-content .wpcf7-form-control-wrap[data-name=radio-02] .wpcf7-not-valid-tip {
  text-align: center;
}
.form .form-content .form-text-area {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 10px;
}
.form .form-content .form-text-area-sub {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 10px;
}
.form .form-content .textarea-title {
  margin-bottom: 26px;
}
.form .form-content .form-privacy {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  padding: 28px 30px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2.86px;
  margin-bottom: 40px;
}
.form .form-content .form-privacy br {
  display: none;
}
.form .form-content .form-privacy .form {
  display: block;
}
.form .form-content .form-radio label,
.form .form-content .form-radio-center label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}
.form .form-content .form-radio label::before,
.form .form-content .form-radio-center label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.form .form-content .form-radio input[type=radio],
.form .form-content .form-radio-center input[type=radio] {
  display: none;
}
.form .form-content .form-radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.form .form-content .form-radio-center input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  background-color: #018134;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.form .form-content .form-radio-center label::before {
  top: 3px;
}
.form .form-content .form-radio-center input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  top: 7px;
}
.form .form-content .wpcf7 form.invalid .wpcf7-response-output, .form .form-content .wpcf7 form.unaccepted .wpcf7-response-output, .form .form-content .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #018134;
}
.form .form-content .wpcf7 form .wpcf7-response-output {
  margin: 30px 0px;
  padding: 20px;
  border: 2px solid #00a0d2;
}
.form .form-content .required {
  position: relative;
}
.form .form-content .required::after {
  content: "必須";
  position: absolute;
  width: 69px;
  height: 19px;
  display: flex;
  background-color: #effc05;
  border-radius: 50px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  /* top: 0; */
  right: -82px;
  align-items: center;
  justify-content: center;
}
.form .form-content .submit-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.form .form-content .submit-btn-container p {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form .form-content .submit-btn-container .submit-btn {
  background-color: #018134;
  padding: 20px;
  margin: 0 auto;
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  transition: 0.3s;
  width: 246px;
}
.form .form-content .submit-btn-container .submit-btn span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.86px;
}
.form .form-content .submit-btn-container .submit-btn i {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
}
.form .form-content .submit-btn-container .submit-btn:hover {
  transition: 0.3s;
  background-color: #005a24;
  transform: scale(1.03);
}
.form .form-content .submit-btn-container .submit-btn br {
  display: none;
}
.form .form-content-submit {
  padding: 126px 200px 80px;
}
.form .form-content-submit .wpcf7-form.init .form-title {
  margin-bottom: 3px;
}
.form .form-content-submit .wpcf7-form.failed .form-title {
  margin-bottom: 3px;
}
.form .form-content-submit .your-content {
  margin-bottom: 20px;
  padding-left: 10px;
}
.form .form-content-submit .your-content p {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 100;
}
.form .submit-heading {
  font-size: 20px;
}
.form .thanks-heading {
  font-size: 19px;
  line-height: 34px;
}
.wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
  background-color: #018134;
  padding: 20px 82px;
  margin: 0 auto;
  margin-top: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 4px;
}
.wpcf7-common-btn:hover, .form .wpcf7-form-control.wpcf7-submit:hover, .form .wpcf7-form-control.wpcf7-previous:hover {
  transition: 0.3s;
  background-color: #005a24;
  transform: scale(1.03);
}

.wpcf7-spinner {
  display: none !important;
}

.form-title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .form .form-content {
    padding: 71px 14px;
    background-color: #F5F5F5;
    border-radius: 4px;
  }
  body .wrapper .form h3 {
    text-align: left;
    padding: 0 20px 40px;
    font-size: 13px;
    font-weight: 600;
  }
  body .wpcf7-list-item {
    margin-left: 5px;
  }
  .form .form-content .form-radio {
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
    padding-right: 10px;
  }
  .form .form-content .form-title {
    font-size: 13px;
  }
  .form .form-content .required::after {
    width: 55px;
    right: -70px;
  }
  .form .form-content .form-radio-center {
    padding-right: 7px;
  }
  .form .form-content .form-radio-center .wpcf7-list-item-label {
    letter-spacing: 2px;
  }
  .wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
    margin-top: 46px;
  }
  .form .form-content .form-privacy {
    padding: 28px 17px;
  }
  body .form {
    padding-top: 40px;
  }
  body .submit-heading {
    font-size: 13px;
    padding-bottom: 25px;
  }
  body .form .form-content-submit .your-content p {
    font-size: 16px;
  }
  .form .form-content .submit-btn-container p {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
  }
  .form .form-content .submit-btn-container {
    margin-top: 55px;
  }
  .form .wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
    padding: 16px 68px;
    font-size: 14px;
  }
  .submit-btn-container .wpcf7-form-control.wpcf7-previous,
  .submit-btn-container .wpcf7-form-control.wpcf7-submit {
    margin-top: 6px;
  }
  body .wrapper .form .thanks-heading {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
.header-sp {
  display: none;
}

.header {
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 50px;
  align-items: center;
  top: 0;
}

h1 {
  display: flex;
  align-items: center;
}

.header img {
  width: auto;
  height: 40px;
}

.header-navi-box {
  display: flex;
  align-items: center;
}

.header-navi {
  list-style: none;
  display: flex;
}

.header-navi li a {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-right: 34px;
  letter-spacing: 1px;
  height: 34px;
  display: flex;
  align-items: center;
}
.header-navi li a.active {
  color: #018134;
}

.icon-circle-2 {
  height: 10px;
  width: auto;
  font-size: 13px;
  color: #018134;
  margin-right: 7px;
}

.contact-btn {
  display: block;
  background-color: #018134;
  border-radius: 50px;
  padding: 8px 40px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.header a {
  transition: 0.3s;
}

.header a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .header {
    display: none !important;
  }
  .header-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  /* Nav items */
  .menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    clear: both;
    background-color: #fff;
    transition: 0.3s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    display: flex;
    flex-direction: column;
    padding: 120px 6% 40px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* スクロールの滑らかさを向上 (モバイル対応) */
  }
  .menu .menu-top-box {
    display: flex;
    flex-direction: row;
  }
  .menu .menu-top-box .menu-btn-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 58px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .menu .menu-top-box .menu-btn-container .btn-box {
    display: flex;
    flex-direction: column;
  }
  .menu .menu-top-box .menu-btn-container .btn-box .btn {
    color: #252525;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
  }
  .menu .menu-top-box .menu-btn-container .btn-box .btn i {
    color: #018134;
    font-size: 15px;
  }
  .menu .menu-top-box .menu-btn-container .btn-box .sub-btn {
    color: #7b7b7b;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-top: 10px;
    padding-left: 21px;
  }
  .menu .menu-top-box .menu-btn-container .btn-box .sub-btn.sub-btn-top {
    margin-top: 20px;
  }
  .menu .middle-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 78px;
  }
  .menu .middle-box .schedule-text {
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 228.571%;
    letter-spacing: 0.56px;
  }
  .menu .view-more-btn {
    padding: 13px 23px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 50px;
    align-items: center;
    font-weight: 600;
    margin-top: 16px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 17px;
  }
  .menu .view-more-btn p {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
  }
  .menu .view-more-btn i {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
  }
  .menu .entry-btn-back {
    margin-top: 26px;
  }
  .menu .entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-title {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 9px;
  }
  .menu .entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-text {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .menu .entry-btn-back .view-more-btn-mini {
    margin-top: 44px;
  }
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger menu text */
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-btn {
    display: none;
  }
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 18px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    z-index: 9999;
  }
  .navicon {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 1px rgba(76, 76, 76, 0.4509803922);
    display: block;
    height: 1px;
    width: 39px;
    border-radius: 9px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before {
    top: 7px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0px 0px 4px 1px rgba(76, 76, 76, 0.4509803922);
  }
  .navicon:after {
    bottom: 7px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0px 0px 4px 1px rgba(76, 76, 76, 0.4509803922);
  }
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
    background-color: #000;
    box-shadow: none;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
    background-color: #000;
    box-shadow: none;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    box-shadow: none;
  }
  /* Hamburger Menu Animation End */
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 5%;
  }
  .navtext-container a {
    z-index: 9999;
  }
  .navtext-container a img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 32px;
  }
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*/
.footer .footer-main {
  background-color: #252525;
  border-radius: 25px 25px 0 0;
  width: 100%;
  padding: 64px 48px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-main-left {
  width: 100%;
}
.footer .footer-main .footer-main-left .footer-top {
  display: flex;
  margin-bottom: 64px;
  justify-content: space-between;
  width: 480px;
}
.footer .footer-main .footer-main-left .footer-top .footer-logo {
  width: auto;
  height: 71px;
  margin-top: 20px;
}
.footer .footer-main .footer-main-left .footer-top .access .access-title {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
}
.footer .footer-main .footer-main-left .footer-top .access .access-container {
  display: flex;
  justify-content: space-between;
  width: 320px;
}
.footer .footer-main .footer-main-left .footer-top .access .access-container .access-text-box .access-text-top {
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 1px;
}
.footer .footer-main .footer-main-left .footer-top .access .access-container .access-text-box .access-text {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0px;
}
.footer .footer-main .footer-main-left .footer-top .access .access-container .access-text-box .access-map {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
.footer .footer-main .footer-main-left .footer-top .access .access-container .access-text-box a {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
.footer .footer-main .footer-main-left .footer-navi {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box {
  width: 30%;
  padding-bottom: 40px;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-title {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
  margin-left: -20px;
  display: block;
  width: 122px;
  height: 31px;
  padding: 4px;
  padding-top: 10px;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-title:hover {
  opacity: 0.6;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-text {
  margin-top: 0px;
  gap: 2px;
  display: flex;
  flex-direction: column;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-text li {
  font-size: 12px;
  border-bottom: 8px;
  font-weight: 100;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-text li::marker {
  color: #018134;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-text li a {
  color: #c6c6c6;
  height: 26px;
  width: 56%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.footer .footer-main .footer-main-left .footer-navi .footer-navi-box .footer-navi-text li a:hover {
  opacity: 0.6;
}
.footer .footer-main .footer-main-right {
  margin-top: auto;
  width: 600px;
}
.footer .footer-main .footer-main-right .schedule {
  margin-bottom: 32px;
}
.footer .footer-main .footer-main-right .schedule p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.56px;
}
.footer .footer-main .footer-main-right .footer-btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.footer .footer-main .footer-main-right .footer-btn-container .view-more-btn {
  width: 47%;
  padding: 11px 16px;
}
.footer .footer-bottom {
  background-color: #313131;
  padding: 16px 48px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .copyright span {
  font-size: 20px;
  margin-right: 2px;
}
.footer .footer-bottom .footer-bottom-btn-container {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .footer-bottom-btn-container .btn-text {
  color: #fff;
  font-size: 14px;
  display: block;
}
.footer .footer-bottom .footer-bottom-btn-container .btn-text-left {
  border-right: solid #fff 1.5px;
  padding-right: 16px;
  margin-right: 16px;
}
.footer .footer-bottom .footer-bottom-sns-btn-container {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.footer .footer-bottom .footer-bottom-sns-btn-container li {
  display: flex;
}
.footer .footer-bottom .footer-bottom-sns-btn-container li a {
  transition: 0.3s;
}
.footer .footer-bottom .footer-bottom-sns-btn-container li a:hover {
  opacity: 0.7;
}
.footer .footer-bottom .footer-bottom-sns-btn-container li a img {
  height: 30px;
  width: auto;
}

.entry-btn-back {
  background-image: url(../img/entry-back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 288px;
  display: flex;
  border-radius: 20px;
}
.entry-btn-back .entry-btn-back-filter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 24px 24px;
  border-radius: 20px;
  background-color: rgba(1, 129, 52, 0.8705882353);
}
.entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 24px;
}
.entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-title span {
  font-size: 14px;
  letter-spacing: 1px;
}
.entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-text {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 100;
  letter-spacing: 1px;
}
.entry-btn-back .entry-btn-back-filter .view-more-btn-mini {
  background-color: #fff;
  margin-left: auto;
}
.entry-btn-back .entry-btn-back-filter .view-more-btn-mini .icon-arrow-b {
  color: #018134;
}

/*=========== スマホサイズ =============*/
@media screen and (max-width: 550px) {
  .footer .footer-main {
    border-radius: 25px 25px 0 0;
    width: 100%;
    padding: 64px 29px 21px;
  }
  .footer .footer-main .footer-main-left .footer-top {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
  }
  .footer .footer-main .footer-main-left .footer-top .footer-logo {
    width: 64px;
    height: auto;
    margin-top: 0;
  }
  .footer .footer-main .footer-main-left .footer-top .access .access-title {
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 72px;
    letter-spacing: 2px;
  }
  .footer .footer-main .footer-main-left .footer-top .access .access-container {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    row-gap: 23px;
  }
  .footer-main .footer-main-left .middle-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 57px;
  }
  .footer-main .footer-main-left .middle-box .schedule-text {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 228.571%;
    letter-spacing: 0.56px;
    padding-bottom: 24px;
  }
  .footer-main .footer-main-left .view-more-btn {
    padding: 13px 23px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 50px;
    align-items: center;
    font-weight: 600;
    margin-top: 16px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 17px;
  }
  .footer-main .footer-main-left .view-more-btn p {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
  }
  .footer-main .footer-main-left .view-more-btn i {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
  }
  .footer .footer-bottom {
    padding: 16px 48px 22px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-bottom .footer-bottom-btn-container .btn-text {
    font-size: 13px;
  }
  .footer .footer-bottom .footer-bottom-btn-container .btn-text-left {
    padding-right: 13px;
    margin-right: 13px;
  }
  .footer-sns-container-sp {
    display: flex;
    justify-content: space-between;
    padding-top: 41px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .footer-sns-container-sp .img-box {
    width: 24px;
    height: 24px;
    display: block;
  }
  .footer-sns-container-sp .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-btn-back .entry-btn-back-filter {
    border-radius: 14px;
    padding: 10px 18px 24px;
  }
  footer .entry-btn-back .entry-btn-back-filter .entry-btn-top .entry-title {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}
/*========== タブレットサイズ ============*/
/*========== パソコン小サイズ ============*//*# sourceMappingURL=style.css.map */