@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --body-color: #ffffff;
  --font-color: #000000;
  --link-color: #ffffff;
  --primary-color: #ffffff;
  --secondary-color: #016094;
  --border-color: #000000;
  --white-color: #ffffff;
  --font-family: Noto Sans JP, sans-serif;
  --font-weight: 300;
  --h2-font-size: 4.0rem;
  --h3-font-size: 3.0rem;
  --base-fontsize: 3.2rem;
  --small-fontsize: 1.5rem;
  --base-fontsize--sp: 1.4rem;
  --container-width: 80vw;
  --container-narrow-width: 990px;
  --header-height: 120px;
  --header-height--sp: 60px;
  --img-3column-width: 312px;
  --img-1column-width: 80vw;
  --section-padding-top: 5vh;
  --button-border-color: #000088;
  --top-bottom-height: 100px;
  --top-bottom-height--sp: 60px;
  --sales-background-color: #F9F5EC;
  --sales-orange-color: #F5A623;
  --sales-wine-color: #960018;
}
button {
  appearance: none;
  -webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-family: var(--font-family);
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  width: 100%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img,
iframe {
  vertical-align: bottom;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.pc-inline-block {
  display: inline-block;
}

.pc-table {
  display: table;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

.sp-inline-block {
  display: none;
}

.sp-table {
  display: none;
}

html {
  color: var(--font-color);
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}


a,
button {
  color: var(--link-color);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
iframe {
  vertical-align: bottom;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.header {
  background-color: var(--white-color);
  /* border-bottom: 1px solid var(--border-color); */
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: justify;
  height: var(--header-height);
          justify-content: space-between;
  padding-inline: 50px;
}
.header__title {
  width: clamp(200px, 30%, 500px);
}
/* yoshki delete */
/*
.header__title img {
  width: clamp(30rem, 30vw, 40rem);
}
*/
.header__nav ul a {
  color: var(--font-color);
  text-decoration: none;
}
.header__nav ul {
  display: flex;
  gap: 30px;
  /* yoshiki add */
  font-size: 2.0rem;
  font-weight: 300;
}



.burger-btn {
  align-items: center;
  border-left: 0;
  border-right: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: none;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 37px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 11px;
  width: 37px;
  z-index: 4000;
  margin-top: 40px;
}

.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  display: block;
  height: 13px;
  position: relative;
  width: 22px;
}

.menu-trigger span {
  background-color: #000;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  width: 15px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(-45deg);
          transform: translateY(5.5px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
  left: 50%;
  opacity: 0;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6.5px) rotate(45deg);
          transform: translateY(-6.5px) rotate(45deg);
  width: 100%;
}

.inner > *:first-child {
  margin-top: 0 !important;
}
.inner > *:last-child {
  margin-bottom: 0 !important;
}

/* yoshiki modify */
.visual-inner, .container, .inner {
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(var(--container-width) + 60px);
}

/* yoshiki add */
.footer__inner, .header__inner {
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.main {
  width: 100%;
  position: relative;
  z-index: 10;
}
.main > *:first-child {
  margin-top: 0 !important;
}
.main > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: var(--top-bottom-height);
}

/* yoshiki delete
.container > *:first-child {
  margin-top: 0 !important;
}
.container > *:last-child {
  margin-bottom: 0 !important;
}

.container-full > *:first-child {
  margin-top: 0 !important;
}
.container-full > *:last-child {
  margin-bottom: 0 !important;
}
*/
.narrow-inner {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-narrow-width);
}

.footer {
  background-color: var(--primary-color);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--font-color);
  padding-bottom: 30px;
  padding-top: 0px;
/* yoshiki delete
  text-align: center;
   */
}
/* yoshiki delete
.footer__inner address {
  font-size: 1.6rem;
  font-style: normal;
  margin-bottom: 1.5em;
}
     */
.footer__inner .header__title img {
  margin-top: 50px;
  margin-bottom: 30px;
  /* margin-left: 50px; */
}
.footer__tel {
  font-size: 2.2rem;
  font-weight: 300;
  /* text-decoration: underline; */
  margin-top: 20px;
}
.footer__tel span {
  margin-left: 10px;
}
/* yoshiki modify */
.footer__tel a {
/*  color: #fff; */
  color: var(--font-color);
}
.footer__sns {
  margin-bottom: 40px;
}
.footer__sns li {
  margin-inline: auto;
  width: 35px;
}
.footer__copyright {
  color: var(--font-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  padding: 20px 0;
  text-align: center;
}

.heading-area {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-block: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
.heading-area.home {
  border-top: 1px solid var(--border-color);
  font-weight: 500;
  padding: 50px;
}
.heading-area p {
  color: var(--primary-color);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4666666667;
  -webkit-transform: translate(0, 1.3em);
          transform: translate(0, 1.3em);
}
.heading-area-2 {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.heading-1 {
  color: var(--font-color);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.heading-1:before {
  color: var(--primary-color);
  content: attr(data-sub);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.02em;
  -webkit-transform: translate(-0.09em, 0);
          transform: translate(-0.09em, 0);
}

.heading-2, .heading-5, .heading-4, .heading-3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 2em 2em 1.5em;
}
.heading-2::before, .heading-5::before, .heading-4::before, .heading-3::before {
  content: attr(data-sub);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  -webkit-transform: translate(-0.1em, 0);
          transform: translate(-0.1em, 0);
}

.heading-3 {
  padding: 0;
  text-align: center;
}
.heading-3:before {
  margin-bottom: 0.15em;
}

.heading-4 {
  color: var(--font-color);
  padding: 0;
}
.heading-4:before {
  color: var(--primary-color);
  font-size: 10rem;
  font-weight: 600;
  margin-bottom: 0.06em;
}

.heading-5 {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  padding: 1.2em 50px;
}
.heading-5:before {
  display: none;
}
.heading-5:after {
  color: #fff;
  content: attr(data-sub);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 1em;
}
.heading-5.no-sub:after {
  display: none;
}

.heading-6 {
  color: var(--primary-color);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.heading-area-3 {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  border-inline: 1px solid var(--border-color);
  padding: 3em 3em;
}

.heading-area-4 {
  background-color: var(--primary-color);
}

input[type=text],
input[type=email],
input[type=password] {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-size: 2rem;
  height: 55px;
  outline: none;
  padding-inline: 0.5em;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 100%;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #999999;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #999999;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #999999;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #999999;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  color: #999999;
}

button {
  line-height: 1.8;
}

textarea {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  height: 215px;
  outline: none;
  padding: 0.5em;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  vertical-align: bottom;
  width: 100%;
}
textarea:focus-visible {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.submit-area {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  padding-block: 50px 100px;
}

.form-area {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
}
.form-area .confirm-area {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 50px;
}
.form-area .confirm-area .confirm-title {
  color: var(--primary-color);
}
.form-area dl {
          align-items: center;
  border-bottom: 1px solid var(--border-color);
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  padding: 32px 50px;
}
.form-area dl.flex-start {
          align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
}
.form-area dl.flex-start dt {
  margin-top: 0.5em;
}
.form-area dl dt {
  font-size: 2rem;
  width: 340px;
}
.form-area dl dt span {
  border: 1px solid #ec0017;
  border-radius: 100vw;
  color: #ec0017;
  font-size: 1.6rem;
  margin-left: 0.7em;
  padding: 0.2em 0.8em;
}
.form-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-area dl dd .flex {
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  gap: 10px;
  margin-bottom: 20px;
}
.form-area dl dd .flex input[type=text] {
  width: 105px;
}
.form-area dl dd .error {
  color: #ec0017;
}

.g-recaptcha {
  margin-bottom: 50px;
}
.g-recaptcha > div {
  margin-inline: auto;
}

.form-submit {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.form-submit[disabled] {
  background-color: #ccc;
  pointer-events: none;
}

.form-select {
  max-width: 190px;
  position: relative;
  width: 100%;
}
.form-select:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
.form-select select {
  background-color: blueviolet;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  padding: 11px 30px 11px 20px;
  width: 100%;
}

.form-checkbox {
          align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  position: relative;
}
.form-checkbox input[type=checkbox] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts:after {
  border-bottom: 2px solid #25af01;
  border-left: 2px solid #25af01;
  content: "";
  display: block;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}
.form-checkbox input[type=checkbox]:focus + span.form-checkbox-parts {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-checkbox-parts {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.form-checkbox-label {
  padding-left: 0.5em;
}

.form-radio {
          align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  position: relative;
}
.form-radio input[type=radio] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-radio input[type=radio]:checked + span.form-radio-parts {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.form-radio input[type=radio]:checked + span.form-radio-parts:after {
  background-color: #25af01;
  border-radius: 100%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.form-radio input[type=radio]:focus + span.form-radio-parts {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-radio-parts {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
.form-radio-label {
  padding-left: 0.5em;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
.form-flex.mb {
  margin-bottom: 20px;
}

.form-file::-webkit-file-upload-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.form-file::file-selector-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btn-more {
          align-items: center;
  background-color: #fff;
  border: 1px solid var(--border-color);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  gap: 8px;
  height: 170px;
          justify-content: center;
  text-decoration: none;
  width: 100%;
}
.btn-more img {
  height: auto;
  width: 23px;
}
.btn-more-2, .btn-more-3 {
          align-items: center;
  background-color: var(--primary-color);
  border-radius: 100vw;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  font-family: "Montserrat", sans-serif;
          justify-content: center;
  margin-inline: auto;
  max-width: 290px;
  padding: 1em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btn-more-2 img, .btn-more-3 img {
  aspect-ratio: 23/14;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(3%) hue-rotate(256deg) brightness(107%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(3%) hue-rotate(256deg) brightness(107%) contrast(100%);
  height: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 23px;
}
.btn-more-2 .arrow, .btn-more-3 .arrow {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-more-3 {
  background-color: transparent;
  border: 1px solid #fff;
}

.ico-bullet {
  position: relative;
}
.ico-bullet:before {
  background-color: blue;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 6px;
}

.tab-nav {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.tab-nav li {
  cursor: pointer;
}
.tab-nav li.on {
  color: DeepSkyBlue;
}
.tab-wrap {
  background: White;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 20px;
}
.tab-content {
  color: #333;
  height: 0;
  opacity: 0;
  padding: 0 0;
  pointer-events: none;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}
.tab-content.on {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  height: auto;
  opacity: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(50px);
  -webkit-transform: translateX(0);
          transform: translateX(50px);
          transform: translateX(0);
}
.tab-content.on ~ .tab-content {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-list {
  border-top: 1px solid var(--primary-color);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.product-list.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list.slide .product-item {
  width: 325px;
}
.product-list.slide .product-item figure {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
.product-list.slide .product-item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.product-list .product-item {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-left: 0;
  margin-top: -1px;
}
.product-list .product-item:nth-child(3n+1) {
  border-left: 1px solid var(--primary-color);
}
.product-list .product-item:nth-child(-n+3) {
  border-top: 1px solid var(--primary-color);
}
.product-list .product-item figure img {
  border: 1px solid #dadada;
}
.product-list .product-item figure figcaption {
  line-height: 1.5;
  padding-top: 0.2em;
}
.product-list .product-item a {
  background-image: url(../img/common/ico-arrow-rightbottom.webp);
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  color: var(--font-color);
  display: block;
  font-size: 2rem;
  font-weight: 500;
  padding: 20px;
  text-decoration: none;
}
.product-list .product-item a span {
  color: #999;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

.page-nav {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  gap: 40px;
          justify-content: center;
  padding-block: 36px;
}
.page-nav .btn-more-2, .page-nav .btn-more-3 {
  width: 290px;
}
.page-nav .btn-more-2 img, .page-nav .btn-more-3 img {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.page-nav.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
          justify-content: flex-start;
  padding-inline: 50px;
}
.page-nav.left li {
  width: calc((100% - 20px) / 5);
}
.page-nav.left .btn-more-2, .page-nav.left .btn-more-3 {
  width: 100%;
}

.product-list-2 {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  border-inline: 1px solid var(--border-color);
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
}
.product-list-2 .product-item {
  padding: 50px;
}
.product-list-2 .product-item dl {
  margin-bottom: 2.5em;
}
.product-list-2 .product-item dt {
  color: var(--primary-color);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2em;
  position: relative;
}
.product-list-2 .product-item dt:before {
  background-color: var(--primary-color);
  content: "";
  display: block;
  height: 10px;
  left: -50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
}
.product-list-2 .product-item dd {
  font-size: 2rem;
  font-weight: 700;
}
.product-list-2 .product-item figure {
  margin-bottom: 2em;
}
.product-list-2 .product-item p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.flow {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
  counter-reset: number 0;
}
.flow-item {
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 72px 50px 100px;
}
.flow-item:nth-child(2n) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flow-item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
}
.flow-item dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-item dl dt {
          align-items: center;
  -webkit-box-align: center;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  font-size: 4rem;
  font-weight: 700;
  gap: 10px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.flow-item dl dt:before {
          align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: counter(number);
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -ms-flex-negative: 0;
      -ms-flex-pack: center;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  height: auto;
          justify-content: center;
  width: 65px;
}
.flow-item dl dd {
  font-size: 2rem;
  font-weight: 700;
}

.sns-area {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.sns-area.full {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
}
.sns-area.full .sns-area-item {
  border-right: 0;
}
.sns-area-item {
  border-right: 1px solid var(--border-color);
}
.sns-area-item:nth-child(2n) {
  border-right: 0;
}
.sns-area a {
  color: var(--font-color);
  display: block;
  padding: 30px 50px 30px;
  text-decoration: none;
  width: 100%;
}
.sns-area a dt {
  font-size: 4rem;
  font-weight: 600;
}
.sns-area a dt img {
  margin-right: 15px;
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  vertical-align: middle;
}
.sns-area a dd {
  font-size: 2rem;
}
.sns-area .tel img {
  width: 35px;
}
.sns-area .tel .tel {
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.sns-area .tel .time {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 2em;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.profile {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
}
.profile ul li {
  border-bottom: 1px solid var(--border-color);
  padding: 45px 50px;
}
.profile ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile ul li dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
}
.profile ul li dl dd a {
  background-color: var(--primary-color);
  border-radius: 100vw;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  margin-left: 1em;
  padding: 0 0.6em;
  text-decoration: none;
}

.text-area {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  border-inline: 1px solid var(--border-color);
  font-size: 1.6rem;
  padding: 50px;
}

.philosophy-box {
  background-color: #fff;
  border-inline: 1px solid var(--border-color);
  padding: 70px 50px 100px;
}
.philosophy-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.philosophy-box-item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
}
.philosophy-box-item .text {
  font-size: 2rem;
}
.philosophy-box-item .text p {
  margin-block: calc((1em - 1lh) / 2);
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.product-list-btn .btn-more {
  border-bottom: 0;
  margin-top: -1px;
}

.section-business {
  padding-bottom: 150px;
}
.section-business .product-list-slider {
  margin-bottom: 50px;
}
.section-business .product-list-slider .product-item {
  border-left: 0;
}

.section-company {
  background-image: url(../img/home/bg-company.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-block: 5em; */
  padding-top: var(--top-bottom-height);
  padding-bottom  : var(--top-bottom-height);
}
.section-company .heading-3 {
  margin-bottom: 1.5em;
}

.visual {
  position: relative;
  height: 100%;
}
.visual-inner {
  height: 100%;
  position: absolute;
  top: 0;
}
/*** yoshiki delete
.visual-inner p {
  background-color: #e6e6e8;
  font-size: 4rem;
  height: 100%;
  line-height: 1.6;
  padding: 40px 40px;
  position: absolute;
  right: 30px;
  top: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
*/

  .section-service .container {
    width: 81.5% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.visual-inner p span {
  color: var(--primary-color);
  font-size: 5rem;
  font-weight: 700;
}

@media (hover: hover){
  /* リンクの場合 */
  a:-moz-any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  a:any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
  }
  /* 特定できない場合 */
  .btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .recruit-list-img div,
  .explain-list-img div {
    margin-bottom: 30px;
  }

}


/* yoshiki add start */
.visual-inner,
.visual-inner figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visual-inner img {
  width: clamp(300px, 80%, 1000px);
}

.visual-inner p {
  margin-top: 3%;
  color: var(--white-color);
  font-size: 2.6rem;
}
.section-explain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--top-bottom-height);
  line-height: 5.2rem;
  font-size: 2.6rem;
  font-weight: 400;
}
.section-explain .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-explain p {
  width: clamp(240px, 81.5%, 998px);
}

.explain-list-img {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7vw;
  width: 100%;
}

.recruit-explain {
  line-height: 3rem;
  width: 90%;
  text-align: center;
}
.recruit-list-img {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.7vw;
  width: 118%;
}
.recruit-list-img div,
.explain-list-img div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;  
}
.recruit-list-img img,
.explain-list-img img {
  width: var(--img-3column-width);
}
.recruit-list-img p,
.explain-list-img p {
  width: 88% !important;
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}

.section-business {
  margin-top: var(--section-padding-top);
  height: 300px;
  padding-bottom: 300px;
}
.section-service {
  padding-top: var(--top-bottom-height);
  background: var(--secondary-color);
  color: var(--white-color);
}
.section-service .text-inner {
  font-size: 2.6rem;
  font-weight: 300;
}
.recruit-list-img img {
  width: var(--img-3column-width); 
}

.section-recruit .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-recruit {
  margin-top: var(--top-bottom-height);
  font-size: 2.2rem;
  font-weight: var(--font-weight);
}
.section-recruit p:nth-child(5) {
  line-height: 3.6rem;
  margin-top: 30px;
}
.section-recruit div p:nth-child(3) {
  margin-top: -30px;
}
footer {
  margin-top: 0px !important;
  margin-bottom: 100px;
}
.footer .header__title {
  margin-left: 0px;
  /* margin-right: -180px; */
}
.footer__inner div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__inner div div {
  /* margin-left: 130px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__inner div div p {
  width: 142%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 134px; */
}
.footer__inner div div p:nth-child(3) {
  margin-top: 10px;
  font-size: 2.4rem;
}
.footer__inner .header__title {
  margin-top: -90px;
}
address {
  width: 143%;
  font-size: 2.2rem;
  font-weight: var(--font-weight);
  font-style: normal;
  line-height: 5rem;
}


.slider-wrapper {
  width: 100%;
  background: #f0f0f0;



  position: relative;
  overflow: hidden;          /* 可能なら overflow: clip; も検討 */
  /* Safari等での描画はみ出し対策として */
  contain: layout paint;     /* クリップ強化（サポート十分） */
  inline-size: 100%;         /* 100vw は使わず % を使う */
  max-inline-size: 100%;
}

.slider {
  margin-top: 10vh;
  display: flex;
  width: max-content;


  /* gap で幅ズレが起きる場合は 0 にして、スライド側 margin に切替 */
  gap: 0;
  will-change: transform;
  transform: translate3d(0,0,0); /* 合成レイヤー化でチラつき抑制 */
}

.slider img {
  width: 400px;
  height: 240px;
  object-fit: cover;
  margin-right: 10px;
  flex-shrink: 0;


  flex: 0 0 100%;
  block-size: 400px;   /* 適宜 */

}

h2 {
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h3 {
  margin-top: -2vh;
  margin-bottom: 25px;
  font-size: var(--h3-font-size);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.explain-list-btn {
  margin-top: 40px;
  margin-bottom: 70px;
  width: clamp(300px, 100%, 1000px);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.explain-list-btn a {
  color: var(--border-color);
  border: 2px solid var(--border-color);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: clamp(5px, 6.5vw, 60px);
  padding-right: clamp(5px, 6.5vw, 60px);
  text-decoration: none;
  font-size: 2rem;
}

.service-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.service-btn a {
  font-size: 1.9rem;
  color: var(--font-color);
  background: var(--white-color);
  border: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
}

.recruit-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 1.8rem;
}
.recruit-btn a {
  color: var(--border-color );
  border: 2px solid var(--border-color) !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit-btn a div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.recruit-btn a div img {
  width: 27px;
  height: 14px;  
}

.footer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--section-padding-top);
}
.footer-btn a {
  background: var(--secondary-color);
  color: var(--white-color);
  border: 2px solid var(--button-border-color) !important;
  border-radius: 6vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  /* padding-left: 12vw;
  padding-right: 12vw; */
  text-decoration: none;
  font-weight: 500;
  font-size: 2.4rem;
  width: 400px;
  height: 80px;
}
.footer-btn a span {
  margin-bottom: 5px;
}

.text-inner {
  line-height: 5rem;
  width: clamp(280px, 100%, 1000px);
}

.section-service hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: var(--white-color);
  color: var(--white-color);
  margin-bottom: 60px;
  margin-top: -5px;
}
.section-recruit hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: #ffd800;
  color: #ffd800;
  border: #ffd800;
  margin-top: -5px;
  margin-bottom: 60px;
}

h3 {
  display: inline !important;
}
.highlight {
  background: linear-gradient(to bottom, transparent 60%, #ffd800 60%);
  line-height: 3rem;
}
.section-service .marquee {
  margin-top: 70px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: var(--top-bottom-height);
  background: var(--secondary-color);
}


/* yoshiki add end */
/* yoshiki add start */
  html, body {
    margin: 0;
    overflow-x: hidden;             /* ページ全体の横スクロール禁止 */
    overscroll-behavior-x: none;
    -webkit-tap-highlight-color: transparent;
  }

  .marquee {
    inline-size: 100%;              /* 100vw は使わない */
    max-inline-size: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: var(--top-bottom-height);
  }

  .marquee__viewport {
    position: relative;
    inline-size: 100%;
    overflow: hidden;               /* ここで確実にクリップ */
    contain: layout paint;          /* iOS/Safari のはみ出し描画を抑止 */
  }

  .marquee__track {
    display: flex;
    gap: 0;                         /* gap は総幅ズレの温床になり得るため不使用 */
  }

  .marquee__set {
    display: flex;
    flex: 0 0 auto;                 /* セットは内容幅だけ（伸ばさない） */
  }

  .marquee__slide {
    flex: 0 0 auto;                 /* 伸縮させない。幅はJSでpx固定 */
    height: 180px;                  /* お好みで。svh/dvhはモバイルUI変動に強い */
    display: grid;
    place-items: center;
    font-size: 26px;
    font-weight: 600;
    user-select: none;
    box-sizing: border-box;
  }
  .marquee__slide:last-child { border-right: none; }

  /* motionを減らす環境では停止 */
  @media (prefers-reduced-motion: reduce) {
    .marquee__track { transition: none !important; }
  }

.thumb {
  width: 240px;          /* 固定ピクセルでも、%でもOK */
  height: 180px;         /* ここが最終サイズ（枠） */
  overflow: hidden;
  background: currentColor;
}
.thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 枠を埋める。はみ出しはトリミング */
  object-position: center;
  background: currentColor;
}
  /* yoshiki add end */

.section-list-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruit-btn a div {
  border: none;
}
.footer-btn img:nth-child(1) {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: auto;
}
.footer-btn img:nth-child(3) {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.footer-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}




.header__nav {
  display: flex;
  align-items: center;   /* 垂直方向の基準をそろえる */
  gap: 50px;             /* 区切り線の左右スペースに使う（例） */
}

.header__nav li {
  position: relative;    /* 疑似要素の基準 */
}

.header__nav li + li::before {
  content: "";
  position: absolute;
  left: -1.5rem;                 /* gapの半分（20px/2）＝縦線の位置 */
  top: 50%;
  transform: translateY(-50%); /* 縦線を上下中央に配置 */
  width: 2px;
  height: 1.2em;               /* ← ここで“線の高さ”を自由に調整（例: 0.7em〜1em） */
  background: currentColor;
  pointer-events: none;
}

.header__nav a {
  display: inline-flex;        /* アイコン併用時も中央揃え */
  align-items: center;
  line-height: 1;              /* フォント差の影響を低減 */
}

.btn-content {
  max-width: 460px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0px !important;
}

.recruit-btn a,
.explain-list-btn a,
.service-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.2rem;
}
.recruit-btn a span,
.explain-list-btn a span,
.service-btn a span {
  margin-left: 20px;
  margin-right: 20px; 
}

.recruit-btn a img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.service-btn a img {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.explain-list-btn a img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service-btn a img {
  margin-right: -3%; 
}

img.arrow {
  width: 35px;
  height: auto;
}


/*** 
company
*/
.section-company {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 2.4rem;
  font-weight: var(--font-weight);
  line-height: 3.6rem;
}

.section-company .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--top-bottom-height);
  width: 80%;
}
.section-company p {
  font-weight: 400;
  line-height: 5.2rem;
}

.section-company hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: var(--font-color);
  color: var(--font-color);
  margin-bottom: 60px;
  margin-top: -5px;
}


.section-company .container table tr th {
  font-weight: unset;
}
.section-company .container table {
  width: 100%;
  margin-top: 60px;
  font-weight: var(--font-weight);
}

.section-company .container table tr:nth-child(1) {
  border-top: var(--border-color) 1px solid;
}
.section-company .container table tr {
  /* height: 100px; */
  border-bottom: var(--border-color) 1px solid;
  display: flex;
  width: 100%;
}
.section-company .container table tr th {
  padding-left: 20px;
  width: 30%;
}
.section-company .container table tr td {
  padding-right: 20px;
  width: 70%;
  line-height: 4rem;
}
.section-company .container table tr th,
.section-company .container table tr td {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  flex-direction: column;
}
.section-company .container table tr td a {
  text-decoration: none;
  color: var(--font-color);
  display: contents;
}
.section-company .container table tr {
  height: auto;
  padding-bottom: 30px;
}
.section-company .container table tr:nth-child(3) {
  height: auto;
  /* height: 200px; */
}
.section-company .container table tr:nth-child(4) {
  height: auto;
  /* height: 200px; */
}
.section-company .container table tr:nth-child(9) {
  height: auto;
  /* height: 200px; */
}

.section-company .container .banner {
  margin-top: 60px;
  width: 50%;
}

/*** history
*/
.section-history {
  width: 100%;
  color: var(--white-color);
  background: var(--secondary-color);
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: var(--top-bottom-height);
  padding-bottom: calc(30px + var(--top-bottom-height));
}
.section-history .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    align-items: center;
}     
.section-history hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: var(--white-color);
  color: var(--white-color);
  margin-bottom: 60px;
  margin-top: -5px;
}

.section-history dl {
  margin-top: 50px;
  display: flex;
}
/* .section-history dl::before {
  content: "";
  position: absolute;
  left: 18%;
  width: 5px;
  height: 2%;
  background: var(--white-color);
  z-index: 0;
}

.section-history dl:nth-child(6)::before {
  content: "";
  position: absolute;
  left: 18%;
  width: 0px;
  height: 0%;
  background: var(--white-color);
  z-index: -1;
} */


.section-history dl {
  display: flex !important;
  position: relative !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: var(--white-color) 3px solid !important;
  margin-top: 0px !important;
  height: 140px !important;
}
.section-history dl::before {
  content: '' !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 10px !important;
  background: var(--white-color) !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-left: -1.5% !important;
}

.section-history dl:nth-child(6) {
  display: flex !important;
  position: relative !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: currentColor 0px solid !important;
  margin-top: 0px !important;
  height: 0px !important;
  margin-left: 3px;
}

.section-history dl dt {
  margin-left: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 200px;
  background: var(--white-color);
  color: var(--font-color);
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: -12px;
  margin-bottom: 10px;
}
.section-history dl dd {
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 500px;
  display: flex;
  justify-content: flex-start;
  margin-top: -12px;
}

/*** business-introduction 
*/


.section-business-introduction {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 2.4rem;
  font-weight: var(--font-weight);
  line-height: 3.6rem;
}

.section-business-introduction .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--top-bottom-height);
  width: 80%;
}

.section-business-introduction hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: var(--font-color);
  color: var(--font-color);
  margin-top: -5px;
}

.business-introduction hr {
  margin-top: 10px !important;
  width: 100%;
  height: 3px;
  background: var(--font-color);
  color: var(--font-color);
  margin-top: -5px;
}


.business-introduction {
  margin-top: 60px;
}

.business-introduction-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-introduction-inner2 {
  width: 100%;
}

.business-introduction-inner2 p {
  min-width: 900px;
}

.business-introduction-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* min-width: 900px;
  width: 50%; */
}

.business-introduction-content img {
  margin-top: 30px;
  margin-right: 30px;
  width: 50%;
}

.business-introduction-content div {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

/*** policy
*/

.section-policy {
  background: var(--secondary-color);
  color: var(--white-color);
  width: 100%;
  font-size: 2.4rem;
  font-weight: var(--font-weight);
  margin-top: var(--top-bottom-height);
  padding-top: var(--top-bottom-height);
  padding-bottom: var(--top-bottom-height);
}

.section-policy .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 2.4rem;
}

.section-policy hr {
  margin-top: 10px !important;
  width: 200px;
  height: 3px;
  background: var(--white-color);
  color: var(--white-color);
  margin-top: -5px;
}
.section-policy div div {
  margin-top: 40px;
}

h4 {
  margin-bottom: 20px;
}

/**** sales-body
*/
.section-sales-body {
  margin: 0;
  background: var(--sales-background-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/**** sales-header
*/
.section-sales-header .header__nav {
  display: none;
}
.section-sales-header .is-open {
  display: block;
}
.section-sales-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.sales-header-inner {
  width: 95.5%;
  top: 0;
  left: 0;
  height: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-sales-header img.header-logo {
  width: 25.02vw;
  height: 3.51vw;
  max-width: 500.4px;
  max-height: 70.2px;
  min-width: 180px;
  min-height: 24px;
}

/* .section-sales-header div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
} */

.sales-contact {
  display: flex !important;
  align-items: center !important;
  gap: 0px !important;  
}
.sales-contact a:nth-child(2) img {
  width: 20px;
  height: auto;
}
.section-sales-header div.sales-contact a {
  text-decoration: none;
  background: var(--sales-orange-color);
  color: var(--body-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-right: 30px;
}

/* .section-sales-header div a img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: auto !important;
  height: 20px !important;
} */

.section-sales-header div a:nth-last-child(2) img {
  width: 25px !important;
  height: auto !important;
}

.section-sales-header div a span {
  margin-left: 0px;
  margin-top: 0px;
}

.sales-nav {
  display: flex;
  justify-content: center;
  align-items: center;   /* 垂直方向の基準をそろえる */
  gap: 150px;             /* 区切り線の左右スペースに使う（例） */
}

.sales-nav li {
  position: relative;    /* 疑似要素の基準 */
  margin-left: 20px;
  margin-right: 20px;
}

.sales-nav li + li::before {
  content: "";
  position: absolute;
  left: -2.5rem;                 /* gapの半分（20px/2）＝縦線の位置 */
  top: 50%;
  transform: translateY(-50%); /* 縦線を上下中央に配置 */
  width: 2px;
  height: 1.2em;               /* ← ここで“線の高さ”を自由に調整（例: 0.7em〜1em） */
  background: currentColor;
  pointer-events: none;
}

.sales-nav a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 300;
  color: var(--body-color);
  display: inline-flex;        /* アイコン併用時も中央揃え */
  align-items: center;
  line-height: 1;              /* フォント差の影響を低減 */
}


/**** sales-mainview
*/

.section-sales-mainview nav {
  background: #016094;
  color: var(--body-color);
  font-size: 2rem;
  width: 100%;
  height: 120px;
}
.section-sales-mainview nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/**** sales-explain 
*/
.section-sales-explain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sales-explain img.intro-logo {
  width: 25.02vw;
  height: 3.51vw;
  max-width: 750.6px;
  max-height: 105.3px;
  margin-bottom: 60px;
  min-width: 300px;
  min-height: 40px;
}

.section-sales-explain .feature-group {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-sales-explain div div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sales-explain .feature-group img {
  margin-bottom: 10px;
}
.section-sales-explain .feature1,
.section-sales-explain .feature2 {
  width: 500px !important;
  height: 500px !important;
  background: var(--body-color);
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}
.section-sales-explain .feature1 div,
.section-sales-explain .feature2 div {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--sales-orange-color);
  color: var(--body-color);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 70px;
}
.section-sales-explain .feature1 div,
.section-sales-explain .feature2 div {
  font-weight: 500;
  font-size: 2.4rem;
}

.section-sales-explain .feature1 span,
.section-sales-explain .feature2 span {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-sales-explain .feature1 p,
.section-sales-explain .feature2 p {
  margin-top: 10px;
  font-weight: 300;
}

.section-sales-explain .feature1 img {
  width: auto !important;
  height: 150px !important;
  max-height: 200px !important;
}
.section-sales-explain .feature2 img {
  width: auto !important;
  height: 150px !important;
  max-height: 200px !important;
}
.section-sales-explain .explain-text {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: var(--font-weight);
}
.section-sales-explain .explain-text:nth-child(6) {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}
.section-sales-explain img.explain-post {
  width: 40vw;
  height: auto;
  max-width: 500px;
  min-width: 200px;
}
/**** sales-purchase-image
*/
.section-sales-purchase-image {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sales-purchase-image img.bg {
  width: 100%;
  height: 1300px !important;
  position: absolute;
  z-index: -1;
}
.section-sales-purchase-image h2 {
  position: absolute;
  color: var(--body-color);
  z-index: 2;
  top: 100px;
  font-weight: 500;
}
.section-sales-purchase-image p {
  color: var(--body-color);
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}
.sales-purchase-group {
  position: relative;
  top: 20px;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  font-size: 2rem;
}
.sales-purchase-unit {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 900px;
}
.sales-circle-character {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--body-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales-purchase-unit:nth-child(1) .sales-circle-character img {
  height: 100px;
  width: auto;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character img {
  height: 85px;
  width: auto;
}
.sales-purchase-unit:nth-child(3) .sales-circle-character img {
  height: 180px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(4) .sales-circle-character img {
  height: auto !important;
  width: 180px !important;
}

.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-top: -100px;
  margin-bottom: 100px;
}
.sales-purchase-btn-group {
  margin-top: 65px !important;
}
.sales-purchase-unit p {
  color: var(--body-color);
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 3rem;
  font-weight: 500;
    /* width: 200px; */
}
.sales-purchase-unit p.sales-orange {
  background: var(--sales-orange-color);
}

.sales-purchase-unit:nth-child(1) {
  left: 7%;
  top: 19%;
  z-index: 10;
}
.sales-purchase-unit:nth-child(2) {
  left: 28%;
  top: 19%;
  z-index: 10;
}
.sales-purchase-unit:nth-child(3) {
  left: 50%;
  top: 19%;
  z-index: 10;
}
.sales-purchase-unit:nth-child(4) {
  left: 75%;
  top: 19%;
  z-index: 10;
}



.sales-hr1 {
  position: absolute;
  left: 15%;
  top: 28%;
  background: var(--body-color);
  width: 43%;
  height: 5px;
  z-index: -1;
}
.sales-hr2 {
  position: absolute;
  left: 15%;
  top: 43%;
  background: var(--body-color);
  width: 43%;
  height: 5px;
  z-index: -1;
}
.sales-hr3 {
  position: absolute;
  left: 52%;
  top: 34%;
  background: var(--body-color);
  width: 32%;
  height: 5px;
  z-index: -1;
}

.sales-triangle1 {
  position: absolute;
  left: calc(66vw + 65px);
  top: 34%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle2 {
  position: absolute;
  left: calc(20vw + 73px);
  top: 28%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle3 {
  position: absolute;
  left: calc(30vw + 80px);
  top: 43%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle4 {
  position: absolute;
  left: calc(40vw + 101px);
  top: 28%;
  color: var(--body-color);
  font-size: 2rem;
}

.section-sales-purchase-image .sales-footer-btn {
  margin-left: 30px;
  margin-right: 30px;
}
.sales-purchase-image-p1 {
  position: absolute;
  top: 120%;
  width: 100%;
  display: flex;
  justify-content: center;

  font-size: 3rem;
  font-weight: 500;

}
.sales-purchase-image-p2 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 100%;

  font-size: 3rem;
  font-weight: 500;

}
/**** sales-packaging
*/
.section-sales-packaging-service {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sales-packaging-service h2 {
  margin-bottom: 100px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.section-sales-packaging-service .explain-text {
  font-size: 2rem;
  font-weight: var(--font-weight);
  width: 100%;
  line-height: 3rem;
}
.section-sales-packaging-service h2 span {
  z-index: 10;
}
.section-sales-packaging-service h2 span:nth-child(2) {
  color: var(--sales-orange-color);
  font-weight: 700;
  font-size: 4rem;
}

.section-sales-packaging-service h2 img {
  position: absolute;
  width: 150px;
  transform: translate(2%, -20%);
  z-index: -1;
}
.section-sales-packaging-service div img {
  width: 200px;
}

.explain-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.left-box {
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #f7cad0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-box2 {
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #a9d6e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-box {
  width: 100%;
  padding: 30px;
  background: var(--body-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.right-box table {
  width: 100%;
}
.right-box tr:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
  margin-left: 5%;
}
.right-box tr:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
  margin-left: 5%;
}
.right-box tr:nth-child(3) {
  display: flex;
  justify-content: flex-start;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
  margin-left: 5%;
}
.right-box table:nth-child(1) tr:nth-child(1) th,
.right-box table:nth-child(1) tr:nth-child(2) th {
  width: 250px;
  display: flex;
  justify-content: flex-start;
}
.right-box table:nth-child(1) tr:nth-child(1) td,
.right-box table:nth-child(1) tr:nth-child(2) td {
  width: 350px;
  display: flex;
  justify-content: flex-start;
}
.sales-other {
  width: 150px !important;
  display: flex;
  justify-content: flex-start !important;
}

.right-box p {
  font-size: 2rem;
  font-weight: var(--font-weight);
  line-height: 4rem;
  margin-left: 5%;
}
.img-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
}
.img-group img {
  width: 30% !important;
}
/**** sales-dm-service
*/
.section-sales-dm-service {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sales-dm-service h2 {
  margin-bottom: 100px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.section-sales-dm-service .explain-text {
  font-size: 2rem;
  font-weight: var(--font-weight);
  width: 100%;
  line-height: 3rem;
}
.section-sales-dm-service h2 span:nth-child(2) {
  color: var(--sales-orange-color);
  font-weight: 700;
  font-size: 4rem;
}
.section-sales-dm-service h2 span {
  z-index: 10;
}
.section-sales-dm-service h2 img {
  position: absolute;
  width: 150px;
  transform: translate(2%, -20%);
  z-index: -1;
}
.section-sales-dm-service div img {
  width: 200px;
}

/**** sales-footer-btn
*/

.sales-footer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  margin-top: 210px;
  margin-bottom: -70px;
  margin-left: 50px !important;
  margin-right: 50px !important;
  width: 400px !important;
}
.sales-footer-btn a {
  color: var(--border-color);
  border-radius: 40px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  width: 400px;
  height: 80px;
  background: var(--sales-wine-color);
  color: var(--body-color);
}

.sales-footer-btn img:nth-child(1) {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  height: 30px;
}
.sales-footer-btn img:nth-child(3) {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  height: 30px;
}

.sales-footer-btn:nth-child(1) img {
  width: 35px;
  height: auto;
}
.sales-footer-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sales-footer-btn-group {
  display: flex;
  flex-direction: row;
  width: 85% !important;
  justify-content: center;
}

.sales-footer-btn .btn-content {
  margin-left: 50px !important;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.sales-footer-btn .btn-content span {
  font-size: 2.4rem;
  font-weight: 500;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-left: -47px !important;
  margin-bottom: 5px;
}
.sales-footer-btn .btn-content p {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-left: 0px !important;
}
.sales-footer-div {
  margin-top: 100px;
  margin-bottom: 30px;
}
.sales-footer-footer {
  margin-bottom: 0px !important;
  width: 100% !important;
}
/**** section
*/
/* section:nth-child(2),
section:nth-child(3),
section:nth-child(4) {
  padding-top: 75px;
  padding-bottom: 75px;
} */

.section-sales-explain {
  padding-top: var(--top-bottom-height);
  padding-bottom: var(--top-bottom-height);
}

.section-sales-packaging-service {
  padding-top: 100px;
  padding-bottom: var(--top-bottom-height) ;
}
.section-sales-dm-service {
  padding-top: 0px;
  padding-bottom: calc(var(--top-bottom-height) - 60px);
}

/**** main
*/
main.sales {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.burger-btn {
  display: none !important;
}
  .sales-header-inner .header-logo {
    width: clamp(200px, 30%, 500px);
  }
.sales-oranges1,
.sales-oranges2,
.sales-oranges3 {
  display: none;
}

.section-sales-purchase-image {
  height: 1300px;
}

.section-sales-body .footer__inner .sales-footer-btn {
  margin-top: 0px !important;
  margin-bottom: 80px !important;
}

.sales-ids {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 576px){
  .section-sales-body .footer__inner .sales-footer-btn {
    margin-top: -40px !important;
    margin-bottom: 60px !important;
  }
  body {
    line-height: 1;
    overflow-x: hidden;
  }
  h3 {
    font-size: 2.2rem;
  } 
  img.arrow {
    width: 18px;
    height: 8px;
  }

  .footer-btn img:nth-child(3) {
    right: 40px;
  }
  .service-btn a img {
    right: 20px !important;
  }
  .section-recruit {
    font-size: 2rem;
    text-align: center;
  }

  .section-service .text-inner {
    line-height: 3rem;
    font-size: 2rem;
  }

  h3 {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  input,
  textarea {
    font-size: var(--base-fontsize--sp);
  }
  select {
    font-size: var(--base-fontsize--sp);
  }
  button {
    font-size: var(--base-fontsize--sp);
  }
  .pc-block {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .pc-inline-block {
    display: none;
  }
  .pc-table {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-inline-block {
    display: inline-block;
  }
  .sp-table {
    display: table;
  }
  html {
    scroll-padding-top: var(--header-height--sp);
  }
  body {
    font-size: var(--base-fontsize--sp);
    min-width: 1px;
    padding-top: var(--header-height--sp);
  }

  .section-recruit p:nth-child(5) {
    line-height: 3.6rem;
    margin-top: 15px;
  }

  .header__inner {
    height: var(--header-height--sp);
  }
  .header__title {
    max-width: 180px;
  }
  .header__nav {
            align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    height: 100dvh;
            justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100vw;
  }
  .header__nav ul {
    display: block;
    text-align: center;
  }
  .header__nav ul li {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 2em;
  }
  .header__nav ul li:last-child {
    margin-bottom: 0;
  }
  .header__nav.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: flex;
  }
  .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .footer__inner, .container, .header__inner, .inner {
    padding-left: 0px;
    padding-right: 0px;
    width: 95.5%;
  }
  .visual-inner {
    width: clamp(300px, 80%, 576px);
    font-size: 2rem !important;
    font-weight: 300;
  }
 
  .narrow-inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
  .footer__inner {
    display: block;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .footer__tel {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
  .heading-area {
    display: block;
  }
  .heading-area.home {
    padding: 20px;
  }
  .heading-area p {
    font-size: 1.5rem;
    margin-top: 1em;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .heading-1 {
    font-size: 1.3rem;
  }
  .heading-1:before {
    font-size: 4rem;
  }
  .heading-2, .heading-5, .heading-4, .heading-3 {
    font-size: 1.3rem;
    padding: 2em 0 1.5em;
  }
  .heading-2::before, .heading-5::before, .heading-4::before, .heading-3::before {
    font-size: 4rem;
  }
  .heading-5 {
    padding: 30px 20px;
  }
  .heading-5:after {
    margin-top: 0.5em;
  }
  .heading-5.no-sub {
    font-size: 2rem;
  }
  .heading-6 {
    font-size: 2rem;
  }
  .heading-area-3 {
    padding: 20px;
  }
  input[type=text],
  input[type=email],
  input[type=password] {
    font-size: 1.4rem;
  }
  .form-area .confirm-area {
    padding: 20px;
  }
  .form-area dl {
    display: block;
    padding: 20px;
  }
  .form-area dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    width: 100%;
  }
  .form-area dl dt span {
    font-size: 1.4rem;
  }
  .form-select {
    max-width: 180px;
  }
  .form-select select {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 11px 30px 11px 20px;
  }
  .form-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
  }
  .form-flex label {
    width: 100%;
  }
  .product-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product-list .product-item {
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
  }
  .product-list .product-item:nth-child(3n+1) {
    border-left: 0;
  }
  .product-list .product-item:nth-child(-n+3) {
    border-top: 1px solid var(--border-color);
  }
  .product-list .product-item:nth-child(-n+2) {
    border-top: 1px solid var(--border-color);
  }
  .product-list .product-item:nth-child(odd) {
    border-left: 1px solid var(--border-color);
  }
  .product-list .product-item figure figcaption {
    padding-top: 0.5em;
  }
  .product-list .product-item a {
    font-size: 1.4rem;
    padding: 10px;
  }
  .product-list .product-item a span {
    font-size: 1.3rem;
  }
  .page-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .page-nav .btn-more-2 img, .page-nav .btn-more-3 img {
    -webkit-transform: translate(20px, -50%) rotate(90deg) scale(0.8);
            transform: translate(20px, -50%) rotate(90deg) scale(0.8);
  }
  .page-nav.left {
    padding-inline: 20px;
  }
  .page-nav.left li {
    width: calc((100% - 10px) / 2);
  }
  .product-list-2 {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product-list-2 .product-item {
    padding: 20px 20px 30px;
  }
  .product-list-2 .product-item:first-child {
    border-bottom: 1px solid var(--border-color);
  }
  .product-list-2 .product-item dt {
    font-size: 3rem;
  }
  .product-list-2 .product-item dd {
    font-size: 1.6rem;
  }
  .flow-item {
    display: block;
    padding: 20px 20px 20px;
  }
  .flow-item figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .flow-item dl dt {
    font-size: 2rem;
  }
  .flow-item dl dt:before {
    font-size: 2rem;
    width: 50px;
  }
  .flow-item dl dd {
    font-size: 1.6rem;
  }
  .sns-area {
    border-top: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sns-area-item {
    border-bottom: 1px solid var(--border-color);
    border-right: 0;
  }
  .sns-area-item:first-child {
    border-top: 0;
  }
  .sns-area-item:last-child {
    border-bottom: 0;
  }
  .sns-area a {
    padding: 20px;
  }
  .sns-area a dt {
    font-size: 2rem;
  }
  .sns-area a dd {
    font-size: 1.6rem;
  }
  .sns-area .tel img {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    width: 25px;
  }
  .profile ul li {
    padding: 20px;
  }
  .profile ul li dl {
    display: block;
  }
  .profile ul li dl dd a {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .text-area {
    padding: 20px;
  }
  .philosophy-box {
    padding: 20px;
  }
  .philosophy-box-item {
    display: block;
  }
  .philosophy-box-item figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .philosophy-box-item .text {
    font-size: 1.6rem;
  }
  .section-business {
    padding-bottom: 0px;
  }
  .visual-inner {
    width: 100%;
  }
  .visual-inner p {
    width: 80%;
    font-size: clamp(16px, 6.4px, 24px);
    font-weight: 500;
    line-height: 3rem;
  }
  .visual-inner, .container, .inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .footer__inner div div p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-recruit .container {
    padding-top: 0px;
  }
  .recruit-btn a {
    color: var(--border-color);
    border: 1px solid var(--border-color) !important;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 8vw;
    padding-right: 8vw;
    text-decoration: none;
    font-weight: var(--font-weight);
    font-size: 1.3rem;
    line-height: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .explain-list-btn div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .explain-list-btn a {
    color: var(--border-color);
    border: 1px solid var(--border-color) !important;
    height: 60px;
    width: 55%;
    text-decoration: none;
    font-size: 1.6rem;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .explain-list-btn a span {
    font-weight: var(--font-weight) !important;
  }
  .section-explain {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: var(--top-bottom-height--sp);
    line-height: 3rem;
    font-size: 2rem;
    font-weight: var(--font-weight);
  }
  address {
    line-height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: var(--font-weight);
    font-style: normal;
  }
  .footer .header__title {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer__inner .header__title img {
    margin-top: 130px !important;
    margin-left: 0px !important;
  }
  .footer__inner div div {
    margin-left: 0px !important;
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-btn img:nth-child(1) {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translate(0, -50%);
      width: 30px;
      height: 20px;
  }
  .text-inner {
    width: 100%;
  }
  .section-service {
    padding-top: var(--top-bottom-height--sp);
    background: var(--secondary-color);
    color: var(--white-color);
  }
  .section-service hr {
    width: 200px;
    height: 3px;
    background: var(--white-color);
    color: var(--white-color);
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .section-recruit hr {
    width: 200px;
    height: 3px;
    background: #ffd800;
    color: #ffd800;
    border: #ffd800;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-recruit {
    margin-top: var(--top-bottom-height--sp) !important;
  }
  .footer-btn a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 85% !important;
    font-size: 2rem;
    font-weight: var(--font-weight);
  }

  .section-recruit div p:nth-child(3) {
    margin-top: 0px;
  }


  .header__nav li + li::before {
    content: "";
    position: absolute;
    left: -20%;                 /* gapの半分（20px/2）＝縦線の位置 */
    top: 50%;
    transform: translateY(-50%); /* 縦線を上下中央に配置 */
    width: 2px;
    height: 0px !important;               /* ← ここで“線の高さ”を自由に調整（例: 0.7em〜1em） */
    background: currentColor;
    pointer-events: none;
  }

  .header__nav a {
    display: inline-flex;        /* アイコン併用時も中央揃え */
    align-items: center;
    line-height: 0 !important;              /* フォント差の影響を低減 */
  }

  .header__nav ul {
    font-size: 1.5rem;
  }

  .explain-list-btn {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px !important;
  }
  .marquee {
    margin-top: 40px;
    margin-bottom: var(--top-bottom-height--sp);
  }


  .section-service .marquee {
    margin-top: var(--top-bottom-height--sp);
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: var(--top-bottom-height--sp);
    background: var(--secondary-color);
  }




  .service-btn a {
    font-size: 1.3rem;
    color: var(--font-color);
    background: var(--white-color);
    border: none;
    padding-left: 8vw;
    padding-right: 8vw;
    text-decoration: none;
    height: 74px;
    font-weight: var(--font-weight);
  }

  .section-recruit div p:nth-child(3),
  .section-recruit div p:nth-child(5) {
    line-height: 3rem;
  }

  .recruit-list-img,
  .explain-list-img {
    margin-top: var(--top-bottom-height--sp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .recruit-list-img img,
  .explain-list-img img {
    width: var(--img-1column-width);
  }
  .recruit-list-img div,
  .explain-list-img div {
    margin-bottom: 30px;
  }

  .footer__inner div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer__inner div div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer__address div {
    justify-content: center !important;
    align-items: center !important;
  }
  .footer__inner div div p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin-left: 0px;
  }

  .footer__inner .header__title {
    max-width: 80%;
    width: 80%;
  }
 .footer__inner div div p:nth-child(3)
  {
    margin-top: -10px;
    font-size: 1.3rem;
  }
  address {
    margin-top: 0px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: var(--font-weight);
    font-style: normal;
    line-height: 3rem;
    flex-direction: column !important;
  }
  .footer__tel {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 3.5rem;
  }

  .footer-btn a {
    border-radius: 5vh;
  }
  .footer-btn a {
      background: var(--secondary-color);
      color: var(--white-color);
      border: 1px solid var(--border-color) !important;
      border-radius: 6vh;
      padding-top: 1vh;
      padding-bottom: 1vh;
      padding-left: 12vw;
      padding-right: 12vw;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.6rem;
      height: 80px;
  }
  footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /*** company
  */
    /* .section-company {
      margin-bottom: -60px;
    } */

  .section-company {
    padding-top: var(--top-bottom-height--sp);
    padding-bottom  : var(--top-bottom-height--sp);
  }
  
  .section-company p {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .section-company .container {
    width: 90%;
    margin-top: 0px;
  }
  .section-company .container table tr {
    border-bottom: var(--border-color) 1px solid;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px !important;
  }
  .section-company .container table tr th {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 0px;
    width: 100%;
  }
  .section-company .container table tr td {
    font-size: 1.3rem;
    font-weight: 300;
    padding-right: 0px;
    width: 100%;
    line-height: 2rem;
  }
  .section-company .container table tr th,
  .section-company .container table tr td {
    margin-top: 0px;
  }
  .section-company .container table tr:nth-child(1),
  .section-company .container table tr:nth-child(2),
  .section-company .container table tr:nth-child(5),
  .section-company .container table tr:nth-child(6),
  .section-company .container table tr:nth-child(7),
  .section-company .container table tr:nth-child(8){
    height: auto;
    /* height: 70px; */
  }
  .section-company .container table tr:nth-child(3),
  .section-company .container table tr:nth-child(4) {
    height: auto;
    /* height: 130px; */
  }
  .section-company .container table tr:nth-child(9) {
    height: auto;
    /* height: 180px; */
  }
  .section-company .container .banner {
    width: 75%;
  }

  /*** history
  */

  .section-history {
    padding-top: var(--top-bottom-height--sp);
    padding-bottom: var(--top-bottom-height--sp);
  }
  .section-history .container div {
    display: block;
    margin-left: 0px;
  }
  .section-history dl {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-left: var(--white-color) 3px solid !important;
    margin-top: 0px !important;
    height: 140px !important;
  }
  .section-history dl::before {
    content: '' !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--white-color) !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -101% !important;
  }
  .section-history dl dt {
    margin-left: 0px !important;
    width: 80%;
  }

  .section-history dl dd {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.6rem;
  }

  .section-history dl:nth-child(6) {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    border-left: currentColor 3px solid !important;
    margin-top: 0px !important;
    height: 0px !important;
    margin-bottom: 60px;
    margin-left: 0px;
  }


  /*** business-introduction
  */
  .section-business-introduction .container {
    margin-top: var(--top-bottom-height--sp);
    width: 90%;
    font-size: 1.6rem;
  }

  .business-introduction-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .business-introduction-content img {
    margin-top: 30px;
    margin-right: 0px;
    width: 100%;
  }

  .business-introduction-content div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .business-introduction-inner2 p {
    width: 100%;
    min-width: auto;
  }

  .business-introduction-content {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; */
    /* min-width: 900px;
    width: 50%; */
  }


  /*** policy
  */
  .section-policy {
    font-size: 1.6rem;
    margin-top: var(--top-bottom-height--sp);
    padding-top: var(--top-bottom-height--sp);
    padding-bottom: var(--top-bottom-height--sp);
  }
  .section-policy .container {
    width: 90%;
  }



  /******* sales-explain
  */
  .section-sales-explain .explain-text {
    width: 80%;
    font-weight: var(--font-weight);
    font-size: 2rem;
    line-height: 3rem;
  }

  .section-sales-explain .feature-group {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .section-sales-explain .feature1,
  .section-sales-explain .feature2 {
    width: 80% !important;
    height: auto !important;
    background: var(--body-color);
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
  }

  .explain-box {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .img-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
  }

  .img-group img {
    margin-top: 20px;
    width: 100% !important;
  }

  .sales-purchase-unit {
    position: absolute;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    height: 480px;
  }
  
  .sales-purchase-unit:nth-child(1) {
    left: calc(40vw - 128px) !important;
    top: -12%;
    z-index: 10;
}
  .sales-purchase-unit:nth-child(2) {
    left: 43%;
    top: 39%;
    z-index: 10;
  }

  .sales-purchase-unit:nth-child(3) {
    left: 21%;
    top: 60%;
    z-index: 10;
  }
  .sales-purchase-unit:nth-child(4) {
    left: 16%;
    top: 98%;
    z-index: 10;
  }
  .sales-purchase-unit div {
    /* margin-left: 200px; */
  }

  .sales-purchase-unit:nth-child(1) div p:nth-child(2) {
    margin-top: -100px;
  }


  .sales-circle-character {
    width: 100px;
    height: 100px;
    /* margin-left: 0px !important; */
  }

  .sales-circle-character img {
    height: 75px;
    width: auto;
  }
  .sales-purchase-unit:nth-child(4) .sales-circle-character img {
    height: auto !important;
    width: 75px !important;
  }


.sales-special-tr {
  margin-bottom: -10px;
}

  .right-box {
  width: 100%;
  padding: 10px !important;
  background: var(--body-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.right-box tr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 2rem !important;
  font-weight: 500;
  line-height: 3rem !important;
  margin-left: 0px;
  margin-top: 10px !important;
}
.right-box p {
  font-size: 1.6rem;
  line-height: 2rem;
}
.right-box p:nth-child(2) {
  margin-top: 15px;
}
.right-box p:last-child {
  margin-bottom: 10px;
}

.section-sales-packaging-service h2 {
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 4rem;
}
.section-sales-dm-service h2 {
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 4rem;
}
.left-box {
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #f7cad0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.left-box2 {
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #a9d6e5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

  .section-sales-explain .feature1,
  .section-sales-explain .feature2 {
    width: 80% !important;
    height: auto !important;
    background: var(--body-color);
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
  }

.section-sales-explain .feature1 div,
.section-sales-explain .feature2 div {
  margin-top: -65px;
  margin-bottom: 130px;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-left: 0px;
}
.sales-footer-btn-group {
  display: flex;
  flex-direction: column !important;
  width: 85% !important;
  justify-content: center;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-left: -150px !important;
}
.sales-purchase-unit:nth-child(3) .sales-circle-character {
  margin-bottom: 50px !important;
}

.section-sales-explain .explain-text:nth-child(3) {
  margin-bottom: 70px;
}

.header-buttons {
  display: none !important;
}

.burger-btn {
  display: block !important;
}


/* body {
  padding-top: 0px !important;
} */
.section-sales-body {
  padding-top: 0px !important;
}
.section-sales-header {
  height: 60px !important;
}
.sales-nav {
  display: none;
}
  .sales-footer-footer {
    width: 100% !important;
  }
  .sales-footer-footer .footer__inner {
    width: 100% !important;
  }
  .sales-footer-footer .sales-footer-btn-group {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sales-footer-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    margin-top: 60px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }
  .sales-purchase-btn-group .sales-footer-btn:nth-child(1) a {
    width: 100% !important;
    margin-bottom: -16px;
    margin-top: 182px;
  }
  .sales-purchase-btn-group .sales-footer-btn:nth-child(2) a {
    width: 100% !important;
    margin-bottom: -100px;
    margin-top: 35px;
  }

  .sales-footer-btn:nth-child(1) a {
    width: 80% !important;
    margin-bottom: 0px;
    margin-top: 41px;
  }
  .sales-footer-btn:nth-child(2) a {
    width: 80% !important;
    margin-bottom: -67px;
    margin-top: 31px;
  }
  .sales-footer-btn a .btn-content span {
    font-size: 1.6rem;
  }

  .sales-footer-btn:nth-child(2) {
    margin-bottom: 80px !important;
  }

.section-sales-purchase-image {
  height: 2000px;
}

  .section-sales-explain .feature1 div,
  .section-sales-explain .feature2 div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--sales-orange-color);
    color: var(--body-color);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-sales-explain .feature2 div,
  .section-sales-explain .feature2 {
    margin-bottom: 0px;
  }
  .section-sales-explain img.intro-logo {
    width: 80% !important;
    height: auto;
    max-width: 80% !important;
    max-height: auto;
    min-width: 80% !important;
    min-height: auto;
  }
  .section-sales-explain .feature1 span,
  .section-sales-explain .feature2 span {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .sales-footer-btn img:nth-child(1) {
    position: absolute;
    left: 40px !important;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 20px;
  }
  .sales-footer-btn img:nth-child(3) {
    position: absolute;
    right: 40px !important;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 15px;
  }

  .sales-oranges1,
  .sales-oranges2,
  .sales-oranges3 {
    display: block;
  }

/*************
*/

.sales-purchase-unit:nth-child(1) div:nth-child(2) p:nth-child(1) {
  display: block;
  margin-left: -138px;
  margin-top: 140px;
}
.sales-surpplier {
  display: block !important;
  margin-left: -36px !important;
  margin-top: -218px !important;
}
.sales-ids {
  display: block !important;
  margin-left: -262px !important;
  margin-top: 103px !important;
}
.sales-shipping {
  display: block !important;
  margin-left: -146px !important;
  margin-top: 490px !important;
}

.sales-purchase-image-p1 {
  display: flex !important;
  width: 80%;
  text-align: center;
  justify-content: center;
  font-size: 2rem !important;
  line-height: 4rem !important;
}
.sales-purchase-image-p2 {
  display: flex !important;
  width: 100%;
  justify-content: center;
  font-size: 2rem !important;
  line-height: 4rem !important;
}

.sales-purchase-unit:nth-child(3) .sales-circle-character img {
    height: 150px !important;
    width: auto !important;
}



.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-top: -356px !important;
  margin-left: 25px !important;

  display: flex;
  flex-direction: column;
}

/* .sales-purchase-unit:nth-child(2) p:nth-child(2) {
  margin-top: -850px !important;
  margin-left: -60px !important;
} */

.sales-purchase-unit:nth-child(3) .sales-circle-character {
  margin-top: -85px !important;
  margin-left: calc(21vw - 71px) !important;
}
/* .sales-purchase-unit:nth-child(3) p:nth-child(1) {
  margin-top:   100px !important;
  margin-left: -372px !important;
} */

.sales-purchase-unit:nth-child(4) .sales-circle-character {
  margin-top: 300px !important;
  margin-left: calc(26vw - 72px) !important;
}
/* .sales-purchase-unit:nth-child(4) p:nth-child(1) {
  margin-top:   250px !important;
  margin-left: -372px !important;
} */

.section-sales-explain .explain-text:nth-child(3) {
  margin-bottom: 70px;
}

.section-sales-purchase-image p {
  /* margin-top: 10px;
  margin-left: 30%; */
  display: none;
}
.sales-hr1,
.sales-hr2,
.sales-hr3,
.sales-triangle1,
.sales-triangle2,
.sales-triangle3,
.sales-triangle4 {
  display: none;
}


.sales-oranges1 p,
.sales-oranges2 p,
.sales-oranges3 p {
  display: block !important;
}
.sales-oranges1 {
  margin-top: 60px !important;
  margin-bottom: 556px !important;
        margin-left: calc(9vw - 185px) !important;
  /* margin-top: -170px !important;
  margin-bottom: -214px !important;
  margin-left: 70vw !important; */
}
.sales-oranges2 {
  margin-top: -250px !important;
  margin-bottom: 300px !important;
        margin-left: calc(9vw - 185px) !important;
  /* margin-top: 400px !important;
  margin-bottom: -400px !important;
  margin-left: 70vw !important; */
}
.sales-oranges3 {
  margin-top: 35px !important;
  margin-bottom: -1230px !important;
        margin-left: calc(9vw - 185px) !important;
}



.sales-purchase-image-p1 {
  margin-top: 490px !important  ;
}
.sales-purchase-image-p2 {
  margin-top: 531px !important  ;
}
.sales-purchase-btn-group {
  margin-top: 360px !important;
  margin-bottom: -360px !important;
}

.sales-purchase-unit:nth-child(1) .sales-circle-character img {
  height: 85px !important;
  width: auto;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character img {
  height: 55px !important;
  width: auto;
  margin-top: 28px;
  margin-bottom: 12px;
}
.sales-purchase-unit:nth-child(3) .sales-circle-character img {
  height: 170px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(4) .sales-circle-character img {
  height: auto !important;
  width: 170px !important;
}

/* .sales-purchase-unit .sales-circle-character img {
  height: 130px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(1) .sales-circle-character img {
  height: 170px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(4) .sales-circle-character img {
  width: 130px !important;
  height: auto !important;
} */
.sales-purchase-unit .sales-circle-character {
  width: 200px !important;
  height: 200px !important;
}
.sales-purchase-unit:nth-child(1) .sales-circle-character {
  width: 200px !important;
  height: 200px !important;
  margin-top: -50px;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-top: -50px;
  margin-right: -100px;
  width: 150px !important;
  height: 150px !important;

}

.sales-purchase-unit p {
    font-size: 1.9rem !important;
    font-weight: 500;
}





.sales-image-container {
  position: absolute; /* 子要素の absolute の基準 */
  height: 50px; /* 例として高さを指定 */
  color: white;
        margin-left: calc(25vw + 13px) !important;
  margin-top: -150px !important;
}
.sales-image-container2 {
  position: absolute; /* 子要素の absolute の基準 */
  height: 50px; /* 例として高さを指定 */
  color: white;
  margin-top: 489px !important;
  margin-right: 0px !important;
        margin-left: calc(25vw + 13px) !important;
}

.vertical-line {
  position: absolute;
  left: 0px;    /* 横位置を調整 */
  top: 0px;
  width: 2px;   /* 縦線の太さ */
  height: 100%; /* 親要素いっぱいの高さ */
  background-color: white;
}


.sales-purchase-group {
  position: relative;
  top: -160px !important;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  font-size: 2rem;
}

.section-sales-purchase-image img.bg {
  width: 100%;
  height: 1600px !important;
  position: absolute;
  z-index: -1;
}


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

.sales-purchase-unit p.sales-orange {
  width: 200px;
}

.section-sales-purchase-image img.bg {
  width: 100%;
  height: 2000px !important;
  position: absolute;
  z-index: -1;
}

  #feature {
    scroll-margin-top: 65px;
  }

  .section-policy .container {
    font-size: 1.5rem !important;
  }

}

@media (min-width: 577px) and (max-width: 968px) {
  #feature {
    scroll-margin-top: 66px;
  }
  footer .sales-footer-btn-group {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
.sales-purchase-unit p.sales-orange {
  width: 200px;
}
.section-sales-purchase-image {
  height: 1600px;
}


  .section-sales-purchase-image img.bg {
  width: 100%;
  height: 1600px !important;
  position: absolute;
  z-index: -1;
}

  .sales-oranges1,
  .sales-oranges2,
  .sales-oranges3 {
    display: block;
  }

  .sales-footer-btn img:nth-child(1) {
    position: absolute;
    left: 40px !important;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 25px;
  }
  .sales-footer-btn img:nth-child(3) {
    position: absolute;
    right: 40px !important;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 20px;
  }

  .section-sales-explain .feature1 span,
  .section-sales-explain .feature2 span {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
    .sales-header-inner {
    margin-inline: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .header__nav li + li::before {
    content: "";
    position: absolute;
    left: -20%;                 /* gapの半分（20px/2）＝縦線の位置 */
    top: 50%;
    transform: translateY(-50%); /* 縦線を上下中央に配置 */
    width: 2px;
    height: 0px !important;               /* ← ここで“線の高さ”を自由に調整（例: 0.7em〜1em） */
    background: currentColor;
    pointer-events: none;
  }

  .header__nav {
            align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    height: 100dvh;
            justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100vw;
  }
  .header__nav ul {
    display: block;
    text-align: center;
  }
  .header__nav ul li {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 2em;
  }
  .header__nav ul li:last-child {
    margin-bottom: 0;
  }
  .header__nav.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: flex;
  }

  .sales-footer-footer {
    width: 100% !important;
  }
  .sales-footer-footer .footer__inner {
    width: 100% !important;
  }
  .sales-footer-footer .sales-footer-btn-group {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sales-footer-btn:nth-child(1) {
    margin-top: 150px !important;
    margin-bottom: -150px !important;
  }
  .sales-footer-btn:nth-child(2) {
    margin-top: 60px !important;
  }

  .sales-purchase-unit:nth-child(1) div p:nth-child(2) {
    margin-top: -170px;
  }
  .sales-purchase-unit:nth-child(3) div p:nth-child(2) {
    margin-top: -170px;
  }
  .sales-purchase-unit:nth-child(4) div p:nth-child(2) {
    margin-top: -130px;
  }

  .sales-nav {
    display: none;
  }

  .header-buttons {
    display: none !important;
  }
  .burger-btn {
    display: block !important;
  }

  /******* sales-explain
  */
  .section-sales-explain .explain-text {
    width: 80%;
    font-weight: var(--font-weight);
    line-height: 3rem;
  }
  .section-sales-explain .feature-group {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .section-sales-explain .feature1,
  .section-sales-explain .feature2 {
    width: 80% !important;
    height: auto !important;
    background: var(--body-color);
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
    padding: 30px;
  }

.section-sales-explain .feature1 div,
.section-sales-explain .feature2 div {
  margin-top: -65px;
  margin-bottom: 130px;
}
  .section-sales-explain .feature2 div,
  .section-sales-explain .feature2 {
    margin-bottom: 0px;
  }

  .explain-box {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .img-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
  }

  .img-group img {
    margin-top: 20px;
    width: 100% !important;
  }

  .sales-purchase-group {
    margin-top: -600px;
  }

  .sales-purchase-unit {
    position: absolute;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    height: 480px;
  }

  .sales-purchase-unit:nth-child(2) {
    left: 30%;
    top: 70%;
    z-index: 10;
  }

  .sales-purchase-unit:nth-child(3) {
    left: 7%;
    top: 74%;
    z-index: 10;
  }
  .sales-purchase-unit:nth-child(4) {
    left: 7%;
    top: 95%;
    z-index: 10;
  }

  .sales-purchase-unit div {
    margin-left: 200px;
  }

  .sales-circle-character {
    width: 100px;
    height: 100px;
    margin-left: 0px !important;
  }
  .sales-circle-character img {
    height: 75px;
    width: auto;
  }
  .sales-purchase-unit:nth-child(4) .sales-circle-character img {
    height: auto !important;
    width: 75px !important;
  }

.sales-hr1 {
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--body-color);
  width: 43%;
  height: 5px;
  z-index: -1;
}
.sales-hr2 {
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--body-color);
  width: 43%;
  height: 5px;
  z-index: -1;
}
.sales-hr3 {
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--body-color);
  width: 36%;
  height: 5px;
  z-index: -1;
}

.sales-triangle1 {
  position: absolute;
  left: 0%;
  top: 0%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle2 {
  position: absolute;
  left: 0%;
  top: 0%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle3 {
  position: absolute;
  left: 0%;
  top: 0%;
  color: var(--body-color);
  font-size: 2rem;
}
.sales-triangle4 {
  position: absolute;
  left: 0%;
  top: 0%;
  color: var(--body-color);
  font-size: 2rem;
}

.right-box {
  width: 100%;
  padding: 10px !important;
  background: var(--body-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sales-special-tr {
  margin-bottom: -10px;
}


.right-box tr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 2rem !important;
  font-weight: 500;
  line-height: 3rem !important;
  margin-left: 0px;
  margin-top: 10px !important;
}
.right-box p {
  font-size: 1.6rem;
  line-height: 2rem;
}
.right-box p:nth-child(2) {
  margin-top: 15px;
}
.right-box p:last-child {
  margin-bottom: 10px;
}

.section-sales-dm-service {
  padding-top: 60px;
}
.section-sales-packaging-service h2 {
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 4rem;
}
.section-sales-dm-service h2 {
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 4rem;
}

.left-box {
  padding: 20px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #f7cad0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-box2 {
  padding: 20px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  width: 30%;
  height: auto;
  background: #a9d6e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-footer-btn-group {
  display: flex;
  flex-direction: column !important;
  width: 100% !important;
  justify-content: center;
  align-items: center;
  margin-top: -500px;
  margin-bottom: 300px;
  position: relative;
}


/* .sales-purchase-unit:nth-child(1) p:nth-child(1) {
  margin-top: 150px !important;
  margin-left: -400px !important;
} */

/* .sales-purchase-unit:nth-child(1) p:nth-child(4) {
  margin-top: -100px !important;

} */

.sales-purchase-unit:nth-child(1) div:nth-child(2) p:nth-child(1) {
  display: block;
  margin-left: -340px;
  margin-top: 140px;
}
.sales-surpplier {
  display: block !important;
  margin-left: -36px !important;
  margin-top: -218px !important;
}
.sales-ids {
  display: block !important;
  margin-left: -428px !important;
  margin-top: 100px !important;
}
.sales-shipping {
  display: block !important;
  margin-left: -365px !important;
  margin-top: 314px !important;
}

.sales-purchase-image-p1 {
  display: flex !important;
  width: 100%;
  justify-content: center;
}
.sales-purchase-image-p2 {
  display: flex !important;
  width: 100%;
  justify-content: center;
}

.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-top: -356px !important;
  margin-left: 25px !important;

  display: flex;
  flex-direction: column;
}

/* .sales-purchase-unit:nth-child(2) p:nth-child(2) {
  margin-top: -850px !important;
  margin-left: -60px !important;
} */

.sales-purchase-unit:nth-child(3) .sales-circle-character {
  margin-top: -86px !important;
  margin-left: 27px !important;
}
/* .sales-purchase-unit:nth-child(3) p:nth-child(1) {
  margin-top:   100px !important;
  margin-left: -372px !important;
} */

.sales-purchase-unit:nth-child(4) .sales-circle-character {
  margin-top: 120px !important;
    margin-left: 29px !important;
}
/* .sales-purchase-unit:nth-child(4) p:nth-child(1) {
  margin-top:   250px !important;
  margin-left: -372px !important;
} */

.section-sales-explain .explain-text:nth-child(3) {
  margin-bottom: 70px;
}

.section-sales-purchase-image p {
  /* margin-top: 10px;
  margin-left: 30%; */
  display: none;
}
.sales-hr1,
.sales-hr2,
.sales-hr3,
.sales-triangle1,
.sales-triangle2,
.sales-triangle3,
.sales-triangle4 {
  display: none;
}


.sales-oranges1 p,
.sales-oranges2 p,
.sales-oranges3 p {
  display: block !important;
}
.sales-oranges1 {
  margin-top: -170px !important;
  margin-bottom: -214px !important;
  margin-left: 70vw !important;
}
.sales-oranges2 {
  margin-top: 350px !important;
  margin-bottom: -520px !important;
  margin-left: 70vw !important;
}
.sales-oranges3 {
  margin-top: 600px !important;
  margin-bottom: -600px !important;
  margin-left: 70vw !important;
}





.sales-purchase-image-p1 {
  width: 85%;
  margin-top: 260px !important;
}
.sales-purchase-image-p2 {
  margin-top: 415px !important;
}
.sales-purchase-btn-group {
  margin-top: 420px !important;
  margin-bottom: -420px !important;
}

.sales-purchase-unit:nth-child(1) .sales-circle-character img {
  height: 90px !important;
  width: auto;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character img {
  height: 60px !important;
  width: auto;
}
.sales-purchase-unit:nth-child(3) .sales-circle-character img {
  height: 170px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(4) .sales-circle-character img {
  height: auto !important;
  width: 170px !important;
}


/* .sales-purchase-unit .sales-circle-character img {
  height: 130px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(1) .sales-circle-character img {
  height: 170px !important;
  width: auto !important;
}
.sales-purchase-unit:nth-child(4) .sales-circle-character img {
  width: 130px !important;
  height: auto !important;
} */
.sales-purchase-unit .sales-circle-character {
  width: 200px !important;
  height: 200px !important;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character {
  width: 150px !important;
  height: 150px !important;
}
.sales-purchase-unit:nth-child(1) .sales-circle-character {
  width: 200px !important;
  height: 200px !important;
  margin-top: -50px;
}
.sales-purchase-unit:nth-child(2) .sales-circle-character {
  margin-top: -50px;
  margin-right: -100px;
}

.sales-image-container {
  position: absolute; /* 子要素の absolute の基準 */
  height: 50px; /* 例として高さを指定 */
  color: white;
  margin-left: -75px !important;
  margin-top: -150px !important;
}
.sales-image-container2 {
  position: absolute; /* 子要素の absolute の基準 */
  height: 50px; /* 例として高さを指定 */
  color: white;
  margin-top: 170px !important;
  margin-right: 0px !important;
  margin-left: -75px !important;
}

.vertical-line {
  position: absolute;
  left: 0px;    /* 横位置を調整 */
  top: 0px;
  width: 2px;   /* 縦線の太さ */
  height: 100%; /* 親要素いっぱいの高さ */
  background-color: white;
}





  body {
    line-height: 1;
    overflow-x: hidden;
  }
  h3 {
    font-size: 2.2rem;
  }
  .section-recruit {
    font-size: 2rem;
  }
  .text-inner {
    line-height: 3rem;
    width: 100%;
  }
  .header__nav ul {
    font-size: 1.5rem;
  }

  .section-service hr {
    width: 200px;
    height: 3px;
    background: var(--white-color);
    color: var(--white-color);
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .section-recruit hr {
    width: 200px;
    height: 3px;
    background: #ffd800;
    color: #ffd800;
    border: #ffd800;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .section-business {
    padding-bottom: 100px;
  }

  .section-business .marquee {
    margin-top: 0px;
    padding-bottom: 200px;
  }
  
  .footer__inner .header__title img {
    margin-left: 0px;
    margin-bottom: -60px;
  }
  .footer__inner div div {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer__tel {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .section-service .text-inner {
    font-size: 2rem;
  }
  .recruit-list-img,
  .explain-list-img {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .recruit-list-img img,
  .explain-list-img img {
    width: var(--img-1column-width);
  }
  .recruit-list-img div,
  .explain-list-img div {
    margin-bottom: 30px;
  }

  .footer-btn a {
    background: var(--secondary-color);
    color: var(--white-color);
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 400px !important;
  }


  .footer__inner div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .header__title {
    margin-bottom: 50px;
  }

  .section-service {
    /* height: 105vh; */
    padding-top: 100px;
    background: var(--secondary-color);
    color: var(--white-color);
  }


  .footer .header__title {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .footer__inner div div {
    margin-left: 0px;
  }
  .visual-inner {
    position: absolute !important;
    margin-top: 60px;
  }

  .visual-inner p {
    height: auto;
    padding: 10px 15px;
    position: static;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }

  .footer__inner div div p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }


  .footer__inner div div {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  address {
    line-height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: var(--font-weight);
    font-style: normal;
  }

  .explain-list-btn {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .explain-list-btn div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .recruit-btn a {
    color: var(--border-color);
    border: 2px solid var(--button-border-color) !important;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 10vw;
    padding-right: 10vw;
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .explain-list-btn a {
    color: var(--border-color);
    border: 2px solid var(--border-color) !important;
    height: 80px;
    width: 60%;
    text-decoration: none;
    font-size: 2rem;
    padding-left: 8vw;
    padding-right: 8vw;

  }

  .section-explain {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: var(--top-bottom-height);;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: var(--font-weight);
  }

  /* .section-recruit {
    margin-top: 300px !important;
  } */

  .visual-inner {
    width: clamp(576px, 80%, 968px);
    position: static;
    -webkit-transform: translate(0, calc(50vw - 120px)/2);
            transform: translate(0, calc(50vw - 120px)/2);
    width: 100%;
  }
  .visual-inner p {
    font-size: 2rem;
    font-weight: 500 !important;
    height: auto;
    padding: 10px 15px;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .section-recruit div p:nth-child(3),
  .section-recruit div p:nth-child(5) {
    line-height: 3rem;
  }
  address {
    margin-top: 0px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: var(--font-weight);
    font-style: normal;
    line-height: 3rem;
    flex-direction: column !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  /*** company
  */
  .section-company {
    margin-bottom: calc(var(--top-bottom-height) - 60px);
  }
  .section-company p {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .section-company .container {
    width: 90%;
    margin-top: var(--top-bottom-height);
  }
  .section-company .container table tr {
    border-bottom: var(--border-color) 1px solid;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .section-company .container table tr th {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 0px;
    width: 100%;
  }
  .section-company .container table tr td {
    font-size: 1.3rem;
    font-weight: 300;
    padding-right: 0px;
    width: 100%;
    line-height: 2rem;
  }
  .section-company .container table tr th,
  .section-company .container table tr td {
    margin-top: 0px;
  }
  .section-company .container table tr:nth-child(1),
  .section-company .container table tr:nth-child(2),
  .section-company .container table tr:nth-child(5),
  .section-company .container table tr:nth-child(6),
  .section-company .container table tr:nth-child(7),
  .section-company .container table tr:nth-child(8){
    height: auto;
    /* height: 70px; */
  }
  .section-company .container table tr:nth-child(3),
  .section-company .container table tr:nth-child(4) {
    height: auto;
    /* height: 130px; */
  }
  .section-company .container table tr:nth-child(9) {
    height: auto;
    /* height: 180px; */
  }
  .section-company .container .banner {
    width: 75%;
  }

  /*** business-introduction
  */
  .section-business-introduction {
    font-size: 1.6rem;
  }
  .section-business-introduction .container {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .business-introduction-content img {
    width: 50%;
  }
  .business-introduction-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .section-business-introduction .container {
    margin-top: var(--top-bottom-height);
  }
  .business-introduction-inner2 p {
    width: 100%;
    min-width: auto;
  }

  .business-introduction-content {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; */
    /* min-width: 900px;
    width: 50%; */
  }

  /*** history
  */
  .section-history {
    padding-top: var(--top-bottom-height);
    padding-bottom: calc(30px + var(--top-bottom-height));
    font-size: 1.6rem;
  }
  .section-history .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 180px;
    align-items: center;
  }
  /*** business-policy
  */
  .section-policy {
    background: var(--secondary-color);
    color: var(--white-color);
    width: 100%;
    font-size: 1.6rem;
    font-weight: var(--font-weight);
    margin-top: var(--top-bottom-height);
    padding-top: var(--top-bottom-height);
    padding-bottom: var(--top-bottom-height);
  }



    footer .sales-footer-btn:nth-child(1) {
        margin-top: 150px !important;
        margin-bottom: 0px !important;
    }
}

    .section-sales-purchase-image .btn-content p {
      line-height: 2rem !important;
    }
.section-sales-purchase-image img.bg {
  object-fit: cover;
}
.footer__copyright {
  background: var(--body-color);
}

.section-sales-body .footer__inner .header__title img {
  margin-top: 100px !important;
}
@media screen and (max-width: 576px) {
  .section-sales-body .footer__inner .header__title img {
    margin-top: 30px !important;
  }
  #section-sales-dm-service {
    scroll-margin-top: 20px;
  }
}

section {
  opacity: 0;                /* 最初は透明 */
  transform: translateY(20px); /* 少し下にずらす */
  transition: opacity 1.8s ease, transform 1.8s ease;
}

section.show {
  opacity: 1;               /* 可視化 */
  transform: translateY(0); /* 元の位置に */
}

.map-link {
  white-space: nowrap;
}

.section-policy .policy-list {
  list-style: none; /* デフォルトの点を消す */
  padding-left: 0;
  margin: 0;
}

.section-policy .policy-list li {
  margin-bottom: 1.5em; /* 項目の間隔 */
}

.section-policy .policy-list li::before {
  content: "■ "; /* 各項目の前に黒四角を入れる */
  color: ffffff; /* お好みの色に設定 */
}

.section-policy .policy-list li a {
  text-decoration: none;
  color: ffffff;
  /* 必要ならホバー時スタイル */
}

.section-policy .policy-list li a:hover {
  text-decoration: underline;
}